Prechecker results: error


PHP lint problems

(0 errors, 0 warnings)

This section shows php lint problems in the code detected by php -l [More info]


PHP coding style problems

(30024 errors, 614 warnings)

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

mod/offlinequiz/accessmanager.php
(#372) This comment is 57% valid code; is this commented out code?
(#372) Inline comments must start with a capital letter, digit or 3-dots sequence
(#372) Line indented incorrectly; expected at least 4 spaces, found 0
(#372) Expected 1 space before comment text but found 5; use block comment if you need indentation
(#373) Line indented incorrectly; expected at least 4 spaces, found 0
(#373) Expected 1 space before comment text but found 9; use block comment if you need indentation
(#374) Line indented incorrectly; expected at least 4 spaces, found 0
(#374) Expected 1 space before comment text but found 17; use block comment if you need indentation
(#375) Line indented incorrectly; expected at least 4 spaces, found 0
(#375) Expected 1 space before comment text but found 23; use block comment if you need indentation
(#376) Inline comments must end in full-stops, exclamation marks, or question marks
(#376) Line indented incorrectly; expected at least 4 spaces, found 0
(#376) Expected 1 space before comment text but found 5; use block comment if you need indentation
mod/offlinequiz/addrandom.php
(#29) Expected login check (require_login, require_course_login, admin_externalpage_setup) following config inclusion. None found.
(#35) Expected 1 space after "="; newline found
(#70) This comment is 56% valid code; is this commented out code?
(#70) Inline comments must start with a capital letter, digit or 3-dots sequence
(#70) No space found before comment text; expected "// $groupquestions = offlinequiz_get_group_question_ids($offlinequiz);" but found "//$groupquestions = offlinequiz_get_group_question_ids($offlinequiz);"
(#72) Inline comments must end in full-stops, exclamation marks, or question marks
(#72) This comment is 50% valid code; is this commented out code?
(#72) No space found before comment text; expected "// $offlinequiz->questions = $groupquestions;" but found "//$offlinequiz->questions = $groupquestions;"
(#108) Expected 1 space before "=>"; 0 found
(#134) Line exceeds 132 characters; contains 148 characters
mod/offlinequiz/addrandomform.php
(#65) Functions must not contain multiple empty lines in a row; found 2 empty lines
mod/offlinequiz/classes/event/docs_created.php
(#40) Whitespace found at end of line
mod/offlinequiz/classes/event/docs_deleted.php
(#40) Whitespace found at end of line
mod/offlinequiz/classes/output/edit_renderer.php
(#43) Whitespace found at end of line
(#71) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#72) Whitespace found at end of line
(#76) Inline comments must end in full-stops, exclamation marks, or question marks
(#78) Whitespace found at end of line
(#82) Whitespace found at end of line
(#82) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#144) Whitespace found at end of line
(#154) This comment is 48% valid code; is this commented out code?
(#154) Inline comments must start with a capital letter, digit or 3-dots sequence
(#154) Line indented incorrectly; expected at least 8 spaces, found 0
(#154) 3 slashes comments are not allowed; use "// Comment." instead
(#154) No space found before comment text; expected "// echo $OUTPUT->heading(get_string('gradingofflinequiz', 'offlinequiz') . ': ' . $offlinequiz->name. ' (' ." but found "///echo $OUTPUT->heading(get_string('gradingofflinequiz', 'offlinequiz') . ': ' . $offlinequiz->name. ' (' ."
(#155) Line indented incorrectly; expected at least 8 spaces, found 0
(#155) Expected 1 space before comment text but found 13; use block comment if you need indentation
(#173) Expected 1 space after ".="; 2 found
(#180) Whitespace found at end of line
(#183) Whitespace found at end of line
(#193) Whitespace found at end of line
(#201) Expected 1 space before "-"; 0 found
(#201) Expected 1 space after "-"; 0 found
(#204) Whitespace found at end of line
(#206) Whitespace found at end of line
(#218) Whitespace found at end of line
(#231) Whitespace found at end of line
(#233) Whitespace found at end of line
(#239) Whitespace found at end of line
(#241) Whitespace found at end of line
(#247) Whitespace found at end of line
(#249) Whitespace found at end of line
(#263) Inline comments must start with a capital letter, digit or 3-dots sequence
(#263) Inline comments must end in full-stops, exclamation marks, or question marks
(#263) This comment is 50% valid code; is this commented out code?
(#263) No space found before comment text; expected "// $output .= html_writer::empty_tag('br');" but found "//$output .= html_writer::empty_tag('br');"
(#265) Line exceeds 132 characters; contains 136 characters
(#267) This comment is 50% valid code; is this commented out code?
(#267) No space found before comment text; expected "// $output .= html_writer::empty_tag('br');" but found "//$output .= html_writer::empty_tag('br');"
(#271) Whitespace found at end of line
(#406) Whitespace found at end of line
(#408) Whitespace found at end of line
(#409) Inline comments must start with a capital letter, digit or 3-dots sequence
(#409) Line indented incorrectly; expected at least 12 spaces, found 0
(#409) Expected 1 space before comment text but found 13; use block comment if you need indentation
(#410) Line exceeds maximum limit of 180 characters; contains 211 characters
(#410) Line indented incorrectly; expected at least 12 spaces, found 0
(#410) Expected 1 space before comment text but found 16; use block comment if you need indentation
(#411) Inline comments must end in full-stops, exclamation marks, or question marks
(#411) Line indented incorrectly; expected at least 12 spaces, found 0
(#411) Expected 1 space before comment text but found 13; use block comment if you need indentation
(#412) Whitespace found at end of line
(#413) Whitespace found at end of line
(#416) Expected 1 space after ".="; 4 found
(#440) Whitespace found at end of line
(#441) Whitespace found at end of line
(#443) Whitespace found at end of line
(#444) Whitespace found at end of line
(#446) Whitespace found at end of line
(#577) Whitespace found at end of line
(#623) Whitespace found at end of line
(#627) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#715) Whitespace found at end of line
(#735) Line exceeds 132 characters; contains 137 characters
(#798) Inline comments must end in full-stops, exclamation marks, or question marks
(#798) Whitespace found at end of line
(#872) Expected 1 space after ".="; 2 found
(#873) Whitespace found at end of line
(#874) Inline comments must start with a capital letter, digit or 3-dots sequence
(#874) Inline comments must end in full-stops, exclamation marks, or question marks
(#874) This comment is 60% valid code; is this commented out code?
(#874) Line indented incorrectly; expected at least 8 spaces, found 0
(#874) Expected 1 space before comment text but found 8; use block comment if you need indentation
(#884) Whitespace found at end of line
(#885) Whitespace found at end of line
(#891) Whitespace found at end of line
mod/offlinequiz/classes/plugininfo/offlinequiz.php
(#26) Expected 1 space(s) before asterisk; 0 found
mod/offlinequiz/classes/question/bank/add_action_column.php
(#72) Whitespace found at end of line
mod/offlinequiz/classes/question/bank/custom_view.php
(#139) Whitespace found at end of line
(#143) Whitespace found at end of line
(#145) Whitespace found at end of line
(#213) Possible useless method overriding detected
(#252) Whitespace found at end of line
mod/offlinequiz/classes/question/bank/question_type_column.php
(#34) Whitespace found at end of line
mod/offlinequiz/classes/structure.php
(#32) Whitespace found at end of line
(#54) Line exceeds 132 characters; contains 144 characters
(#57) Line exceeds 132 characters; contains 146 characters
(#70) Whitespace found at end of line
(#151) Whitespace found at end of line
(#228) Whitespace found at end of line
(#312) Whitespace found at end of line
(#316) Whitespace found at end of line
(#340) Whitespace found at end of line
(#572) Whitespace found at end of line within string
(#656) Whitespace found at end of line within string
(#710) Whitespace found at end of line
(#714) Whitespace found at end of line
(#721) Whitespace found at end of line
(#737) Whitespace found at end of line
(#739) This comment is 45% valid code; is this commented out code?
(#740) Line exceeds 132 characters; contains 135 characters
(#740) Line indented incorrectly; expected at least 8 spaces, found 0
(#740) Expected 1 space before comment text but found 9; use block comment if you need indentation
(#741) Inline comments must end in full-stops, exclamation marks, or question marks
(#741) Line indented incorrectly; expected at least 8 spaces, found 0
(#741) Expected 1 space before comment text but found 17; use block comment if you need indentation
(#772) Whitespace found at end of line
mod/offlinequiz/correct.php
(#218) This comment is 47% valid code; is this commented out code?
(#243) This comment is 48% valid code; is this commented out code?
(#244) This comment is 64% valid code; is this commented out code?
(#244) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#1191) This comment is 50% valid code; is this commented out code?
mod/offlinequiz/cron.php
(#29) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#76) Whitespace found at end of line
(#84) Whitespace found at end of line
(#141) Expected 1 space after "="; newline found
(#286) Whitespace found at end of line
mod/offlinequiz/db/access.php
(#29) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
mod/offlinequiz/db/renamedclasses.php
(#30) This comment is 45% valid code; is this commented out code?
mod/offlinequiz/db/upgrade.php
(#302) This comment is 67% valid code; is this commented out code?
(#724) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#757) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#826) Expected 1 space after "="; newline found
(#885) This comment is 50% valid code; is this commented out code?
(#1169) Spaces must be used to indent lines; tabs are not allowed
(#1169) Tab found within whitespace
(#1169) Line indented incorrectly; expected 20 spaces, found 17
(#1170) Spaces must be used to indent lines; tabs are not allowed
(#1170) Tab found within whitespace
(#1170) Line indented incorrectly; expected at least 24 spaces, found 18
(#1171) Spaces must be used to indent lines; tabs are not allowed
(#1171) Tab found within whitespace
(#1171) Line indented incorrectly; expected 20 spaces, found 17
(#1203) Spaces must be used to indent lines; tabs are not allowed
(#1203) Tab found within whitespace
(#1203) Line indented incorrectly; expected at least 28 spaces, found 25
(#1204) Spaces must be used to indent lines; tabs are not allowed
(#1204) Tab found within whitespace
(#1204) Line indented incorrectly; expected at least 28 spaces, found 25
(#1287) Expected "if (...) {\n"; found "if(...) {\n"
(#1291) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#1295) Expected 1 space before comment text but found 6; use block comment if you need indentation
(#1296) Expected 1 space before comment text but found 6; use block comment if you need indentation
mod/offlinequiz/db/upgradelib.php
(#205) Expected 1 space after "="; newline found
(#938) Whitespace found at end of line
(#939) Whitespace found at end of line
(#990) Spaces must be used to indent lines; tabs are not allowed
(#990) Tab found within whitespace
(#990) Line indented incorrectly; expected at least 8 spaces, found 5
(#992) Spaces must be used to indent lines; tabs are not allowed
(#992) Tab found within whitespace
(#992) Line indented incorrectly; expected at least 8 spaces, found 5
(#993) Line indented incorrectly; expected 4 spaces, found 3
(#993) Closing brace indented incorrectly; expected 4 spaces, found 3
(#999) Expected "if (...) {\n"; found "if(...) {\n"
(#1013) Line exceeds maximum limit of 180 characters; contains 203 characters
(#1014) Line exceeds maximum limit of 180 characters; contains 290 characters
(#1016) Commas (,) must be followed by white space.
(#1017) Expected "if (...) {\n"; found "if(...) {\n"
(#1026) Expected 1 space after closing parenthesis; found 2
(#1027) Expected 1 space before "="; 0 found
(#1027) Expected 1 space after "="; 0 found
(#1029) Expected "while (...) {\n"; found "while(...) {\n"
(#1029) Commas (,) must be followed by white space.
(#1035) Commas (,) must be followed by white space.
(#1036) Expected 1 space before "/"; 0 found
(#1036) Expected 1 space after "/"; 0 found
(#1036) Expected 1 space before "/"; 0 found
(#1036) Expected 1 space after "/"; 0 found
mod/offlinequiz/edit.php
(#45) Expected login check (require_login, require_course_login, admin_externalpage_setup) following config inclusion. None found.
(#56) Expected "if (...) {\n"; found "if(...) {\n"
(#59) Expected "if (...) {\n"; found "if(...) {\n"
(#63) Expected 1 space after "="; newline found
(#259) Inline comments must start with a capital letter, digit or 3-dots sequence
(#259) Inline comments must end in full-stops, exclamation marks, or question marks
(#259) This comment is 67% valid code; is this commented out code?
(#259) Line indented incorrectly; expected at least 12 spaces, found 0
(#259) Expected 1 space before comment text but found 8; use block comment if you need indentation
(#343) Inline comments must start with a capital letter, digit or 3-dots sequence
(#343) Inline comments must end in full-stops, exclamation marks, or question marks
(#343) This comment is 80% valid code; is this commented out code?
(#343) No space found before comment text; expected "// offlinequiz_print_status_bar($offlinequiz);" but found "//offlinequiz_print_status_bar($offlinequiz);"
mod/offlinequiz/edit_rest.php
(#25) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#56) Expected "if (...) {\n"; found "if (...){\n"
(#100) Expected 1 space after "=>"; newline found
(#109) Line exceeds 132 characters; contains 136 characters
(#110) Commas (,) must be followed by white space.
(#115) Inline comments must end in full-stops, exclamation marks, or question marks
(#116) Line exceeds 132 characters; contains 134 characters
(#119) Line indented incorrectly; expected at least 36 spaces, found 35
(#124) Inline comments must end in full-stops, exclamation marks, or question marks
(#124) This comment is 55% valid code; is this commented out code?
(#124) No space found before comment text; expected "// $offlinequiz->sumgrades = offlinequiz_update_sumgrades($offlinequiz);" but found "//$offlinequiz->sumgrades = offlinequiz_update_sumgrades($offlinequiz);"
(#127) Inline comments must start with a capital letter, digit or 3-dots sequence
(#127) Inline comments must end in full-stops, exclamation marks, or question marks
(#127) This comment is 80% valid code; is this commented out code?
(#127) No space found before comment text; expected "// offlinequiz_update_all_final_grades($offlinequiz);" but found "//offlinequiz_update_all_final_grades($offlinequiz);"
mod/offlinequiz/evallib.php
(#245) Whitespace found at end of line
(#465) This comment is 50% valid code; is this commented out code?
(#768) Expected 1 space before comment text but found 2; use block comment if you need indentation
mod/offlinequiz/image.php
(#87) Expected 1 space after "="; 0 found
mod/offlinequiz/index.php
(#56) Expected 1 space after "="; newline found
mod/offlinequiz/jquery/plugins.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#2) Line 1 of the opening comment must start "// This file is part of".
(#3) Line 2 of the opening comment must start "//".
(#3) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#3) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#4) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#4) Line 12 of the opening comment must start "//".
(#4) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#4) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#13) Whitespace found at end of line
mod/offlinequiz/lib.php
(#36) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#37) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#38) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#100) Spaces must be used to indent lines; tabs are not allowed
(#100) Tab found within whitespace
(#100) Line indented incorrectly; expected at least 4 spaces, found 1
(#104) Spaces must be used to indent lines; tabs are not allowed
(#104) Tab found within whitespace
(#104) Line indented incorrectly; expected 8 spaces, found 5
(#105) Spaces must be used to indent lines; tabs are not allowed
(#105) Tab found within whitespace
(#105) Line indented incorrectly; expected at least 12 spaces, found 8
(#107) Spaces must be used to indent lines; tabs are not allowed
(#107) Tab found within whitespace
(#107) Line indented incorrectly; expected at least 12 spaces, found 9
(#111) Spaces must be used to indent lines; tabs are not allowed
(#111) Tab found within whitespace
(#111) Line indented incorrectly; expected 8 spaces, found 5
(#156) Spaces must be used to indent lines; tabs are not allowed
(#156) Tab found within whitespace
(#156) Line indented incorrectly; expected at least 4 spaces, found 1
(#161) Spaces must be used to indent lines; tabs are not allowed
(#161) Tab found within whitespace
(#161) Line indented incorrectly; expected 8 spaces, found 5
(#162) Spaces must be used to indent lines; tabs are not allowed
(#162) Tab found within whitespace
(#162) Line indented incorrectly; expected at least 12 spaces, found 8
(#164) Spaces must be used to indent lines; tabs are not allowed
(#164) Tab found within whitespace
(#164) Line indented incorrectly; expected at least 12 spaces, found 9
(#168) Spaces must be used to indent lines; tabs are not allowed
(#168) Tab found within whitespace
(#168) Line indented incorrectly; expected 8 spaces, found 5
(#169) Inline comments must start with a capital letter, digit or 3-dots sequence
(#169) Inline comments must end in full-stops, exclamation marks, or question marks
(#169) This comment is 58% valid code; is this commented out code?
(#273) Spaces must be used to indent lines; tabs are not allowed
(#273) Tab found within whitespace
(#275) Spaces must be used to indent lines; tabs are not allowed
(#275) Tab found within whitespace
(#275) Line indented incorrectly; expected at least 8 spaces, found 5
(#778) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#1217) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#1218) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#1220) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#1238) Expected 1 space before comment text but found 4; use block comment if you need indentation
mod/offlinequiz/lib/PHPWord.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#29) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#29) Expected "if (...) {\n"; found "if(...) {\n"
(#31) "require" must be immediately followed by an open parenthesis
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Whitespace found at end of line
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected at least 4 spaces, found 1
(#46) Spaces must be used to indent lines; tabs are not allowed
(#47) Spaces must be used to indent lines; tabs are not allowed
(#48) Spaces must be used to indent lines; tabs are not allowed
(#49) Spaces must be used to indent lines; tabs are not allowed
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected 4 spaces, found 1
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Whitespace found at end of line
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected at least 4 spaces, found 1
(#53) Spaces must be used to indent lines; tabs are not allowed
(#54) Spaces must be used to indent lines; tabs are not allowed
(#55) Spaces must be used to indent lines; tabs are not allowed
(#56) Spaces must be used to indent lines; tabs are not allowed
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected 4 spaces, found 1
(#57) Member variable "_defaultFontName" must be all lower-case
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Whitespace found at end of line
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#59) Line indented incorrectly; expected at least 4 spaces, found 1
(#60) Spaces must be used to indent lines; tabs are not allowed
(#61) Spaces must be used to indent lines; tabs are not allowed
(#62) Spaces must be used to indent lines; tabs are not allowed
(#63) Spaces must be used to indent lines; tabs are not allowed
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected 4 spaces, found 1
(#64) Member variable "_defaultFontSize" must be all lower-case
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Tab found within whitespace
(#65) Whitespace found at end of line
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected at least 4 spaces, found 1
(#67) Spaces must be used to indent lines; tabs are not allowed
(#68) Spaces must be used to indent lines; tabs are not allowed
(#69) Spaces must be used to indent lines; tabs are not allowed
(#70) Spaces must be used to indent lines; tabs are not allowed
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected 4 spaces, found 1
(#71) Member variable "_sectionCollection" must be all lower-case
(#78) Line indented incorrectly; expected 4 spaces, found 8
(#78) Member variable "_numberingCollection" must be all lower-case
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected at least 4 spaces, found 1
(#81) Spaces must be used to indent lines; tabs are not allowed
(#82) Spaces must be used to indent lines; tabs are not allowed
(#83) Spaces must be used to indent lines; tabs are not allowed
(#83) Tab found within whitespace
(#83) Line indented incorrectly; expected 4 spaces, found 1
(#84) Spaces must be used to indent lines; tabs are not allowed
(#84) Tab found within whitespace
(#84) Line indented incorrectly; expected at least 8 spaces, found 2
(#85) Spaces must be used to indent lines; tabs are not allowed
(#85) Tab found within whitespace
(#85) Line indented incorrectly; expected at least 8 spaces, found 2
(#86) Spaces must be used to indent lines; tabs are not allowed
(#86) Tab found within whitespace
(#86) Line indented incorrectly; expected at least 8 spaces, found 2
(#87) Spaces must be used to indent lines; tabs are not allowed
(#87) Tab found within whitespace
(#87) Line indented incorrectly; expected 4 spaces, found 1
(#89) Spaces must be used to indent lines; tabs are not allowed
(#89) Tab found within whitespace
(#89) Line indented incorrectly; expected at least 4 spaces, found 1
(#90) Spaces must be used to indent lines; tabs are not allowed
(#91) Spaces must be used to indent lines; tabs are not allowed
(#92) Spaces must be used to indent lines; tabs are not allowed
(#93) Spaces must be used to indent lines; tabs are not allowed
(#93) Tab found within whitespace
(#93) Line indented incorrectly; expected 4 spaces, found 1
(#93) Public method name "PHPWord::getProperties" must be in lower-case letters only
(#94) Spaces must be used to indent lines; tabs are not allowed
(#94) Tab found within whitespace
(#94) Line indented incorrectly; expected at least 8 spaces, found 2
(#95) Spaces must be used to indent lines; tabs are not allowed
(#95) Tab found within whitespace
(#95) Line indented incorrectly; expected 4 spaces, found 1
(#96) Spaces must be used to indent lines; tabs are not allowed
(#96) Tab found within whitespace
(#96) Whitespace found at end of line
(#97) Spaces must be used to indent lines; tabs are not allowed
(#97) Tab found within whitespace
(#97) Line indented incorrectly; expected at least 4 spaces, found 1
(#98) Spaces must be used to indent lines; tabs are not allowed
(#99) Spaces must be used to indent lines; tabs are not allowed
(#100) Spaces must be used to indent lines; tabs are not allowed
(#101) Spaces must be used to indent lines; tabs are not allowed
(#102) Spaces must be used to indent lines; tabs are not allowed
(#103) Spaces must be used to indent lines; tabs are not allowed
(#103) Tab found within whitespace
(#103) Line indented incorrectly; expected 4 spaces, found 1
(#103) Public method name "PHPWord::setProperties" must be in lower-case letters only
(#104) Spaces must be used to indent lines; tabs are not allowed
(#104) Tab found within whitespace
(#104) Line indented incorrectly; expected at least 8 spaces, found 2
(#105) Spaces must be used to indent lines; tabs are not allowed
(#105) Tab found within whitespace
(#105) Line indented incorrectly; expected at least 8 spaces, found 2
(#106) Spaces must be used to indent lines; tabs are not allowed
(#106) Tab found within whitespace
(#106) Line indented incorrectly; expected 4 spaces, found 1
(#107) Spaces must be used to indent lines; tabs are not allowed
(#107) Tab found within whitespace
(#107) Whitespace found at end of line
(#108) Spaces must be used to indent lines; tabs are not allowed
(#108) Tab found within whitespace
(#108) Line indented incorrectly; expected at least 4 spaces, found 1
(#109) Spaces must be used to indent lines; tabs are not allowed
(#110) Spaces must be used to indent lines; tabs are not allowed
(#110) Whitespace found at end of line
(#111) Spaces must be used to indent lines; tabs are not allowed
(#112) Spaces must be used to indent lines; tabs are not allowed
(#113) Spaces must be used to indent lines; tabs are not allowed
(#114) Spaces must be used to indent lines; tabs are not allowed
(#114) Tab found within whitespace
(#114) Line indented incorrectly; expected 4 spaces, found 1
(#114) Public method name "PHPWord::createSection" must be in lower-case letters only
(#115) Spaces must be used to indent lines; tabs are not allowed
(#115) Tab found within whitespace
(#115) Line indented incorrectly; expected at least 8 spaces, found 2
(#115) Variable "sectionCount" must be all lower-case
(#116) Spaces must be used to indent lines; tabs are not allowed
(#116) Tab found within whitespace
(#116) 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 at least 8 spaces, found 2
(#117) Variable "sectionCount" must be all lower-case
(#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) Line indented incorrectly; expected at least 8 spaces, found 2
(#120) Spaces must be used to indent lines; tabs are not allowed
(#120) Tab found within whitespace
(#120) Line indented incorrectly; expected 4 spaces, found 1
(#121) Spaces must be used to indent lines; tabs are not allowed
(#121) Tab found within whitespace
(#121) Whitespace found at end of line
(#122) Spaces must be used to indent lines; tabs are not allowed
(#122) Tab found within whitespace
(#122) Line indented incorrectly; expected at least 4 spaces, found 1
(#123) Spaces must be used to indent lines; tabs are not allowed
(#124) Spaces must be used to indent lines; tabs are not allowed
(#125) Spaces must be used to indent lines; tabs are not allowed
(#126) Spaces must be used to indent lines; tabs are not allowed
(#126) Tab found within whitespace
(#126) Line indented incorrectly; expected 4 spaces, found 1
(#126) Public method name "PHPWord::getDefaultFontName" must be in lower-case letters only
(#127) Spaces must be used to indent lines; tabs are not allowed
(#127) Tab found within whitespace
(#127) Line indented incorrectly; expected at least 8 spaces, found 2
(#128) Spaces must be used to indent lines; tabs are not allowed
(#128) Tab found within whitespace
(#128) Line indented incorrectly; expected 4 spaces, found 1
(#129) Spaces must be used to indent lines; tabs are not allowed
(#129) Tab found within whitespace
(#129) Whitespace found at end of line
(#130) Spaces must be used to indent lines; tabs are not allowed
(#130) Tab found within whitespace
(#130) Line indented incorrectly; expected at least 4 spaces, found 1
(#131) Spaces must be used to indent lines; tabs are not allowed
(#132) Spaces must be used to indent lines; tabs are not allowed
(#133) Spaces must be used to indent lines; tabs are not allowed
(#134) Spaces must be used to indent lines; tabs are not allowed
(#134) Tab found within whitespace
(#134) Line indented incorrectly; expected 4 spaces, found 1
(#134) Public method name "PHPWord::setDefaultFontName" must be in lower-case letters only
(#134) Variable "pValue" must be all lower-case
(#135) Spaces must be used to indent lines; tabs are not allowed
(#135) Tab found within whitespace
(#135) Line indented incorrectly; expected at least 8 spaces, found 2
(#135) Variable "pValue" must be all lower-case
(#136) Spaces must be used to indent lines; tabs are not allowed
(#136) Tab found within whitespace
(#136) Line indented incorrectly; expected 4 spaces, found 1
(#137) Spaces must be used to indent lines; tabs are not allowed
(#137) Tab found within whitespace
(#137) Whitespace found at end of line
(#138) Spaces must be used to indent lines; tabs are not allowed
(#138) Tab found within whitespace
(#138) Line indented incorrectly; expected at least 4 spaces, found 1
(#139) Spaces must be used to indent lines; tabs are not allowed
(#140) Spaces must be used to indent lines; tabs are not allowed
(#141) Spaces must be used to indent lines; tabs are not allowed
(#142) Spaces must be used to indent lines; tabs are not allowed
(#142) Tab found within whitespace
(#142) Line indented incorrectly; expected 4 spaces, found 1
(#142) Public method name "PHPWord::getDefaultFontSize" must be in lower-case letters only
(#143) Spaces must be used to indent lines; tabs are not allowed
(#143) Tab found within whitespace
(#143) Line indented incorrectly; expected at least 8 spaces, found 2
(#144) Spaces must be used to indent lines; tabs are not allowed
(#144) Tab found within whitespace
(#144) Line indented incorrectly; expected 4 spaces, found 1
(#145) Spaces must be used to indent lines; tabs are not allowed
(#145) Tab found within whitespace
(#145) Whitespace found at end of line
(#146) Spaces must be used to indent lines; tabs are not allowed
(#146) Tab found within whitespace
(#146) Line indented incorrectly; expected at least 4 spaces, found 1
(#147) Spaces must be used to indent lines; tabs are not allowed
(#148) Spaces must be used to indent lines; tabs are not allowed
(#149) Spaces must be used to indent lines; tabs are not allowed
(#150) Spaces must be used to indent lines; tabs are not allowed
(#150) Tab found within whitespace
(#150) Line indented incorrectly; expected 4 spaces, found 1
(#150) Public method name "PHPWord::setDefaultFontSize" must be in lower-case letters only
(#150) Variable "pValue" must be all lower-case
(#151) Spaces must be used to indent lines; tabs are not allowed
(#151) Tab found within whitespace
(#151) Line indented incorrectly; expected at least 8 spaces, found 2
(#151) Variable "pValue" must be all lower-case
(#151) Variable "pValue" must be all lower-case
(#152) Spaces must be used to indent lines; tabs are not allowed
(#152) Tab found within whitespace
(#152) Line indented incorrectly; expected at least 8 spaces, found 2
(#152) Variable "pValue" must be all lower-case
(#153) Spaces must be used to indent lines; tabs are not allowed
(#153) Tab found within whitespace
(#153) Line indented incorrectly; expected 4 spaces, found 1
(#154) Spaces must be used to indent lines; tabs are not allowed
(#154) Tab found within whitespace
(#154) Whitespace found at end of line
(#155) Spaces must be used to indent lines; tabs are not allowed
(#155) Tab found within whitespace
(#155) Line indented incorrectly; expected at least 4 spaces, found 1
(#156) Spaces must be used to indent lines; tabs are not allowed
(#157) Spaces must be used to indent lines; tabs are not allowed
(#157) Whitespace found at end of line
(#158) Spaces must be used to indent lines; tabs are not allowed
(#159) Spaces must be used to indent lines; tabs are not allowed
(#160) Spaces must be used to indent lines; tabs are not allowed
(#161) Spaces must be used to indent lines; tabs are not allowed
(#161) Tab found within whitespace
(#161) Line indented incorrectly; expected 4 spaces, found 1
(#161) Public method name "PHPWord::addParagraphStyle" must be in lower-case letters only
(#161) Variable "styleName" must be all lower-case
(#162) Spaces must be used to indent lines; tabs are not allowed
(#162) Tab found within whitespace
(#162) Line indented incorrectly; expected at least 8 spaces, found 2
(#162) Variable "styleName" must be all lower-case
(#163) Spaces must be used to indent lines; tabs are not allowed
(#163) Tab found within whitespace
(#163) Line indented incorrectly; expected 4 spaces, found 1
(#164) Spaces must be used to indent lines; tabs are not allowed
(#164) Tab found within whitespace
(#164) Whitespace found at end of line
(#165) Spaces must be used to indent lines; tabs are not allowed
(#165) Tab found within whitespace
(#165) Line indented incorrectly; expected at least 4 spaces, found 1
(#166) Spaces must be used to indent lines; tabs are not allowed
(#167) Spaces must be used to indent lines; tabs are not allowed
(#167) Whitespace found at end of line
(#168) Spaces must be used to indent lines; tabs are not allowed
(#169) Spaces must be used to indent lines; tabs are not allowed
(#170) Spaces must be used to indent lines; tabs are not allowed
(#171) Spaces must be used to indent lines; tabs are not allowed
(#171) Tab found within whitespace
(#171) Line indented incorrectly; expected 4 spaces, found 1
(#171) Public method name "PHPWord::addFontStyle" must be in lower-case letters only
(#171) Variable "styleName" must be all lower-case
(#171) Variable "styleFont" must be all lower-case
(#171) Variable "styleParagraph" must be all lower-case
(#172) Spaces must be used to indent lines; tabs are not allowed
(#172) Tab found within whitespace
(#172) Line indented incorrectly; expected at least 8 spaces, found 2
(#172) Variable "styleName" must be all lower-case
(#172) Variable "styleFont" must be all lower-case
(#172) Variable "styleParagraph" must be all lower-case
(#173) Spaces must be used to indent lines; tabs are not allowed
(#173) Tab found within whitespace
(#173) Line indented incorrectly; expected 4 spaces, found 1
(#174) Spaces must be used to indent lines; tabs are not allowed
(#174) Tab found within whitespace
(#174) Whitespace found at end of line
(#175) Spaces must be used to indent lines; tabs are not allowed
(#175) Tab found within whitespace
(#175) Line indented incorrectly; expected at least 4 spaces, found 1
(#176) Spaces must be used to indent lines; tabs are not allowed
(#177) Spaces must be used to indent lines; tabs are not allowed
(#177) Whitespace found at end of line
(#178) Spaces must be used to indent lines; tabs are not allowed
(#179) Spaces must be used to indent lines; tabs are not allowed
(#180) Spaces must be used to indent lines; tabs are not allowed
(#181) Spaces must be used to indent lines; tabs are not allowed
(#181) Tab found within whitespace
(#181) Line indented incorrectly; expected 4 spaces, found 1
(#181) Public method name "PHPWord::addTableStyle" must be in lower-case letters only
(#181) Variable "styleName" must be all lower-case
(#181) Variable "styleTable" must be all lower-case
(#181) Variable "styleFirstRow" must be all lower-case
(#182) Spaces must be used to indent lines; tabs are not allowed
(#182) Tab found within whitespace
(#182) Line indented incorrectly; expected at least 8 spaces, found 2
(#182) Variable "styleName" must be all lower-case
(#182) Variable "styleTable" must be all lower-case
(#182) Variable "styleFirstRow" must be all lower-case
(#183) Spaces must be used to indent lines; tabs are not allowed
(#183) Tab found within whitespace
(#183) Line indented incorrectly; expected 4 spaces, found 1
(#184) Spaces must be used to indent lines; tabs are not allowed
(#184) Tab found within whitespace
(#184) Whitespace found at end of line
(#185) Spaces must be used to indent lines; tabs are not allowed
(#185) Tab found within whitespace
(#185) Line indented incorrectly; expected at least 4 spaces, found 1
(#186) Spaces must be used to indent lines; tabs are not allowed
(#187) Spaces must be used to indent lines; tabs are not allowed
(#187) Whitespace found at end of line
(#188) Spaces must be used to indent lines; tabs are not allowed
(#189) Spaces must be used to indent lines; tabs are not allowed
(#190) Spaces must be used to indent lines; tabs are not allowed
(#191) Spaces must be used to indent lines; tabs are not allowed
(#191) Tab found within whitespace
(#191) Line indented incorrectly; expected 4 spaces, found 1
(#191) Public method name "PHPWord::addTitleStyle" must be in lower-case letters only
(#191) Variable "titleCount" must be all lower-case
(#191) Variable "styleFont" must be all lower-case
(#191) Variable "styleParagraph" must be all lower-case
(#192) Spaces must be used to indent lines; tabs are not allowed
(#192) Tab found within whitespace
(#192) Line indented incorrectly; expected at least 8 spaces, found 2
(#192) Variable "titleCount" must be all lower-case
(#192) Variable "styleFont" must be all lower-case
(#192) Variable "styleParagraph" must be all lower-case
(#193) Spaces must be used to indent lines; tabs are not allowed
(#193) Tab found within whitespace
(#193) Line indented incorrectly; expected 4 spaces, found 1
(#194) Spaces must be used to indent lines; tabs are not allowed
(#194) Tab found within whitespace
(#194) Whitespace found at end of line
(#195) Spaces must be used to indent lines; tabs are not allowed
(#195) Tab found within whitespace
(#195) Line indented incorrectly; expected at least 4 spaces, found 1
(#196) Spaces must be used to indent lines; tabs are not allowed
(#197) Spaces must be used to indent lines; tabs are not allowed
(#197) Whitespace found at end of line
(#198) Spaces must be used to indent lines; tabs are not allowed
(#199) Spaces must be used to indent lines; tabs are not allowed
(#200) Spaces must be used to indent lines; tabs are not allowed
(#201) Spaces must be used to indent lines; tabs are not allowed
(#201) Tab found within whitespace
(#201) Line indented incorrectly; expected 4 spaces, found 1
(#201) Public method name "PHPWord::addLinkStyle" must be in lower-case letters only
(#201) Variable "styleName" must be all lower-case
(#202) Spaces must be used to indent lines; tabs are not allowed
(#202) Tab found within whitespace
(#202) Line indented incorrectly; expected at least 8 spaces, found 2
(#202) Variable "styleName" must be all lower-case
(#203) Spaces must be used to indent lines; tabs are not allowed
(#203) Tab found within whitespace
(#203) Line indented incorrectly; expected 4 spaces, found 1
(#204) Spaces must be used to indent lines; tabs are not allowed
(#204) Tab found within whitespace
(#204) Whitespace found at end of line
(#205) Spaces must be used to indent lines; tabs are not allowed
(#205) Tab found within whitespace
(#205) Line indented incorrectly; expected at least 4 spaces, found 1
(#206) Spaces must be used to indent lines; tabs are not allowed
(#207) Spaces must be used to indent lines; tabs are not allowed
(#208) Spaces must be used to indent lines; tabs are not allowed
(#209) Spaces must be used to indent lines; tabs are not allowed
(#209) Tab found within whitespace
(#209) Line indented incorrectly; expected 4 spaces, found 1
(#209) Public method name "PHPWord::getSections" must be in lower-case letters only
(#210) Spaces must be used to indent lines; tabs are not allowed
(#210) Tab found within whitespace
(#210) Line indented incorrectly; expected at least 8 spaces, found 2
(#211) Spaces must be used to indent lines; tabs are not allowed
(#211) Tab found within whitespace
(#211) Line indented incorrectly; expected 4 spaces, found 1
(#212) Spaces must be used to indent lines; tabs are not allowed
(#212) Tab found within whitespace
(#212) Whitespace found at end of line
(#213) Spaces must be used to indent lines; tabs are not allowed
(#213) Tab found within whitespace
(#213) Line indented incorrectly; expected at least 4 spaces, found 1
(#214) Spaces must be used to indent lines; tabs are not allowed
(#215) Spaces must be used to indent lines; tabs are not allowed
(#216) Spaces must be used to indent lines; tabs are not allowed
(#217) Spaces must be used to indent lines; tabs are not allowed
(#217) Tab found within whitespace
(#217) Line indented incorrectly; expected 4 spaces, found 1
(#217) Private method name "PHPWord::_countSections" must be in lower-case letters only
(#218) Spaces must be used to indent lines; tabs are not allowed
(#218) Tab found within whitespace
(#218) Line indented incorrectly; expected at least 8 spaces, found 2
(#219) Spaces must be used to indent lines; tabs are not allowed
(#219) Tab found within whitespace
(#219) Line indented incorrectly; expected 4 spaces, found 1
(#221) Spaces must be used to indent lines; tabs are not allowed
(#221) Tab found within whitespace
(#221) Line indented incorrectly; expected at least 4 spaces, found 1
(#222) Spaces must be used to indent lines; tabs are not allowed
(#223) Spaces must be used to indent lines; tabs are not allowed
(#224) Spaces must be used to indent lines; tabs are not allowed
(#225) Spaces must be used to indent lines; tabs are not allowed
(#225) Tab found within whitespace
(#225) Line indented incorrectly; expected 4 spaces, found 1
(#225) Public method name "PHPWord::getNumbering" must be in lower-case letters only
(#226) Spaces must be used to indent lines; tabs are not allowed
(#226) Tab found within whitespace
(#226) Line indented incorrectly; expected at least 8 spaces, found 2
(#227) Spaces must be used to indent lines; tabs are not allowed
(#227) Tab found within whitespace
(#227) Line indented incorrectly; expected 4 spaces, found 1
(#229) Spaces must be used to indent lines; tabs are not allowed
(#229) Tab found within whitespace
(#229) Line indented incorrectly; expected at least 4 spaces, found 1
(#230) Spaces must be used to indent lines; tabs are not allowed
(#231) Spaces must be used to indent lines; tabs are not allowed
(#232) Spaces must be used to indent lines; tabs are not allowed
(#233) Spaces must be used to indent lines; tabs are not allowed
(#233) Tab found within whitespace
(#233) Line indented incorrectly; expected 4 spaces, found 1
(#233) Public method name "PHPWord::addNumbering" must be in lower-case letters only
(#234) Spaces must be used to indent lines; tabs are not allowed
(#234) Tab found within whitespace
(#234) Line indented incorrectly; expected at least 8 spaces, found 2
(#235) Spaces must be used to indent lines; tabs are not allowed
(#235) Tab found within whitespace
(#235) Line indented incorrectly; expected at least 8 spaces, found 2
(#236) Spaces must be used to indent lines; tabs are not allowed
(#236) Tab found within whitespace
(#236) Line indented incorrectly; expected 4 spaces, found 1
(#240) Whitespace found at end of line
(#244) Public method name "PHPWord::loadTemplate" must be in lower-case letters only
(#244) Variable "strFilename" must be all lower-case
(#245) Expected "if (...) {\n"; found "if(...) {\n"
(#245) Variable "strFilename" must be all lower-case
(#246) Variable "strFilename" must be all lower-case
(#249) Variable "strFilename" must be all lower-case
(#253) A closing tag is not permitted at the end of a PHP file
mod/offlinequiz/lib/PHPWord/Autoloader.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#28) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#30) Line indented incorrectly; expected 4 spaces, found 1
(#30) Public method name "PHPWord_Autoloader::Register" must be in lower-case letters only
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected at least 8 spaces, found 2
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Line indented incorrectly; expected 4 spaces, found 1
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Tab found within whitespace
(#34) Line indented incorrectly; expected 4 spaces, found 1
(#34) Public method name "PHPWord_Autoloader::Load" must be in lower-case letters only
(#34) Variable "strObjectName" must be all lower-case
(#35) Spaces must be used to indent lines; tabs are not allowed
(#35) Tab found within whitespace
(#35) Line indented incorrectly; expected 8 spaces, found 2
(#35) Expected "if (...) {\n"; found "if(...) {\n"
(#35) Variable "strObjectName" must be all lower-case
(#35) Variable "strObjectName" must be all lower-case
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Line indented incorrectly; expected at least 12 spaces, found 3
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected 8 spaces, found 2
(#39) Spaces must be used to indent lines; tabs are not allowed
(#39) Tab found within whitespace
(#39) Line indented incorrectly; expected at least 8 spaces, found 2
(#39) Variable "strObjectFilePath" must be all lower-case
(#39) Variable "strObjectName" must be all lower-case
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Whitespace found at end of line
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected 8 spaces, found 2
(#41) Expected "if (...) {\n"; found "if(...) {\n"
(#41) Variable "strObjectFilePath" must be all lower-case
(#41) Variable "strObjectFilePath" must be all lower-case
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected at least 12 spaces, found 3
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected 8 spaces, found 2
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Whitespace found at end of line
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected at least 8 spaces, found 2
(#45) Variable "strObjectFilePath" must be all lower-case
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected 4 spaces, found 1
(#48) A closing tag is not permitted at the end of a PHP file
mod/offlinequiz/lib/PHPWord/DocumentProperties.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#36) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected at least 4 spaces, found 1
(#39) Spaces must be used to indent lines; tabs are not allowed
(#40) Spaces must be used to indent lines; tabs are not allowed
(#41) Spaces must be used to indent lines; tabs are not allowed
(#42) Spaces must be used to indent lines; tabs are not allowed
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected 4 spaces, found 1
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Whitespace found at end of line
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected at least 4 spaces, found 1
(#46) Spaces must be used to indent lines; tabs are not allowed
(#47) Spaces must be used to indent lines; tabs are not allowed
(#48) Spaces must be used to indent lines; tabs are not allowed
(#49) Spaces must be used to indent lines; tabs are not allowed
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected 4 spaces, found 1
(#50) Member variable "_lastModifiedBy" must be all lower-case
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Whitespace found at end of line
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected at least 4 spaces, found 1
(#53) Spaces must be used to indent lines; tabs are not allowed
(#54) Spaces must be used to indent lines; tabs are not allowed
(#55) Spaces must be used to indent lines; tabs are not allowed
(#56) Spaces must be used to indent lines; tabs are not allowed
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected 4 spaces, found 1
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Whitespace found at end of line
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#59) Line indented incorrectly; expected at least 4 spaces, found 1
(#60) Spaces must be used to indent lines; tabs are not allowed
(#61) Spaces must be used to indent lines; tabs are not allowed
(#62) Spaces must be used to indent lines; tabs are not allowed
(#63) Spaces must be used to indent lines; tabs are not allowed
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected 4 spaces, found 1
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Tab found within whitespace
(#65) Whitespace found at end of line
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected at least 4 spaces, found 1
(#67) Spaces must be used to indent lines; tabs are not allowed
(#68) Spaces must be used to indent lines; tabs are not allowed
(#69) Spaces must be used to indent lines; tabs are not allowed
(#70) Spaces must be used to indent lines; tabs are not allowed
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected 4 spaces, found 1
(#72) Spaces must be used to indent lines; tabs are not allowed
(#72) Tab found within whitespace
(#72) Whitespace found at end of line
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected at least 4 spaces, found 1
(#74) Spaces must be used to indent lines; tabs are not allowed
(#75) Spaces must be used to indent lines; tabs are not allowed
(#76) Spaces must be used to indent lines; tabs are not allowed
(#77) Spaces must be used to indent lines; tabs are not allowed
(#78) Spaces must be used to indent lines; tabs are not allowed
(#78) Tab found within whitespace
(#78) Line indented incorrectly; expected 4 spaces, found 1
(#79) Spaces must be used to indent lines; tabs are not allowed
(#79) Tab found within whitespace
(#79) Whitespace found at end of line
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected at least 4 spaces, found 1
(#81) Spaces must be used to indent lines; tabs are not allowed
(#82) Spaces must be used to indent lines; tabs are not allowed
(#83) Spaces must be used to indent lines; tabs are not allowed
(#84) Spaces must be used to indent lines; tabs are not allowed
(#85) Spaces must be used to indent lines; tabs are not allowed
(#85) Tab found within whitespace
(#85) Line indented incorrectly; expected 4 spaces, found 1
(#86) Spaces must be used to indent lines; tabs are not allowed
(#86) Tab found within whitespace
(#86) Whitespace found at end of line
(#87) Spaces must be used to indent lines; tabs are not allowed
(#87) Tab found within whitespace
(#87) Line indented incorrectly; expected at least 4 spaces, found 1
(#88) Spaces must be used to indent lines; tabs are not allowed
(#89) Spaces must be used to indent lines; tabs are not allowed
(#90) Spaces must be used to indent lines; tabs are not allowed
(#91) Spaces must be used to indent lines; tabs are not allowed
(#92) Spaces must be used to indent lines; tabs are not allowed
(#92) Tab found within whitespace
(#92) Line indented incorrectly; expected 4 spaces, found 1
(#93) Spaces must be used to indent lines; tabs are not allowed
(#93) Tab found within whitespace
(#93) Whitespace found at end of line
(#94) Spaces must be used to indent lines; tabs are not allowed
(#94) Tab found within whitespace
(#94) Line indented incorrectly; expected at least 4 spaces, found 1
(#95) Spaces must be used to indent lines; tabs are not allowed
(#96) Spaces must be used to indent lines; tabs are not allowed
(#97) Spaces must be used to indent lines; tabs are not allowed
(#98) Spaces must be used to indent lines; tabs are not allowed
(#99) Spaces must be used to indent lines; tabs are not allowed
(#99) Tab found within whitespace
(#99) Line indented incorrectly; expected 4 spaces, found 1
(#100) Spaces must be used to indent lines; tabs are not allowed
(#100) Tab found within whitespace
(#100) Whitespace found at end of line
(#101) Spaces must be used to indent lines; tabs are not allowed
(#101) Tab found within whitespace
(#101) Line indented incorrectly; expected at least 4 spaces, found 1
(#102) Spaces must be used to indent lines; tabs are not allowed
(#103) Spaces must be used to indent lines; tabs are not allowed
(#103) Whitespace found at end of line
(#104) Spaces must be used to indent lines; tabs are not allowed
(#105) Spaces must be used to indent lines; tabs are not allowed
(#106) Spaces must be used to indent lines; tabs are not allowed
(#106) Tab found within whitespace
(#106) Line indented incorrectly; expected 4 spaces, found 1
(#108) Spaces must be used to indent lines; tabs are not allowed
(#108) Tab found within whitespace
(#108) Line indented incorrectly; expected at least 4 spaces, found 1
(#109) Spaces must be used to indent lines; tabs are not allowed
(#110) Spaces must be used to indent lines; tabs are not allowed
(#111) Spaces must be used to indent lines; tabs are not allowed
(#111) Tab found within whitespace
(#111) Line indented incorrectly; expected 4 spaces, found 1
(#112) Spaces must be used to indent lines; tabs are not allowed
(#112) Tab found within whitespace
(#112) Line indented incorrectly; expected at least 8 spaces, found 2
(#112) Spaces must be used for alignment; tabs are not allowed
(#112) Tab found within whitespace
(#113) Spaces must be used for alignment; tabs are not allowed
(#113) Tab found within whitespace
(#113) Line indented incorrectly; expected at least 8 spaces, found 2
(#114) Spaces must be used for alignment; tabs are not allowed
(#114) Tab found within whitespace
(#114) Line indented incorrectly; expected at least 8 spaces, found 2
(#114) Spaces must be used for alignment; tabs are not allowed
(#114) Tab found within whitespace
(#115) Spaces must be used for alignment; tabs are not allowed
(#115) Tab found within whitespace
(#115) Line indented incorrectly; expected at least 8 spaces, found 2
(#115) Spaces must be used for alignment; tabs are not allowed
(#115) Tab found within whitespace
(#116) Spaces must be used for alignment; tabs are not allowed
(#116) Tab found within whitespace
(#116) Line indented incorrectly; expected at least 8 spaces, found 2
(#116) Spaces must be used for alignment; tabs are not allowed
(#116) Tab found within whitespace
(#117) Spaces must be used for alignment; tabs are not allowed
(#117) Tab found within whitespace
(#117) Line indented incorrectly; expected at least 8 spaces, found 2
(#117) Spaces must be used for alignment; tabs are not allowed
(#117) Tab found within whitespace
(#118) Spaces must be used for alignment; tabs are not allowed
(#118) Tab found within whitespace
(#118) Line indented incorrectly; expected at least 8 spaces, found 2
(#118) Spaces must be used for alignment; tabs are not allowed
(#118) Tab found within whitespace
(#119) Spaces must be used for alignment; tabs are not allowed
(#119) Tab found within whitespace
(#119) Line indented incorrectly; expected at least 8 spaces, found 2
(#119) Spaces must be used for alignment; tabs are not allowed
(#119) Tab found within whitespace
(#120) Spaces must be used for alignment; tabs are not allowed
(#120) Tab found within whitespace
(#120) Line indented incorrectly; expected at least 8 spaces, found 2
(#120) Spaces must be used for alignment; tabs are not allowed
(#120) Tab found within whitespace
(#121) Spaces must be used for alignment; tabs are not allowed
(#121) Tab found within whitespace
(#121) Line indented incorrectly; expected at least 8 spaces, found 2
(#121) Spaces must be used for alignment; tabs are not allowed
(#121) Tab found within whitespace
(#122) Spaces must be used for alignment; tabs are not allowed
(#122) Tab found within whitespace
(#122) Line indented incorrectly; expected 4 spaces, found 1
(#124) Spaces must be used for alignment; tabs are not allowed
(#124) Tab found within whitespace
(#124) Line indented incorrectly; expected at least 4 spaces, found 1
(#125) Spaces must be used for alignment; tabs are not allowed
(#126) Spaces must be used for alignment; tabs are not allowed
(#127) Spaces must be used for alignment; tabs are not allowed
(#128) Spaces must be used for alignment; tabs are not allowed
(#129) Spaces must be used for alignment; tabs are not allowed
(#129) Tab found within whitespace
(#129) Line indented incorrectly; expected 4 spaces, found 1
(#129) Public method name "PHPWord_DocumentProperties::getCreator" must be in lower-case letters only
(#130) Spaces must be used for alignment; tabs are not allowed
(#130) Tab found within whitespace
(#130) Line indented incorrectly; expected at least 8 spaces, found 2
(#131) Spaces must be used for alignment; tabs are not allowed
(#131) Tab found within whitespace
(#131) Line indented incorrectly; expected 4 spaces, found 1
(#132) Spaces must be used for alignment; tabs are not allowed
(#132) Tab found within whitespace
(#132) Whitespace found at end of line
(#133) Spaces must be used for alignment; tabs are not allowed
(#133) Tab found within whitespace
(#133) Line indented incorrectly; expected at least 4 spaces, found 1
(#134) Spaces must be used for alignment; tabs are not allowed
(#135) Spaces must be used for alignment; tabs are not allowed
(#136) Spaces must be used for alignment; tabs are not allowed
(#137) Spaces must be used for alignment; tabs are not allowed
(#138) Spaces must be used for alignment; tabs are not allowed
(#139) Spaces must be used for alignment; tabs are not allowed
(#139) Tab found within whitespace
(#139) Line indented incorrectly; expected 4 spaces, found 1
(#139) Public method name "PHPWord_DocumentProperties::setCreator" must be in lower-case letters only
(#139) Variable "pValue" must be all lower-case
(#140) Spaces must be used for alignment; tabs are not allowed
(#140) Tab found within whitespace
(#140) Line indented incorrectly; expected at least 8 spaces, found 2
(#140) Variable "pValue" must be all lower-case
(#141) Spaces must be used for alignment; tabs are not allowed
(#141) Tab found within whitespace
(#141) Line indented incorrectly; expected at least 8 spaces, found 2
(#142) Spaces must be used for alignment; tabs are not allowed
(#142) Tab found within whitespace
(#142) Line indented incorrectly; expected 4 spaces, found 1
(#143) Spaces must be used for alignment; tabs are not allowed
(#143) Tab found within whitespace
(#143) Whitespace found at end of line
(#144) Spaces must be used for alignment; tabs are not allowed
(#144) Tab found within whitespace
(#144) Line indented incorrectly; expected at least 4 spaces, found 1
(#145) Spaces must be used for alignment; tabs are not allowed
(#146) Spaces must be used for alignment; tabs are not allowed
(#147) Spaces must be used for alignment; tabs are not allowed
(#148) Spaces must be used for alignment; tabs are not allowed
(#149) Spaces must be used for alignment; tabs are not allowed
(#149) Tab found within whitespace
(#149) Line indented incorrectly; expected 4 spaces, found 1
(#149) Public method name "PHPWord_DocumentProperties::getLastModifiedBy" must be in lower-case letters only
(#150) Spaces must be used for alignment; tabs are not allowed
(#150) Tab found within whitespace
(#150) Line indented incorrectly; expected at least 8 spaces, found 2
(#151) Spaces must be used for alignment; tabs are not allowed
(#151) Tab found within whitespace
(#151) Line indented incorrectly; expected 4 spaces, found 1
(#152) Spaces must be used for alignment; tabs are not allowed
(#152) Tab found within whitespace
(#152) Whitespace found at end of line
(#153) Spaces must be used for alignment; tabs are not allowed
(#153) Tab found within whitespace
(#153) Line indented incorrectly; expected at least 4 spaces, found 1
(#154) Spaces must be used for alignment; tabs are not allowed
(#155) Spaces must be used for alignment; tabs are not allowed
(#156) Spaces must be used for alignment; tabs are not allowed
(#157) Spaces must be used for alignment; tabs are not allowed
(#158) Spaces must be used for alignment; tabs are not allowed
(#159) Spaces must be used for alignment; tabs are not allowed
(#159) Tab found within whitespace
(#159) Line indented incorrectly; expected 4 spaces, found 1
(#159) Public method name "PHPWord_DocumentProperties::setLastModifiedBy" must be in lower-case letters only
(#159) Variable "pValue" must be all lower-case
(#160) Spaces must be used for alignment; tabs are not allowed
(#160) Tab found within whitespace
(#160) Line indented incorrectly; expected at least 8 spaces, found 2
(#160) Variable "pValue" must be all lower-case
(#161) Spaces must be used for alignment; tabs are not allowed
(#161) Tab found within whitespace
(#161) Line indented incorrectly; expected at least 8 spaces, found 2
(#162) Spaces must be used for alignment; tabs are not allowed
(#162) Tab found within whitespace
(#162) Line indented incorrectly; expected 4 spaces, found 1
(#163) Spaces must be used for alignment; tabs are not allowed
(#163) Tab found within whitespace
(#163) Whitespace found at end of line
(#164) Spaces must be used for alignment; tabs are not allowed
(#164) Tab found within whitespace
(#164) Line indented incorrectly; expected at least 4 spaces, found 1
(#165) Spaces must be used for alignment; tabs are not allowed
(#166) Spaces must be used for alignment; tabs are not allowed
(#167) Spaces must be used for alignment; tabs are not allowed
(#168) Spaces must be used for alignment; tabs are not allowed
(#169) Spaces must be used for alignment; tabs are not allowed
(#169) Tab found within whitespace
(#169) Line indented incorrectly; expected 4 spaces, found 1
(#169) Public method name "PHPWord_DocumentProperties::getCreated" must be in lower-case letters only
(#170) Spaces must be used for alignment; tabs are not allowed
(#170) Tab found within whitespace
(#170) Line indented incorrectly; expected at least 8 spaces, found 2
(#171) Spaces must be used for alignment; tabs are not allowed
(#171) Tab found within whitespace
(#171) Line indented incorrectly; expected 4 spaces, found 1
(#172) Spaces must be used for alignment; tabs are not allowed
(#172) Tab found within whitespace
(#172) Whitespace found at end of line
(#173) Spaces must be used for alignment; tabs are not allowed
(#173) Tab found within whitespace
(#173) Line indented incorrectly; expected at least 4 spaces, found 1
(#174) Spaces must be used for alignment; tabs are not allowed
(#175) Spaces must be used for alignment; tabs are not allowed
(#176) Spaces must be used for alignment; tabs are not allowed
(#177) Spaces must be used for alignment; tabs are not allowed
(#178) Spaces must be used for alignment; tabs are not allowed
(#179) Spaces must be used for alignment; tabs are not allowed
(#179) Tab found within whitespace
(#179) Line indented incorrectly; expected 4 spaces, found 1
(#179) Public method name "PHPWord_DocumentProperties::setCreated" must be in lower-case letters only
(#179) Variable "pValue" must be all lower-case
(#180) Spaces must be used for alignment; tabs are not allowed
(#180) Tab found within whitespace
(#180) Line indented incorrectly; expected 8 spaces, found 2
(#180) Variable "pValue" must be all lower-case
(#181) Spaces must be used for alignment; tabs are not allowed
(#181) Tab found within whitespace
(#181) Line indented incorrectly; expected at least 12 spaces, found 3
(#181) Variable "pValue" must be all lower-case
(#182) Spaces must be used for alignment; tabs are not allowed
(#182) Tab found within whitespace
(#182) Line indented incorrectly; expected 8 spaces, found 2
(#183) Spaces must be used for alignment; tabs are not allowed
(#183) Tab found within whitespace
(#183) Line indented incorrectly; expected at least 8 spaces, found 2
(#183) Variable "pValue" must be all lower-case
(#184) Spaces must be used for alignment; tabs are not allowed
(#184) Tab found within whitespace
(#184) Line indented incorrectly; expected at least 8 spaces, found 2
(#185) Spaces must be used for alignment; tabs are not allowed
(#185) Tab found within whitespace
(#185) Line indented incorrectly; expected 4 spaces, found 1
(#186) Spaces must be used for alignment; tabs are not allowed
(#186) Tab found within whitespace
(#186) Whitespace found at end of line
(#187) Spaces must be used for alignment; tabs are not allowed
(#187) Tab found within whitespace
(#187) Line indented incorrectly; expected at least 4 spaces, found 1
(#188) Spaces must be used for alignment; tabs are not allowed
(#189) Spaces must be used for alignment; tabs are not allowed
(#190) Spaces must be used for alignment; tabs are not allowed
(#191) Spaces must be used for alignment; tabs are not allowed
(#192) Spaces must be used for alignment; tabs are not allowed
(#192) Tab found within whitespace
(#192) Line indented incorrectly; expected 4 spaces, found 1
(#192) Public method name "PHPWord_DocumentProperties::getModified" must be in lower-case letters only
(#193) Spaces must be used for alignment; tabs are not allowed
(#193) Tab found within whitespace
(#193) Line indented incorrectly; expected at least 8 spaces, found 2
(#194) Spaces must be used for alignment; tabs are not allowed
(#194) Tab found within whitespace
(#194) Line indented incorrectly; expected 4 spaces, found 1
(#195) Spaces must be used for alignment; tabs are not allowed
(#195) Tab found within whitespace
(#195) Whitespace found at end of line
(#196) Spaces must be used for alignment; tabs are not allowed
(#196) Tab found within whitespace
(#196) Line indented incorrectly; expected at least 4 spaces, found 1
(#197) Spaces must be used for alignment; tabs are not allowed
(#198) Spaces must be used for alignment; tabs are not allowed
(#199) Spaces must be used for alignment; tabs are not allowed
(#200) Spaces must be used for alignment; tabs are not allowed
(#201) Spaces must be used for alignment; tabs are not allowed
(#202) Spaces must be used for alignment; tabs are not allowed
(#202) Tab found within whitespace
(#202) Line indented incorrectly; expected 4 spaces, found 1
(#202) Public method name "PHPWord_DocumentProperties::setModified" must be in lower-case letters only
(#202) Variable "pValue" must be all lower-case
(#203) Spaces must be used for alignment; tabs are not allowed
(#203) Tab found within whitespace
(#203) Line indented incorrectly; expected 8 spaces, found 2
(#203) Variable "pValue" must be all lower-case
(#204) Spaces must be used for alignment; tabs are not allowed
(#204) Tab found within whitespace
(#204) Line indented incorrectly; expected at least 12 spaces, found 3
(#204) Variable "pValue" must be all lower-case
(#205) Spaces must be used for alignment; tabs are not allowed
(#205) Tab found within whitespace
(#205) Line indented incorrectly; expected 8 spaces, found 2
(#206) Spaces must be used for alignment; tabs are not allowed
(#206) Tab found within whitespace
(#206) Line indented incorrectly; expected at least 8 spaces, found 2
(#206) Variable "pValue" must be all lower-case
(#207) Spaces must be used for alignment; tabs are not allowed
(#207) Tab found within whitespace
(#207) Line indented incorrectly; expected at least 8 spaces, found 2
(#208) Spaces must be used for alignment; tabs are not allowed
(#208) Tab found within whitespace
(#208) Line indented incorrectly; expected 4 spaces, found 1
(#209) Spaces must be used for alignment; tabs are not allowed
(#209) Tab found within whitespace
(#209) Whitespace found at end of line
(#210) Spaces must be used for alignment; tabs are not allowed
(#210) Tab found within whitespace
(#210) Line indented incorrectly; expected at least 4 spaces, found 1
(#211) Spaces must be used for alignment; tabs are not allowed
(#212) Spaces must be used for alignment; tabs are not allowed
(#213) Spaces must be used for alignment; tabs are not allowed
(#214) Spaces must be used for alignment; tabs are not allowed
(#215) Spaces must be used for alignment; tabs are not allowed
(#215) Tab found within whitespace
(#215) Line indented incorrectly; expected 4 spaces, found 1
(#215) Public method name "PHPWord_DocumentProperties::getTitle" must be in lower-case letters only
(#216) Spaces must be used for alignment; tabs are not allowed
(#216) Tab found within whitespace
(#216) Line indented incorrectly; expected at least 8 spaces, found 2
(#217) Spaces must be used for alignment; tabs are not allowed
(#217) Tab found within whitespace
(#217) Line indented incorrectly; expected 4 spaces, found 1
(#218) Spaces must be used for alignment; tabs are not allowed
(#218) Tab found within whitespace
(#218) Whitespace found at end of line
(#219) Spaces must be used for alignment; tabs are not allowed
(#219) Tab found within whitespace
(#219) Line indented incorrectly; expected at least 4 spaces, found 1
(#220) Spaces must be used for alignment; tabs are not allowed
(#221) Spaces must be used for alignment; tabs are not allowed
(#222) Spaces must be used for alignment; tabs are not allowed
(#223) Spaces must be used for alignment; tabs are not allowed
(#224) Spaces must be used for alignment; tabs are not allowed
(#225) Spaces must be used for alignment; tabs are not allowed
(#225) Tab found within whitespace
(#225) Line indented incorrectly; expected 4 spaces, found 1
(#225) Public method name "PHPWord_DocumentProperties::setTitle" must be in lower-case letters only
(#225) Variable "pValue" must be all lower-case
(#226) Spaces must be used for alignment; tabs are not allowed
(#226) Tab found within whitespace
(#226) Line indented incorrectly; expected at least 8 spaces, found 2
(#226) Variable "pValue" must be all lower-case
(#227) Spaces must be used for alignment; tabs are not allowed
(#227) Tab found within whitespace
(#227) Line indented incorrectly; expected at least 8 spaces, found 2
(#228) Spaces must be used for alignment; tabs are not allowed
(#228) Tab found within whitespace
(#228) Line indented incorrectly; expected 4 spaces, found 1
(#229) Spaces must be used for alignment; tabs are not allowed
(#229) Tab found within whitespace
(#229) Whitespace found at end of line
(#230) Spaces must be used for alignment; tabs are not allowed
(#230) Tab found within whitespace
(#230) Line indented incorrectly; expected at least 4 spaces, found 1
(#231) Spaces must be used for alignment; tabs are not allowed
(#232) Spaces must be used for alignment; tabs are not allowed
(#233) Spaces must be used for alignment; tabs are not allowed
(#234) Spaces must be used for alignment; tabs are not allowed
(#235) Spaces must be used for alignment; tabs are not allowed
(#235) Tab found within whitespace
(#235) Line indented incorrectly; expected 4 spaces, found 1
(#235) Public method name "PHPWord_DocumentProperties::getDescription" must be in lower-case letters only
(#236) Spaces must be used for alignment; tabs are not allowed
(#236) Tab found within whitespace
(#236) Line indented incorrectly; expected at least 8 spaces, found 2
(#237) Spaces must be used for alignment; tabs are not allowed
(#237) Tab found within whitespace
(#237) Line indented incorrectly; expected 4 spaces, found 1
(#238) Spaces must be used for alignment; tabs are not allowed
(#238) Tab found within whitespace
(#238) Whitespace found at end of line
(#239) Spaces must be used for alignment; tabs are not allowed
(#239) Tab found within whitespace
(#239) Line indented incorrectly; expected at least 4 spaces, found 1
(#240) Spaces must be used for alignment; tabs are not allowed
(#241) Spaces must be used for alignment; tabs are not allowed
(#242) Spaces must be used for alignment; tabs are not allowed
(#243) Spaces must be used for alignment; tabs are not allowed
(#244) Spaces must be used for alignment; tabs are not allowed
(#245) Spaces must be used for alignment; tabs are not allowed
(#245) Tab found within whitespace
(#245) Line indented incorrectly; expected 4 spaces, found 1
(#245) Public method name "PHPWord_DocumentProperties::setDescription" must be in lower-case letters only
(#245) Variable "pValue" must be all lower-case
(#246) Spaces must be used for alignment; tabs are not allowed
(#246) Tab found within whitespace
(#246) Line indented incorrectly; expected at least 8 spaces, found 2
(#246) Variable "pValue" must be all lower-case
(#247) Spaces must be used for alignment; tabs are not allowed
(#247) Tab found within whitespace
(#247) Line indented incorrectly; expected at least 8 spaces, found 2
(#248) Spaces must be used for alignment; tabs are not allowed
(#248) Tab found within whitespace
(#248) Line indented incorrectly; expected 4 spaces, found 1
(#249) Spaces must be used for alignment; tabs are not allowed
(#249) Tab found within whitespace
(#249) Whitespace found at end of line
(#250) Spaces must be used for alignment; tabs are not allowed
(#250) Tab found within whitespace
(#250) Line indented incorrectly; expected at least 4 spaces, found 1
(#251) Spaces must be used for alignment; tabs are not allowed
(#252) Spaces must be used for alignment; tabs are not allowed
(#253) Spaces must be used for alignment; tabs are not allowed
(#254) Spaces must be used for alignment; tabs are not allowed
(#255) Spaces must be used for alignment; tabs are not allowed
(#255) Tab found within whitespace
(#255) Line indented incorrectly; expected 4 spaces, found 1
(#255) Public method name "PHPWord_DocumentProperties::getSubject" must be in lower-case letters only
(#256) Spaces must be used for alignment; tabs are not allowed
(#256) Tab found within whitespace
(#256) Line indented incorrectly; expected at least 8 spaces, found 2
(#257) Spaces must be used for alignment; tabs are not allowed
(#257) Tab found within whitespace
(#257) Line indented incorrectly; expected 4 spaces, found 1
(#258) Spaces must be used for alignment; tabs are not allowed
(#258) Tab found within whitespace
(#258) Whitespace found at end of line
(#259) Spaces must be used for alignment; tabs are not allowed
(#259) Tab found within whitespace
(#259) Line indented incorrectly; expected at least 4 spaces, found 1
(#260) Spaces must be used for alignment; tabs are not allowed
(#261) Spaces must be used for alignment; tabs are not allowed
(#262) Spaces must be used for alignment; tabs are not allowed
(#263) Spaces must be used for alignment; tabs are not allowed
(#264) Spaces must be used for alignment; tabs are not allowed
(#265) Spaces must be used for alignment; tabs are not allowed
(#265) Tab found within whitespace
(#265) Line indented incorrectly; expected 4 spaces, found 1
(#265) Public method name "PHPWord_DocumentProperties::setSubject" must be in lower-case letters only
(#265) Variable "pValue" must be all lower-case
(#266) Spaces must be used for alignment; tabs are not allowed
(#266) Tab found within whitespace
(#266) Line indented incorrectly; expected at least 8 spaces, found 2
(#266) Variable "pValue" must be all lower-case
(#267) Spaces must be used for alignment; tabs are not allowed
(#267) Tab found within whitespace
(#267) Line indented incorrectly; expected at least 8 spaces, found 2
(#268) Spaces must be used for alignment; tabs are not allowed
(#268) Tab found within whitespace
(#268) Line indented incorrectly; expected 4 spaces, found 1
(#269) Spaces must be used for alignment; tabs are not allowed
(#269) Tab found within whitespace
(#269) Whitespace found at end of line
(#270) Spaces must be used for alignment; tabs are not allowed
(#270) Tab found within whitespace
(#270) Line indented incorrectly; expected at least 4 spaces, found 1
(#271) Spaces must be used for alignment; tabs are not allowed
(#272) Spaces must be used for alignment; tabs are not allowed
(#273) Spaces must be used for alignment; tabs are not allowed
(#274) Spaces must be used for alignment; tabs are not allowed
(#275) Spaces must be used for alignment; tabs are not allowed
(#275) Tab found within whitespace
(#275) Line indented incorrectly; expected 4 spaces, found 1
(#275) Public method name "PHPWord_DocumentProperties::getKeywords" must be in lower-case letters only
(#276) Spaces must be used for alignment; tabs are not allowed
(#276) Tab found within whitespace
(#276) Line indented incorrectly; expected at least 8 spaces, found 2
(#277) Spaces must be used for alignment; tabs are not allowed
(#277) Tab found within whitespace
(#277) Line indented incorrectly; expected 4 spaces, found 1
(#278) Spaces must be used for alignment; tabs are not allowed
(#278) Tab found within whitespace
(#278) Whitespace found at end of line
(#279) Spaces must be used for alignment; tabs are not allowed
(#279) Tab found within whitespace
(#279) Line indented incorrectly; expected at least 4 spaces, found 1
(#280) Spaces must be used for alignment; tabs are not allowed
(#281) Spaces must be used for alignment; tabs are not allowed
(#282) Spaces must be used for alignment; tabs are not allowed
(#283) Spaces must be used for alignment; tabs are not allowed
(#284) Spaces must be used for alignment; tabs are not allowed
(#285) Spaces must be used for alignment; tabs are not allowed
(#285) Tab found within whitespace
(#285) Line indented incorrectly; expected 4 spaces, found 1
(#285) Public method name "PHPWord_DocumentProperties::setKeywords" must be in lower-case letters only
(#285) Variable "pValue" must be all lower-case
(#286) Spaces must be used for alignment; tabs are not allowed
(#286) Tab found within whitespace
(#286) Line indented incorrectly; expected at least 8 spaces, found 2
(#286) Variable "pValue" must be all lower-case
(#287) Spaces must be used for alignment; tabs are not allowed
(#287) Tab found within whitespace
(#287) Line indented incorrectly; expected at least 8 spaces, found 2
(#288) Spaces must be used for alignment; tabs are not allowed
(#288) Tab found within whitespace
(#288) Line indented incorrectly; expected 4 spaces, found 1
(#289) Spaces must be used for alignment; tabs are not allowed
(#289) Tab found within whitespace
(#289) Whitespace found at end of line
(#290) Spaces must be used for alignment; tabs are not allowed
(#290) Tab found within whitespace
(#290) Line indented incorrectly; expected at least 4 spaces, found 1
(#291) Spaces must be used for alignment; tabs are not allowed
(#292) Spaces must be used for alignment; tabs are not allowed
(#293) Spaces must be used for alignment; tabs are not allowed
(#294) Spaces must be used for alignment; tabs are not allowed
(#295) Spaces must be used for alignment; tabs are not allowed
(#295) Tab found within whitespace
(#295) Line indented incorrectly; expected 4 spaces, found 1
(#295) Public method name "PHPWord_DocumentProperties::getCategory" must be in lower-case letters only
(#296) Spaces must be used for alignment; tabs are not allowed
(#296) Tab found within whitespace
(#296) Line indented incorrectly; expected at least 8 spaces, found 2
(#297) Spaces must be used for alignment; tabs are not allowed
(#297) Tab found within whitespace
(#297) Line indented incorrectly; expected 4 spaces, found 1
(#298) Spaces must be used for alignment; tabs are not allowed
(#298) Tab found within whitespace
(#298) Whitespace found at end of line
(#299) Spaces must be used for alignment; tabs are not allowed
(#299) Tab found within whitespace
(#299) Line indented incorrectly; expected at least 4 spaces, found 1
(#300) Spaces must be used for alignment; tabs are not allowed
(#301) Spaces must be used for alignment; tabs are not allowed
(#302) Spaces must be used for alignment; tabs are not allowed
(#303) Spaces must be used for alignment; tabs are not allowed
(#304) Spaces must be used for alignment; tabs are not allowed
(#305) Spaces must be used for alignment; tabs are not allowed
(#305) Tab found within whitespace
(#305) Line indented incorrectly; expected 4 spaces, found 1
(#305) Public method name "PHPWord_DocumentProperties::setCategory" must be in lower-case letters only
(#305) Variable "pValue" must be all lower-case
(#306) Spaces must be used for alignment; tabs are not allowed
(#306) Tab found within whitespace
(#306) Line indented incorrectly; expected at least 8 spaces, found 2
(#306) Variable "pValue" must be all lower-case
(#307) Spaces must be used for alignment; tabs are not allowed
(#307) Tab found within whitespace
(#307) Line indented incorrectly; expected at least 8 spaces, found 2
(#308) Spaces must be used for alignment; tabs are not allowed
(#308) Tab found within whitespace
(#308) Line indented incorrectly; expected 4 spaces, found 1
(#309) Spaces must be used for alignment; tabs are not allowed
(#309) Tab found within whitespace
(#309) Whitespace found at end of line
(#310) Spaces must be used for alignment; tabs are not allowed
(#310) Tab found within whitespace
(#310) Line indented incorrectly; expected at least 4 spaces, found 1
(#311) Spaces must be used for alignment; tabs are not allowed
(#312) Spaces must be used for alignment; tabs are not allowed
(#313) Spaces must be used for alignment; tabs are not allowed
(#314) Spaces must be used for alignment; tabs are not allowed
(#315) Spaces must be used for alignment; tabs are not allowed
(#315) Tab found within whitespace
(#315) Line indented incorrectly; expected 4 spaces, found 1
(#315) Public method name "PHPWord_DocumentProperties::getCompany" must be in lower-case letters only
(#316) Spaces must be used for alignment; tabs are not allowed
(#316) Tab found within whitespace
(#316) Line indented incorrectly; expected at least 8 spaces, found 2
(#317) Spaces must be used for alignment; tabs are not allowed
(#317) Tab found within whitespace
(#317) Line indented incorrectly; expected 4 spaces, found 1
(#318) Spaces must be used for alignment; tabs are not allowed
(#318) Tab found within whitespace
(#318) Whitespace found at end of line
(#319) Spaces must be used for alignment; tabs are not allowed
(#319) Tab found within whitespace
(#319) Line indented incorrectly; expected at least 4 spaces, found 1
(#320) Spaces must be used for alignment; tabs are not allowed
(#321) Spaces must be used for alignment; tabs are not allowed
(#322) Spaces must be used for alignment; tabs are not allowed
(#323) Spaces must be used for alignment; tabs are not allowed
(#324) Spaces must be used for alignment; tabs are not allowed
(#325) Spaces must be used for alignment; tabs are not allowed
(#325) Tab found within whitespace
(#325) Line indented incorrectly; expected 4 spaces, found 1
(#325) Public method name "PHPWord_DocumentProperties::setCompany" must be in lower-case letters only
(#325) Variable "pValue" must be all lower-case
(#326) Spaces must be used for alignment; tabs are not allowed
(#326) Tab found within whitespace
(#326) Line indented incorrectly; expected at least 8 spaces, found 2
(#326) Variable "pValue" must be all lower-case
(#327) Spaces must be used for alignment; tabs are not allowed
(#327) Tab found within whitespace
(#327) Line indented incorrectly; expected at least 8 spaces, found 2
(#328) Spaces must be used for alignment; tabs are not allowed
(#328) Tab found within whitespace
(#328) Line indented incorrectly; expected 4 spaces, found 1
(#330) A closing tag is not permitted at the end of a PHP file
mod/offlinequiz/lib/PHPWord/HashTable.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Spaces must be used for alignment; tabs are not allowed
(#36) Expected MOODLE_INTERNAL check or config.php inclusion
(#50) Member variable "_keyMap" must be all lower-case
(#55) Spaces must be used for alignment; tabs are not allowed
(#55) Spaces must be used for alignment; tabs are not allowed
(#56) Spaces must be used for alignment; tabs are not allowed
(#58) Variable "pSource" must be all lower-case
(#59) Opening brace should be on the same line as the declaration
(#60) Spaces must be used for alignment; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected 8 spaces, found 5
(#60) Variable "pSource" must be all lower-case
(#61) Spaces must be used for alignment; tabs are not allowed
(#61) Tab found within whitespace
(#61) Inline comments must end in full-stops, exclamation marks, or question marks
(#61) Line indented incorrectly; expected at least 12 spaces, found 9
(#62) Spaces must be used for alignment; tabs are not allowed
(#62) Tab found within whitespace
(#62) Line indented incorrectly; expected at least 12 spaces, found 9
(#62) Variable "pSource" must be all lower-case
(#63) Spaces must be used for alignment; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected 8 spaces, found 5
(#69) Spaces must be used for alignment; tabs are not allowed
(#69) Spaces must be used for alignment; tabs are not allowed
(#70) Spaces must be used for alignment; tabs are not allowed
(#72) Public method name "PHPWord_HashTable::addFromSource" must be in lower-case letters only
(#72) Variable "pSource" must be all lower-case
(#73) Spaces must be used for alignment; tabs are not allowed
(#73) Tab found within whitespace
(#73) Inline comments must end in full-stops, exclamation marks, or question marks
(#73) Line indented incorrectly; expected at least 8 spaces, found 5
(#74) Variable "pSource" must be all lower-case
(#76) Variable "pSource" must be all lower-case
(#80) Variable "pSource" must be all lower-case
(#88) Spaces must be used for alignment; tabs are not allowed
(#88) Spaces must be used for alignment; tabs are not allowed
(#89) Spaces must be used for alignment; tabs are not allowed
(#91) Variable "pSource" must be all lower-case
(#92) Spaces must be used for alignment; tabs are not allowed
(#92) Tab found within whitespace
(#92) Inline comments must end in full-stops, exclamation marks, or question marks
(#92) Line indented incorrectly; expected at least 8 spaces, found 5
(#93) Spaces must be used for alignment; tabs are not allowed
(#93) Tab found within whitespace
(#93) Line indented incorrectly; expected at least 8 spaces, found 5
(#93) Variable "hashCode" must be all lower-case
(#93) Spaces must be used for alignment; tabs are not allowed
(#93) Tab found within whitespace
(#94) Spaces must be used for alignment; tabs are not allowed
(#94) Tab found within whitespace
(#94) Line indented incorrectly; expected at least 8 spaces, found 5
(#94) Variable "hashIndex" must be all lower-case
(#94) Variable "pSource" must be all lower-case
(#95) Spaces must be used for alignment; tabs are not allowed
(#95) Tab found within whitespace
(#95) Line indented incorrectly; expected 8 spaces, found 5
(#95) Variable "hashIndex" must be all lower-case
(#96) Spaces must be used for alignment; tabs are not allowed
(#96) Tab found within whitespace
(#96) Line indented incorrectly; expected at least 12 spaces, found 9
(#96) Variable "hashCode" must be all lower-case
(#96) Variable "pSource" must be all lower-case
(#97) Spaces must be used for alignment; tabs are not allowed
(#97) Tab found within whitespace
(#97) Line indented incorrectly; expected 8 spaces, found 5
(#97) Variable "hashIndex" must be all lower-case
(#98) Spaces must be used for alignment; tabs are not allowed
(#98) Tab found within whitespace
(#98) Line indented incorrectly; expected at least 12 spaces, found 9
(#98) Variable "hashCode" must be all lower-case
(#98) Variable "hashIndex" must be all lower-case
(#99) Spaces must be used for alignment; tabs are not allowed
(#99) Tab found within whitespace
(#99) Line indented incorrectly; expected 8 spaces, found 5
(#100) Spaces must be used for alignment; tabs are not allowed
(#100) Tab found within whitespace
(#100) Line indented incorrectly; expected at least 12 spaces, found 9
(#100) Variable "hashCode" must be all lower-case
(#100) Variable "pSource" must be all lower-case
(#101) Spaces must be used for alignment; tabs are not allowed
(#101) Tab found within whitespace
(#101) Line indented incorrectly; expected 8 spaces, found 5
(#103) Spaces must be used for alignment; tabs are not allowed
(#103) Tab found within whitespace
(#103) Inline comments must end in full-stops, exclamation marks, or question marks
(#103) Line indented incorrectly; expected at least 8 spaces, found 5
(#104) Spaces must be used for alignment; tabs are not allowed
(#104) Tab found within whitespace
(#104) Line indented incorrectly; expected 8 spaces, found 5
(#104) Variable "hashCode" must be all lower-case
(#105) Variable "hashCode" must be all lower-case
(#105) Variable "pSource" must be all lower-case
(#107) Variable "hashCode" must be all lower-case
(#108) Variable "pSource" must be all lower-case
(#109) Spaces must be used for alignment; tabs are not allowed
(#109) Tab found within whitespace
(#109) Line indented incorrectly; expected 8 spaces, found 5
(#110) Variable "pSource" must be all lower-case
(#110) Variable "hashCode" must be all lower-case
(#111) Spaces must be used for alignment; tabs are not allowed
(#111) Tab found within whitespace
(#111) Line indented incorrectly; expected 8 spaces, found 2
(#111) Closing brace indented incorrectly; expected 5 spaces, found 2
(#117) Spaces must be used for alignment; tabs are not allowed
(#117) Spaces must be used for alignment; tabs are not allowed
(#118) Spaces must be used for alignment; tabs are not allowed
(#120) Variable "pSource" must be all lower-case
(#121) Spaces must be used for alignment; tabs are not allowed
(#121) Tab found within whitespace
(#121) Line indented incorrectly; expected 8 spaces, found 5
(#121) Variable "pSource" must be all lower-case
(#122) Spaces must be used for alignment; tabs are not allowed
(#122) Tab found within whitespace
(#122) Line indented incorrectly; expected at least 12 spaces, found 6
(#122) Variable "pSource" must be all lower-case
(#124) Spaces must be used for alignment; tabs are not allowed
(#124) Tab found within whitespace
(#124) Line indented incorrectly; expected at least 12 spaces, found 6
(#124) Variable "deleteKey" must be all lower-case
(#125) Spaces must be used for alignment; tabs are not allowed
(#125) Tab found within whitespace
(#125) Line indented incorrectly; expected 12 spaces, found 6
(#126) Spaces must be used for alignment; tabs are not allowed
(#126) Tab found within whitespace
(#126) Line indented incorrectly; expected 16 spaces, found 7
(#126) Variable "deleteKey" must be all lower-case
(#127) Spaces must be used for alignment; tabs are not allowed
(#127) Tab found within whitespace
(#127) Line indented incorrectly; expected at least 20 spaces, found 8
(#128) Spaces must be used for alignment; tabs are not allowed
(#128) Tab found within whitespace
(#128) Line indented incorrectly; expected 16 spaces, found 7
(#130) Spaces must be used for alignment; tabs are not allowed
(#130) Tab found within whitespace
(#130) Line indented incorrectly; expected 16 spaces, found 7
(#130) Variable "pSource" must be all lower-case
(#131) Spaces must be used for alignment; tabs are not allowed
(#131) Tab found within whitespace
(#131) Line indented incorrectly; expected at least 20 spaces, found 8
(#131) Variable "deleteKey" must be all lower-case
(#132) Spaces must be used for alignment; tabs are not allowed
(#132) Tab found within whitespace
(#132) Line indented incorrectly; expected 16 spaces, found 7
(#133) Spaces must be used for alignment; tabs are not allowed
(#133) Tab found within whitespace
(#133) Line indented incorrectly; expected 12 spaces, found 6
(#134) Spaces must be used for alignment; tabs are not allowed
(#134) Tab found within whitespace
(#134) Line indented incorrectly; expected at least 12 spaces, found 6
(#135) Spaces must be used for alignment; tabs are not allowed
(#135) Tab found within whitespace
(#135) Line indented incorrectly; expected 8 spaces, found 5
(#143) Spaces must be used for alignment; tabs are not allowed
(#143) Tab found within whitespace
(#143) Line indented incorrectly; expected at least 8 spaces, found 5
(#144) Spaces must be used for alignment; tabs are not allowed
(#144) Tab found within whitespace
(#144) Line indented incorrectly; expected at least 8 spaces, found 5
(#153) Spaces must be used for alignment; tabs are not allowed
(#153) Tab found within whitespace
(#153) Line indented incorrectly; expected at least 8 spaces, found 5
(#159) Spaces must be used for alignment; tabs are not allowed
(#159) Spaces must be used for alignment; tabs are not allowed
(#160) Spaces must be used for alignment; tabs are not allowed
(#160) Spaces must be used for alignment; tabs are not allowed
(#162) Public method name "PHPWord_HashTable::getIndexForHashCode" must be in lower-case letters only
(#162) Variable "pHashCode" must be all lower-case
(#163) Spaces must be used for alignment; tabs are not allowed
(#163) Tab found within whitespace
(#163) Line indented incorrectly; expected at least 8 spaces, found 5
(#163) Variable "pHashCode" must be all lower-case
(#169) Spaces must be used for alignment; tabs are not allowed
(#169) Spaces must be used for alignment; tabs are not allowed
(#170) Spaces must be used for alignment; tabs are not allowed
(#173) Public method name "PHPWord_HashTable::getByIndex" must be in lower-case letters only
(#173) Variable "pIndex" must be all lower-case
(#174) Spaces must be used for alignment; tabs are not allowed
(#174) Tab found within whitespace
(#174) Line indented incorrectly; expected 8 spaces, found 5
(#174) Variable "pIndex" must be all lower-case
(#175) Spaces must be used for alignment; tabs are not allowed
(#175) Tab found within whitespace
(#175) Line indented incorrectly; expected at least 12 spaces, found 6
(#175) Variable "pIndex" must be all lower-case
(#176) Spaces must be used for alignment; tabs are not allowed
(#176) Tab found within whitespace
(#176) Line indented incorrectly; expected 8 spaces, found 5
(#178) Spaces must be used for alignment; tabs are not allowed
(#178) Tab found within whitespace
(#178) Line indented incorrectly; expected at least 8 spaces, found 5
(#184) Spaces must be used for alignment; tabs are not allowed
(#184) Spaces must be used for alignment; tabs are not allowed
(#185) Spaces must be used for alignment; tabs are not allowed
(#188) Public method name "PHPWord_HashTable::getByHashCode" must be in lower-case letters only
(#188) Variable "pHashCode" must be all lower-case
(#189) Spaces must be used for alignment; tabs are not allowed
(#189) Tab found within whitespace
(#189) Line indented incorrectly; expected 8 spaces, found 5
(#189) Variable "pHashCode" must be all lower-case
(#190) Spaces must be used for alignment; tabs are not allowed
(#190) Tab found within whitespace
(#190) Line indented incorrectly; expected at least 12 spaces, found 6
(#190) Variable "pHashCode" must be all lower-case
(#191) Spaces must be used for alignment; tabs are not allowed
(#191) Tab found within whitespace
(#191) Line indented incorrectly; expected 8 spaces, found 5
(#193) Spaces must be used for alignment; tabs are not allowed
(#193) Tab found within whitespace
(#193) Line indented incorrectly; expected at least 8 spaces, found 5
(#201) Public method name "PHPWord_HashTable::toArray" must be in lower-case letters only
(#202) Spaces must be used for alignment; tabs are not allowed
(#202) Tab found within whitespace
(#202) Line indented incorrectly; expected at least 8 spaces, found 5
(#205) Spaces must be used for alignment; tabs are not allowed
(#205) Tab found within whitespace
(#205) Line indented incorrectly; expected at least 4 spaces, found 1
(#206) Spaces must be used for alignment; tabs are not allowed
(#207) Spaces must be used for alignment; tabs are not allowed
(#208) Spaces must be used for alignment; tabs are not allowed
(#208) Tab found within whitespace
(#208) Line indented incorrectly; expected 4 spaces, found 1
(#209) Spaces must be used for alignment; tabs are not allowed
(#209) Tab found within whitespace
(#209) Line indented incorrectly; expected at least 8 spaces, found 2
(#210) Spaces must be used for alignment; tabs are not allowed
(#210) Tab found within whitespace
(#210) Line indented incorrectly; expected 8 spaces, found 2
(#211) Spaces must be used for alignment; tabs are not allowed
(#211) Tab found within whitespace
(#211) Line indented incorrectly; expected 12 spaces, found 3
(#212) Spaces must be used for alignment; tabs are not allowed
(#212) Tab found within whitespace
(#212) Line indented incorrectly; expected at least 16 spaces, found 4
(#213) Spaces must be used for alignment; tabs are not allowed
(#213) Tab found within whitespace
(#213) Line indented incorrectly; expected 12 spaces, found 3
(#214) Spaces must be used for alignment; tabs are not allowed
(#214) Tab found within whitespace
(#214) Line indented incorrectly; expected 8 spaces, found 2
(#215) Spaces must be used for alignment; tabs are not allowed
(#215) Tab found within whitespace
(#215) Line indented incorrectly; expected 4 spaces, found 1
mod/offlinequiz/lib/PHPWord/IOFactory.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#36) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#36) Whitespace found at end of line
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Whitespace found at end of line
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected at least 4 spaces, found 1
(#39) Spaces must be used to indent lines; tabs are not allowed
(#40) Spaces must be used to indent lines; tabs are not allowed
(#41) Spaces must be used to indent lines; tabs are not allowed
(#42) Spaces must be used to indent lines; tabs are not allowed
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected 4 spaces, found 1
(#43) Member variable "_searchLocations" must be all lower-case
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected at least 4 spaces, found 2
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected at least 4 spaces, found 1
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Whitespace found at end of line
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected at least 4 spaces, found 1
(#48) Spaces must be used to indent lines; tabs are not allowed
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Whitespace found at end of line
(#50) Spaces must be used to indent lines; tabs are not allowed
(#51) Spaces must be used to indent lines; tabs are not allowed
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected 4 spaces, found 1
(#52) Member variable "_autoResolveClasses" must be all lower-case
(#53) Spaces must be used to indent lines; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected at least 4 spaces, found 2
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Tab found within whitespace
(#54) Line indented incorrectly; expected at least 4 spaces, found 1
(#55) Spaces must be used to indent lines; tabs are not allowed
(#55) Tab found within whitespace
(#55) Whitespace found at end of line
(#56) Spaces must be used to indent lines; tabs are not allowed
(#56) Tab found within whitespace
(#56) Line indented incorrectly; expected at least 4 spaces, found 1
(#57) Spaces must be used to indent lines; tabs are not allowed
(#58) Spaces must be used to indent lines; tabs are not allowed
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#59) Line indented incorrectly; expected 4 spaces, found 1
(#59) Closing brace must be on a line by itself
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#60) Whitespace found at end of line
(#61) Spaces must be used to indent lines; tabs are not allowed
(#61) Tab found within whitespace
(#61) Line indented incorrectly; expected at least 4 spaces, found 1
(#62) Spaces must be used to indent lines; tabs are not allowed
(#63) Spaces must be used to indent lines; tabs are not allowed
(#64) Spaces must be used to indent lines; tabs are not allowed
(#65) Spaces must be used to indent lines; tabs are not allowed
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected 4 spaces, found 1
(#66) Public method name "PHPWord_IOFactory::getSearchLocations" must be in lower-case letters only
(#67) Spaces must be used to indent lines; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected at least 8 spaces, found 2
(#67) Variable "_searchLocations" must be all lower-case
(#67) Variable "_searchLocations" must not contain underscores.
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected 4 spaces, found 1
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#69) Whitespace found at end of line
(#70) Spaces must be used to indent lines; tabs are not allowed
(#70) Tab found within whitespace
(#70) Line indented incorrectly; expected at least 4 spaces, found 1
(#71) Spaces must be used to indent lines; tabs are not allowed
(#72) Spaces must be used to indent lines; tabs are not allowed
(#72) Whitespace found at end of line
(#73) Spaces must be used to indent lines; tabs are not allowed
(#74) Spaces must be used to indent lines; tabs are not allowed
(#75) Spaces must be used to indent lines; tabs are not allowed
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Tab found within whitespace
(#76) Line indented incorrectly; expected 4 spaces, found 1
(#76) Public method name "PHPWord_IOFactory::setSearchLocations" must be in lower-case letters only
(#77) Spaces must be used to indent lines; tabs are not allowed
(#77) Tab found within whitespace
(#77) Line indented incorrectly; expected 8 spaces, found 2
(#78) Spaces must be used to indent lines; tabs are not allowed
(#78) Tab found within whitespace
(#78) Line indented incorrectly; expected at least 12 spaces, found 3
(#78) Variable "_searchLocations" must be all lower-case
(#78) Variable "_searchLocations" must not contain underscores.
(#79) Spaces must be used to indent lines; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected 8 spaces, found 2
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected at least 12 spaces, found 3
(#81) Spaces must be used to indent lines; tabs are not allowed
(#81) Tab found within whitespace
(#81) Line indented incorrectly; expected 8 spaces, found 2
(#82) Spaces must be used to indent lines; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected 4 spaces, found 1
(#83) Spaces must be used to indent lines; tabs are not allowed
(#83) Tab found within whitespace
(#83) Whitespace found at end of line
(#84) Spaces must be used to indent lines; tabs are not allowed
(#84) Tab found within whitespace
(#84) Line indented incorrectly; expected at least 4 spaces, found 1
(#85) Spaces must be used to indent lines; tabs are not allowed
(#86) Spaces must be used to indent lines; tabs are not allowed
(#86) Whitespace found at end of line
(#87) Spaces must be used to indent lines; tabs are not allowed
(#88) Spaces must be used to indent lines; tabs are not allowed
(#89) Spaces must be used to indent lines; tabs are not allowed
(#90) Spaces must be used to indent lines; tabs are not allowed
(#91) Spaces must be used to indent lines; tabs are not allowed
(#91) Tab found within whitespace
(#91) Line indented incorrectly; expected 4 spaces, found 1
(#91) Public method name "PHPWord_IOFactory::addSearchLocation" must be in lower-case letters only
(#92) Spaces must be used to indent lines; tabs are not allowed
(#92) Tab found within whitespace
(#92) Line indented incorrectly; expected at least 8 spaces, found 2
(#92) Variable "_searchLocations" must be all lower-case
(#92) Variable "_searchLocations" must not contain underscores.
(#93) Spaces must be used to indent lines; tabs are not allowed
(#93) Tab found within whitespace
(#93) Line indented incorrectly; expected 4 spaces, found 1
(#94) Spaces must be used to indent lines; tabs are not allowed
(#94) Tab found within whitespace
(#94) Whitespace found at end of line
(#95) Spaces must be used to indent lines; tabs are not allowed
(#95) Tab found within whitespace
(#95) Line indented incorrectly; expected at least 4 spaces, found 1
(#96) Spaces must be used to indent lines; tabs are not allowed
(#97) Spaces must be used to indent lines; tabs are not allowed
(#98) Spaces must be used to indent lines; tabs are not allowed
(#99) Spaces must be used to indent lines; tabs are not allowed
(#100) Spaces must be used to indent lines; tabs are not allowed
(#101) Spaces must be used to indent lines; tabs are not allowed
(#102) Spaces must be used to indent lines; tabs are not allowed
(#102) Tab found within whitespace
(#102) Line indented incorrectly; expected 4 spaces, found 1
(#102) Public method name "PHPWord_IOFactory::createWriter" must be in lower-case letters only
(#102) Variable "PHPWord" must be all lower-case
(#102) Variable "writerType" must be all lower-case
(#103) Spaces must be used to indent lines; tabs are not allowed
(#103) Tab found within whitespace
(#103) Line indented incorrectly; expected at least 8 spaces, found 2
(#103) Variable "searchType" must be all lower-case
(#104) Spaces must be used to indent lines; tabs are not allowed
(#104) Tab found within whitespace
(#104) Whitespace found at end of line
(#105) Spaces must be used to indent lines; tabs are not allowed
(#105) Tab found within whitespace
(#105) Line indented incorrectly; expected 8 spaces, found 2
(#105) Variable "_searchLocations" must be all lower-case
(#105) Variable "_searchLocations" must not contain underscores.
(#105) Variable "searchLocation" must be all lower-case
(#106) Spaces must be used to indent lines; tabs are not allowed
(#106) Tab found within whitespace
(#106) Line indented incorrectly; expected 12 spaces, found 3
(#106) Variable "searchLocation" must be all lower-case
(#106) Variable "searchType" must be all lower-case
(#107) Spaces must be used to indent lines; tabs are not allowed
(#107) Tab found within whitespace
(#107) Line indented incorrectly; expected at least 16 spaces, found 4
(#107) Variable "className" must be all lower-case
(#107) Variable "writerType" must be all lower-case
(#107) Variable "searchLocation" must be all lower-case
(#108) Spaces must be used to indent lines; tabs are not allowed
(#108) Tab found within whitespace
(#108) Line indented incorrectly; expected at least 16 spaces, found 4
(#108) Variable "classFile" must be all lower-case
(#108) Variable "writerType" must be all lower-case
(#108) Variable "searchLocation" must be all lower-case
(#109) Spaces must be used to indent lines; tabs are not allowed
(#109) Tab found within whitespace
(#109) Whitespace found at end of line
(#110) Spaces must be used to indent lines; tabs are not allowed
(#110) Tab found within whitespace
(#110) Line indented incorrectly; expected at least 16 spaces, found 4
(#110) Variable "className" must be all lower-case
(#110) Variable "PHPWord" must be all lower-case
(#111) Spaces must be used to indent lines; tabs are not allowed
(#111) Tab found within whitespace
(#111) Line indented incorrectly; expected 16 spaces, found 4
(#111) Expected "if (...) {\n"; found "if(...) {\n"
(#112) Spaces must be used to indent lines; tabs are not allowed
(#112) Tab found within whitespace
(#112) Line indented incorrectly; expected at least 20 spaces, found 5
(#113) Spaces must be used to indent lines; tabs are not allowed
(#113) Tab found within whitespace
(#113) Line indented incorrectly; expected 16 spaces, found 4
(#114) Spaces must be used to indent lines; tabs are not allowed
(#114) Tab found within whitespace
(#114) Line indented incorrectly; expected 12 spaces, found 3
(#115) Spaces must be used to indent lines; tabs are not allowed
(#115) Tab found within whitespace
(#115) Line indented incorrectly; expected 8 spaces, found 2
(#116) Spaces must be used to indent lines; tabs are not allowed
(#116) Tab found within whitespace
(#116) 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 at least 8 spaces, found 2
(#117) Variable "searchType" must be all lower-case
(#118) Spaces must be used to indent lines; tabs are not allowed
(#118) Tab found within whitespace
(#118) Line indented incorrectly; expected 4 spaces, found 1
(#120) A closing tag is not permitted at the end of a PHP file
mod/offlinequiz/lib/PHPWord/Media.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#36) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Whitespace found at end of line
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected at least 4 spaces, found 1
(#39) Spaces must be used to indent lines; tabs are not allowed
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Whitespace found at end of line
(#41) Spaces must be used to indent lines; tabs are not allowed
(#42) Spaces must be used to indent lines; tabs are not allowed
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected 4 spaces, found 1
(#43) Member variable "_sectionMedia" must be all lower-case
(#43) Expected 1 space before "=>"; 0 found
(#43) Expected 1 space after "=>"; 0 found
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Expected 1 space before "=>"; 0 found
(#44) Expected 1 space after "=>"; 0 found
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Expected 1 space before "=>"; 0 found
(#45) Expected 1 space after "=>"; 0 found
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Whitespace found at end of line
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected at least 4 spaces, found 1
(#48) Spaces must be used to indent lines; tabs are not allowed
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Whitespace found at end of line
(#50) Spaces must be used to indent lines; tabs are not allowed
(#51) Spaces must be used to indent lines; tabs are not allowed
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected 4 spaces, found 1
(#52) Member variable "_headerMedia" must be all lower-case
(#53) Spaces must be used to indent lines; tabs are not allowed
(#53) Tab found within whitespace
(#53) Whitespace found at end of line
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Tab found within whitespace
(#54) Line indented incorrectly; expected at least 4 spaces, found 1
(#55) Spaces must be used to indent lines; tabs are not allowed
(#56) Spaces must be used to indent lines; tabs are not allowed
(#56) Whitespace found at end of line
(#57) Spaces must be used to indent lines; tabs are not allowed
(#58) Spaces must be used to indent lines; tabs are not allowed
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#59) Line indented incorrectly; expected 4 spaces, found 1
(#59) Member variable "_footerMedia" must be all lower-case
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#60) Whitespace found at end of line
(#61) Spaces must be used to indent lines; tabs are not allowed
(#61) Tab found within whitespace
(#61) Line indented incorrectly; expected at least 4 spaces, found 1
(#62) Spaces must be used to indent lines; tabs are not allowed
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Whitespace found at end of line
(#64) Spaces must be used to indent lines; tabs are not allowed
(#65) Spaces must be used to indent lines; tabs are not allowed
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected 4 spaces, found 1
(#66) Member variable "_objectId" must be all lower-case
(#67) Spaces must be used to indent lines; tabs are not allowed
(#67) Tab found within whitespace
(#67) Whitespace found at end of line
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Tab found within whitespace
(#68) Whitespace found at end of line
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected at least 4 spaces, found 1
(#70) Spaces must be used to indent lines; tabs are not allowed
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Whitespace found at end of line
(#72) Spaces must be used to indent lines; tabs are not allowed
(#73) Spaces must be used to indent lines; tabs are not allowed
(#74) Spaces must be used to indent lines; tabs are not allowed
(#74) Whitespace found at end of line
(#75) Spaces must be used to indent lines; tabs are not allowed
(#76) Spaces must be used to indent lines; tabs are not allowed
(#77) Spaces must be used to indent lines; tabs are not allowed
(#77) Tab found within whitespace
(#77) Line indented incorrectly; expected 4 spaces, found 1
(#77) Public method name "PHPWord_Media::addSectionMediaElement" must be in lower-case letters only
(#77) Variable "memoryImage" must be all lower-case
(#78) Spaces must be used to indent lines; tabs are not allowed
(#78) Tab found within whitespace
(#78) Line indented incorrectly; expected at least 8 spaces, found 2
(#78) Variable "mediaId" must be all lower-case
(#79) Spaces must be used to indent lines; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected at least 8 spaces, found 2
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Tab found within whitespace
(#80) Whitespace found at end of line
(#81) Spaces must be used to indent lines; tabs are not allowed
(#81) Tab found within whitespace
(#81) Line indented incorrectly; expected 8 spaces, found 2
(#81) Expected "if (...) {\n"; found "if(...) {\n"
(#81) Variable "mediaId" must be all lower-case
(#81) Variable "_sectionMedia" must be all lower-case
(#81) Variable "_sectionMedia" must not contain underscores.
(#82) Spaces must be used to indent lines; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected at least 12 spaces, found 3
(#82) Variable "cImg" must be all lower-case
(#83) Spaces must be used to indent lines; tabs are not allowed
(#83) Tab found within whitespace
(#83) Line indented incorrectly; expected at least 12 spaces, found 3
(#83) Variable "cObj" must be all lower-case
(#84) Spaces must be used to indent lines; tabs are not allowed
(#84) Tab found within whitespace
(#84) Line indented incorrectly; expected at least 12 spaces, found 3
(#84) Variable "rID" must be all lower-case
(#85) Spaces must be used to indent lines; tabs are not allowed
(#85) Tab found within whitespace
(#85) Whitespace found at end of line
(#86) Spaces must be used to indent lines; tabs are not allowed
(#86) Tab found within whitespace
(#86) Line indented incorrectly; expected at least 12 spaces, found 3
(#87) Spaces must be used to indent lines; tabs are not allowed
(#87) Tab found within whitespace
(#87) Whitespace found at end of line
(#88) Spaces must be used to indent lines; tabs are not allowed
(#88) Tab found within whitespace
(#88) Line indented incorrectly; expected 12 spaces, found 3
(#88) Expected "if (...) {\n"; found "if(...) {\n"
(#89) Spaces must be used to indent lines; tabs are not allowed
(#89) Tab found within whitespace
(#89) Line indented incorrectly; expected at least 16 spaces, found 4
(#89) Variable "cImg" must be all lower-case
(#90) Spaces must be used to indent lines; tabs are not allowed
(#90) Tab found within whitespace
(#90) Line indented incorrectly; expected at least 16 spaces, found 4
(#91) Spaces must be used to indent lines; tabs are not allowed
(#91) Tab found within whitespace
(#91) Line indented incorrectly; expected at least 16 spaces, found 4
(#91) Variable "isMemImage" must be all lower-case
(#92) Spaces must be used to indent lines; tabs are not allowed
(#92) Tab found within whitespace
(#92) Whitespace found at end of line
(#93) Spaces must be used to indent lines; tabs are not allowed
(#93) Tab found within whitespace
(#93) Line indented incorrectly; expected 16 spaces, found 4
(#93) Expected "if (...) {\n"; found "if(...) {\n"
(#93) Variable "isMemImage" must be all lower-case
(#94) Spaces must be used to indent lines; tabs are not allowed
(#94) Tab found within whitespace
(#94) Line indented incorrectly; expected at least 20 spaces, found 5
(#94) Variable "memoryImage" must be all lower-case
(#95) Spaces must be used to indent lines; tabs are not allowed
(#95) Tab found within whitespace
(#95) Line indented incorrectly; expected at least 20 spaces, found 5
(#96) Spaces must be used to indent lines; tabs are not allowed
(#96) Tab found within whitespace
(#96) Line indented incorrectly; expected at least 20 spaces, found 5
(#96) Variable "memoryImage" must be all lower-case
(#97) Spaces must be used to indent lines; tabs are not allowed
(#97) Tab found within whitespace
(#97) Line indented incorrectly; expected at least 20 spaces, found 5
(#97) Variable "memoryImage" must be all lower-case
(#98) Spaces must be used to indent lines; tabs are not allowed
(#98) Tab found within whitespace
(#98) Line indented incorrectly; expected 16 spaces, found 4
(#99) Spaces must be used to indent lines; tabs are not allowed
(#99) Tab found within whitespace
(#99) Line indented incorrectly; expected at least 20 spaces, found 5
(#100) Spaces must be used to indent lines; tabs are not allowed
(#100) Tab found within whitespace
(#100) Line indented incorrectly; expected 20 spaces, found 5
(#100) Expected "if (...) {\n"; found "if(...) { // Office crashes when adding a jpEg Image, so rename to jpg\n"
(#100) Inline comments must end in full-stops, exclamation marks, or question marks
(#101) Spaces must be used to indent lines; tabs are not allowed
(#101) Tab found within whitespace
(#101) Line indented incorrectly; expected at least 24 spaces, found 6
(#102) Spaces must be used to indent lines; tabs are not allowed
(#102) Tab found within whitespace
(#102) Line indented incorrectly; expected 20 spaces, found 5
(#103) Spaces must be used to indent lines; tabs are not allowed
(#103) Tab found within whitespace
(#103) Line indented incorrectly; expected 16 spaces, found 4
(#104) Spaces must be used to indent lines; tabs are not allowed
(#104) Tab found within whitespace
(#104) Whitespace found at end of line
(#105) Spaces must be used to indent lines; tabs are not allowed
(#105) Tab found within whitespace
(#105) Line indented incorrectly; expected at least 16 spaces, found 4
(#106) Spaces must be used to indent lines; tabs are not allowed
(#106) Tab found within whitespace
(#106) Line indented incorrectly; expected at least 16 spaces, found 4
(#106) Variable "cImg" must be all lower-case
(#107) Spaces must be used to indent lines; tabs are not allowed
(#107) Tab found within whitespace
(#107) Line indented incorrectly; expected 12 spaces, found 3
(#107) Usage of ELSEIF not allowed; use ELSE IF instead
(#108) Spaces must be used to indent lines; tabs are not allowed
(#108) Tab found within whitespace
(#108) Line indented incorrectly; expected at least 16 spaces, found 4
(#108) Variable "cObj" must be all lower-case
(#109) Spaces must be used to indent lines; tabs are not allowed
(#109) Tab found within whitespace
(#109) Line indented incorrectly; expected at least 16 spaces, found 4
(#110) Spaces must be used to indent lines; tabs are not allowed
(#110) Tab found within whitespace
(#110) Line indented incorrectly; expected at least 16 spaces, found 4
(#110) Variable "cObj" must be all lower-case
(#111) Spaces must be used to indent lines; tabs are not allowed
(#111) Tab found within whitespace
(#111) Line indented incorrectly; expected 12 spaces, found 3
(#112) Spaces must be used to indent lines; tabs are not allowed
(#112) Tab found within whitespace
(#112) Whitespace found at end of line
(#113) Spaces must be used to indent lines; tabs are not allowed
(#113) Tab found within whitespace
(#113) Line indented incorrectly; expected at least 12 spaces, found 3
(#114) Spaces must be used to indent lines; tabs are not allowed
(#114) Tab found within whitespace
(#114) Line indented incorrectly; expected at least 12 spaces, found 3
(#115) Spaces must be used to indent lines; tabs are not allowed
(#115) Tab found within whitespace
(#115) Line indented incorrectly; expected at least 12 spaces, found 3
(#116) Spaces must be used to indent lines; tabs are not allowed
(#116) Tab found within whitespace
(#116) Line indented incorrectly; expected at least 12 spaces, found 3
(#116) Variable "rID" must be all lower-case
(#117) Spaces must be used to indent lines; tabs are not allowed
(#117) Tab found within whitespace
(#117) 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 12 spaces, found 3
(#118) Variable "_sectionMedia" must be all lower-case
(#118) Variable "_sectionMedia" must not contain underscores.
(#118) Variable "mediaId" must be all lower-case
(#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) Spaces must be used to indent lines; tabs are not allowed
(#120) Tab found within whitespace
(#120) Line indented incorrectly; expected 12 spaces, found 3
(#120) Expected "if (...) {\n"; found "if(...) {\n"
(#121) Spaces must be used to indent lines; tabs are not allowed
(#121) Tab found within whitespace
(#121) Line indented incorrectly; expected at least 16 spaces, found 4
(#121) Variable "rID" must be all lower-case
(#121) Variable "_objectId" must be all lower-case
(#121) Variable "_objectId" must not contain underscores.
(#122) Spaces must be used to indent lines; tabs are not allowed
(#122) Tab found within whitespace
(#122) Line indented incorrectly; expected 12 spaces, found 3
(#123) Spaces must be used to indent lines; tabs are not allowed
(#123) Tab found within whitespace
(#123) Line indented incorrectly; expected at least 16 spaces, found 4
(#123) Variable "rID" must be all lower-case
(#124) Spaces must be used to indent lines; tabs are not allowed
(#124) Tab found within whitespace
(#124) Line indented incorrectly; expected 12 spaces, found 3
(#125) Spaces must be used to indent lines; tabs are not allowed
(#125) Tab found within whitespace
(#125) Line indented incorrectly; expected 8 spaces, found 2
(#126) Spaces must be used to indent lines; tabs are not allowed
(#126) Tab found within whitespace
(#126) Line indented incorrectly; expected 12 spaces, found 3
(#126) Expected "if (...) {\n"; found "if(...) {\n"
(#127) Spaces must be used to indent lines; tabs are not allowed
(#127) Tab found within whitespace
(#127) Line indented incorrectly; expected at least 16 spaces, found 4
(#127) Variable "rID" must be all lower-case
(#127) Variable "_sectionMedia" must be all lower-case
(#127) Variable "_sectionMedia" must not contain underscores.
(#127) Variable "mediaId" must be all lower-case
(#128) Spaces must be used to indent lines; tabs are not allowed
(#128) Tab found within whitespace
(#128) Line indented incorrectly; expected at least 16 spaces, found 4
(#128) Variable "rID" must be all lower-case
(#128) Variable "_objectId" must be all lower-case
(#128) Variable "_objectId" must not contain underscores.
(#129) Spaces must be used to indent lines; tabs are not allowed
(#129) Tab found within whitespace
(#129) Line indented incorrectly; expected 12 spaces, found 3
(#130) Spaces must be used to indent lines; tabs are not allowed
(#130) Tab found within whitespace
(#130) Line indented incorrectly; expected at least 16 spaces, found 4
(#130) Variable "_sectionMedia" must be all lower-case
(#130) Variable "_sectionMedia" must not contain underscores.
(#130) Variable "mediaId" must be all lower-case
(#131) Spaces must be used to indent lines; tabs are not allowed
(#131) Tab found within whitespace
(#131) Line indented incorrectly; expected 12 spaces, found 3
(#132) Spaces must be used to indent lines; tabs are not allowed
(#132) Tab found within whitespace
(#132) Line indented incorrectly; expected 8 spaces, found 2
(#133) Spaces must be used to indent lines; tabs are not allowed
(#133) Tab found within whitespace
(#133) Line indented incorrectly; expected 4 spaces, found 1
(#134) Spaces must be used to indent lines; tabs are not allowed
(#134) Tab found within whitespace
(#134) Whitespace found at end of line
(#135) Spaces must be used to indent lines; tabs are not allowed
(#135) Tab found within whitespace
(#135) Line indented incorrectly; expected at least 4 spaces, found 1
(#136) Spaces must be used to indent lines; tabs are not allowed
(#137) Spaces must be used to indent lines; tabs are not allowed
(#137) Whitespace found at end of line
(#138) Spaces must be used to indent lines; tabs are not allowed
(#139) Spaces must be used to indent lines; tabs are not allowed
(#140) Spaces must be used to indent lines; tabs are not allowed
(#140) Whitespace found at end of line
(#141) Spaces must be used to indent lines; tabs are not allowed
(#142) Spaces must be used to indent lines; tabs are not allowed
(#143) Spaces must be used to indent lines; tabs are not allowed
(#143) Tab found within whitespace
(#143) Line indented incorrectly; expected 4 spaces, found 1
(#143) Public method name "PHPWord_Media::addSectionLinkElement" must be in lower-case letters only
(#143) Variable "linkSrc" must be all lower-case
(#144) Spaces must be used to indent lines; tabs are not allowed
(#144) Tab found within whitespace
(#144) Line indented incorrectly; expected at least 8 spaces, found 2
(#144) Variable "rID" must be all lower-case
(#145) Spaces must be used to indent lines; tabs are not allowed
(#145) Tab found within whitespace
(#145) Whitespace found at end of line
(#146) Spaces must be used to indent lines; tabs are not allowed
(#146) Tab found within whitespace
(#146) Line indented incorrectly; expected at least 8 spaces, found 2
(#147) Spaces must be used to indent lines; tabs are not allowed
(#147) Tab found within whitespace
(#147) Line indented incorrectly; expected at least 8 spaces, found 2
(#147) Variable "linkSrc" must be all lower-case
(#148) Spaces must be used to indent lines; tabs are not allowed
(#148) Tab found within whitespace
(#148) Line indented incorrectly; expected at least 8 spaces, found 2
(#148) Variable "rID" must be all lower-case
(#149) Spaces must be used to indent lines; tabs are not allowed
(#149) Tab found within whitespace
(#149) Line indented incorrectly; expected at least 8 spaces, found 2
(#150) Spaces must be used to indent lines; tabs are not allowed
(#150) Tab found within whitespace
(#150) Whitespace found at end of line
(#151) Spaces must be used to indent lines; tabs are not allowed
(#151) Tab found within whitespace
(#151) Line indented incorrectly; expected at least 8 spaces, found 2
(#151) Variable "_sectionMedia" must be all lower-case
(#151) Variable "_sectionMedia" must not contain underscores.
(#152) Spaces must be used to indent lines; tabs are not allowed
(#152) Tab found within whitespace
(#152) Whitespace found at end of line
(#153) Spaces must be used to indent lines; tabs are not allowed
(#153) Tab found within whitespace
(#153) Line indented incorrectly; expected at least 8 spaces, found 2
(#153) Variable "rID" must be all lower-case
(#154) Spaces must be used to indent lines; tabs are not allowed
(#154) Tab found within whitespace
(#154) Line indented incorrectly; expected 4 spaces, found 1
(#155) Spaces must be used to indent lines; tabs are not allowed
(#155) Tab found within whitespace
(#155) Whitespace found at end of line
(#156) Spaces must be used to indent lines; tabs are not allowed
(#156) Tab found within whitespace
(#156) Line indented incorrectly; expected at least 4 spaces, found 1
(#157) Spaces must be used to indent lines; tabs are not allowed
(#158) Spaces must be used to indent lines; tabs are not allowed
(#158) Whitespace found at end of line
(#159) Spaces must be used to indent lines; tabs are not allowed
(#160) Spaces must be used to indent lines; tabs are not allowed
(#161) Spaces must be used to indent lines; tabs are not allowed
(#162) Spaces must be used to indent lines; tabs are not allowed
(#162) Tab found within whitespace
(#162) Line indented incorrectly; expected 4 spaces, found 1
(#162) Public method name "PHPWord_Media::getSectionMediaElements" must be in lower-case letters only
(#163) Spaces must be used to indent lines; tabs are not allowed
(#163) Tab found within whitespace
(#163) Line indented incorrectly; expected 8 spaces, found 2
(#163) Expected "if (...) {\n"; found "if(...) {\n"
(#164) Spaces must be used to indent lines; tabs are not allowed
(#164) Tab found within whitespace
(#164) Line indented incorrectly; expected at least 12 spaces, found 3
(#164) Variable "_sectionMedia" must be all lower-case
(#164) Variable "_sectionMedia" must not contain underscores.
(#165) Spaces must be used to indent lines; tabs are not allowed
(#165) Tab found within whitespace
(#165) Line indented incorrectly; expected 8 spaces, found 2
(#166) Spaces must be used to indent lines; tabs are not allowed
(#166) Tab found within whitespace
(#166) Line indented incorrectly; expected at least 12 spaces, found 3
(#166) Variable "arrImages" must be all lower-case
(#166) Variable "_sectionMedia" must be all lower-case
(#166) Variable "_sectionMedia" must not contain underscores.
(#167) Spaces must be used to indent lines; tabs are not allowed
(#167) Tab found within whitespace
(#167) Line indented incorrectly; expected at least 12 spaces, found 3
(#167) Variable "arrObjects" must be all lower-case
(#167) Variable "_sectionMedia" must be all lower-case
(#167) Variable "_sectionMedia" must not contain underscores.
(#168) Spaces must be used to indent lines; tabs are not allowed
(#168) Tab found within whitespace
(#168) Line indented incorrectly; expected at least 12 spaces, found 3
(#168) Variable "arrLinks" must be all lower-case
(#168) Variable "_sectionMedia" must be all lower-case
(#168) Variable "_sectionMedia" must not contain underscores.
(#169) Spaces must be used to indent lines; tabs are not allowed
(#169) Tab found within whitespace
(#169) Line indented incorrectly; expected at least 12 spaces, found 3
(#169) Variable "arrImages" must be all lower-case
(#169) Variable "arrObjects" must be all lower-case
(#169) Variable "arrLinks" must be all lower-case
(#170) Spaces must be used to indent lines; tabs are not allowed
(#170) Tab found within whitespace
(#170) Line indented incorrectly; expected 8 spaces, found 2
(#171) Spaces must be used to indent lines; tabs are not allowed
(#171) Tab found within whitespace
(#171) Line indented incorrectly; expected 4 spaces, found 1
(#172) Spaces must be used to indent lines; tabs are not allowed
(#172) Tab found within whitespace
(#172) Whitespace found at end of line
(#173) Spaces must be used to indent lines; tabs are not allowed
(#173) Tab found within whitespace
(#173) Line indented incorrectly; expected at least 4 spaces, found 1
(#174) Spaces must be used to indent lines; tabs are not allowed
(#175) Spaces must be used to indent lines; tabs are not allowed
(#175) Whitespace found at end of line
(#176) Spaces must be used to indent lines; tabs are not allowed
(#177) Spaces must be used to indent lines; tabs are not allowed
(#178) Spaces must be used to indent lines; tabs are not allowed
(#179) Spaces must be used to indent lines; tabs are not allowed
(#179) Tab found within whitespace
(#179) Line indented incorrectly; expected 4 spaces, found 1
(#179) Public method name "PHPWord_Media::countSectionMediaElements" must be in lower-case letters only
(#180) Spaces must be used to indent lines; tabs are not allowed
(#180) Tab found within whitespace
(#180) Line indented incorrectly; expected 8 spaces, found 2
(#180) Expected "if (...) {\n"; found "if(...) {\n"
(#181) Spaces must be used to indent lines; tabs are not allowed
(#181) Tab found within whitespace
(#181) Line indented incorrectly; expected at least 12 spaces, found 3
(#181) Variable "_sectionMedia" must be all lower-case
(#181) Variable "_sectionMedia" must not contain underscores.
(#182) Spaces must be used to indent lines; tabs are not allowed
(#182) Tab found within whitespace
(#182) Line indented incorrectly; expected 8 spaces, found 2
(#183) Spaces must be used to indent lines; tabs are not allowed
(#183) Tab found within whitespace
(#183) Line indented incorrectly; expected at least 12 spaces, found 3
(#183) Variable "cImages" must be all lower-case
(#183) Variable "_sectionMedia" must be all lower-case
(#183) Variable "_sectionMedia" must not contain underscores.
(#184) Spaces must be used to indent lines; tabs are not allowed
(#184) Tab found within whitespace
(#184) Line indented incorrectly; expected at least 12 spaces, found 3
(#184) Variable "cObjects" must be all lower-case
(#184) Variable "_sectionMedia" must be all lower-case
(#184) Variable "_sectionMedia" must not contain underscores.
(#185) Spaces must be used to indent lines; tabs are not allowed
(#185) Tab found within whitespace
(#185) Line indented incorrectly; expected at least 12 spaces, found 3
(#185) Variable "cLinks" must be all lower-case
(#185) Variable "_sectionMedia" must be all lower-case
(#185) Variable "_sectionMedia" must not contain underscores.
(#186) Spaces must be used to indent lines; tabs are not allowed
(#186) Tab found within whitespace
(#186) Line indented incorrectly; expected at least 12 spaces, found 3
(#186) Variable "cImages" must be all lower-case
(#186) Variable "cObjects" must be all lower-case
(#186) Variable "cLinks" must be all lower-case
(#187) Spaces must be used to indent lines; tabs are not allowed
(#187) Tab found within whitespace
(#187) Line indented incorrectly; expected 8 spaces, found 2
(#188) Spaces must be used to indent lines; tabs are not allowed
(#188) Tab found within whitespace
(#188) Line indented incorrectly; expected 4 spaces, found 1
(#189) Spaces must be used to indent lines; tabs are not allowed
(#189) Tab found within whitespace
(#189) Whitespace found at end of line
(#190) Spaces must be used to indent lines; tabs are not allowed
(#190) Tab found within whitespace
(#190) Line indented incorrectly; expected at least 4 spaces, found 1
(#191) Spaces must be used to indent lines; tabs are not allowed
(#192) Spaces must be used to indent lines; tabs are not allowed
(#192) Whitespace found at end of line
(#193) Spaces must be used to indent lines; tabs are not allowed
(#194) Spaces must be used to indent lines; tabs are not allowed
(#195) Spaces must be used to indent lines; tabs are not allowed
(#196) Spaces must be used to indent lines; tabs are not allowed
(#197) Spaces must be used to indent lines; tabs are not allowed
(#197) Tab found within whitespace
(#197) Line indented incorrectly; expected 4 spaces, found 1
(#197) Public method name "PHPWord_Media::addHeaderMediaElement" must be in lower-case letters only
(#197) Variable "headerCount" must be all lower-case
(#197) Variable "memoryImage" must be all lower-case
(#198) Spaces must be used to indent lines; tabs are not allowed
(#198) Tab found within whitespace
(#198) Line indented incorrectly; expected at least 8 spaces, found 2
(#198) Variable "mediaId" must be all lower-case
(#199) Spaces must be used to indent lines; tabs are not allowed
(#199) Tab found within whitespace
(#199) Line indented incorrectly; expected at least 8 spaces, found 2
(#199) Variable "headerCount" must be all lower-case
(#200) Spaces must be used to indent lines; tabs are not allowed
(#200) Tab found within whitespace
(#200) Whitespace found at end of line
(#201) Spaces must be used to indent lines; tabs are not allowed
(#201) Tab found within whitespace
(#201) Line indented incorrectly; expected 8 spaces, found 2
(#201) Expected "if (...) {\n"; found "if(...) {\n"
(#201) Variable "_headerMedia" must be all lower-case
(#201) Variable "_headerMedia" must not contain underscores.
(#202) Spaces must be used to indent lines; tabs are not allowed
(#202) Tab found within whitespace
(#202) Line indented incorrectly; expected at least 12 spaces, found 3
(#202) Variable "_headerMedia" must be all lower-case
(#202) Variable "_headerMedia" must not contain underscores.
(#203) Spaces must be used to indent lines; tabs are not allowed
(#203) Tab found within whitespace
(#203) Line indented incorrectly; expected 8 spaces, found 2
(#204) Spaces must be used to indent lines; tabs are not allowed
(#204) Tab found within whitespace
(#204) Whitespace found at end of line
(#205) Spaces must be used to indent lines; tabs are not allowed
(#205) Tab found within whitespace
(#205) Line indented incorrectly; expected 8 spaces, found 2
(#205) Expected "if (...) {\n"; found "if(...) {\n"
(#205) Variable "mediaId" must be all lower-case
(#205) Variable "_headerMedia" must be all lower-case
(#205) Variable "_headerMedia" must not contain underscores.
(#206) Spaces must be used to indent lines; tabs are not allowed
(#206) Tab found within whitespace
(#206) Line indented incorrectly; expected at least 12 spaces, found 3
(#206) Variable "cImg" must be all lower-case
(#207) Spaces must be used to indent lines; tabs are not allowed
(#207) Tab found within whitespace
(#207) Line indented incorrectly; expected at least 12 spaces, found 3
(#207) Variable "rID" must be all lower-case
(#207) Variable "cImg" must be all lower-case
(#208) Spaces must be used to indent lines; tabs are not allowed
(#208) Tab found within whitespace
(#208) Whitespace found at end of line
(#209) Spaces must be used to indent lines; tabs are not allowed
(#209) Tab found within whitespace
(#209) Line indented incorrectly; expected at least 12 spaces, found 3
(#209) Variable "cImg" must be all lower-case
(#210) Spaces must be used to indent lines; tabs are not allowed
(#210) Tab found within whitespace
(#210) Line indented incorrectly; expected at least 12 spaces, found 3
(#211) Spaces must be used to indent lines; tabs are not allowed
(#211) Tab found within whitespace
(#211) Line indented incorrectly; expected at least 12 spaces, found 3
(#211) Variable "isMemImage" must be all lower-case
(#212) Spaces must be used to indent lines; tabs are not allowed
(#212) Tab found within whitespace
(#212) Whitespace found at end of line
(#213) Spaces must be used to indent lines; tabs are not allowed
(#213) Tab found within whitespace
(#213) Line indented incorrectly; expected at least 12 spaces, found 3
(#214) Spaces must be used to indent lines; tabs are not allowed
(#214) Tab found within whitespace
(#214) Line indented incorrectly; expected 12 spaces, found 3
(#214) Expected "if (...) {\n"; found "if(...) {\n"
(#214) Variable "isMemImage" must be all lower-case
(#215) Spaces must be used to indent lines; tabs are not allowed
(#215) Tab found within whitespace
(#215) Line indented incorrectly; expected at least 16 spaces, found 4
(#215) Variable "memoryImage" must be all lower-case
(#216) Spaces must be used to indent lines; tabs are not allowed
(#216) Tab found within whitespace
(#216) Line indented incorrectly; expected at least 16 spaces, found 4
(#217) Spaces must be used to indent lines; tabs are not allowed
(#217) Tab found within whitespace
(#217) Line indented incorrectly; expected at least 16 spaces, found 4
(#217) Variable "memoryImage" must be all lower-case
(#218) Spaces must be used to indent lines; tabs are not allowed
(#218) Tab found within whitespace
(#218) Line indented incorrectly; expected at least 16 spaces, found 4
(#218) Variable "memoryImage" must be all lower-case
(#219) Spaces must be used to indent lines; tabs are not allowed
(#219) Tab found within whitespace
(#219) Line indented incorrectly; expected 12 spaces, found 3
(#220) Spaces must be used to indent lines; tabs are not allowed
(#220) Tab found within whitespace
(#220) Line indented incorrectly; expected at least 16 spaces, found 4
(#221) Spaces must be used to indent lines; tabs are not allowed
(#221) Tab found within whitespace
(#221) Line indented incorrectly; expected 16 spaces, found 4
(#221) Expected "if (...) {\n"; found "if(...) { // Office crashes when adding a jpEg Image, so rename to jpg\n"
(#221) Inline comments must end in full-stops, exclamation marks, or question marks
(#222) Spaces must be used to indent lines; tabs are not allowed
(#222) Tab found within whitespace
(#222) Line indented incorrectly; expected at least 20 spaces, found 5
(#223) Spaces must be used to indent lines; tabs are not allowed
(#223) Tab found within whitespace
(#223) Line indented incorrectly; expected 16 spaces, found 4
(#224) Spaces must be used to indent lines; tabs are not allowed
(#224) Tab found within whitespace
(#224) Line indented incorrectly; expected 12 spaces, found 3
(#225) Spaces must be used to indent lines; tabs are not allowed
(#225) Tab found within whitespace
(#225) Line indented incorrectly; expected at least 12 spaces, found 3
(#225) Variable "cImg" must be all lower-case
(#226) Spaces must be used to indent lines; tabs are not allowed
(#226) Tab found within whitespace
(#226) Whitespace found at end of line
(#227) Spaces must be used to indent lines; tabs are not allowed
(#227) Tab found within whitespace
(#227) Line indented incorrectly; expected at least 12 spaces, found 3
(#228) Spaces must be used to indent lines; tabs are not allowed
(#228) Tab found within whitespace
(#228) Line indented incorrectly; expected at least 12 spaces, found 3
(#229) Spaces must be used to indent lines; tabs are not allowed
(#229) Tab found within whitespace
(#229) Line indented incorrectly; expected at least 12 spaces, found 3
(#230) Spaces must be used to indent lines; tabs are not allowed
(#230) Tab found within whitespace
(#230) Line indented incorrectly; expected at least 12 spaces, found 3
(#230) Variable "rID" must be all lower-case
(#231) Spaces must be used to indent lines; tabs are not allowed
(#231) Tab found within whitespace
(#231) Whitespace found at end of line
(#232) Spaces must be used to indent lines; tabs are not allowed
(#232) Tab found within whitespace
(#232) Line indented incorrectly; expected at least 12 spaces, found 3
(#232) Variable "_headerMedia" must be all lower-case
(#232) Variable "_headerMedia" must not contain underscores.
(#232) Variable "mediaId" must be all lower-case
(#233) Spaces must be used to indent lines; tabs are not allowed
(#233) Tab found within whitespace
(#233) Whitespace found at end of line
(#234) Spaces must be used to indent lines; tabs are not allowed
(#234) Tab found within whitespace
(#234) Line indented incorrectly; expected at least 12 spaces, found 3
(#234) Variable "rID" must be all lower-case
(#235) Spaces must be used to indent lines; tabs are not allowed
(#235) Tab found within whitespace
(#235) Line indented incorrectly; expected 8 spaces, found 2
(#236) Spaces must be used to indent lines; tabs are not allowed
(#236) Tab found within whitespace
(#236) Line indented incorrectly; expected at least 12 spaces, found 3
(#236) Variable "_headerMedia" must be all lower-case
(#236) Variable "_headerMedia" must not contain underscores.
(#236) Variable "mediaId" must be all lower-case
(#237) Spaces must be used to indent lines; tabs are not allowed
(#237) Tab found within whitespace
(#237) Line indented incorrectly; expected 8 spaces, found 2
(#238) Spaces must be used to indent lines; tabs are not allowed
(#238) Tab found within whitespace
(#238) Line indented incorrectly; expected 4 spaces, found 1
(#239) Spaces must be used to indent lines; tabs are not allowed
(#239) Tab found within whitespace
(#239) Whitespace found at end of line
(#240) Spaces must be used to indent lines; tabs are not allowed
(#240) Tab found within whitespace
(#240) Line indented incorrectly; expected at least 4 spaces, found 1
(#241) Spaces must be used to indent lines; tabs are not allowed
(#242) Spaces must be used to indent lines; tabs are not allowed
(#242) Whitespace found at end of line
(#243) Spaces must be used to indent lines; tabs are not allowed
(#244) Spaces must be used to indent lines; tabs are not allowed
(#245) Spaces must be used to indent lines; tabs are not allowed
(#246) Spaces must be used to indent lines; tabs are not allowed
(#246) Tab found within whitespace
(#246) Line indented incorrectly; expected 4 spaces, found 1
(#246) Public method name "PHPWord_Media::countHeaderMediaElements" must be in lower-case letters only
(#247) Spaces must be used to indent lines; tabs are not allowed
(#247) Tab found within whitespace
(#247) Line indented incorrectly; expected at least 8 spaces, found 2
(#247) Variable "_headerMedia" must be all lower-case
(#247) Variable "_headerMedia" must not contain underscores.
(#248) Spaces must be used to indent lines; tabs are not allowed
(#248) Tab found within whitespace
(#248) Line indented incorrectly; expected 4 spaces, found 1
(#249) Spaces must be used to indent lines; tabs are not allowed
(#249) Tab found within whitespace
(#249) Whitespace found at end of line
(#250) Spaces must be used to indent lines; tabs are not allowed
(#250) Tab found within whitespace
(#250) Line indented incorrectly; expected at least 4 spaces, found 1
(#251) Spaces must be used to indent lines; tabs are not allowed
(#252) Spaces must be used to indent lines; tabs are not allowed
(#252) Whitespace found at end of line
(#253) Spaces must be used to indent lines; tabs are not allowed
(#254) Spaces must be used to indent lines; tabs are not allowed
(#255) Spaces must be used to indent lines; tabs are not allowed
(#255) Tab found within whitespace
(#255) Line indented incorrectly; expected 4 spaces, found 1
(#255) Public method name "PHPWord_Media::getHeaderMediaElements" must be in lower-case letters only
(#256) Spaces must be used to indent lines; tabs are not allowed
(#256) Tab found within whitespace
(#256) Line indented incorrectly; expected at least 8 spaces, found 2
(#256) Variable "_headerMedia" must be all lower-case
(#256) Variable "_headerMedia" must not contain underscores.
(#257) Spaces must be used to indent lines; tabs are not allowed
(#257) Tab found within whitespace
(#257) Line indented incorrectly; expected 4 spaces, found 1
(#258) Spaces must be used to indent lines; tabs are not allowed
(#258) Tab found within whitespace
(#258) Whitespace found at end of line
(#259) Spaces must be used to indent lines; tabs are not allowed
(#259) Tab found within whitespace
(#259) Line indented incorrectly; expected at least 4 spaces, found 1
(#260) Spaces must be used to indent lines; tabs are not allowed
(#261) Spaces must be used to indent lines; tabs are not allowed
(#261) Whitespace found at end of line
(#262) Spaces must be used to indent lines; tabs are not allowed
(#263) Spaces must be used to indent lines; tabs are not allowed
(#264) Spaces must be used to indent lines; tabs are not allowed
(#265) Spaces must be used to indent lines; tabs are not allowed
(#266) Spaces must be used to indent lines; tabs are not allowed
(#266) Tab found within whitespace
(#266) Line indented incorrectly; expected 4 spaces, found 1
(#266) Public method name "PHPWord_Media::addFooterMediaElement" must be in lower-case letters only
(#266) Variable "footerCount" must be all lower-case
(#266) Variable "memoryImage" must be all lower-case
(#267) Spaces must be used to indent lines; tabs are not allowed
(#267) Tab found within whitespace
(#267) Line indented incorrectly; expected at least 8 spaces, found 2
(#267) Variable "mediaId" must be all lower-case
(#268) Spaces must be used to indent lines; tabs are not allowed
(#268) Tab found within whitespace
(#268) Line indented incorrectly; expected at least 8 spaces, found 2
(#268) Variable "footerCount" must be all lower-case
(#269) Spaces must be used to indent lines; tabs are not allowed
(#269) Tab found within whitespace
(#269) Whitespace found at end of line
(#270) Spaces must be used to indent lines; tabs are not allowed
(#270) Tab found within whitespace
(#270) Line indented incorrectly; expected 8 spaces, found 2
(#270) Expected "if (...) {\n"; found "if(...) {\n"
(#270) Variable "_footerMedia" must be all lower-case
(#270) Variable "_footerMedia" must not contain underscores.
(#271) Spaces must be used to indent lines; tabs are not allowed
(#271) Tab found within whitespace
(#271) Line indented incorrectly; expected at least 12 spaces, found 3
(#271) Variable "_footerMedia" must be all lower-case
(#271) Variable "_footerMedia" must not contain underscores.
(#272) Spaces must be used to indent lines; tabs are not allowed
(#272) Tab found within whitespace
(#272) Line indented incorrectly; expected 8 spaces, found 2
(#273) Spaces must be used to indent lines; tabs are not allowed
(#273) Tab found within whitespace
(#273) Whitespace found at end of line
(#274) Spaces must be used to indent lines; tabs are not allowed
(#274) Tab found within whitespace
(#274) Line indented incorrectly; expected 8 spaces, found 2
(#274) Expected "if (...) {\n"; found "if(...) {\n"
(#274) Variable "mediaId" must be all lower-case
(#274) Variable "_footerMedia" must be all lower-case
(#274) Variable "_footerMedia" must not contain underscores.
(#275) Spaces must be used to indent lines; tabs are not allowed
(#275) Tab found within whitespace
(#275) Line indented incorrectly; expected at least 12 spaces, found 3
(#275) Variable "cImg" must be all lower-case
(#276) Spaces must be used to indent lines; tabs are not allowed
(#276) Tab found within whitespace
(#276) Line indented incorrectly; expected at least 12 spaces, found 3
(#276) Variable "rID" must be all lower-case
(#276) Variable "cImg" must be all lower-case
(#277) Spaces must be used to indent lines; tabs are not allowed
(#277) Tab found within whitespace
(#277) Whitespace found at end of line
(#278) Spaces must be used to indent lines; tabs are not allowed
(#278) Tab found within whitespace
(#278) Line indented incorrectly; expected at least 12 spaces, found 3
(#278) Variable "cImg" must be all lower-case
(#279) Spaces must be used to indent lines; tabs are not allowed
(#279) Tab found within whitespace
(#279) Line indented incorrectly; expected at least 12 spaces, found 3
(#280) Spaces must be used to indent lines; tabs are not allowed
(#280) Tab found within whitespace
(#280) Line indented incorrectly; expected at least 12 spaces, found 3
(#280) Variable "isMemImage" must be all lower-case
(#281) Spaces must be used to indent lines; tabs are not allowed
(#281) Tab found within whitespace
(#281) Whitespace found at end of line
(#282) Spaces must be used to indent lines; tabs are not allowed
(#282) Tab found within whitespace
(#282) Line indented incorrectly; expected at least 12 spaces, found 3
(#283) Spaces must be used to indent lines; tabs are not allowed
(#283) Tab found within whitespace
(#283) Line indented incorrectly; expected 12 spaces, found 3
(#283) Expected "if (...) {\n"; found "if(...) {\n"
(#283) Variable "isMemImage" must be all lower-case
(#284) Spaces must be used to indent lines; tabs are not allowed
(#284) Tab found within whitespace
(#284) Line indented incorrectly; expected at least 16 spaces, found 4
(#284) Variable "memoryImage" must be all lower-case
(#285) Spaces must be used to indent lines; tabs are not allowed
(#285) Tab found within whitespace
(#285) Line indented incorrectly; expected at least 16 spaces, found 4
(#286) Spaces must be used to indent lines; tabs are not allowed
(#286) Tab found within whitespace
(#286) Line indented incorrectly; expected at least 16 spaces, found 4
(#286) Variable "memoryImage" must be all lower-case
(#287) Spaces must be used to indent lines; tabs are not allowed
(#287) Tab found within whitespace
(#287) Line indented incorrectly; expected at least 16 spaces, found 4
(#287) Variable "memoryImage" must be all lower-case
(#288) Spaces must be used to indent lines; tabs are not allowed
(#288) Tab found within whitespace
(#288) Line indented incorrectly; expected 12 spaces, found 3
(#289) Spaces must be used to indent lines; tabs are not allowed
(#289) Tab found within whitespace
(#289) Line indented incorrectly; expected at least 16 spaces, found 4
(#290) Spaces must be used to indent lines; tabs are not allowed
(#290) Tab found within whitespace
(#290) Line indented incorrectly; expected 16 spaces, found 4
(#290) Expected "if (...) {\n"; found "if(...) { // Office crashes when adding a jpEg Image, so rename to jpg\n"
(#290) Inline comments must end in full-stops, exclamation marks, or question marks
(#291) Spaces must be used to indent lines; tabs are not allowed
(#291) Tab found within whitespace
(#291) Line indented incorrectly; expected at least 20 spaces, found 5
(#292) Spaces must be used to indent lines; tabs are not allowed
(#292) Tab found within whitespace
(#292) Line indented incorrectly; expected 16 spaces, found 4
(#293) Spaces must be used to indent lines; tabs are not allowed
(#293) Tab found within whitespace
(#293) Line indented incorrectly; expected 12 spaces, found 3
(#294) Spaces must be used to indent lines; tabs are not allowed
(#294) Tab found within whitespace
(#294) Line indented incorrectly; expected at least 12 spaces, found 3
(#294) Variable "cImg" must be all lower-case
(#295) Spaces must be used to indent lines; tabs are not allowed
(#295) Tab found within whitespace
(#295) Whitespace found at end of line
(#296) Spaces must be used to indent lines; tabs are not allowed
(#296) Tab found within whitespace
(#296) Line indented incorrectly; expected at least 12 spaces, found 3
(#297) Spaces must be used to indent lines; tabs are not allowed
(#297) Tab found within whitespace
(#297) Line indented incorrectly; expected at least 12 spaces, found 3
(#298) Spaces must be used to indent lines; tabs are not allowed
(#298) Tab found within whitespace
(#298) Line indented incorrectly; expected at least 12 spaces, found 3
(#299) Spaces must be used to indent lines; tabs are not allowed
(#299) Tab found within whitespace
(#299) Line indented incorrectly; expected at least 12 spaces, found 3
(#299) Variable "rID" must be all lower-case
(#300) Spaces must be used to indent lines; tabs are not allowed
(#300) Tab found within whitespace
(#300) Whitespace found at end of line
(#301) Spaces must be used to indent lines; tabs are not allowed
(#301) Tab found within whitespace
(#301) Line indented incorrectly; expected at least 12 spaces, found 3
(#301) Variable "_footerMedia" must be all lower-case
(#301) Variable "_footerMedia" must not contain underscores.
(#301) Variable "mediaId" must be all lower-case
(#302) Spaces must be used to indent lines; tabs are not allowed
(#302) Tab found within whitespace
(#302) Whitespace found at end of line
(#303) Spaces must be used to indent lines; tabs are not allowed
(#303) Tab found within whitespace
(#303) Line indented incorrectly; expected at least 12 spaces, found 3
(#303) Variable "rID" must be all lower-case
(#304) Spaces must be used to indent lines; tabs are not allowed
(#304) Tab found within whitespace
(#304) Line indented incorrectly; expected 8 spaces, found 2
(#305) Spaces must be used to indent lines; tabs are not allowed
(#305) Tab found within whitespace
(#305) Line indented incorrectly; expected at least 12 spaces, found 3
(#305) Variable "_footerMedia" must be all lower-case
(#305) Variable "_footerMedia" must not contain underscores.
(#305) Variable "mediaId" must be all lower-case
(#306) Spaces must be used to indent lines; tabs are not allowed
(#306) Tab found within whitespace
(#306) Line indented incorrectly; expected 8 spaces, found 2
(#307) Spaces must be used to indent lines; tabs are not allowed
(#307) Tab found within whitespace
(#307) Line indented incorrectly; expected 4 spaces, found 1
(#308) Spaces must be used to indent lines; tabs are not allowed
(#308) Tab found within whitespace
(#308) Whitespace found at end of line
(#309) Spaces must be used to indent lines; tabs are not allowed
(#309) Tab found within whitespace
(#309) Line indented incorrectly; expected at least 4 spaces, found 1
(#310) Spaces must be used to indent lines; tabs are not allowed
(#311) Spaces must be used to indent lines; tabs are not allowed
(#311) Whitespace found at end of line
(#312) Spaces must be used to indent lines; tabs are not allowed
(#313) Spaces must be used to indent lines; tabs are not allowed
(#314) Spaces must be used to indent lines; tabs are not allowed
(#315) Spaces must be used to indent lines; tabs are not allowed
(#315) Tab found within whitespace
(#315) Line indented incorrectly; expected 4 spaces, found 1
(#315) Public method name "PHPWord_Media::countFooterMediaElements" must be in lower-case letters only
(#316) Spaces must be used to indent lines; tabs are not allowed
(#316) Tab found within whitespace
(#316) Line indented incorrectly; expected at least 8 spaces, found 2
(#316) Variable "_footerMedia" must be all lower-case
(#316) Variable "_footerMedia" must not contain underscores.
(#317) Spaces must be used to indent lines; tabs are not allowed
(#317) Tab found within whitespace
(#317) Line indented incorrectly; expected 4 spaces, found 1
(#318) Spaces must be used to indent lines; tabs are not allowed
(#318) Tab found within whitespace
(#318) Whitespace found at end of line
(#319) Spaces must be used to indent lines; tabs are not allowed
(#319) Tab found within whitespace
(#319) Line indented incorrectly; expected at least 4 spaces, found 1
(#320) Spaces must be used to indent lines; tabs are not allowed
(#321) Spaces must be used to indent lines; tabs are not allowed
(#321) Whitespace found at end of line
(#322) Spaces must be used to indent lines; tabs are not allowed
(#323) Spaces must be used to indent lines; tabs are not allowed
(#324) Spaces must be used to indent lines; tabs are not allowed
(#324) Tab found within whitespace
(#324) Line indented incorrectly; expected 4 spaces, found 1
(#324) Public method name "PHPWord_Media::getFooterMediaElements" must be in lower-case letters only
(#325) Spaces must be used to indent lines; tabs are not allowed
(#325) Tab found within whitespace
(#325) Line indented incorrectly; expected at least 8 spaces, found 2
(#325) Variable "_footerMedia" must be all lower-case
(#325) Variable "_footerMedia" must not contain underscores.
(#326) Spaces must be used to indent lines; tabs are not allowed
(#326) Tab found within whitespace
(#326) Line indented incorrectly; expected 4 spaces, found 1
(#327) Spaces must be used to indent lines; tabs are not allowed
(#327) Tab found within whitespace
(#327) Whitespace found at end of line
(#328) Spaces must be used to indent lines; tabs are not allowed
(#328) Tab found within whitespace
(#328) Line indented incorrectly; expected 4 spaces, found 1
(#328) Public method name "PHPWord_Media::resetMedia" must be in lower-case letters only
(#329) Spaces must be used to indent lines; tabs are not allowed
(#329) Tab found within whitespace
(#329) Line indented incorrectly; expected at least 8 spaces, found 5
(#329) Variable "_sectionMedia" must be all lower-case
(#329) Variable "_sectionMedia" must not contain underscores.
(#330) Spaces must be used to indent lines; tabs are not allowed
(#330) Tab found within whitespace
(#331) Spaces must be used to indent lines; tabs are not allowed
(#331) Tab found within whitespace
(#332) Spaces must be used to indent lines; tabs are not allowed
(#332) Tab found within whitespace
(#333) Spaces must be used to indent lines; tabs are not allowed
(#333) Tab found within whitespace
(#333) Line indented incorrectly; expected at least 8 spaces, found 5
(#333) Variable "_headerMedia" must be all lower-case
(#333) Variable "_headerMedia" must not contain underscores.
(#334) Spaces must be used to indent lines; tabs are not allowed
(#334) Tab found within whitespace
(#334) Line indented incorrectly; expected at least 8 spaces, found 5
(#334) Variable "_footerMedia" must be all lower-case
(#334) Variable "_footerMedia" must not contain underscores.
(#335) Spaces must be used to indent lines; tabs are not allowed
(#335) Tab found within whitespace
(#335) Line indented incorrectly; expected 4 spaces, found 1
(#337) A closing tag is not permitted at the end of a PHP file
mod/offlinequiz/lib/PHPWord/Numbering/AbstractNumbering.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#48) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#51) Expected "if (...) {\n"; found "if(...) {\n"
(#52) Inline comments must end in full-stops, exclamation marks, or question marks
(#53) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#54) Expected "if (...) {\n"; found "if(...) {\n"
(#61) Public method name "PHPWord_Numbering_AbstractNumbering::setIndex" must be in lower-case letters only
(#65) Public method name "PHPWord_Numbering_AbstractNumbering::getIndex" must be in lower-case letters only
(#69) Public method name "PHPWord_Numbering_AbstractNumbering::addLevel" must be in lower-case letters only
(#70) Variable "currentMaxLevel" must be all lower-case
(#71) Variable "currentMaxLevel" must be all lower-case
(#83) Private method name "PHPWord_Numbering_AbstractNumbering::getMultilevelType" must be in lower-case letters only
(#84) Expected "if (...) {\n"; found "if(...) {\n"
(#91) Public method name "PHPWord_Numbering_AbstractNumbering::toXml" must be in lower-case letters only
(#91) Variable "objWriter" must be all lower-case
(#91) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#92) Expected "if (...) {\n"; found "if(...) {\n"
(#92) Variable "objWriter" must be all lower-case
(#93) Variable "objWriter" must be all lower-case
(#94) Variable "objWriter" must be all lower-case
(#96) Variable "objWriter" must be all lower-case
(#97) Variable "objWriter" must be all lower-case
(#98) Variable "objWriter" must be all lower-case
(#100) Variable "objWriter" must be all lower-case
(#101) Variable "objWriter" must be all lower-case
(#102) Variable "objWriter" must be all lower-case
(#105) Variable "objWriter" must be all lower-case
(#108) Variable "objWriter" must be all lower-case
(#113) A closing tag is not permitted at the end of a PHP file
mod/offlinequiz/lib/PHPWord/Numbering/Level.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#33) Expected MOODLE_INTERNAL check or config.php inclusion
(#58) Member variable "_numFmt" must be all lower-case
(#62) Whitespace found at end of line
(#66) Member variable "_lvlRestart" must be all lower-case
(#79) Whitespace found at end of line
(#83) Member variable "_lvlText" must be all lower-case
(#83) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#92) Member variable "_lvlJc" must be all lower-case
(#99) Member variable "_pPr" must be all lower-case
(#99) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#105) Member variable "_rPr" must be all lower-case
(#105) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#115) Variable "numFmt" must be all lower-case
(#115) Variable "lvlText" must be all lower-case
(#115) Variable "lvlJc" must be all lower-case
(#115) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#115) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#115) Line exceeds 132 characters; contains 141 characters
(#117) Variable "numFmt" must be all lower-case
(#118) Variable "lvlText" must be all lower-case
(#119) Variable "lvlJc" must be all lower-case
(#128) Whitespace found at end of line
(#132) Public method name "PHPWord_Numbering_Level::setNumberFormat" must be in lower-case letters only
(#132) Variable "newFmt" must be all lower-case
(#133) Expected "if (...) {\n"; found "if(...) {\n"
(#133) Variable "newFmt" must be all lower-case
(#133) Variable "allowedNumberFormats" must be all lower-case
(#134) Variable "newFmt" must be all lower-case
(#136) Variable "allowedNumberFormats" must be all lower-case
(#140) Public method name "PHPWord_Numbering_Level::setLevelText" must be in lower-case letters only
(#140) Variable "newLvlTxt" must be all lower-case
(#141) Variable "newLvlTxt" must be all lower-case
(#148) Whitespace found at end of line
(#152) Public method name "PHPWord_Numbering_Level::setLevelJustification" must be in lower-case letters only
(#152) Variable "newLvlJustification" must be all lower-case
(#153) Expected "if (...) {\n"; found "if(...) {\n"
(#153) Variable "newLvlJustification" must be all lower-case
(#153) Variable "allowedHorAlignType" must be all lower-case
(#154) Variable "newLvlJustification" must be all lower-case
(#156) Variable "allowedHorAlignType" must be all lower-case
(#160) Public method name "PHPWord_Numbering_Level::setNumberingLevel" must be in lower-case letters only
(#164) Public method name "PHPWord_Numbering_Level::toXml" must be in lower-case letters only
(#164) Variable "objWriter" must be all lower-case
(#164) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#165) Expected "if (...) {\n"; found "if(...) {\n"
(#165) Variable "objWriter" must be all lower-case
(#166) Variable "objWriter" must be all lower-case
(#167) Variable "objWriter" must be all lower-case
(#169) Variable "objWriter" must be all lower-case
(#170) Variable "objWriter" must be all lower-case
(#171) Variable "objWriter" must be all lower-case
(#173) Variable "objWriter" must be all lower-case
(#174) Variable "objWriter" must be all lower-case
(#175) Variable "objWriter" must be all lower-case
(#177) Variable "objWriter" must be all lower-case
(#178) Variable "objWriter" must be all lower-case
(#179) Variable "objWriter" must be all lower-case
(#181) Variable "objWriter" must be all lower-case
(#182) Variable "objWriter" must be all lower-case
(#183) Variable "objWriter" must be all lower-case
(#185) Variable "objWriter" must be all lower-case
(#186) Variable "objWriter" must be all lower-case
(#187) Variable "objWriter" must be all lower-case
(#189) Variable "objWriter" must be all lower-case
(#190) Variable "objWriter" must be all lower-case
(#191) Variable "objWriter" must be all lower-case
(#194) Inline comments must end in full-stops, exclamation marks, or question marks
(#195) Expected "if (...) {\n"; found "if(...) {\n"
(#196) Variable "objWriter" must be all lower-case
(#200) Inline comments must end in full-stops, exclamation marks, or question marks
(#201) Expected "if (...) {\n"; found "if(...) {\n"
(#202) Variable "objWriter" must be all lower-case
(#205) Variable "objWriter" must be all lower-case
(#214) Member variable "allowedNumberFormats" must be all lower-case
(#226) Inline comments must end in full-stops, exclamation marks, or question marks
(#242) Member variable "allowedHorAlignType" must be all lower-case
(#252) Inline comments must end in full-stops, exclamation marks, or question marks
mod/offlinequiz/lib/PHPWord/Section.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#36) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Whitespace found at end of line
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected at least 4 spaces, found 1
(#39) Spaces must be used to indent lines; tabs are not allowed
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Whitespace found at end of line
(#41) Spaces must be used to indent lines; tabs are not allowed
(#42) Spaces must be used to indent lines; tabs are not allowed
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected 4 spaces, found 1
(#43) Member variable "_sectionCount" must be all lower-case
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Whitespace found at end of line
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected at least 4 spaces, found 1
(#46) Spaces must be used to indent lines; tabs are not allowed
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Whitespace found at end of line
(#48) Spaces must be used to indent lines; tabs are not allowed
(#49) Spaces must be used to indent lines; tabs are not allowed
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected 4 spaces, found 1
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Whitespace found at end of line
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected at least 4 spaces, found 1
(#53) Spaces must be used to indent lines; tabs are not allowed
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Whitespace found at end of line
(#55) Spaces must be used to indent lines; tabs are not allowed
(#56) Spaces must be used to indent lines; tabs are not allowed
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected 4 spaces, found 1
(#57) Member variable "_elementCollection" must be all lower-case
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Whitespace found at end of line
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#59) Line indented incorrectly; expected at least 4 spaces, found 1
(#60) Spaces must be used to indent lines; tabs are not allowed
(#61) Spaces must be used to indent lines; tabs are not allowed
(#61) Whitespace found at end of line
(#62) Spaces must be used to indent lines; tabs are not allowed
(#63) Spaces must be used to indent lines; tabs are not allowed
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected 4 spaces, found 1
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Tab found within whitespace
(#65) Whitespace found at end of line
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected at least 4 spaces, found 1
(#67) Spaces must be used to indent lines; tabs are not allowed
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Whitespace found at end of line
(#69) Spaces must be used to indent lines; tabs are not allowed
(#70) Spaces must be used to indent lines; tabs are not allowed
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected 4 spaces, found 1
(#72) Spaces must be used to indent lines; tabs are not allowed
(#72) Tab found within whitespace
(#72) Whitespace found at end of line
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Whitespace found at end of line
(#74) Spaces must be used to indent lines; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected at least 4 spaces, found 1
(#75) Spaces must be used to indent lines; tabs are not allowed
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Whitespace found at end of line
(#77) Spaces must be used to indent lines; tabs are not allowed
(#78) Spaces must be used to indent lines; tabs are not allowed
(#79) Spaces must be used to indent lines; tabs are not allowed
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected 4 spaces, found 1
(#80) Variable "sectionCount" must be all lower-case
(#81) Spaces must be used to indent lines; tabs are not allowed
(#81) Tab found within whitespace
(#81) Line indented incorrectly; expected at least 8 spaces, found 2
(#81) Variable "sectionCount" must be all lower-case
(#82) Spaces must be used to indent lines; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected at least 8 spaces, found 2
(#83) Spaces must be used to indent lines; tabs are not allowed
(#83) Tab found within whitespace
(#83) Whitespace found at end of line
(#84) Spaces must be used to indent lines; tabs are not allowed
(#84) Tab found within whitespace
(#84) Line indented incorrectly; expected 8 spaces, found 2
(#84) Expected "if (...) {\n"; found "if(...) {\n"
(#85) Spaces must be used to indent lines; tabs are not allowed
(#85) Tab found within whitespace
(#85) Line indented incorrectly; expected 12 spaces, found 3
(#85) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#86) Spaces must be used to indent lines; tabs are not allowed
(#86) Tab found within whitespace
(#86) Line indented incorrectly; expected 16 spaces, found 4
(#86) Expected "if (...) {\n"; found "if(...) {\n"
(#87) Spaces must be used to indent lines; tabs are not allowed
(#87) Tab found within whitespace
(#87) Line indented incorrectly; expected at least 20 spaces, found 5
(#88) Spaces must be used to indent lines; tabs are not allowed
(#88) Tab found within whitespace
(#88) Line indented incorrectly; expected 16 spaces, found 4
(#89) Spaces must be used to indent lines; tabs are not allowed
(#89) Tab found within whitespace
(#89) Line indented incorrectly; expected at least 16 spaces, found 4
(#90) Spaces must be used to indent lines; tabs are not allowed
(#90) Tab found within whitespace
(#90) Line indented incorrectly; expected 12 spaces, found 3
(#91) Spaces must be used to indent lines; tabs are not allowed
(#91) Tab found within whitespace
(#91) Line indented incorrectly; expected 8 spaces, found 2
(#92) Spaces must be used to indent lines; tabs are not allowed
(#92) Tab found within whitespace
(#92) Line indented incorrectly; expected 4 spaces, found 1
(#93) Spaces must be used to indent lines; tabs are not allowed
(#93) Tab found within whitespace
(#93) Whitespace found at end of line
(#94) Spaces must be used to indent lines; tabs are not allowed
(#94) Tab found within whitespace
(#94) Line indented incorrectly; expected at least 4 spaces, found 1
(#95) Spaces must be used to indent lines; tabs are not allowed
(#96) Spaces must be used to indent lines; tabs are not allowed
(#96) Whitespace found at end of line
(#97) Spaces must be used to indent lines; tabs are not allowed
(#98) Spaces must be used to indent lines; tabs are not allowed
(#99) Spaces must be used to indent lines; tabs are not allowed
(#99) Tab found within whitespace
(#99) Line indented incorrectly; expected 4 spaces, found 1
(#99) Public method name "PHPWord_Section::getSettings" must be in lower-case letters only
(#100) Spaces must be used to indent lines; tabs are not allowed
(#100) Tab found within whitespace
(#100) Line indented incorrectly; expected at least 8 spaces, found 2
(#101) Spaces must be used to indent lines; tabs are not allowed
(#101) Tab found within whitespace
(#101) Line indented incorrectly; expected 4 spaces, found 1
(#102) Spaces must be used to indent lines; tabs are not allowed
(#102) Tab found within whitespace
(#102) Whitespace found at end of line
(#103) Spaces must be used to indent lines; tabs are not allowed
(#103) Tab found within whitespace
(#103) Line indented incorrectly; expected at least 4 spaces, found 1
(#104) Spaces must be used to indent lines; tabs are not allowed
(#105) Spaces must be used to indent lines; tabs are not allowed
(#105) Whitespace found at end of line
(#106) Spaces must be used to indent lines; tabs are not allowed
(#107) Spaces must be used to indent lines; tabs are not allowed
(#108) Spaces must be used to indent lines; tabs are not allowed
(#109) Spaces must be used to indent lines; tabs are not allowed
(#110) Spaces must be used to indent lines; tabs are not allowed
(#111) Spaces must be used to indent lines; tabs are not allowed
(#111) Tab found within whitespace
(#111) Line indented incorrectly; expected 4 spaces, found 1
(#111) Public method name "PHPWord_Section::addText" must be in lower-case letters only
(#111) Variable "styleFont" must be all lower-case
(#111) Variable "styleParagraph" must be all lower-case
(#112) Inline comments must start with a capital letter, digit or 3-dots sequence
(#112) Inline comments must end in full-stops, exclamation marks, or question marks
(#112) This comment is 50% valid code; is this commented out code?
(#112) Line indented incorrectly; expected at least 8 spaces, found 0
(#112) Tab found before comment text; expected "// $givenText = utf8_encode($text);" but found "// $givenText = utf8_encode($text);"
(#113) Spaces must be used to indent lines; tabs are not allowed
(#113) Tab found within whitespace
(#113) Line indented incorrectly; expected at least 8 spaces, found 5
(#113) Variable "givenText" must be all lower-case
(#114) Spaces must be used to indent lines; tabs are not allowed
(#114) Tab found within whitespace
(#114) Line indented incorrectly; expected at least 8 spaces, found 2
(#114) Variable "givenText" must be all lower-case
(#114) Variable "styleFont" must be all lower-case
(#114) Variable "styleParagraph" must be all lower-case
(#115) Spaces must be used to indent lines; tabs are not allowed
(#115) Tab found within whitespace
(#115) Line indented incorrectly; expected at least 8 spaces, found 2
(#116) Spaces must be used to indent lines; tabs are not allowed
(#116) Tab found within whitespace
(#116) Line indented incorrectly; expected at least 8 spaces, found 2
(#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
(#118) Spaces must be used to indent lines; tabs are not allowed
(#118) Tab found within whitespace
(#118) Whitespace found at end of line
(#119) Spaces must be used to indent lines; tabs are not allowed
(#119) Tab found within whitespace
(#119) Line indented incorrectly; expected at least 4 spaces, found 1
(#120) Spaces must be used to indent lines; tabs are not allowed
(#121) Spaces must be used to indent lines; tabs are not allowed
(#121) Whitespace found at end of line
(#122) Spaces must be used to indent lines; tabs are not allowed
(#123) Spaces must be used to indent lines; tabs are not allowed
(#124) Spaces must be used to indent lines; tabs are not allowed
(#125) Spaces must be used to indent lines; tabs are not allowed
(#126) Spaces must be used to indent lines; tabs are not allowed
(#127) Spaces must be used to indent lines; tabs are not allowed
(#128) Spaces must be used to indent lines; tabs are not allowed
(#128) Tab found within whitespace
(#128) Line indented incorrectly; expected 4 spaces, found 1
(#128) Public method name "PHPWord_Section::addLink" must be in lower-case letters only
(#128) Variable "linkSrc" must be all lower-case
(#128) Variable "linkName" must be all lower-case
(#128) Variable "styleFont" must be all lower-case
(#128) Variable "styleParagraph" must be all lower-case
(#129) Spaces must be used to indent lines; tabs are not allowed
(#129) Tab found within whitespace
(#129) Line indented incorrectly; expected at least 8 spaces, found 2
(#129) Variable "linkSrc" must be all lower-case
(#129) Variable "linkSrc" must be all lower-case
(#130) Spaces must be used to indent lines; tabs are not allowed
(#130) Tab found within whitespace
(#130) Line indented incorrectly; expected 8 spaces, found 2
(#130) Expected "if (...) {\n"; found "if(...) {\n"
(#130) Variable "linkName" must be all lower-case
(#131) Spaces must be used to indent lines; tabs are not allowed
(#131) Tab found within whitespace
(#131) Line indented incorrectly; expected at least 12 spaces, found 3
(#131) Variable "linkName" must be all lower-case
(#131) Variable "linkName" must be all lower-case
(#132) Spaces must be used to indent lines; tabs are not allowed
(#132) Tab found within whitespace
(#132) Line indented incorrectly; expected 8 spaces, found 2
(#133) Spaces must be used to indent lines; tabs are not allowed
(#133) Tab found within whitespace
(#133) Whitespace found at end of line
(#134) Spaces must be used to indent lines; tabs are not allowed
(#134) Tab found within whitespace
(#134) Line indented incorrectly; expected at least 8 spaces, found 2
(#134) Variable "linkSrc" must be all lower-case
(#134) Variable "linkName" must be all lower-case
(#134) Variable "styleFont" must be all lower-case
(#134) Variable "styleParagraph" must be all lower-case
(#135) Spaces must be used to indent lines; tabs are not allowed
(#135) Tab found within whitespace
(#135) Line indented incorrectly; expected at least 8 spaces, found 2
(#135) Variable "rID" must be all lower-case
(#135) Variable "linkSrc" must be all lower-case
(#136) Spaces must be used to indent lines; tabs are not allowed
(#136) Tab found within whitespace
(#136) Line indented incorrectly; expected at least 8 spaces, found 2
(#136) Variable "rID" must be all lower-case
(#137) Spaces must be used to indent lines; tabs are not allowed
(#137) Tab found within whitespace
(#137) Whitespace found at end of line
(#138) Spaces must be used to indent lines; tabs are not allowed
(#138) Tab found within whitespace
(#138) Line indented incorrectly; expected at least 8 spaces, found 2
(#139) Spaces must be used to indent lines; tabs are not allowed
(#139) Tab found within whitespace
(#139) Line indented incorrectly; expected at least 8 spaces, found 2
(#140) Spaces must be used to indent lines; tabs are not allowed
(#140) Tab found within whitespace
(#140) Line indented incorrectly; expected 4 spaces, found 1
(#141) Spaces must be used to indent lines; tabs are not allowed
(#141) Tab found within whitespace
(#141) Whitespace found at end of line
(#142) Spaces must be used to indent lines; tabs are not allowed
(#142) Tab found within whitespace
(#142) Line indented incorrectly; expected at least 4 spaces, found 1
(#143) Spaces must be used to indent lines; tabs are not allowed
(#144) Spaces must be used to indent lines; tabs are not allowed
(#144) Whitespace found at end of line
(#145) Spaces must be used to indent lines; tabs are not allowed
(#146) Spaces must be used to indent lines; tabs are not allowed
(#147) Spaces must be used to indent lines; tabs are not allowed
(#147) Tab found within whitespace
(#147) Line indented incorrectly; expected 4 spaces, found 1
(#147) Public method name "PHPWord_Section::addTextBreak" must be in lower-case letters only
(#148) Spaces must be used to indent lines; tabs are not allowed
(#148) Tab found within whitespace
(#148) Line indented incorrectly; expected 8 spaces, found 2
(#148) Expected "for (...) {\n"; found "for(...) {\n"
(#148) Expected 1 space before "="; 0 found
(#148) Expected 1 space after "="; 0 found
(#148) Expected 1 space before "<="; 0 found
(#148) Expected 1 space after "<="; 0 found
(#149) Spaces must be used to indent lines; tabs are not allowed
(#149) Tab found within whitespace
(#149) Line indented incorrectly; expected at least 12 spaces, found 3
(#150) Spaces must be used to indent lines; tabs are not allowed
(#150) Tab found within whitespace
(#150) Line indented incorrectly; expected 8 spaces, found 2
(#151) Spaces must be used to indent lines; tabs are not allowed
(#151) Tab found within whitespace
(#151) Line indented incorrectly; expected 4 spaces, found 1
(#152) Spaces must be used to indent lines; tabs are not allowed
(#152) Tab found within whitespace
(#152) Whitespace found at end of line
(#153) Spaces must be used to indent lines; tabs are not allowed
(#153) Tab found within whitespace
(#153) Line indented incorrectly; expected at least 4 spaces, found 1
(#154) Spaces must be used to indent lines; tabs are not allowed
(#155) Spaces must be used to indent lines; tabs are not allowed
(#156) Spaces must be used to indent lines; tabs are not allowed
(#156) Tab found within whitespace
(#156) Line indented incorrectly; expected 4 spaces, found 1
(#156) Public method name "PHPWord_Section::addPageBreak" must be in lower-case letters only
(#157) Spaces must be used to indent lines; tabs are not allowed
(#157) Tab found within whitespace
(#157) Line indented incorrectly; expected at least 8 spaces, found 2
(#158) Spaces must be used to indent lines; tabs are not allowed
(#158) Tab found within whitespace
(#158) Line indented incorrectly; expected 4 spaces, found 1
(#159) Spaces must be used to indent lines; tabs are not allowed
(#159) Tab found within whitespace
(#159) Whitespace found at end of line
(#160) Spaces must be used to indent lines; tabs are not allowed
(#160) Tab found within whitespace
(#160) Line indented incorrectly; expected at least 4 spaces, found 1
(#161) Spaces must be used to indent lines; tabs are not allowed
(#162) Spaces must be used to indent lines; tabs are not allowed
(#162) Whitespace found at end of line
(#163) Spaces must be used to indent lines; tabs are not allowed
(#164) Spaces must be used to indent lines; tabs are not allowed
(#165) Spaces must be used to indent lines; tabs are not allowed
(#166) Spaces must be used to indent lines; tabs are not allowed
(#166) Tab found within whitespace
(#166) Line indented incorrectly; expected 4 spaces, found 1
(#166) Public method name "PHPWord_Section::addTable" must be in lower-case letters only
(#167) Spaces must be used to indent lines; tabs are not allowed
(#167) Tab found within whitespace
(#167) Line indented incorrectly; expected at least 8 spaces, found 2
(#168) Spaces must be used to indent lines; tabs are not allowed
(#168) Tab found within whitespace
(#168) Line indented incorrectly; expected at least 8 spaces, found 2
(#169) Spaces must be used to indent lines; tabs are not allowed
(#169) Tab found within whitespace
(#169) Line indented incorrectly; expected at least 8 spaces, found 2
(#170) Spaces must be used to indent lines; tabs are not allowed
(#170) Tab found within whitespace
(#170) Line indented incorrectly; expected 4 spaces, found 1
(#171) Spaces must be used to indent lines; tabs are not allowed
(#171) Tab found within whitespace
(#171) Whitespace found at end of line
(#172) Spaces must be used to indent lines; tabs are not allowed
(#172) Tab found within whitespace
(#172) Line indented incorrectly; expected at least 4 spaces, found 1
(#173) Spaces must be used to indent lines; tabs are not allowed
(#174) Spaces must be used to indent lines; tabs are not allowed
(#174) Whitespace found at end of line
(#175) Spaces must be used to indent lines; tabs are not allowed
(#176) Spaces must be used to indent lines; tabs are not allowed
(#177) Spaces must be used to indent lines; tabs are not allowed
(#178) Spaces must be used to indent lines; tabs are not allowed
(#179) Spaces must be used to indent lines; tabs are not allowed
(#180) Spaces must be used to indent lines; tabs are not allowed
(#180) Tab found within whitespace
(#180) Line indented incorrectly; expected 4 spaces, found 1
(#180) Public method name "PHPWord_Section::addListItem" must be in lower-case letters only
(#180) Variable "numberingStyle" must be all lower-case
(#180) Variable "styleFont" must be all lower-case
(#180) Variable "styleParagraph" must be all lower-case
(#180) Line exceeds 132 characters; contains 153 characters
(#181) Inline comments must start with a capital letter, digit or 3-dots sequence
(#181) Inline comments must end in full-stops, exclamation marks, or question marks
(#181) This comment is 50% valid code; is this commented out code?
(#181) Line indented incorrectly; expected at least 8 spaces, found 0
(#181) Tab found before comment text; expected "// $text = utf8_encode($text);" but found "// $text = utf8_encode($text);"
(#182) Spaces must be used to indent lines; tabs are not allowed
(#182) Tab found within whitespace
(#182) Line indented incorrectly; expected at least 8 spaces, found 2
(#182) Variable "listItem" must be all lower-case
(#182) Variable "numberingStyle" must be all lower-case
(#182) Variable "styleFont" must be all lower-case
(#182) Variable "styleParagraph" must be all lower-case
(#183) Spaces must be used to indent lines; tabs are not allowed
(#183) Tab found within whitespace
(#183) Line indented incorrectly; expected at least 8 spaces, found 2
(#183) Variable "listItem" must be all lower-case
(#184) Spaces must be used to indent lines; tabs are not allowed
(#184) Tab found within whitespace
(#184) Line indented incorrectly; expected at least 8 spaces, found 2
(#184) Variable "listItem" must be all lower-case
(#185) Spaces must be used to indent lines; tabs are not allowed
(#185) Tab found within whitespace
(#185) Line indented incorrectly; expected 4 spaces, found 1
(#186) Spaces must be used to indent lines; tabs are not allowed
(#186) Tab found within whitespace
(#186) Whitespace found at end of line
(#187) Spaces must be used to indent lines; tabs are not allowed
(#187) Tab found within whitespace
(#187) Line indented incorrectly; expected at least 4 spaces, found 1
(#188) Spaces must be used to indent lines; tabs are not allowed
(#189) Spaces must be used to indent lines; tabs are not allowed
(#189) Whitespace found at end of line
(#190) Spaces must be used to indent lines; tabs are not allowed
(#191) Spaces must be used to indent lines; tabs are not allowed
(#192) Spaces must be used to indent lines; tabs are not allowed
(#193) Spaces must be used to indent lines; tabs are not allowed
(#194) Spaces must be used to indent lines; tabs are not allowed
(#194) Tab found within whitespace
(#194) Line indented incorrectly; expected 4 spaces, found 1
(#194) Public method name "PHPWord_Section::addObject" must be in lower-case letters only
(#195) Spaces must be used to indent lines; tabs are not allowed
(#195) Tab found within whitespace
(#195) Line indented incorrectly; expected at least 8 spaces, found 2
(#196) Spaces must be used to indent lines; tabs are not allowed
(#196) Tab found within whitespace
(#196) Whitespace found at end of line
(#197) Spaces must be used to indent lines; tabs are not allowed
(#197) Tab found within whitespace
(#197) Line indented incorrectly; expected 8 spaces, found 2
(#197) Expected "if (...) {\n"; found "if(...) {\n"
(#198) Spaces must be used to indent lines; tabs are not allowed
(#198) Tab found within whitespace
(#198) Line indented incorrectly; expected at least 12 spaces, found 3
(#199) Spaces must be used to indent lines; tabs are not allowed
(#199) Tab found within whitespace
(#199) Line indented incorrectly; expected at least 12 spaces, found 3
(#200) Spaces must be used to indent lines; tabs are not allowed
(#200) Tab found within whitespace
(#200) Line indented incorrectly; expected 12 spaces, found 3
(#200) Expected "if (...) {\n"; found "if(...) {\n"
(#201) Spaces must be used to indent lines; tabs are not allowed
(#201) Tab found within whitespace
(#201) Line indented incorrectly; expected at least 16 spaces, found 4
(#202) Spaces must be used to indent lines; tabs are not allowed
(#202) Tab found within whitespace
(#202) Line indented incorrectly; expected 12 spaces, found 3
(#203) Spaces must be used to indent lines; tabs are not allowed
(#203) Tab found within whitespace
(#203) Whitespace found at end of line
(#204) Spaces must be used to indent lines; tabs are not allowed
(#204) Tab found within whitespace
(#204) Line indented incorrectly; expected at least 12 spaces, found 3
(#204) Variable "iconSrc" must be all lower-case
(#205) Spaces must be used to indent lines; tabs are not allowed
(#205) Tab found within whitespace
(#205) Line indented incorrectly; expected 12 spaces, found 3
(#205) Expected "if (...) {\n"; found "if(...) {\n"
(#205) Variable "iconSrc" must be all lower-case
(#206) Spaces must be used to indent lines; tabs are not allowed
(#206) Tab found within whitespace
(#206) Line indented incorrectly; expected at least 16 spaces, found 4
(#206) Variable "iconSrc" must be all lower-case
(#206) Variable "iconSrc" must be all lower-case
(#207) Spaces must be used to indent lines; tabs are not allowed
(#207) Tab found within whitespace
(#207) Line indented incorrectly; expected 12 spaces, found 3
(#208) Spaces must be used to indent lines; tabs are not allowed
(#208) Tab found within whitespace
(#208) Line indented incorrectly; expected at least 16 spaces, found 4
(#208) Variable "iconSrc" must be all lower-case
(#209) Spaces must be used to indent lines; tabs are not allowed
(#209) Tab found within whitespace
(#209) Line indented incorrectly; expected 12 spaces, found 3
(#210) Spaces must be used to indent lines; tabs are not allowed
(#210) Tab found within whitespace
(#210) Whitespace found at end of line
(#211) Spaces must be used to indent lines; tabs are not allowed
(#211) Tab found within whitespace
(#211) Line indented incorrectly; expected at least 12 spaces, found 3
(#211) Variable "rIDimg" must be all lower-case
(#211) Variable "iconSrc" must be all lower-case
(#212) Spaces must be used to indent lines; tabs are not allowed
(#212) Tab found within whitespace
(#212) Line indented incorrectly; expected at least 12 spaces, found 3
(#213) Spaces must be used to indent lines; tabs are not allowed
(#213) Tab found within whitespace
(#213) Line indented incorrectly; expected at least 12 spaces, found 3
(#213) Variable "rID" must be all lower-case
(#214) Spaces must be used to indent lines; tabs are not allowed
(#214) Tab found within whitespace
(#214) Line indented incorrectly; expected at least 12 spaces, found 3
(#214) Variable "objectId" must be all lower-case
(#215) Spaces must be used to indent lines; tabs are not allowed
(#215) Tab found within whitespace
(#215) Whitespace found at end of line
(#216) Spaces must be used to indent lines; tabs are not allowed
(#216) Tab found within whitespace
(#216) Line indented incorrectly; expected at least 12 spaces, found 3
(#216) Variable "rID" must be all lower-case
(#217) Spaces must be used to indent lines; tabs are not allowed
(#217) Tab found within whitespace
(#217) Line indented incorrectly; expected at least 12 spaces, found 3
(#217) Variable "objectId" must be all lower-case
(#218) Spaces must be used to indent lines; tabs are not allowed
(#218) Tab found within whitespace
(#218) Line indented incorrectly; expected at least 12 spaces, found 3
(#218) Variable "rIDimg" must be all lower-case
(#219) Spaces must be used to indent lines; tabs are not allowed
(#219) Tab found within whitespace
(#219) Whitespace found at end of line
(#220) Spaces must be used to indent lines; tabs are not allowed
(#220) Tab found within whitespace
(#220) Line indented incorrectly; expected at least 12 spaces, found 3
(#221) Spaces must be used to indent lines; tabs are not allowed
(#221) Tab found within whitespace
(#221) Line indented incorrectly; expected at least 12 spaces, found 3
(#222) Spaces must be used to indent lines; tabs are not allowed
(#222) Tab found within whitespace
(#222) Line indented incorrectly; expected 8 spaces, found 2
(#223) Spaces must be used to indent lines; tabs are not allowed
(#223) Tab found within whitespace
(#223) Line indented incorrectly; expected at least 12 spaces, found 3
(#224) Spaces must be used to indent lines; tabs are not allowed
(#224) Tab found within whitespace
(#224) Line indented incorrectly; expected 8 spaces, found 2
(#225) Spaces must be used to indent lines; tabs are not allowed
(#225) Tab found within whitespace
(#225) Line indented incorrectly; expected 4 spaces, found 1
(#226) Spaces must be used to indent lines; tabs are not allowed
(#226) Tab found within whitespace
(#226) Whitespace found at end of line
(#227) Spaces must be used to indent lines; tabs are not allowed
(#227) Tab found within whitespace
(#227) Line indented incorrectly; expected at least 4 spaces, found 1
(#228) Spaces must be used to indent lines; tabs are not allowed
(#229) Spaces must be used to indent lines; tabs are not allowed
(#229) Whitespace found at end of line
(#230) Spaces must be used to indent lines; tabs are not allowed
(#231) Spaces must be used to indent lines; tabs are not allowed
(#232) Spaces must be used to indent lines; tabs are not allowed
(#233) Spaces must be used to indent lines; tabs are not allowed
(#234) Spaces must be used to indent lines; tabs are not allowed
(#234) Tab found within whitespace
(#234) Line indented incorrectly; expected 4 spaces, found 1
(#234) Public method name "PHPWord_Section::addImage" must be in lower-case letters only
(#235) Spaces must be used to indent lines; tabs are not allowed
(#235) Tab found within whitespace
(#235) Line indented incorrectly; expected at least 8 spaces, found 2
(#236) Spaces must be used to indent lines; tabs are not allowed
(#236) Tab found within whitespace
(#236) Whitespace found at end of line
(#237) Spaces must be used to indent lines; tabs are not allowed
(#237) Tab found within whitespace
(#237) Line indented incorrectly; expected 8 spaces, found 2
(#237) Expected "if (...) {\n"; found "if(...) {\n"
(#238) Spaces must be used to indent lines; tabs are not allowed
(#238) Tab found within whitespace
(#238) Line indented incorrectly; expected at least 12 spaces, found 3
(#238) Variable "rID" must be all lower-case
(#239) Spaces must be used to indent lines; tabs are not allowed
(#239) Tab found within whitespace
(#239) Line indented incorrectly; expected at least 12 spaces, found 3
(#239) Variable "rID" must be all lower-case
(#240) Spaces must be used to indent lines; tabs are not allowed
(#240) Tab found within whitespace
(#240) Whitespace found at end of line
(#241) Spaces must be used to indent lines; tabs are not allowed
(#241) Tab found within whitespace
(#241) Line indented incorrectly; expected at least 12 spaces, found 3
(#242) Spaces must be used to indent lines; tabs are not allowed
(#242) Tab found within whitespace
(#242) Line indented incorrectly; expected at least 12 spaces, found 3
(#243) Spaces must be used to indent lines; tabs are not allowed
(#243) Tab found within whitespace
(#243) Line indented incorrectly; expected 8 spaces, found 2
(#244) Spaces must be used to indent lines; tabs are not allowed
(#244) Tab found within whitespace
(#244) Line indented incorrectly; expected at least 12 spaces, found 3
(#245) Spaces must be used to indent lines; tabs are not allowed
(#245) Tab found within whitespace
(#245) Line indented incorrectly; expected 8 spaces, found 2
(#246) Spaces must be used to indent lines; tabs are not allowed
(#246) Tab found within whitespace
(#246) Line indented incorrectly; expected 4 spaces, found 1
(#247) Spaces must be used to indent lines; tabs are not allowed
(#247) Tab found within whitespace
(#247) Whitespace found at end of line
(#248) Spaces must be used to indent lines; tabs are not allowed
(#248) Tab found within whitespace
(#248) Line indented incorrectly; expected at least 4 spaces, found 1
(#249) Spaces must be used to indent lines; tabs are not allowed
(#250) Spaces must be used to indent lines; tabs are not allowed
(#250) Whitespace found at end of line
(#251) Spaces must be used to indent lines; tabs are not allowed
(#252) Spaces must be used to indent lines; tabs are not allowed
(#253) Spaces must be used to indent lines; tabs are not allowed
(#254) Spaces must be used to indent lines; tabs are not allowed
(#255) Spaces must be used to indent lines; tabs are not allowed
(#255) Tab found within whitespace
(#255) Line indented incorrectly; expected 4 spaces, found 1
(#255) Public method name "PHPWord_Section::addMemoryImage" must be in lower-case letters only
(#256) Spaces must be used to indent lines; tabs are not allowed
(#256) Tab found within whitespace
(#256) Line indented incorrectly; expected at least 8 spaces, found 2
(#256) Variable "memoryImage" must be all lower-case
(#257) Spaces must be used to indent lines; tabs are not allowed
(#257) Tab found within whitespace
(#257) Line indented incorrectly; expected 8 spaces, found 2
(#257) Expected "if (...) {\n"; found "if(...) {\n"
(#257) Variable "memoryImage" must be all lower-case
(#258) Spaces must be used to indent lines; tabs are not allowed
(#258) Tab found within whitespace
(#258) Line indented incorrectly; expected at least 12 spaces, found 3
(#258) Variable "rID" must be all lower-case
(#258) Variable "memoryImage" must be all lower-case
(#259) Spaces must be used to indent lines; tabs are not allowed
(#259) Tab found within whitespace
(#259) Line indented incorrectly; expected at least 12 spaces, found 3
(#259) Variable "memoryImage" must be all lower-case
(#259) Variable "rID" must be all lower-case
(#260) Spaces must be used to indent lines; tabs are not allowed
(#260) Tab found within whitespace
(#260) Whitespace found at end of line
(#261) Spaces must be used to indent lines; tabs are not allowed
(#261) Tab found within whitespace
(#261) Line indented incorrectly; expected at least 12 spaces, found 3
(#261) Variable "memoryImage" must be all lower-case
(#262) Spaces must be used to indent lines; tabs are not allowed
(#262) Tab found within whitespace
(#262) Line indented incorrectly; expected at least 12 spaces, found 3
(#262) Variable "memoryImage" must be all lower-case
(#263) Spaces must be used to indent lines; tabs are not allowed
(#263) Tab found within whitespace
(#263) Line indented incorrectly; expected 8 spaces, found 2
(#264) Spaces must be used to indent lines; tabs are not allowed
(#264) Tab found within whitespace
(#264) Line indented incorrectly; expected at least 12 spaces, found 3
(#265) Spaces must be used to indent lines; tabs are not allowed
(#265) Tab found within whitespace
(#265) Line indented incorrectly; expected 8 spaces, found 2
(#266) Spaces must be used to indent lines; tabs are not allowed
(#266) Tab found within whitespace
(#266) Line indented incorrectly; expected 4 spaces, found 1
(#267) Spaces must be used to indent lines; tabs are not allowed
(#267) Tab found within whitespace
(#267) Whitespace found at end of line
(#268) Spaces must be used to indent lines; tabs are not allowed
(#268) Tab found within whitespace
(#268) Line indented incorrectly; expected at least 4 spaces, found 1
(#269) Spaces must be used to indent lines; tabs are not allowed
(#270) Spaces must be used to indent lines; tabs are not allowed
(#270) Whitespace found at end of line
(#271) Spaces must be used to indent lines; tabs are not allowed
(#272) Spaces must be used to indent lines; tabs are not allowed
(#273) Spaces must be used to indent lines; tabs are not allowed
(#274) Spaces must be used to indent lines; tabs are not allowed
(#275) Spaces must be used to indent lines; tabs are not allowed
(#275) Tab found within whitespace
(#275) Line indented incorrectly; expected 4 spaces, found 1
(#275) Public method name "PHPWord_Section::addTOC" must be in lower-case letters only
(#275) Variable "styleFont" must be all lower-case
(#275) Variable "styleTOC" must be all lower-case
(#276) Spaces must be used to indent lines; tabs are not allowed
(#276) Tab found within whitespace
(#276) Line indented incorrectly; expected at least 8 spaces, found 2
(#276) Variable "styleFont" must be all lower-case
(#276) Variable "styleTOC" must be all lower-case
(#277) Spaces must be used to indent lines; tabs are not allowed
(#277) Tab found within whitespace
(#277) Line indented incorrectly; expected at least 8 spaces, found 2
(#278) Spaces must be used to indent lines; tabs are not allowed
(#278) Tab found within whitespace
(#278) Line indented incorrectly; expected at least 8 spaces, found 2
(#279) Spaces must be used to indent lines; tabs are not allowed
(#279) Tab found within whitespace
(#279) Line indented incorrectly; expected 4 spaces, found 1
(#280) Spaces must be used to indent lines; tabs are not allowed
(#280) Tab found within whitespace
(#280) Whitespace found at end of line
(#281) Spaces must be used to indent lines; tabs are not allowed
(#281) Tab found within whitespace
(#281) Line indented incorrectly; expected at least 4 spaces, found 1
(#282) Spaces must be used to indent lines; tabs are not allowed
(#283) Spaces must be used to indent lines; tabs are not allowed
(#283) Whitespace found at end of line
(#284) Spaces must be used to indent lines; tabs are not allowed
(#285) Spaces must be used to indent lines; tabs are not allowed
(#286) Spaces must be used to indent lines; tabs are not allowed
(#287) Spaces must be used to indent lines; tabs are not allowed
(#288) Spaces must be used to indent lines; tabs are not allowed
(#288) Tab found within whitespace
(#288) Line indented incorrectly; expected 4 spaces, found 1
(#288) Public method name "PHPWord_Section::addTitle" must be in lower-case letters only
(#289) Inline comments must start with a capital letter, digit or 3-dots sequence
(#289) Inline comments must end in full-stops, exclamation marks, or question marks
(#289) This comment is 50% valid code; is this commented out code?
(#289) Line indented incorrectly; expected at least 8 spaces, found 0
(#289) Tab found before comment text; expected "// $text = utf8_encode($text);" but found "// $text = utf8_encode($text);"
(#290) Spaces must be used to indent lines; tabs are not allowed
(#290) Tab found within whitespace
(#290) Line indented incorrectly; expected at least 8 spaces, found 2
(#291) Spaces must be used to indent lines; tabs are not allowed
(#291) Tab found within whitespace
(#291) Line indented incorrectly; expected 8 spaces, found 2
(#291) Expected "if (...) {\n"; found "if(...) {\n"
(#292) Spaces must be used to indent lines; tabs are not allowed
(#292) Tab found within whitespace
(#292) Line indented incorrectly; expected at least 12 spaces, found 3
(#293) Spaces must be used to indent lines; tabs are not allowed
(#293) Tab found within whitespace
(#293) Line indented incorrectly; expected 8 spaces, found 2
(#294) Spaces must be used to indent lines; tabs are not allowed
(#294) Tab found within whitespace
(#294) Line indented incorrectly; expected at least 12 spaces, found 3
(#295) Spaces must be used to indent lines; tabs are not allowed
(#295) Tab found within whitespace
(#295) Line indented incorrectly; expected 8 spaces, found 2
(#296) Spaces must be used to indent lines; tabs are not allowed
(#296) Tab found within whitespace
(#296) Whitespace found at end of line
(#297) Spaces must be used to indent lines; tabs are not allowed
(#297) Tab found within whitespace
(#297) Line indented incorrectly; expected at least 8 spaces, found 2
(#298) Spaces must be used to indent lines; tabs are not allowed
(#298) Tab found within whitespace
(#298) Whitespace found at end of line
(#299) Spaces must be used to indent lines; tabs are not allowed
(#299) Tab found within whitespace
(#299) Line indented incorrectly; expected at least 8 spaces, found 2
(#300) Spaces must be used to indent lines; tabs are not allowed
(#300) Tab found within whitespace
(#300) Line indented incorrectly; expected at least 8 spaces, found 2
(#301) Spaces must be used to indent lines; tabs are not allowed
(#301) Tab found within whitespace
(#301) Line indented incorrectly; expected at least 8 spaces, found 2
(#301) Variable "bookmarkId" must be all lower-case
(#302) Spaces must be used to indent lines; tabs are not allowed
(#302) Tab found within whitespace
(#302) Whitespace found at end of line
(#303) Spaces must be used to indent lines; tabs are not allowed
(#303) Tab found within whitespace
(#303) Line indented incorrectly; expected at least 8 spaces, found 2
(#304) Spaces must be used to indent lines; tabs are not allowed
(#304) Tab found within whitespace
(#304) Line indented incorrectly; expected at least 8 spaces, found 2
(#304) Variable "bookmarkId" must be all lower-case
(#305) Spaces must be used to indent lines; tabs are not allowed
(#305) Tab found within whitespace
(#305) Whitespace found at end of line
(#306) Spaces must be used to indent lines; tabs are not allowed
(#306) Tab found within whitespace
(#306) Line indented incorrectly; expected at least 8 spaces, found 2
(#307) Spaces must be used to indent lines; tabs are not allowed
(#307) Tab found within whitespace
(#307) Line indented incorrectly; expected at least 8 spaces, found 2
(#308) Spaces must be used to indent lines; tabs are not allowed
(#308) Tab found within whitespace
(#308) Line indented incorrectly; expected 4 spaces, found 1
(#309) Spaces must be used to indent lines; tabs are not allowed
(#309) Tab found within whitespace
(#309) Whitespace found at end of line
(#310) Spaces must be used to indent lines; tabs are not allowed
(#310) Tab found within whitespace
(#310) Line indented incorrectly; expected at least 4 spaces, found 1
(#311) Spaces must be used to indent lines; tabs are not allowed
(#312) Spaces must be used to indent lines; tabs are not allowed
(#312) Whitespace found at end of line
(#313) Spaces must be used to indent lines; tabs are not allowed
(#314) Spaces must be used to indent lines; tabs are not allowed
(#315) Spaces must be used to indent lines; tabs are not allowed
(#315) Tab found within whitespace
(#315) Line indented incorrectly; expected 4 spaces, found 1
(#315) Public method name "PHPWord_Section::createTextRun" must be in lower-case letters only
(#315) Variable "styleParagraph" must be all lower-case
(#316) Spaces must be used to indent lines; tabs are not allowed
(#316) Tab found within whitespace
(#316) Line indented incorrectly; expected at least 8 spaces, found 2
(#316) Variable "textRun" must be all lower-case
(#316) Variable "styleParagraph" must be all lower-case
(#317) Spaces must be used to indent lines; tabs are not allowed
(#317) Tab found within whitespace
(#317) Line indented incorrectly; expected at least 8 spaces, found 2
(#317) Variable "textRun" must be all lower-case
(#318) Spaces must be used to indent lines; tabs are not allowed
(#318) Tab found within whitespace
(#318) Line indented incorrectly; expected at least 8 spaces, found 2
(#318) Variable "textRun" must be all lower-case
(#319) Spaces must be used to indent lines; tabs are not allowed
(#319) Tab found within whitespace
(#319) Line indented incorrectly; expected 4 spaces, found 1
(#320) Spaces must be used to indent lines; tabs are not allowed
(#320) Tab found within whitespace
(#320) Whitespace found at end of line
(#321) Spaces must be used to indent lines; tabs are not allowed
(#321) Tab found within whitespace
(#321) Line indented incorrectly; expected at least 4 spaces, found 1
(#322) Spaces must be used to indent lines; tabs are not allowed
(#323) Spaces must be used to indent lines; tabs are not allowed
(#323) Whitespace found at end of line
(#324) Spaces must be used to indent lines; tabs are not allowed
(#325) Spaces must be used to indent lines; tabs are not allowed
(#326) Spaces must be used to indent lines; tabs are not allowed
(#326) Tab found within whitespace
(#326) Line indented incorrectly; expected 4 spaces, found 1
(#326) Public method name "PHPWord_Section::getElements" must be in lower-case letters only
(#327) Spaces must be used to indent lines; tabs are not allowed
(#327) Tab found within whitespace
(#327) Line indented incorrectly; expected at least 8 spaces, found 2
(#328) Spaces must be used to indent lines; tabs are not allowed
(#328) Tab found within whitespace
(#328) Line indented incorrectly; expected 4 spaces, found 1
(#329) Spaces must be used to indent lines; tabs are not allowed
(#329) Tab found within whitespace
(#329) Whitespace found at end of line
(#330) Spaces must be used to indent lines; tabs are not allowed
(#330) Tab found within whitespace
(#330) Line indented incorrectly; expected at least 4 spaces, found 1
(#331) Spaces must be used to indent lines; tabs are not allowed
(#332) Spaces must be used to indent lines; tabs are not allowed
(#332) Whitespace found at end of line
(#333) Spaces must be used to indent lines; tabs are not allowed
(#334) Spaces must be used to indent lines; tabs are not allowed
(#335) Spaces must be used to indent lines; tabs are not allowed
(#335) Tab found within whitespace
(#335) Line indented incorrectly; expected 4 spaces, found 1
(#335) Public method name "PHPWord_Section::createHeader" must be in lower-case letters only
(#336) Spaces must be used to indent lines; tabs are not allowed
(#336) Tab found within whitespace
(#336) Line indented incorrectly; expected at least 8 spaces, found 2
(#337) Spaces must be used to indent lines; tabs are not allowed
(#337) Tab found within whitespace
(#337) Line indented incorrectly; expected at least 8 spaces, found 2
(#338) Spaces must be used to indent lines; tabs are not allowed
(#338) Tab found within whitespace
(#338) Line indented incorrectly; expected at least 8 spaces, found 2
(#339) Spaces must be used to indent lines; tabs are not allowed
(#339) Tab found within whitespace
(#339) Line indented incorrectly; expected 4 spaces, found 1
(#340) Spaces must be used to indent lines; tabs are not allowed
(#340) Tab found within whitespace
(#340) Whitespace found at end of line
(#341) Spaces must be used to indent lines; tabs are not allowed
(#341) Tab found within whitespace
(#341) Line indented incorrectly; expected at least 4 spaces, found 1
(#342) Spaces must be used to indent lines; tabs are not allowed
(#343) Spaces must be used to indent lines; tabs are not allowed
(#343) Whitespace found at end of line
(#344) Spaces must be used to indent lines; tabs are not allowed
(#345) Spaces must be used to indent lines; tabs are not allowed
(#346) Spaces must be used to indent lines; tabs are not allowed
(#346) Tab found within whitespace
(#346) Line indented incorrectly; expected 4 spaces, found 1
(#346) Public method name "PHPWord_Section::getHeader" must be in lower-case letters only
(#347) Spaces must be used to indent lines; tabs are not allowed
(#347) Tab found within whitespace
(#347) Line indented incorrectly; expected at least 8 spaces, found 2
(#348) Spaces must be used to indent lines; tabs are not allowed
(#348) Tab found within whitespace
(#348) Line indented incorrectly; expected 4 spaces, found 1
(#349) Spaces must be used to indent lines; tabs are not allowed
(#349) Tab found within whitespace
(#349) Whitespace found at end of line
(#350) Spaces must be used to indent lines; tabs are not allowed
(#350) Tab found within whitespace
(#350) Line indented incorrectly; expected at least 4 spaces, found 1
(#351) Spaces must be used to indent lines; tabs are not allowed
(#352) Spaces must be used to indent lines; tabs are not allowed
(#352) Whitespace found at end of line
(#353) Spaces must be used to indent lines; tabs are not allowed
(#354) Spaces must be used to indent lines; tabs are not allowed
(#355) Spaces must be used to indent lines; tabs are not allowed
(#355) Tab found within whitespace
(#355) Line indented incorrectly; expected 4 spaces, found 1
(#355) Public method name "PHPWord_Section::createFooter" must be in lower-case letters only
(#356) Spaces must be used to indent lines; tabs are not allowed
(#356) Tab found within whitespace
(#356) Line indented incorrectly; expected at least 8 spaces, found 2
(#357) Spaces must be used to indent lines; tabs are not allowed
(#357) Tab found within whitespace
(#357) Line indented incorrectly; expected at least 8 spaces, found 2
(#358) Spaces must be used to indent lines; tabs are not allowed
(#358) Tab found within whitespace
(#358) Line indented incorrectly; expected at least 8 spaces, found 2
(#359) Spaces must be used to indent lines; tabs are not allowed
(#359) Tab found within whitespace
(#359) Line indented incorrectly; expected 4 spaces, found 1
(#360) Spaces must be used to indent lines; tabs are not allowed
(#360) Tab found within whitespace
(#360) Whitespace found at end of line
(#361) Spaces must be used to indent lines; tabs are not allowed
(#361) Tab found within whitespace
(#361) Line indented incorrectly; expected at least 4 spaces, found 1
(#362) Spaces must be used to indent lines; tabs are not allowed
(#363) Spaces must be used to indent lines; tabs are not allowed
(#363) Whitespace found at end of line
(#364) Spaces must be used to indent lines; tabs are not allowed
(#365) Spaces must be used to indent lines; tabs are not allowed
(#366) Spaces must be used to indent lines; tabs are not allowed
(#366) Tab found within whitespace
(#366) Line indented incorrectly; expected 4 spaces, found 1
(#366) Public method name "PHPWord_Section::getFooter" must be in lower-case letters only
(#367) Spaces must be used to indent lines; tabs are not allowed
(#367) Tab found within whitespace
(#367) Line indented incorrectly; expected at least 8 spaces, found 2
(#368) Spaces must be used to indent lines; tabs are not allowed
(#368) Tab found within whitespace
(#368) Line indented incorrectly; expected 4 spaces, found 1
(#370) A closing tag is not permitted at the end of a PHP file
mod/offlinequiz/lib/PHPWord/Section/Footer.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#36) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Whitespace found at end of line
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected at least 4 spaces, found 1
(#39) Spaces must be used to indent lines; tabs are not allowed
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Whitespace found at end of line
(#41) Spaces must be used to indent lines; tabs are not allowed
(#42) Spaces must be used to indent lines; tabs are not allowed
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected 4 spaces, found 1
(#43) Member variable "_footerCount" must be all lower-case
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Whitespace found at end of line
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected at least 4 spaces, found 1
(#46) Spaces must be used to indent lines; tabs are not allowed
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Whitespace found at end of line
(#48) Spaces must be used to indent lines; tabs are not allowed
(#49) Spaces must be used to indent lines; tabs are not allowed
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected 4 spaces, found 1
(#50) Member variable "_rId" must be all lower-case
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Whitespace found at end of line
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected at least 4 spaces, found 1
(#53) Spaces must be used to indent lines; tabs are not allowed
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Whitespace found at end of line
(#55) Spaces must be used to indent lines; tabs are not allowed
(#56) Spaces must be used to indent lines; tabs are not allowed
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected 4 spaces, found 1
(#57) Member variable "_elementCollection" must be all lower-case
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Whitespace found at end of line
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#59) Line indented incorrectly; expected at least 4 spaces, found 1
(#60) Spaces must be used to indent lines; tabs are not allowed
(#61) Spaces must be used to indent lines; tabs are not allowed
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Tab found within whitespace
(#62) Line indented incorrectly; expected 4 spaces, found 1
(#62) Variable "sectionCount" must be all lower-case
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected at least 8 spaces, found 2
(#63) Variable "sectionCount" must be all lower-case
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected 4 spaces, found 1
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Tab found within whitespace
(#65) Whitespace found at end of line
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected at least 4 spaces, found 1
(#67) Spaces must be used to indent lines; tabs are not allowed
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Whitespace found at end of line
(#69) Spaces must be used to indent lines; tabs are not allowed
(#70) Spaces must be used to indent lines; tabs are not allowed
(#71) Spaces must be used to indent lines; tabs are not allowed
(#72) Spaces must be used to indent lines; tabs are not allowed
(#73) Spaces must be used to indent lines; tabs are not allowed
(#74) Spaces must be used to indent lines; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected 4 spaces, found 1
(#74) Public method name "PHPWord_Section_Footer::addText" must be in lower-case letters only
(#74) Variable "styleFont" must be all lower-case
(#74) Variable "styleParagraph" must be all lower-case
(#75) Inline comments must start with a capital letter, digit or 3-dots sequence
(#75) Inline comments must end in full-stops, exclamation marks, or question marks
(#75) This comment is 50% valid code; is this commented out code?
(#75) Line indented incorrectly; expected at least 8 spaces, found 0
(#75) Tab found before comment text; expected "// $givenText = utf8_encode($text);" but found "// $givenText = utf8_encode($text);"
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Tab found within whitespace
(#76) Line indented incorrectly; expected at least 8 spaces, found 5
(#76) Variable "givenText" must be all lower-case
(#77) Spaces must be used to indent lines; tabs are not allowed
(#77) Tab found within whitespace
(#77) Line indented incorrectly; expected at least 8 spaces, found 2
(#77) Variable "givenText" must be all lower-case
(#77) Variable "styleFont" must be all lower-case
(#77) Variable "styleParagraph" must be all lower-case
(#78) Spaces must be used to indent lines; tabs are not allowed
(#78) Tab found within whitespace
(#78) Line indented incorrectly; expected at least 8 spaces, found 2
(#79) Spaces must be used to indent lines; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected at least 8 spaces, found 2
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected 4 spaces, found 1
(#81) Spaces must be used to indent lines; tabs are not allowed
(#81) Tab found within whitespace
(#81) Whitespace found at end of line
(#82) Spaces must be used to indent lines; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected at least 4 spaces, found 1
(#83) Spaces must be used to indent lines; tabs are not allowed
(#84) Spaces must be used to indent lines; tabs are not allowed
(#84) Whitespace found at end of line
(#85) Spaces must be used to indent lines; tabs are not allowed
(#86) Spaces must be used to indent lines; tabs are not allowed
(#87) Spaces must be used to indent lines; tabs are not allowed
(#87) Tab found within whitespace
(#87) Line indented incorrectly; expected 4 spaces, found 1
(#87) Public method name "PHPWord_Section_Footer::addTextBreak" must be in lower-case letters only
(#88) Spaces must be used to indent lines; tabs are not allowed
(#88) Tab found within whitespace
(#88) Line indented incorrectly; expected 8 spaces, found 2
(#88) Expected "for (...) {\n"; found "for(...) {\n"
(#88) Expected 1 space before "="; 0 found
(#88) Expected 1 space after "="; 0 found
(#88) Expected 1 space before "<="; 0 found
(#88) Expected 1 space after "<="; 0 found
(#89) Spaces must be used to indent lines; tabs are not allowed
(#89) Tab found within whitespace
(#89) Line indented incorrectly; expected at least 12 spaces, found 3
(#90) Spaces must be used to indent lines; tabs are not allowed
(#90) Tab found within whitespace
(#90) Line indented incorrectly; expected 8 spaces, found 2
(#91) Spaces must be used to indent lines; tabs are not allowed
(#91) Tab found within whitespace
(#91) Line indented incorrectly; expected 4 spaces, found 1
(#92) Spaces must be used to indent lines; tabs are not allowed
(#92) Tab found within whitespace
(#92) Whitespace found at end of line
(#93) Spaces must be used to indent lines; tabs are not allowed
(#93) Tab found within whitespace
(#93) Line indented incorrectly; expected at least 4 spaces, found 1
(#94) Spaces must be used to indent lines; tabs are not allowed
(#95) Spaces must be used to indent lines; tabs are not allowed
(#95) Whitespace found at end of line
(#96) Spaces must be used to indent lines; tabs are not allowed
(#97) Spaces must be used to indent lines; tabs are not allowed
(#98) Spaces must be used to indent lines; tabs are not allowed
(#98) Tab found within whitespace
(#98) Line indented incorrectly; expected 4 spaces, found 1
(#98) Public method name "PHPWord_Section_Footer::createTextRun" must be in lower-case letters only
(#98) Variable "styleParagraph" must be all lower-case
(#99) Spaces must be used to indent lines; tabs are not allowed
(#99) Tab found within whitespace
(#99) Line indented incorrectly; expected at least 8 spaces, found 2
(#99) Variable "textRun" must be all lower-case
(#99) Variable "styleParagraph" must be all lower-case
(#100) Spaces must be used to indent lines; tabs are not allowed
(#100) Tab found within whitespace
(#100) Line indented incorrectly; expected at least 8 spaces, found 2
(#100) Variable "textRun" must be all lower-case
(#101) Spaces must be used to indent lines; tabs are not allowed
(#101) Tab found within whitespace
(#101) Line indented incorrectly; expected at least 8 spaces, found 2
(#101) Variable "textRun" must be all lower-case
(#102) Spaces must be used to indent lines; tabs are not allowed
(#102) Tab found within whitespace
(#102) Line indented incorrectly; expected 4 spaces, found 1
(#103) Spaces must be used to indent lines; tabs are not allowed
(#103) Tab found within whitespace
(#103) Whitespace found at end of line
(#104) Spaces must be used to indent lines; tabs are not allowed
(#104) Tab found within whitespace
(#104) Line indented incorrectly; expected at least 4 spaces, found 1
(#105) Spaces must be used to indent lines; tabs are not allowed
(#106) Spaces must be used to indent lines; tabs are not allowed
(#106) Whitespace found at end of line
(#107) Spaces must be used to indent lines; tabs are not allowed
(#108) Spaces must be used to indent lines; tabs are not allowed
(#109) Spaces must be used to indent lines; tabs are not allowed
(#110) Spaces must be used to indent lines; tabs are not allowed
(#110) Tab found within whitespace
(#110) Line indented incorrectly; expected 4 spaces, found 1
(#110) Public method name "PHPWord_Section_Footer::addTable" must be in lower-case letters only
(#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 at least 8 spaces, found 2
(#113) Spaces must be used to indent lines; tabs are not allowed
(#113) Tab found within whitespace
(#113) Line indented incorrectly; expected at least 8 spaces, found 2
(#114) Spaces must be used to indent lines; tabs are not allowed
(#114) Tab found within whitespace
(#114) Line indented incorrectly; expected 4 spaces, found 1
(#115) Spaces must be used to indent lines; tabs are not allowed
(#115) Tab found within whitespace
(#115) Whitespace found at end of line
(#116) Spaces must be used to indent lines; tabs are not allowed
(#116) Tab found within whitespace
(#116) Line indented incorrectly; expected at least 4 spaces, found 1
(#117) Spaces must be used to indent lines; tabs are not allowed
(#118) Spaces must be used to indent lines; tabs are not allowed
(#118) Whitespace found at end of line
(#119) Spaces must be used to indent lines; tabs are not allowed
(#120) Spaces must be used to indent lines; tabs are not allowed
(#121) Spaces must be used to indent lines; tabs are not allowed
(#122) Spaces must be used to indent lines; tabs are not allowed
(#123) Spaces must be used to indent lines; tabs are not allowed
(#123) Tab found within whitespace
(#123) Line indented incorrectly; expected 4 spaces, found 1
(#123) Public method name "PHPWord_Section_Footer::addImage" must be in lower-case letters only
(#124) Spaces must be used to indent lines; tabs are not allowed
(#124) Tab found within whitespace
(#124) Line indented incorrectly; expected at least 8 spaces, found 2
(#125) Spaces must be used to indent lines; tabs are not allowed
(#125) Tab found within whitespace
(#125) Whitespace found at end of line
(#126) Spaces must be used to indent lines; tabs are not allowed
(#126) Tab found within whitespace
(#126) Line indented incorrectly; expected 8 spaces, found 2
(#126) Expected "if (...) {\n"; found "if(...) {\n"
(#127) Spaces must be used to indent lines; tabs are not allowed
(#127) Tab found within whitespace
(#127) Line indented incorrectly; expected at least 12 spaces, found 3
(#127) Variable "rID" must be all lower-case
(#128) Spaces must be used to indent lines; tabs are not allowed
(#128) Tab found within whitespace
(#128) Line indented incorrectly; expected at least 12 spaces, found 3
(#128) Variable "rID" must be all lower-case
(#129) Spaces must be used to indent lines; tabs are not allowed
(#129) Tab found within whitespace
(#129) Whitespace found at end of line
(#130) Spaces must be used to indent lines; tabs are not allowed
(#130) Tab found within whitespace
(#130) Line indented incorrectly; expected at least 12 spaces, found 3
(#131) Spaces must be used to indent lines; tabs are not allowed
(#131) Tab found within whitespace
(#131) Line indented incorrectly; expected at least 12 spaces, found 3
(#132) Spaces must be used to indent lines; tabs are not allowed
(#132) Tab found within whitespace
(#132) Line indented incorrectly; expected 8 spaces, found 2
(#133) Spaces must be used to indent lines; tabs are not allowed
(#133) Tab found within whitespace
(#133) Line indented incorrectly; expected at least 12 spaces, found 3
(#134) Spaces must be used to indent lines; tabs are not allowed
(#134) Tab found within whitespace
(#134) Line indented incorrectly; expected 8 spaces, found 2
(#135) Spaces must be used to indent lines; tabs are not allowed
(#135) Tab found within whitespace
(#135) Line indented incorrectly; expected 4 spaces, found 1
(#136) Spaces must be used to indent lines; tabs are not allowed
(#136) Tab found within whitespace
(#136) Whitespace found at end of line
(#137) Spaces must be used to indent lines; tabs are not allowed
(#137) Tab found within whitespace
(#137) Line indented incorrectly; expected at least 4 spaces, found 1
(#138) Spaces must be used to indent lines; tabs are not allowed
(#139) Spaces must be used to indent lines; tabs are not allowed
(#139) Whitespace found at end of line
(#140) Spaces must be used to indent lines; tabs are not allowed
(#141) Spaces must be used to indent lines; tabs are not allowed
(#142) Spaces must be used to indent lines; tabs are not allowed
(#143) Spaces must be used to indent lines; tabs are not allowed
(#144) Spaces must be used to indent lines; tabs are not allowed
(#144) Tab found within whitespace
(#144) Line indented incorrectly; expected 4 spaces, found 1
(#144) Public method name "PHPWord_Section_Footer::addMemoryImage" must be in lower-case letters only
(#145) Spaces must be used to indent lines; tabs are not allowed
(#145) Tab found within whitespace
(#145) Line indented incorrectly; expected at least 8 spaces, found 2
(#145) Variable "memoryImage" must be all lower-case
(#146) Spaces must be used to indent lines; tabs are not allowed
(#146) Tab found within whitespace
(#146) Line indented incorrectly; expected 8 spaces, found 2
(#146) Expected "if (...) {\n"; found "if(...) {\n"
(#146) Variable "memoryImage" must be all lower-case
(#147) Spaces must be used to indent lines; tabs are not allowed
(#147) Tab found within whitespace
(#147) Line indented incorrectly; expected at least 12 spaces, found 3
(#147) Variable "rID" must be all lower-case
(#147) Variable "memoryImage" must be all lower-case
(#148) Spaces must be used to indent lines; tabs are not allowed
(#148) Tab found within whitespace
(#148) Line indented incorrectly; expected at least 12 spaces, found 3
(#148) Variable "memoryImage" must be all lower-case
(#148) Variable "rID" must be all lower-case
(#149) Spaces must be used to indent lines; tabs are not allowed
(#149) Tab found within whitespace
(#149) Whitespace found at end of line
(#150) Spaces must be used to indent lines; tabs are not allowed
(#150) Tab found within whitespace
(#150) Line indented incorrectly; expected at least 12 spaces, found 3
(#150) Variable "memoryImage" must be all lower-case
(#151) Spaces must be used to indent lines; tabs are not allowed
(#151) Tab found within whitespace
(#151) Line indented incorrectly; expected at least 12 spaces, found 3
(#151) Variable "memoryImage" must be all lower-case
(#152) Spaces must be used to indent lines; tabs are not allowed
(#152) Tab found within whitespace
(#152) Line indented incorrectly; expected 8 spaces, found 2
(#153) Spaces must be used to indent lines; tabs are not allowed
(#153) Tab found within whitespace
(#153) Line indented incorrectly; expected at least 12 spaces, found 3
(#154) Spaces must be used to indent lines; tabs are not allowed
(#154) Tab found within whitespace
(#154) Line indented incorrectly; expected 8 spaces, found 2
(#155) Spaces must be used to indent lines; tabs are not allowed
(#155) Tab found within whitespace
(#155) Line indented incorrectly; expected 4 spaces, found 1
(#156) Spaces must be used to indent lines; tabs are not allowed
(#156) Tab found within whitespace
(#156) Whitespace found at end of line
(#157) Spaces must be used to indent lines; tabs are not allowed
(#157) Tab found within whitespace
(#157) Line indented incorrectly; expected at least 4 spaces, found 1
(#158) Spaces must be used to indent lines; tabs are not allowed
(#159) Spaces must be used to indent lines; tabs are not allowed
(#159) Whitespace found at end of line
(#160) Spaces must be used to indent lines; tabs are not allowed
(#161) Spaces must be used to indent lines; tabs are not allowed
(#162) Spaces must be used to indent lines; tabs are not allowed
(#163) Spaces must be used to indent lines; tabs are not allowed
(#164) Spaces must be used to indent lines; tabs are not allowed
(#165) Spaces must be used to indent lines; tabs are not allowed
(#165) Tab found within whitespace
(#165) Line indented incorrectly; expected 4 spaces, found 1
(#165) Public method name "PHPWord_Section_Footer::addPreserveText" must be in lower-case letters only
(#165) Variable "styleFont" must be all lower-case
(#165) Variable "styleParagraph" must be all lower-case
(#166) Inline comments must start with a capital letter, digit or 3-dots sequence
(#166) Inline comments must end in full-stops, exclamation marks, or question marks
(#166) This comment is 50% valid code; is this commented out code?
(#166) Line indented incorrectly; expected at least 8 spaces, found 0
(#166) Tab found before comment text; expected "// $text = utf8_encode($text);" but found "// $text = utf8_encode($text);"
(#167) Spaces must be used to indent lines; tabs are not allowed
(#167) Tab found within whitespace
(#167) Line indented incorrectly; expected at least 8 spaces, found 2
(#167) Variable "styleFont" must be all lower-case
(#167) Variable "styleParagraph" must be all lower-case
(#168) Spaces must be used to indent lines; tabs are not allowed
(#168) Tab found within whitespace
(#168) Line indented incorrectly; expected at least 8 spaces, found 2
(#169) Spaces must be used to indent lines; tabs are not allowed
(#169) Tab found within whitespace
(#169) Line indented incorrectly; expected at least 8 spaces, found 2
(#170) Spaces must be used to indent lines; tabs are not allowed
(#170) Tab found within whitespace
(#170) Line indented incorrectly; expected 4 spaces, found 1
(#171) Spaces must be used to indent lines; tabs are not allowed
(#171) Tab found within whitespace
(#171) Whitespace found at end of line
(#172) Spaces must be used to indent lines; tabs are not allowed
(#172) Tab found within whitespace
(#172) Line indented incorrectly; expected at least 4 spaces, found 1
(#173) Spaces must be used to indent lines; tabs are not allowed
(#174) Spaces must be used to indent lines; tabs are not allowed
(#175) Spaces must be used to indent lines; tabs are not allowed
(#175) Tab found within whitespace
(#175) Line indented incorrectly; expected 4 spaces, found 1
(#175) Public method name "PHPWord_Section_Footer::getRelationId" must be in lower-case letters only
(#176) Spaces must be used to indent lines; tabs are not allowed
(#176) Tab found within whitespace
(#176) Line indented incorrectly; expected at least 8 spaces, found 2
(#177) Spaces must be used to indent lines; tabs are not allowed
(#177) Tab found within whitespace
(#177) Line indented incorrectly; expected 4 spaces, found 1
(#178) Spaces must be used to indent lines; tabs are not allowed
(#178) Tab found within whitespace
(#178) Whitespace found at end of line
(#179) Spaces must be used to indent lines; tabs are not allowed
(#179) Tab found within whitespace
(#179) Line indented incorrectly; expected at least 4 spaces, found 1
(#180) Spaces must be used to indent lines; tabs are not allowed
(#181) Spaces must be used to indent lines; tabs are not allowed
(#181) Whitespace found at end of line
(#182) Spaces must be used to indent lines; tabs are not allowed
(#183) Spaces must be used to indent lines; tabs are not allowed
(#184) Spaces must be used to indent lines; tabs are not allowed
(#184) Tab found within whitespace
(#184) Line indented incorrectly; expected 4 spaces, found 1
(#184) Public method name "PHPWord_Section_Footer::setRelationId" must be in lower-case letters only
(#184) Variable "rId" must be all lower-case
(#185) Spaces must be used to indent lines; tabs are not allowed
(#185) Tab found within whitespace
(#185) Line indented incorrectly; expected at least 8 spaces, found 2
(#185) Variable "rId" must be all lower-case
(#186) Spaces must be used to indent lines; tabs are not allowed
(#186) Tab found within whitespace
(#186) Line indented incorrectly; expected 4 spaces, found 1
(#187) Spaces must be used to indent lines; tabs are not allowed
(#187) Tab found within whitespace
(#187) Whitespace found at end of line
(#188) Spaces must be used to indent lines; tabs are not allowed
(#188) Tab found within whitespace
(#188) Line indented incorrectly; expected at least 4 spaces, found 1
(#189) Spaces must be used to indent lines; tabs are not allowed
(#190) Spaces must be used to indent lines; tabs are not allowed
(#191) Spaces must be used to indent lines; tabs are not allowed
(#191) Tab found within whitespace
(#191) Line indented incorrectly; expected 4 spaces, found 1
(#191) Public method name "PHPWord_Section_Footer::getElements" must be in lower-case letters only
(#192) Spaces must be used to indent lines; tabs are not allowed
(#192) Tab found within whitespace
(#192) Line indented incorrectly; expected at least 8 spaces, found 2
(#193) Spaces must be used to indent lines; tabs are not allowed
(#193) Tab found within whitespace
(#193) Line indented incorrectly; expected 4 spaces, found 1
(#194) Spaces must be used to indent lines; tabs are not allowed
(#194) Tab found within whitespace
(#194) Whitespace found at end of line
(#195) Spaces must be used to indent lines; tabs are not allowed
(#195) Tab found within whitespace
(#195) Line indented incorrectly; expected at least 4 spaces, found 1
(#196) Spaces must be used to indent lines; tabs are not allowed
(#197) Spaces must be used to indent lines; tabs are not allowed
(#198) Spaces must be used to indent lines; tabs are not allowed
(#198) Tab found within whitespace
(#198) Line indented incorrectly; expected 4 spaces, found 1
(#198) Public method name "PHPWord_Section_Footer::getFooterCount" must be in lower-case letters only
(#199) Spaces must be used to indent lines; tabs are not allowed
(#199) Tab found within whitespace
(#199) Line indented incorrectly; expected at least 8 spaces, found 2
(#200) Spaces must be used to indent lines; tabs are not allowed
(#200) Tab found within whitespace
(#200) Line indented incorrectly; expected 4 spaces, found 1
(#202) A closing tag is not permitted at the end of a PHP file
mod/offlinequiz/lib/PHPWord/Section/Footer/PreserveText.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#36) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Whitespace found at end of line
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected at least 4 spaces, found 1
(#39) Spaces must be used to indent lines; tabs are not allowed
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Whitespace found at end of line
(#41) Spaces must be used to indent lines; tabs are not allowed
(#42) Spaces must be used to indent lines; tabs are not allowed
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected 4 spaces, found 1
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Whitespace found at end of line
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected at least 4 spaces, found 1
(#46) Spaces must be used to indent lines; tabs are not allowed
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Whitespace found at end of line
(#48) Spaces must be used to indent lines; tabs are not allowed
(#49) Spaces must be used to indent lines; tabs are not allowed
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected 4 spaces, found 1
(#50) Member variable "_styleFont" must be all lower-case
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Whitespace found at end of line
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected at least 4 spaces, found 1
(#53) Spaces must be used to indent lines; tabs are not allowed
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Whitespace found at end of line
(#55) Spaces must be used to indent lines; tabs are not allowed
(#56) Spaces must be used to indent lines; tabs are not allowed
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected 4 spaces, found 1
(#57) Member variable "_styleParagraph" must be all lower-case
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Whitespace found at end of line
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#59) Whitespace found at end of line
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected at least 4 spaces, found 1
(#61) Spaces must be used to indent lines; tabs are not allowed
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Whitespace found at end of line
(#63) Spaces must be used to indent lines; tabs are not allowed
(#64) Spaces must be used to indent lines; tabs are not allowed
(#65) Spaces must be used to indent lines; tabs are not allowed
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected 4 spaces, found 1
(#66) Variable "styleFont" must be all lower-case
(#66) Variable "styleParagraph" must be all lower-case
(#67) Spaces must be used to indent lines; tabs are not allowed
(#67) Tab found within whitespace
(#67) Inline comments must end in full-stops, exclamation marks, or question marks
(#67) Line indented incorrectly; expected at least 8 spaces, found 2
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected 8 spaces, found 2
(#68) Expected "if (...) {\n"; found "if(...) {\n"
(#68) Variable "styleFont" must be all lower-case
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected at least 12 spaces, found 3
(#70) Spaces must be used to indent lines; tabs are not allowed
(#70) Tab found within whitespace
(#70) Whitespace found at end of line
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected 12 spaces, found 3
(#71) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#71) Variable "styleFont" must be all lower-case
(#72) Spaces must be used to indent lines; tabs are not allowed
(#72) Tab found within whitespace
(#72) Line indented incorrectly; expected 16 spaces, found 4
(#72) Expected "if (...) {\n"; found "if(...) {\n"
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected at least 20 spaces, found 5
(#74) Spaces must be used to indent lines; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected 16 spaces, found 4
(#75) Spaces must be used to indent lines; tabs are not allowed
(#75) Tab found within whitespace
(#75) Line indented incorrectly; expected at least 16 spaces, found 4
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Tab found within whitespace
(#76) Line indented incorrectly; expected 12 spaces, found 3
(#77) Spaces must be used to indent lines; tabs are not allowed
(#77) Tab found within whitespace
(#77) Line indented incorrectly; expected 8 spaces, found 2
(#78) Spaces must be used to indent lines; tabs are not allowed
(#78) Tab found within whitespace
(#78) Line indented incorrectly; expected at least 12 spaces, found 3
(#78) Variable "styleFont" must be all lower-case
(#79) Spaces must be used to indent lines; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected 8 spaces, found 2
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Tab found within whitespace
(#80) Whitespace found at end of line
(#81) Spaces must be used to indent lines; tabs are not allowed
(#81) Tab found within whitespace
(#81) Inline comments must end in full-stops, exclamation marks, or question marks
(#81) Line indented incorrectly; expected at least 8 spaces, found 2
(#82) Spaces must be used to indent lines; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected 8 spaces, found 2
(#82) Expected "if (...) {\n"; found "if(...) {\n"
(#82) Variable "styleParagraph" must be all lower-case
(#83) Spaces must be used to indent lines; tabs are not allowed
(#83) Tab found within whitespace
(#83) Line indented incorrectly; expected at least 12 spaces, found 3
(#84) Spaces must be used to indent lines; tabs are not allowed
(#84) Tab found within whitespace
(#84) Whitespace found at end of line
(#85) Spaces must be used to indent lines; tabs are not allowed
(#85) Tab found within whitespace
(#85) Line indented incorrectly; expected 12 spaces, found 3
(#85) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#85) Variable "styleParagraph" must be all lower-case
(#86) Spaces must be used to indent lines; tabs are not allowed
(#86) Tab found within whitespace
(#86) Line indented incorrectly; expected 16 spaces, found 4
(#86) Expected "if (...) {\n"; found "if(...) {\n"
(#87) Spaces must be used to indent lines; tabs are not allowed
(#87) Tab found within whitespace
(#87) Line indented incorrectly; expected at least 20 spaces, found 5
(#88) Spaces must be used to indent lines; tabs are not allowed
(#88) Tab found within whitespace
(#88) Line indented incorrectly; expected 16 spaces, found 4
(#89) Spaces must be used to indent lines; tabs are not allowed
(#89) Tab found within whitespace
(#89) Line indented incorrectly; expected at least 16 spaces, found 4
(#90) Spaces must be used to indent lines; tabs are not allowed
(#90) Tab found within whitespace
(#90) Line indented incorrectly; expected 12 spaces, found 3
(#91) Spaces must be used to indent lines; tabs are not allowed
(#91) Tab found within whitespace
(#91) Line indented incorrectly; expected 8 spaces, found 2
(#92) Spaces must be used to indent lines; tabs are not allowed
(#92) Tab found within whitespace
(#92) Line indented incorrectly; expected at least 12 spaces, found 3
(#92) Variable "styleParagraph" must be all lower-case
(#93) Spaces must be used to indent lines; tabs are not allowed
(#93) Tab found within whitespace
(#93) Line indented incorrectly; expected 8 spaces, found 2
(#94) Spaces must be used to indent lines; tabs are not allowed
(#94) Tab found within whitespace
(#94) Whitespace found at end of line
(#95) Spaces must be used to indent lines; tabs are not allowed
(#95) Tab found within whitespace
(#95) Line indented incorrectly; expected at least 8 spaces, found 2
(#96) Spaces must be used to indent lines; tabs are not allowed
(#96) Tab found within whitespace
(#96) Line indented incorrectly; expected at least 8 spaces, found 2
(#97) Spaces must be used to indent lines; tabs are not allowed
(#97) Tab found within whitespace
(#97) Whitespace found at end of line
(#98) Spaces must be used to indent lines; tabs are not allowed
(#98) Tab found within whitespace
(#98) Line indented incorrectly; expected at least 8 spaces, found 2
(#99) Spaces must be used to indent lines; tabs are not allowed
(#99) Tab found within whitespace
(#99) Line indented incorrectly; expected 4 spaces, found 1
(#100) Spaces must be used to indent lines; tabs are not allowed
(#100) Tab found within whitespace
(#100) Whitespace found at end of line
(#101) Spaces must be used to indent lines; tabs are not allowed
(#101) Tab found within whitespace
(#101) Line indented incorrectly; expected at least 4 spaces, found 1
(#102) Spaces must be used to indent lines; tabs are not allowed
(#103) Spaces must be used to indent lines; tabs are not allowed
(#103) Whitespace found at end of line
(#104) Spaces must be used to indent lines; tabs are not allowed
(#105) Spaces must be used to indent lines; tabs are not allowed
(#106) Spaces must be used to indent lines; tabs are not allowed
(#106) Tab found within whitespace
(#106) Line indented incorrectly; expected 4 spaces, found 1
(#106) Public method name "PHPWord_Section_Footer_PreserveText::getFontStyle" 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 at least 8 spaces, found 2
(#108) Spaces must be used to indent lines; tabs are not allowed
(#108) Tab found within whitespace
(#108) Line indented incorrectly; expected 4 spaces, found 1
(#109) Spaces must be used to indent lines; tabs are not allowed
(#109) Tab found within whitespace
(#109) Whitespace found at end of line
(#110) Spaces must be used to indent lines; tabs are not allowed
(#110) Tab found within whitespace
(#110) Line indented incorrectly; expected at least 4 spaces, found 1
(#111) Spaces must be used to indent lines; tabs are not allowed
(#112) Spaces must be used to indent lines; tabs are not allowed
(#112) Whitespace found at end of line
(#113) Spaces must be used to indent lines; tabs are not allowed
(#114) Spaces must be used to indent lines; tabs are not allowed
(#115) Spaces must be used to indent lines; tabs are not allowed
(#115) Tab found within whitespace
(#115) Line indented incorrectly; expected 4 spaces, found 1
(#115) Public method name "PHPWord_Section_Footer_PreserveText::getParagraphStyle" must be in lower-case letters only
(#116) Spaces must be used to indent lines; tabs are not allowed
(#116) Tab found within whitespace
(#116) Line indented incorrectly; expected at least 8 spaces, found 2
(#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
(#118) Spaces must be used to indent lines; tabs are not allowed
(#118) Tab found within whitespace
(#118) Whitespace found at end of line
(#119) Spaces must be used to indent lines; tabs are not allowed
(#119) Tab found within whitespace
(#119) Line indented incorrectly; expected at least 4 spaces, found 1
(#120) Spaces must be used to indent lines; tabs are not allowed
(#121) Spaces must be used to indent lines; tabs are not allowed
(#121) Whitespace found at end of line
(#122) Spaces must be used to indent lines; tabs are not allowed
(#123) Spaces must be used to indent lines; tabs are not allowed
(#124) Spaces must be used to indent lines; tabs are not allowed
(#124) Tab found within whitespace
(#124) Line indented incorrectly; expected 4 spaces, found 1
(#124) Public method name "PHPWord_Section_Footer_PreserveText::getText" must be in lower-case letters only
(#125) Spaces must be used to indent lines; tabs are not allowed
(#125) Tab found within whitespace
(#125) Line indented incorrectly; expected at least 8 spaces, found 2
(#126) Spaces must be used to indent lines; tabs are not allowed
(#126) Tab found within whitespace
(#126) Line indented incorrectly; expected 4 spaces, found 1
(#128) A closing tag is not permitted at the end of a PHP file
mod/offlinequiz/lib/PHPWord/Section/Header.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#36) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Whitespace found at end of line
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected at least 4 spaces, found 1
(#39) Spaces must be used to indent lines; tabs are not allowed
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Whitespace found at end of line
(#41) Spaces must be used to indent lines; tabs are not allowed
(#42) Spaces must be used to indent lines; tabs are not allowed
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected 4 spaces, found 1
(#43) Member variable "_headerCount" must be all lower-case
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Whitespace found at end of line
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected at least 4 spaces, found 1
(#46) Spaces must be used to indent lines; tabs are not allowed
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Whitespace found at end of line
(#48) Spaces must be used to indent lines; tabs are not allowed
(#49) Spaces must be used to indent lines; tabs are not allowed
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected 4 spaces, found 1
(#50) Member variable "_rId" must be all lower-case
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Whitespace found at end of line
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected at least 4 spaces, found 1
(#53) Spaces must be used to indent lines; tabs are not allowed
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Whitespace found at end of line
(#55) Spaces must be used to indent lines; tabs are not allowed
(#56) Spaces must be used to indent lines; tabs are not allowed
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected 4 spaces, found 1
(#57) Member variable "_elementCollection" must be all lower-case
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Whitespace found at end of line
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#59) Line indented incorrectly; expected at least 4 spaces, found 1
(#60) Spaces must be used to indent lines; tabs are not allowed
(#61) Spaces must be used to indent lines; tabs are not allowed
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Tab found within whitespace
(#62) Line indented incorrectly; expected 4 spaces, found 1
(#62) Variable "sectionCount" must be all lower-case
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected at least 8 spaces, found 2
(#63) Variable "sectionCount" must be all lower-case
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected 4 spaces, found 1
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Tab found within whitespace
(#65) Whitespace found at end of line
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected at least 4 spaces, found 1
(#67) Spaces must be used to indent lines; tabs are not allowed
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Whitespace found at end of line
(#69) Spaces must be used to indent lines; tabs are not allowed
(#70) Spaces must be used to indent lines; tabs are not allowed
(#71) Spaces must be used to indent lines; tabs are not allowed
(#72) Spaces must be used to indent lines; tabs are not allowed
(#73) Spaces must be used to indent lines; tabs are not allowed
(#74) Spaces must be used to indent lines; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected 4 spaces, found 1
(#74) Public method name "PHPWord_Section_Header::addText" must be in lower-case letters only
(#74) Variable "styleFont" must be all lower-case
(#74) Variable "styleParagraph" must be all lower-case
(#75) Inline comments must start with a capital letter, digit or 3-dots sequence
(#75) Inline comments must end in full-stops, exclamation marks, or question marks
(#75) This comment is 50% valid code; is this commented out code?
(#75) Line indented incorrectly; expected at least 8 spaces, found 0
(#75) Tab found before comment text; expected "// $givenText = utf8_encode($text);" but found "// $givenText = utf8_encode($text);"
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Tab found within whitespace
(#76) Line indented incorrectly; expected at least 8 spaces, found 2
(#76) Variable "givenText" must be all lower-case
(#77) Spaces must be used to indent lines; tabs are not allowed
(#77) Tab found within whitespace
(#77) Line indented incorrectly; expected at least 8 spaces, found 2
(#77) Variable "givenText" must be all lower-case
(#77) Variable "styleFont" must be all lower-case
(#77) Variable "styleParagraph" must be all lower-case
(#78) Spaces must be used to indent lines; tabs are not allowed
(#78) Tab found within whitespace
(#78) Line indented incorrectly; expected at least 8 spaces, found 2
(#79) Spaces must be used to indent lines; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected at least 8 spaces, found 2
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected 4 spaces, found 1
(#81) Spaces must be used to indent lines; tabs are not allowed
(#81) Tab found within whitespace
(#81) Whitespace found at end of line
(#82) Spaces must be used to indent lines; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected at least 4 spaces, found 1
(#83) Spaces must be used to indent lines; tabs are not allowed
(#84) Spaces must be used to indent lines; tabs are not allowed
(#84) Whitespace found at end of line
(#85) Spaces must be used to indent lines; tabs are not allowed
(#86) Spaces must be used to indent lines; tabs are not allowed
(#87) Spaces must be used to indent lines; tabs are not allowed
(#87) Tab found within whitespace
(#87) Line indented incorrectly; expected 4 spaces, found 1
(#87) Public method name "PHPWord_Section_Header::addTextBreak" must be in lower-case letters only
(#88) Spaces must be used to indent lines; tabs are not allowed
(#88) Tab found within whitespace
(#88) Line indented incorrectly; expected 8 spaces, found 2
(#88) Expected "for (...) {\n"; found "for(...) {\n"
(#88) Expected 1 space before "="; 0 found
(#88) Expected 1 space after "="; 0 found
(#88) Expected 1 space before "<="; 0 found
(#88) Expected 1 space after "<="; 0 found
(#89) Spaces must be used to indent lines; tabs are not allowed
(#89) Tab found within whitespace
(#89) Line indented incorrectly; expected at least 12 spaces, found 3
(#90) Spaces must be used to indent lines; tabs are not allowed
(#90) Tab found within whitespace
(#90) Line indented incorrectly; expected 8 spaces, found 2
(#91) Spaces must be used to indent lines; tabs are not allowed
(#91) Tab found within whitespace
(#91) Line indented incorrectly; expected 4 spaces, found 1
(#92) Spaces must be used to indent lines; tabs are not allowed
(#92) Tab found within whitespace
(#92) Whitespace found at end of line
(#93) Spaces must be used to indent lines; tabs are not allowed
(#93) Tab found within whitespace
(#93) Line indented incorrectly; expected at least 4 spaces, found 1
(#94) Spaces must be used to indent lines; tabs are not allowed
(#95) Spaces must be used to indent lines; tabs are not allowed
(#95) Whitespace found at end of line
(#96) Spaces must be used to indent lines; tabs are not allowed
(#97) Spaces must be used to indent lines; tabs are not allowed
(#98) Spaces must be used to indent lines; tabs are not allowed
(#98) Tab found within whitespace
(#98) Line indented incorrectly; expected 4 spaces, found 1
(#98) Public method name "PHPWord_Section_Header::createTextRun" must be in lower-case letters only
(#98) Variable "styleParagraph" must be all lower-case
(#99) Spaces must be used to indent lines; tabs are not allowed
(#99) Tab found within whitespace
(#99) Line indented incorrectly; expected at least 8 spaces, found 2
(#99) Variable "textRun" must be all lower-case
(#99) Variable "styleParagraph" must be all lower-case
(#100) Spaces must be used to indent lines; tabs are not allowed
(#100) Tab found within whitespace
(#100) Line indented incorrectly; expected at least 8 spaces, found 2
(#100) Variable "textRun" must be all lower-case
(#101) Spaces must be used to indent lines; tabs are not allowed
(#101) Tab found within whitespace
(#101) Line indented incorrectly; expected at least 8 spaces, found 2
(#101) Variable "textRun" must be all lower-case
(#102) Spaces must be used to indent lines; tabs are not allowed
(#102) Tab found within whitespace
(#102) Line indented incorrectly; expected 4 spaces, found 1
(#103) Spaces must be used to indent lines; tabs are not allowed
(#103) Tab found within whitespace
(#103) Whitespace found at end of line
(#104) Spaces must be used to indent lines; tabs are not allowed
(#104) Tab found within whitespace
(#104) Line indented incorrectly; expected at least 4 spaces, found 1
(#105) Spaces must be used to indent lines; tabs are not allowed
(#106) Spaces must be used to indent lines; tabs are not allowed
(#106) Whitespace found at end of line
(#107) Spaces must be used to indent lines; tabs are not allowed
(#108) Spaces must be used to indent lines; tabs are not allowed
(#109) Spaces must be used to indent lines; tabs are not allowed
(#110) Spaces must be used to indent lines; tabs are not allowed
(#110) Tab found within whitespace
(#110) Line indented incorrectly; expected 4 spaces, found 1
(#110) Public method name "PHPWord_Section_Header::addTable" must be in lower-case letters only
(#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 at least 8 spaces, found 2
(#113) Spaces must be used to indent lines; tabs are not allowed
(#113) Tab found within whitespace
(#113) Line indented incorrectly; expected at least 8 spaces, found 2
(#114) Spaces must be used to indent lines; tabs are not allowed
(#114) Tab found within whitespace
(#114) Line indented incorrectly; expected 4 spaces, found 1
(#115) Spaces must be used to indent lines; tabs are not allowed
(#115) Tab found within whitespace
(#115) Whitespace found at end of line
(#116) Spaces must be used to indent lines; tabs are not allowed
(#116) Tab found within whitespace
(#116) Line indented incorrectly; expected at least 4 spaces, found 1
(#117) Spaces must be used to indent lines; tabs are not allowed
(#118) Spaces must be used to indent lines; tabs are not allowed
(#118) Whitespace found at end of line
(#119) Spaces must be used to indent lines; tabs are not allowed
(#120) Spaces must be used to indent lines; tabs are not allowed
(#121) Spaces must be used to indent lines; tabs are not allowed
(#122) Spaces must be used to indent lines; tabs are not allowed
(#123) Spaces must be used to indent lines; tabs are not allowed
(#123) Tab found within whitespace
(#123) Line indented incorrectly; expected 4 spaces, found 1
(#123) Public method name "PHPWord_Section_Header::addImage" must be in lower-case letters only
(#124) Spaces must be used to indent lines; tabs are not allowed
(#124) Tab found within whitespace
(#124) Line indented incorrectly; expected at least 8 spaces, found 2
(#125) Spaces must be used to indent lines; tabs are not allowed
(#125) Tab found within whitespace
(#125) Whitespace found at end of line
(#126) Spaces must be used to indent lines; tabs are not allowed
(#126) Tab found within whitespace
(#126) Line indented incorrectly; expected 8 spaces, found 2
(#126) Expected "if (...) {\n"; found "if(...) {\n"
(#127) Spaces must be used to indent lines; tabs are not allowed
(#127) Tab found within whitespace
(#127) Line indented incorrectly; expected at least 12 spaces, found 3
(#127) Variable "rID" must be all lower-case
(#128) Spaces must be used to indent lines; tabs are not allowed
(#128) Tab found within whitespace
(#128) Line indented incorrectly; expected at least 12 spaces, found 3
(#128) Variable "rID" must be all lower-case
(#129) Spaces must be used to indent lines; tabs are not allowed
(#129) Tab found within whitespace
(#129) Whitespace found at end of line
(#130) Spaces must be used to indent lines; tabs are not allowed
(#130) Tab found within whitespace
(#130) Line indented incorrectly; expected at least 12 spaces, found 3
(#131) Spaces must be used to indent lines; tabs are not allowed
(#131) Tab found within whitespace
(#131) Line indented incorrectly; expected at least 12 spaces, found 3
(#132) Spaces must be used to indent lines; tabs are not allowed
(#132) Tab found within whitespace
(#132) Line indented incorrectly; expected 8 spaces, found 2
(#133) Spaces must be used to indent lines; tabs are not allowed
(#133) Tab found within whitespace
(#133) Line indented incorrectly; expected at least 12 spaces, found 3
(#134) Spaces must be used to indent lines; tabs are not allowed
(#134) Tab found within whitespace
(#134) Line indented incorrectly; expected 8 spaces, found 2
(#135) Spaces must be used to indent lines; tabs are not allowed
(#135) Tab found within whitespace
(#135) Line indented incorrectly; expected 4 spaces, found 1
(#136) Spaces must be used to indent lines; tabs are not allowed
(#136) Tab found within whitespace
(#136) Whitespace found at end of line
(#137) Spaces must be used to indent lines; tabs are not allowed
(#137) Tab found within whitespace
(#137) Line indented incorrectly; expected at least 4 spaces, found 1
(#138) Spaces must be used to indent lines; tabs are not allowed
(#139) Spaces must be used to indent lines; tabs are not allowed
(#139) Whitespace found at end of line
(#140) Spaces must be used to indent lines; tabs are not allowed
(#141) Spaces must be used to indent lines; tabs are not allowed
(#142) Spaces must be used to indent lines; tabs are not allowed
(#143) Spaces must be used to indent lines; tabs are not allowed
(#144) Spaces must be used to indent lines; tabs are not allowed
(#144) Tab found within whitespace
(#144) Line indented incorrectly; expected 4 spaces, found 1
(#144) Public method name "PHPWord_Section_Header::addMemoryImage" must be in lower-case letters only
(#145) Spaces must be used to indent lines; tabs are not allowed
(#145) Tab found within whitespace
(#145) Line indented incorrectly; expected at least 8 spaces, found 2
(#145) Variable "memoryImage" must be all lower-case
(#146) Spaces must be used to indent lines; tabs are not allowed
(#146) Tab found within whitespace
(#146) Line indented incorrectly; expected 8 spaces, found 2
(#146) Expected "if (...) {\n"; found "if(...) {\n"
(#146) Variable "memoryImage" must be all lower-case
(#147) Spaces must be used to indent lines; tabs are not allowed
(#147) Tab found within whitespace
(#147) Line indented incorrectly; expected at least 12 spaces, found 3
(#147) Variable "rID" must be all lower-case
(#147) Variable "memoryImage" must be all lower-case
(#148) Spaces must be used to indent lines; tabs are not allowed
(#148) Tab found within whitespace
(#148) Line indented incorrectly; expected at least 12 spaces, found 3
(#148) Variable "memoryImage" must be all lower-case
(#148) Variable "rID" must be all lower-case
(#149) Spaces must be used to indent lines; tabs are not allowed
(#149) Tab found within whitespace
(#149) Whitespace found at end of line
(#150) Spaces must be used to indent lines; tabs are not allowed
(#150) Tab found within whitespace
(#150) Line indented incorrectly; expected at least 12 spaces, found 3
(#150) Variable "memoryImage" must be all lower-case
(#151) Spaces must be used to indent lines; tabs are not allowed
(#151) Tab found within whitespace
(#151) Line indented incorrectly; expected at least 12 spaces, found 3
(#151) Variable "memoryImage" must be all lower-case
(#152) Spaces must be used to indent lines; tabs are not allowed
(#152) Tab found within whitespace
(#152) Line indented incorrectly; expected 8 spaces, found 2
(#153) Spaces must be used to indent lines; tabs are not allowed
(#153) Tab found within whitespace
(#153) Line indented incorrectly; expected at least 12 spaces, found 3
(#154) Spaces must be used to indent lines; tabs are not allowed
(#154) Tab found within whitespace
(#154) Line indented incorrectly; expected 8 spaces, found 2
(#155) Spaces must be used to indent lines; tabs are not allowed
(#155) Tab found within whitespace
(#155) Line indented incorrectly; expected 4 spaces, found 1
(#156) Spaces must be used to indent lines; tabs are not allowed
(#156) Tab found within whitespace
(#156) Whitespace found at end of line
(#157) Spaces must be used to indent lines; tabs are not allowed
(#157) Tab found within whitespace
(#157) Line indented incorrectly; expected at least 4 spaces, found 1
(#158) Spaces must be used to indent lines; tabs are not allowed
(#159) Spaces must be used to indent lines; tabs are not allowed
(#159) Whitespace found at end of line
(#160) Spaces must be used to indent lines; tabs are not allowed
(#161) Spaces must be used to indent lines; tabs are not allowed
(#162) Spaces must be used to indent lines; tabs are not allowed
(#163) Spaces must be used to indent lines; tabs are not allowed
(#164) Spaces must be used to indent lines; tabs are not allowed
(#165) Spaces must be used to indent lines; tabs are not allowed
(#165) Tab found within whitespace
(#165) Line indented incorrectly; expected 4 spaces, found 1
(#165) Public method name "PHPWord_Section_Header::addPreserveText" must be in lower-case letters only
(#165) Variable "styleFont" must be all lower-case
(#165) Variable "styleParagraph" must be all lower-case
(#166) Inline comments must start with a capital letter, digit or 3-dots sequence
(#166) Inline comments must end in full-stops, exclamation marks, or question marks
(#166) This comment is 50% valid code; is this commented out code?
(#166) Line indented incorrectly; expected at least 8 spaces, found 0
(#166) Tab found before comment text; expected "// $text = utf8_encode($text);" but found "// $text = utf8_encode($text);"
(#167) Spaces must be used to indent lines; tabs are not allowed
(#167) Tab found within whitespace
(#167) Line indented incorrectly; expected at least 8 spaces, found 2
(#167) Variable "styleFont" must be all lower-case
(#167) Variable "styleParagraph" must be all lower-case
(#168) Spaces must be used to indent lines; tabs are not allowed
(#168) Tab found within whitespace
(#168) Line indented incorrectly; expected at least 8 spaces, found 2
(#169) Spaces must be used to indent lines; tabs are not allowed
(#169) Tab found within whitespace
(#169) Line indented incorrectly; expected at least 8 spaces, found 2
(#170) Spaces must be used to indent lines; tabs are not allowed
(#170) Tab found within whitespace
(#170) Line indented incorrectly; expected 4 spaces, found 1
(#171) Spaces must be used to indent lines; tabs are not allowed
(#171) Tab found within whitespace
(#171) Whitespace found at end of line
(#172) Spaces must be used to indent lines; tabs are not allowed
(#172) Tab found within whitespace
(#172) Line indented incorrectly; expected at least 4 spaces, found 1
(#173) Spaces must be used to indent lines; tabs are not allowed
(#174) Spaces must be used to indent lines; tabs are not allowed
(#174) Whitespace found at end of line
(#175) Spaces must be used to indent lines; tabs are not allowed
(#176) Spaces must be used to indent lines; tabs are not allowed
(#177) Spaces must be used to indent lines; tabs are not allowed
(#178) Spaces must be used to indent lines; tabs are not allowed
(#179) Spaces must be used to indent lines; tabs are not allowed
(#179) Tab found within whitespace
(#179) Line indented incorrectly; expected 4 spaces, found 1
(#179) Public method name "PHPWord_Section_Header::addWatermark" must be in lower-case letters only
(#180) Spaces must be used to indent lines; tabs are not allowed
(#180) Tab found within whitespace
(#180) Line indented incorrectly; expected at least 8 spaces, found 2
(#181) Spaces must be used to indent lines; tabs are not allowed
(#181) Tab found within whitespace
(#181) Whitespace found at end of line
(#182) Spaces must be used to indent lines; tabs are not allowed
(#182) Tab found within whitespace
(#182) Line indented incorrectly; expected 8 spaces, found 2
(#182) Expected "if (...) {\n"; found "if(...) {\n"
(#183) Spaces must be used to indent lines; tabs are not allowed
(#183) Tab found within whitespace
(#183) Line indented incorrectly; expected at least 12 spaces, found 3
(#183) Variable "rID" must be all lower-case
(#184) Spaces must be used to indent lines; tabs are not allowed
(#184) Tab found within whitespace
(#184) Line indented incorrectly; expected at least 12 spaces, found 3
(#184) Variable "rID" must be all lower-case
(#185) Spaces must be used to indent lines; tabs are not allowed
(#185) Tab found within whitespace
(#185) Whitespace found at end of line
(#186) Spaces must be used to indent lines; tabs are not allowed
(#186) Tab found within whitespace
(#186) Line indented incorrectly; expected at least 12 spaces, found 3
(#187) Spaces must be used to indent lines; tabs are not allowed
(#187) Tab found within whitespace
(#187) Line indented incorrectly; expected at least 12 spaces, found 3
(#188) Spaces must be used to indent lines; tabs are not allowed
(#188) Tab found within whitespace
(#188) Line indented incorrectly; expected 8 spaces, found 2
(#189) Spaces must be used to indent lines; tabs are not allowed
(#189) Tab found within whitespace
(#189) Line indented incorrectly; expected at least 12 spaces, found 3
(#190) Spaces must be used to indent lines; tabs are not allowed
(#190) Tab found within whitespace
(#190) Line indented incorrectly; expected 8 spaces, found 2
(#191) Spaces must be used to indent lines; tabs are not allowed
(#191) Tab found within whitespace
(#191) Line indented incorrectly; expected 4 spaces, found 1
(#192) Spaces must be used to indent lines; tabs are not allowed
(#192) Tab found within whitespace
(#192) Whitespace found at end of line
(#193) Spaces must be used to indent lines; tabs are not allowed
(#193) Tab found within whitespace
(#193) Line indented incorrectly; expected at least 4 spaces, found 1
(#194) Spaces must be used to indent lines; tabs are not allowed
(#195) Spaces must be used to indent lines; tabs are not allowed
(#196) Spaces must be used to indent lines; tabs are not allowed
(#196) Tab found within whitespace
(#196) Line indented incorrectly; expected 4 spaces, found 1
(#196) Public method name "PHPWord_Section_Header::getRelationId" must be in lower-case letters only
(#197) Spaces must be used to indent lines; tabs are not allowed
(#197) Tab found within whitespace
(#197) Line indented incorrectly; expected at least 8 spaces, found 2
(#198) Spaces must be used to indent lines; tabs are not allowed
(#198) Tab found within whitespace
(#198) Line indented incorrectly; expected 4 spaces, found 1
(#199) Spaces must be used to indent lines; tabs are not allowed
(#199) Tab found within whitespace
(#199) Whitespace found at end of line
(#200) Spaces must be used to indent lines; tabs are not allowed
(#200) Tab found within whitespace
(#200) Line indented incorrectly; expected at least 4 spaces, found 1
(#201) Spaces must be used to indent lines; tabs are not allowed
(#202) Spaces must be used to indent lines; tabs are not allowed
(#202) Whitespace found at end of line
(#203) Spaces must be used to indent lines; tabs are not allowed
(#204) Spaces must be used to indent lines; tabs are not allowed
(#205) Spaces must be used to indent lines; tabs are not allowed
(#205) Tab found within whitespace
(#205) Line indented incorrectly; expected 4 spaces, found 1
(#205) Public method name "PHPWord_Section_Header::setRelationId" must be in lower-case letters only
(#205) Variable "rId" must be all lower-case
(#206) Spaces must be used to indent lines; tabs are not allowed
(#206) Tab found within whitespace
(#206) Line indented incorrectly; expected at least 8 spaces, found 2
(#206) Variable "rId" must be all lower-case
(#207) Spaces must be used to indent lines; tabs are not allowed
(#207) Tab found within whitespace
(#207) Line indented incorrectly; expected 4 spaces, found 1
(#208) Spaces must be used to indent lines; tabs are not allowed
(#208) Tab found within whitespace
(#208) Whitespace found at end of line
(#209) Spaces must be used to indent lines; tabs are not allowed
(#209) Tab found within whitespace
(#209) Line indented incorrectly; expected at least 4 spaces, found 1
(#210) Spaces must be used to indent lines; tabs are not allowed
(#211) Spaces must be used to indent lines; tabs are not allowed
(#212) Spaces must be used to indent lines; tabs are not allowed
(#212) Tab found within whitespace
(#212) Line indented incorrectly; expected 4 spaces, found 1
(#212) Public method name "PHPWord_Section_Header::getElements" must be in lower-case letters only
(#213) Spaces must be used to indent lines; tabs are not allowed
(#213) Tab found within whitespace
(#213) Line indented incorrectly; expected at least 8 spaces, found 2
(#214) Spaces must be used to indent lines; tabs are not allowed
(#214) Tab found within whitespace
(#214) Line indented incorrectly; expected 4 spaces, found 1
(#215) Spaces must be used to indent lines; tabs are not allowed
(#215) Tab found within whitespace
(#215) Whitespace found at end of line
(#216) Spaces must be used to indent lines; tabs are not allowed
(#216) Tab found within whitespace
(#216) Line indented incorrectly; expected at least 4 spaces, found 1
(#217) Spaces must be used to indent lines; tabs are not allowed
(#218) Spaces must be used to indent lines; tabs are not allowed
(#219) Spaces must be used to indent lines; tabs are not allowed
(#219) Tab found within whitespace
(#219) Line indented incorrectly; expected 4 spaces, found 1
(#219) Public method name "PHPWord_Section_Header::getHeaderCount" must be in lower-case letters only
(#220) Spaces must be used to indent lines; tabs are not allowed
(#220) Tab found within whitespace
(#220) Line indented incorrectly; expected at least 8 spaces, found 2
(#221) Spaces must be used to indent lines; tabs are not allowed
(#221) Tab found within whitespace
(#221) Line indented incorrectly; expected 4 spaces, found 1
(#223) A closing tag is not permitted at the end of a PHP file
mod/offlinequiz/lib/PHPWord/Section/Image.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#36) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Whitespace found at end of line
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected at least 4 spaces, found 1
(#39) Spaces must be used to indent lines; tabs are not allowed
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Whitespace found at end of line
(#41) Spaces must be used to indent lines; tabs are not allowed
(#42) Spaces must be used to indent lines; tabs are not allowed
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected 4 spaces, found 1
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Whitespace found at end of line
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected at least 4 spaces, found 1
(#46) Spaces must be used to indent lines; tabs are not allowed
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Whitespace found at end of line
(#48) Spaces must be used to indent lines; tabs are not allowed
(#49) Spaces must be used to indent lines; tabs are not allowed
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected 4 spaces, found 1
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Whitespace found at end of line
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected at least 4 spaces, found 1
(#53) Spaces must be used to indent lines; tabs are not allowed
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Whitespace found at end of line
(#55) Spaces must be used to indent lines; tabs are not allowed
(#56) Spaces must be used to indent lines; tabs are not allowed
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected 4 spaces, found 1
(#57) Member variable "_rId" must be all lower-case
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Whitespace found at end of line
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#59) Line indented incorrectly; expected at least 4 spaces, found 1
(#60) Spaces must be used to indent lines; tabs are not allowed
(#61) Spaces must be used to indent lines; tabs are not allowed
(#61) Whitespace found at end of line
(#62) Spaces must be used to indent lines; tabs are not allowed
(#63) Spaces must be used to indent lines; tabs are not allowed
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected 4 spaces, found 1
(#64) Member variable "_isWatermark" must be all lower-case
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Tab found within whitespace
(#65) Whitespace found at end of line
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#66) Whitespace found at end of line
(#67) Spaces must be used to indent lines; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected at least 4 spaces, found 1
(#68) Spaces must be used to indent lines; tabs are not allowed
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Whitespace found at end of line
(#70) Spaces must be used to indent lines; tabs are not allowed
(#71) Spaces must be used to indent lines; tabs are not allowed
(#72) Spaces must be used to indent lines; tabs are not allowed
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected 4 spaces, found 1
(#73) Variable "isWatermark" must be all lower-case
(#74) Spaces must be used to indent lines; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected at least 8 spaces, found 2
(#74) Variable "_supportedImageTypes" must be all lower-case
(#74) Variable "_supportedImageTypes" must not contain underscores.
(#75) Spaces must be used to indent lines; tabs are not allowed
(#75) Tab found within whitespace
(#75) Whitespace found at end of line
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Tab found within whitespace
(#76) Line indented incorrectly; expected at least 8 spaces, found 2
(#77) Spaces must be used to indent lines; tabs are not allowed
(#77) Tab found within whitespace
(#77) Line indented incorrectly; expected at least 8 spaces, found 2
(#78) Spaces must be used to indent lines; tabs are not allowed
(#78) Tab found within whitespace
(#78) Whitespace found at end of line
(#79) Spaces must be used to indent lines; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected 8 spaces, found 2
(#79) Expected "if (...) {\n"; found "if(...) {\n"
(#79) Variable "_supportedImageTypes" must be all lower-case
(#79) Variable "_supportedImageTypes" must not contain underscores.
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected at least 12 spaces, found 3
(#81) Spaces must be used to indent lines; tabs are not allowed
(#81) Tab found within whitespace
(#81) Line indented incorrectly; expected at least 12 spaces, found 3
(#81) Variable "isWatermark" must be all lower-case
(#82) Spaces must be used to indent lines; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected at least 12 spaces, found 3
(#83) Spaces must be used to indent lines; tabs are not allowed
(#83) Tab found within whitespace
(#83) Whitespace found at end of line
(#84) Spaces must be used to indent lines; tabs are not allowed
(#84) Tab found within whitespace
(#84) Line indented incorrectly; expected 12 spaces, found 3
(#84) Expected "if (...) {\n"; found "if(...) {\n"
(#85) Spaces must be used to indent lines; tabs are not allowed
(#85) Tab found within whitespace
(#85) Line indented incorrectly; expected 16 spaces, found 4
(#85) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#86) Spaces must be used to indent lines; tabs are not allowed
(#86) Tab found within whitespace
(#86) Line indented incorrectly; expected 20 spaces, found 5
(#86) Expected "if (...) {\n"; found "if(...) {\n"
(#87) Spaces must be used to indent lines; tabs are not allowed
(#87) Tab found within whitespace
(#87) Line indented incorrectly; expected at least 24 spaces, found 6
(#88) Spaces must be used to indent lines; tabs are not allowed
(#88) Tab found within whitespace
(#88) Line indented incorrectly; expected 20 spaces, found 5
(#89) Spaces must be used to indent lines; tabs are not allowed
(#89) Tab found within whitespace
(#89) Line indented incorrectly; expected at least 20 spaces, found 5
(#90) Spaces must be used to indent lines; tabs are not allowed
(#90) Tab found within whitespace
(#90) Line indented incorrectly; expected 16 spaces, found 4
(#91) Spaces must be used to indent lines; tabs are not allowed
(#91) Tab found within whitespace
(#91) Line indented incorrectly; expected 12 spaces, found 3
(#92) Spaces must be used to indent lines; tabs are not allowed
(#92) Tab found within whitespace
(#92) Whitespace found at end of line
(#93) Spaces must be used to indent lines; tabs are not allowed
(#93) Tab found within whitespace
(#93) Line indented incorrectly; expected 12 spaces, found 3
(#93) Expected "if (...) {\n"; found "if(...) {\n"
(#94) Spaces must be used to indent lines; tabs are not allowed
(#94) Tab found within whitespace
(#94) Line indented incorrectly; expected at least 16 spaces, found 4
(#94) Variable "imgData" must be all lower-case
(#95) Spaces must be used to indent lines; tabs are not allowed
(#95) Tab found within whitespace
(#95) Line indented incorrectly; expected at least 16 spaces, found 4
(#95) Variable "imgData" must be all lower-case
(#96) Spaces must be used to indent lines; tabs are not allowed
(#96) Tab found within whitespace
(#96) Line indented incorrectly; expected at least 16 spaces, found 4
(#96) Variable "imgData" must be all lower-case
(#97) Spaces must be used to indent lines; tabs are not allowed
(#97) Tab found within whitespace
(#97) Line indented incorrectly; expected 12 spaces, found 3
(#98) Spaces must be used to indent lines; tabs are not allowed
(#98) Tab found within whitespace
(#98) Whitespace found at end of line
(#99) Spaces must be used to indent lines; tabs are not allowed
(#99) Tab found within whitespace
(#99) Line indented incorrectly; expected at least 12 spaces, found 3
(#100) Spaces must be used to indent lines; tabs are not allowed
(#100) Tab found within whitespace
(#100) Line indented incorrectly; expected 8 spaces, found 2
(#101) Spaces must be used to indent lines; tabs are not allowed
(#101) Tab found within whitespace
(#101) Line indented incorrectly; expected at least 12 spaces, found 3
(#102) Spaces must be used to indent lines; tabs are not allowed
(#102) Tab found within whitespace
(#102) Line indented incorrectly; expected 8 spaces, found 2
(#103) Spaces must be used to indent lines; tabs are not allowed
(#103) Tab found within whitespace
(#103) Line indented incorrectly; expected 4 spaces, found 1
(#104) Spaces must be used to indent lines; tabs are not allowed
(#104) Tab found within whitespace
(#104) Whitespace found at end of line
(#105) Spaces must be used to indent lines; tabs are not allowed
(#105) Tab found within whitespace
(#105) Line indented incorrectly; expected at least 4 spaces, found 1
(#106) Spaces must be used to indent lines; tabs are not allowed
(#107) Spaces must be used to indent lines; tabs are not allowed
(#107) Whitespace found at end of line
(#108) Spaces must be used to indent lines; tabs are not allowed
(#109) Spaces must be used to indent lines; tabs are not allowed
(#110) Spaces must be used to indent lines; tabs are not allowed
(#110) Tab found within whitespace
(#110) Line indented incorrectly; expected 4 spaces, found 1
(#110) Public method name "PHPWord_Section_Image::getStyle" must be in lower-case letters only
(#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
(#113) Spaces must be used to indent lines; tabs are not allowed
(#113) Tab found within whitespace
(#113) Whitespace found at end of line
(#114) Spaces must be used to indent lines; tabs are not allowed
(#114) Tab found within whitespace
(#114) Line indented incorrectly; expected at least 4 spaces, found 1
(#115) Spaces must be used to indent lines; tabs are not allowed
(#116) Spaces must be used to indent lines; tabs are not allowed
(#116) Whitespace found at end of line
(#117) Spaces must be used to indent lines; tabs are not allowed
(#118) Spaces must be used to indent lines; tabs are not allowed
(#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
(#119) Public method name "PHPWord_Section_Image::getRelationId" must be in lower-case letters only
(#120) Spaces must be used to indent lines; tabs are not allowed
(#120) Tab found within whitespace
(#120) Line indented incorrectly; expected at least 8 spaces, found 2
(#121) Spaces must be used to indent lines; tabs are not allowed
(#121) Tab found within whitespace
(#121) Line indented incorrectly; expected 4 spaces, found 1
(#122) Spaces must be used to indent lines; tabs are not allowed
(#122) Tab found within whitespace
(#122) Whitespace found at end of line
(#123) Spaces must be used to indent lines; tabs are not allowed
(#123) Tab found within whitespace
(#123) Line indented incorrectly; expected at least 4 spaces, found 1
(#124) Spaces must be used to indent lines; tabs are not allowed
(#125) Spaces must be used to indent lines; tabs are not allowed
(#125) Whitespace found at end of line
(#126) Spaces must be used to indent lines; tabs are not allowed
(#127) Spaces must be used to indent lines; tabs are not allowed
(#128) Spaces must be used to indent lines; tabs are not allowed
(#128) Tab found within whitespace
(#128) Line indented incorrectly; expected 4 spaces, found 1
(#128) Public method name "PHPWord_Section_Image::setRelationId" must be in lower-case letters only
(#128) Variable "rId" must be all lower-case
(#129) Spaces must be used to indent lines; tabs are not allowed
(#129) Tab found within whitespace
(#129) Line indented incorrectly; expected at least 8 spaces, found 2
(#129) Variable "rId" must be all lower-case
(#130) Spaces must be used to indent lines; tabs are not allowed
(#130) Tab found within whitespace
(#130) Line indented incorrectly; expected 4 spaces, found 1
(#131) Spaces must be used to indent lines; tabs are not allowed
(#131) Tab found within whitespace
(#131) Whitespace found at end of line
(#132) Spaces must be used to indent lines; tabs are not allowed
(#132) Tab found within whitespace
(#132) Line indented incorrectly; expected at least 4 spaces, found 1
(#133) Spaces must be used to indent lines; tabs are not allowed
(#134) Spaces must be used to indent lines; tabs are not allowed
(#134) Whitespace found at end of line
(#135) Spaces must be used to indent lines; tabs are not allowed
(#136) Spaces must be used to indent lines; tabs are not allowed
(#137) Spaces must be used to indent lines; tabs are not allowed
(#137) Tab found within whitespace
(#137) Line indented incorrectly; expected 4 spaces, found 1
(#137) Public method name "PHPWord_Section_Image::getSource" must be in lower-case letters only
(#138) Spaces must be used to indent lines; tabs are not allowed
(#138) Tab found within whitespace
(#138) Line indented incorrectly; expected at least 8 spaces, found 2
(#139) Spaces must be used to indent lines; tabs are not allowed
(#139) Tab found within whitespace
(#139) Line indented incorrectly; expected 4 spaces, found 1
(#140) Spaces must be used to indent lines; tabs are not allowed
(#140) Tab found within whitespace
(#140) Whitespace found at end of line
(#141) Spaces must be used to indent lines; tabs are not allowed
(#141) Tab found within whitespace
(#141) Line indented incorrectly; expected at least 4 spaces, found 1
(#142) Spaces must be used to indent lines; tabs are not allowed
(#143) Spaces must be used to indent lines; tabs are not allowed
(#143) Whitespace found at end of line
(#144) Spaces must be used to indent lines; tabs are not allowed
(#145) Spaces must be used to indent lines; tabs are not allowed
(#146) Spaces must be used to indent lines; tabs are not allowed
(#146) Tab found within whitespace
(#146) Line indented incorrectly; expected 4 spaces, found 1
(#146) Public method name "PHPWord_Section_Image::getMediaId" must be in lower-case letters only
(#147) Spaces must be used to indent lines; tabs are not allowed
(#147) Tab found within whitespace
(#147) Line indented incorrectly; expected at least 8 spaces, found 2
(#148) Spaces must be used to indent lines; tabs are not allowed
(#148) Tab found within whitespace
(#148) Line indented incorrectly; expected 4 spaces, found 1
(#149) Spaces must be used to indent lines; tabs are not allowed
(#149) Tab found within whitespace
(#149) Whitespace found at end of line
(#150) Spaces must be used to indent lines; tabs are not allowed
(#150) Tab found within whitespace
(#150) Line indented incorrectly; expected at least 4 spaces, found 1
(#151) Spaces must be used to indent lines; tabs are not allowed
(#152) Spaces must be used to indent lines; tabs are not allowed
(#152) Whitespace found at end of line
(#153) Spaces must be used to indent lines; tabs are not allowed
(#154) Spaces must be used to indent lines; tabs are not allowed
(#155) Spaces must be used to indent lines; tabs are not allowed
(#155) Tab found within whitespace
(#155) Line indented incorrectly; expected 4 spaces, found 1
(#155) Public method name "PHPWord_Section_Image::getIsWatermark" must be in lower-case letters only
(#156) Spaces must be used to indent lines; tabs are not allowed
(#156) Tab found within whitespace
(#156) Line indented incorrectly; expected at least 8 spaces, found 2
(#157) Spaces must be used to indent lines; tabs are not allowed
(#157) Tab found within whitespace
(#157) Line indented incorrectly; expected 4 spaces, found 1
(#158) Spaces must be used to indent lines; tabs are not allowed
(#158) Tab found within whitespace
(#158) Whitespace found at end of line
(#159) Spaces must be used to indent lines; tabs are not allowed
(#159) Tab found within whitespace
(#159) Line indented incorrectly; expected at least 4 spaces, found 1
(#160) Spaces must be used to indent lines; tabs are not allowed
(#161) Spaces must be used to indent lines; tabs are not allowed
(#161) Whitespace found at end of line
(#162) Spaces must be used to indent lines; tabs are not allowed
(#163) Spaces must be used to indent lines; tabs are not allowed
(#164) Spaces must be used to indent lines; tabs are not allowed
(#164) Tab found within whitespace
(#164) Line indented incorrectly; expected 4 spaces, found 1
(#164) Public method name "PHPWord_Section_Image::setIsWatermark" must be in lower-case letters only
(#164) Variable "pValue" must be all lower-case
(#165) Spaces must be used to indent lines; tabs are not allowed
(#165) Tab found within whitespace
(#165) Line indented incorrectly; expected at least 8 spaces, found 2
(#165) Variable "pValue" must be all lower-case
(#166) Spaces must be used to indent lines; tabs are not allowed
(#166) Tab found within whitespace
(#166) Line indented incorrectly; expected 4 spaces, found 1
(#168) A closing tag is not permitted at the end of a PHP file
mod/offlinequiz/lib/PHPWord/Section/Link.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#36) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Whitespace found at end of line
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected at least 4 spaces, found 1
(#39) Spaces must be used to indent lines; tabs are not allowed
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Whitespace found at end of line
(#41) Spaces must be used to indent lines; tabs are not allowed
(#42) Spaces must be used to indent lines; tabs are not allowed
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected 4 spaces, found 1
(#43) Member variable "_linkSrc" must be all lower-case
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Whitespace found at end of line
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected at least 4 spaces, found 1
(#46) Spaces must be used to indent lines; tabs are not allowed
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Whitespace found at end of line
(#48) Spaces must be used to indent lines; tabs are not allowed
(#49) Spaces must be used to indent lines; tabs are not allowed
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected 4 spaces, found 1
(#50) Member variable "_linkName" must be all lower-case
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Whitespace found at end of line
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected at least 4 spaces, found 1
(#53) Spaces must be used to indent lines; tabs are not allowed
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Whitespace found at end of line
(#55) Spaces must be used to indent lines; tabs are not allowed
(#56) Spaces must be used to indent lines; tabs are not allowed
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected 4 spaces, found 1
(#57) Member variable "_rId" must be all lower-case
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Whitespace found at end of line
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#59) Line indented incorrectly; expected at least 4 spaces, found 1
(#60) Spaces must be used to indent lines; tabs are not allowed
(#61) Spaces must be used to indent lines; tabs are not allowed
(#61) Whitespace found at end of line
(#62) Spaces must be used to indent lines; tabs are not allowed
(#63) Spaces must be used to indent lines; tabs are not allowed
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected 4 spaces, found 1
(#64) Member variable "_styleFont" must be all lower-case
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Tab found within whitespace
(#65) Whitespace found at end of line
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected at least 4 spaces, found 1
(#67) Spaces must be used to indent lines; tabs are not allowed
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Whitespace found at end of line
(#69) Spaces must be used to indent lines; tabs are not allowed
(#70) Spaces must be used to indent lines; tabs are not allowed
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected 4 spaces, found 1
(#71) Member variable "_styleParagraph" must be all lower-case
(#72) Spaces must be used to indent lines; tabs are not allowed
(#72) Tab found within whitespace
(#72) Whitespace found at end of line
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Whitespace found at end of line
(#74) Spaces must be used to indent lines; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected at least 4 spaces, found 1
(#75) Spaces must be used to indent lines; tabs are not allowed
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Whitespace found at end of line
(#77) Spaces must be used to indent lines; tabs are not allowed
(#78) Spaces must be used to indent lines; tabs are not allowed
(#79) Spaces must be used to indent lines; tabs are not allowed
(#80) Spaces must be used to indent lines; tabs are not allowed
(#81) Spaces must be used to indent lines; tabs are not allowed
(#82) Spaces must be used to indent lines; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected 4 spaces, found 1
(#82) Variable "linkSrc" must be all lower-case
(#82) Variable "linkName" must be all lower-case
(#82) Variable "styleFont" must be all lower-case
(#82) Variable "styleParagraph" must be all lower-case
(#83) Spaces must be used to indent lines; tabs are not allowed
(#83) Tab found within whitespace
(#83) Line indented incorrectly; expected at least 8 spaces, found 2
(#83) Variable "linkSrc" must be all lower-case
(#84) Spaces must be used to indent lines; tabs are not allowed
(#84) Tab found within whitespace
(#84) Line indented incorrectly; expected at least 8 spaces, found 2
(#84) Variable "linkName" must be all lower-case
(#85) Spaces must be used to indent lines; tabs are not allowed
(#85) Tab found within whitespace
(#85) Whitespace found at end of line
(#86) Spaces must be used to indent lines; tabs are not allowed
(#86) Tab found within whitespace
(#86) Inline comments must end in full-stops, exclamation marks, or question marks
(#86) Line indented incorrectly; expected at least 8 spaces, found 2
(#87) Spaces must be used to indent lines; tabs are not allowed
(#87) Tab found within whitespace
(#87) Line indented incorrectly; expected 8 spaces, found 2
(#87) Expected "if (...) {\n"; found "if(...) {\n"
(#87) Variable "styleFont" must be all lower-case
(#88) Spaces must be used to indent lines; tabs are not allowed
(#88) Tab found within whitespace
(#88) Line indented incorrectly; expected at least 12 spaces, found 3
(#89) Spaces must be used to indent lines; tabs are not allowed
(#89) Tab found within whitespace
(#89) Whitespace found at end of line
(#90) Spaces must be used to indent lines; tabs are not allowed
(#90) Tab found within whitespace
(#90) Line indented incorrectly; expected 12 spaces, found 3
(#90) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#90) Variable "styleFont" must be all lower-case
(#91) Spaces must be used to indent lines; tabs are not allowed
(#91) Tab found within whitespace
(#91) Line indented incorrectly; expected 16 spaces, found 4
(#91) Expected "if (...) {\n"; found "if(...) {\n"
(#92) Spaces must be used to indent lines; tabs are not allowed
(#92) Tab found within whitespace
(#92) Line indented incorrectly; expected at least 20 spaces, found 5
(#93) Spaces must be used to indent lines; tabs are not allowed
(#93) Tab found within whitespace
(#93) Line indented incorrectly; expected 16 spaces, found 4
(#94) Spaces must be used to indent lines; tabs are not allowed
(#94) Tab found within whitespace
(#94) Line indented incorrectly; expected at least 16 spaces, found 4
(#95) Spaces must be used to indent lines; tabs are not allowed
(#95) Tab found within whitespace
(#95) Line indented incorrectly; expected 12 spaces, found 3
(#96) Spaces must be used to indent lines; tabs are not allowed
(#96) Tab found within whitespace
(#96) Line indented incorrectly; expected 8 spaces, found 2
(#97) Spaces must be used to indent lines; tabs are not allowed
(#97) Tab found within whitespace
(#97) Line indented incorrectly; expected at least 12 spaces, found 3
(#97) Variable "styleFont" must be all lower-case
(#98) Spaces must be used to indent lines; tabs are not allowed
(#98) Tab found within whitespace
(#98) Line indented incorrectly; expected 8 spaces, found 2
(#99) Spaces must be used to indent lines; tabs are not allowed
(#99) Tab found within whitespace
(#99) Whitespace found at end of line
(#100) Spaces must be used to indent lines; tabs are not allowed
(#100) Tab found within whitespace
(#100) Inline comments must end in full-stops, exclamation marks, or question marks
(#100) Line indented incorrectly; expected at least 8 spaces, found 2
(#101) Spaces must be used to indent lines; tabs are not allowed
(#101) Tab found within whitespace
(#101) Line indented incorrectly; expected 8 spaces, found 2
(#101) Expected "if (...) {\n"; found "if(...) {\n"
(#101) Variable "styleParagraph" must be all lower-case
(#102) Spaces must be used to indent lines; tabs are not allowed
(#102) Tab found within whitespace
(#102) Line indented incorrectly; expected at least 12 spaces, found 3
(#103) Spaces must be used to indent lines; tabs are not allowed
(#103) Tab found within whitespace
(#103) Whitespace found at end of line
(#104) Spaces must be used to indent lines; tabs are not allowed
(#104) Tab found within whitespace
(#104) Line indented incorrectly; expected 12 spaces, found 3
(#104) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#104) Variable "styleParagraph" must be all lower-case
(#105) Spaces must be used to indent lines; tabs are not allowed
(#105) Tab found within whitespace
(#105) Line indented incorrectly; expected 16 spaces, found 4
(#105) Expected "if (...) {\n"; found "if(...) {\n"
(#106) Spaces must be used to indent lines; tabs are not allowed
(#106) Tab found within whitespace
(#106) Line indented incorrectly; expected at least 20 spaces, found 5
(#107) Spaces must be used to indent lines; tabs are not allowed
(#107) Tab found within whitespace
(#107) Line indented incorrectly; expected 16 spaces, found 4
(#108) Spaces must be used to indent lines; tabs are not allowed
(#108) Tab found within whitespace
(#108) Line indented incorrectly; expected at least 16 spaces, found 4
(#109) Spaces must be used to indent lines; tabs are not allowed
(#109) Tab found within whitespace
(#109) Line indented incorrectly; expected 12 spaces, found 3
(#110) Spaces must be used to indent lines; tabs are not allowed
(#110) Tab found within whitespace
(#110) Line indented incorrectly; expected 8 spaces, found 2
(#111) Spaces must be used to indent lines; tabs are not allowed
(#111) Tab found within whitespace
(#111) Line indented incorrectly; expected at least 12 spaces, found 3
(#111) Variable "styleParagraph" must be all lower-case
(#112) Spaces must be used to indent lines; tabs are not allowed
(#112) Tab found within whitespace
(#112) Line indented incorrectly; expected 8 spaces, found 2
(#113) Spaces must be used to indent lines; tabs are not allowed
(#113) Tab found within whitespace
(#113) Whitespace found at end of line
(#114) Spaces must be used to indent lines; tabs are not allowed
(#114) Tab found within whitespace
(#114) Line indented incorrectly; expected at least 8 spaces, found 2
(#115) Spaces must be used to indent lines; tabs are not allowed
(#115) Tab found within whitespace
(#115) Line indented incorrectly; expected 4 spaces, found 1
(#116) Spaces must be used to indent lines; tabs are not allowed
(#116) Tab found within whitespace
(#116) 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 at least 4 spaces, found 1
(#118) Spaces must be used to indent lines; tabs are not allowed
(#119) Spaces must be used to indent lines; tabs are not allowed
(#119) Whitespace found at end of line
(#120) Spaces must be used to indent lines; tabs are not allowed
(#121) Spaces must be used to indent lines; tabs are not allowed
(#122) Spaces must be used to indent lines; tabs are not allowed
(#122) Tab found within whitespace
(#122) Line indented incorrectly; expected 4 spaces, found 1
(#122) Public method name "PHPWord_Section_Link::getRelationId" must be in lower-case letters only
(#123) Spaces must be used to indent lines; tabs are not allowed
(#123) Tab found within whitespace
(#123) Line indented incorrectly; expected at least 8 spaces, found 2
(#124) Spaces must be used to indent lines; tabs are not allowed
(#124) Tab found within whitespace
(#124) Line indented incorrectly; expected 4 spaces, found 1
(#125) Spaces must be used to indent lines; tabs are not allowed
(#125) Tab found within whitespace
(#125) Whitespace found at end of line
(#126) Spaces must be used to indent lines; tabs are not allowed
(#126) Tab found within whitespace
(#126) Line indented incorrectly; expected at least 4 spaces, found 1
(#127) Spaces must be used to indent lines; tabs are not allowed
(#128) Spaces must be used to indent lines; tabs are not allowed
(#128) Whitespace found at end of line
(#129) Spaces must be used to indent lines; tabs are not allowed
(#130) Spaces must be used to indent lines; tabs are not allowed
(#131) Spaces must be used to indent lines; tabs are not allowed
(#131) Tab found within whitespace
(#131) Line indented incorrectly; expected 4 spaces, found 1
(#131) Public method name "PHPWord_Section_Link::setRelationId" must be in lower-case letters only
(#131) Variable "rId" must be all lower-case
(#132) Spaces must be used to indent lines; tabs are not allowed
(#132) Tab found within whitespace
(#132) Line indented incorrectly; expected at least 8 spaces, found 2
(#132) Variable "rId" must be all lower-case
(#133) Spaces must be used to indent lines; tabs are not allowed
(#133) Tab found within whitespace
(#133) Line indented incorrectly; expected 4 spaces, found 1
(#134) Spaces must be used to indent lines; tabs are not allowed
(#134) Tab found within whitespace
(#134) Whitespace found at end of line
(#135) Spaces must be used to indent lines; tabs are not allowed
(#135) Tab found within whitespace
(#135) Line indented incorrectly; expected at least 4 spaces, found 1
(#136) Spaces must be used to indent lines; tabs are not allowed
(#137) Spaces must be used to indent lines; tabs are not allowed
(#137) Whitespace found at end of line
(#138) Spaces must be used to indent lines; tabs are not allowed
(#139) Spaces must be used to indent lines; tabs are not allowed
(#140) Spaces must be used to indent lines; tabs are not allowed
(#140) Tab found within whitespace
(#140) Line indented incorrectly; expected 4 spaces, found 1
(#140) Public method name "PHPWord_Section_Link::getLinkSrc" must be in lower-case letters only
(#141) Spaces must be used to indent lines; tabs are not allowed
(#141) Tab found within whitespace
(#141) Line indented incorrectly; expected at least 8 spaces, found 2
(#142) Spaces must be used to indent lines; tabs are not allowed
(#142) Tab found within whitespace
(#142) Line indented incorrectly; expected 4 spaces, found 1
(#143) Spaces must be used to indent lines; tabs are not allowed
(#143) Tab found within whitespace
(#143) Whitespace found at end of line
(#144) Spaces must be used to indent lines; tabs are not allowed
(#144) Tab found within whitespace
(#144) Line indented incorrectly; expected at least 4 spaces, found 1
(#145) Spaces must be used to indent lines; tabs are not allowed
(#146) Spaces must be used to indent lines; tabs are not allowed
(#146) Whitespace found at end of line
(#147) Spaces must be used to indent lines; tabs are not allowed
(#148) Spaces must be used to indent lines; tabs are not allowed
(#149) Spaces must be used to indent lines; tabs are not allowed
(#149) Tab found within whitespace
(#149) Line indented incorrectly; expected 4 spaces, found 1
(#149) Public method name "PHPWord_Section_Link::getLinkName" must be in lower-case letters only
(#150) Spaces must be used to indent lines; tabs are not allowed
(#150) Tab found within whitespace
(#150) Line indented incorrectly; expected at least 8 spaces, found 2
(#151) Spaces must be used to indent lines; tabs are not allowed
(#151) Tab found within whitespace
(#151) Line indented incorrectly; expected 4 spaces, found 1
(#152) Spaces must be used to indent lines; tabs are not allowed
(#152) Tab found within whitespace
(#152) Whitespace found at end of line
(#153) Spaces must be used to indent lines; tabs are not allowed
(#153) Tab found within whitespace
(#153) Line indented incorrectly; expected at least 4 spaces, found 1
(#154) Spaces must be used to indent lines; tabs are not allowed
(#155) Spaces must be used to indent lines; tabs are not allowed
(#155) Whitespace found at end of line
(#156) Spaces must be used to indent lines; tabs are not allowed
(#157) Spaces must be used to indent lines; tabs are not allowed
(#158) Spaces must be used to indent lines; tabs are not allowed
(#158) Tab found within whitespace
(#158) Line indented incorrectly; expected 4 spaces, found 1
(#158) Public method name "PHPWord_Section_Link::getFontStyle" must be in lower-case letters only
(#159) Spaces must be used to indent lines; tabs are not allowed
(#159) Tab found within whitespace
(#159) Line indented incorrectly; expected at least 8 spaces, found 2
(#160) Spaces must be used to indent lines; tabs are not allowed
(#160) Tab found within whitespace
(#160) Line indented incorrectly; expected 4 spaces, found 1
(#161) Spaces must be used to indent lines; tabs are not allowed
(#161) Tab found within whitespace
(#161) Whitespace found at end of line
(#162) Spaces must be used to indent lines; tabs are not allowed
(#162) Tab found within whitespace
(#162) Line indented incorrectly; expected at least 4 spaces, found 1
(#163) Spaces must be used to indent lines; tabs are not allowed
(#164) Spaces must be used to indent lines; tabs are not allowed
(#164) Whitespace found at end of line
(#165) Spaces must be used to indent lines; tabs are not allowed
(#166) Spaces must be used to indent lines; tabs are not allowed
(#167) Spaces must be used to indent lines; tabs are not allowed
(#167) Tab found within whitespace
(#167) Line indented incorrectly; expected 4 spaces, found 1
(#167) Public method name "PHPWord_Section_Link::getParagraphStyle" must be in lower-case letters only
(#168) Spaces must be used to indent lines; tabs are not allowed
(#168) Tab found within whitespace
(#168) Line indented incorrectly; expected at least 8 spaces, found 2
(#169) Spaces must be used to indent lines; tabs are not allowed
(#169) Tab found within whitespace
(#169) Line indented incorrectly; expected 4 spaces, found 1
(#171) A closing tag is not permitted at the end of a PHP file
mod/offlinequiz/lib/PHPWord/Section/ListItem.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#36) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Whitespace found at end of line
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected at least 4 spaces, found 1
(#39) Spaces must be used to indent lines; tabs are not allowed
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Whitespace found at end of line
(#41) Spaces must be used to indent lines; tabs are not allowed
(#42) Spaces must be used to indent lines; tabs are not allowed
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected 4 spaces, found 1
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Whitespace found at end of line
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected at least 4 spaces, found 1
(#46) Spaces must be used to indent lines; tabs are not allowed
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Whitespace found at end of line
(#48) Spaces must be used to indent lines; tabs are not allowed
(#49) Spaces must be used to indent lines; tabs are not allowed
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected 4 spaces, found 1
(#50) Member variable "_textObject" must be all lower-case
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Whitespace found at end of line
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected at least 4 spaces, found 1
(#53) Spaces must be used to indent lines; tabs are not allowed
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Whitespace found at end of line
(#55) Spaces must be used to indent lines; tabs are not allowed
(#56) Spaces must be used to indent lines; tabs are not allowed
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected 4 spaces, found 1
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Whitespace found at end of line
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#59) Whitespace found at end of line
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected at least 4 spaces, found 1
(#61) Spaces must be used to indent lines; tabs are not allowed
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Whitespace found at end of line
(#63) Spaces must be used to indent lines; tabs are not allowed
(#64) Spaces must be used to indent lines; tabs are not allowed
(#65) Spaces must be used to indent lines; tabs are not allowed
(#66) Spaces must be used to indent lines; tabs are not allowed
(#67) Spaces must be used to indent lines; tabs are not allowed
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected 4 spaces, found 1
(#68) Variable "styleList" must be all lower-case
(#68) Variable "styleFont" must be all lower-case
(#68) Variable "styleParagraph" must be all lower-case
(#68) Line exceeds 132 characters; contains 148 characters
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected at least 8 spaces, found 2
(#69) Variable "styleList" must be all lower-case
(#70) Spaces must be used to indent lines; tabs are not allowed
(#70) Tab found within whitespace
(#70) Line indented incorrectly; expected at least 8 spaces, found 2
(#70) Variable "styleFont" must be all lower-case
(#70) Variable "styleParagraph" must be all lower-case
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected at least 8 spaces, found 2
(#72) Spaces must be used to indent lines; tabs are not allowed
(#72) Tab found within whitespace
(#72) Line indented incorrectly; expected 4 spaces, found 1
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Whitespace found at end of line
(#74) Spaces must be used to indent lines; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected at least 4 spaces, found 1
(#75) Spaces must be used to indent lines; tabs are not allowed
(#76) Spaces must be used to indent lines; tabs are not allowed
(#77) Spaces must be used to indent lines; tabs are not allowed
(#77) Tab found within whitespace
(#77) Line indented incorrectly; expected 4 spaces, found 1
(#77) Public method name "PHPWord_Section_ListItem::getStyle" must be in lower-case letters only
(#78) Spaces must be used to indent lines; tabs are not allowed
(#78) Tab found within whitespace
(#78) Line indented incorrectly; expected at least 8 spaces, found 2
(#79) Spaces must be used to indent lines; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected 4 spaces, found 1
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Tab found within whitespace
(#80) Whitespace found at end of line
(#81) Spaces must be used to indent lines; tabs are not allowed
(#81) Tab found within whitespace
(#81) Line indented incorrectly; expected at least 4 spaces, found 1
(#82) Spaces must be used to indent lines; tabs are not allowed
(#83) Spaces must be used to indent lines; tabs are not allowed
(#84) Spaces must be used to indent lines; tabs are not allowed
(#84) Tab found within whitespace
(#84) Line indented incorrectly; expected 4 spaces, found 1
(#84) Public method name "PHPWord_Section_ListItem::getTextObject" must be in lower-case letters only
(#85) Spaces must be used to indent lines; tabs are not allowed
(#85) Tab found within whitespace
(#85) Line indented incorrectly; expected at least 8 spaces, found 2
(#86) Spaces must be used to indent lines; tabs are not allowed
(#86) Tab found within whitespace
(#86) Line indented incorrectly; expected 4 spaces, found 1
(#87) Spaces must be used to indent lines; tabs are not allowed
(#87) Tab found within whitespace
(#87) Whitespace found at end of line
(#88) Spaces must be used to indent lines; tabs are not allowed
(#88) Tab found within whitespace
(#88) Line indented incorrectly; expected at least 4 spaces, found 1
(#89) Spaces must be used to indent lines; tabs are not allowed
(#90) Spaces must be used to indent lines; tabs are not allowed
(#91) Spaces must be used to indent lines; tabs are not allowed
(#91) Tab found within whitespace
(#91) Line indented incorrectly; expected 4 spaces, found 1
(#91) Public method name "PHPWord_Section_ListItem::getDepth" must be in lower-case letters only
(#92) Spaces must be used to indent lines; tabs are not allowed
(#92) Tab found within whitespace
(#92) Line indented incorrectly; expected at least 8 spaces, found 2
(#93) Spaces must be used to indent lines; tabs are not allowed
(#93) Tab found within whitespace
(#93) Line indented incorrectly; expected 4 spaces, found 1
(#95) A closing tag is not permitted at the end of a PHP file
mod/offlinequiz/lib/PHPWord/Section/MemoryImage.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#36) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Whitespace found at end of line
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected at least 4 spaces, found 1
(#39) Spaces must be used to indent lines; tabs are not allowed
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Whitespace found at end of line
(#41) Spaces must be used to indent lines; tabs are not allowed
(#42) Spaces must be used to indent lines; tabs are not allowed
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected 4 spaces, found 1
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Whitespace found at end of line
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected at least 4 spaces, found 1
(#46) Spaces must be used to indent lines; tabs are not allowed
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Whitespace found at end of line
(#48) Spaces must be used to indent lines; tabs are not allowed
(#49) Spaces must be used to indent lines; tabs are not allowed
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected 4 spaces, found 1
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Whitespace found at end of line
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected at least 4 spaces, found 1
(#53) Spaces must be used to indent lines; tabs are not allowed
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Whitespace found at end of line
(#55) Spaces must be used to indent lines; tabs are not allowed
(#56) Spaces must be used to indent lines; tabs are not allowed
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected 4 spaces, found 1
(#57) Member variable "_rId" must be all lower-case
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Whitespace found at end of line
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#59) Line indented incorrectly; expected at least 4 spaces, found 1
(#60) Spaces must be used to indent lines; tabs are not allowed
(#61) Spaces must be used to indent lines; tabs are not allowed
(#61) Whitespace found at end of line
(#62) Spaces must be used to indent lines; tabs are not allowed
(#63) Spaces must be used to indent lines; tabs are not allowed
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected 4 spaces, found 1
(#64) Member variable "_imageType" must be all lower-case
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Tab found within whitespace
(#65) Whitespace found at end of line
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected at least 4 spaces, found 1
(#67) Spaces must be used to indent lines; tabs are not allowed
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Whitespace found at end of line
(#69) Spaces must be used to indent lines; tabs are not allowed
(#70) Spaces must be used to indent lines; tabs are not allowed
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected 4 spaces, found 1
(#71) Member variable "_imageCreateFunc" must be all lower-case
(#72) Spaces must be used to indent lines; tabs are not allowed
(#72) Tab found within whitespace
(#72) Whitespace found at end of line
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected at least 4 spaces, found 1
(#74) Spaces must be used to indent lines; tabs are not allowed
(#75) Spaces must be used to indent lines; tabs are not allowed
(#75) Whitespace found at end of line
(#76) Spaces must be used to indent lines; tabs are not allowed
(#77) Spaces must be used to indent lines; tabs are not allowed
(#78) Spaces must be used to indent lines; tabs are not allowed
(#78) Tab found within whitespace
(#78) Line indented incorrectly; expected 4 spaces, found 1
(#78) Member variable "_imageFunc" must be all lower-case
(#79) Spaces must be used to indent lines; tabs are not allowed
(#79) Tab found within whitespace
(#79) Whitespace found at end of line
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected at least 4 spaces, found 1
(#81) Spaces must be used to indent lines; tabs are not allowed
(#82) Spaces must be used to indent lines; tabs are not allowed
(#82) Whitespace found at end of line
(#83) Spaces must be used to indent lines; tabs are not allowed
(#84) Spaces must be used to indent lines; tabs are not allowed
(#85) Spaces must be used to indent lines; tabs are not allowed
(#85) Tab found within whitespace
(#85) Line indented incorrectly; expected 4 spaces, found 1
(#85) Member variable "_imageExtension" must be all lower-case
(#86) Spaces must be used to indent lines; tabs are not allowed
(#86) Tab found within whitespace
(#86) Whitespace found at end of line
(#87) Spaces must be used to indent lines; tabs are not allowed
(#87) Tab found within whitespace
(#87) Whitespace found at end of line
(#88) Spaces must be used to indent lines; tabs are not allowed
(#88) Tab found within whitespace
(#88) Line indented incorrectly; expected at least 4 spaces, found 1
(#89) Spaces must be used to indent lines; tabs are not allowed
(#90) Spaces must be used to indent lines; tabs are not allowed
(#90) Whitespace found at end of line
(#91) Spaces must be used to indent lines; tabs are not allowed
(#92) Spaces must be used to indent lines; tabs are not allowed
(#93) Spaces must be used to indent lines; tabs are not allowed
(#94) Spaces must be used to indent lines; tabs are not allowed
(#94) Tab found within whitespace
(#94) Line indented incorrectly; expected 4 spaces, found 1
(#95) Spaces must be used to indent lines; tabs are not allowed
(#95) Tab found within whitespace
(#95) Line indented incorrectly; expected at least 8 spaces, found 2
(#95) Variable "imgData" must be all lower-case
(#96) Spaces must be used to indent lines; tabs are not allowed
(#96) Tab found within whitespace
(#96) Line indented incorrectly; expected at least 8 spaces, found 2
(#96) Variable "imgData" must be all lower-case
(#97) Spaces must be used to indent lines; tabs are not allowed
(#97) Tab found within whitespace
(#97) Whitespace found at end of line
(#98) Spaces must be used to indent lines; tabs are not allowed
(#98) Tab found within whitespace
(#98) Line indented incorrectly; expected at least 8 spaces, found 2
(#98) Variable "_supportedImageTypes" must be all lower-case
(#98) Variable "_supportedImageTypes" must not contain underscores.
(#99) Spaces must be used to indent lines; tabs are not allowed
(#99) Tab found within whitespace
(#99) Whitespace found at end of line
(#100) Spaces must be used to indent lines; tabs are not allowed
(#100) Tab found within whitespace
(#100) Line indented incorrectly; expected 8 spaces, found 2
(#100) Expected "if (...) {\n"; found "if(...) {\n"
(#100) Variable "_supportedImageTypes" must be all lower-case
(#100) Variable "_supportedImageTypes" must not contain underscores.
(#101) Spaces must be used to indent lines; tabs are not allowed
(#101) Tab found within whitespace
(#101) Line indented incorrectly; expected at least 12 spaces, found 3
(#102) Spaces must be used to indent lines; tabs are not allowed
(#102) Tab found within whitespace
(#102) Line indented incorrectly; expected at least 12 spaces, found 3
(#103) Spaces must be used to indent lines; tabs are not allowed
(#103) Tab found within whitespace
(#103) Whitespace found at end of line
(#104) Spaces must be used to indent lines; tabs are not allowed
(#104) Tab found within whitespace
(#104) Line indented incorrectly; expected 12 spaces, found 3
(#104) Expected "if (...) {\n"; found "if(...) {\n"
(#105) Spaces must be used to indent lines; tabs are not allowed
(#105) Tab found within whitespace
(#105) Line indented incorrectly; expected 16 spaces, found 4
(#105) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#106) Spaces must be used to indent lines; tabs are not allowed
(#106) Tab found within whitespace
(#106) Line indented incorrectly; expected 20 spaces, found 5
(#106) Expected "if (...) {\n"; found "if(...) {\n"
(#107) Spaces must be used to indent lines; tabs are not allowed
(#107) Tab found within whitespace
(#107) Line indented incorrectly; expected at least 24 spaces, found 6
(#108) Spaces must be used to indent lines; tabs are not allowed
(#108) Tab found within whitespace
(#108) Line indented incorrectly; expected 20 spaces, found 5
(#109) Spaces must be used to indent lines; tabs are not allowed
(#109) Tab found within whitespace
(#109) Line indented incorrectly; expected at least 20 spaces, found 5
(#110) Spaces must be used to indent lines; tabs are not allowed
(#110) Tab found within whitespace
(#110) Line indented incorrectly; expected 16 spaces, found 4
(#111) Spaces must be used to indent lines; tabs are not allowed
(#111) Tab found within whitespace
(#111) Line indented incorrectly; expected 12 spaces, found 3
(#112) Spaces must be used to indent lines; tabs are not allowed
(#112) Tab found within whitespace
(#112) Whitespace found at end of line
(#113) Spaces must be used to indent lines; tabs are not allowed
(#113) Tab found within whitespace
(#113) Line indented incorrectly; expected 12 spaces, found 3
(#113) Expected "if (...) {\n"; found "if(...) {\n"
(#114) Spaces must be used to indent lines; tabs are not allowed
(#114) Tab found within whitespace
(#114) Line indented incorrectly; expected at least 16 spaces, found 4
(#114) Variable "imgData" must be all lower-case
(#115) Spaces must be used to indent lines; tabs are not allowed
(#115) Tab found within whitespace
(#115) Line indented incorrectly; expected at least 16 spaces, found 4
(#115) Variable "imgData" must be all lower-case
(#116) Spaces must be used to indent lines; tabs are not allowed
(#116) Tab found within whitespace
(#116) Line indented incorrectly; expected 12 spaces, found 3
(#117) Spaces must be used to indent lines; tabs are not allowed
(#117) Tab found within whitespace
(#117) 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 12 spaces, found 3
(#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) Spaces must be used to indent lines; tabs are not allowed
(#120) Tab found within whitespace
(#120) Line indented incorrectly; expected at least 12 spaces, found 3
(#121) Spaces must be used to indent lines; tabs are not allowed
(#121) Tab found within whitespace
(#121) Line indented incorrectly; expected 8 spaces, found 2
(#122) Spaces must be used to indent lines; tabs are not allowed
(#122) Tab found within whitespace
(#122) Line indented incorrectly; expected at least 12 spaces, found 3
(#123) Spaces must be used to indent lines; tabs are not allowed
(#123) Tab found within whitespace
(#123) Line indented incorrectly; expected 8 spaces, found 2
(#124) Spaces must be used to indent lines; tabs are not allowed
(#124) Tab found within whitespace
(#124) Line indented incorrectly; expected 4 spaces, found 1
(#125) Spaces must be used to indent lines; tabs are not allowed
(#125) Tab found within whitespace
(#125) Whitespace found at end of line
(#126) Spaces must be used to indent lines; tabs are not allowed
(#126) Tab found within whitespace
(#126) Line indented incorrectly; expected at least 4 spaces, found 1
(#127) Spaces must be used to indent lines; tabs are not allowed
(#128) Spaces must be used to indent lines; tabs are not allowed
(#129) Spaces must be used to indent lines; tabs are not allowed
(#129) Tab found within whitespace
(#129) Line indented incorrectly; expected 4 spaces, found 1
(#129) Private method name "PHPWord_Section_MemoryImage::_setFunctions" must be in lower-case letters only
(#130) Spaces must be used to indent lines; tabs are not allowed
(#130) Tab found within whitespace
(#130) Line indented incorrectly; expected 8 spaces, found 2
(#131) Spaces must be used to indent lines; tabs are not allowed
(#131) Tab found within whitespace
(#131) Line indented incorrectly; expected 12 spaces, found 3
(#132) Spaces must be used to indent lines; tabs are not allowed
(#132) Tab found within whitespace
(#132) Line indented incorrectly; expected at least 16 spaces, found 4
(#133) Spaces must be used to indent lines; tabs are not allowed
(#133) Tab found within whitespace
(#133) Line indented incorrectly; expected at least 16 spaces, found 4
(#134) Spaces must be used to indent lines; tabs are not allowed
(#134) Tab found within whitespace
(#134) Line indented incorrectly; expected at least 16 spaces, found 4
(#135) Spaces must be used to indent lines; tabs are not allowed
(#135) Tab found within whitespace
(#136) Spaces must be used to indent lines; tabs are not allowed
(#136) Tab found within whitespace
(#136) Line indented incorrectly; expected 12 spaces, found 3
(#137) Spaces must be used to indent lines; tabs are not allowed
(#137) Tab found within whitespace
(#137) Line indented incorrectly; expected at least 16 spaces, found 4
(#138) Spaces must be used to indent lines; tabs are not allowed
(#138) Tab found within whitespace
(#138) Line indented incorrectly; expected at least 16 spaces, found 4
(#139) Spaces must be used to indent lines; tabs are not allowed
(#139) Tab found within whitespace
(#139) Line indented incorrectly; expected at least 16 spaces, found 4
(#140) Spaces must be used to indent lines; tabs are not allowed
(#140) Tab found within whitespace
(#141) Spaces must be used to indent lines; tabs are not allowed
(#141) Tab found within whitespace
(#141) Line indented incorrectly; expected 12 spaces, found 3
(#142) Spaces must be used to indent lines; tabs are not allowed
(#142) Tab found within whitespace
(#142) Line indented incorrectly; expected at least 20 spaces, found 4
(#143) Spaces must be used to indent lines; tabs are not allowed
(#143) Tab found within whitespace
(#143) Line indented incorrectly; expected at least 20 spaces, found 4
(#144) Spaces must be used to indent lines; tabs are not allowed
(#144) Tab found within whitespace
(#144) Line indented incorrectly; expected at least 20 spaces, found 4
(#145) Spaces must be used to indent lines; tabs are not allowed
(#145) Tab found within whitespace
(#146) Spaces must be used to indent lines; tabs are not allowed
(#146) Tab found within whitespace
(#146) Line indented incorrectly; expected 8 spaces, found 2
(#147) Spaces must be used to indent lines; tabs are not allowed
(#147) Tab found within whitespace
(#147) Line indented incorrectly; expected 4 spaces, found 1
(#148) Spaces must be used to indent lines; tabs are not allowed
(#148) Tab found within whitespace
(#148) Whitespace found at end of line
(#149) Spaces must be used to indent lines; tabs are not allowed
(#149) Tab found within whitespace
(#149) Whitespace found at end of line
(#150) Spaces must be used to indent lines; tabs are not allowed
(#150) Tab found within whitespace
(#150) Line indented incorrectly; expected at least 4 spaces, found 1
(#151) Spaces must be used to indent lines; tabs are not allowed
(#152) Spaces must be used to indent lines; tabs are not allowed
(#152) Whitespace found at end of line
(#153) Spaces must be used to indent lines; tabs are not allowed
(#154) Spaces must be used to indent lines; tabs are not allowed
(#155) Spaces must be used to indent lines; tabs are not allowed
(#155) Tab found within whitespace
(#155) Line indented incorrectly; expected 4 spaces, found 1
(#155) Public method name "PHPWord_Section_MemoryImage::getStyle" must be in lower-case letters only
(#156) Spaces must be used to indent lines; tabs are not allowed
(#156) Tab found within whitespace
(#156) Line indented incorrectly; expected at least 8 spaces, found 2
(#157) Spaces must be used to indent lines; tabs are not allowed
(#157) Tab found within whitespace
(#157) Line indented incorrectly; expected 4 spaces, found 1
(#158) Spaces must be used to indent lines; tabs are not allowed
(#158) Tab found within whitespace
(#158) Whitespace found at end of line
(#159) Spaces must be used to indent lines; tabs are not allowed
(#159) Tab found within whitespace
(#159) Line indented incorrectly; expected at least 4 spaces, found 1
(#160) Spaces must be used to indent lines; tabs are not allowed
(#161) Spaces must be used to indent lines; tabs are not allowed
(#161) Whitespace found at end of line
(#162) Spaces must be used to indent lines; tabs are not allowed
(#163) Spaces must be used to indent lines; tabs are not allowed
(#164) Spaces must be used to indent lines; tabs are not allowed
(#164) Tab found within whitespace
(#164) Line indented incorrectly; expected 4 spaces, found 1
(#164) Public method name "PHPWord_Section_MemoryImage::getRelationId" must be in lower-case letters only
(#165) Spaces must be used to indent lines; tabs are not allowed
(#165) Tab found within whitespace
(#165) Line indented incorrectly; expected at least 8 spaces, found 2
(#166) Spaces must be used to indent lines; tabs are not allowed
(#166) Tab found within whitespace
(#166) Line indented incorrectly; expected 4 spaces, found 1
(#167) Spaces must be used to indent lines; tabs are not allowed
(#167) Tab found within whitespace
(#167) Whitespace found at end of line
(#168) Spaces must be used to indent lines; tabs are not allowed
(#168) Tab found within whitespace
(#168) Line indented incorrectly; expected at least 4 spaces, found 1
(#169) Spaces must be used to indent lines; tabs are not allowed
(#170) Spaces must be used to indent lines; tabs are not allowed
(#170) Whitespace found at end of line
(#171) Spaces must be used to indent lines; tabs are not allowed
(#172) Spaces must be used to indent lines; tabs are not allowed
(#173) Spaces must be used to indent lines; tabs are not allowed
(#173) Tab found within whitespace
(#173) Line indented incorrectly; expected 4 spaces, found 1
(#173) Public method name "PHPWord_Section_MemoryImage::setRelationId" must be in lower-case letters only
(#173) Variable "rId" must be all lower-case
(#174) Spaces must be used to indent lines; tabs are not allowed
(#174) Tab found within whitespace
(#174) Line indented incorrectly; expected at least 8 spaces, found 2
(#174) Variable "rId" must be all lower-case
(#175) Spaces must be used to indent lines; tabs are not allowed
(#175) Tab found within whitespace
(#175) Line indented incorrectly; expected 4 spaces, found 1
(#176) Spaces must be used to indent lines; tabs are not allowed
(#176) Tab found within whitespace
(#176) Whitespace found at end of line
(#177) Spaces must be used to indent lines; tabs are not allowed
(#177) Tab found within whitespace
(#177) Line indented incorrectly; expected at least 4 spaces, found 1
(#178) Spaces must be used to indent lines; tabs are not allowed
(#179) Spaces must be used to indent lines; tabs are not allowed
(#179) Whitespace found at end of line
(#180) Spaces must be used to indent lines; tabs are not allowed
(#181) Spaces must be used to indent lines; tabs are not allowed
(#182) Spaces must be used to indent lines; tabs are not allowed
(#182) Tab found within whitespace
(#182) Line indented incorrectly; expected 4 spaces, found 1
(#182) Public method name "PHPWord_Section_MemoryImage::getSource" must be in lower-case letters only
(#183) Spaces must be used to indent lines; tabs are not allowed
(#183) Tab found within whitespace
(#183) Line indented incorrectly; expected at least 8 spaces, found 2
(#184) Spaces must be used to indent lines; tabs are not allowed
(#184) Tab found within whitespace
(#184) Line indented incorrectly; expected 4 spaces, found 1
(#185) Spaces must be used to indent lines; tabs are not allowed
(#185) Tab found within whitespace
(#185) Whitespace found at end of line
(#186) Spaces must be used to indent lines; tabs are not allowed
(#186) Tab found within whitespace
(#186) Line indented incorrectly; expected at least 4 spaces, found 1
(#187) Spaces must be used to indent lines; tabs are not allowed
(#188) Spaces must be used to indent lines; tabs are not allowed
(#188) Whitespace found at end of line
(#189) Spaces must be used to indent lines; tabs are not allowed
(#190) Spaces must be used to indent lines; tabs are not allowed
(#191) Spaces must be used to indent lines; tabs are not allowed
(#191) Tab found within whitespace
(#191) Line indented incorrectly; expected 4 spaces, found 1
(#191) Public method name "PHPWord_Section_MemoryImage::getMediaId" must be in lower-case letters only
(#192) Spaces must be used to indent lines; tabs are not allowed
(#192) Tab found within whitespace
(#192) Line indented incorrectly; expected at least 8 spaces, found 2
(#193) Spaces must be used to indent lines; tabs are not allowed
(#193) Tab found within whitespace
(#193) Line indented incorrectly; expected 4 spaces, found 1
(#194) Spaces must be used to indent lines; tabs are not allowed
(#194) Tab found within whitespace
(#194) Whitespace found at end of line
(#195) Spaces must be used to indent lines; tabs are not allowed
(#195) Tab found within whitespace
(#195) Line indented incorrectly; expected at least 4 spaces, found 1
(#196) Spaces must be used to indent lines; tabs are not allowed
(#197) Spaces must be used to indent lines; tabs are not allowed
(#197) Whitespace found at end of line
(#198) Spaces must be used to indent lines; tabs are not allowed
(#199) Spaces must be used to indent lines; tabs are not allowed
(#200) Spaces must be used to indent lines; tabs are not allowed
(#200) Tab found within whitespace
(#200) Line indented incorrectly; expected 4 spaces, found 1
(#200) Public method name "PHPWord_Section_MemoryImage::getImageType" must be in lower-case letters only
(#201) Spaces must be used to indent lines; tabs are not allowed
(#201) Tab found within whitespace
(#201) Line indented incorrectly; expected at least 8 spaces, found 2
(#202) Spaces must be used to indent lines; tabs are not allowed
(#202) Tab found within whitespace
(#202) Line indented incorrectly; expected 4 spaces, found 1
(#203) Spaces must be used to indent lines; tabs are not allowed
(#203) Tab found within whitespace
(#203) Whitespace found at end of line
(#204) Spaces must be used to indent lines; tabs are not allowed
(#204) Tab found within whitespace
(#204) Line indented incorrectly; expected at least 4 spaces, found 1
(#205) Spaces must be used to indent lines; tabs are not allowed
(#206) Spaces must be used to indent lines; tabs are not allowed
(#206) Whitespace found at end of line
(#207) Spaces must be used to indent lines; tabs are not allowed
(#208) Spaces must be used to indent lines; tabs are not allowed
(#209) Spaces must be used to indent lines; tabs are not allowed
(#209) Tab found within whitespace
(#209) Line indented incorrectly; expected 4 spaces, found 1
(#209) Public method name "PHPWord_Section_MemoryImage::getImageCreateFunction" must be in lower-case letters only
(#210) Spaces must be used to indent lines; tabs are not allowed
(#210) Tab found within whitespace
(#210) Line indented incorrectly; expected at least 8 spaces, found 2
(#211) Spaces must be used to indent lines; tabs are not allowed
(#211) Tab found within whitespace
(#211) Line indented incorrectly; expected 4 spaces, found 1
(#212) Spaces must be used to indent lines; tabs are not allowed
(#212) Tab found within whitespace
(#212) Whitespace found at end of line
(#213) Spaces must be used to indent lines; tabs are not allowed
(#213) Tab found within whitespace
(#213) Line indented incorrectly; expected at least 4 spaces, found 1
(#214) Spaces must be used to indent lines; tabs are not allowed
(#215) Spaces must be used to indent lines; tabs are not allowed
(#215) Whitespace found at end of line
(#216) Spaces must be used to indent lines; tabs are not allowed
(#217) Spaces must be used to indent lines; tabs are not allowed
(#218) Spaces must be used to indent lines; tabs are not allowed
(#218) Tab found within whitespace
(#218) Line indented incorrectly; expected 4 spaces, found 1
(#218) Public method name "PHPWord_Section_MemoryImage::getImageFunction" must be in lower-case letters only
(#219) Spaces must be used to indent lines; tabs are not allowed
(#219) Tab found within whitespace
(#219) Line indented incorrectly; expected at least 8 spaces, found 2
(#220) Spaces must be used to indent lines; tabs are not allowed
(#220) Tab found within whitespace
(#220) Line indented incorrectly; expected 4 spaces, found 1
(#221) Spaces must be used to indent lines; tabs are not allowed
(#221) Tab found within whitespace
(#221) Whitespace found at end of line
(#222) Spaces must be used to indent lines; tabs are not allowed
(#222) Tab found within whitespace
(#222) Line indented incorrectly; expected at least 4 spaces, found 1
(#223) Spaces must be used to indent lines; tabs are not allowed
(#224) Spaces must be used to indent lines; tabs are not allowed
(#224) Whitespace found at end of line
(#225) Spaces must be used to indent lines; tabs are not allowed
(#226) Spaces must be used to indent lines; tabs are not allowed
(#227) Spaces must be used to indent lines; tabs are not allowed
(#227) Tab found within whitespace
(#227) Line indented incorrectly; expected 4 spaces, found 1
(#227) Public method name "PHPWord_Section_MemoryImage::getImageExtension" must be in lower-case letters only
(#228) Spaces must be used to indent lines; tabs are not allowed
(#228) Tab found within whitespace
(#228) Line indented incorrectly; expected at least 8 spaces, found 2
(#229) Spaces must be used to indent lines; tabs are not allowed
(#229) Tab found within whitespace
(#229) Line indented incorrectly; expected 4 spaces, found 1
(#231) A closing tag is not permitted at the end of a PHP file
mod/offlinequiz/lib/PHPWord/Section/Object.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#36) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Whitespace found at end of line
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected at least 4 spaces, found 1
(#39) Spaces must be used to indent lines; tabs are not allowed
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Whitespace found at end of line
(#41) Spaces must be used to indent lines; tabs are not allowed
(#42) Spaces must be used to indent lines; tabs are not allowed
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected 4 spaces, found 1
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Whitespace found at end of line
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected at least 4 spaces, found 1
(#46) Spaces must be used to indent lines; tabs are not allowed
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Whitespace found at end of line
(#48) Spaces must be used to indent lines; tabs are not allowed
(#49) Spaces must be used to indent lines; tabs are not allowed
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected 4 spaces, found 1
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Whitespace found at end of line
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected at least 4 spaces, found 1
(#53) Spaces must be used to indent lines; tabs are not allowed
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Whitespace found at end of line
(#55) Spaces must be used to indent lines; tabs are not allowed
(#56) Spaces must be used to indent lines; tabs are not allowed
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected 4 spaces, found 1
(#57) Member variable "_rId" must be all lower-case
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Whitespace found at end of line
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#59) Line indented incorrectly; expected at least 4 spaces, found 1
(#60) Spaces must be used to indent lines; tabs are not allowed
(#61) Spaces must be used to indent lines; tabs are not allowed
(#61) Whitespace found at end of line
(#62) Spaces must be used to indent lines; tabs are not allowed
(#63) Spaces must be used to indent lines; tabs are not allowed
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected 4 spaces, found 1
(#64) Member variable "_rIdImg" must be all lower-case
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Tab found within whitespace
(#65) Whitespace found at end of line
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected at least 4 spaces, found 1
(#67) Spaces must be used to indent lines; tabs are not allowed
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Whitespace found at end of line
(#69) Spaces must be used to indent lines; tabs are not allowed
(#70) Spaces must be used to indent lines; tabs are not allowed
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected 4 spaces, found 1
(#71) Member variable "_objId" must be all lower-case
(#72) Spaces must be used to indent lines; tabs are not allowed
(#72) Tab found within whitespace
(#72) Whitespace found at end of line
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Whitespace found at end of line
(#74) Spaces must be used to indent lines; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected at least 4 spaces, found 1
(#75) Spaces must be used to indent lines; tabs are not allowed
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Whitespace found at end of line
(#77) Spaces must be used to indent lines; tabs are not allowed
(#78) Spaces must be used to indent lines; tabs are not allowed
(#79) Spaces must be used to indent lines; tabs are not allowed
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected 4 spaces, found 1
(#81) Spaces must be used to indent lines; tabs are not allowed
(#81) Tab found within whitespace
(#81) Line indented incorrectly; expected at least 8 spaces, found 2
(#81) Variable "_supportedObjectTypes" must be all lower-case
(#81) Variable "_supportedObjectTypes" must not contain underscores.
(#82) Spaces must be used to indent lines; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected at least 8 spaces, found 2
(#83) Spaces must be used to indent lines; tabs are not allowed
(#83) Tab found within whitespace
(#83) Whitespace found at end of line
(#84) Spaces must be used to indent lines; tabs are not allowed
(#84) Tab found within whitespace
(#84) Line indented incorrectly; expected 8 spaces, found 2
(#84) Expected "if (...) {\n"; found "if(...) {\n"
(#84) Variable "_supportedObjectTypes" must be all lower-case
(#84) Variable "_supportedObjectTypes" must not contain underscores.
(#85) Spaces must be used to indent lines; tabs are not allowed
(#85) Tab found within whitespace
(#85) Line indented incorrectly; expected at least 12 spaces, found 3
(#86) Spaces must be used to indent lines; tabs are not allowed
(#86) Tab found within whitespace
(#86) Line indented incorrectly; expected at least 12 spaces, found 3
(#87) Spaces must be used to indent lines; tabs are not allowed
(#87) Tab found within whitespace
(#87) Whitespace found at end of line
(#88) Spaces must be used to indent lines; tabs are not allowed
(#88) Tab found within whitespace
(#88) Line indented incorrectly; expected 12 spaces, found 3
(#88) Expected "if (...) {\n"; found "if(...) {\n"
(#89) Spaces must be used to indent lines; tabs are not allowed
(#89) Tab found within whitespace
(#89) Line indented incorrectly; expected 16 spaces, found 4
(#89) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#90) Spaces must be used to indent lines; tabs are not allowed
(#90) Tab found within whitespace
(#90) Line indented incorrectly; expected 20 spaces, found 5
(#90) Expected "if (...) {\n"; found "if(...) {\n"
(#91) Spaces must be used to indent lines; tabs are not allowed
(#91) Tab found within whitespace
(#91) Line indented incorrectly; expected at least 24 spaces, found 6
(#92) Spaces must be used to indent lines; tabs are not allowed
(#92) Tab found within whitespace
(#92) Line indented incorrectly; expected 20 spaces, found 5
(#93) Spaces must be used to indent lines; tabs are not allowed
(#93) Tab found within whitespace
(#93) Line indented incorrectly; expected at least 20 spaces, found 5
(#94) Spaces must be used to indent lines; tabs are not allowed
(#94) Tab found within whitespace
(#94) Line indented incorrectly; expected 16 spaces, found 4
(#95) Spaces must be used to indent lines; tabs are not allowed
(#95) Tab found within whitespace
(#95) Line indented incorrectly; expected 12 spaces, found 3
(#96) Spaces must be used to indent lines; tabs are not allowed
(#96) Tab found within whitespace
(#96) Whitespace found at end of line
(#97) Spaces must be used to indent lines; tabs are not allowed
(#97) Tab found within whitespace
(#97) Line indented incorrectly; expected at least 12 spaces, found 3
(#98) Spaces must be used to indent lines; tabs are not allowed
(#98) Tab found within whitespace
(#98) Line indented incorrectly; expected 8 spaces, found 2
(#99) Spaces must be used to indent lines; tabs are not allowed
(#99) Tab found within whitespace
(#99) Line indented incorrectly; expected at least 12 spaces, found 3
(#100) Spaces must be used to indent lines; tabs are not allowed
(#100) Tab found within whitespace
(#100) Line indented incorrectly; expected 8 spaces, found 2
(#101) Spaces must be used to indent lines; tabs are not allowed
(#101) Tab found within whitespace
(#101) Line indented incorrectly; expected 4 spaces, found 1
(#102) Spaces must be used to indent lines; tabs are not allowed
(#102) Tab found within whitespace
(#102) Whitespace found at end of line
(#103) Spaces must be used to indent lines; tabs are not allowed
(#103) Tab found within whitespace
(#103) Line indented incorrectly; expected at least 4 spaces, found 1
(#104) Spaces must be used to indent lines; tabs are not allowed
(#105) Spaces must be used to indent lines; tabs are not allowed
(#105) Whitespace found at end of line
(#106) Spaces must be used to indent lines; tabs are not allowed
(#107) Spaces must be used to indent lines; tabs are not allowed
(#108) Spaces must be used to indent lines; tabs are not allowed
(#108) Tab found within whitespace
(#108) Line indented incorrectly; expected 4 spaces, found 1
(#108) Public method name "PHPWord_Section_Object::getStyle" must be in lower-case letters only
(#109) Spaces must be used to indent lines; tabs are not allowed
(#109) Tab found within whitespace
(#109) Line indented incorrectly; expected at least 8 spaces, found 2
(#110) Spaces must be used to indent lines; tabs are not allowed
(#110) Tab found within whitespace
(#110) Line indented incorrectly; expected 4 spaces, found 1
(#111) Spaces must be used to indent lines; tabs are not allowed
(#111) Tab found within whitespace
(#111) Whitespace found at end of line
(#112) Spaces must be used to indent lines; tabs are not allowed
(#112) Tab found within whitespace
(#112) Line indented incorrectly; expected at least 4 spaces, found 1
(#113) Spaces must be used to indent lines; tabs are not allowed
(#114) Spaces must be used to indent lines; tabs are not allowed
(#114) Whitespace found at end of line
(#115) Spaces must be used to indent lines; tabs are not allowed
(#116) Spaces must be used to indent lines; tabs are not allowed
(#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 "PHPWord_Section_Object::getSource" must be in lower-case letters only
(#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) Line indented incorrectly; expected 4 spaces, found 1
(#120) Spaces must be used to indent lines; tabs are not allowed
(#120) Tab found within whitespace
(#120) Whitespace found at end of line
(#121) Spaces must be used to indent lines; tabs are not allowed
(#121) Tab found within whitespace
(#121) Line indented incorrectly; expected at least 4 spaces, found 1
(#122) Spaces must be used to indent lines; tabs are not allowed
(#123) Spaces must be used to indent lines; tabs are not allowed
(#123) Whitespace found at end of line
(#124) Spaces must be used to indent lines; tabs are not allowed
(#125) Spaces must be used to indent lines; tabs are not allowed
(#126) Spaces must be used to indent lines; tabs are not allowed
(#126) Tab found within whitespace
(#126) Line indented incorrectly; expected 4 spaces, found 1
(#126) Public method name "PHPWord_Section_Object::getRelationId" must be in lower-case letters only
(#127) Spaces must be used to indent lines; tabs are not allowed
(#127) Tab found within whitespace
(#127) Line indented incorrectly; expected at least 8 spaces, found 2
(#128) Spaces must be used to indent lines; tabs are not allowed
(#128) Tab found within whitespace
(#128) Line indented incorrectly; expected 4 spaces, found 1
(#129) Spaces must be used to indent lines; tabs are not allowed
(#129) Tab found within whitespace
(#129) Whitespace found at end of line
(#130) Spaces must be used to indent lines; tabs are not allowed
(#130) Tab found within whitespace
(#130) Line indented incorrectly; expected at least 4 spaces, found 1
(#131) Spaces must be used to indent lines; tabs are not allowed
(#132) Spaces must be used to indent lines; tabs are not allowed
(#132) Whitespace found at end of line
(#133) Spaces must be used to indent lines; tabs are not allowed
(#134) Spaces must be used to indent lines; tabs are not allowed
(#135) Spaces must be used to indent lines; tabs are not allowed
(#135) Tab found within whitespace
(#135) Line indented incorrectly; expected 4 spaces, found 1
(#135) Public method name "PHPWord_Section_Object::setRelationId" must be in lower-case letters only
(#135) Variable "rId" must be all lower-case
(#136) Spaces must be used to indent lines; tabs are not allowed
(#136) Tab found within whitespace
(#136) Line indented incorrectly; expected at least 8 spaces, found 2
(#136) Variable "rId" must be all lower-case
(#137) Spaces must be used to indent lines; tabs are not allowed
(#137) Tab found within whitespace
(#137) Line indented incorrectly; expected 4 spaces, found 1
(#138) Spaces must be used to indent lines; tabs are not allowed
(#138) Tab found within whitespace
(#138) Whitespace found at end of line
(#139) Spaces must be used to indent lines; tabs are not allowed
(#139) Tab found within whitespace
(#139) Line indented incorrectly; expected at least 4 spaces, found 1
(#140) Spaces must be used to indent lines; tabs are not allowed
(#141) Spaces must be used to indent lines; tabs are not allowed
(#141) Whitespace found at end of line
(#142) Spaces must be used to indent lines; tabs are not allowed
(#143) Spaces must be used to indent lines; tabs are not allowed
(#144) Spaces must be used to indent lines; tabs are not allowed
(#144) Tab found within whitespace
(#144) Line indented incorrectly; expected 4 spaces, found 1
(#144) Public method name "PHPWord_Section_Object::getImageRelationId" must be in lower-case letters only
(#145) Spaces must be used to indent lines; tabs are not allowed
(#145) Tab found within whitespace
(#145) Line indented incorrectly; expected at least 8 spaces, found 2
(#146) Spaces must be used to indent lines; tabs are not allowed
(#146) Tab found within whitespace
(#146) Line indented incorrectly; expected 4 spaces, found 1
(#147) Spaces must be used to indent lines; tabs are not allowed
(#147) Tab found within whitespace
(#147) Whitespace found at end of line
(#148) Spaces must be used to indent lines; tabs are not allowed
(#148) Tab found within whitespace
(#148) Line indented incorrectly; expected at least 4 spaces, found 1
(#149) Spaces must be used to indent lines; tabs are not allowed
(#150) Spaces must be used to indent lines; tabs are not allowed
(#150) Whitespace found at end of line
(#151) Spaces must be used to indent lines; tabs are not allowed
(#152) Spaces must be used to indent lines; tabs are not allowed
(#153) Spaces must be used to indent lines; tabs are not allowed
(#153) Tab found within whitespace
(#153) Line indented incorrectly; expected 4 spaces, found 1
(#153) Public method name "PHPWord_Section_Object::setImageRelationId" must be in lower-case letters only
(#153) Variable "rId" must be all lower-case
(#154) Spaces must be used to indent lines; tabs are not allowed
(#154) Tab found within whitespace
(#154) Line indented incorrectly; expected at least 8 spaces, found 2
(#154) Variable "rId" must be all lower-case
(#155) Spaces must be used to indent lines; tabs are not allowed
(#155) Tab found within whitespace
(#155) Line indented incorrectly; expected 4 spaces, found 1
(#156) Spaces must be used to indent lines; tabs are not allowed
(#156) Tab found within whitespace
(#156) Whitespace found at end of line
(#157) Spaces must be used to indent lines; tabs are not allowed
(#157) Tab found within whitespace
(#157) Line indented incorrectly; expected at least 4 spaces, found 1
(#158) Spaces must be used to indent lines; tabs are not allowed
(#159) Spaces must be used to indent lines; tabs are not allowed
(#159) Whitespace found at end of line
(#160) Spaces must be used to indent lines; tabs are not allowed
(#161) Spaces must be used to indent lines; tabs are not allowed
(#162) Spaces must be used to indent lines; tabs are not allowed
(#162) Tab found within whitespace
(#162) Line indented incorrectly; expected 4 spaces, found 1
(#162) Public method name "PHPWord_Section_Object::getObjectId" must be in lower-case letters only
(#163) Spaces must be used to indent lines; tabs are not allowed
(#163) Tab found within whitespace
(#163) Line indented incorrectly; expected at least 8 spaces, found 2
(#164) Spaces must be used to indent lines; tabs are not allowed
(#164) Tab found within whitespace
(#164) Line indented incorrectly; expected 4 spaces, found 1
(#165) Spaces must be used to indent lines; tabs are not allowed
(#165) Tab found within whitespace
(#165) Whitespace found at end of line
(#166) Spaces must be used to indent lines; tabs are not allowed
(#166) Tab found within whitespace
(#166) Line indented incorrectly; expected at least 4 spaces, found 1
(#167) Spaces must be used to indent lines; tabs are not allowed
(#168) Spaces must be used to indent lines; tabs are not allowed
(#168) Whitespace found at end of line
(#169) Spaces must be used to indent lines; tabs are not allowed
(#170) Spaces must be used to indent lines; tabs are not allowed
(#171) Spaces must be used to indent lines; tabs are not allowed
(#171) Tab found within whitespace
(#171) Line indented incorrectly; expected 4 spaces, found 1
(#171) Public method name "PHPWord_Section_Object::setObjectId" must be in lower-case letters only
(#171) Variable "objId" must be all lower-case
(#172) Spaces must be used to indent lines; tabs are not allowed
(#172) Tab found within whitespace
(#172) Line indented incorrectly; expected at least 8 spaces, found 2
(#172) Variable "objId" must be all lower-case
(#173) Spaces must be used to indent lines; tabs are not allowed
(#173) Tab found within whitespace
(#173) Line indented incorrectly; expected 4 spaces, found 1
(#175) A closing tag is not permitted at the end of a PHP file
mod/offlinequiz/lib/PHPWord/Section/PageBreak.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#36) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected at least 4 spaces, found 1
(#39) Spaces must be used to indent lines; tabs are not allowed
(#40) Spaces must be used to indent lines; tabs are not allowed
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected 4 spaces, found 1
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Inline comments must start with a capital letter, digit or 3-dots sequence
(#42) Inline comments must end in full-stops, exclamation marks, or question marks
(#42) Line indented incorrectly; expected at least 8 spaces, found 2
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected 4 spaces, found 1
(#45) A closing tag is not permitted at the end of a PHP file
mod/offlinequiz/lib/PHPWord/Section/Settings.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#36) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Whitespace found at end of line
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected at least 4 spaces, found 1
(#39) Spaces must be used to indent lines; tabs are not allowed
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Whitespace found at end of line
(#41) Spaces must be used to indent lines; tabs are not allowed
(#42) Spaces must be used to indent lines; tabs are not allowed
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected 4 spaces, found 1
(#43) Member variable "_defaultPageSizeW" must be all lower-case
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Whitespace found at end of line
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected at least 4 spaces, found 1
(#46) Spaces must be used to indent lines; tabs are not allowed
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Whitespace found at end of line
(#48) Spaces must be used to indent lines; tabs are not allowed
(#49) Spaces must be used to indent lines; tabs are not allowed
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected 4 spaces, found 1
(#50) Member variable "_defaultPageSizeH" must be all lower-case
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Whitespace found at end of line
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected at least 4 spaces, found 1
(#53) Spaces must be used to indent lines; tabs are not allowed
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Whitespace found at end of line
(#55) Spaces must be used to indent lines; tabs are not allowed
(#56) Spaces must be used to indent lines; tabs are not allowed
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected 4 spaces, found 1
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Whitespace found at end of line
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#59) Line indented incorrectly; expected at least 4 spaces, found 1
(#60) Spaces must be used to indent lines; tabs are not allowed
(#61) Spaces must be used to indent lines; tabs are not allowed
(#61) Whitespace found at end of line
(#62) Spaces must be used to indent lines; tabs are not allowed
(#63) Spaces must be used to indent lines; tabs are not allowed
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected 4 spaces, found 1
(#64) Member variable "_marginTop" must be all lower-case
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Tab found within whitespace
(#65) Whitespace found at end of line
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected at least 4 spaces, found 1
(#67) Spaces must be used to indent lines; tabs are not allowed
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Whitespace found at end of line
(#69) Spaces must be used to indent lines; tabs are not allowed
(#70) Spaces must be used to indent lines; tabs are not allowed
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected 4 spaces, found 1
(#71) Member variable "_marginLeft" must be all lower-case
(#72) Spaces must be used to indent lines; tabs are not allowed
(#72) Tab found within whitespace
(#72) Whitespace found at end of line
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected at least 4 spaces, found 1
(#74) Spaces must be used to indent lines; tabs are not allowed
(#75) Spaces must be used to indent lines; tabs are not allowed
(#75) Whitespace found at end of line
(#76) Spaces must be used to indent lines; tabs are not allowed
(#77) Spaces must be used to indent lines; tabs are not allowed
(#78) Spaces must be used to indent lines; tabs are not allowed
(#78) Tab found within whitespace
(#78) Line indented incorrectly; expected 4 spaces, found 1
(#78) Member variable "_marginRight" must be all lower-case
(#79) Spaces must be used to indent lines; tabs are not allowed
(#79) Tab found within whitespace
(#79) Whitespace found at end of line
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected at least 4 spaces, found 1
(#81) Spaces must be used to indent lines; tabs are not allowed
(#82) Spaces must be used to indent lines; tabs are not allowed
(#82) Whitespace found at end of line
(#83) Spaces must be used to indent lines; tabs are not allowed
(#84) Spaces must be used to indent lines; tabs are not allowed
(#85) Spaces must be used to indent lines; tabs are not allowed
(#85) Tab found within whitespace
(#85) Line indented incorrectly; expected 4 spaces, found 1
(#85) Member variable "_marginBottom" must be all lower-case
(#86) Spaces must be used to indent lines; tabs are not allowed
(#86) Tab found within whitespace
(#86) Whitespace found at end of line
(#87) Spaces must be used to indent lines; tabs are not allowed
(#87) Tab found within whitespace
(#87) Line indented incorrectly; expected at least 4 spaces, found 1
(#88) Spaces must be used to indent lines; tabs are not allowed
(#89) Spaces must be used to indent lines; tabs are not allowed
(#89) Whitespace found at end of line
(#90) Spaces must be used to indent lines; tabs are not allowed
(#91) Spaces must be used to indent lines; tabs are not allowed
(#92) Spaces must be used to indent lines; tabs are not allowed
(#92) Tab found within whitespace
(#92) Line indented incorrectly; expected 4 spaces, found 1
(#92) Member variable "_pageSizeW" must be all lower-case
(#93) Spaces must be used to indent lines; tabs are not allowed
(#93) Tab found within whitespace
(#93) Whitespace found at end of line
(#94) Spaces must be used to indent lines; tabs are not allowed
(#94) Tab found within whitespace
(#94) Line indented incorrectly; expected at least 4 spaces, found 1
(#95) Spaces must be used to indent lines; tabs are not allowed
(#96) Spaces must be used to indent lines; tabs are not allowed
(#96) Whitespace found at end of line
(#97) Spaces must be used to indent lines; tabs are not allowed
(#98) Spaces must be used to indent lines; tabs are not allowed
(#99) Spaces must be used to indent lines; tabs are not allowed
(#99) Tab found within whitespace
(#99) Line indented incorrectly; expected 4 spaces, found 1
(#99) Member variable "_pageSizeH" must be all lower-case
(#101) Spaces must be used to indent lines; tabs are not allowed
(#101) Tab found within whitespace
(#101) Line indented incorrectly; expected at least 4 spaces, found 1
(#102) Spaces must be used to indent lines; tabs are not allowed
(#103) Spaces must be used to indent lines; tabs are not allowed
(#103) Whitespace found at end of line
(#104) Spaces must be used to indent lines; tabs are not allowed
(#105) Spaces must be used to indent lines; tabs are not allowed
(#106) Spaces must be used to indent lines; tabs are not allowed
(#106) Tab found within whitespace
(#106) Line indented incorrectly; expected 4 spaces, found 1
(#106) Member variable "_borderTopSize" must be all lower-case
(#108) Spaces must be used to indent lines; tabs are not allowed
(#108) Tab found within whitespace
(#108) Line indented incorrectly; expected at least 4 spaces, found 1
(#109) Spaces must be used to indent lines; tabs are not allowed
(#110) Spaces must be used to indent lines; tabs are not allowed
(#110) Whitespace found at end of line
(#111) Spaces must be used to indent lines; tabs are not allowed
(#112) Spaces must be used to indent lines; tabs are not allowed
(#113) Spaces must be used to indent lines; tabs are not allowed
(#113) Tab found within whitespace
(#113) Line indented incorrectly; expected 4 spaces, found 1
(#113) Member variable "_borderTopColor" must be all lower-case
(#115) Spaces must be used to indent lines; tabs are not allowed
(#115) Tab found within whitespace
(#115) Line indented incorrectly; expected at least 4 spaces, found 1
(#116) Spaces must be used to indent lines; tabs are not allowed
(#117) Spaces must be used to indent lines; tabs are not allowed
(#117) Whitespace found at end of line
(#118) Spaces must be used to indent lines; tabs are not allowed
(#119) Spaces must be used to indent lines; tabs are not allowed
(#120) Spaces must be used to indent lines; tabs are not allowed
(#120) Tab found within whitespace
(#120) Line indented incorrectly; expected 4 spaces, found 1
(#120) Member variable "_borderLeftSize" must be all lower-case
(#122) Spaces must be used to indent lines; tabs are not allowed
(#122) Tab found within whitespace
(#122) Line indented incorrectly; expected at least 4 spaces, found 1
(#123) Spaces must be used to indent lines; tabs are not allowed
(#124) Spaces must be used to indent lines; tabs are not allowed
(#124) Whitespace found at end of line
(#125) Spaces must be used to indent lines; tabs are not allowed
(#126) Spaces must be used to indent lines; tabs are not allowed
(#127) Spaces must be used to indent lines; tabs are not allowed
(#127) Tab found within whitespace
(#127) Line indented incorrectly; expected 4 spaces, found 1
(#127) Member variable "_borderLeftColor" must be all lower-case
(#129) Spaces must be used to indent lines; tabs are not allowed
(#129) Tab found within whitespace
(#129) Line indented incorrectly; expected at least 4 spaces, found 1
(#130) Spaces must be used to indent lines; tabs are not allowed
(#131) Spaces must be used to indent lines; tabs are not allowed
(#131) Whitespace found at end of line
(#132) Spaces must be used to indent lines; tabs are not allowed
(#133) Spaces must be used to indent lines; tabs are not allowed
(#134) Spaces must be used to indent lines; tabs are not allowed
(#134) Tab found within whitespace
(#134) Line indented incorrectly; expected 4 spaces, found 1
(#134) Member variable "_borderRightSize" must be all lower-case
(#136) Spaces must be used to indent lines; tabs are not allowed
(#136) Tab found within whitespace
(#136) Line indented incorrectly; expected at least 4 spaces, found 1
(#137) Spaces must be used to indent lines; tabs are not allowed
(#138) Spaces must be used to indent lines; tabs are not allowed
(#138) Whitespace found at end of line
(#139) Spaces must be used to indent lines; tabs are not allowed
(#140) Spaces must be used to indent lines; tabs are not allowed
(#141) Spaces must be used to indent lines; tabs are not allowed
(#141) Tab found within whitespace
(#141) Line indented incorrectly; expected 4 spaces, found 1
(#141) Member variable "_borderRightColor" must be all lower-case
(#143) Spaces must be used to indent lines; tabs are not allowed
(#143) Tab found within whitespace
(#143) Line indented incorrectly; expected at least 4 spaces, found 1
(#144) Spaces must be used to indent lines; tabs are not allowed
(#145) Spaces must be used to indent lines; tabs are not allowed
(#145) Whitespace found at end of line
(#146) Spaces must be used to indent lines; tabs are not allowed
(#147) Spaces must be used to indent lines; tabs are not allowed
(#148) Spaces must be used to indent lines; tabs are not allowed
(#148) Tab found within whitespace
(#148) Line indented incorrectly; expected 4 spaces, found 1
(#148) Member variable "_borderBottomSize" must be all lower-case
(#150) Spaces must be used to indent lines; tabs are not allowed
(#150) Tab found within whitespace
(#150) Line indented incorrectly; expected at least 4 spaces, found 1
(#151) Spaces must be used to indent lines; tabs are not allowed
(#152) Spaces must be used to indent lines; tabs are not allowed
(#152) Whitespace found at end of line
(#153) Spaces must be used to indent lines; tabs are not allowed
(#154) Spaces must be used to indent lines; tabs are not allowed
(#155) Spaces must be used to indent lines; tabs are not allowed
(#155) Tab found within whitespace
(#155) Line indented incorrectly; expected 4 spaces, found 1
(#155) Member variable "_borderBottomColor" must be all lower-case
(#156) Spaces must be used to indent lines; tabs are not allowed
(#156) Tab found within whitespace
(#156) Whitespace found at end of line
(#157) Spaces must be used to indent lines; tabs are not allowed
(#157) Tab found within whitespace
(#157) Line indented incorrectly; expected at least 4 spaces, found 1
(#158) Spaces must be used to indent lines; tabs are not allowed
(#159) Spaces must be used to indent lines; tabs are not allowed
(#160) Spaces must be used to indent lines; tabs are not allowed
(#160) Tab found within whitespace
(#160) Line indented incorrectly; expected 4 spaces, found 1
(#161) Spaces must be used to indent lines; tabs are not allowed
(#161) Tab found within whitespace
(#161) Line indented incorrectly; expected at least 8 spaces, found 2
(#162) Spaces must be used to indent lines; tabs are not allowed
(#162) Tab found within whitespace
(#162) Line indented incorrectly; expected at least 8 spaces, found 2
(#163) Spaces must be used to indent lines; tabs are not allowed
(#163) Tab found within whitespace
(#163) Line indented incorrectly; expected at least 8 spaces, found 2
(#164) Spaces must be used to indent lines; tabs are not allowed
(#164) Tab found within whitespace
(#164) Line indented incorrectly; expected at least 8 spaces, found 2
(#164) Spaces must be used for alignment; tabs are not allowed
(#164) Tab found within whitespace
(#165) Spaces must be used for alignment; tabs are not allowed
(#165) Tab found within whitespace
(#165) Line indented incorrectly; expected at least 8 spaces, found 2
(#166) Spaces must be used for alignment; tabs are not allowed
(#166) Tab found within whitespace
(#166) Line indented incorrectly; expected at least 8 spaces, found 2
(#167) Spaces must be used for alignment; tabs are not allowed
(#167) Tab found within whitespace
(#167) Line indented incorrectly; expected at least 8 spaces, found 2
(#168) Spaces must be used for alignment; tabs are not allowed
(#168) Tab found within whitespace
(#168) Line indented incorrectly; expected at least 8 spaces, found 2
(#169) Spaces must be used for alignment; tabs are not allowed
(#169) Tab found within whitespace
(#169) Line indented incorrectly; expected at least 8 spaces, found 2
(#170) Spaces must be used for alignment; tabs are not allowed
(#170) Tab found within whitespace
(#170) Line indented incorrectly; expected at least 8 spaces, found 2
(#171) Spaces must be used for alignment; tabs are not allowed
(#171) Tab found within whitespace
(#171) Line indented incorrectly; expected at least 8 spaces, found 2
(#172) Spaces must be used for alignment; tabs are not allowed
(#172) Tab found within whitespace
(#172) Line indented incorrectly; expected at least 8 spaces, found 2
(#173) Spaces must be used for alignment; tabs are not allowed
(#173) Tab found within whitespace
(#173) Line indented incorrectly; expected at least 8 spaces, found 2
(#174) Spaces must be used for alignment; tabs are not allowed
(#174) Tab found within whitespace
(#174) Line indented incorrectly; expected at least 8 spaces, found 2
(#175) Spaces must be used for alignment; tabs are not allowed
(#175) Tab found within whitespace
(#175) Line indented incorrectly; expected at least 8 spaces, found 2
(#176) Spaces must be used for alignment; tabs are not allowed
(#176) Tab found within whitespace
(#176) Line indented incorrectly; expected 4 spaces, found 1
(#177) Spaces must be used for alignment; tabs are not allowed
(#177) Tab found within whitespace
(#177) Whitespace found at end of line
(#178) Spaces must be used for alignment; tabs are not allowed
(#178) Tab found within whitespace
(#178) Line indented incorrectly; expected at least 4 spaces, found 1
(#179) Spaces must be used for alignment; tabs are not allowed
(#180) Spaces must be used for alignment; tabs are not allowed
(#180) Whitespace found at end of line
(#181) Spaces must be used for alignment; tabs are not allowed
(#182) Spaces must be used for alignment; tabs are not allowed
(#183) Spaces must be used for alignment; tabs are not allowed
(#184) Spaces must be used for alignment; tabs are not allowed
(#184) Tab found within whitespace
(#184) Line indented incorrectly; expected 4 spaces, found 1
(#184) Public method name "PHPWord_Section_Settings::setSettingValue" must be in lower-case letters only
(#185) Spaces must be used for alignment; tabs are not allowed
(#185) Tab found within whitespace
(#185) Line indented incorrectly; expected 8 spaces, found 2
(#185) Expected "if (...) {\n"; found "if(...) {\n"
(#186) Spaces must be used for alignment; tabs are not allowed
(#186) Tab found within whitespace
(#186) Line indented incorrectly; expected at least 12 spaces, found 3
(#187) Spaces must be used for alignment; tabs are not allowed
(#187) Tab found within whitespace
(#187) Line indented incorrectly; expected 8 spaces, found 2
(#187) Usage of ELSEIF not allowed; use ELSE IF instead
(#188) Spaces must be used for alignment; tabs are not allowed
(#188) Tab found within whitespace
(#188) Line indented incorrectly; expected at least 12 spaces, found 3
(#189) Spaces must be used for alignment; tabs are not allowed
(#189) Tab found within whitespace
(#189) Line indented incorrectly; expected 8 spaces, found 2
(#189) Usage of ELSEIF not allowed; use ELSE IF instead
(#190) Spaces must be used for alignment; tabs are not allowed
(#190) Tab found within whitespace
(#190) Line indented incorrectly; expected at least 12 spaces, found 3
(#191) Spaces must be used for alignment; tabs are not allowed
(#191) Tab found within whitespace
(#191) Line indented incorrectly; expected 8 spaces, found 2
(#191) Usage of ELSEIF not allowed; use ELSE IF instead
(#192) Spaces must be used for alignment; tabs are not allowed
(#192) Tab found within whitespace
(#192) Line indented incorrectly; expected at least 12 spaces, found 3
(#193) Spaces must be used for alignment; tabs are not allowed
(#193) Tab found within whitespace
(#193) Line indented incorrectly; expected 8 spaces, found 2
(#194) Spaces must be used for alignment; tabs are not allowed
(#194) Tab found within whitespace
(#194) Line indented incorrectly; expected at least 12 spaces, found 3
(#195) Spaces must be used for alignment; tabs are not allowed
(#195) Tab found within whitespace
(#195) Line indented incorrectly; expected 8 spaces, found 2
(#196) Spaces must be used for alignment; tabs are not allowed
(#196) Tab found within whitespace
(#196) Line indented incorrectly; expected 4 spaces, found 1
(#197) Spaces must be used for alignment; tabs are not allowed
(#197) Tab found within whitespace
(#197) Whitespace found at end of line
(#198) Spaces must be used for alignment; tabs are not allowed
(#198) Tab found within whitespace
(#198) Line indented incorrectly; expected at least 4 spaces, found 1
(#199) Spaces must be used for alignment; tabs are not allowed
(#200) Spaces must be used for alignment; tabs are not allowed
(#200) Whitespace found at end of line
(#201) Spaces must be used for alignment; tabs are not allowed
(#202) Spaces must be used for alignment; tabs are not allowed
(#203) Spaces must be used for alignment; tabs are not allowed
(#203) Tab found within whitespace
(#203) Line indented incorrectly; expected 4 spaces, found 1
(#203) Public method name "PHPWord_Section_Settings::getMarginTop" must be in lower-case letters only
(#204) Spaces must be used for alignment; tabs are not allowed
(#204) Tab found within whitespace
(#204) Line indented incorrectly; expected at least 8 spaces, found 2
(#205) Spaces must be used for alignment; tabs are not allowed
(#205) Tab found within whitespace
(#205) Line indented incorrectly; expected 4 spaces, found 1
(#207) Spaces must be used for alignment; tabs are not allowed
(#207) Tab found within whitespace
(#207) Line indented incorrectly; expected at least 4 spaces, found 1
(#208) Spaces must be used for alignment; tabs are not allowed
(#209) Spaces must be used for alignment; tabs are not allowed
(#209) Whitespace found at end of line
(#210) Spaces must be used for alignment; tabs are not allowed
(#211) Spaces must be used for alignment; tabs are not allowed
(#212) Spaces must be used for alignment; tabs are not allowed
(#212) Tab found within whitespace
(#212) Line indented incorrectly; expected 4 spaces, found 1
(#212) Public method name "PHPWord_Section_Settings::setMarginTop" must be in lower-case letters only
(#212) Variable "pValue" must be all lower-case
(#213) Spaces must be used for alignment; tabs are not allowed
(#213) Tab found within whitespace
(#213) Line indented incorrectly; expected at least 8 spaces, found 2
(#213) Variable "pValue" must be all lower-case
(#214) Spaces must be used for alignment; tabs are not allowed
(#214) Tab found within whitespace
(#214) Line indented incorrectly; expected at least 8 spaces, found 2
(#215) Spaces must be used for alignment; tabs are not allowed
(#215) Tab found within whitespace
(#215) Line indented incorrectly; expected 4 spaces, found 1
(#217) Spaces must be used for alignment; tabs are not allowed
(#217) Tab found within whitespace
(#217) Line indented incorrectly; expected at least 4 spaces, found 1
(#218) Spaces must be used for alignment; tabs are not allowed
(#219) Spaces must be used for alignment; tabs are not allowed
(#219) Whitespace found at end of line
(#220) Spaces must be used for alignment; tabs are not allowed
(#221) Spaces must be used for alignment; tabs are not allowed
(#222) Spaces must be used for alignment; tabs are not allowed
(#222) Tab found within whitespace
(#222) Line indented incorrectly; expected 4 spaces, found 1
(#222) Public method name "PHPWord_Section_Settings::getMarginLeft" must be in lower-case letters only
(#223) Spaces must be used for alignment; tabs are not allowed
(#223) Tab found within whitespace
(#223) Line indented incorrectly; expected at least 8 spaces, found 2
(#224) Spaces must be used for alignment; tabs are not allowed
(#224) Tab found within whitespace
(#224) Line indented incorrectly; expected 4 spaces, found 1
(#226) Spaces must be used for alignment; tabs are not allowed
(#226) Tab found within whitespace
(#226) Line indented incorrectly; expected at least 4 spaces, found 1
(#227) Spaces must be used for alignment; tabs are not allowed
(#228) Spaces must be used for alignment; tabs are not allowed
(#228) Whitespace found at end of line
(#229) Spaces must be used for alignment; tabs are not allowed
(#230) Spaces must be used for alignment; tabs are not allowed
(#231) Spaces must be used for alignment; tabs are not allowed
(#231) Tab found within whitespace
(#231) Line indented incorrectly; expected 4 spaces, found 1
(#231) Public method name "PHPWord_Section_Settings::setMarginLeft" must be in lower-case letters only
(#231) Variable "pValue" must be all lower-case
(#232) Spaces must be used for alignment; tabs are not allowed
(#232) Tab found within whitespace
(#232) Line indented incorrectly; expected at least 8 spaces, found 2
(#232) Variable "pValue" must be all lower-case
(#233) Spaces must be used for alignment; tabs are not allowed
(#233) Tab found within whitespace
(#233) Line indented incorrectly; expected at least 8 spaces, found 2
(#234) Spaces must be used for alignment; tabs are not allowed
(#234) Tab found within whitespace
(#234) Line indented incorrectly; expected 4 spaces, found 1
(#236) Spaces must be used for alignment; tabs are not allowed
(#236) Tab found within whitespace
(#236) Line indented incorrectly; expected at least 4 spaces, found 1
(#237) Spaces must be used for alignment; tabs are not allowed
(#238) Spaces must be used for alignment; tabs are not allowed
(#238) Whitespace found at end of line
(#239) Spaces must be used for alignment; tabs are not allowed
(#240) Spaces must be used for alignment; tabs are not allowed
(#241) Spaces must be used for alignment; tabs are not allowed
(#241) Tab found within whitespace
(#241) Line indented incorrectly; expected 4 spaces, found 1
(#241) Public method name "PHPWord_Section_Settings::getMarginRight" must be in lower-case letters only
(#242) Spaces must be used for alignment; tabs are not allowed
(#242) Tab found within whitespace
(#242) Line indented incorrectly; expected at least 8 spaces, found 2
(#243) Spaces must be used for alignment; tabs are not allowed
(#243) Tab found within whitespace
(#243) Line indented incorrectly; expected 4 spaces, found 1
(#245) Spaces must be used for alignment; tabs are not allowed
(#245) Tab found within whitespace
(#245) Line indented incorrectly; expected at least 4 spaces, found 1
(#246) Spaces must be used for alignment; tabs are not allowed
(#247) Spaces must be used for alignment; tabs are not allowed
(#247) Whitespace found at end of line
(#248) Spaces must be used for alignment; tabs are not allowed
(#249) Spaces must be used for alignment; tabs are not allowed
(#250) Spaces must be used for alignment; tabs are not allowed
(#250) Tab found within whitespace
(#250) Line indented incorrectly; expected 4 spaces, found 1
(#250) Public method name "PHPWord_Section_Settings::setMarginRight" must be in lower-case letters only
(#250) Variable "pValue" must be all lower-case
(#251) Spaces must be used for alignment; tabs are not allowed
(#251) Tab found within whitespace
(#251) Line indented incorrectly; expected at least 8 spaces, found 2
(#251) Variable "pValue" must be all lower-case
(#252) Spaces must be used for alignment; tabs are not allowed
(#252) Tab found within whitespace
(#252) Line indented incorrectly; expected at least 8 spaces, found 2
(#253) Spaces must be used for alignment; tabs are not allowed
(#253) Tab found within whitespace
(#253) Line indented incorrectly; expected 4 spaces, found 1
(#255) Spaces must be used for alignment; tabs are not allowed
(#255) Tab found within whitespace
(#255) Line indented incorrectly; expected at least 4 spaces, found 1
(#256) Spaces must be used for alignment; tabs are not allowed
(#257) Spaces must be used for alignment; tabs are not allowed
(#257) Whitespace found at end of line
(#258) Spaces must be used for alignment; tabs are not allowed
(#259) Spaces must be used for alignment; tabs are not allowed
(#260) Spaces must be used for alignment; tabs are not allowed
(#260) Tab found within whitespace
(#260) Line indented incorrectly; expected 4 spaces, found 1
(#260) Public method name "PHPWord_Section_Settings::getMarginBottom" must be in lower-case letters only
(#261) Spaces must be used for alignment; tabs are not allowed
(#261) Tab found within whitespace
(#261) Line indented incorrectly; expected at least 8 spaces, found 2
(#262) Spaces must be used for alignment; tabs are not allowed
(#262) Tab found within whitespace
(#262) Line indented incorrectly; expected 4 spaces, found 1
(#264) Spaces must be used for alignment; tabs are not allowed
(#264) Tab found within whitespace
(#264) Line indented incorrectly; expected at least 4 spaces, found 1
(#265) Spaces must be used for alignment; tabs are not allowed
(#266) Spaces must be used for alignment; tabs are not allowed
(#266) Whitespace found at end of line
(#267) Spaces must be used for alignment; tabs are not allowed
(#268) Spaces must be used for alignment; tabs are not allowed
(#269) Spaces must be used for alignment; tabs are not allowed
(#269) Tab found within whitespace
(#269) Line indented incorrectly; expected 4 spaces, found 1
(#269) Public method name "PHPWord_Section_Settings::setMarginBottom" must be in lower-case letters only
(#269) Variable "pValue" must be all lower-case
(#270) Spaces must be used for alignment; tabs are not allowed
(#270) Tab found within whitespace
(#270) Line indented incorrectly; expected at least 8 spaces, found 2
(#270) Variable "pValue" must be all lower-case
(#271) Spaces must be used for alignment; tabs are not allowed
(#271) Tab found within whitespace
(#271) Line indented incorrectly; expected at least 8 spaces, found 2
(#272) Spaces must be used for alignment; tabs are not allowed
(#272) Tab found within whitespace
(#272) Line indented incorrectly; expected 4 spaces, found 1
(#273) Spaces must be used for alignment; tabs are not allowed
(#273) Tab found within whitespace
(#273) Whitespace found at end of line
(#274) Spaces must be used for alignment; tabs are not allowed
(#274) Tab found within whitespace
(#274) Line indented incorrectly; expected at least 4 spaces, found 1
(#275) Spaces must be used for alignment; tabs are not allowed
(#276) Spaces must be used for alignment; tabs are not allowed
(#277) Spaces must be used for alignment; tabs are not allowed
(#277) Tab found within whitespace
(#277) Line indented incorrectly; expected 4 spaces, found 1
(#277) Public method name "PHPWord_Section_Settings::setLandscape" must be in lower-case letters only
(#278) Spaces must be used for alignment; tabs are not allowed
(#278) Tab found within whitespace
(#278) Line indented incorrectly; expected at least 8 spaces, found 2
(#279) Spaces must be used for alignment; tabs are not allowed
(#279) Tab found within whitespace
(#279) Line indented incorrectly; expected at least 8 spaces, found 2
(#280) Spaces must be used for alignment; tabs are not allowed
(#280) Tab found within whitespace
(#280) Line indented incorrectly; expected at least 8 spaces, found 2
(#281) Spaces must be used for alignment; tabs are not allowed
(#281) Tab found within whitespace
(#281) Line indented incorrectly; expected 4 spaces, found 1
(#282) Spaces must be used for alignment; tabs are not allowed
(#282) Tab found within whitespace
(#282) Whitespace found at end of line
(#283) Spaces must be used for alignment; tabs are not allowed
(#283) Tab found within whitespace
(#283) Line indented incorrectly; expected at least 4 spaces, found 1
(#284) Spaces must be used for alignment; tabs are not allowed
(#285) Spaces must be used for alignment; tabs are not allowed
(#286) Spaces must be used for alignment; tabs are not allowed
(#286) Tab found within whitespace
(#286) Line indented incorrectly; expected 4 spaces, found 1
(#286) Public method name "PHPWord_Section_Settings::setPortrait" must be in lower-case letters only
(#287) Spaces must be used for alignment; tabs are not allowed
(#287) Tab found within whitespace
(#287) Line indented incorrectly; expected at least 8 spaces, found 2
(#288) Spaces must be used for alignment; tabs are not allowed
(#288) Tab found within whitespace
(#288) Line indented incorrectly; expected at least 8 spaces, found 2
(#289) Spaces must be used for alignment; tabs are not allowed
(#289) Tab found within whitespace
(#289) Line indented incorrectly; expected at least 8 spaces, found 2
(#290) Spaces must be used for alignment; tabs are not allowed
(#290) Tab found within whitespace
(#290) Line indented incorrectly; expected 4 spaces, found 1
(#291) Spaces must be used for alignment; tabs are not allowed
(#291) Tab found within whitespace
(#291) Whitespace found at end of line
(#292) Spaces must be used for alignment; tabs are not allowed
(#292) Tab found within whitespace
(#292) Line indented incorrectly; expected at least 4 spaces, found 1
(#293) Spaces must be used for alignment; tabs are not allowed
(#294) Spaces must be used for alignment; tabs are not allowed
(#294) Whitespace found at end of line
(#295) Spaces must be used for alignment; tabs are not allowed
(#296) Spaces must be used for alignment; tabs are not allowed
(#297) Spaces must be used for alignment; tabs are not allowed
(#297) Tab found within whitespace
(#297) Line indented incorrectly; expected 4 spaces, found 1
(#297) Public method name "PHPWord_Section_Settings::getPageSizeW" must be in lower-case letters only
(#298) Spaces must be used for alignment; tabs are not allowed
(#298) Tab found within whitespace
(#298) Line indented incorrectly; expected at least 8 spaces, found 2
(#299) Spaces must be used for alignment; tabs are not allowed
(#299) Tab found within whitespace
(#299) Line indented incorrectly; expected 4 spaces, found 1
(#300) Spaces must be used for alignment; tabs are not allowed
(#300) Tab found within whitespace
(#300) Whitespace found at end of line
(#301) Spaces must be used for alignment; tabs are not allowed
(#301) Tab found within whitespace
(#301) Line indented incorrectly; expected at least 4 spaces, found 1
(#302) Spaces must be used for alignment; tabs are not allowed
(#303) Spaces must be used for alignment; tabs are not allowed
(#303) Whitespace found at end of line
(#304) Spaces must be used for alignment; tabs are not allowed
(#305) Spaces must be used for alignment; tabs are not allowed
(#306) Spaces must be used for alignment; tabs are not allowed
(#306) Tab found within whitespace
(#306) Line indented incorrectly; expected 4 spaces, found 1
(#306) Public method name "PHPWord_Section_Settings::getPageSizeH" must be in lower-case letters only
(#307) Spaces must be used for alignment; tabs are not allowed
(#307) Tab found within whitespace
(#307) Line indented incorrectly; expected at least 8 spaces, found 2
(#308) Spaces must be used for alignment; tabs are not allowed
(#308) Tab found within whitespace
(#308) Line indented incorrectly; expected 4 spaces, found 1
(#309) Spaces must be used for alignment; tabs are not allowed
(#309) Tab found within whitespace
(#309) Whitespace found at end of line
(#310) Spaces must be used for alignment; tabs are not allowed
(#310) Tab found within whitespace
(#310) Line indented incorrectly; expected at least 4 spaces, found 1
(#311) Spaces must be used for alignment; tabs are not allowed
(#312) Spaces must be used for alignment; tabs are not allowed
(#312) Whitespace found at end of line
(#313) Spaces must be used for alignment; tabs are not allowed
(#314) Spaces must be used for alignment; tabs are not allowed
(#315) Spaces must be used for alignment; tabs are not allowed
(#315) Tab found within whitespace
(#315) Line indented incorrectly; expected 4 spaces, found 1
(#315) Public method name "PHPWord_Section_Settings::getOrientation" must be in lower-case letters only
(#316) Spaces must be used for alignment; tabs are not allowed
(#316) Tab found within whitespace
(#316) Line indented incorrectly; expected at least 8 spaces, found 2
(#317) Spaces must be used for alignment; tabs are not allowed
(#317) Tab found within whitespace
(#317) Line indented incorrectly; expected 4 spaces, found 1
(#318) Spaces must be used for alignment; tabs are not allowed
(#318) Tab found within whitespace
(#318) Whitespace found at end of line
(#319) Spaces must be used for alignment; tabs are not allowed
(#319) Tab found within whitespace
(#319) Line indented incorrectly; expected at least 4 spaces, found 1
(#320) Spaces must be used for alignment; tabs are not allowed
(#321) Spaces must be used for alignment; tabs are not allowed
(#321) Whitespace found at end of line
(#322) Spaces must be used for alignment; tabs are not allowed
(#323) Spaces must be used for alignment; tabs are not allowed
(#324) Spaces must be used for alignment; tabs are not allowed
(#324) Tab found within whitespace
(#324) Line indented incorrectly; expected 4 spaces, found 1
(#324) Public method name "PHPWord_Section_Settings::setBorderSize" must be in lower-case letters only
(#324) Variable "pValue" must be all lower-case
(#325) Spaces must be used for alignment; tabs are not allowed
(#325) Tab found within whitespace
(#325) Line indented incorrectly; expected at least 8 spaces, found 2
(#325) Variable "pValue" must be all lower-case
(#326) Spaces must be used for alignment; tabs are not allowed
(#326) Tab found within whitespace
(#326) Line indented incorrectly; expected at least 8 spaces, found 2
(#326) Variable "pValue" must be all lower-case
(#327) Spaces must be used for alignment; tabs are not allowed
(#327) Tab found within whitespace
(#327) Line indented incorrectly; expected at least 8 spaces, found 2
(#327) Variable "pValue" must be all lower-case
(#328) Spaces must be used for alignment; tabs are not allowed
(#328) Tab found within whitespace
(#328) Line indented incorrectly; expected at least 8 spaces, found 2
(#328) Variable "pValue" must be all lower-case
(#329) Spaces must be used for alignment; tabs are not allowed
(#329) Tab found within whitespace
(#329) Line indented incorrectly; expected 4 spaces, found 1
(#330) Spaces must be used for alignment; tabs are not allowed
(#330) Tab found within whitespace
(#330) Whitespace found at end of line
(#331) Spaces must be used for alignment; tabs are not allowed
(#331) Tab found within whitespace
(#331) Line indented incorrectly; expected at least 4 spaces, found 1
(#332) Spaces must be used for alignment; tabs are not allowed
(#333) Spaces must be used for alignment; tabs are not allowed
(#333) Whitespace found at end of line
(#334) Spaces must be used for alignment; tabs are not allowed
(#335) Spaces must be used for alignment; tabs are not allowed
(#336) Spaces must be used for alignment; tabs are not allowed
(#336) Tab found within whitespace
(#336) Line indented incorrectly; expected 4 spaces, found 1
(#336) Public method name "PHPWord_Section_Settings::getBorderSize" must be in lower-case letters only
(#337) Spaces must be used for alignment; tabs are not allowed
(#337) Tab found within whitespace
(#337) Line indented incorrectly; expected at least 8 spaces, found 2
(#338) Spaces must be used for alignment; tabs are not allowed
(#338) Tab found within whitespace
(#338) Line indented incorrectly; expected at least 8 spaces, found 2
(#339) Spaces must be used for alignment; tabs are not allowed
(#339) Tab found within whitespace
(#339) Line indented incorrectly; expected at least 8 spaces, found 2
(#340) Spaces must be used for alignment; tabs are not allowed
(#340) Tab found within whitespace
(#340) Line indented incorrectly; expected at least 8 spaces, found 2
(#341) Spaces must be used for alignment; tabs are not allowed
(#341) Tab found within whitespace
(#341) Whitespace found at end of line
(#342) Spaces must be used for alignment; tabs are not allowed
(#342) Tab found within whitespace
(#342) Line indented incorrectly; expected at least 8 spaces, found 2
(#343) Spaces must be used for alignment; tabs are not allowed
(#343) Tab found within whitespace
(#343) Line indented incorrectly; expected 4 spaces, found 1
(#344) Spaces must be used for alignment; tabs are not allowed
(#344) Tab found within whitespace
(#344) Whitespace found at end of line
(#345) Spaces must be used for alignment; tabs are not allowed
(#345) Tab found within whitespace
(#345) Line indented incorrectly; expected at least 4 spaces, found 1
(#346) Spaces must be used for alignment; tabs are not allowed
(#347) Spaces must be used for alignment; tabs are not allowed
(#347) Whitespace found at end of line
(#348) Spaces must be used for alignment; tabs are not allowed
(#349) Spaces must be used for alignment; tabs are not allowed
(#350) Spaces must be used for alignment; tabs are not allowed
(#350) Tab found within whitespace
(#350) Line indented incorrectly; expected 4 spaces, found 1
(#350) Public method name "PHPWord_Section_Settings::setBorderColor" must be in lower-case letters only
(#350) Variable "pValue" must be all lower-case
(#351) Spaces must be used for alignment; tabs are not allowed
(#351) Tab found within whitespace
(#351) Line indented incorrectly; expected at least 8 spaces, found 2
(#351) Variable "pValue" must be all lower-case
(#352) Spaces must be used for alignment; tabs are not allowed
(#352) Tab found within whitespace
(#352) Line indented incorrectly; expected at least 8 spaces, found 2
(#352) Variable "pValue" must be all lower-case
(#353) Spaces must be used for alignment; tabs are not allowed
(#353) Tab found within whitespace
(#353) Line indented incorrectly; expected at least 8 spaces, found 2
(#353) Variable "pValue" must be all lower-case
(#354) Spaces must be used for alignment; tabs are not allowed
(#354) Tab found within whitespace
(#354) Line indented incorrectly; expected at least 8 spaces, found 2
(#354) Variable "pValue" must be all lower-case
(#355) Spaces must be used for alignment; tabs are not allowed
(#355) Tab found within whitespace
(#355) Line indented incorrectly; expected 4 spaces, found 1
(#356) Spaces must be used for alignment; tabs are not allowed
(#356) Tab found within whitespace
(#356) Whitespace found at end of line
(#357) Spaces must be used for alignment; tabs are not allowed
(#357) Tab found within whitespace
(#357) Line indented incorrectly; expected at least 4 spaces, found 1
(#358) Spaces must be used for alignment; tabs are not allowed
(#359) Spaces must be used for alignment; tabs are not allowed
(#359) Whitespace found at end of line
(#360) Spaces must be used for alignment; tabs are not allowed
(#361) Spaces must be used for alignment; tabs are not allowed
(#362) Spaces must be used for alignment; tabs are not allowed
(#362) Tab found within whitespace
(#362) Line indented incorrectly; expected 4 spaces, found 1
(#362) Public method name "PHPWord_Section_Settings::getBorderColor" must be in lower-case letters only
(#363) Spaces must be used for alignment; tabs are not allowed
(#363) Tab found within whitespace
(#363) Line indented incorrectly; expected at least 8 spaces, found 2
(#364) Spaces must be used for alignment; tabs are not allowed
(#364) Tab found within whitespace
(#364) Line indented incorrectly; expected at least 8 spaces, found 2
(#365) Spaces must be used for alignment; tabs are not allowed
(#365) Tab found within whitespace
(#365) Line indented incorrectly; expected at least 8 spaces, found 2
(#366) Spaces must be used for alignment; tabs are not allowed
(#366) Tab found within whitespace
(#366) Line indented incorrectly; expected at least 8 spaces, found 2
(#367) Spaces must be used for alignment; tabs are not allowed
(#367) Tab found within whitespace
(#367) Whitespace found at end of line
(#368) Spaces must be used for alignment; tabs are not allowed
(#368) Tab found within whitespace
(#368) Line indented incorrectly; expected at least 8 spaces, found 2
(#369) Spaces must be used for alignment; tabs are not allowed
(#369) Tab found within whitespace
(#369) Line indented incorrectly; expected 4 spaces, found 1
(#370) Spaces must be used for alignment; tabs are not allowed
(#370) Tab found within whitespace
(#370) Whitespace found at end of line
(#371) Spaces must be used for alignment; tabs are not allowed
(#371) Tab found within whitespace
(#371) Line indented incorrectly; expected at least 4 spaces, found 1
(#372) Spaces must be used for alignment; tabs are not allowed
(#373) Spaces must be used for alignment; tabs are not allowed
(#373) Whitespace found at end of line
(#374) Spaces must be used for alignment; tabs are not allowed
(#375) Spaces must be used for alignment; tabs are not allowed
(#376) Spaces must be used for alignment; tabs are not allowed
(#376) Tab found within whitespace
(#376) Line indented incorrectly; expected 4 spaces, found 1
(#376) Public method name "PHPWord_Section_Settings::setBorderTopSize" must be in lower-case letters only
(#376) Variable "pValue" must be all lower-case
(#377) Spaces must be used for alignment; tabs are not allowed
(#377) Tab found within whitespace
(#377) Line indented incorrectly; expected at least 8 spaces, found 2
(#377) Variable "pValue" must be all lower-case
(#378) Spaces must be used for alignment; tabs are not allowed
(#378) Tab found within whitespace
(#378) Line indented incorrectly; expected 4 spaces, found 1
(#379) Spaces must be used for alignment; tabs are not allowed
(#379) Tab found within whitespace
(#379) Whitespace found at end of line
(#380) Spaces must be used for alignment; tabs are not allowed
(#380) Tab found within whitespace
(#380) Line indented incorrectly; expected at least 4 spaces, found 1
(#381) Spaces must be used for alignment; tabs are not allowed
(#382) Spaces must be used for alignment; tabs are not allowed
(#382) Whitespace found at end of line
(#383) Spaces must be used for alignment; tabs are not allowed
(#384) Spaces must be used for alignment; tabs are not allowed
(#385) Spaces must be used for alignment; tabs are not allowed
(#385) Tab found within whitespace
(#385) Line indented incorrectly; expected 4 spaces, found 1
(#385) Public method name "PHPWord_Section_Settings::getBorderTopSize" must be in lower-case letters only
(#386) Spaces must be used for alignment; tabs are not allowed
(#386) Tab found within whitespace
(#386) Line indented incorrectly; expected at least 8 spaces, found 2
(#387) Spaces must be used for alignment; tabs are not allowed
(#387) Tab found within whitespace
(#387) Line indented incorrectly; expected 4 spaces, found 1
(#388) Spaces must be used for alignment; tabs are not allowed
(#388) Tab found within whitespace
(#388) Whitespace found at end of line
(#389) Spaces must be used for alignment; tabs are not allowed
(#389) Tab found within whitespace
(#389) Line indented incorrectly; expected at least 4 spaces, found 1
(#390) Spaces must be used for alignment; tabs are not allowed
(#391) Spaces must be used for alignment; tabs are not allowed
(#391) Whitespace found at end of line
(#392) Spaces must be used for alignment; tabs are not allowed
(#393) Spaces must be used for alignment; tabs are not allowed
(#394) Spaces must be used for alignment; tabs are not allowed
(#394) Tab found within whitespace
(#394) Line indented incorrectly; expected 4 spaces, found 1
(#394) Public method name "PHPWord_Section_Settings::setBorderTopColor" must be in lower-case letters only
(#394) Variable "pValue" must be all lower-case
(#395) Spaces must be used for alignment; tabs are not allowed
(#395) Tab found within whitespace
(#395) Line indented incorrectly; expected at least 8 spaces, found 2
(#395) Variable "pValue" must be all lower-case
(#396) Spaces must be used for alignment; tabs are not allowed
(#396) Tab found within whitespace
(#396) Line indented incorrectly; expected 4 spaces, found 1
(#397) Spaces must be used for alignment; tabs are not allowed
(#397) Tab found within whitespace
(#397) Whitespace found at end of line
(#398) Spaces must be used for alignment; tabs are not allowed
(#398) Tab found within whitespace
(#398) Line indented incorrectly; expected at least 4 spaces, found 1
(#399) Spaces must be used for alignment; tabs are not allowed
(#400) Spaces must be used for alignment; tabs are not allowed
(#400) Whitespace found at end of line
(#401) Spaces must be used for alignment; tabs are not allowed
(#402) Spaces must be used for alignment; tabs are not allowed
(#403) Spaces must be used for alignment; tabs are not allowed
(#403) Tab found within whitespace
(#403) Line indented incorrectly; expected 4 spaces, found 1
(#403) Public method name "PHPWord_Section_Settings::getBorderTopColor" must be in lower-case letters only
(#404) Spaces must be used for alignment; tabs are not allowed
(#404) Tab found within whitespace
(#404) Line indented incorrectly; expected at least 8 spaces, found 2
(#405) Spaces must be used for alignment; tabs are not allowed
(#405) Tab found within whitespace
(#405) Line indented incorrectly; expected 4 spaces, found 1
(#406) Spaces must be used for alignment; tabs are not allowed
(#406) Tab found within whitespace
(#406) Whitespace found at end of line
(#407) Spaces must be used for alignment; tabs are not allowed
(#407) Tab found within whitespace
(#407) Line indented incorrectly; expected at least 4 spaces, found 1
(#408) Spaces must be used for alignment; tabs are not allowed
(#409) Spaces must be used for alignment; tabs are not allowed
(#409) Whitespace found at end of line
(#410) Spaces must be used for alignment; tabs are not allowed
(#411) Spaces must be used for alignment; tabs are not allowed
(#412) Spaces must be used for alignment; tabs are not allowed
(#412) Tab found within whitespace
(#412) Line indented incorrectly; expected 4 spaces, found 1
(#412) Public method name "PHPWord_Section_Settings::setBorderLeftSize" must be in lower-case letters only
(#412) Variable "pValue" must be all lower-case
(#413) Spaces must be used for alignment; tabs are not allowed
(#413) Tab found within whitespace
(#413) Line indented incorrectly; expected at least 8 spaces, found 2
(#413) Variable "pValue" must be all lower-case
(#414) Spaces must be used for alignment; tabs are not allowed
(#414) Tab found within whitespace
(#414) Line indented incorrectly; expected 4 spaces, found 1
(#415) Spaces must be used for alignment; tabs are not allowed
(#415) Tab found within whitespace
(#415) Whitespace found at end of line
(#416) Spaces must be used for alignment; tabs are not allowed
(#416) Tab found within whitespace
(#416) Line indented incorrectly; expected at least 4 spaces, found 1
(#417) Spaces must be used for alignment; tabs are not allowed
(#418) Spaces must be used for alignment; tabs are not allowed
(#418) Whitespace found at end of line
(#419) Spaces must be used for alignment; tabs are not allowed
(#420) Spaces must be used for alignment; tabs are not allowed
(#421) Spaces must be used for alignment; tabs are not allowed
(#421) Tab found within whitespace
(#421) Line indented incorrectly; expected 4 spaces, found 1
(#421) Public method name "PHPWord_Section_Settings::getBorderLeftSize" must be in lower-case letters only
(#422) Spaces must be used for alignment; tabs are not allowed
(#422) Tab found within whitespace
(#422) Line indented incorrectly; expected at least 8 spaces, found 2
(#423) Spaces must be used for alignment; tabs are not allowed
(#423) Tab found within whitespace
(#423) Line indented incorrectly; expected 4 spaces, found 1
(#424) Spaces must be used for alignment; tabs are not allowed
(#424) Tab found within whitespace
(#424) Whitespace found at end of line
(#425) Spaces must be used for alignment; tabs are not allowed
(#425) Tab found within whitespace
(#425) Line indented incorrectly; expected at least 4 spaces, found 1
(#426) Spaces must be used for alignment; tabs are not allowed
(#427) Spaces must be used for alignment; tabs are not allowed
(#427) Whitespace found at end of line
(#428) Spaces must be used for alignment; tabs are not allowed
(#429) Spaces must be used for alignment; tabs are not allowed
(#430) Spaces must be used for alignment; tabs are not allowed
(#430) Tab found within whitespace
(#430) Line indented incorrectly; expected 4 spaces, found 1
(#430) Public method name "PHPWord_Section_Settings::setBorderLeftColor" must be in lower-case letters only
(#430) Variable "pValue" must be all lower-case
(#431) Spaces must be used for alignment; tabs are not allowed
(#431) Tab found within whitespace
(#431) Line indented incorrectly; expected at least 8 spaces, found 2
(#431) Variable "pValue" must be all lower-case
(#432) Spaces must be used for alignment; tabs are not allowed
(#432) Tab found within whitespace
(#432) Line indented incorrectly; expected 4 spaces, found 1
(#433) Spaces must be used for alignment; tabs are not allowed
(#433) Tab found within whitespace
(#433) Whitespace found at end of line
(#434) Spaces must be used for alignment; tabs are not allowed
(#434) Tab found within whitespace
(#434) Line indented incorrectly; expected at least 4 spaces, found 1
(#435) Spaces must be used for alignment; tabs are not allowed
(#436) Spaces must be used for alignment; tabs are not allowed
(#436) Whitespace found at end of line
(#437) Spaces must be used for alignment; tabs are not allowed
(#438) Spaces must be used for alignment; tabs are not allowed
(#439) Spaces must be used for alignment; tabs are not allowed
(#439) Tab found within whitespace
(#439) Line indented incorrectly; expected 4 spaces, found 1
(#439) Public method name "PHPWord_Section_Settings::getBorderLeftColor" must be in lower-case letters only
(#440) Spaces must be used for alignment; tabs are not allowed
(#440) Tab found within whitespace
(#440) Line indented incorrectly; expected at least 8 spaces, found 2
(#441) Spaces must be used for alignment; tabs are not allowed
(#441) Tab found within whitespace
(#441) Line indented incorrectly; expected 4 spaces, found 1
(#442) Spaces must be used for alignment; tabs are not allowed
(#442) Tab found within whitespace
(#442) Whitespace found at end of line
(#443) Spaces must be used for alignment; tabs are not allowed
(#443) Tab found within whitespace
(#443) Line indented incorrectly; expected at least 4 spaces, found 1
(#444) Spaces must be used for alignment; tabs are not allowed
(#445) Spaces must be used for alignment; tabs are not allowed
(#445) Whitespace found at end of line
(#446) Spaces must be used for alignment; tabs are not allowed
(#447) Spaces must be used for alignment; tabs are not allowed
(#448) Spaces must be used for alignment; tabs are not allowed
(#448) Tab found within whitespace
(#448) Line indented incorrectly; expected 4 spaces, found 1
(#448) Public method name "PHPWord_Section_Settings::setBorderRightSize" must be in lower-case letters only
(#448) Variable "pValue" must be all lower-case
(#449) Spaces must be used for alignment; tabs are not allowed
(#449) Tab found within whitespace
(#449) Line indented incorrectly; expected at least 8 spaces, found 2
(#449) Variable "pValue" must be all lower-case
(#450) Spaces must be used for alignment; tabs are not allowed
(#450) Tab found within whitespace
(#450) Line indented incorrectly; expected 4 spaces, found 1
(#451) Spaces must be used for alignment; tabs are not allowed
(#451) Tab found within whitespace
(#451) Whitespace found at end of line
(#452) Spaces must be used for alignment; tabs are not allowed
(#452) Tab found within whitespace
(#452) Line indented incorrectly; expected at least 4 spaces, found 1
(#453) Spaces must be used for alignment; tabs are not allowed
(#454) Spaces must be used for alignment; tabs are not allowed
(#454) Whitespace found at end of line
(#455) Spaces must be used for alignment; tabs are not allowed
(#456) Spaces must be used for alignment; tabs are not allowed
(#457) Spaces must be used for alignment; tabs are not allowed
(#457) Tab found within whitespace
(#457) Line indented incorrectly; expected 4 spaces, found 1
(#457) Public method name "PHPWord_Section_Settings::getBorderRightSize" must be in lower-case letters only
(#458) Spaces must be used for alignment; tabs are not allowed
(#458) Tab found within whitespace
(#458) Line indented incorrectly; expected at least 8 spaces, found 2
(#459) Spaces must be used for alignment; tabs are not allowed
(#459) Tab found within whitespace
(#459) Line indented incorrectly; expected 4 spaces, found 1
(#460) Spaces must be used for alignment; tabs are not allowed
(#460) Tab found within whitespace
(#460) Whitespace found at end of line
(#461) Spaces must be used for alignment; tabs are not allowed
(#461) Tab found within whitespace
(#461) Line indented incorrectly; expected at least 4 spaces, found 1
(#462) Spaces must be used for alignment; tabs are not allowed
(#463) Spaces must be used for alignment; tabs are not allowed
(#463) Whitespace found at end of line
(#464) Spaces must be used for alignment; tabs are not allowed
(#465) Spaces must be used for alignment; tabs are not allowed
(#466) Spaces must be used for alignment; tabs are not allowed
(#466) Tab found within whitespace
(#466) Line indented incorrectly; expected 4 spaces, found 1
(#466) Public method name "PHPWord_Section_Settings::setBorderRightColor" must be in lower-case letters only
(#466) Variable "pValue" must be all lower-case
(#467) Spaces must be used for alignment; tabs are not allowed
(#467) Tab found within whitespace
(#467) Line indented incorrectly; expected at least 8 spaces, found 2
(#467) Variable "pValue" must be all lower-case
(#468) Spaces must be used for alignment; tabs are not allowed
(#468) Tab found within whitespace
(#468) Line indented incorrectly; expected 4 spaces, found 1
(#469) Spaces must be used for alignment; tabs are not allowed
(#469) Tab found within whitespace
(#469) Whitespace found at end of line
(#470) Spaces must be used for alignment; tabs are not allowed
(#470) Tab found within whitespace
(#470) Line indented incorrectly; expected at least 4 spaces, found 1
(#471) Spaces must be used for alignment; tabs are not allowed
(#472) Spaces must be used for alignment; tabs are not allowed
(#472) Whitespace found at end of line
(#473) Spaces must be used for alignment; tabs are not allowed
(#474) Spaces must be used for alignment; tabs are not allowed
(#475) Spaces must be used for alignment; tabs are not allowed
(#475) Tab found within whitespace
(#475) Line indented incorrectly; expected 4 spaces, found 1
(#475) Public method name "PHPWord_Section_Settings::getBorderRightColor" must be in lower-case letters only
(#476) Spaces must be used for alignment; tabs are not allowed
(#476) Tab found within whitespace
(#476) Line indented incorrectly; expected at least 8 spaces, found 2
(#477) Spaces must be used for alignment; tabs are not allowed
(#477) Tab found within whitespace
(#477) Line indented incorrectly; expected 4 spaces, found 1
(#478) Spaces must be used for alignment; tabs are not allowed
(#478) Tab found within whitespace
(#478) Whitespace found at end of line
(#479) Spaces must be used for alignment; tabs are not allowed
(#479) Tab found within whitespace
(#479) Line indented incorrectly; expected at least 4 spaces, found 1
(#480) Spaces must be used for alignment; tabs are not allowed
(#481) Spaces must be used for alignment; tabs are not allowed
(#481) Whitespace found at end of line
(#482) Spaces must be used for alignment; tabs are not allowed
(#483) Spaces must be used for alignment; tabs are not allowed
(#484) Spaces must be used for alignment; tabs are not allowed
(#484) Tab found within whitespace
(#484) Line indented incorrectly; expected 4 spaces, found 1
(#484) Public method name "PHPWord_Section_Settings::setBorderBottomSize" must be in lower-case letters only
(#484) Variable "pValue" must be all lower-case
(#485) Spaces must be used for alignment; tabs are not allowed
(#485) Tab found within whitespace
(#485) Line indented incorrectly; expected at least 8 spaces, found 2
(#485) Variable "pValue" must be all lower-case
(#486) Spaces must be used for alignment; tabs are not allowed
(#486) Tab found within whitespace
(#486) Line indented incorrectly; expected 4 spaces, found 1
(#487) Spaces must be used for alignment; tabs are not allowed
(#487) Tab found within whitespace
(#487) Whitespace found at end of line
(#488) Spaces must be used for alignment; tabs are not allowed
(#488) Tab found within whitespace
(#488) Line indented incorrectly; expected at least 4 spaces, found 1
(#489) Spaces must be used for alignment; tabs are not allowed
(#490) Spaces must be used for alignment; tabs are not allowed
(#490) Whitespace found at end of line
(#491) Spaces must be used for alignment; tabs are not allowed
(#492) Spaces must be used for alignment; tabs are not allowed
(#493) Spaces must be used for alignment; tabs are not allowed
(#493) Tab found within whitespace
(#493) Line indented incorrectly; expected 4 spaces, found 1
(#493) Public method name "PHPWord_Section_Settings::getBorderBottomSize" must be in lower-case letters only
(#494) Spaces must be used for alignment; tabs are not allowed
(#494) Tab found within whitespace
(#494) Line indented incorrectly; expected at least 8 spaces, found 2
(#495) Spaces must be used for alignment; tabs are not allowed
(#495) Tab found within whitespace
(#495) Line indented incorrectly; expected 4 spaces, found 1
(#496) Spaces must be used for alignment; tabs are not allowed
(#496) Tab found within whitespace
(#496) Whitespace found at end of line
(#497) Spaces must be used for alignment; tabs are not allowed
(#497) Tab found within whitespace
(#497) Line indented incorrectly; expected at least 4 spaces, found 1
(#498) Spaces must be used for alignment; tabs are not allowed
(#499) Spaces must be used for alignment; tabs are not allowed
(#499) Whitespace found at end of line
(#500) Spaces must be used for alignment; tabs are not allowed
(#501) Spaces must be used for alignment; tabs are not allowed
(#502) Spaces must be used for alignment; tabs are not allowed
(#502) Tab found within whitespace
(#502) Line indented incorrectly; expected 4 spaces, found 1
(#502) Public method name "PHPWord_Section_Settings::setBorderBottomColor" must be in lower-case letters only
(#502) Variable "pValue" must be all lower-case
(#503) Spaces must be used for alignment; tabs are not allowed
(#503) Tab found within whitespace
(#503) Line indented incorrectly; expected at least 8 spaces, found 2
(#503) Variable "pValue" must be all lower-case
(#504) Spaces must be used for alignment; tabs are not allowed
(#504) Tab found within whitespace
(#504) Line indented incorrectly; expected 4 spaces, found 1
(#505) Spaces must be used for alignment; tabs are not allowed
(#505) Tab found within whitespace
(#505) Whitespace found at end of line
(#506) Spaces must be used for alignment; tabs are not allowed
(#506) Tab found within whitespace
(#506) Line indented incorrectly; expected at least 4 spaces, found 1
(#507) Spaces must be used for alignment; tabs are not allowed
(#508) Spaces must be used for alignment; tabs are not allowed
(#508) Whitespace found at end of line
(#509) Spaces must be used for alignment; tabs are not allowed
(#510) Spaces must be used for alignment; tabs are not allowed
(#511) Spaces must be used for alignment; tabs are not allowed
(#511) Tab found within whitespace
(#511) Line indented incorrectly; expected 4 spaces, found 1
(#511) Public method name "PHPWord_Section_Settings::getBorderBottomColor" must be in lower-case letters only
(#512) Spaces must be used for alignment; tabs are not allowed
(#512) Tab found within whitespace
(#512) Line indented incorrectly; expected at least 8 spaces, found 2
(#513) Spaces must be used for alignment; tabs are not allowed
(#513) Tab found within whitespace
(#513) Line indented incorrectly; expected 4 spaces, found 1
(#515) A closing tag is not permitted at the end of a PHP file
mod/offlinequiz/lib/PHPWord/Section/Table.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#36) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Whitespace found at end of line
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected at least 4 spaces, found 1
(#39) Spaces must be used to indent lines; tabs are not allowed
(#40) Spaces must be used to indent lines; tabs are not allowed
(#41) Spaces must be used to indent lines; tabs are not allowed
(#42) Spaces must be used to indent lines; tabs are not allowed
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected 4 spaces, found 1
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Whitespace found at end of line
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected at least 4 spaces, found 1
(#46) Spaces must be used to indent lines; tabs are not allowed
(#47) Spaces must be used to indent lines; tabs are not allowed
(#48) Spaces must be used to indent lines; tabs are not allowed
(#49) Spaces must be used to indent lines; tabs are not allowed
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected 4 spaces, found 1
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Whitespace found at end of line
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected at least 4 spaces, found 1
(#53) Spaces must be used to indent lines; tabs are not allowed
(#54) Spaces must be used to indent lines; tabs are not allowed
(#55) Spaces must be used to indent lines; tabs are not allowed
(#56) Spaces must be used to indent lines; tabs are not allowed
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected 4 spaces, found 1
(#57) Member variable "_rowHeights" must be all lower-case
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Whitespace found at end of line
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#59) Line indented incorrectly; expected at least 4 spaces, found 1
(#60) Spaces must be used to indent lines; tabs are not allowed
(#61) Spaces must be used to indent lines; tabs are not allowed
(#62) Spaces must be used to indent lines; tabs are not allowed
(#63) Spaces must be used to indent lines; tabs are not allowed
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected 4 spaces, found 1
(#64) Member variable "_insideOf" must be all lower-case
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Tab found within whitespace
(#65) Whitespace found at end of line
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected at least 4 spaces, found 1
(#67) Spaces must be used to indent lines; tabs are not allowed
(#68) Spaces must be used to indent lines; tabs are not allowed
(#69) Spaces must be used to indent lines; tabs are not allowed
(#70) Spaces must be used to indent lines; tabs are not allowed
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected 4 spaces, found 1
(#71) Member variable "_pCount" must be all lower-case
(#72) Spaces must be used to indent lines; tabs are not allowed
(#72) Tab found within whitespace
(#72) Whitespace found at end of line
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Whitespace found at end of line
(#74) Spaces must be used to indent lines; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected at least 4 spaces, found 1
(#75) Spaces must be used to indent lines; tabs are not allowed
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Whitespace found at end of line
(#77) Spaces must be used to indent lines; tabs are not allowed
(#78) Spaces must be used to indent lines; tabs are not allowed
(#79) Spaces must be used to indent lines; tabs are not allowed
(#80) Spaces must be used to indent lines; tabs are not allowed
(#81) Spaces must be used to indent lines; tabs are not allowed
(#81) Tab found within whitespace
(#81) Line indented incorrectly; expected 4 spaces, found 1
(#81) Variable "insideOf" must be all lower-case
(#81) Variable "pCount" must be all lower-case
(#82) Spaces must be used to indent lines; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected at least 8 spaces, found 2
(#82) Variable "insideOf" must be all lower-case
(#83) Spaces must be used to indent lines; tabs are not allowed
(#83) Tab found within whitespace
(#83) Line indented incorrectly; expected at least 8 spaces, found 2
(#83) Variable "pCount" must be all lower-case
(#84) Spaces must be used to indent lines; tabs are not allowed
(#84) Tab found within whitespace
(#84) Whitespace found at end of line
(#85) Spaces must be used to indent lines; tabs are not allowed
(#85) Tab found within whitespace
(#85) Line indented incorrectly; expected 8 spaces, found 2
(#85) Expected "if (...) {\n"; found "if(...) {\n"
(#86) Spaces must be used to indent lines; tabs are not allowed
(#86) Tab found within whitespace
(#86) Line indented incorrectly; expected 12 spaces, found 3
(#86) Expected "if (...) {\n"; found "if(...) {\n"
(#87) Spaces must be used to indent lines; tabs are not allowed
(#87) Tab found within whitespace
(#87) Line indented incorrectly; expected at least 16 spaces, found 4
(#88) Spaces must be used to indent lines; tabs are not allowed
(#88) Tab found within whitespace
(#88) Whitespace found at end of line
(#89) Spaces must be used to indent lines; tabs are not allowed
(#89) Tab found within whitespace
(#89) Line indented incorrectly; expected 16 spaces, found 4
(#89) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#90) Spaces must be used to indent lines; tabs are not allowed
(#90) Tab found within whitespace
(#90) Line indented incorrectly; expected 20 spaces, found 5
(#90) Expected "if (...) {\n"; found "if(...) {\n"
(#91) Spaces must be used to indent lines; tabs are not allowed
(#91) Tab found within whitespace
(#91) Line indented incorrectly; expected at least 24 spaces, found 6
(#92) Spaces must be used to indent lines; tabs are not allowed
(#92) Tab found within whitespace
(#92) Line indented incorrectly; expected 20 spaces, found 5
(#93) Spaces must be used to indent lines; tabs are not allowed
(#93) Tab found within whitespace
(#93) Line indented incorrectly; expected at least 20 spaces, found 5
(#94) Spaces must be used to indent lines; tabs are not allowed
(#94) Tab found within whitespace
(#94) Line indented incorrectly; expected 16 spaces, found 4
(#95) Spaces must be used to indent lines; tabs are not allowed
(#95) Tab found within whitespace
(#95) Line indented incorrectly; expected 12 spaces, found 3
(#96) Spaces must be used to indent lines; tabs are not allowed
(#96) Tab found within whitespace
(#96) Line indented incorrectly; expected at least 16 spaces, found 4
(#97) Spaces must be used to indent lines; tabs are not allowed
(#97) Tab found within whitespace
(#97) Line indented incorrectly; expected 12 spaces, found 3
(#98) Spaces must be used to indent lines; tabs are not allowed
(#98) Tab found within whitespace
(#98) Line indented incorrectly; expected 8 spaces, found 2
(#99) Spaces must be used to indent lines; tabs are not allowed
(#99) Tab found within whitespace
(#99) Line indented incorrectly; expected 4 spaces, found 1
(#100) Spaces must be used to indent lines; tabs are not allowed
(#100) Tab found within whitespace
(#100) Whitespace found at end of line
(#101) Spaces must be used to indent lines; tabs are not allowed
(#101) Tab found within whitespace
(#101) Line indented incorrectly; expected at least 4 spaces, found 1
(#102) Spaces must be used to indent lines; tabs are not allowed
(#102) Expected 2 space(s) before asterisk; 1 found
(#103) Spaces must be used to indent lines; tabs are not allowed
(#103) Expected 2 space(s) before asterisk; 1 found
(#104) Spaces must be used to indent lines; tabs are not allowed
(#104) Expected 2 space(s) before asterisk; 1 found
(#105) Spaces must be used to indent lines; tabs are not allowed
(#105) Expected 2 space(s) before asterisk; 1 found
(#106) Spaces must be used to indent lines; tabs are not allowed
(#106) Tab found within whitespace
(#106) Line indented incorrectly; expected 4 spaces, found 1
(#106) Public method name "PHPWord_Section_Table::addRow" 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 at least 8 spaces, found 2
(#108) Spaces must be used to indent lines; tabs are not allowed
(#108) Tab found within whitespace
(#108) Line indented incorrectly; expected at least 8 spaces, found 2
(#109) Spaces must be used to indent lines; tabs are not allowed
(#109) Tab found within whitespace
(#109) Line indented incorrectly; expected 4 spaces, found 1
(#110) Spaces must be used to indent lines; tabs are not allowed
(#110) Tab found within whitespace
(#110) Whitespace found at end of line
(#111) Spaces must be used to indent lines; tabs are not allowed
(#111) Tab found within whitespace
(#111) Line indented incorrectly; expected at least 4 spaces, found 1
(#112) Spaces must be used to indent lines; tabs are not allowed
(#112) Expected 2 space(s) before asterisk; 1 found
(#113) Spaces must be used to indent lines; tabs are not allowed
(#113) Expected 2 space(s) before asterisk; 1 found
(#114) Spaces must be used to indent lines; tabs are not allowed
(#114) Expected 2 space(s) before asterisk; 1 found
(#115) Spaces must be used to indent lines; tabs are not allowed
(#115) Expected 2 space(s) before asterisk; 1 found
(#116) Spaces must be used to indent lines; tabs are not allowed
(#116) Expected 2 space(s) before asterisk; 1 found
(#117) Spaces must be used to indent lines; tabs are not allowed
(#117) Expected 2 space(s) before asterisk; 1 found
(#118) Spaces must be used to indent lines; tabs are not allowed
(#118) Tab found within whitespace
(#118) Line indented incorrectly; expected 4 spaces, found 1
(#118) Public method name "PHPWord_Section_Table::addCell" 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 at least 8 spaces, found 2
(#120) Spaces must be used to indent lines; tabs are not allowed
(#120) Tab found within whitespace
(#120) Line indented incorrectly; expected at least 8 spaces, found 2
(#121) Spaces must be used to indent lines; tabs are not allowed
(#121) Tab found within whitespace
(#121) Line indented incorrectly; expected at least 8 spaces, found 2
(#122) Spaces must be used to indent lines; tabs are not allowed
(#122) Tab found within whitespace
(#122) Line indented incorrectly; expected at least 8 spaces, found 2
(#123) Spaces must be used to indent lines; tabs are not allowed
(#123) Tab found within whitespace
(#123) Line indented incorrectly; expected 4 spaces, found 1
(#124) Spaces must be used to indent lines; tabs are not allowed
(#124) Tab found within whitespace
(#124) Whitespace found at end of line
(#125) Spaces must be used to indent lines; tabs are not allowed
(#125) Tab found within whitespace
(#125) Line indented incorrectly; expected at least 4 spaces, found 1
(#126) Spaces must be used to indent lines; tabs are not allowed
(#127) Spaces must be used to indent lines; tabs are not allowed
(#127) Whitespace found at end of line
(#128) Spaces must be used to indent lines; tabs are not allowed
(#129) Spaces must be used to indent lines; tabs are not allowed
(#130) Spaces must be used to indent lines; tabs are not allowed
(#130) Tab found within whitespace
(#130) Line indented incorrectly; expected 4 spaces, found 1
(#130) Public method name "PHPWord_Section_Table::getRows" must be in lower-case letters only
(#131) Spaces must be used to indent lines; tabs are not allowed
(#131) Tab found within whitespace
(#131) Line indented incorrectly; expected at least 8 spaces, found 2
(#132) Spaces must be used to indent lines; tabs are not allowed
(#132) Tab found within whitespace
(#132) Line indented incorrectly; expected 4 spaces, found 1
(#133) Spaces must be used to indent lines; tabs are not allowed
(#133) Tab found within whitespace
(#133) Whitespace found at end of line
(#134) Spaces must be used to indent lines; tabs are not allowed
(#134) Tab found within whitespace
(#134) Line indented incorrectly; expected at least 4 spaces, found 1
(#135) Spaces must be used to indent lines; tabs are not allowed
(#136) Spaces must be used to indent lines; tabs are not allowed
(#136) Whitespace found at end of line
(#137) Spaces must be used to indent lines; tabs are not allowed
(#138) Spaces must be used to indent lines; tabs are not allowed
(#139) Spaces must be used to indent lines; tabs are not allowed
(#139) Tab found within whitespace
(#139) Line indented incorrectly; expected 4 spaces, found 1
(#139) Public method name "PHPWord_Section_Table::getRowHeights" must be in lower-case letters only
(#140) Spaces must be used to indent lines; tabs are not allowed
(#140) Tab found within whitespace
(#140) Line indented incorrectly; expected at least 8 spaces, found 2
(#141) Spaces must be used to indent lines; tabs are not allowed
(#141) Tab found within whitespace
(#141) Line indented incorrectly; expected 4 spaces, found 1
(#142) Spaces must be used to indent lines; tabs are not allowed
(#142) Tab found within whitespace
(#142) Whitespace found at end of line
(#143) Spaces must be used to indent lines; tabs are not allowed
(#143) Tab found within whitespace
(#143) Line indented incorrectly; expected at least 4 spaces, found 1
(#144) Spaces must be used to indent lines; tabs are not allowed
(#145) Spaces must be used to indent lines; tabs are not allowed
(#145) Whitespace found at end of line
(#146) Spaces must be used to indent lines; tabs are not allowed
(#147) Spaces must be used to indent lines; tabs are not allowed
(#148) Spaces must be used to indent lines; tabs are not allowed
(#148) Tab found within whitespace
(#148) Line indented incorrectly; expected 4 spaces, found 1
(#148) Public method name "PHPWord_Section_Table::getStyle" must be in lower-case letters only
(#149) Spaces must be used to indent lines; tabs are not allowed
(#149) Tab found within whitespace
(#149) Line indented incorrectly; expected at least 8 spaces, found 2
(#150) Spaces must be used to indent lines; tabs are not allowed
(#150) Tab found within whitespace
(#150) Line indented incorrectly; expected 4 spaces, found 1
(#152) A closing tag is not permitted at the end of a PHP file
mod/offlinequiz/lib/PHPWord/Section/Table/Cell.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#36) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Whitespace found at end of line
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected at least 4 spaces, found 1
(#39) Spaces must be used to indent lines; tabs are not allowed
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Whitespace found at end of line
(#41) Spaces must be used to indent lines; tabs are not allowed
(#42) Spaces must be used to indent lines; tabs are not allowed
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected 4 spaces, found 1
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Whitespace found at end of line
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected at least 4 spaces, found 1
(#46) Spaces must be used to indent lines; tabs are not allowed
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Whitespace found at end of line
(#48) Spaces must be used to indent lines; tabs are not allowed
(#49) Spaces must be used to indent lines; tabs are not allowed
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected 4 spaces, found 1
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Whitespace found at end of line
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected at least 4 spaces, found 1
(#53) Spaces must be used to indent lines; tabs are not allowed
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Whitespace found at end of line
(#55) Spaces must be used to indent lines; tabs are not allowed
(#56) Spaces must be used to indent lines; tabs are not allowed
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected 4 spaces, found 1
(#57) Member variable "_elementCollection" must be all lower-case
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Whitespace found at end of line
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#59) Line indented incorrectly; expected at least 4 spaces, found 1
(#60) Spaces must be used to indent lines; tabs are not allowed
(#61) Spaces must be used to indent lines; tabs are not allowed
(#61) Whitespace found at end of line
(#62) Spaces must be used to indent lines; tabs are not allowed
(#63) Spaces must be used to indent lines; tabs are not allowed
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected 4 spaces, found 1
(#64) Member variable "_insideOf" must be all lower-case
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Tab found within whitespace
(#65) Whitespace found at end of line
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected at least 4 spaces, found 1
(#67) Spaces must be used to indent lines; tabs are not allowed
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Whitespace found at end of line
(#69) Spaces must be used to indent lines; tabs are not allowed
(#70) Spaces must be used to indent lines; tabs are not allowed
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected 4 spaces, found 1
(#71) Member variable "_pCount" must be all lower-case
(#72) Spaces must be used to indent lines; tabs are not allowed
(#72) Tab found within whitespace
(#72) Whitespace found at end of line
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Whitespace found at end of line
(#74) Spaces must be used to indent lines; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected at least 4 spaces, found 1
(#75) Spaces must be used to indent lines; tabs are not allowed
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Whitespace found at end of line
(#77) Spaces must be used to indent lines; tabs are not allowed
(#78) Spaces must be used to indent lines; tabs are not allowed
(#79) Spaces must be used to indent lines; tabs are not allowed
(#80) Spaces must be used to indent lines; tabs are not allowed
(#81) Spaces must be used to indent lines; tabs are not allowed
(#82) Spaces must be used to indent lines; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected 4 spaces, found 1
(#82) Variable "insideOf" must be all lower-case
(#82) Variable "pCount" must be all lower-case
(#83) Spaces must be used to indent lines; tabs are not allowed
(#83) Tab found within whitespace
(#83) Line indented incorrectly; expected at least 8 spaces, found 2
(#83) Variable "insideOf" must be all lower-case
(#84) Spaces must be used to indent lines; tabs are not allowed
(#84) Tab found within whitespace
(#84) Line indented incorrectly; expected at least 8 spaces, found 2
(#84) Variable "pCount" must be all lower-case
(#85) Spaces must be used to indent lines; tabs are not allowed
(#85) Tab found within whitespace
(#85) Line indented incorrectly; expected at least 8 spaces, found 2
(#86) Spaces must be used to indent lines; tabs are not allowed
(#86) Tab found within whitespace
(#86) Whitespace found at end of line
(#87) Spaces must be used to indent lines; tabs are not allowed
(#87) Tab found within whitespace
(#87) Line indented incorrectly; expected 8 spaces, found 2
(#87) Expected "if (...) {\n"; found "if(...) {\n"
(#88) Spaces must be used to indent lines; tabs are not allowed
(#88) Tab found within whitespace
(#88) Line indented incorrectly; expected 12 spaces, found 3
(#88) Expected "if (...) {\n"; found "if(...) {\n"
(#89) Spaces must be used to indent lines; tabs are not allowed
(#89) Tab found within whitespace
(#89) Line indented incorrectly; expected at least 16 spaces, found 4
(#90) Spaces must be used to indent lines; tabs are not allowed
(#90) Tab found within whitespace
(#90) Whitespace found at end of line
(#91) Spaces must be used to indent lines; tabs are not allowed
(#91) Tab found within whitespace
(#91) Line indented incorrectly; expected 16 spaces, found 4
(#91) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#92) Spaces must be used to indent lines; tabs are not allowed
(#92) Tab found within whitespace
(#92) Line indented incorrectly; expected 20 spaces, found 5
(#92) Expected "if (...) {\n"; found "if(...) {\n"
(#93) Spaces must be used to indent lines; tabs are not allowed
(#93) Tab found within whitespace
(#93) Line indented incorrectly; expected at least 24 spaces, found 6
(#94) Spaces must be used to indent lines; tabs are not allowed
(#94) Tab found within whitespace
(#94) Line indented incorrectly; expected 20 spaces, found 5
(#95) Spaces must be used to indent lines; tabs are not allowed
(#95) Tab found within whitespace
(#95) Line indented incorrectly; expected at least 20 spaces, found 5
(#96) Spaces must be used to indent lines; tabs are not allowed
(#96) Tab found within whitespace
(#96) Line indented incorrectly; expected 16 spaces, found 4
(#97) Spaces must be used to indent lines; tabs are not allowed
(#97) Tab found within whitespace
(#97) Line indented incorrectly; expected 12 spaces, found 3
(#98) Spaces must be used to indent lines; tabs are not allowed
(#98) Tab found within whitespace
(#98) Line indented incorrectly; expected at least 16 spaces, found 4
(#99) Spaces must be used to indent lines; tabs are not allowed
(#99) Tab found within whitespace
(#99) Line indented incorrectly; expected 12 spaces, found 3
(#100) Spaces must be used to indent lines; tabs are not allowed
(#100) Tab found within whitespace
(#100) Line indented incorrectly; expected 8 spaces, found 2
(#101) Spaces must be used to indent lines; tabs are not allowed
(#101) Tab found within whitespace
(#101) Line indented incorrectly; expected 4 spaces, found 1
(#102) Spaces must be used to indent lines; tabs are not allowed
(#102) Tab found within whitespace
(#102) Whitespace found at end of line
(#103) Spaces must be used to indent lines; tabs are not allowed
(#103) Tab found within whitespace
(#103) Line indented incorrectly; expected at least 4 spaces, found 1
(#104) Spaces must be used to indent lines; tabs are not allowed
(#105) Spaces must be used to indent lines; tabs are not allowed
(#105) Whitespace found at end of line
(#106) Spaces must be used to indent lines; tabs are not allowed
(#107) Spaces must be used to indent lines; tabs are not allowed
(#108) Spaces must be used to indent lines; tabs are not allowed
(#109) Spaces must be used to indent lines; tabs are not allowed
(#110) Spaces must be used to indent lines; tabs are not allowed
(#110) Tab found within whitespace
(#110) Line indented incorrectly; expected 4 spaces, found 1
(#110) Public method name "PHPWord_Section_Table_Cell::addText" must be in lower-case letters only
(#110) Variable "styleFont" must be all lower-case
(#110) Variable "styleParagraph" must be all lower-case
(#111) Inline comments must start with a capital letter, digit or 3-dots sequence
(#111) Inline comments must end in full-stops, exclamation marks, or question marks
(#111) This comment is 50% valid code; is this commented out code?
(#111) Line indented incorrectly; expected at least 8 spaces, found 0
(#111) Tab found before comment text; expected "// $text = utf8_encode($text);" but found "// $text = utf8_encode($text);"
(#112) Spaces must be used to indent lines; tabs are not allowed
(#112) Tab found within whitespace
(#112) Line indented incorrectly; expected at least 8 spaces, found 2
(#112) Variable "styleFont" must be all lower-case
(#112) Variable "styleParagraph" must be all lower-case
(#113) Spaces must be used to indent lines; tabs are not allowed
(#113) Tab found within whitespace
(#113) Line indented incorrectly; expected at least 8 spaces, found 2
(#114) Spaces must be used to indent lines; tabs are not allowed
(#114) Tab found within whitespace
(#114) Line indented incorrectly; expected at least 8 spaces, found 2
(#115) Spaces must be used to indent lines; tabs are not allowed
(#115) Tab found within whitespace
(#115) Line indented incorrectly; expected 4 spaces, found 1
(#116) Spaces must be used to indent lines; tabs are not allowed
(#116) Tab found within whitespace
(#116) 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 at least 4 spaces, found 1
(#118) Spaces must be used to indent lines; tabs are not allowed
(#119) Spaces must be used to indent lines; tabs are not allowed
(#119) Whitespace found at end of line
(#120) Spaces must be used to indent lines; tabs are not allowed
(#121) Spaces must be used to indent lines; tabs are not allowed
(#122) Spaces must be used to indent lines; tabs are not allowed
(#123) Spaces must be used to indent lines; tabs are not allowed
(#124) Spaces must be used to indent lines; tabs are not allowed
(#125) Spaces must be used to indent lines; tabs are not allowed
(#125) Tab found within whitespace
(#125) Line indented incorrectly; expected 4 spaces, found 1
(#125) Public method name "PHPWord_Section_Table_Cell::addLink" must be in lower-case letters only
(#125) Variable "linkSrc" must be all lower-case
(#125) Variable "linkName" must be all lower-case
(#126) Spaces must be used to indent lines; tabs are not allowed
(#126) Tab found within whitespace
(#126) Line indented incorrectly; expected 8 spaces, found 2
(#126) Expected "if (...) {\n"; found "if(...) {\n"
(#127) Inline comments must start with a capital letter, digit or 3-dots sequence
(#127) Inline comments must end in full-stops, exclamation marks, or question marks
(#127) This comment is 50% valid code; is this commented out code?
(#127) Line indented incorrectly; expected at least 12 spaces, found 0
(#127) Tab found before comment text; expected "// $linkSrc = utf8_encode($linkSrc);" but found "// $linkSrc = utf8_encode($linkSrc);"
(#128) Spaces must be used to indent lines; tabs are not allowed
(#128) Tab found within whitespace
(#128) Line indented incorrectly; expected 12 spaces, found 3
(#128) Expected "if (...) {\n"; found "if(...) {\n"
(#128) Variable "linkName" must be all lower-case
(#129) Spaces must be used to indent lines; tabs are not allowed
(#129) Tab found within whitespace
(#129) Line indented incorrectly; expected at least 16 spaces, found 4
(#129) Variable "linkName" must be all lower-case
(#129) Variable "linkName" must be all lower-case
(#130) Spaces must be used to indent lines; tabs are not allowed
(#130) Tab found within whitespace
(#130) Line indented incorrectly; expected 12 spaces, found 3
(#131) Spaces must be used to indent lines; tabs are not allowed
(#131) Tab found within whitespace
(#131) Whitespace found at end of line
(#132) Spaces must be used to indent lines; tabs are not allowed
(#132) Tab found within whitespace
(#132) Line indented incorrectly; expected at least 12 spaces, found 3
(#132) Variable "linkSrc" must be all lower-case
(#132) Variable "linkName" must be all lower-case
(#133) Spaces must be used to indent lines; tabs are not allowed
(#133) Tab found within whitespace
(#133) Line indented incorrectly; expected at least 12 spaces, found 3
(#133) Variable "rID" must be all lower-case
(#133) Variable "linkSrc" must be all lower-case
(#134) Spaces must be used to indent lines; tabs are not allowed
(#134) Tab found within whitespace
(#134) Line indented incorrectly; expected at least 12 spaces, found 3
(#134) Variable "rID" must be all lower-case
(#135) Spaces must be used to indent lines; tabs are not allowed
(#135) Tab found within whitespace
(#135) Whitespace found at end of line
(#136) Spaces must be used to indent lines; tabs are not allowed
(#136) Tab found within whitespace
(#136) Line indented incorrectly; expected at least 12 spaces, found 3
(#137) Spaces must be used to indent lines; tabs are not allowed
(#137) Tab found within whitespace
(#137) Line indented incorrectly; expected at least 12 spaces, found 3
(#138) Spaces must be used to indent lines; tabs are not allowed
(#138) Tab found within whitespace
(#138) Line indented incorrectly; expected 8 spaces, found 2
(#139) Spaces must be used to indent lines; tabs are not allowed
(#139) Tab found within whitespace
(#139) Line indented incorrectly; expected at least 12 spaces, found 3
(#140) Spaces must be used to indent lines; tabs are not allowed
(#140) Tab found within whitespace
(#140) Line indented incorrectly; expected at least 12 spaces, found 3
(#141) Spaces must be used to indent lines; tabs are not allowed
(#141) Tab found within whitespace
(#141) Line indented incorrectly; expected 8 spaces, found 2
(#142) Spaces must be used to indent lines; tabs are not allowed
(#142) Tab found within whitespace
(#142) Line indented incorrectly; expected 4 spaces, found 1
(#143) Spaces must be used to indent lines; tabs are not allowed
(#143) Tab found within whitespace
(#143) Whitespace found at end of line
(#144) Spaces must be used to indent lines; tabs are not allowed
(#144) Tab found within whitespace
(#144) Line indented incorrectly; expected at least 4 spaces, found 1
(#145) Spaces must be used to indent lines; tabs are not allowed
(#146) Spaces must be used to indent lines; tabs are not allowed
(#146) Whitespace found at end of line
(#147) Spaces must be used to indent lines; tabs are not allowed
(#148) Spaces must be used to indent lines; tabs are not allowed
(#149) Spaces must be used to indent lines; tabs are not allowed
(#149) Tab found within whitespace
(#149) Line indented incorrectly; expected 4 spaces, found 1
(#149) Public method name "PHPWord_Section_Table_Cell::addTextBreak" must be in lower-case letters only
(#150) Spaces must be used to indent lines; tabs are not allowed
(#150) Tab found within whitespace
(#150) Line indented incorrectly; expected at least 8 spaces, found 2
(#151) Spaces must be used to indent lines; tabs are not allowed
(#151) Tab found within whitespace
(#151) Line indented incorrectly; expected 4 spaces, found 1
(#152) Spaces must be used to indent lines; tabs are not allowed
(#152) Tab found within whitespace
(#152) Whitespace found at end of line
(#153) Spaces must be used to indent lines; tabs are not allowed
(#153) Tab found within whitespace
(#153) Line indented incorrectly; expected at least 4 spaces, found 1
(#154) Spaces must be used to indent lines; tabs are not allowed
(#155) Spaces must be used to indent lines; tabs are not allowed
(#155) Whitespace found at end of line
(#156) Spaces must be used to indent lines; tabs are not allowed
(#157) Spaces must be used to indent lines; tabs are not allowed
(#158) Spaces must be used to indent lines; tabs are not allowed
(#159) Spaces must be used to indent lines; tabs are not allowed
(#160) Spaces must be used to indent lines; tabs are not allowed
(#161) Spaces must be used to indent lines; tabs are not allowed
(#162) Spaces must be used to indent lines; tabs are not allowed
(#162) Tab found within whitespace
(#162) Line indented incorrectly; expected 4 spaces, found 1
(#162) Public method name "PHPWord_Section_Table_Cell::addListItem" must be in lower-case letters only
(#162) Variable "styleText" must be all lower-case
(#162) Variable "styleList" must be all lower-case
(#163) Inline comments must start with a capital letter, digit or 3-dots sequence
(#163) Inline comments must end in full-stops, exclamation marks, or question marks
(#163) This comment is 50% valid code; is this commented out code?
(#163) Line indented incorrectly; expected at least 8 spaces, found 0
(#163) Tab found before comment text; expected "// $text = utf8_encode($text);" but found "// $text = utf8_encode($text);"
(#164) Spaces must be used to indent lines; tabs are not allowed
(#164) Tab found within whitespace
(#164) Line indented incorrectly; expected at least 8 spaces, found 2
(#164) Variable "listItem" must be all lower-case
(#164) Variable "styleText" must be all lower-case
(#164) Variable "styleList" must be all lower-case
(#165) Spaces must be used to indent lines; tabs are not allowed
(#165) Tab found within whitespace
(#165) Line indented incorrectly; expected at least 8 spaces, found 2
(#165) Variable "listItem" must be all lower-case
(#166) Spaces must be used to indent lines; tabs are not allowed
(#166) Tab found within whitespace
(#166) Line indented incorrectly; expected at least 8 spaces, found 2
(#166) Variable "listItem" must be all lower-case
(#167) Spaces must be used to indent lines; tabs are not allowed
(#167) Tab found within whitespace
(#167) Line indented incorrectly; expected 4 spaces, found 1
(#168) Spaces must be used to indent lines; tabs are not allowed
(#168) Tab found within whitespace
(#168) Whitespace found at end of line
(#169) Spaces must be used to indent lines; tabs are not allowed
(#169) Tab found within whitespace
(#169) Line indented incorrectly; expected at least 4 spaces, found 1
(#170) Spaces must be used to indent lines; tabs are not allowed
(#171) Spaces must be used to indent lines; tabs are not allowed
(#171) Whitespace found at end of line
(#172) Spaces must be used to indent lines; tabs are not allowed
(#173) Spaces must be used to indent lines; tabs are not allowed
(#174) Spaces must be used to indent lines; tabs are not allowed
(#175) Spaces must be used to indent lines; tabs are not allowed
(#176) Spaces must be used to indent lines; tabs are not allowed
(#176) Tab found within whitespace
(#176) Line indented incorrectly; expected 4 spaces, found 1
(#176) Public method name "PHPWord_Section_Table_Cell::addImage" must be in lower-case letters only
(#177) Spaces must be used to indent lines; tabs are not allowed
(#177) Tab found within whitespace
(#177) Line indented incorrectly; expected at least 8 spaces, found 2
(#178) Spaces must be used to indent lines; tabs are not allowed
(#178) Tab found within whitespace
(#178) Whitespace found at end of line
(#179) Spaces must be used to indent lines; tabs are not allowed
(#179) Tab found within whitespace
(#179) Line indented incorrectly; expected 8 spaces, found 2
(#179) Expected "if (...) {\n"; found "if(...) {\n"
(#180) Spaces must be used to indent lines; tabs are not allowed
(#180) Tab found within whitespace
(#180) Line indented incorrectly; expected 12 spaces, found 3
(#180) Expected "if (...) {\n"; found "if(...) {\n"
(#181) Spaces must be used to indent lines; tabs are not allowed
(#181) Tab found within whitespace
(#181) Line indented incorrectly; expected at least 16 spaces, found 4
(#181) Variable "rID" must be all lower-case
(#182) Spaces must be used to indent lines; tabs are not allowed
(#182) Tab found within whitespace
(#182) Line indented incorrectly; expected 12 spaces, found 3
(#182) Usage of ELSEIF not allowed; use ELSE IF instead
(#183) Spaces must be used to indent lines; tabs are not allowed
(#183) Tab found within whitespace
(#183) Line indented incorrectly; expected at least 16 spaces, found 4
(#183) Variable "rID" must be all lower-case
(#184) Spaces must be used to indent lines; tabs are not allowed
(#184) Tab found within whitespace
(#184) Line indented incorrectly; expected 12 spaces, found 3
(#184) Usage of ELSEIF not allowed; use ELSE IF instead
(#185) Spaces must be used to indent lines; tabs are not allowed
(#185) Tab found within whitespace
(#185) Line indented incorrectly; expected at least 16 spaces, found 4
(#185) Variable "rID" must be all lower-case
(#186) Spaces must be used to indent lines; tabs are not allowed
(#186) Tab found within whitespace
(#186) Line indented incorrectly; expected 12 spaces, found 3
(#187) Spaces must be used to indent lines; tabs are not allowed
(#187) Tab found within whitespace
(#187) Line indented incorrectly; expected at least 12 spaces, found 3
(#187) Variable "rID" must be all lower-case
(#188) Spaces must be used to indent lines; tabs are not allowed
(#188) Tab found within whitespace
(#188) Whitespace found at end of line
(#189) Spaces must be used to indent lines; tabs are not allowed
(#189) Tab found within whitespace
(#189) Line indented incorrectly; expected at least 12 spaces, found 3
(#190) Spaces must be used to indent lines; tabs are not allowed
(#190) Tab found within whitespace
(#190) Line indented incorrectly; expected at least 12 spaces, found 3
(#191) Spaces must be used to indent lines; tabs are not allowed
(#191) Tab found within whitespace
(#191) Line indented incorrectly; expected 8 spaces, found 2
(#192) Spaces must be used to indent lines; tabs are not allowed
(#192) Tab found within whitespace
(#192) Line indented incorrectly; expected at least 12 spaces, found 3
(#193) Spaces must be used to indent lines; tabs are not allowed
(#193) Tab found within whitespace
(#193) Line indented incorrectly; expected 8 spaces, found 2
(#194) Spaces must be used to indent lines; tabs are not allowed
(#194) Tab found within whitespace
(#194) Line indented incorrectly; expected 4 spaces, found 1
(#195) Spaces must be used to indent lines; tabs are not allowed
(#195) Tab found within whitespace
(#195) Whitespace found at end of line
(#196) Spaces must be used to indent lines; tabs are not allowed
(#196) Tab found within whitespace
(#196) Line indented incorrectly; expected at least 4 spaces, found 1
(#197) Spaces must be used to indent lines; tabs are not allowed
(#198) Spaces must be used to indent lines; tabs are not allowed
(#198) Whitespace found at end of line
(#199) Spaces must be used to indent lines; tabs are not allowed
(#200) Spaces must be used to indent lines; tabs are not allowed
(#201) Spaces must be used to indent lines; tabs are not allowed
(#202) Spaces must be used to indent lines; tabs are not allowed
(#203) Spaces must be used to indent lines; tabs are not allowed
(#203) Tab found within whitespace
(#203) Line indented incorrectly; expected 4 spaces, found 1
(#203) Public method name "PHPWord_Section_Table_Cell::addMemoryImage" must be in lower-case letters only
(#204) Spaces must be used to indent lines; tabs are not allowed
(#204) Tab found within whitespace
(#204) Line indented incorrectly; expected at least 8 spaces, found 2
(#204) Variable "memoryImage" must be all lower-case
(#205) Spaces must be used to indent lines; tabs are not allowed
(#205) Tab found within whitespace
(#205) Line indented incorrectly; expected 8 spaces, found 2
(#205) Expected "if (...) {\n"; found "if(...) {\n"
(#205) Variable "memoryImage" must be all lower-case
(#206) Spaces must be used to indent lines; tabs are not allowed
(#206) Tab found within whitespace
(#206) Line indented incorrectly; expected 12 spaces, found 3
(#206) Expected "if (...) {\n"; found "if(...) {\n"
(#207) Spaces must be used to indent lines; tabs are not allowed
(#207) Tab found within whitespace
(#207) Line indented incorrectly; expected at least 16 spaces, found 4
(#207) Variable "rID" must be all lower-case
(#207) Variable "memoryImage" must be all lower-case
(#208) Spaces must be used to indent lines; tabs are not allowed
(#208) Tab found within whitespace
(#208) Line indented incorrectly; expected 12 spaces, found 3
(#208) Usage of ELSEIF not allowed; use ELSE IF instead
(#209) Spaces must be used to indent lines; tabs are not allowed
(#209) Tab found within whitespace
(#209) Line indented incorrectly; expected at least 16 spaces, found 4
(#209) Variable "rID" must be all lower-case
(#209) Variable "memoryImage" must be all lower-case
(#210) Spaces must be used to indent lines; tabs are not allowed
(#210) Tab found within whitespace
(#210) Line indented incorrectly; expected 12 spaces, found 3
(#210) Usage of ELSEIF not allowed; use ELSE IF instead
(#211) Spaces must be used to indent lines; tabs are not allowed
(#211) Tab found within whitespace
(#211) Line indented incorrectly; expected at least 16 spaces, found 4
(#211) Variable "rID" must be all lower-case
(#211) Variable "memoryImage" must be all lower-case
(#212) Spaces must be used to indent lines; tabs are not allowed
(#212) Tab found within whitespace
(#212) Line indented incorrectly; expected 12 spaces, found 3
(#213) Spaces must be used to indent lines; tabs are not allowed
(#213) Tab found within whitespace
(#213) Line indented incorrectly; expected at least 12 spaces, found 3
(#213) Variable "memoryImage" must be all lower-case
(#213) Variable "rID" must be all lower-case
(#214) Spaces must be used to indent lines; tabs are not allowed
(#214) Tab found within whitespace
(#214) Whitespace found at end of line
(#215) Spaces must be used to indent lines; tabs are not allowed
(#215) Tab found within whitespace
(#215) Line indented incorrectly; expected at least 12 spaces, found 3
(#215) Variable "memoryImage" must be all lower-case
(#216) Spaces must be used to indent lines; tabs are not allowed
(#216) Tab found within whitespace
(#216) Line indented incorrectly; expected at least 12 spaces, found 3
(#216) Variable "memoryImage" must be all lower-case
(#217) Spaces must be used to indent lines; tabs are not allowed
(#217) Tab found within whitespace
(#217) Line indented incorrectly; expected 8 spaces, found 2
(#218) Spaces must be used to indent lines; tabs are not allowed
(#218) Tab found within whitespace
(#218) Line indented incorrectly; expected at least 12 spaces, found 3
(#219) Spaces must be used to indent lines; tabs are not allowed
(#219) Tab found within whitespace
(#219) Line indented incorrectly; expected 8 spaces, found 2
(#220) Spaces must be used to indent lines; tabs are not allowed
(#220) Tab found within whitespace
(#220) Line indented incorrectly; expected 4 spaces, found 1
(#221) Spaces must be used to indent lines; tabs are not allowed
(#221) Tab found within whitespace
(#221) Whitespace found at end of line
(#222) Spaces must be used to indent lines; tabs are not allowed
(#222) Tab found within whitespace
(#222) Line indented incorrectly; expected at least 4 spaces, found 1
(#223) Spaces must be used to indent lines; tabs are not allowed
(#224) Spaces must be used to indent lines; tabs are not allowed
(#224) Whitespace found at end of line
(#225) Spaces must be used to indent lines; tabs are not allowed
(#226) Spaces must be used to indent lines; tabs are not allowed
(#227) Spaces must be used to indent lines; tabs are not allowed
(#228) Spaces must be used to indent lines; tabs are not allowed
(#229) Spaces must be used to indent lines; tabs are not allowed
(#229) Tab found within whitespace
(#229) Line indented incorrectly; expected 4 spaces, found 1
(#229) Public method name "PHPWord_Section_Table_Cell::addObject" must be in lower-case letters only
(#230) Spaces must be used to indent lines; tabs are not allowed
(#230) Tab found within whitespace
(#230) Line indented incorrectly; expected at least 8 spaces, found 2
(#231) Spaces must be used to indent lines; tabs are not allowed
(#231) Tab found within whitespace
(#231) Whitespace found at end of line
(#232) Spaces must be used to indent lines; tabs are not allowed
(#232) Tab found within whitespace
(#232) Line indented incorrectly; expected 8 spaces, found 2
(#232) Expected "if (...) {\n"; found "if(...) {\n"
(#233) Spaces must be used to indent lines; tabs are not allowed
(#233) Tab found within whitespace
(#233) Line indented incorrectly; expected at least 12 spaces, found 3
(#234) Spaces must be used to indent lines; tabs are not allowed
(#234) Tab found within whitespace
(#234) Line indented incorrectly; expected at least 12 spaces, found 3
(#235) Spaces must be used to indent lines; tabs are not allowed
(#235) Tab found within whitespace
(#235) Line indented incorrectly; expected 12 spaces, found 3
(#235) Expected "if (...) {\n"; found "if(...) {\n"
(#236) Spaces must be used to indent lines; tabs are not allowed
(#236) Tab found within whitespace
(#236) Line indented incorrectly; expected at least 16 spaces, found 4
(#237) Spaces must be used to indent lines; tabs are not allowed
(#237) Tab found within whitespace
(#237) Line indented incorrectly; expected 12 spaces, found 3
(#238) Spaces must be used to indent lines; tabs are not allowed
(#238) Tab found within whitespace
(#238) Whitespace found at end of line
(#239) Spaces must be used to indent lines; tabs are not allowed
(#239) Tab found within whitespace
(#239) Line indented incorrectly; expected at least 12 spaces, found 3
(#239) Variable "iconSrc" must be all lower-case
(#240) Spaces must be used to indent lines; tabs are not allowed
(#240) Tab found within whitespace
(#240) Line indented incorrectly; expected 12 spaces, found 3
(#240) Expected "if (...) {\n"; found "if(...) {\n"
(#240) Variable "iconSrc" must be all lower-case
(#241) Spaces must be used to indent lines; tabs are not allowed
(#241) Tab found within whitespace
(#241) Line indented incorrectly; expected at least 16 spaces, found 4
(#241) Variable "iconSrc" must be all lower-case
(#241) Variable "iconSrc" must be all lower-case
(#242) Spaces must be used to indent lines; tabs are not allowed
(#242) Tab found within whitespace
(#242) Line indented incorrectly; expected 12 spaces, found 3
(#243) Spaces must be used to indent lines; tabs are not allowed
(#243) Tab found within whitespace
(#243) Line indented incorrectly; expected at least 16 spaces, found 4
(#243) Variable "iconSrc" must be all lower-case
(#244) Spaces must be used to indent lines; tabs are not allowed
(#244) Tab found within whitespace
(#244) Line indented incorrectly; expected 12 spaces, found 3
(#245) Spaces must be used to indent lines; tabs are not allowed
(#245) Tab found within whitespace
(#245) Whitespace found at end of line
(#246) Spaces must be used to indent lines; tabs are not allowed
(#246) Tab found within whitespace
(#246) Line indented incorrectly; expected at least 12 spaces, found 3
(#246) Variable "rIDimg" must be all lower-case
(#246) Variable "iconSrc" must be all lower-case
(#247) Spaces must be used to indent lines; tabs are not allowed
(#247) Tab found within whitespace
(#247) Line indented incorrectly; expected at least 12 spaces, found 3
(#248) Spaces must be used to indent lines; tabs are not allowed
(#248) Tab found within whitespace
(#248) Line indented incorrectly; expected at least 12 spaces, found 3
(#248) Variable "rID" must be all lower-case
(#249) Spaces must be used to indent lines; tabs are not allowed
(#249) Tab found within whitespace
(#249) Line indented incorrectly; expected at least 12 spaces, found 3
(#249) Variable "objectId" must be all lower-case
(#250) Spaces must be used to indent lines; tabs are not allowed
(#250) Tab found within whitespace
(#250) Whitespace found at end of line
(#251) Spaces must be used to indent lines; tabs are not allowed
(#251) Tab found within whitespace
(#251) Line indented incorrectly; expected at least 12 spaces, found 3
(#251) Variable "rID" must be all lower-case
(#252) Spaces must be used to indent lines; tabs are not allowed
(#252) Tab found within whitespace
(#252) Line indented incorrectly; expected at least 12 spaces, found 3
(#252) Variable "objectId" must be all lower-case
(#253) Spaces must be used to indent lines; tabs are not allowed
(#253) Tab found within whitespace
(#253) Line indented incorrectly; expected at least 12 spaces, found 3
(#253) Variable "rIDimg" must be all lower-case
(#254) Spaces must be used to indent lines; tabs are not allowed
(#254) Tab found within whitespace
(#254) Whitespace found at end of line
(#255) Spaces must be used to indent lines; tabs are not allowed
(#255) Tab found within whitespace
(#255) Line indented incorrectly; expected at least 12 spaces, found 3
(#256) Spaces must be used to indent lines; tabs are not allowed
(#256) Tab found within whitespace
(#256) Line indented incorrectly; expected at least 12 spaces, found 3
(#257) Spaces must be used to indent lines; tabs are not allowed
(#257) Tab found within whitespace
(#257) Line indented incorrectly; expected 8 spaces, found 2
(#258) Spaces must be used to indent lines; tabs are not allowed
(#258) Tab found within whitespace
(#258) Line indented incorrectly; expected at least 12 spaces, found 3
(#259) Spaces must be used to indent lines; tabs are not allowed
(#259) Tab found within whitespace
(#259) Line indented incorrectly; expected 8 spaces, found 2
(#260) Spaces must be used to indent lines; tabs are not allowed
(#260) Tab found within whitespace
(#260) Line indented incorrectly; expected 4 spaces, found 1
(#261) Spaces must be used to indent lines; tabs are not allowed
(#261) Tab found within whitespace
(#261) Whitespace found at end of line
(#262) Spaces must be used to indent lines; tabs are not allowed
(#262) Tab found within whitespace
(#262) Line indented incorrectly; expected at least 4 spaces, found 1
(#263) Spaces must be used to indent lines; tabs are not allowed
(#264) Spaces must be used to indent lines; tabs are not allowed
(#264) Whitespace found at end of line
(#265) Spaces must be used to indent lines; tabs are not allowed
(#266) Spaces must be used to indent lines; tabs are not allowed
(#267) Spaces must be used to indent lines; tabs are not allowed
(#268) Spaces must be used to indent lines; tabs are not allowed
(#269) Spaces must be used to indent lines; tabs are not allowed
(#270) Spaces must be used to indent lines; tabs are not allowed
(#270) Tab found within whitespace
(#270) Line indented incorrectly; expected 4 spaces, found 1
(#270) Public method name "PHPWord_Section_Table_Cell::addPreserveText" must be in lower-case letters only
(#270) Variable "styleFont" must be all lower-case
(#270) Variable "styleParagraph" must be all lower-case
(#271) Spaces must be used to indent lines; tabs are not allowed
(#271) Tab found within whitespace
(#271) Line indented incorrectly; expected 8 spaces, found 2
(#271) Expected "if (...) {\n"; found "if(...) {\n"
(#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 50% valid code; is this commented out code?
(#272) Line indented incorrectly; expected at least 12 spaces, found 0
(#272) Tab found before comment text; expected "// $text = utf8_encode($text);" but found "// $text = utf8_encode($text);"
(#273) Spaces must be used to indent lines; tabs are not allowed
(#273) Tab found within whitespace
(#273) Line indented incorrectly; expected at least 12 spaces, found 3
(#273) Variable "styleFont" must be all lower-case
(#273) Variable "styleParagraph" must be all lower-case
(#274) Spaces must be used to indent lines; tabs are not allowed
(#274) Tab found within whitespace
(#274) Line indented incorrectly; expected at least 12 spaces, found 3
(#275) Spaces must be used to indent lines; tabs are not allowed
(#275) Tab found within whitespace
(#275) Line indented incorrectly; expected at least 12 spaces, found 3
(#276) Spaces must be used to indent lines; tabs are not allowed
(#276) Tab found within whitespace
(#276) Line indented incorrectly; expected 8 spaces, found 2
(#277) Spaces must be used to indent lines; tabs are not allowed
(#277) Tab found within whitespace
(#277) Line indented incorrectly; expected at least 12 spaces, found 3
(#278) Spaces must be used to indent lines; tabs are not allowed
(#278) Tab found within whitespace
(#278) Line indented incorrectly; expected 8 spaces, found 2
(#279) Spaces must be used to indent lines; tabs are not allowed
(#279) Tab found within whitespace
(#279) Line indented incorrectly; expected 4 spaces, found 1
(#280) Spaces must be used to indent lines; tabs are not allowed
(#280) Tab found within whitespace
(#280) Whitespace found at end of line
(#281) Spaces must be used to indent lines; tabs are not allowed
(#281) Tab found within whitespace
(#281) Line indented incorrectly; expected at least 4 spaces, found 1
(#282) Spaces must be used to indent lines; tabs are not allowed
(#283) Spaces must be used to indent lines; tabs are not allowed
(#283) Whitespace found at end of line
(#284) Spaces must be used to indent lines; tabs are not allowed
(#285) Spaces must be used to indent lines; tabs are not allowed
(#286) Spaces must be used to indent lines; tabs are not allowed
(#286) Tab found within whitespace
(#286) Line indented incorrectly; expected 4 spaces, found 1
(#286) Public method name "PHPWord_Section_Table_Cell::createTextRun" must be in lower-case letters only
(#286) Variable "styleParagraph" must be all lower-case
(#287) Spaces must be used to indent lines; tabs are not allowed
(#287) Tab found within whitespace
(#287) Line indented incorrectly; expected at least 8 spaces, found 2
(#287) Variable "textRun" must be all lower-case
(#287) Variable "styleParagraph" must be all lower-case
(#288) Spaces must be used to indent lines; tabs are not allowed
(#288) Tab found within whitespace
(#288) Line indented incorrectly; expected at least 8 spaces, found 2
(#288) Variable "textRun" must be all lower-case
(#289) Spaces must be used to indent lines; tabs are not allowed
(#289) Tab found within whitespace
(#289) Line indented incorrectly; expected at least 8 spaces, found 2
(#289) Variable "textRun" must be all lower-case
(#290) Spaces must be used to indent lines; tabs are not allowed
(#290) Tab found within whitespace
(#290) Line indented incorrectly; expected 4 spaces, found 1
(#291) Spaces must be used to indent lines; tabs are not allowed
(#291) Tab found within whitespace
(#291) Whitespace found at end of line
(#292) Spaces must be used to indent lines; tabs are not allowed
(#292) Tab found within whitespace
(#292) Line indented incorrectly; expected at least 4 spaces, found 1
(#293) Spaces must be used to indent lines; tabs are not allowed
(#294) Spaces must be used to indent lines; tabs are not allowed
(#294) Whitespace found at end of line
(#295) Spaces must be used to indent lines; tabs are not allowed
(#296) Spaces must be used to indent lines; tabs are not allowed
(#297) Spaces must be used to indent lines; tabs are not allowed
(#297) Tab found within whitespace
(#297) Line indented incorrectly; expected 4 spaces, found 1
(#297) Public method name "PHPWord_Section_Table_Cell::getElements" must be in lower-case letters only
(#298) Spaces must be used to indent lines; tabs are not allowed
(#298) Tab found within whitespace
(#298) Line indented incorrectly; expected at least 8 spaces, found 2
(#299) Spaces must be used to indent lines; tabs are not allowed
(#299) Tab found within whitespace
(#299) Line indented incorrectly; expected 4 spaces, found 1
(#300) Spaces must be used to indent lines; tabs are not allowed
(#300) Tab found within whitespace
(#300) Whitespace found at end of line
(#301) Spaces must be used to indent lines; tabs are not allowed
(#301) Tab found within whitespace
(#301) Line indented incorrectly; expected at least 4 spaces, found 1
(#302) Spaces must be used to indent lines; tabs are not allowed
(#303) Spaces must be used to indent lines; tabs are not allowed
(#303) Whitespace found at end of line
(#304) Spaces must be used to indent lines; tabs are not allowed
(#305) Spaces must be used to indent lines; tabs are not allowed
(#306) Spaces must be used to indent lines; tabs are not allowed
(#306) Tab found within whitespace
(#306) Line indented incorrectly; expected 4 spaces, found 1
(#306) Public method name "PHPWord_Section_Table_Cell::getStyle" must be in lower-case letters only
(#307) Spaces must be used to indent lines; tabs are not allowed
(#307) Tab found within whitespace
(#307) Line indented incorrectly; expected at least 8 spaces, found 2
(#308) Spaces must be used to indent lines; tabs are not allowed
(#308) Tab found within whitespace
(#308) Line indented incorrectly; expected 4 spaces, found 1
(#309) Spaces must be used to indent lines; tabs are not allowed
(#309) Tab found within whitespace
(#309) Whitespace found at end of line
(#310) Spaces must be used to indent lines; tabs are not allowed
(#310) Tab found within whitespace
(#310) Line indented incorrectly; expected at least 4 spaces, found 1
(#311) Spaces must be used to indent lines; tabs are not allowed
(#312) Spaces must be used to indent lines; tabs are not allowed
(#312) Whitespace found at end of line
(#313) Spaces must be used to indent lines; tabs are not allowed
(#314) Spaces must be used to indent lines; tabs are not allowed
(#315) Spaces must be used to indent lines; tabs are not allowed
(#315) Tab found within whitespace
(#315) Line indented incorrectly; expected 4 spaces, found 1
(#315) Public method name "PHPWord_Section_Table_Cell::getWidth" must be in lower-case letters only
(#316) Spaces must be used to indent lines; tabs are not allowed
(#316) Tab found within whitespace
(#316) Line indented incorrectly; expected at least 8 spaces, found 2
(#317) Spaces must be used to indent lines; tabs are not allowed
(#317) Tab found within whitespace
(#317) Line indented incorrectly; expected 4 spaces, found 1
(#319) A closing tag is not permitted at the end of a PHP file
mod/offlinequiz/lib/PHPWord/Section/Text.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#36) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Whitespace found at end of line
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected at least 4 spaces, found 1
(#39) Spaces must be used to indent lines; tabs are not allowed
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Whitespace found at end of line
(#41) Spaces must be used to indent lines; tabs are not allowed
(#42) Spaces must be used to indent lines; tabs are not allowed
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected 4 spaces, found 1
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Whitespace found at end of line
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected at least 4 spaces, found 1
(#46) Spaces must be used to indent lines; tabs are not allowed
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Whitespace found at end of line
(#48) Spaces must be used to indent lines; tabs are not allowed
(#49) Spaces must be used to indent lines; tabs are not allowed
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected 4 spaces, found 1
(#50) Member variable "_styleFont" must be all lower-case
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Whitespace found at end of line
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected at least 4 spaces, found 1
(#53) Spaces must be used to indent lines; tabs are not allowed
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Whitespace found at end of line
(#55) Spaces must be used to indent lines; tabs are not allowed
(#56) Spaces must be used to indent lines; tabs are not allowed
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected 4 spaces, found 1
(#57) Member variable "_styleParagraph" must be all lower-case
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Whitespace found at end of line
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#59) Whitespace found at end of line
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected at least 4 spaces, found 1
(#61) Spaces must be used to indent lines; tabs are not allowed
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Whitespace found at end of line
(#63) Spaces must be used to indent lines; tabs are not allowed
(#64) Spaces must be used to indent lines; tabs are not allowed
(#65) Spaces must be used to indent lines; tabs are not allowed
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected 4 spaces, found 1
(#66) Variable "styleFont" must be all lower-case
(#66) Variable "styleParagraph" must be all lower-case
(#67) Spaces must be used to indent lines; tabs are not allowed
(#67) Tab found within whitespace
(#67) Inline comments must end in full-stops, exclamation marks, or question marks
(#67) Line indented incorrectly; expected at least 8 spaces, found 2
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected at least 8 spaces, found 2
(#68) Variable "styleFont" must be all lower-case
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#69) Whitespace found at end of line
(#70) Spaces must be used to indent lines; tabs are not allowed
(#70) Tab found within whitespace
(#70) Inline comments must end in full-stops, exclamation marks, or question marks
(#70) Line indented incorrectly; expected at least 8 spaces, found 2
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected at least 8 spaces, found 2
(#71) Variable "styleParagraph" must be all lower-case
(#72) Spaces must be used to indent lines; tabs are not allowed
(#72) Tab found within whitespace
(#72) Whitespace found at end of line
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected at least 8 spaces, found 2
(#74) Spaces must be used to indent lines; tabs are not allowed
(#74) Tab found within whitespace
(#74) Whitespace found at end of line
(#75) Spaces must be used to indent lines; tabs are not allowed
(#75) Tab found within whitespace
(#75) Line indented incorrectly; expected at least 8 spaces, found 2
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Tab found within whitespace
(#76) Line indented incorrectly; expected 4 spaces, found 1
(#77) Spaces must be used to indent lines; tabs are not allowed
(#77) Tab found within whitespace
(#77) Whitespace found at end of line
(#78) Spaces must be used to indent lines; tabs are not allowed
(#78) Tab found within whitespace
(#78) Line indented incorrectly; expected at least 4 spaces, found 1
(#79) Spaces must be used to indent lines; tabs are not allowed
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Whitespace found at end of line
(#81) Spaces must be used to indent lines; tabs are not allowed
(#82) Spaces must be used to indent lines; tabs are not allowed
(#83) Spaces must be used to indent lines; tabs are not allowed
(#83) Tab found within whitespace
(#83) Line indented incorrectly; expected 4 spaces, found 1
(#83) Public method name "PHPWord_Section_Text::getFontStyle" must be in lower-case letters only
(#84) Spaces must be used to indent lines; tabs are not allowed
(#84) Tab found within whitespace
(#84) Line indented incorrectly; expected at least 8 spaces, found 2
(#85) Spaces must be used to indent lines; tabs are not allowed
(#85) Tab found within whitespace
(#85) Line indented incorrectly; expected 4 spaces, found 1
(#86) Spaces must be used to indent lines; tabs are not allowed
(#86) Tab found within whitespace
(#86) Whitespace found at end of line
(#87) Spaces must be used to indent lines; tabs are not allowed
(#87) Tab found within whitespace
(#87) Line indented incorrectly; expected at least 4 spaces, found 1
(#88) Spaces must be used to indent lines; tabs are not allowed
(#89) Spaces must be used to indent lines; tabs are not allowed
(#90) Spaces must be used to indent lines; tabs are not allowed
(#91) Spaces must be used to indent lines; tabs are not allowed
(#92) Spaces must be used to indent lines; tabs are not allowed
(#92) Tab found within whitespace
(#92) Line indented incorrectly; expected 4 spaces, found 1
(#92) Public method name "PHPWord_Section_Text::setFontStyle" must be in lower-case letters only
(#92) Variable "styleFont" must be all lower-case
(#93) Spaces must be used to indent lines; tabs are not allowed
(#93) Tab found within whitespace
(#93) Line indented incorrectly; expected 8 spaces, found 2
(#93) Expected "if (...) {\n"; found "if(...) {\n"
(#93) Variable "styleFont" must be all lower-case
(#94) Spaces must be used to indent lines; tabs are not allowed
(#94) Tab found within whitespace
(#94) Line indented incorrectly; expected at least 12 spaces, found 3
(#95) Spaces must be used to indent lines; tabs are not allowed
(#95) Tab found within whitespace
(#95) Whitespace found at end of line
(#96) Spaces must be used to indent lines; tabs are not allowed
(#96) Tab found within whitespace
(#96) Line indented incorrectly; expected 12 spaces, found 3
(#96) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#96) Variable "styleFont" must be all lower-case
(#97) Spaces must be used to indent lines; tabs are not allowed
(#97) Tab found within whitespace
(#97) Line indented incorrectly; expected 16 spaces, found 4
(#97) Expected "if (...) {\n"; found "if(...) {\n"
(#98) Spaces must be used to indent lines; tabs are not allowed
(#98) Tab found within whitespace
(#98) Line indented incorrectly; expected at least 20 spaces, found 5
(#99) Spaces must be used to indent lines; tabs are not allowed
(#99) Tab found within whitespace
(#99) Line indented incorrectly; expected 16 spaces, found 4
(#100) Spaces must be used to indent lines; tabs are not allowed
(#100) Tab found within whitespace
(#100) Line indented incorrectly; expected at least 16 spaces, found 4
(#101) Spaces must be used to indent lines; tabs are not allowed
(#101) Tab found within whitespace
(#101) Line indented incorrectly; expected 12 spaces, found 3
(#102) Spaces must be used to indent lines; tabs are not allowed
(#102) Tab found within whitespace
(#102) Line indented incorrectly; expected 8 spaces, found 2
(#103) Spaces must be used to indent lines; tabs are not allowed
(#103) Tab found within whitespace
(#103) Line indented incorrectly; expected at least 12 spaces, found 3
(#103) Variable "styleFont" must be all lower-case
(#104) Spaces must be used to indent lines; tabs are not allowed
(#104) Tab found within whitespace
(#104) Line indented incorrectly; expected 8 spaces, found 2
(#105) Spaces must be used to indent lines; tabs are not allowed
(#105) Tab found within whitespace
(#105) Line indented incorrectly; expected 4 spaces, found 1
(#106) Spaces must be used to indent lines; tabs are not allowed
(#106) Tab found within whitespace
(#106) Whitespace found at end of line
(#107) Spaces must be used to indent lines; tabs are not allowed
(#107) Tab found within whitespace
(#107) Line indented incorrectly; expected at least 4 spaces, found 1
(#108) Spaces must be used to indent lines; tabs are not allowed
(#109) Spaces must be used to indent lines; tabs are not allowed
(#109) Whitespace found at end of line
(#110) Spaces must be used to indent lines; tabs are not allowed
(#111) Spaces must be used to indent lines; tabs are not allowed
(#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) Public method name "PHPWord_Section_Text::getParagraphStyle" must be in lower-case letters only
(#113) Spaces must be used to indent lines; tabs are not allowed
(#113) Tab found within whitespace
(#113) Line indented incorrectly; expected at least 8 spaces, found 2
(#114) Spaces must be used to indent lines; tabs are not allowed
(#114) Tab found within whitespace
(#114) Line indented incorrectly; expected 4 spaces, found 1
(#115) Spaces must be used to indent lines; tabs are not allowed
(#115) Tab found within whitespace
(#115) Whitespace found at end of line
(#116) Spaces must be used to indent lines; tabs are not allowed
(#116) Tab found within whitespace
(#116) Line indented incorrectly; expected at least 4 spaces, found 1
(#117) Spaces must be used to indent lines; tabs are not allowed
(#118) Spaces must be used to indent lines; tabs are not allowed
(#119) Spaces must be used to indent lines; tabs are not allowed
(#120) Spaces must be used to indent lines; tabs are not allowed
(#121) Spaces must be used to indent lines; tabs are not allowed
(#121) Tab found within whitespace
(#121) Line indented incorrectly; expected 4 spaces, found 1
(#121) Public method name "PHPWord_Section_Text::setParagraphStyle" must be in lower-case letters only
(#121) Variable "styleParagraph" must be all lower-case
(#122) Spaces must be used to indent lines; tabs are not allowed
(#122) Tab found within whitespace
(#122) Line indented incorrectly; expected 8 spaces, found 2
(#122) Expected "if (...) {\n"; found "if(...) {\n"
(#122) Variable "styleParagraph" must be all lower-case
(#123) Spaces must be used to indent lines; tabs are not allowed
(#123) Tab found within whitespace
(#123) Line indented incorrectly; expected at least 12 spaces, found 3
(#124) Spaces must be used to indent lines; tabs are not allowed
(#124) Tab found within whitespace
(#124) Whitespace found at end of line
(#125) Spaces must be used to indent lines; tabs are not allowed
(#125) Tab found within whitespace
(#125) Line indented incorrectly; expected 12 spaces, found 3
(#125) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#125) Variable "styleParagraph" must be all lower-case
(#126) Spaces must be used to indent lines; tabs are not allowed
(#126) Tab found within whitespace
(#126) Line indented incorrectly; expected 16 spaces, found 4
(#126) Expected "if (...) {\n"; found "if(...) {\n"
(#127) Spaces must be used to indent lines; tabs are not allowed
(#127) Tab found within whitespace
(#127) Line indented incorrectly; expected at least 20 spaces, found 5
(#128) Spaces must be used to indent lines; tabs are not allowed
(#128) Tab found within whitespace
(#128) Line indented incorrectly; expected 16 spaces, found 4
(#129) Spaces must be used to indent lines; tabs are not allowed
(#129) Tab found within whitespace
(#129) Line indented incorrectly; expected at least 16 spaces, found 4
(#130) Spaces must be used to indent lines; tabs are not allowed
(#130) Tab found within whitespace
(#130) Line indented incorrectly; expected 12 spaces, found 3
(#131) Spaces must be used to indent lines; tabs are not allowed
(#131) Tab found within whitespace
(#131) Line indented incorrectly; expected 8 spaces, found 2
(#132) Spaces must be used to indent lines; tabs are not allowed
(#132) Tab found within whitespace
(#132) Line indented incorrectly; expected at least 12 spaces, found 3
(#132) Variable "styleParagraph" must be all lower-case
(#133) Spaces must be used to indent lines; tabs are not allowed
(#133) Tab found within whitespace
(#133) Line indented incorrectly; expected 8 spaces, found 2
(#134) Spaces must be used to indent lines; tabs are not allowed
(#134) Tab found within whitespace
(#134) Line indented incorrectly; expected 4 spaces, found 1
(#135) Spaces must be used to indent lines; tabs are not allowed
(#135) Tab found within whitespace
(#135) Whitespace found at end of line
(#136) Spaces must be used to indent lines; tabs are not allowed
(#136) Tab found within whitespace
(#136) Line indented incorrectly; expected at least 4 spaces, found 1
(#137) Spaces must be used to indent lines; tabs are not allowed
(#138) Spaces must be used to indent lines; tabs are not allowed
(#138) Whitespace found at end of line
(#139) Spaces must be used to indent lines; tabs are not allowed
(#140) Spaces must be used to indent lines; tabs are not allowed
(#141) Spaces must be used to indent lines; tabs are not allowed
(#141) Tab found within whitespace
(#141) Line indented incorrectly; expected 4 spaces, found 1
(#141) Public method name "PHPWord_Section_Text::getText" must be in lower-case letters only
(#142) Spaces must be used to indent lines; tabs are not allowed
(#142) Tab found within whitespace
(#142) Line indented incorrectly; expected at least 8 spaces, found 2
(#143) Spaces must be used to indent lines; tabs are not allowed
(#143) Tab found within whitespace
(#143) Line indented incorrectly; expected 4 spaces, found 1
(#145) A closing tag is not permitted at the end of a PHP file
mod/offlinequiz/lib/PHPWord/Section/TextBreak.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#36) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Whitespace found at end of line
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected at least 4 spaces, found 1
(#39) Spaces must be used to indent lines; tabs are not allowed
(#40) Spaces must be used to indent lines; tabs are not allowed
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected 4 spaces, found 1
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Inline comments must start with a capital letter, digit or 3-dots sequence
(#42) Inline comments must end in full-stops, exclamation marks, or question marks
(#42) Line indented incorrectly; expected at least 8 spaces, found 2
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected 4 spaces, found 1
(#45) A closing tag is not permitted at the end of a PHP file
mod/offlinequiz/lib/PHPWord/Section/TextRun.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#36) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Whitespace found at end of line
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected at least 4 spaces, found 1
(#39) Spaces must be used to indent lines; tabs are not allowed
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Whitespace found at end of line
(#41) Spaces must be used to indent lines; tabs are not allowed
(#42) Spaces must be used to indent lines; tabs are not allowed
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected 4 spaces, found 1
(#43) Member variable "_styleParagraph" must be all lower-case
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Whitespace found at end of line
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected at least 4 spaces, found 1
(#46) Spaces must be used to indent lines; tabs are not allowed
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Whitespace found at end of line
(#48) Spaces must be used to indent lines; tabs are not allowed
(#49) Spaces must be used to indent lines; tabs are not allowed
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected 4 spaces, found 1
(#50) Member variable "_elementCollection" must be all lower-case
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Whitespace found at end of line
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Whitespace found at end of line
(#53) Spaces must be used to indent lines; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected at least 4 spaces, found 1
(#54) Spaces must be used to indent lines; tabs are not allowed
(#55) Spaces must be used to indent lines; tabs are not allowed
(#56) Spaces must be used to indent lines; tabs are not allowed
(#56) Tab found within whitespace
(#56) Line indented incorrectly; expected 4 spaces, found 1
(#56) Variable "styleParagraph" must be all lower-case
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected at least 8 spaces, found 2
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Whitespace found at end of line
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#59) Inline comments must end in full-stops, exclamation marks, or question marks
(#59) Line indented incorrectly; expected at least 8 spaces, found 2
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected 8 spaces, found 2
(#60) Expected "if (...) {\n"; found "if(...) {\n"
(#60) Variable "styleParagraph" must be all lower-case
(#61) Spaces must be used to indent lines; tabs are not allowed
(#61) Tab found within whitespace
(#61) Line indented incorrectly; expected at least 12 spaces, found 3
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Tab found within whitespace
(#62) Whitespace found at end of line
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected 12 spaces, found 3
(#63) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#63) Variable "styleParagraph" must be all lower-case
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected 16 spaces, found 4
(#64) Expected "if (...) {\n"; found "if(...) {\n"
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Tab found within whitespace
(#65) Line indented incorrectly; expected at least 20 spaces, found 5
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected 16 spaces, found 4
(#67) Spaces must be used to indent lines; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected at least 16 spaces, found 4
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected 12 spaces, found 3
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected 8 spaces, found 2
(#70) Spaces must be used to indent lines; tabs are not allowed
(#70) Tab found within whitespace
(#70) Line indented incorrectly; expected at least 12 spaces, found 3
(#70) Variable "styleParagraph" must be all lower-case
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected 8 spaces, found 2
(#72) Spaces must be used to indent lines; tabs are not allowed
(#72) Tab found within whitespace
(#72) Line indented incorrectly; expected 4 spaces, found 1
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Whitespace found at end of line
(#74) Spaces must be used to indent lines; tabs are not allowed
(#74) Tab found within whitespace
(#74) Whitespace found at end of line
(#75) Spaces must be used to indent lines; tabs are not allowed
(#75) Tab found within whitespace
(#75) Line indented incorrectly; expected at least 4 spaces, found 1
(#76) Spaces must be used to indent lines; tabs are not allowed
(#77) Spaces must be used to indent lines; tabs are not allowed
(#77) Whitespace found at end of line
(#78) Spaces must be used to indent lines; tabs are not allowed
(#79) Spaces must be used to indent lines; tabs are not allowed
(#80) Spaces must be used to indent lines; tabs are not allowed
(#81) Spaces must be used to indent lines; tabs are not allowed
(#82) Spaces must be used to indent lines; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected 4 spaces, found 1
(#82) Public method name "PHPWord_Section_TextRun::addText" must be in lower-case letters only
(#82) Variable "styleFont" must be all lower-case
(#83) Inline comments must start with a capital letter, digit or 3-dots sequence
(#83) Inline comments must end in full-stops, exclamation marks, or question marks
(#83) This comment is 50% valid code; is this commented out code?
(#83) Line indented incorrectly; expected at least 8 spaces, found 0
(#83) Tab found before comment text; expected "// $givenText = utf8_encode($text);" but found "// $givenText = utf8_encode($text);"
(#84) Spaces must be used to indent lines; tabs are not allowed
(#84) Tab found within whitespace
(#84) Line indented incorrectly; expected at least 8 spaces, found 2
(#84) Variable "givenText" must be all lower-case
(#85) Spaces must be used to indent lines; tabs are not allowed
(#85) Tab found within whitespace
(#85) Line indented incorrectly; expected at least 8 spaces, found 2
(#85) Variable "givenText" must be all lower-case
(#85) Variable "styleFont" must be all lower-case
(#86) Spaces must be used to indent lines; tabs are not allowed
(#86) Tab found within whitespace
(#86) Line indented incorrectly; expected at least 8 spaces, found 2
(#87) Spaces must be used to indent lines; tabs are not allowed
(#87) Tab found within whitespace
(#87) Line indented incorrectly; expected at least 8 spaces, found 2
(#88) Spaces must be used to indent lines; tabs are not allowed
(#88) Tab found within whitespace
(#88) Line indented incorrectly; expected 4 spaces, found 1
(#89) Spaces must be used to indent lines; tabs are not allowed
(#89) Tab found within whitespace
(#89) Whitespace found at end of line
(#90) Spaces must be used to indent lines; tabs are not allowed
(#90) Tab found within whitespace
(#90) Line indented incorrectly; expected at least 4 spaces, found 1
(#91) Spaces must be used to indent lines; tabs are not allowed
(#92) Spaces must be used to indent lines; tabs are not allowed
(#92) Whitespace found at end of line
(#93) Spaces must be used to indent lines; tabs are not allowed
(#94) Spaces must be used to indent lines; tabs are not allowed
(#95) Spaces must be used to indent lines; tabs are not allowed
(#96) Spaces must be used to indent lines; tabs are not allowed
(#97) Spaces must be used to indent lines; tabs are not allowed
(#98) Spaces must be used to indent lines; tabs are not allowed
(#98) Tab found within whitespace
(#98) Line indented incorrectly; expected 4 spaces, found 1
(#98) Public method name "PHPWord_Section_TextRun::addLink" must be in lower-case letters only
(#98) Variable "linkSrc" must be all lower-case
(#98) Variable "linkName" must be all lower-case
(#98) Variable "styleFont" must be all lower-case
(#99) Spaces must be used to indent lines; tabs are not allowed
(#99) Tab found within whitespace
(#99) Line indented incorrectly; expected at least 8 spaces, found 2
(#99) Variable "linkSrc" must be all lower-case
(#99) Variable "linkSrc" must be all lower-case
(#100) Spaces must be used to indent lines; tabs are not allowed
(#100) Tab found within whitespace
(#100) Line indented incorrectly; expected 8 spaces, found 2
(#100) Expected "if (...) {\n"; found "if(...) {\n"
(#100) Variable "linkName" must be all lower-case
(#101) Spaces must be used to indent lines; tabs are not allowed
(#101) Tab found within whitespace
(#101) Line indented incorrectly; expected at least 12 spaces, found 3
(#101) Variable "linkName" must be all lower-case
(#101) Variable "linkName" must be all lower-case
(#102) Spaces must be used to indent lines; tabs are not allowed
(#102) Tab found within whitespace
(#102) Line indented incorrectly; expected 8 spaces, found 2
(#103) Spaces must be used to indent lines; tabs are not allowed
(#103) Tab found within whitespace
(#103) Whitespace found at end of line
(#104) Spaces must be used to indent lines; tabs are not allowed
(#104) Tab found within whitespace
(#104) Line indented incorrectly; expected at least 8 spaces, found 2
(#104) Variable "linkSrc" must be all lower-case
(#104) Variable "linkName" must be all lower-case
(#104) Variable "styleFont" must be all lower-case
(#105) Spaces must be used to indent lines; tabs are not allowed
(#105) Tab found within whitespace
(#105) Line indented incorrectly; expected at least 8 spaces, found 2
(#105) Variable "rID" must be all lower-case
(#105) Variable "linkSrc" must be all lower-case
(#106) Spaces must be used to indent lines; tabs are not allowed
(#106) Tab found within whitespace
(#106) Line indented incorrectly; expected at least 8 spaces, found 2
(#106) Variable "rID" must be all lower-case
(#107) Spaces must be used to indent lines; tabs are not allowed
(#107) Tab found within whitespace
(#107) Whitespace found at end of line
(#108) Spaces must be used to indent lines; tabs are not allowed
(#108) Tab found within whitespace
(#108) Line indented incorrectly; expected at least 8 spaces, found 2
(#109) Spaces must be used to indent lines; tabs are not allowed
(#109) Tab found within whitespace
(#109) Line indented incorrectly; expected at least 8 spaces, found 2
(#110) Spaces must be used to indent lines; tabs are not allowed
(#110) Tab found within whitespace
(#110) Line indented incorrectly; expected 4 spaces, found 1
(#111) Spaces must be used to indent lines; tabs are not allowed
(#111) Tab found within whitespace
(#111) Whitespace found at end of line
(#112) Spaces must be used to indent lines; tabs are not allowed
(#112) Tab found within whitespace
(#112) Line indented incorrectly; expected at least 4 spaces, found 1
(#113) Spaces must be used to indent lines; tabs are not allowed
(#114) Spaces must be used to indent lines; tabs are not allowed
(#114) Whitespace found at end of line
(#115) Spaces must be used to indent lines; tabs are not allowed
(#116) Spaces must be used to indent lines; tabs are not allowed
(#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 "PHPWord_Section_TextRun::getElements" must be in lower-case letters only
(#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) Line indented incorrectly; expected 4 spaces, found 1
(#120) Spaces must be used to indent lines; tabs are not allowed
(#120) Tab found within whitespace
(#120) Whitespace found at end of line
(#121) Spaces must be used to indent lines; tabs are not allowed
(#121) Tab found within whitespace
(#121) Line indented incorrectly; expected at least 4 spaces, found 1
(#122) Spaces must be used to indent lines; tabs are not allowed
(#123) Spaces must be used to indent lines; tabs are not allowed
(#123) Whitespace found at end of line
(#124) Spaces must be used to indent lines; tabs are not allowed
(#125) Spaces must be used to indent lines; tabs are not allowed
(#126) Spaces must be used to indent lines; tabs are not allowed
(#126) Tab found within whitespace
(#126) Line indented incorrectly; expected 4 spaces, found 1
(#126) Public method name "PHPWord_Section_TextRun::getParagraphStyle" must be in lower-case letters only
(#127) Spaces must be used to indent lines; tabs are not allowed
(#127) Tab found within whitespace
(#127) Line indented incorrectly; expected at least 8 spaces, found 2
(#128) Spaces must be used to indent lines; tabs are not allowed
(#128) Tab found within whitespace
(#128) Line indented incorrectly; expected 4 spaces, found 1
(#130) A closing tag is not permitted at the end of a PHP file
mod/offlinequiz/lib/PHPWord/Section/Title.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#36) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Whitespace found at end of line
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected at least 4 spaces, found 1
(#39) Spaces must be used to indent lines; tabs are not allowed
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Whitespace found at end of line
(#41) Spaces must be used to indent lines; tabs are not allowed
(#42) Spaces must be used to indent lines; tabs are not allowed
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected 4 spaces, found 1
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Whitespace found at end of line
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected at least 4 spaces, found 1
(#46) Spaces must be used to indent lines; tabs are not allowed
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Whitespace found at end of line
(#48) Spaces must be used to indent lines; tabs are not allowed
(#49) Spaces must be used to indent lines; tabs are not allowed
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected 4 spaces, found 1
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Whitespace found at end of line
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected at least 4 spaces, found 1
(#53) Spaces must be used to indent lines; tabs are not allowed
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Whitespace found at end of line
(#55) Spaces must be used to indent lines; tabs are not allowed
(#56) Spaces must be used to indent lines; tabs are not allowed
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected 4 spaces, found 1
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Whitespace found at end of line
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#59) Line indented incorrectly; expected at least 4 spaces, found 1
(#60) Spaces must be used to indent lines; tabs are not allowed
(#61) Spaces must be used to indent lines; tabs are not allowed
(#61) Whitespace found at end of line
(#62) Spaces must be used to indent lines; tabs are not allowed
(#63) Spaces must be used to indent lines; tabs are not allowed
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected 4 spaces, found 1
(#64) Member variable "_bookmarkId" must be all lower-case
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Tab found within whitespace
(#65) Whitespace found at end of line
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected at least 4 spaces, found 1
(#67) Spaces must be used to indent lines; tabs are not allowed
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Whitespace found at end of line
(#69) Spaces must be used to indent lines; tabs are not allowed
(#70) Spaces must be used to indent lines; tabs are not allowed
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected 4 spaces, found 1
(#72) Spaces must be used to indent lines; tabs are not allowed
(#72) Tab found within whitespace
(#72) Whitespace found at end of line
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Whitespace found at end of line
(#74) Spaces must be used to indent lines; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected at least 4 spaces, found 1
(#75) Spaces must be used to indent lines; tabs are not allowed
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Whitespace found at end of line
(#77) Spaces must be used to indent lines; tabs are not allowed
(#78) Spaces must be used to indent lines; tabs are not allowed
(#79) Spaces must be used to indent lines; tabs are not allowed
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected 4 spaces, found 1
(#81) Spaces must be used to indent lines; tabs are not allowed
(#81) Tab found within whitespace
(#81) Line indented incorrectly; expected 8 spaces, found 2
(#81) Expected "if (...) {\n"; found "if(...) {\n"
(#82) Spaces must be used to indent lines; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected at least 12 spaces, found 3
(#83) Spaces must be used to indent lines; tabs are not allowed
(#83) Tab found within whitespace
(#83) Line indented incorrectly; expected 8 spaces, found 2
(#84) Spaces must be used to indent lines; tabs are not allowed
(#84) Tab found within whitespace
(#84) Whitespace found at end of line
(#85) Spaces must be used to indent lines; tabs are not allowed
(#85) Tab found within whitespace
(#85) Line indented incorrectly; expected at least 8 spaces, found 2
(#86) Spaces must be used to indent lines; tabs are not allowed
(#86) Tab found within whitespace
(#86) Line indented incorrectly; expected at least 8 spaces, found 2
(#87) Spaces must be used to indent lines; tabs are not allowed
(#87) Tab found within whitespace
(#87) Whitespace found at end of line
(#88) Spaces must be used to indent lines; tabs are not allowed
(#88) Tab found within whitespace
(#88) Line indented incorrectly; expected at least 8 spaces, found 2
(#89) Spaces must be used to indent lines; tabs are not allowed
(#89) Tab found within whitespace
(#89) Line indented incorrectly; expected 4 spaces, found 1
(#90) Spaces must be used to indent lines; tabs are not allowed
(#90) Tab found within whitespace
(#90) Whitespace found at end of line
(#91) Spaces must be used to indent lines; tabs are not allowed
(#91) Tab found within whitespace
(#91) Line indented incorrectly; expected at least 4 spaces, found 1
(#92) Spaces must be used to indent lines; tabs are not allowed
(#93) Spaces must be used to indent lines; tabs are not allowed
(#93) Whitespace found at end of line
(#94) Spaces must be used to indent lines; tabs are not allowed
(#95) Spaces must be used to indent lines; tabs are not allowed
(#96) Spaces must be used to indent lines; tabs are not allowed
(#96) Tab found within whitespace
(#96) Line indented incorrectly; expected 4 spaces, found 1
(#96) Public method name "PHPWord_Section_Title::setAnchor" must be in lower-case letters only
(#97) Spaces must be used to indent lines; tabs are not allowed
(#97) Tab found within whitespace
(#97) Line indented incorrectly; expected at least 8 spaces, found 2
(#98) Spaces must be used to indent lines; tabs are not allowed
(#98) Tab found within whitespace
(#98) Line indented incorrectly; expected 4 spaces, found 1
(#99) Spaces must be used to indent lines; tabs are not allowed
(#99) Tab found within whitespace
(#99) Whitespace found at end of line
(#100) Spaces must be used to indent lines; tabs are not allowed
(#100) Tab found within whitespace
(#100) Line indented incorrectly; expected at least 4 spaces, found 1
(#101) Spaces must be used to indent lines; tabs are not allowed
(#102) Spaces must be used to indent lines; tabs are not allowed
(#102) Whitespace found at end of line
(#103) Spaces must be used to indent lines; tabs are not allowed
(#104) Spaces must be used to indent lines; tabs are not allowed
(#105) Spaces must be used to indent lines; tabs are not allowed
(#105) Tab found within whitespace
(#105) Line indented incorrectly; expected 4 spaces, found 1
(#105) Public method name "PHPWord_Section_Title::getAnchor" must be in lower-case letters only
(#106) Spaces must be used to indent lines; tabs are not allowed
(#106) Tab found within whitespace
(#106) Line indented incorrectly; expected at least 8 spaces, found 2
(#107) Spaces must be used to indent lines; tabs are not allowed
(#107) Tab found within whitespace
(#107) Line indented incorrectly; expected 4 spaces, found 1
(#108) Spaces must be used to indent lines; tabs are not allowed
(#108) Tab found within whitespace
(#108) Whitespace found at end of line
(#109) Spaces must be used to indent lines; tabs are not allowed
(#109) Tab found within whitespace
(#109) Line indented incorrectly; expected at least 4 spaces, found 1
(#110) Spaces must be used to indent lines; tabs are not allowed
(#111) Spaces must be used to indent lines; tabs are not allowed
(#111) Whitespace found at end of line
(#112) Spaces must be used to indent lines; tabs are not allowed
(#113) Spaces must be used to indent lines; tabs are not allowed
(#114) Spaces must be used to indent lines; tabs are not allowed
(#114) Tab found within whitespace
(#114) Line indented incorrectly; expected 4 spaces, found 1
(#114) Public method name "PHPWord_Section_Title::setBookmarkId" must be in lower-case letters only
(#114) Variable "bookmarkId" must be all lower-case
(#115) Spaces must be used to indent lines; tabs are not allowed
(#115) Tab found within whitespace
(#115) Line indented incorrectly; expected at least 8 spaces, found 2
(#115) Variable "bookmarkId" must be all lower-case
(#116) Spaces must be used to indent lines; tabs are not allowed
(#116) Tab found within whitespace
(#116) Line indented incorrectly; expected 4 spaces, found 1
(#117) Spaces must be used to indent lines; tabs are not allowed
(#117) Tab found within whitespace
(#117) 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 4 spaces, found 1
(#119) Spaces must be used to indent lines; tabs are not allowed
(#120) Spaces must be used to indent lines; tabs are not allowed
(#120) Whitespace found at end of line
(#121) Spaces must be used to indent lines; tabs are not allowed
(#122) Spaces must be used to indent lines; tabs are not allowed
(#123) Spaces must be used to indent lines; tabs are not allowed
(#123) Tab found within whitespace
(#123) Line indented incorrectly; expected 4 spaces, found 1
(#123) Public method name "PHPWord_Section_Title::getBookmarkId" must be in lower-case letters only
(#124) Spaces must be used to indent lines; tabs are not allowed
(#124) Tab found within whitespace
(#124) Line indented incorrectly; expected at least 8 spaces, found 2
(#125) Spaces must be used to indent lines; tabs are not allowed
(#125) Tab found within whitespace
(#125) Line indented incorrectly; expected 4 spaces, found 1
(#126) Spaces must be used to indent lines; tabs are not allowed
(#126) Tab found within whitespace
(#126) Whitespace found at end of line
(#127) Spaces must be used to indent lines; tabs are not allowed
(#127) Tab found within whitespace
(#127) Line indented incorrectly; expected at least 4 spaces, found 1
(#128) Spaces must be used to indent lines; tabs are not allowed
(#129) Spaces must be used to indent lines; tabs are not allowed
(#129) Whitespace found at end of line
(#130) Spaces must be used to indent lines; tabs are not allowed
(#131) Spaces must be used to indent lines; tabs are not allowed
(#132) Spaces must be used to indent lines; tabs are not allowed
(#132) Tab found within whitespace
(#132) Line indented incorrectly; expected 4 spaces, found 1
(#132) Public method name "PHPWord_Section_Title::getText" must be in lower-case letters only
(#133) Spaces must be used to indent lines; tabs are not allowed
(#133) Tab found within whitespace
(#133) Line indented incorrectly; expected at least 8 spaces, found 2
(#134) Spaces must be used to indent lines; tabs are not allowed
(#134) Tab found within whitespace
(#134) Line indented incorrectly; expected 4 spaces, found 1
(#135) Spaces must be used to indent lines; tabs are not allowed
(#135) Tab found within whitespace
(#135) Whitespace found at end of line
(#136) Spaces must be used to indent lines; tabs are not allowed
(#136) Tab found within whitespace
(#136) Line indented incorrectly; expected at least 4 spaces, found 1
(#137) Spaces must be used to indent lines; tabs are not allowed
(#138) Spaces must be used to indent lines; tabs are not allowed
(#138) Whitespace found at end of line
(#139) Spaces must be used to indent lines; tabs are not allowed
(#140) Spaces must be used to indent lines; tabs are not allowed
(#141) Spaces must be used to indent lines; tabs are not allowed
(#141) Tab found within whitespace
(#141) Line indented incorrectly; expected 4 spaces, found 1
(#141) Public method name "PHPWord_Section_Title::getStyle" must be in lower-case letters only
(#142) Spaces must be used to indent lines; tabs are not allowed
(#142) Tab found within whitespace
(#142) Line indented incorrectly; expected at least 8 spaces, found 2
(#143) Spaces must be used to indent lines; tabs are not allowed
(#143) Tab found within whitespace
(#143) Line indented incorrectly; expected 4 spaces, found 1
(#145) A closing tag is not permitted at the end of a PHP file
mod/offlinequiz/lib/PHPWord/Shared/Drawing.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#29) Expected MOODLE_INTERNAL check or config.php inclusion
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected at least 4 spaces, found 1
(#32) Spaces must be used to indent lines; tabs are not allowed
(#33) Spaces must be used to indent lines; tabs are not allowed
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Spaces must be used for alignment; tabs are not allowed
(#34) Spaces must be used for alignment; tabs are not allowed
(#35) Spaces must be used for alignment; tabs are not allowed
(#35) Spaces must be used for alignment; tabs are not allowed
(#35) Spaces must be used for alignment; tabs are not allowed
(#36) Spaces must be used for alignment; tabs are not allowed
(#37) Spaces must be used for alignment; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected 4 spaces, found 1
(#37) Public method name "PHPWord_Shared_Drawing::pixelsToEMU" must be in lower-case letters only
(#37) Variable "pValue" must be all lower-case
(#38) Spaces must be used for alignment; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected at least 8 spaces, found 2
(#38) Variable "pValue" must be all lower-case
(#39) Spaces must be used for alignment; tabs are not allowed
(#39) Tab found within whitespace
(#39) Line indented incorrectly; expected 4 spaces, found 1
(#40) Spaces must be used for alignment; tabs are not allowed
(#40) Tab found within whitespace
(#40) Whitespace found at end of line
(#41) Spaces must be used for alignment; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected at least 4 spaces, found 1
(#42) Spaces must be used for alignment; tabs are not allowed
(#43) Spaces must be used for alignment; tabs are not allowed
(#44) Spaces must be used for alignment; tabs are not allowed
(#44) Spaces must be used for alignment; tabs are not allowed
(#44) Spaces must be used for alignment; tabs are not allowed
(#45) Spaces must be used for alignment; tabs are not allowed
(#45) Spaces must be used for alignment; tabs are not allowed
(#45) Spaces must be used for alignment; tabs are not allowed
(#46) Spaces must be used for alignment; tabs are not allowed
(#47) Spaces must be used for alignment; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected 4 spaces, found 1
(#47) Public method name "PHPWord_Shared_Drawing::EMUToPixels" must be in lower-case letters only
(#47) Variable "pValue" must be all lower-case
(#48) Spaces must be used for alignment; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected 8 spaces, found 2
(#48) Variable "pValue" must be all lower-case
(#49) Spaces must be used for alignment; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected at least 12 spaces, found 3
(#49) Variable "pValue" must be all lower-case
(#50) Spaces must be used for alignment; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected 8 spaces, found 2
(#51) Spaces must be used for alignment; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected at least 12 spaces, found 3
(#52) Spaces must be used for alignment; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected 8 spaces, found 2
(#53) Spaces must be used for alignment; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected 4 spaces, found 1
(#54) Spaces must be used for alignment; tabs are not allowed
(#54) Tab found within whitespace
(#54) Whitespace found at end of line
(#55) Spaces must be used for alignment; tabs are not allowed
(#55) Tab found within whitespace
(#55) Line indented incorrectly; expected at least 4 spaces, found 1
(#56) Spaces must be used for alignment; tabs are not allowed
(#57) Spaces must be used for alignment; tabs are not allowed
(#58) Spaces must be used for alignment; tabs are not allowed
(#58) Spaces must be used for alignment; tabs are not allowed
(#58) Spaces must be used for alignment; tabs are not allowed
(#59) Spaces must be used for alignment; tabs are not allowed
(#59) Spaces must be used for alignment; tabs are not allowed
(#59) Spaces must be used for alignment; tabs are not allowed
(#60) Spaces must be used for alignment; tabs are not allowed
(#61) Spaces must be used for alignment; tabs are not allowed
(#61) Tab found within whitespace
(#61) Line indented incorrectly; expected 4 spaces, found 1
(#61) Public method name "PHPWord_Shared_Drawing::pixelsToPoints" must be in lower-case letters only
(#61) Variable "pValue" must be all lower-case
(#62) Spaces must be used for alignment; tabs are not allowed
(#62) Tab found within whitespace
(#62) Line indented incorrectly; expected at least 8 spaces, found 2
(#62) Variable "pValue" must be all lower-case
(#63) Spaces must be used for alignment; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected 4 spaces, found 1
(#64) Spaces must be used for alignment; tabs are not allowed
(#64) Tab found within whitespace
(#64) Whitespace found at end of line
(#65) Spaces must be used for alignment; tabs are not allowed
(#65) Tab found within whitespace
(#65) Line indented incorrectly; expected at least 4 spaces, found 1
(#66) Spaces must be used for alignment; tabs are not allowed
(#67) Spaces must be used for alignment; tabs are not allowed
(#68) Spaces must be used for alignment; tabs are not allowed
(#68) Spaces must be used for alignment; tabs are not allowed
(#68) Spaces must be used for alignment; tabs are not allowed
(#69) Spaces must be used for alignment; tabs are not allowed
(#69) Spaces must be used for alignment; tabs are not allowed
(#69) Spaces must be used for alignment; tabs are not allowed
(#70) Spaces must be used for alignment; tabs are not allowed
(#71) Spaces must be used for alignment; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected 4 spaces, found 1
(#71) Public method name "PHPWord_Shared_Drawing::pointsToPixels" must be in lower-case letters only
(#71) Variable "pValue" must be all lower-case
(#72) Spaces must be used for alignment; tabs are not allowed
(#72) Tab found within whitespace
(#72) Line indented incorrectly; expected 8 spaces, found 2
(#72) Variable "pValue" must be all lower-case
(#73) Spaces must be used for alignment; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected at least 12 spaces, found 3
(#73) Variable "pValue" must be all lower-case
(#74) Spaces must be used for alignment; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected 8 spaces, found 2
(#75) Spaces must be used for alignment; tabs are not allowed
(#75) Tab found within whitespace
(#75) Line indented incorrectly; expected at least 12 spaces, found 3
(#76) Spaces must be used for alignment; tabs are not allowed
(#76) Tab found within whitespace
(#76) Line indented incorrectly; expected 8 spaces, found 2
(#77) Spaces must be used for alignment; tabs are not allowed
(#77) Tab found within whitespace
(#77) Line indented incorrectly; expected 4 spaces, found 1
(#79) Spaces must be used for alignment; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected at least 4 spaces, found 1
(#80) Spaces must be used for alignment; tabs are not allowed
(#81) Spaces must be used for alignment; tabs are not allowed
(#82) Spaces must be used for alignment; tabs are not allowed
(#82) Spaces must be used for alignment; tabs are not allowed
(#82) Spaces must be used for alignment; tabs are not allowed
(#83) Spaces must be used for alignment; tabs are not allowed
(#83) Spaces must be used for alignment; tabs are not allowed
(#83) Spaces must be used for alignment; tabs are not allowed
(#84) Spaces must be used for alignment; tabs are not allowed
(#85) Spaces must be used for alignment; tabs are not allowed
(#85) Tab found within whitespace
(#85) Line indented incorrectly; expected 4 spaces, found 1
(#85) Public method name "PHPWord_Shared_Drawing::degreesToAngle" must be in lower-case letters only
(#85) Variable "pValue" must be all lower-case
(#86) Spaces must be used for alignment; tabs are not allowed
(#86) Tab found within whitespace
(#86) Line indented incorrectly; expected at least 8 spaces, found 2
(#86) Variable "pValue" must be all lower-case
(#87) Spaces must be used for alignment; tabs are not allowed
(#87) Tab found within whitespace
(#87) Line indented incorrectly; expected 4 spaces, found 1
(#88) Spaces must be used for alignment; tabs are not allowed
(#88) Tab found within whitespace
(#88) Whitespace found at end of line
(#89) Spaces must be used for alignment; tabs are not allowed
(#89) Tab found within whitespace
(#89) Line indented incorrectly; expected at least 4 spaces, found 1
(#90) Spaces must be used for alignment; tabs are not allowed
(#91) Spaces must be used for alignment; tabs are not allowed
(#92) Spaces must be used for alignment; tabs are not allowed
(#92) Spaces must be used for alignment; tabs are not allowed
(#92) Spaces must be used for alignment; tabs are not allowed
(#93) Spaces must be used for alignment; tabs are not allowed
(#93) Spaces must be used for alignment; tabs are not allowed
(#93) Spaces must be used for alignment; tabs are not allowed
(#94) Spaces must be used for alignment; tabs are not allowed
(#95) Spaces must be used for alignment; tabs are not allowed
(#95) Tab found within whitespace
(#95) Line indented incorrectly; expected 4 spaces, found 1
(#95) Public method name "PHPWord_Shared_Drawing::angleToDegrees" must be in lower-case letters only
(#95) Variable "pValue" must be all lower-case
(#96) Spaces must be used for alignment; tabs are not allowed
(#96) Tab found within whitespace
(#96) Line indented incorrectly; expected 8 spaces, found 2
(#96) Variable "pValue" must be all lower-case
(#97) Spaces must be used for alignment; tabs are not allowed
(#97) Tab found within whitespace
(#97) Line indented incorrectly; expected at least 12 spaces, found 3
(#97) Variable "pValue" must be all lower-case
(#98) Spaces must be used for alignment; tabs are not allowed
(#98) Tab found within whitespace
(#98) Line indented incorrectly; expected 8 spaces, found 2
(#99) Spaces must be used for alignment; tabs are not allowed
(#99) Tab found within whitespace
(#99) Line indented incorrectly; expected at least 12 spaces, found 3
(#100) Spaces must be used for alignment; tabs are not allowed
(#100) Tab found within whitespace
(#100) Line indented incorrectly; expected 8 spaces, found 2
(#101) Spaces must be used for alignment; tabs are not allowed
(#101) Tab found within whitespace
(#101) Line indented incorrectly; expected 4 spaces, found 1
(#103) Spaces must be used for alignment; tabs are not allowed
(#103) Tab found within whitespace
(#103) Line indented incorrectly; expected at least 4 spaces, found 1
(#104) Spaces must be used for alignment; tabs are not allowed
(#105) Spaces must be used for alignment; tabs are not allowed
(#106) Spaces must be used for alignment; tabs are not allowed
(#106) Spaces must be used for alignment; tabs are not allowed
(#106) Spaces must be used for alignment; tabs are not allowed
(#107) Spaces must be used for alignment; tabs are not allowed
(#107) Spaces must be used for alignment; tabs are not allowed
(#107) Spaces must be used for alignment; tabs are not allowed
(#108) Spaces must be used for alignment; tabs are not allowed
(#109) Spaces must be used for alignment; tabs are not allowed
(#109) Tab found within whitespace
(#109) Line indented incorrectly; expected 4 spaces, found 1
(#109) Public method name "PHPWord_Shared_Drawing::pixelsToCentimeters" must be in lower-case letters only
(#109) Variable "pValue" must be all lower-case
(#110) Spaces must be used for alignment; tabs are not allowed
(#110) Tab found within whitespace
(#110) Line indented incorrectly; expected at least 8 spaces, found 2
(#110) Variable "pValue" must be all lower-case
(#111) Spaces must be used for alignment; tabs are not allowed
(#111) Tab found within whitespace
(#111) Line indented incorrectly; expected 4 spaces, found 1
(#112) Spaces must be used for alignment; tabs are not allowed
(#112) Tab found within whitespace
(#112) Whitespace found at end of line
(#113) Spaces must be used for alignment; tabs are not allowed
(#113) Tab found within whitespace
(#113) Line indented incorrectly; expected at least 4 spaces, found 1
(#114) Spaces must be used for alignment; tabs are not allowed
(#115) Spaces must be used for alignment; tabs are not allowed
(#116) Spaces must be used for alignment; tabs are not allowed
(#116) Spaces must be used for alignment; tabs are not allowed
(#116) Spaces must be used for alignment; tabs are not allowed
(#117) Spaces must be used for alignment; tabs are not allowed
(#117) Spaces must be used for alignment; tabs are not allowed
(#117) Spaces must be used for alignment; tabs are not allowed
(#118) Spaces must be used for alignment; tabs are not allowed
(#119) Spaces must be used for alignment; tabs are not allowed
(#119) Tab found within whitespace
(#119) Line indented incorrectly; expected 4 spaces, found 1
(#119) Public method name "PHPWord_Shared_Drawing::centimetersToPixels" must be in lower-case letters only
(#119) Variable "pValue" must be all lower-case
(#120) Spaces must be used for alignment; tabs are not allowed
(#120) Tab found within whitespace
(#120) Line indented incorrectly; expected 8 spaces, found 2
(#120) Variable "pValue" must be all lower-case
(#121) Spaces must be used for alignment; tabs are not allowed
(#121) Tab found within whitespace
(#121) Line indented incorrectly; expected at least 12 spaces, found 3
(#121) Variable "pValue" must be all lower-case
(#122) Spaces must be used for alignment; tabs are not allowed
(#122) Tab found within whitespace
(#122) Line indented incorrectly; expected 8 spaces, found 2
(#123) Spaces must be used for alignment; tabs are not allowed
(#123) Tab found within whitespace
(#123) Line indented incorrectly; expected at least 12 spaces, found 3
(#124) Spaces must be used for alignment; tabs are not allowed
(#124) Tab found within whitespace
(#124) Line indented incorrectly; expected 8 spaces, found 2
(#125) Spaces must be used for alignment; tabs are not allowed
(#125) Tab found within whitespace
(#125) Line indented incorrectly; expected 4 spaces, found 1
(#126) Spaces must be used for alignment; tabs are not allowed
(#126) Tab found within whitespace
(#126) Whitespace found at end of line
(#127) Spaces must be used for alignment; tabs are not allowed
(#127) Tab found within whitespace
(#127) Line indented incorrectly; expected at least 4 spaces, found 1
(#128) Spaces must be used for alignment; tabs are not allowed
(#129) Spaces must be used for alignment; tabs are not allowed
(#130) Spaces must be used for alignment; tabs are not allowed
(#130) Spaces must be used for alignment; tabs are not allowed
(#130) Spaces must be used for alignment; tabs are not allowed
(#131) Spaces must be used for alignment; tabs are not allowed
(#131) Spaces must be used for alignment; tabs are not allowed
(#131) Spaces must be used for alignment; tabs are not allowed
(#132) Spaces must be used for alignment; tabs are not allowed
(#133) Spaces must be used for alignment; tabs are not allowed
(#133) Tab found within whitespace
(#133) Line indented incorrectly; expected 4 spaces, found 1
(#133) Public method name "PHPWord_Shared_Drawing::htmlToRGB" must be in lower-case letters only
(#133) Variable "pValue" must be all lower-case
(#134) Spaces must be used for alignment; tabs are not allowed
(#134) Tab found within whitespace
(#134) Line indented incorrectly; expected 8 spaces, found 2
(#134) Expected "if (...) {\n"; found "if (...){\n"
(#134) Variable "pValue" must be all lower-case
(#135) Spaces must be used for alignment; tabs are not allowed
(#135) Tab found within whitespace
(#135) Line indented incorrectly; expected at least 12 spaces, found 3
(#135) Variable "pValue" must be all lower-case
(#135) Variable "pValue" must be all lower-case
(#136) Spaces must be used for alignment; tabs are not allowed
(#136) Tab found within whitespace
(#136) Line indented incorrectly; expected 8 spaces, found 2
(#137) Spaces must be used for alignment; tabs are not allowed
(#137) Tab found within whitespace
(#137) Whitespace found at end of line
(#138) Spaces must be used for alignment; tabs are not allowed
(#138) Tab found within whitespace
(#138) Line indented incorrectly; expected 8 spaces, found 2
(#138) Expected "if (...) {\n"; found "if (...){\n"
(#138) Variable "pValue" must be all lower-case
(#139) Spaces must be used for alignment; tabs are not allowed
(#139) Tab found within whitespace
(#139) Line indented incorrectly; expected at least 12 spaces, found 3
(#139) Variable "color_R" must be all lower-case
(#139) Variable "color_R" must not contain underscores.
(#139) Variable "color_G" must be all lower-case
(#139) Variable "color_G" must not contain underscores.
(#139) Variable "color_B" must be all lower-case
(#139) Variable "color_B" must not contain underscores.
(#139) Variable "pValue" must be all lower-case
(#139) Variable "pValue" must be all lower-case
(#139) Commas (,) must be followed by white space.
(#139) Variable "pValue" must be all lower-case
(#139) Variable "pValue" must be all lower-case
(#139) Commas (,) must be followed by white space.
(#139) Variable "pValue" must be all lower-case
(#139) Variable "pValue" must be all lower-case
(#140) Spaces must be used for alignment; tabs are not allowed
(#140) Tab found within whitespace
(#140) Line indented incorrectly; expected 8 spaces, found 2
(#141) Spaces must be used for alignment; tabs are not allowed
(#141) Tab found within whitespace
(#141) Line indented incorrectly; expected 8 spaces, found 2
(#141) Usage of ELSEIF not allowed; use ELSE IF instead
(#141) Variable "pValue" must be all lower-case
(#142) Spaces must be used for alignment; tabs are not allowed
(#142) Tab found within whitespace
(#142) Line indented incorrectly; expected at least 12 spaces, found 3
(#142) Variable "color_R" must be all lower-case
(#142) Variable "color_R" must not contain underscores.
(#142) Variable "color_G" must be all lower-case
(#142) Variable "color_G" must not contain underscores.
(#142) Variable "color_B" must be all lower-case
(#142) Variable "color_B" must not contain underscores.
(#142) Variable "pValue" must be all lower-case
(#142) Variable "pValue" must be all lower-case
(#142) Commas (,) must be followed by white space.
(#142) Variable "pValue" must be all lower-case
(#142) Variable "pValue" must be all lower-case
(#142) Commas (,) must be followed by white space.
(#142) Variable "pValue" must be all lower-case
(#142) Variable "pValue" must be all lower-case
(#143) Spaces must be used for alignment; tabs are not allowed
(#143) Tab found within whitespace
(#143) Line indented incorrectly; expected 8 spaces, found 2
(#144) Spaces must be used for alignment; tabs are not allowed
(#144) Tab found within whitespace
(#144) Line indented incorrectly; expected 8 spaces, found 2
(#144) Expected "} else {\n"; found "}\n\t\telse{\n"
(#145) Spaces must be used for alignment; tabs are not allowed
(#145) Tab found within whitespace
(#145) Line indented incorrectly; expected at least 12 spaces, found 3
(#146) Spaces must be used for alignment; tabs are not allowed
(#146) Tab found within whitespace
(#146) Line indented incorrectly; expected 8 spaces, found 2
(#147) Spaces must be used for alignment; tabs are not allowed
(#147) Tab found within whitespace
(#147) Whitespace found at end of line
(#148) Spaces must be used for alignment; tabs are not allowed
(#148) Tab found within whitespace
(#148) Line indented incorrectly; expected at least 8 spaces, found 2
(#148) Variable "color_R" must be all lower-case
(#148) Variable "color_R" must not contain underscores.
(#148) Variable "color_R" must be all lower-case
(#148) Variable "color_R" must not contain underscores.
(#148) Whitespace found at end of line
(#149) Spaces must be used for alignment; tabs are not allowed
(#149) Tab found within whitespace
(#149) Line indented incorrectly; expected at least 8 spaces, found 2
(#149) Variable "color_G" must be all lower-case
(#149) Variable "color_G" must not contain underscores.
(#149) Variable "color_G" must be all lower-case
(#149) Variable "color_G" must not contain underscores.
(#149) Whitespace found at end of line
(#150) Spaces must be used for alignment; tabs are not allowed
(#150) Tab found within whitespace
(#150) Line indented incorrectly; expected at least 8 spaces, found 2
(#150) Variable "color_B" must be all lower-case
(#150) Variable "color_B" must not contain underscores.
(#150) Variable "color_B" must be all lower-case
(#150) Variable "color_B" must not contain underscores.
(#151) Spaces must be used for alignment; tabs are not allowed
(#151) Tab found within whitespace
(#151) Whitespace found at end of line
(#152) Spaces must be used for alignment; tabs are not allowed
(#152) Tab found within whitespace
(#152) Line indented incorrectly; expected at least 8 spaces, found 2
(#152) Variable "color_R" must be all lower-case
(#152) Variable "color_R" must not contain underscores.
(#152) Variable "color_G" must be all lower-case
(#152) Variable "color_G" must not contain underscores.
(#152) Variable "color_B" must be all lower-case
(#152) Variable "color_B" must not contain underscores.
(#153) Spaces must be used for alignment; tabs are not allowed
(#153) Tab found within whitespace
(#153) Line indented incorrectly; expected 4 spaces, found 1
mod/offlinequiz/lib/PHPWord/Shared/File.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#29) Expected MOODLE_INTERNAL check or config.php inclusion
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected at least 4 spaces, found 1
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Expected 2 space(s) before asterisk; 3 found
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Expected 2 space(s) before asterisk; 3 found
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Expected 2 space(s) before asterisk; 3 found
(#34) Spaces must be used for alignment; tabs are not allowed
(#34) Spaces must be used for alignment; tabs are not allowed
(#35) Spaces must be used for alignment; tabs are not allowed
(#35) Expected 2 space(s) before asterisk; 3 found
(#36) Spaces must be used for alignment; tabs are not allowed
(#36) Expected 2 space(s) before asterisk; 3 found
(#37) Spaces must be used for alignment; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected 4 spaces, found 1
(#37) Variable "pFilename" must be all lower-case
(#38) Spaces must be used for alignment; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected at least 8 spaces, found 2
(#39) Spaces must be used for alignment; tabs are not allowed
(#39) Tab found within whitespace
(#39) Line indented incorrectly; expected at least 8 spaces, found 2
(#40) Spaces must be used for alignment; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected at least 8 spaces, found 2
(#41) Spaces must be used for alignment; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected 8 spaces, found 2
(#41) Variable "pFilename" must be all lower-case
(#42) Spaces must be used for alignment; tabs are not allowed
(#42) Tab found within whitespace
(#42) Inline comments must end in full-stops, exclamation marks, or question marks
(#42) Line indented incorrectly; expected at least 12 spaces, found 3
(#43) Spaces must be used for alignment; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected at least 12 spaces, found 3
(#43) Variable "zipFile" must be all lower-case
(#43) Spaces must be used for alignment; tabs are not allowed
(#43) Tab found within whitespace
(#43) Variable "pFilename" must be all lower-case
(#43) Variable "pFilename" must be all lower-case
(#44) Spaces must be used for alignment; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected at least 12 spaces, found 3
(#44) Variable "archiveFile" must be all lower-case
(#44) Spaces must be used for alignment; tabs are not allowed
(#44) Tab found within whitespace
(#44) Variable "pFilename" must be all lower-case
(#44) Variable "pFilename" must be all lower-case
(#46) Spaces must be used for alignment; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected at least 12 spaces, found 3
(#47) Spaces must be used for alignment; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected 12 spaces, found 3
(#47) Variable "zipFile" must be all lower-case
(#48) Spaces must be used for alignment; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected at least 16 spaces, found 4
(#48) Variable "returnValue" must be all lower-case
(#48) Variable "archiveFile" must be all lower-case
(#49) Spaces must be used for alignment; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected at least 16 spaces, found 4
(#50) Spaces must be used for alignment; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected at least 16 spaces, found 4
(#50) Variable "returnValue" must be all lower-case
(#51) Spaces must be used for alignment; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected 12 spaces, found 3
(#52) Spaces must be used for alignment; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected at least 16 spaces, found 4
(#53) Spaces must be used for alignment; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected 12 spaces, found 3
(#54) Spaces must be used for alignment; tabs are not allowed
(#54) Tab found within whitespace
(#54) Line indented incorrectly; expected 8 spaces, found 2
(#55) Spaces must be used for alignment; tabs are not allowed
(#55) Tab found within whitespace
(#55) Inline comments must end in full-stops, exclamation marks, or question marks
(#55) Line indented incorrectly; expected at least 12 spaces, found 3
(#56) Spaces must be used for alignment; tabs are not allowed
(#56) Tab found within whitespace
(#56) Line indented incorrectly; expected at least 12 spaces, found 3
(#56) Variable "pFilename" must be all lower-case
(#57) Spaces must be used for alignment; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected 8 spaces, found 2
(#58) Spaces must be used for alignment; tabs are not allowed
(#58) Tab found within whitespace
(#58) Line indented incorrectly; expected 4 spaces, found 1
(#60) Spaces must be used for alignment; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected at least 4 spaces, found 1
(#61) Spaces must be used for alignment; tabs are not allowed
(#62) Spaces must be used for alignment; tabs are not allowed
(#63) Spaces must be used for alignment; tabs are not allowed
(#64) Spaces must be used for alignment; tabs are not allowed
(#65) Spaces must be used for alignment; tabs are not allowed
(#66) Spaces must be used for alignment; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected 4 spaces, found 1
(#66) Variable "pFilename" must be all lower-case
(#67) Spaces must be used for alignment; tabs are not allowed
(#67) Tab found within whitespace
(#67) Inline comments must end in full-stops, exclamation marks, or question marks
(#67) Line indented incorrectly; expected at least 8 spaces, found 2
(#68) Spaces must be used for alignment; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected at least 8 spaces, found 2
(#68) Variable "returnValue" must be all lower-case
(#70) Spaces must be used for alignment; tabs are not allowed
(#70) Tab found within whitespace
(#70) Inline comments must end in full-stops, exclamation marks, or question marks
(#70) Line indented incorrectly; expected at least 8 spaces, found 2
(#71) Spaces must be used for alignment; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected at least 8 spaces, found 2
(#71) Variable "returnValue" must be all lower-case
(#71) Variable "pFilename" must be all lower-case
(#73) Spaces must be used for alignment; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected at least 8 spaces, found 2
(#74) Spaces must be used for alignment; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected 8 spaces, found 2
(#74) Variable "returnValue" must be all lower-case
(#74) Variable "returnValue" must be all lower-case
(#75) Spaces must be used for alignment; tabs are not allowed
(#75) Tab found within whitespace
(#75) Line indented incorrectly; expected at least 12 spaces, found 3
(#75) Variable "pathArray" must be all lower-case
(#75) The use of function split is discouraged from PHP version 5.3; use preg_split instead
(#75) Function split() has been deprecated
(#75) Variable "pFilename" must be all lower-case
(#76) Spaces must be used for alignment; tabs are not allowed
(#76) Tab found within whitespace
(#76) Line indented incorrectly; expected 12 spaces, found 3
(#76) Expected "while (...) {\n"; found "while(...) {\n"
(#76) Variable "pathArray" must be all lower-case
(#76) Variable "pathArray" must be all lower-case
(#77) Spaces must be used for alignment; tabs are not allowed
(#77) Tab found within whitespace
(#77) Line indented incorrectly; expected 16 spaces, found 4
(#77) Variable "pathArray" must be all lower-case
(#78) Spaces must be used for alignment; tabs are not allowed
(#78) Tab found within whitespace
(#78) Line indented incorrectly; expected 20 spaces, found 5
(#78) Variable "pathArray" must be all lower-case
(#79) Spaces must be used for alignment; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected at least 24 spaces, found 6
(#79) Variable "pathArray" must be all lower-case
(#80) Spaces must be used for alignment; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected at least 24 spaces, found 6
(#80) Variable "pathArray" must be all lower-case
(#81) Spaces must be used for alignment; tabs are not allowed
(#81) Tab found within whitespace
(#81) Line indented incorrectly; expected at least 24 spaces, found 6
(#82) Spaces must be used for alignment; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected 20 spaces, found 5
(#83) Spaces must be used for alignment; tabs are not allowed
(#83) Tab found within whitespace
(#83) Line indented incorrectly; expected 16 spaces, found 4
(#84) Spaces must be used for alignment; tabs are not allowed
(#84) Tab found within whitespace
(#84) Line indented incorrectly; expected 12 spaces, found 3
(#85) Spaces must be used for alignment; tabs are not allowed
(#85) Tab found within whitespace
(#85) Line indented incorrectly; expected at least 12 spaces, found 3
(#85) Variable "returnValue" must be all lower-case
(#85) Variable "pathArray" must be all lower-case
(#86) Spaces must be used for alignment; tabs are not allowed
(#86) Tab found within whitespace
(#86) Line indented incorrectly; expected 8 spaces, found 2
(#88) Spaces must be used for alignment; tabs are not allowed
(#88) Tab found within whitespace
(#88) Inline comments must end in full-stops, exclamation marks, or question marks
(#88) This comment is 50% valid code; is this commented out code?
(#88) Line indented incorrectly; expected at least 8 spaces, found 2
(#89) Spaces must be used for alignment; tabs are not allowed
(#89) Tab found within whitespace
(#89) Line indented incorrectly; expected at least 8 spaces, found 2
(#89) Variable "returnValue" must be all lower-case
(#90) Spaces must be used for alignment; tabs are not allowed
(#90) Tab found within whitespace
(#90) Line indented incorrectly; expected 4 spaces, found 1
mod/offlinequiz/lib/PHPWord/Shared/Font.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#29) Expected MOODLE_INTERNAL check or config.php inclusion
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected at least 4 spaces, found 1
(#32) Spaces must be used to indent lines; tabs are not allowed
(#33) Spaces must be used to indent lines; tabs are not allowed
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Spaces must be used for alignment; tabs are not allowed
(#34) Spaces must be used for alignment; tabs are not allowed
(#35) Spaces must be used for alignment; tabs are not allowed
(#35) Spaces must be used for alignment; tabs are not allowed
(#35) Spaces must be used for alignment; tabs are not allowed
(#36) Spaces must be used for alignment; tabs are not allowed
(#37) Spaces must be used for alignment; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected 4 spaces, found 1
(#37) Public method name "PHPWord_Shared_Font::fontSizeToPixels" must be in lower-case letters only
(#37) Variable "fontSizeInPoints" must be all lower-case
(#38) Spaces must be used for alignment; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected at least 8 spaces, found 2
(#38) Variable "fontSizeInPoints" must be all lower-case
(#39) Spaces must be used for alignment; tabs are not allowed
(#39) Tab found within whitespace
(#39) Line indented incorrectly; expected 4 spaces, found 1
(#40) Spaces must be used for alignment; tabs are not allowed
(#40) Tab found within whitespace
(#40) Whitespace found at end of line
(#41) Spaces must be used for alignment; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected at least 4 spaces, found 1
(#42) Spaces must be used for alignment; tabs are not allowed
(#43) Spaces must be used for alignment; tabs are not allowed
(#44) Spaces must be used for alignment; tabs are not allowed
(#44) Spaces must be used for alignment; tabs are not allowed
(#44) Spaces must be used for alignment; tabs are not allowed
(#45) Spaces must be used for alignment; tabs are not allowed
(#45) Spaces must be used for alignment; tabs are not allowed
(#45) Spaces must be used for alignment; tabs are not allowed
(#46) Spaces must be used for alignment; tabs are not allowed
(#47) Spaces must be used for alignment; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected 4 spaces, found 1
(#47) Public method name "PHPWord_Shared_Font::inchSizeToPixels" must be in lower-case letters only
(#47) Variable "sizeInInch" must be all lower-case
(#48) Spaces must be used for alignment; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected at least 8 spaces, found 2
(#48) Variable "sizeInInch" must be all lower-case
(#49) Spaces must be used for alignment; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected 4 spaces, found 1
(#50) Spaces must be used for alignment; tabs are not allowed
(#50) Tab found within whitespace
(#50) Whitespace found at end of line
(#51) Spaces must be used for alignment; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected at least 4 spaces, found 1
(#52) Spaces must be used for alignment; tabs are not allowed
(#53) Spaces must be used for alignment; tabs are not allowed
(#54) Spaces must be used for alignment; tabs are not allowed
(#54) Spaces must be used for alignment; tabs are not allowed
(#54) Spaces must be used for alignment; tabs are not allowed
(#55) Spaces must be used for alignment; tabs are not allowed
(#55) Spaces must be used for alignment; tabs are not allowed
(#55) Spaces must be used for alignment; tabs are not allowed
(#56) Spaces must be used for alignment; tabs are not allowed
(#57) Spaces must be used for alignment; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected 4 spaces, found 1
(#57) Public method name "PHPWord_Shared_Font::centimeterSizeToPixels" must be in lower-case letters only
(#57) Variable "sizeInCm" must be all lower-case
(#58) Spaces must be used for alignment; tabs are not allowed
(#58) Tab found within whitespace
(#58) Line indented incorrectly; expected at least 8 spaces, found 2
(#58) Variable "sizeInCm" must be all lower-case
(#59) Spaces must be used for alignment; tabs are not allowed
(#59) Tab found within whitespace
(#59) Line indented incorrectly; expected 4 spaces, found 1
(#60) Spaces must be used for alignment; tabs are not allowed
(#60) Tab found within whitespace
(#60) Whitespace found at end of line
(#61) Spaces must be used for alignment; tabs are not allowed
(#61) Tab found within whitespace
(#61) Line indented incorrectly; expected 4 spaces, found 1
(#61) Public method name "PHPWord_Shared_Font::centimeterSizeToTwips" must be in lower-case letters only
(#61) Variable "sizeInCm" must be all lower-case
(#62) Spaces must be used for alignment; tabs are not allowed
(#62) Tab found within whitespace
(#62) Line indented incorrectly; expected at least 8 spaces, found 2
(#62) Variable "sizeInCm" must be all lower-case
(#63) Spaces must be used for alignment; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected 4 spaces, found 1
(#64) Spaces must be used for alignment; tabs are not allowed
(#64) Tab found within whitespace
(#64) Whitespace found at end of line
(#65) Spaces must be used for alignment; tabs are not allowed
(#65) Tab found within whitespace
(#65) Line indented incorrectly; expected 4 spaces, found 1
(#65) Public method name "PHPWord_Shared_Font::inchSizeToTwips" must be in lower-case letters only
(#65) Variable "sizeInInch" must be all lower-case
(#66) Spaces must be used for alignment; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected at least 8 spaces, found 2
(#66) Variable "sizeInInch" must be all lower-case
(#67) Spaces must be used for alignment; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected 4 spaces, found 1
(#68) Spaces must be used for alignment; tabs are not allowed
(#68) Tab found within whitespace
(#68) Whitespace found at end of line
(#69) Spaces must be used for alignment; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected 4 spaces, found 1
(#69) Public method name "PHPWord_Shared_Font::pixelSizeToTwips" must be in lower-case letters only
(#69) Variable "sizeInPixel" must be all lower-case
(#70) Spaces must be used for alignment; tabs are not allowed
(#70) Tab found within whitespace
(#70) Line indented incorrectly; expected at least 8 spaces, found 2
(#70) Variable "sizeInPixel" must be all lower-case
(#71) Spaces must be used for alignment; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected 4 spaces, found 1
mod/offlinequiz/lib/PHPWord/Shared/String.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#29) Expected MOODLE_INTERNAL check or config.php inclusion
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected at least 4 spaces, found 1
(#32) Spaces must be used to indent lines; tabs are not allowed
(#33) Spaces must be used to indent lines; tabs are not allowed
(#34) Spaces must be used to indent lines; tabs are not allowed
(#35) Spaces must be used to indent lines; tabs are not allowed
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Line indented incorrectly; expected 4 spaces, found 1
(#36) Member variable "_controlCharacters" must be all lower-case
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected at least 4 spaces, found 1
(#39) Spaces must be used to indent lines; tabs are not allowed
(#40) Spaces must be used to indent lines; tabs are not allowed
(#41) Spaces must be used to indent lines; tabs are not allowed
(#42) Spaces must be used to indent lines; tabs are not allowed
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected 4 spaces, found 1
(#43) Member variable "_isMbstringEnabled" must be all lower-case
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected at least 4 spaces, found 1
(#46) Spaces must be used to indent lines; tabs are not allowed
(#47) Spaces must be used to indent lines; tabs are not allowed
(#48) Spaces must be used to indent lines; tabs are not allowed
(#49) Spaces must be used to indent lines; tabs are not allowed
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected 4 spaces, found 1
(#50) Member variable "_isIconvEnabled" must be all lower-case
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected at least 4 spaces, found 1
(#53) Spaces must be used to indent lines; tabs are not allowed
(#54) Spaces must be used to indent lines; tabs are not allowed
(#55) Spaces must be used to indent lines; tabs are not allowed
(#55) Tab found within whitespace
(#55) Line indented incorrectly; expected 4 spaces, found 1
(#55) Private method name "PHPWord_Shared_String::_buildControlCharacters" must be in lower-case letters only
(#56) Spaces must be used to indent lines; tabs are not allowed
(#56) Tab found within whitespace
(#56) Line indented incorrectly; expected 8 spaces, found 2
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected 12 spaces, found 3
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Line indented incorrectly; expected at least 16 spaces, found 4
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#59) Line indented incorrectly; expected at least 16 spaces, found 4
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected at least 16 spaces, found 4
(#60) Variable "_controlCharacters" must be all lower-case
(#60) Variable "_controlCharacters" must not contain underscores.
(#61) Spaces must be used to indent lines; tabs are not allowed
(#61) Tab found within whitespace
(#61) Line indented incorrectly; expected 12 spaces, found 3
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Tab found within whitespace
(#62) Line indented incorrectly; expected 8 spaces, found 2
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected 4 spaces, found 1
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Tab found within whitespace
(#65) Line indented incorrectly; expected at least 4 spaces, found 1
(#66) Spaces must be used to indent lines; tabs are not allowed
(#67) Spaces must be used to indent lines; tabs are not allowed
(#68) Spaces must be used to indent lines; tabs are not allowed
(#69) Spaces must be used to indent lines; tabs are not allowed
(#70) Spaces must be used to indent lines; tabs are not allowed
(#70) Tab found within whitespace
(#70) Line indented incorrectly; expected 4 spaces, found 1
(#70) Public method name "PHPWord_Shared_String::getIsMbstringEnabled" must be in lower-case letters only
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected at least 4 spaces, found 1
(#71) Opening brace should be on the same line as the declaration
(#72) Spaces must be used to indent lines; tabs are not allowed
(#72) Tab found within whitespace
(#72) Line indented incorrectly; expected 8 spaces, found 2
(#72) Variable "_isMbstringEnabled" must be all lower-case
(#72) Variable "_isMbstringEnabled" must not contain underscores.
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected at least 12 spaces, found 3
(#73) Variable "_isMbstringEnabled" must be all lower-case
(#73) Variable "_isMbstringEnabled" must not contain underscores.
(#74) Spaces must be used to indent lines; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected 8 spaces, found 2
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Tab found within whitespace
(#76) Line indented incorrectly; expected at least 8 spaces, found 2
(#76) Variable "_isMbstringEnabled" must be all lower-case
(#76) Variable "_isMbstringEnabled" must not contain underscores.
(#76) Expected 1 space after "?"; newline found
(#77) Spaces must be used to indent lines; tabs are not allowed
(#77) Tab found within whitespace
(#77) Line indented incorrectly; expected at least 8 spaces, found 3
(#79) Spaces must be used to indent lines; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected at least 8 spaces, found 2
(#79) Variable "_isMbstringEnabled" must be all lower-case
(#79) Variable "_isMbstringEnabled" must not contain underscores.
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected 4 spaces, found 1
(#82) Spaces must be used to indent lines; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected at least 4 spaces, found 1
(#83) Spaces must be used to indent lines; tabs are not allowed
(#84) Spaces must be used to indent lines; tabs are not allowed
(#85) Spaces must be used to indent lines; tabs are not allowed
(#86) Spaces must be used to indent lines; tabs are not allowed
(#87) Spaces must be used to indent lines; tabs are not allowed
(#87) Tab found within whitespace
(#87) Line indented incorrectly; expected 4 spaces, found 1
(#87) Public method name "PHPWord_Shared_String::getIsIconvEnabled" must be in lower-case letters only
(#88) Spaces must be used to indent lines; tabs are not allowed
(#88) Tab found within whitespace
(#88) Line indented incorrectly; expected at least 4 spaces, found 1
(#88) Opening brace should be on the same line as the declaration
(#89) Spaces must be used to indent lines; tabs are not allowed
(#89) Tab found within whitespace
(#89) Line indented incorrectly; expected 8 spaces, found 2
(#89) Variable "_isIconvEnabled" must be all lower-case
(#89) Variable "_isIconvEnabled" must not contain underscores.
(#90) Spaces must be used to indent lines; tabs are not allowed
(#90) Tab found within whitespace
(#90) Line indented incorrectly; expected at least 12 spaces, found 3
(#90) Variable "_isIconvEnabled" must be all lower-case
(#90) Variable "_isIconvEnabled" must not contain underscores.
(#91) Spaces must be used to indent lines; tabs are not allowed
(#91) Tab found within whitespace
(#91) Line indented incorrectly; expected 8 spaces, found 2
(#93) Spaces must be used to indent lines; tabs are not allowed
(#93) Tab found within whitespace
(#93) Line indented incorrectly; expected at least 8 spaces, found 2
(#93) Variable "_isIconvEnabled" must be all lower-case
(#93) Variable "_isIconvEnabled" must not contain underscores.
(#93) Expected 1 space after "?"; newline found
(#94) Spaces must be used to indent lines; tabs are not allowed
(#94) Tab found within whitespace
(#94) Line indented incorrectly; expected at least 8 spaces, found 3
(#96) Spaces must be used to indent lines; tabs are not allowed
(#96) Tab found within whitespace
(#96) Line indented incorrectly; expected at least 8 spaces, found 2
(#96) Variable "_isIconvEnabled" must be all lower-case
(#96) Variable "_isIconvEnabled" must not contain underscores.
(#97) Spaces must be used to indent lines; tabs are not allowed
(#97) Tab found within whitespace
(#97) Line indented incorrectly; expected 4 spaces, found 1
(#99) Spaces must be used to indent lines; tabs are not allowed
(#99) Tab found within whitespace
(#99) Line indented incorrectly; expected at least 4 spaces, found 1
(#100) Spaces must be used to indent lines; tabs are not allowed
(#101) Spaces must be used to indent lines; tabs are not allowed
(#102) Spaces must be used to indent lines; tabs are not allowed
(#103) Spaces must be used to indent lines; tabs are not allowed
(#104) Spaces must be used to indent lines; tabs are not allowed
(#105) Spaces must be used to indent lines; tabs are not allowed
(#106) Spaces must be used to indent lines; tabs are not allowed
(#107) Spaces must be used to indent lines; tabs are not allowed
(#108) Spaces must be used to indent lines; tabs are not allowed
(#109) Spaces must be used to indent lines; tabs are not allowed
(#110) Spaces must be used to indent lines; tabs are not allowed
(#110) Spaces must be used for alignment; tabs are not allowed
(#110) Spaces must be used for alignment; tabs are not allowed
(#111) Spaces must be used for alignment; tabs are not allowed
(#111) Spaces must be used for alignment; tabs are not allowed
(#112) Spaces must be used for alignment; tabs are not allowed
(#113) Spaces must be used for alignment; tabs are not allowed
(#113) Tab found within whitespace
(#113) Line indented incorrectly; expected 4 spaces, found 1
(#113) Public method name "PHPWord_Shared_String::ControlCharacterOOXML2PHP" must be in lower-case letters only
(#114) Spaces must be used for alignment; tabs are not allowed
(#114) Tab found within whitespace
(#114) Line indented incorrectly; expected 8 spaces, found 2
(#114) Expected "if (...) {\n"; found "if(...) {\n"
(#114) Variable "_controlCharacters" must be all lower-case
(#114) Variable "_controlCharacters" must not contain underscores.
(#115) Spaces must be used for alignment; tabs are not allowed
(#115) Tab found within whitespace
(#115) Line indented incorrectly; expected at least 12 spaces, found 3
(#116) Spaces must be used for alignment; tabs are not allowed
(#116) Tab found within whitespace
(#116) Line indented incorrectly; expected 8 spaces, found 2
(#118) Spaces must be used for alignment; tabs are not allowed
(#118) Tab found within whitespace
(#118) Line indented incorrectly; expected at least 8 spaces, found 2
(#118) Variable "_controlCharacters" must be all lower-case
(#118) Variable "_controlCharacters" must not contain underscores.
(#118) Variable "_controlCharacters" must be all lower-case
(#118) Variable "_controlCharacters" must not contain underscores.
(#119) Spaces must be used for alignment; tabs are not allowed
(#119) Tab found within whitespace
(#119) Line indented incorrectly; expected 4 spaces, found 1
(#121) Spaces must be used for alignment; tabs are not allowed
(#121) Tab found within whitespace
(#121) Line indented incorrectly; expected at least 4 spaces, found 1
(#122) Spaces must be used for alignment; tabs are not allowed
(#123) Spaces must be used for alignment; tabs are not allowed
(#124) Spaces must be used for alignment; tabs are not allowed
(#125) Spaces must be used for alignment; tabs are not allowed
(#126) Spaces must be used for alignment; tabs are not allowed
(#127) Spaces must be used for alignment; tabs are not allowed
(#128) Spaces must be used for alignment; tabs are not allowed
(#129) Spaces must be used for alignment; tabs are not allowed
(#130) Spaces must be used for alignment; tabs are not allowed
(#131) Spaces must be used for alignment; tabs are not allowed
(#132) Spaces must be used for alignment; tabs are not allowed
(#132) Spaces must be used for alignment; tabs are not allowed
(#132) Spaces must be used for alignment; tabs are not allowed
(#133) Spaces must be used for alignment; tabs are not allowed
(#133) Spaces must be used for alignment; tabs are not allowed
(#134) Spaces must be used for alignment; tabs are not allowed
(#135) Spaces must be used for alignment; tabs are not allowed
(#135) Tab found within whitespace
(#135) Line indented incorrectly; expected 4 spaces, found 1
(#135) Public method name "PHPWord_Shared_String::ControlCharacterPHP2OOXML" must be in lower-case letters only
(#136) Spaces must be used for alignment; tabs are not allowed
(#136) Tab found within whitespace
(#136) Line indented incorrectly; expected 8 spaces, found 2
(#136) Expected "if (...) {\n"; found "if(...) {\n"
(#136) Variable "_controlCharacters" must be all lower-case
(#136) Variable "_controlCharacters" must not contain underscores.
(#137) Spaces must be used for alignment; tabs are not allowed
(#137) Tab found within whitespace
(#137) Line indented incorrectly; expected at least 12 spaces, found 3
(#138) Spaces must be used for alignment; tabs are not allowed
(#138) Tab found within whitespace
(#138) Line indented incorrectly; expected 8 spaces, found 2
(#140) Spaces must be used for alignment; tabs are not allowed
(#140) Tab found within whitespace
(#140) Line indented incorrectly; expected at least 8 spaces, found 2
(#140) Variable "_controlCharacters" must be all lower-case
(#140) Variable "_controlCharacters" must not contain underscores.
(#140) Variable "_controlCharacters" must be all lower-case
(#140) Variable "_controlCharacters" must not contain underscores.
(#141) Spaces must be used for alignment; tabs are not allowed
(#141) Tab found within whitespace
(#141) Line indented incorrectly; expected 4 spaces, found 1
(#143) Spaces must be used for alignment; tabs are not allowed
(#143) Tab found within whitespace
(#143) Line indented incorrectly; expected at least 4 spaces, found 1
(#144) Spaces must be used for alignment; tabs are not allowed
(#145) Spaces must be used for alignment; tabs are not allowed
(#146) Spaces must be used for alignment; tabs are not allowed
(#147) Spaces must be used for alignment; tabs are not allowed
(#148) Spaces must be used for alignment; tabs are not allowed
(#149) Spaces must be used for alignment; tabs are not allowed
(#149) Tab found within whitespace
(#149) Line indented incorrectly; expected 4 spaces, found 1
(#149) Public method name "PHPWord_Shared_String::IsUTF8" must be in lower-case letters only
(#150) Spaces must be used for alignment; tabs are not allowed
(#150) Tab found within whitespace
(#150) Line indented incorrectly; expected at least 8 spaces, found 2
(#151) Spaces must be used for alignment; tabs are not allowed
(#151) Tab found within whitespace
(#151) Line indented incorrectly; expected 4 spaces, found 1
(#153) Spaces must be used for alignment; tabs are not allowed
(#153) Tab found within whitespace
(#153) Line indented incorrectly; expected at least 4 spaces, found 1
(#154) Spaces must be used for alignment; tabs are not allowed
(#155) Spaces must be used for alignment; tabs are not allowed
(#156) Spaces must be used for alignment; tabs are not allowed
(#157) Spaces must be used for alignment; tabs are not allowed
(#158) Spaces must be used for alignment; tabs are not allowed
(#159) Spaces must be used for alignment; tabs are not allowed
(#159) Tab found within whitespace
(#159) Line indented incorrectly; expected 4 spaces, found 1
(#159) Public method name "PHPWord_Shared_String::FormatNumber" must be in lower-case letters only
(#160) Spaces must be used for alignment; tabs are not allowed
(#160) Tab found within whitespace
(#160) Line indented incorrectly; expected at least 8 spaces, found 2
(#161) Spaces must be used for alignment; tabs are not allowed
(#161) Tab found within whitespace
(#161) Line indented incorrectly; expected 4 spaces, found 1
(#163) Spaces must be used for alignment; tabs are not allowed
(#163) Tab found within whitespace
(#163) Line indented incorrectly; expected at least 4 spaces, found 1
(#164) Spaces must be used for alignment; tabs are not allowed
(#165) Spaces must be used for alignment; tabs are not allowed
(#166) Spaces must be used for alignment; tabs are not allowed
(#167) Spaces must be used for alignment; tabs are not allowed
(#168) Spaces must be used for alignment; tabs are not allowed
(#169) Spaces must be used for alignment; tabs are not allowed
(#170) Spaces must be used for alignment; tabs are not allowed
(#171) Spaces must be used for alignment; tabs are not allowed
(#172) Spaces must be used for alignment; tabs are not allowed
(#173) Spaces must be used for alignment; tabs are not allowed
(#173) Tab found within whitespace
(#173) Line indented incorrectly; expected 4 spaces, found 1
(#173) Public method name "PHPWord_Shared_String::UTF8toBIFF8UnicodeShort" must be in lower-case letters only
(#174) Spaces must be used for alignment; tabs are not allowed
(#174) Tab found within whitespace
(#174) Line indented incorrectly; expected at least 4 spaces, found 1
(#174) Opening brace should be on the same line as the declaration
(#175) Spaces must be used for alignment; tabs are not allowed
(#175) Tab found within whitespace
(#175) Inline comments must start with a capital letter, digit or 3-dots sequence
(#175) Inline comments must end in full-stops, exclamation marks, or question marks
(#175) Line indented incorrectly; expected at least 8 spaces, found 2
(#176) Spaces must be used for alignment; tabs are not allowed
(#176) Tab found within whitespace
(#176) Line indented incorrectly; expected at least 8 spaces, found 2
(#178) Spaces must be used for alignment; tabs are not allowed
(#178) Tab found within whitespace
(#178) Inline comments must start with a capital letter, digit or 3-dots sequence
(#178) Inline comments must end in full-stops, exclamation marks, or question marks
(#178) Line indented incorrectly; expected at least 8 spaces, found 2
(#179) Spaces must be used for alignment; tabs are not allowed
(#179) Tab found within whitespace
(#179) Line indented incorrectly; expected at least 8 spaces, found 2
(#179) Expected 1 space after "?"; newline found
(#179) Whitespace found at end of line
(#180) Spaces must be used for alignment; tabs are not allowed
(#180) Tab found within whitespace
(#180) Line indented incorrectly; expected at least 8 spaces, found 3
(#182) Spaces must be used for alignment; tabs are not allowed
(#182) Tab found within whitespace
(#182) Inline comments must start with a capital letter, digit or 3-dots sequence
(#182) Inline comments must end in full-stops, exclamation marks, or question marks
(#182) Line indented incorrectly; expected at least 8 spaces, found 2
(#183) Spaces must be used for alignment; tabs are not allowed
(#183) Tab found within whitespace
(#183) Line indented incorrectly; expected at least 8 spaces, found 2
(#185) Spaces must be used for alignment; tabs are not allowed
(#185) Tab found within whitespace
(#185) Line indented incorrectly; expected at least 8 spaces, found 2
(#186) Spaces must be used for alignment; tabs are not allowed
(#186) Tab found within whitespace
(#186) Line indented incorrectly; expected at least 8 spaces, found 2
(#187) Spaces must be used for alignment; tabs are not allowed
(#187) Tab found within whitespace
(#187) Line indented incorrectly; expected 4 spaces, found 1
(#189) Spaces must be used for alignment; tabs are not allowed
(#189) Tab found within whitespace
(#189) Line indented incorrectly; expected at least 4 spaces, found 1
(#190) Spaces must be used for alignment; tabs are not allowed
(#191) Spaces must be used for alignment; tabs are not allowed
(#192) Spaces must be used for alignment; tabs are not allowed
(#193) Spaces must be used for alignment; tabs are not allowed
(#194) Spaces must be used for alignment; tabs are not allowed
(#195) Spaces must be used for alignment; tabs are not allowed
(#196) Spaces must be used for alignment; tabs are not allowed
(#197) Spaces must be used for alignment; tabs are not allowed
(#198) Spaces must be used for alignment; tabs are not allowed
(#199) Spaces must be used for alignment; tabs are not allowed
(#199) Tab found within whitespace
(#199) Line indented incorrectly; expected 4 spaces, found 1
(#199) Public method name "PHPWord_Shared_String::UTF8toBIFF8UnicodeLong" must be in lower-case letters only
(#200) Spaces must be used for alignment; tabs are not allowed
(#200) Tab found within whitespace
(#200) Line indented incorrectly; expected at least 4 spaces, found 1
(#200) Opening brace should be on the same line as the declaration
(#201) Spaces must be used for alignment; tabs are not allowed
(#201) Tab found within whitespace
(#201) Inline comments must start with a capital letter, digit or 3-dots sequence
(#201) Inline comments must end in full-stops, exclamation marks, or question marks
(#201) Line indented incorrectly; expected at least 8 spaces, found 2
(#202) Spaces must be used for alignment; tabs are not allowed
(#202) Tab found within whitespace
(#202) Line indented incorrectly; expected at least 8 spaces, found 2
(#204) Spaces must be used for alignment; tabs are not allowed
(#204) Tab found within whitespace
(#204) Inline comments must start with a capital letter, digit or 3-dots sequence
(#204) Inline comments must end in full-stops, exclamation marks, or question marks
(#204) Line indented incorrectly; expected at least 8 spaces, found 2
(#205) Spaces must be used for alignment; tabs are not allowed
(#205) Tab found within whitespace
(#205) Line indented incorrectly; expected at least 8 spaces, found 2
(#205) Expected 1 space after "?"; newline found
(#205) Whitespace found at end of line
(#206) Spaces must be used for alignment; tabs are not allowed
(#206) Tab found within whitespace
(#206) Line indented incorrectly; expected at least 8 spaces, found 3
(#208) Spaces must be used for alignment; tabs are not allowed
(#208) Tab found within whitespace
(#208) Inline comments must start with a capital letter, digit or 3-dots sequence
(#208) Inline comments must end in full-stops, exclamation marks, or question marks
(#208) Line indented incorrectly; expected at least 8 spaces, found 2
(#209) Spaces must be used for alignment; tabs are not allowed
(#209) Tab found within whitespace
(#209) Line indented incorrectly; expected at least 8 spaces, found 2
(#211) Spaces must be used for alignment; tabs are not allowed
(#211) Tab found within whitespace
(#211) Line indented incorrectly; expected at least 8 spaces, found 2
(#212) Spaces must be used for alignment; tabs are not allowed
(#212) Tab found within whitespace
(#212) Line indented incorrectly; expected at least 8 spaces, found 2
(#213) Spaces must be used for alignment; tabs are not allowed
(#213) Tab found within whitespace
(#213) Line indented incorrectly; expected 4 spaces, found 1
(#215) Spaces must be used for alignment; tabs are not allowed
(#215) Tab found within whitespace
(#215) Line indented incorrectly; expected at least 4 spaces, found 1
(#216) Spaces must be used for alignment; tabs are not allowed
(#217) Spaces must be used for alignment; tabs are not allowed
(#218) Spaces must be used for alignment; tabs are not allowed
(#219) Spaces must be used for alignment; tabs are not allowed
(#220) Spaces must be used for alignment; tabs are not allowed
(#221) Spaces must be used for alignment; tabs are not allowed
(#222) Spaces must be used for alignment; tabs are not allowed
(#223) Spaces must be used for alignment; tabs are not allowed
(#223) Tab found within whitespace
(#223) Line indented incorrectly; expected 4 spaces, found 1
(#223) Public method name "PHPWord_Shared_String::ConvertEncoding" must be in lower-case letters only
(#224) Spaces must be used for alignment; tabs are not allowed
(#224) Tab found within whitespace
(#224) Line indented incorrectly; expected at least 4 spaces, found 1
(#224) Opening brace should be on the same line as the declaration
(#225) Spaces must be used for alignment; tabs are not allowed
(#225) Tab found within whitespace
(#225) Line indented incorrectly; expected 8 spaces, found 2
(#226) Spaces must be used for alignment; tabs are not allowed
(#226) Tab found within whitespace
(#226) Line indented incorrectly; expected at least 12 spaces, found 3
(#227) Spaces must be used for alignment; tabs are not allowed
(#227) Tab found within whitespace
(#227) Line indented incorrectly; expected at least 12 spaces, found 3
(#228) Spaces must be used for alignment; tabs are not allowed
(#228) Tab found within whitespace
(#228) Line indented incorrectly; expected 8 spaces, found 2
(#230) Spaces must be used for alignment; tabs are not allowed
(#230) Tab found within whitespace
(#230) Line indented incorrectly; expected 8 spaces, found 2
(#231) Spaces must be used for alignment; tabs are not allowed
(#231) Tab found within whitespace
(#231) Line indented incorrectly; expected at least 12 spaces, found 3
(#232) Spaces must be used for alignment; tabs are not allowed
(#232) Tab found within whitespace
(#232) Line indented incorrectly; expected at least 12 spaces, found 3
(#233) Spaces must be used for alignment; tabs are not allowed
(#233) Tab found within whitespace
(#233) Line indented incorrectly; expected 8 spaces, found 2
(#235) Spaces must be used for alignment; tabs are not allowed
(#235) Tab found within whitespace
(#235) Inline comments must start with a capital letter, digit or 3-dots sequence
(#235) Inline comments must end in full-stops, exclamation marks, or question marks
(#235) Line indented incorrectly; expected at least 8 spaces, found 2
(#236) Spaces must be used for alignment; tabs are not allowed
(#236) Tab found within whitespace
(#236) Line indented incorrectly; expected at least 8 spaces, found 2
(#237) Spaces must be used for alignment; tabs are not allowed
(#237) Tab found within whitespace
(#237) Line indented incorrectly; expected 4 spaces, found 1
(#238) Spaces must be used for alignment; tabs are not allowed
(#238) Tab found within whitespace
(#238) Whitespace found at end of line
(#239) Spaces must be used for alignment; tabs are not allowed
(#239) Tab found within whitespace
(#239) Line indented incorrectly; expected at least 4 spaces, found 1
(#240) Spaces must be used for alignment; tabs are not allowed
(#241) Spaces must be used for alignment; tabs are not allowed
(#242) Spaces must be used for alignment; tabs are not allowed
(#243) Spaces must be used for alignment; tabs are not allowed
(#244) Spaces must be used for alignment; tabs are not allowed
(#245) Spaces must be used for alignment; tabs are not allowed
(#246) Spaces must be used for alignment; tabs are not allowed
(#246) Tab found within whitespace
(#246) Line indented incorrectly; expected 4 spaces, found 1
(#246) Public method name "PHPWord_Shared_String::CountCharacters" must be in lower-case letters only
(#247) Spaces must be used for alignment; tabs are not allowed
(#247) Tab found within whitespace
(#247) Line indented incorrectly; expected at least 4 spaces, found 1
(#247) Opening brace should be on the same line as the declaration
(#248) Spaces must be used for alignment; tabs are not allowed
(#248) Tab found within whitespace
(#248) Line indented incorrectly; expected 8 spaces, found 2
(#249) Spaces must be used for alignment; tabs are not allowed
(#249) Tab found within whitespace
(#249) Line indented incorrectly; expected at least 12 spaces, found 3
(#250) Spaces must be used for alignment; tabs are not allowed
(#250) Tab found within whitespace
(#250) Line indented incorrectly; expected at least 12 spaces, found 3
(#251) Spaces must be used for alignment; tabs are not allowed
(#251) Tab found within whitespace
(#251) Line indented incorrectly; expected 8 spaces, found 2
(#253) Spaces must be used for alignment; tabs are not allowed
(#253) Tab found within whitespace
(#253) Line indented incorrectly; expected 8 spaces, found 2
(#254) Spaces must be used for alignment; tabs are not allowed
(#254) Tab found within whitespace
(#254) Line indented incorrectly; expected at least 12 spaces, found 3
(#255) Spaces must be used for alignment; tabs are not allowed
(#255) Tab found within whitespace
(#255) Line indented incorrectly; expected at least 12 spaces, found 3
(#256) Spaces must be used for alignment; tabs are not allowed
(#256) Tab found within whitespace
(#256) Line indented incorrectly; expected 8 spaces, found 2
(#258) Spaces must be used for alignment; tabs are not allowed
(#258) Tab found within whitespace
(#258) Inline comments must start with a capital letter, digit or 3-dots sequence
(#258) Inline comments must end in full-stops, exclamation marks, or question marks
(#258) Line indented incorrectly; expected at least 8 spaces, found 2
(#259) Spaces must be used for alignment; tabs are not allowed
(#259) Tab found within whitespace
(#259) Line indented incorrectly; expected at least 8 spaces, found 2
(#260) Spaces must be used for alignment; tabs are not allowed
(#260) Tab found within whitespace
(#260) Line indented incorrectly; expected at least 8 spaces, found 2
(#261) Spaces must be used for alignment; tabs are not allowed
(#261) Tab found within whitespace
(#261) Line indented incorrectly; expected 4 spaces, found 1
mod/offlinequiz/lib/PHPWord/Shared/XMLWriter.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#29) Expected MOODLE_INTERNAL check or config.php inclusion
(#29) Expected "if (...) {\n"; found "if(...) {\n"
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#30) Line indented incorrectly; expected at least 4 spaces, found 1
(#35) Spaces must be used to indent lines; tabs are not allowed
(#35) Tab found within whitespace
(#35) Line indented incorrectly; expected at least 4 spaces, found 1
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Line indented incorrectly; expected at least 4 spaces, found 1
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected at least 4 spaces, found 1
(#39) Spaces must be used to indent lines; tabs are not allowed
(#39) Tab found within whitespace
(#39) Line indented incorrectly; expected at least 4 spaces, found 1
(#40) Spaces must be used to indent lines; tabs are not allowed
(#41) Spaces must be used to indent lines; tabs are not allowed
(#42) Spaces must be used to indent lines; tabs are not allowed
(#43) Spaces must be used to indent lines; tabs are not allowed
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected 4 spaces, found 1
(#44) Member variable "_xmlWriter" must be all lower-case
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected at least 4 spaces, found 1
(#47) Spaces must be used to indent lines; tabs are not allowed
(#48) Spaces must be used to indent lines; tabs are not allowed
(#49) Spaces must be used to indent lines; tabs are not allowed
(#50) Spaces must be used to indent lines; tabs are not allowed
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected 4 spaces, found 1
(#51) Member variable "_tempFileName" must be all lower-case
(#53) Spaces must be used to indent lines; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected at least 4 spaces, found 1
(#54) Spaces must be used to indent lines; tabs are not allowed
(#55) Spaces must be used to indent lines; tabs are not allowed
(#56) Spaces must be used to indent lines; tabs are not allowed
(#56) Spaces must be used for alignment; tabs are not allowed
(#57) Spaces must be used for alignment; tabs are not allowed
(#57) Spaces must be used for alignment; tabs are not allowed
(#58) Spaces must be used for alignment; tabs are not allowed
(#59) Spaces must be used for alignment; tabs are not allowed
(#59) Tab found within whitespace
(#59) Line indented incorrectly; expected 4 spaces, found 1
(#59) Variable "pTemporaryStorage" must be all lower-case
(#59) Variable "pTemporaryStorageFolder" must be all lower-case
(#60) Spaces must be used for alignment; tabs are not allowed
(#60) Tab found within whitespace
(#60) Inline comments must end in full-stops, exclamation marks, or question marks
(#60) Line indented incorrectly; expected at least 8 spaces, found 2
(#61) Spaces must be used for alignment; tabs are not allowed
(#61) Tab found within whitespace
(#61) Line indented incorrectly; expected at least 8 spaces, found 2
(#63) Spaces must be used for alignment; tabs are not allowed
(#63) Tab found within whitespace
(#63) Inline comments must end in full-stops, exclamation marks, or question marks
(#63) Line indented incorrectly; expected at least 8 spaces, found 2
(#64) Spaces must be used for alignment; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected 8 spaces, found 2
(#64) Variable "pTemporaryStorage" must be all lower-case
(#65) Spaces must be used for alignment; tabs are not allowed
(#65) Tab found within whitespace
(#65) Line indented incorrectly; expected at least 12 spaces, found 3
(#66) Spaces must be used for alignment; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected 8 spaces, found 2
(#67) Spaces must be used for alignment; tabs are not allowed
(#67) Tab found within whitespace
(#67) Inline comments must end in full-stops, exclamation marks, or question marks
(#67) Line indented incorrectly; expected at least 12 spaces, found 3
(#68) Spaces must be used for alignment; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected at least 12 spaces, found 3
(#68) Variable "pTemporaryStorageFolder" must be all lower-case
(#70) Spaces must be used for alignment; tabs are not allowed
(#70) Tab found within whitespace
(#70) Inline comments must end in full-stops, exclamation marks, or question marks
(#70) Line indented incorrectly; expected at least 12 spaces, found 3
(#71) Spaces must be used for alignment; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected 12 spaces, found 3
(#72) Spaces must be used for alignment; tabs are not allowed
(#72) Tab found within whitespace
(#72) Line indented incorrectly; expected at least 16 spaces, found 4
(#73) Spaces must be used for alignment; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected at least 16 spaces, found 4
(#74) Spaces must be used for alignment; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected 12 spaces, found 3
(#75) Spaces must be used for alignment; tabs are not allowed
(#75) Tab found within whitespace
(#75) Line indented incorrectly; expected 8 spaces, found 2
(#77) Spaces must be used for alignment; tabs are not allowed
(#77) Tab found within whitespace
(#77) Line indented incorrectly; expected at least 8 spaces, found 2
(#78) Spaces must be used for alignment; tabs are not allowed
(#78) Tab found within whitespace
(#78) Inline comments must end in full-stops, exclamation marks, or question marks
(#78) Line indented incorrectly; expected at least 8 spaces, found 2
(#79) Spaces must be used for alignment; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected at least 8 spaces, found 2
(#80) Spaces must be used for alignment; tabs are not allowed
(#80) Tab found within whitespace
(#80) Inline comments must start with a capital letter, digit or 3-dots sequence
(#80) Inline comments must end in full-stops, exclamation marks, or question marks
(#80) This comment is 78% valid code; is this commented out code?
(#80) Line indented incorrectly; expected at least 8 spaces, found 2
(#80) No space found before comment text; expected "// $this->_xmlWriter->setIndent(false);" but found "//$this->_xmlWriter->setIndent(false);"
(#81) Spaces must be used for alignment; tabs are not allowed
(#81) Tab found within whitespace
(#81) Whitespace found at end of line
(#82) Spaces must be used for alignment; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected at least 8 spaces, found 2
(#83) Spaces must be used for alignment; tabs are not allowed
(#83) Tab found within whitespace
(#83) Inline comments must end in full-stops, exclamation marks, or question marks
(#83) Line indented incorrectly; expected at least 8 spaces, found 2
(#84) Spaces must be used for alignment; tabs are not allowed
(#84) Tab found within whitespace
(#84) Line indented incorrectly; expected at least 8 spaces, found 2
(#85) Spaces must be used for alignment; tabs are not allowed
(#85) Tab found within whitespace
(#85) Inline comments must start with a capital letter, digit or 3-dots sequence
(#85) Inline comments must end in full-stops, exclamation marks, or question marks
(#85) This comment is 78% valid code; is this commented out code?
(#85) Line indented incorrectly; expected at least 8 spaces, found 2
(#85) No space found before comment text; expected "// $this->_xmlWriter->setIndentString('');" but found "//$this->_xmlWriter->setIndentString('');"
(#86) Spaces must be used for alignment; tabs are not allowed
(#86) Tab found within whitespace
(#86) Line indented incorrectly; expected 4 spaces, found 1
(#88) Spaces must be used for alignment; tabs are not allowed
(#88) Tab found within whitespace
(#88) Line indented incorrectly; expected at least 4 spaces, found 1
(#89) Spaces must be used for alignment; tabs are not allowed
(#90) Spaces must be used for alignment; tabs are not allowed
(#91) Spaces must be used for alignment; tabs are not allowed
(#91) Tab found within whitespace
(#91) Line indented incorrectly; expected 4 spaces, found 1
(#92) Spaces must be used for alignment; tabs are not allowed
(#92) Tab found within whitespace
(#92) Inline comments must end in full-stops, exclamation marks, or question marks
(#92) Line indented incorrectly; expected at least 8 spaces, found 2
(#93) Spaces must be used for alignment; tabs are not allowed
(#93) Tab found within whitespace
(#93) Line indented incorrectly; expected at least 8 spaces, found 2
(#95) Spaces must be used for alignment; tabs are not allowed
(#95) Tab found within whitespace
(#95) Inline comments must end in full-stops, exclamation marks, or question marks
(#95) Line indented incorrectly; expected at least 8 spaces, found 2
(#96) Spaces must be used for alignment; tabs are not allowed
(#96) Tab found within whitespace
(#96) Line indented incorrectly; expected 8 spaces, found 2
(#97) Spaces must be used for alignment; tabs are not allowed
(#97) Tab found within whitespace
(#97) Line indented incorrectly; expected at least 12 spaces, found 3
(#98) Spaces must be used for alignment; tabs are not allowed
(#98) Tab found within whitespace
(#98) Line indented incorrectly; expected 8 spaces, found 2
(#99) Spaces must be used for alignment; tabs are not allowed
(#99) Tab found within whitespace
(#99) Line indented incorrectly; expected 4 spaces, found 1
(#101) Spaces must be used for alignment; tabs are not allowed
(#101) Tab found within whitespace
(#101) Line indented incorrectly; expected at least 4 spaces, found 1
(#102) Spaces must be used for alignment; tabs are not allowed
(#103) Spaces must be used for alignment; tabs are not allowed
(#104) Spaces must be used for alignment; tabs are not allowed
(#105) Spaces must be used for alignment; tabs are not allowed
(#106) Spaces must be used for alignment; tabs are not allowed
(#106) Tab found within whitespace
(#106) Line indented incorrectly; expected 4 spaces, found 1
(#106) Public method name "PHPWord_Shared_XMLWriter::getData" must be in lower-case letters only
(#107) Spaces must be used for alignment; tabs are not allowed
(#107) Tab found within whitespace
(#107) Line indented incorrectly; expected 8 spaces, found 2
(#108) Spaces must be used for alignment; tabs are not allowed
(#108) Tab found within whitespace
(#108) Line indented incorrectly; expected at least 12 spaces, found 3
(#109) Spaces must be used for alignment; tabs are not allowed
(#109) Tab found within whitespace
(#109) Line indented incorrectly; expected 8 spaces, found 2
(#110) Spaces must be used for alignment; tabs are not allowed
(#110) Tab found within whitespace
(#110) Line indented incorrectly; expected at least 12 spaces, found 3
(#111) Spaces must be used for alignment; tabs are not allowed
(#111) Tab found within whitespace
(#111) Line indented incorrectly; expected at least 12 spaces, found 3
(#112) Spaces must be used for alignment; tabs are not allowed
(#112) Tab found within whitespace
(#112) Line indented incorrectly; expected 8 spaces, found 2
(#113) Spaces must be used for alignment; tabs are not allowed
(#113) Tab found within whitespace
(#113) Line indented incorrectly; expected 4 spaces, found 1
(#115) Spaces must be used for alignment; tabs are not allowed
(#115) Tab found within whitespace
(#115) Line indented incorrectly; expected at least 4 spaces, found 1
(#116) Spaces must be used for alignment; tabs are not allowed
(#117) Spaces must be used for alignment; tabs are not allowed
(#118) Spaces must be used for alignment; tabs are not allowed
(#119) Spaces must be used for alignment; tabs are not allowed
(#120) Spaces must be used for alignment; tabs are not allowed
(#121) Spaces must be used for alignment; tabs are not allowed
(#121) Tab found within whitespace
(#121) Line indented incorrectly; expected 4 spaces, found 1
(#122) Spaces must be used for alignment; tabs are not allowed
(#122) Tab found within whitespace
(#122) Line indented incorrectly; expected 8 spaces, found 2
(#123) Spaces must be used for alignment; tabs are not allowed
(#123) Tab found within whitespace
(#123) Line indented incorrectly; expected at least 12 spaces, found 3
(#124) Spaces must be used for alignment; tabs are not allowed
(#124) Tab found within whitespace
(#124) Line indented incorrectly; expected 8 spaces, found 2
(#124) Empty CATCH statement detected
(#125) Spaces must be used for alignment; tabs are not allowed
(#125) Tab found within whitespace
(#125) Line indented incorrectly; expected at least 12 spaces, found 3
(#126) Spaces must be used for alignment; tabs are not allowed
(#126) Tab found within whitespace
(#126) Line indented incorrectly; expected 8 spaces, found 2
(#127) Spaces must be used for alignment; tabs are not allowed
(#127) Tab found within whitespace
(#127) Line indented incorrectly; expected 4 spaces, found 1
(#129) Spaces must be used for alignment; tabs are not allowed
(#129) Tab found within whitespace
(#129) Line indented incorrectly; expected at least 4 spaces, found 1
(#130) Spaces must be used for alignment; tabs are not allowed
(#131) Spaces must be used for alignment; tabs are not allowed
(#132) Spaces must be used for alignment; tabs are not allowed
(#133) Spaces must be used for alignment; tabs are not allowed
(#134) Spaces must be used for alignment; tabs are not allowed
(#135) Spaces must be used for alignment; tabs are not allowed
(#135) Tab found within whitespace
(#135) Line indented incorrectly; expected 4 spaces, found 1
(#135) Public method name "PHPWord_Shared_XMLWriter::writeRaw" must be in lower-case letters only
(#136) Spaces must be used for alignment; tabs are not allowed
(#136) Tab found within whitespace
(#136) Line indented incorrectly; expected at least 4 spaces, found 1
(#136) Opening brace should be on the same line as the declaration
(#137) Spaces must be used for alignment; tabs are not allowed
(#137) Tab found within whitespace
(#137) Line indented incorrectly; expected 8 spaces, found 2
(#138) Spaces must be used for alignment; tabs are not allowed
(#138) Tab found within whitespace
(#138) Line indented incorrectly; expected at least 12 spaces, found 3
(#139) Spaces must be used for alignment; tabs are not allowed
(#139) Tab found within whitespace
(#139) Line indented incorrectly; expected 8 spaces, found 2
(#141) Spaces must be used for alignment; tabs are not allowed
(#141) Tab found within whitespace
(#141) Line indented incorrectly; expected at least 8 spaces, found 2
(#142) Spaces must be used for alignment; tabs are not allowed
(#142) Tab found within whitespace
(#142) Line indented incorrectly; expected 4 spaces, found 1
mod/offlinequiz/lib/PHPWord/Shared/ZipStreamWrapper.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#30) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Tab found within whitespace
(#34) Line indented incorrectly; expected at least 4 spaces, found 1
(#35) Spaces must be used to indent lines; tabs are not allowed
(#36) Spaces must be used to indent lines; tabs are not allowed
(#37) Spaces must be used to indent lines; tabs are not allowed
(#38) Spaces must be used to indent lines; tabs are not allowed
(#39) Spaces must be used to indent lines; tabs are not allowed
(#39) Tab found within whitespace
(#39) Line indented incorrectly; expected 4 spaces, found 1
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected at least 4 spaces, found 1
(#42) Spaces must be used to indent lines; tabs are not allowed
(#43) Spaces must be used to indent lines; tabs are not allowed
(#44) Spaces must be used to indent lines; tabs are not allowed
(#45) Spaces must be used to indent lines; tabs are not allowed
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected 4 spaces, found 1
(#46) Member variable "_fileNameInArchive" must be all lower-case
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected at least 4 spaces, found 1
(#49) Spaces must be used to indent lines; tabs are not allowed
(#50) Spaces must be used to indent lines; tabs are not allowed
(#51) Spaces must be used to indent lines; tabs are not allowed
(#52) Spaces must be used to indent lines; tabs are not allowed
(#53) Spaces must be used to indent lines; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected 4 spaces, found 1
(#55) Spaces must be used to indent lines; tabs are not allowed
(#55) Tab found within whitespace
(#55) Line indented incorrectly; expected at least 4 spaces, found 1
(#56) Spaces must be used to indent lines; tabs are not allowed
(#57) Spaces must be used to indent lines; tabs are not allowed
(#58) Spaces must be used to indent lines; tabs are not allowed
(#59) Spaces must be used to indent lines; tabs are not allowed
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected 4 spaces, found 1
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Tab found within whitespace
(#62) Line indented incorrectly; expected at least 4 spaces, found 1
(#63) Spaces must be used to indent lines; tabs are not allowed
(#64) Spaces must be used to indent lines; tabs are not allowed
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Tab found within whitespace
(#65) Line indented incorrectly; expected 4 spaces, found 1
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected at least 8 spaces, found 2
(#67) Spaces must be used to indent lines; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected at least 8 spaces, found 2
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected 4 spaces, found 1
(#70) Spaces must be used to indent lines; tabs are not allowed
(#70) Tab found within whitespace
(#70) Line indented incorrectly; expected at least 4 spaces, found 1
(#71) Spaces must be used to indent lines; tabs are not allowed
(#72) Spaces must be used to indent lines; tabs are not allowed
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected 4 spaces, found 1
(#73) Variable "opened_path" must not contain underscores.
(#74) Spaces must be used to indent lines; tabs are not allowed
(#74) Tab found within whitespace
(#74) Inline comments must end in full-stops, exclamation marks, or question marks
(#74) Line indented incorrectly; expected at least 8 spaces, found 2
(#75) Spaces must be used to indent lines; tabs are not allowed
(#75) Tab found within whitespace
(#75) Line indented incorrectly; expected 8 spaces, found 2
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Tab found within whitespace
(#76) Line indented incorrectly; expected at least 12 spaces, found 3
(#77) Spaces must be used to indent lines; tabs are not allowed
(#77) Tab found within whitespace
(#77) Line indented incorrectly; expected 8 spaces, found 2
(#79) Spaces must be used to indent lines; tabs are not allowed
(#79) Tab found within whitespace
(#79) Inline comments must end in full-stops, exclamation marks, or question marks
(#79) Line indented incorrectly; expected at least 8 spaces, found 2
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected at least 8 spaces, found 2
(#82) Spaces must be used to indent lines; tabs are not allowed
(#82) Tab found within whitespace
(#82) Inline comments must end in full-stops, exclamation marks, or question marks
(#82) Line indented incorrectly; expected at least 8 spaces, found 2
(#83) Spaces must be used to indent lines; tabs are not allowed
(#83) Tab found within whitespace
(#83) Line indented incorrectly; expected 8 spaces, found 2
(#84) Spaces must be used to indent lines; tabs are not allowed
(#84) Tab found within whitespace
(#84) Line indented incorrectly; expected at least 12 spaces, found 3
(#85) Spaces must be used to indent lines; tabs are not allowed
(#85) Tab found within whitespace
(#85) Line indented incorrectly; expected at least 12 spaces, found 3
(#86) Spaces must be used to indent lines; tabs are not allowed
(#86) Tab found within whitespace
(#86) Line indented incorrectly; expected 8 spaces, found 2
(#87) Spaces must be used to indent lines; tabs are not allowed
(#87) Tab found within whitespace
(#87) Line indented incorrectly; expected 8 spaces, found 2
(#88) Spaces must be used to indent lines; tabs are not allowed
(#88) Tab found within whitespace
(#88) Line indented incorrectly; expected 12 spaces, found 3
(#89) Spaces must be used to indent lines; tabs are not allowed
(#89) Tab found within whitespace
(#89) Line indented incorrectly; expected at least 16 spaces, found 4
(#89) Spaces must be used for alignment; tabs are not allowed
(#89) Tab found within whitespace
(#90) Spaces must be used for alignment; tabs are not allowed
(#90) Tab found within whitespace
(#90) Line indented incorrectly; expected at least 16 spaces, found 4
(#90) Spaces must be used for alignment; tabs are not allowed
(#90) Tab found within whitespace
(#91) Spaces must be used for alignment; tabs are not allowed
(#91) Tab found within whitespace
(#91) Line indented incorrectly; expected at least 16 spaces, found 4
(#92) Spaces must be used for alignment; tabs are not allowed
(#92) Tab found within whitespace
(#92) Line indented incorrectly; expected 12 spaces, found 3
(#93) Spaces must be used for alignment; tabs are not allowed
(#93) Tab found within whitespace
(#93) Line indented incorrectly; expected 8 spaces, found 2
(#94) Spaces must be used for alignment; tabs are not allowed
(#94) Tab found within whitespace
(#94) Line indented incorrectly; expected at least 12 spaces, found 3
(#94) Spaces must be used for alignment; tabs are not allowed
(#94) Tab found within whitespace
(#95) Spaces must be used for alignment; tabs are not allowed
(#95) Tab found within whitespace
(#95) Line indented incorrectly; expected at least 12 spaces, found 3
(#96) Spaces must be used for alignment; tabs are not allowed
(#96) Tab found within whitespace
(#96) Line indented incorrectly; expected 8 spaces, found 2
(#98) Spaces must be used for alignment; tabs are not allowed
(#98) Tab found within whitespace
(#98) Inline comments must end in full-stops, exclamation marks, or question marks
(#98) Line indented incorrectly; expected at least 8 spaces, found 2
(#99) Spaces must be used for alignment; tabs are not allowed
(#99) Tab found within whitespace
(#99) Line indented incorrectly; expected at least 8 spaces, found 2
(#100) Spaces must be used for alignment; tabs are not allowed
(#100) Tab found within whitespace
(#100) Line indented incorrectly; expected at least 8 spaces, found 2
(#102) Spaces must be used for alignment; tabs are not allowed
(#102) Tab found within whitespace
(#102) Line indented incorrectly; expected at least 8 spaces, found 2
(#103) Spaces must be used for alignment; tabs are not allowed
(#103) Tab found within whitespace
(#103) Line indented incorrectly; expected at least 8 spaces, found 2
(#104) Spaces must be used for alignment; tabs are not allowed
(#104) Tab found within whitespace
(#104) Line indented incorrectly; expected at least 8 spaces, found 2
(#106) Spaces must be used for alignment; tabs are not allowed
(#106) Tab found within whitespace
(#106) Line indented incorrectly; expected at least 8 spaces, found 2
(#107) Spaces must be used for alignment; tabs are not allowed
(#107) Tab found within whitespace
(#107) Line indented incorrectly; expected 4 spaces, found 1
(#109) Spaces must be used for alignment; tabs are not allowed
(#109) Tab found within whitespace
(#109) Line indented incorrectly; expected at least 4 spaces, found 1
(#110) Spaces must be used for alignment; tabs are not allowed
(#111) Spaces must be used for alignment; tabs are not allowed
(#112) Spaces must be used for alignment; tabs are not allowed
(#112) Tab found within whitespace
(#112) Line indented incorrectly; expected 4 spaces, found 1
(#113) Spaces must be used for alignment; tabs are not allowed
(#113) Tab found within whitespace
(#113) Line indented incorrectly; expected at least 8 spaces, found 2
(#114) Spaces must be used for alignment; tabs are not allowed
(#114) Tab found within whitespace
(#114) Line indented incorrectly; expected 4 spaces, found 1
(#116) Spaces must be used for alignment; tabs are not allowed
(#116) Tab found within whitespace
(#116) Line indented incorrectly; expected at least 4 spaces, found 1
(#117) Spaces must be used for alignment; tabs are not allowed
(#118) Spaces must be used for alignment; tabs are not allowed
(#119) Spaces must be used for alignment; tabs are not allowed
(#119) Tab found within whitespace
(#119) Line indented incorrectly; expected 4 spaces, found 1
(#119) Visibility must be declared on method "stream_read"
(#120) Spaces must be used for alignment; tabs are not allowed
(#120) Tab found within whitespace
(#120) Line indented incorrectly; expected at least 8 spaces, found 2
(#121) Spaces must be used for alignment; tabs are not allowed
(#121) Tab found within whitespace
(#121) Line indented incorrectly; expected at least 8 spaces, found 2
(#122) Spaces must be used for alignment; tabs are not allowed
(#122) Tab found within whitespace
(#122) Line indented incorrectly; expected at least 8 spaces, found 2
(#123) Spaces must be used for alignment; tabs are not allowed
(#123) Tab found within whitespace
(#123) Line indented incorrectly; expected 4 spaces, found 1
(#125) Spaces must be used for alignment; tabs are not allowed
(#125) Tab found within whitespace
(#125) Line indented incorrectly; expected at least 4 spaces, found 1
(#126) Spaces must be used for alignment; tabs are not allowed
(#127) Spaces must be used for alignment; tabs are not allowed
(#128) Spaces must be used for alignment; tabs are not allowed
(#128) Tab found within whitespace
(#128) Line indented incorrectly; expected 4 spaces, found 1
(#129) Spaces must be used for alignment; tabs are not allowed
(#129) Tab found within whitespace
(#129) Line indented incorrectly; expected at least 8 spaces, found 2
(#130) Spaces must be used for alignment; tabs are not allowed
(#130) Tab found within whitespace
(#130) Line indented incorrectly; expected 4 spaces, found 1
(#132) Spaces must be used for alignment; tabs are not allowed
(#132) Tab found within whitespace
(#132) Line indented incorrectly; expected at least 4 spaces, found 1
(#133) Spaces must be used for alignment; tabs are not allowed
(#134) Spaces must be used for alignment; tabs are not allowed
(#135) Spaces must be used for alignment; tabs are not allowed
(#135) Tab found within whitespace
(#135) Line indented incorrectly; expected 4 spaces, found 1
(#136) Spaces must be used for alignment; tabs are not allowed
(#136) Tab found within whitespace
(#136) Line indented incorrectly; expected at least 8 spaces, found 2
(#137) Spaces must be used for alignment; tabs are not allowed
(#137) Tab found within whitespace
(#137) Line indented incorrectly; expected 4 spaces, found 1
(#139) Spaces must be used for alignment; tabs are not allowed
(#139) Tab found within whitespace
(#139) Line indented incorrectly; expected at least 4 spaces, found 1
(#140) Spaces must be used for alignment; tabs are not allowed
(#141) Spaces must be used for alignment; tabs are not allowed
(#142) Spaces must be used for alignment; tabs are not allowed
(#142) Tab found within whitespace
(#142) Line indented incorrectly; expected 4 spaces, found 1
(#143) Spaces must be used for alignment; tabs are not allowed
(#143) Tab found within whitespace
(#143) Line indented incorrectly; expected 8 spaces, found 2
(#144) Spaces must be used for alignment; tabs are not allowed
(#144) Tab found within whitespace
(#144) Line indented incorrectly; expected 12 spaces, found 3
(#145) Spaces must be used for alignment; tabs are not allowed
(#145) Tab found within whitespace
(#145) Line indented incorrectly; expected 16 spaces, found 4
(#146) Spaces must be used for alignment; tabs are not allowed
(#146) Tab found within whitespace
(#146) Line indented incorrectly; expected at least 20 spaces, found 6
(#147) Spaces must be used for alignment; tabs are not allowed
(#147) Tab found within whitespace
(#147) Line indented incorrectly; expected at least 20 spaces, found 6
(#148) Spaces must be used for alignment; tabs are not allowed
(#148) Tab found within whitespace
(#148) Line indented incorrectly; expected 16 spaces, found 4
(#149) Spaces must be used for alignment; tabs are not allowed
(#149) Tab found within whitespace
(#149) Line indented incorrectly; expected at least 20 spaces, found 6
(#150) Spaces must be used for alignment; tabs are not allowed
(#150) Tab found within whitespace
(#150) Line indented incorrectly; expected 16 spaces, found 4
(#151) Spaces must be used for alignment; tabs are not allowed
(#151) Tab found within whitespace
(#153) Spaces must be used for alignment; tabs are not allowed
(#153) Tab found within whitespace
(#153) Line indented incorrectly; expected 12 spaces, found 3
(#154) Spaces must be used for alignment; tabs are not allowed
(#154) Tab found within whitespace
(#154) Line indented incorrectly; expected 16 spaces, found 4
(#155) Spaces must be used for alignment; tabs are not allowed
(#155) Tab found within whitespace
(#155) Line indented incorrectly; expected at least 20 spaces, found 6
(#156) Spaces must be used for alignment; tabs are not allowed
(#156) Tab found within whitespace
(#156) Line indented incorrectly; expected at least 20 spaces, found 6
(#157) Spaces must be used for alignment; tabs are not allowed
(#157) Tab found within whitespace
(#157) Line indented incorrectly; expected 16 spaces, found 4
(#158) Spaces must be used for alignment; tabs are not allowed
(#158) Tab found within whitespace
(#158) Line indented incorrectly; expected at least 20 spaces, found 6
(#159) Spaces must be used for alignment; tabs are not allowed
(#159) Tab found within whitespace
(#159) Line indented incorrectly; expected 16 spaces, found 4
(#160) Spaces must be used for alignment; tabs are not allowed
(#160) Tab found within whitespace
(#162) Spaces must be used for alignment; tabs are not allowed
(#162) Tab found within whitespace
(#162) Line indented incorrectly; expected 12 spaces, found 3
(#163) Spaces must be used for alignment; tabs are not allowed
(#163) Tab found within whitespace
(#163) Line indented incorrectly; expected 16 spaces, found 4
(#164) Spaces must be used for alignment; tabs are not allowed
(#164) Tab found within whitespace
(#164) Line indented incorrectly; expected at least 20 spaces, found 6
(#165) Spaces must be used for alignment; tabs are not allowed
(#165) Tab found within whitespace
(#165) Line indented incorrectly; expected at least 20 spaces, found 6
(#166) Spaces must be used for alignment; tabs are not allowed
(#166) Tab found within whitespace
(#166) Line indented incorrectly; expected 16 spaces, found 4
(#167) Spaces must be used for alignment; tabs are not allowed
(#167) Tab found within whitespace
(#167) Line indented incorrectly; expected at least 20 spaces, found 6
(#168) Spaces must be used for alignment; tabs are not allowed
(#168) Tab found within whitespace
(#168) Line indented incorrectly; expected 16 spaces, found 4
(#169) Spaces must be used for alignment; tabs are not allowed
(#169) Tab found within whitespace
(#171) Spaces must be used for alignment; tabs are not allowed
(#171) Tab found within whitespace
(#171) Line indented incorrectly; expected 12 spaces, found 3
(#172) Spaces must be used for alignment; tabs are not allowed
(#172) Tab found within whitespace
(#173) Spaces must be used for alignment; tabs are not allowed
(#173) Tab found within whitespace
(#173) Line indented incorrectly; expected 8 spaces, found 2
(#174) Spaces must be used for alignment; tabs are not allowed
(#174) Tab found within whitespace
(#174) Line indented incorrectly; expected 4 spaces, found 1
(#176) A closing tag is not permitted at the end of a PHP file
mod/offlinequiz/lib/PHPWord/Style.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#36) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Whitespace found at end of line
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected at least 4 spaces, found 1
(#39) Spaces must be used to indent lines; tabs are not allowed
(#40) Spaces must be used to indent lines; tabs are not allowed
(#41) Spaces must be used to indent lines; tabs are not allowed
(#42) Spaces must be used to indent lines; tabs are not allowed
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected 4 spaces, found 1
(#43) Member variable "_styleElements" must be all lower-case
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Whitespace found at end of line
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Whitespace found at end of line
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected at least 4 spaces, found 1
(#47) Spaces must be used to indent lines; tabs are not allowed
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Whitespace found at end of line
(#49) Spaces must be used to indent lines; tabs are not allowed
(#50) Spaces must be used to indent lines; tabs are not allowed
(#51) Spaces must be used to indent lines; tabs are not allowed
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected 4 spaces, found 1
(#52) Public method name "PHPWord_Style::addParagraphStyle" must be in lower-case letters only
(#52) Variable "styleName" must be all lower-case
(#53) Spaces must be used to indent lines; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected 8 spaces, found 2
(#53) Expected "if (...) {\n"; found "if(...) {\n"
(#53) Variable "styleName" must be all lower-case
(#53) Variable "_styleElements" must be all lower-case
(#53) Variable "_styleElements" must not contain underscores.
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Tab found within whitespace
(#54) Line indented incorrectly; expected at least 12 spaces, found 3
(#55) Spaces must be used to indent lines; tabs are not allowed
(#55) Tab found within whitespace
(#55) Line indented incorrectly; expected 12 spaces, found 3
(#55) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#56) Spaces must be used to indent lines; tabs are not allowed
(#56) Tab found within whitespace
(#56) Line indented incorrectly; expected 16 spaces, found 4
(#56) Expected "if (...) {\n"; found "if(...) {\n"
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected at least 20 spaces, found 5
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Line indented incorrectly; expected 16 spaces, found 4
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#59) Line indented incorrectly; expected at least 16 spaces, found 4
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected 12 spaces, found 3
(#61) Spaces must be used to indent lines; tabs are not allowed
(#61) Tab found within whitespace
(#61) Whitespace found at end of line
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Tab found within whitespace
(#62) Line indented incorrectly; expected at least 12 spaces, found 3
(#62) Variable "_styleElements" must be all lower-case
(#62) Variable "_styleElements" must not contain underscores.
(#62) Variable "styleName" must be all lower-case
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected 8 spaces, found 2
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected 4 spaces, found 1
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Tab found within whitespace
(#65) Whitespace found at end of line
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected at least 4 spaces, found 1
(#67) Spaces must be used to indent lines; tabs are not allowed
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Whitespace found at end of line
(#69) Spaces must be used to indent lines; tabs are not allowed
(#70) Spaces must be used to indent lines; tabs are not allowed
(#71) Spaces must be used to indent lines; tabs are not allowed
(#72) Spaces must be used to indent lines; tabs are not allowed
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected 4 spaces, found 1
(#73) Public method name "PHPWord_Style::addFontStyle" must be in lower-case letters only
(#73) Variable "styleName" must be all lower-case
(#73) Variable "styleFont" must be all lower-case
(#73) Variable "styleParagraph" must be all lower-case
(#74) Spaces must be used to indent lines; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected 8 spaces, found 2
(#74) Expected "if (...) {\n"; found "if(...) {\n"
(#74) Variable "styleName" must be all lower-case
(#74) Variable "_styleElements" must be all lower-case
(#74) Variable "_styleElements" must not contain underscores.
(#75) Spaces must be used to indent lines; tabs are not allowed
(#75) Tab found within whitespace
(#75) Line indented incorrectly; expected at least 12 spaces, found 3
(#75) Variable "styleParagraph" must be all lower-case
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Tab found within whitespace
(#76) Line indented incorrectly; expected 12 spaces, found 3
(#76) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#76) Variable "styleFont" must be all lower-case
(#77) Spaces must be used to indent lines; tabs are not allowed
(#77) Tab found within whitespace
(#77) Line indented incorrectly; expected 16 spaces, found 4
(#77) Expected "if (...) {\n"; found "if(...) {\n"
(#78) Spaces must be used to indent lines; tabs are not allowed
(#78) Tab found within whitespace
(#78) Line indented incorrectly; expected at least 20 spaces, found 5
(#79) Spaces must be used to indent lines; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected 16 spaces, found 4
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected at least 16 spaces, found 4
(#81) Spaces must be used to indent lines; tabs are not allowed
(#81) Tab found within whitespace
(#81) Line indented incorrectly; expected 12 spaces, found 3
(#82) Spaces must be used to indent lines; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected at least 12 spaces, found 3
(#82) Variable "_styleElements" must be all lower-case
(#82) Variable "_styleElements" must not contain underscores.
(#82) Variable "styleName" must be all lower-case
(#83) Spaces must be used to indent lines; tabs are not allowed
(#83) Tab found within whitespace
(#83) Line indented incorrectly; expected 8 spaces, found 2
(#84) Spaces must be used to indent lines; tabs are not allowed
(#84) Tab found within whitespace
(#84) Line indented incorrectly; expected 4 spaces, found 1
(#85) Spaces must be used to indent lines; tabs are not allowed
(#85) Tab found within whitespace
(#85) Whitespace found at end of line
(#86) Spaces must be used to indent lines; tabs are not allowed
(#86) Tab found within whitespace
(#86) Line indented incorrectly; expected at least 4 spaces, found 1
(#87) Spaces must be used to indent lines; tabs are not allowed
(#88) Spaces must be used to indent lines; tabs are not allowed
(#88) Whitespace found at end of line
(#89) Spaces must be used to indent lines; tabs are not allowed
(#90) Spaces must be used to indent lines; tabs are not allowed
(#91) Spaces must be used to indent lines; tabs are not allowed
(#92) Spaces must be used to indent lines; tabs are not allowed
(#92) Tab found within whitespace
(#92) Line indented incorrectly; expected 4 spaces, found 1
(#92) Public method name "PHPWord_Style::addLinkStyle" must be in lower-case letters only
(#92) Variable "styleName" must be all lower-case
(#93) Spaces must be used to indent lines; tabs are not allowed
(#93) Tab found within whitespace
(#93) Line indented incorrectly; expected 8 spaces, found 2
(#93) Expected "if (...) {\n"; found "if(...) {\n"
(#93) Variable "styleName" must be all lower-case
(#93) Variable "_styleElements" must be all lower-case
(#93) Variable "_styleElements" must not contain underscores.
(#94) Spaces must be used to indent lines; tabs are not allowed
(#94) Tab found within whitespace
(#94) Line indented incorrectly; expected at least 12 spaces, found 3
(#95) Spaces must be used to indent lines; tabs are not allowed
(#95) Tab found within whitespace
(#95) Line indented incorrectly; expected 12 spaces, found 3
(#95) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#96) Spaces must be used to indent lines; tabs are not allowed
(#96) Tab found within whitespace
(#96) Line indented incorrectly; expected 16 spaces, found 4
(#96) Expected "if (...) {\n"; found "if(...) {\n"
(#97) Spaces must be used to indent lines; tabs are not allowed
(#97) Tab found within whitespace
(#97) Line indented incorrectly; expected at least 20 spaces, found 5
(#98) Spaces must be used to indent lines; tabs are not allowed
(#98) Tab found within whitespace
(#98) Line indented incorrectly; expected 16 spaces, found 4
(#99) Spaces must be used to indent lines; tabs are not allowed
(#99) Tab found within whitespace
(#99) Line indented incorrectly; expected at least 16 spaces, found 4
(#100) Spaces must be used to indent lines; tabs are not allowed
(#100) Tab found within whitespace
(#100) Line indented incorrectly; expected 12 spaces, found 3
(#101) Spaces must be used to indent lines; tabs are not allowed
(#101) Tab found within whitespace
(#101) Whitespace found at end of line
(#102) Spaces must be used to indent lines; tabs are not allowed
(#102) Tab found within whitespace
(#102) Line indented incorrectly; expected at least 12 spaces, found 3
(#102) Variable "_styleElements" must be all lower-case
(#102) Variable "_styleElements" must not contain underscores.
(#102) Variable "styleName" must be all lower-case
(#103) Spaces must be used to indent lines; tabs are not allowed
(#103) Tab found within whitespace
(#103) Line indented incorrectly; expected 8 spaces, found 2
(#104) Spaces must be used to indent lines; tabs are not allowed
(#104) Tab found within whitespace
(#104) Line indented incorrectly; expected 4 spaces, found 1
(#105) Spaces must be used to indent lines; tabs are not allowed
(#105) Tab found within whitespace
(#105) Whitespace found at end of line
(#106) Spaces must be used to indent lines; tabs are not allowed
(#106) Tab found within whitespace
(#106) Line indented incorrectly; expected at least 4 spaces, found 1
(#107) Spaces must be used to indent lines; tabs are not allowed
(#108) Spaces must be used to indent lines; tabs are not allowed
(#108) Whitespace found at end of line
(#109) Spaces must be used to indent lines; tabs are not allowed
(#110) Spaces must be used to indent lines; tabs are not allowed
(#111) Spaces must be used to indent lines; tabs are not allowed
(#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) Public method name "PHPWord_Style::addTableStyle" must be in lower-case letters only
(#112) Variable "styleName" must be all lower-case
(#112) Variable "styleTable" must be all lower-case
(#112) Variable "styleFirstRow" must be all lower-case
(#112) Variable "styleLastRow" must be all lower-case
(#113) Spaces must be used to indent lines; tabs are not allowed
(#113) Tab found within whitespace
(#113) Line indented incorrectly; expected 8 spaces, found 2
(#113) Expected "if (...) {\n"; found "if(...) {\n"
(#113) Variable "styleName" must be all lower-case
(#113) Variable "_styleElements" must be all lower-case
(#113) Variable "_styleElements" must not contain underscores.
(#114) Spaces must be used to indent lines; tabs are not allowed
(#114) Tab found within whitespace
(#114) Line indented incorrectly; expected at least 12 spaces, found 3
(#114) Variable "styleTable" must be all lower-case
(#114) Variable "styleFirstRow" must be all lower-case
(#114) Variable "styleLastRow" must be all lower-case
(#115) Spaces must be used to indent lines; tabs are not allowed
(#115) Tab found within whitespace
(#115) Whitespace found at end of line
(#116) Spaces must be used to indent lines; tabs are not allowed
(#116) Tab found within whitespace
(#116) Line indented incorrectly; expected at least 12 spaces, found 3
(#116) Variable "_styleElements" must be all lower-case
(#116) Variable "_styleElements" must not contain underscores.
(#116) Variable "styleName" must be all lower-case
(#117) Spaces must be used to indent lines; tabs are not allowed
(#117) Tab found within whitespace
(#117) Line indented incorrectly; expected 8 spaces, found 2
(#118) Spaces must be used to indent lines; tabs are not allowed
(#118) Tab found within whitespace
(#118) Line indented incorrectly; expected 4 spaces, found 1
(#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) Spaces must be used to indent lines; tabs are not allowed
(#120) Tab found within whitespace
(#120) Line indented incorrectly; expected at least 4 spaces, found 1
(#121) Spaces must be used to indent lines; tabs are not allowed
(#122) Spaces must be used to indent lines; tabs are not allowed
(#122) Whitespace found at end of line
(#123) Spaces must be used to indent lines; tabs are not allowed
(#124) Spaces must be used to indent lines; tabs are not allowed
(#125) Spaces must be used to indent lines; tabs are not allowed
(#126) Spaces must be used to indent lines; tabs are not allowed
(#127) Spaces must be used to indent lines; tabs are not allowed
(#127) Tab found within whitespace
(#127) Line indented incorrectly; expected 4 spaces, found 1
(#127) Public method name "PHPWord_Style::addTitleStyle" must be in lower-case letters only
(#127) Variable "titleCount" must be all lower-case
(#127) Variable "styleFont" must be all lower-case
(#127) Variable "styleParagraph" must be all lower-case
(#128) Spaces must be used to indent lines; tabs are not allowed
(#128) Tab found within whitespace
(#128) Line indented incorrectly; expected at least 8 spaces, found 2
(#128) Variable "styleName" must be all lower-case
(#128) Variable "titleCount" must be all lower-case
(#129) Spaces must be used to indent lines; tabs are not allowed
(#129) Tab found within whitespace
(#129) Line indented incorrectly; expected 8 spaces, found 2
(#129) Expected "if (...) {\n"; found "if(...) {\n"
(#129) Variable "styleName" must be all lower-case
(#129) Variable "_styleElements" must be all lower-case
(#129) Variable "_styleElements" must not contain underscores.
(#130) Spaces must be used to indent lines; tabs are not allowed
(#130) Tab found within whitespace
(#130) Line indented incorrectly; expected at least 12 spaces, found 3
(#130) Variable "styleParagraph" must be all lower-case
(#131) Spaces must be used to indent lines; tabs are not allowed
(#131) Tab found within whitespace
(#131) Line indented incorrectly; expected 12 spaces, found 3
(#131) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#131) Variable "styleFont" must be all lower-case
(#132) Spaces must be used to indent lines; tabs are not allowed
(#132) Tab found within whitespace
(#132) Line indented incorrectly; expected 16 spaces, found 4
(#132) Expected "if (...) {\n"; found "if(...) {\n"
(#133) Spaces must be used to indent lines; tabs are not allowed
(#133) Tab found within whitespace
(#133) Line indented incorrectly; expected at least 20 spaces, found 5
(#134) Spaces must be used to indent lines; tabs are not allowed
(#134) Tab found within whitespace
(#134) Line indented incorrectly; expected 16 spaces, found 4
(#135) Spaces must be used to indent lines; tabs are not allowed
(#135) Tab found within whitespace
(#135) Line indented incorrectly; expected at least 16 spaces, found 4
(#136) Spaces must be used to indent lines; tabs are not allowed
(#136) Tab found within whitespace
(#136) Line indented incorrectly; expected 12 spaces, found 3
(#137) Spaces must be used to indent lines; tabs are not allowed
(#137) Tab found within whitespace
(#137) Whitespace found at end of line
(#138) Spaces must be used to indent lines; tabs are not allowed
(#138) Tab found within whitespace
(#138) Line indented incorrectly; expected at least 12 spaces, found 3
(#138) Variable "_styleElements" must be all lower-case
(#138) Variable "_styleElements" must not contain underscores.
(#138) Variable "styleName" must be all lower-case
(#139) Spaces must be used to indent lines; tabs are not allowed
(#139) Tab found within whitespace
(#139) Line indented incorrectly; expected 8 spaces, found 2
(#140) Spaces must be used to indent lines; tabs are not allowed
(#140) Tab found within whitespace
(#140) Line indented incorrectly; expected 4 spaces, found 1
(#141) Spaces must be used to indent lines; tabs are not allowed
(#141) Tab found within whitespace
(#141) Whitespace found at end of line
(#142) Spaces must be used to indent lines; tabs are not allowed
(#142) Tab found within whitespace
(#142) Line indented incorrectly; expected at least 4 spaces, found 1
(#143) Spaces must be used to indent lines; tabs are not allowed
(#144) Spaces must be used to indent lines; tabs are not allowed
(#144) Whitespace found at end of line
(#145) Spaces must be used to indent lines; tabs are not allowed
(#146) Spaces must be used to indent lines; tabs are not allowed
(#147) Spaces must be used to indent lines; tabs are not allowed
(#147) Tab found within whitespace
(#147) Line indented incorrectly; expected 4 spaces, found 1
(#147) Public method name "PHPWord_Style::getStyles" must be in lower-case letters only
(#148) Spaces must be used to indent lines; tabs are not allowed
(#148) Tab found within whitespace
(#148) Line indented incorrectly; expected at least 8 spaces, found 2
(#148) Variable "_styleElements" must be all lower-case
(#148) Variable "_styleElements" must not contain underscores.
(#149) Spaces must be used to indent lines; tabs are not allowed
(#149) Tab found within whitespace
(#149) Line indented incorrectly; expected 4 spaces, found 1
(#150) Spaces must be used to indent lines; tabs are not allowed
(#150) Tab found within whitespace
(#150) Whitespace found at end of line
(#151) Spaces must be used to indent lines; tabs are not allowed
(#151) Tab found within whitespace
(#151) Line indented incorrectly; expected at least 4 spaces, found 1
(#152) Spaces must be used to indent lines; tabs are not allowed
(#153) Spaces must be used to indent lines; tabs are not allowed
(#153) Whitespace found at end of line
(#154) Spaces must be used to indent lines; tabs are not allowed
(#154) Whitespace found at end of line
(#155) Spaces must be used to indent lines; tabs are not allowed
(#156) Spaces must be used to indent lines; tabs are not allowed
(#157) Spaces must be used to indent lines; tabs are not allowed
(#157) Tab found within whitespace
(#157) Line indented incorrectly; expected 4 spaces, found 1
(#157) Public method name "PHPWord_Style::getStyle" must be in lower-case letters only
(#157) Variable "styleName" must be all lower-case
(#158) Spaces must be used to indent lines; tabs are not allowed
(#158) Tab found within whitespace
(#158) Line indented incorrectly; expected 8 spaces, found 2
(#158) Expected "if (...) {\n"; found "if(...){\n"
(#158) Variable "styleName" must be all lower-case
(#158) Variable "_styleElements" must be all lower-case
(#158) Variable "_styleElements" must not contain underscores.
(#159) Spaces must be used to indent lines; tabs are not allowed
(#159) Tab found within whitespace
(#159) Line indented incorrectly; expected at least 12 spaces, found 3
(#159) Variable "_styleElements" must be all lower-case
(#159) Variable "_styleElements" must not contain underscores.
(#159) Variable "styleName" must be all lower-case
(#160) Spaces must be used to indent lines; tabs are not allowed
(#160) Tab found within whitespace
(#160) Line indented incorrectly; expected 8 spaces, found 2
(#161) Spaces must be used to indent lines; tabs are not allowed
(#161) Tab found within whitespace
(#161) Line indented incorrectly; expected at least 12 spaces, found 3
(#162) Spaces must be used to indent lines; tabs are not allowed
(#162) Tab found within whitespace
(#162) Line indented incorrectly; expected 8 spaces, found 2
(#163) Spaces must be used to indent lines; tabs are not allowed
(#163) Tab found within whitespace
(#163) Line indented incorrectly; expected 4 spaces, found 1
(#165) A closing tag is not permitted at the end of a PHP file
mod/offlinequiz/lib/PHPWord/Style/Cell.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#36) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Whitespace found at end of line
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected at least 4 spaces, found 1
(#39) Spaces must be used to indent lines; tabs are not allowed
(#39) Tab found within whitespace
(#39) Line indented incorrectly; expected at least 4 spaces, found 1
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Whitespace found at end of line
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected at least 4 spaces, found 1
(#42) Spaces must be used to indent lines; tabs are not allowed
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Whitespace found at end of line
(#44) Spaces must be used to indent lines; tabs are not allowed
(#45) Spaces must be used to indent lines; tabs are not allowed
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected 4 spaces, found 1
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Whitespace found at end of line
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected at least 4 spaces, found 1
(#49) Spaces must be used to indent lines; tabs are not allowed
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Whitespace found at end of line
(#51) Spaces must be used to indent lines; tabs are not allowed
(#52) Spaces must be used to indent lines; tabs are not allowed
(#53) Spaces must be used to indent lines; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected 4 spaces, found 1
(#53) Member variable "_textDirection" must be all lower-case
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Tab found within whitespace
(#54) Whitespace found at end of line
(#55) Spaces must be used to indent lines; tabs are not allowed
(#55) Tab found within whitespace
(#55) Line indented incorrectly; expected at least 4 spaces, found 1
(#56) Spaces must be used to indent lines; tabs are not allowed
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Whitespace found at end of line
(#58) Spaces must be used to indent lines; tabs are not allowed
(#59) Spaces must be used to indent lines; tabs are not allowed
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected 4 spaces, found 1
(#60) Member variable "_bgColor" must be all lower-case
(#61) Spaces must be used to indent lines; tabs are not allowed
(#61) Tab found within whitespace
(#61) Whitespace found at end of line
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Tab found within whitespace
(#62) Line indented incorrectly; expected at least 4 spaces, found 1
(#63) Spaces must be used to indent lines; tabs are not allowed
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Whitespace found at end of line
(#65) Spaces must be used to indent lines; tabs are not allowed
(#66) Spaces must be used to indent lines; tabs are not allowed
(#67) Spaces must be used to indent lines; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected 4 spaces, found 1
(#67) Member variable "_borderTopSize" must be all lower-case
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Tab found within whitespace
(#68) Whitespace found at end of line
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected at least 4 spaces, found 1
(#70) Spaces must be used to indent lines; tabs are not allowed
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Whitespace found at end of line
(#72) Spaces must be used to indent lines; tabs are not allowed
(#73) Spaces must be used to indent lines; tabs are not allowed
(#74) Spaces must be used to indent lines; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected 4 spaces, found 1
(#74) Member variable "_borderTopColor" must be all lower-case
(#75) Spaces must be used to indent lines; tabs are not allowed
(#75) Tab found within whitespace
(#75) Whitespace found at end of line
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Tab found within whitespace
(#76) Line indented incorrectly; expected at least 4 spaces, found 1
(#77) Spaces must be used to indent lines; tabs are not allowed
(#78) Spaces must be used to indent lines; tabs are not allowed
(#78) Whitespace found at end of line
(#79) Spaces must be used to indent lines; tabs are not allowed
(#80) Spaces must be used to indent lines; tabs are not allowed
(#81) Spaces must be used to indent lines; tabs are not allowed
(#81) Tab found within whitespace
(#81) Line indented incorrectly; expected 4 spaces, found 1
(#81) Member variable "_borderLeftSize" must be all lower-case
(#82) Spaces must be used to indent lines; tabs are not allowed
(#82) Tab found within whitespace
(#82) Whitespace found at end of line
(#83) Spaces must be used to indent lines; tabs are not allowed
(#83) Tab found within whitespace
(#83) Line indented incorrectly; expected at least 4 spaces, found 1
(#84) Spaces must be used to indent lines; tabs are not allowed
(#85) Spaces must be used to indent lines; tabs are not allowed
(#85) Whitespace found at end of line
(#86) Spaces must be used to indent lines; tabs are not allowed
(#87) Spaces must be used to indent lines; tabs are not allowed
(#88) Spaces must be used to indent lines; tabs are not allowed
(#88) Tab found within whitespace
(#88) Line indented incorrectly; expected 4 spaces, found 1
(#88) Member variable "_borderLeftColor" must be all lower-case
(#89) Spaces must be used to indent lines; tabs are not allowed
(#89) Tab found within whitespace
(#89) Whitespace found at end of line
(#90) Spaces must be used to indent lines; tabs are not allowed
(#90) Tab found within whitespace
(#90) Line indented incorrectly; expected at least 4 spaces, found 1
(#91) Spaces must be used to indent lines; tabs are not allowed
(#92) Spaces must be used to indent lines; tabs are not allowed
(#92) Whitespace found at end of line
(#93) Spaces must be used to indent lines; tabs are not allowed
(#94) Spaces must be used to indent lines; tabs are not allowed
(#95) Spaces must be used to indent lines; tabs are not allowed
(#95) Tab found within whitespace
(#95) Line indented incorrectly; expected 4 spaces, found 1
(#95) Member variable "_borderRightSize" must be all lower-case
(#96) Spaces must be used to indent lines; tabs are not allowed
(#96) Tab found within whitespace
(#96) Whitespace found at end of line
(#97) Spaces must be used to indent lines; tabs are not allowed
(#97) Tab found within whitespace
(#97) Line indented incorrectly; expected at least 4 spaces, found 1
(#98) Spaces must be used to indent lines; tabs are not allowed
(#99) Spaces must be used to indent lines; tabs are not allowed
(#99) Whitespace found at end of line
(#100) Spaces must be used to indent lines; tabs are not allowed
(#101) Spaces must be used to indent lines; tabs are not allowed
(#102) Spaces must be used to indent lines; tabs are not allowed
(#102) Tab found within whitespace
(#102) Line indented incorrectly; expected 4 spaces, found 1
(#102) Member variable "_borderRightColor" must be all lower-case
(#103) Spaces must be used to indent lines; tabs are not allowed
(#103) Tab found within whitespace
(#103) Whitespace found at end of line
(#104) Spaces must be used to indent lines; tabs are not allowed
(#104) Tab found within whitespace
(#104) Line indented incorrectly; expected at least 4 spaces, found 1
(#105) Spaces must be used to indent lines; tabs are not allowed
(#106) Spaces must be used to indent lines; tabs are not allowed
(#106) Whitespace found at end of line
(#107) Spaces must be used to indent lines; tabs are not allowed
(#108) Spaces must be used to indent lines; tabs are not allowed
(#109) Spaces must be used to indent lines; tabs are not allowed
(#109) Tab found within whitespace
(#109) Line indented incorrectly; expected 4 spaces, found 1
(#109) Member variable "_borderBottomSize" must be all lower-case
(#110) Spaces must be used to indent lines; tabs are not allowed
(#110) Tab found within whitespace
(#110) Whitespace found at end of line
(#111) Spaces must be used to indent lines; tabs are not allowed
(#111) Tab found within whitespace
(#111) Line indented incorrectly; expected at least 4 spaces, found 1
(#112) Spaces must be used to indent lines; tabs are not allowed
(#113) Spaces must be used to indent lines; tabs are not allowed
(#113) Whitespace found at end of line
(#114) Spaces must be used to indent lines; tabs are not allowed
(#115) Spaces must be used to indent lines; tabs are not allowed
(#116) Spaces must be used to indent lines; tabs are not allowed
(#116) Tab found within whitespace
(#116) Line indented incorrectly; expected 4 spaces, found 1
(#116) Member variable "_borderBottomColor" must be all lower-case
(#117) Spaces must be used to indent lines; tabs are not allowed
(#117) Tab found within whitespace
(#117) 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 4 spaces, found 1
(#119) Spaces must be used to indent lines; tabs are not allowed
(#120) Spaces must be used to indent lines; tabs are not allowed
(#120) Whitespace found at end of line
(#121) Spaces must be used to indent lines; tabs are not allowed
(#122) Spaces must be used to indent lines; tabs are not allowed
(#123) Spaces must be used to indent lines; tabs are not allowed
(#123) Tab found within whitespace
(#123) Line indented incorrectly; expected 4 spaces, found 1
(#123) Member variable "_defaultBorderColor" must be all lower-case
(#124) Spaces must be used to indent lines; tabs are not allowed
(#124) Tab found within whitespace
(#124) Whitespace found at end of line
(#125) Spaces must be used to indent lines; tabs are not allowed
(#125) Tab found within whitespace
(#125) Whitespace found at end of line
(#126) Spaces must be used to indent lines; tabs are not allowed
(#126) Tab found within whitespace
(#126) Line indented incorrectly; expected at least 4 spaces, found 1
(#127) Spaces must be used to indent lines; tabs are not allowed
(#128) Spaces must be used to indent lines; tabs are not allowed
(#129) Spaces must be used to indent lines; tabs are not allowed
(#129) Tab found within whitespace
(#129) Line indented incorrectly; expected 4 spaces, found 1
(#130) Spaces must be used to indent lines; tabs are not allowed
(#130) Tab found within whitespace
(#130) Line indented incorrectly; expected at least 8 spaces, found 2
(#131) Spaces must be used to indent lines; tabs are not allowed
(#131) Tab found within whitespace
(#131) Line indented incorrectly; expected at least 8 spaces, found 2
(#132) Spaces must be used to indent lines; tabs are not allowed
(#132) Tab found within whitespace
(#132) Line indented incorrectly; expected at least 8 spaces, found 2
(#133) Spaces must be used to indent lines; tabs are not allowed
(#133) Tab found within whitespace
(#133) Line indented incorrectly; expected at least 8 spaces, found 2
(#134) Spaces must be used to indent lines; tabs are not allowed
(#134) Tab found within whitespace
(#134) Line indented incorrectly; expected at least 8 spaces, found 2
(#135) Spaces must be used to indent lines; tabs are not allowed
(#135) Tab found within whitespace
(#135) Line indented incorrectly; expected at least 8 spaces, found 2
(#136) Spaces must be used to indent lines; tabs are not allowed
(#136) Tab found within whitespace
(#136) Line indented incorrectly; expected at least 8 spaces, found 2
(#137) Spaces must be used to indent lines; tabs are not allowed
(#137) Tab found within whitespace
(#137) Line indented incorrectly; expected at least 8 spaces, found 2
(#138) Spaces must be used to indent lines; tabs are not allowed
(#138) Tab found within whitespace
(#138) Line indented incorrectly; expected at least 8 spaces, found 2
(#139) Spaces must be used to indent lines; tabs are not allowed
(#139) Tab found within whitespace
(#139) Line indented incorrectly; expected at least 8 spaces, found 2
(#140) Spaces must be used to indent lines; tabs are not allowed
(#140) Tab found within whitespace
(#140) Line indented incorrectly; expected at least 8 spaces, found 2
(#141) Spaces must be used to indent lines; tabs are not allowed
(#141) Tab found within whitespace
(#141) Line indented incorrectly; expected at least 8 spaces, found 2
(#142) Spaces must be used to indent lines; tabs are not allowed
(#142) Tab found within whitespace
(#142) Line indented incorrectly; expected 4 spaces, found 1
(#143) Spaces must be used to indent lines; tabs are not allowed
(#143) Tab found within whitespace
(#143) Whitespace found at end of line
(#144) Spaces must be used to indent lines; tabs are not allowed
(#144) Tab found within whitespace
(#144) Line indented incorrectly; expected at least 4 spaces, found 1
(#145) Spaces must be used to indent lines; tabs are not allowed
(#146) Spaces must be used to indent lines; tabs are not allowed
(#146) Whitespace found at end of line
(#147) Spaces must be used to indent lines; tabs are not allowed
(#148) Spaces must be used to indent lines; tabs are not allowed
(#149) Spaces must be used to indent lines; tabs are not allowed
(#150) Spaces must be used to indent lines; tabs are not allowed
(#150) Tab found within whitespace
(#150) Line indented incorrectly; expected 4 spaces, found 1
(#150) Public method name "PHPWord_Style_Cell::setStyleValue" must be in lower-case letters only
(#151) Spaces must be used to indent lines; tabs are not allowed
(#151) Tab found within whitespace
(#151) Line indented incorrectly; expected 8 spaces, found 2
(#151) Expected "if (...) {\n"; found "if(...) {\n"
(#152) Spaces must be used to indent lines; tabs are not allowed
(#152) Tab found within whitespace
(#152) Line indented incorrectly; expected at least 12 spaces, found 3
(#153) Spaces must be used to indent lines; tabs are not allowed
(#153) Tab found within whitespace
(#153) Line indented incorrectly; expected 8 spaces, found 2
(#153) Usage of ELSEIF not allowed; use ELSE IF instead
(#154) Spaces must be used to indent lines; tabs are not allowed
(#154) Tab found within whitespace
(#154) Line indented incorrectly; expected at least 12 spaces, found 3
(#155) Spaces must be used to indent lines; tabs are not allowed
(#155) Tab found within whitespace
(#155) Line indented incorrectly; expected 8 spaces, found 2
(#156) Spaces must be used to indent lines; tabs are not allowed
(#156) Tab found within whitespace
(#156) Line indented incorrectly; expected at least 12 spaces, found 3
(#157) Spaces must be used to indent lines; tabs are not allowed
(#157) Tab found within whitespace
(#157) Line indented incorrectly; expected 8 spaces, found 2
(#158) Spaces must be used to indent lines; tabs are not allowed
(#158) Tab found within whitespace
(#158) Line indented incorrectly; expected 4 spaces, found 1
(#159) Spaces must be used to indent lines; tabs are not allowed
(#159) Tab found within whitespace
(#159) Whitespace found at end of line
(#160) Spaces must be used to indent lines; tabs are not allowed
(#160) Tab found within whitespace
(#160) Line indented incorrectly; expected 4 spaces, found 1
(#160) Public method name "PHPWord_Style_Cell::getVAlign" must be in lower-case letters only
(#161) Spaces must be used to indent lines; tabs are not allowed
(#161) Tab found within whitespace
(#161) Line indented incorrectly; expected at least 8 spaces, found 2
(#162) Spaces must be used to indent lines; tabs are not allowed
(#162) Tab found within whitespace
(#162) Line indented incorrectly; expected 4 spaces, found 1
(#163) Spaces must be used to indent lines; tabs are not allowed
(#163) Tab found within whitespace
(#163) Whitespace found at end of line
(#164) Spaces must be used to indent lines; tabs are not allowed
(#164) Tab found within whitespace
(#164) Line indented incorrectly; expected 4 spaces, found 1
(#164) Public method name "PHPWord_Style_Cell::setVAlign" must be in lower-case letters only
(#164) Variable "pValue" must be all lower-case
(#165) Spaces must be used to indent lines; tabs are not allowed
(#165) Tab found within whitespace
(#165) Line indented incorrectly; expected at least 8 spaces, found 2
(#165) Variable "pValue" must be all lower-case
(#166) Spaces must be used to indent lines; tabs are not allowed
(#166) Tab found within whitespace
(#166) Line indented incorrectly; expected 4 spaces, found 1
(#167) Spaces must be used to indent lines; tabs are not allowed
(#167) Tab found within whitespace
(#167) Whitespace found at end of line
(#168) Spaces must be used to indent lines; tabs are not allowed
(#168) Tab found within whitespace
(#168) Line indented incorrectly; expected 4 spaces, found 1
(#168) Public method name "PHPWord_Style_Cell::getTextDirection" must be in lower-case letters only
(#169) Spaces must be used to indent lines; tabs are not allowed
(#169) Tab found within whitespace
(#169) Line indented incorrectly; expected at least 8 spaces, found 2
(#170) Spaces must be used to indent lines; tabs are not allowed
(#170) Tab found within whitespace
(#170) Line indented incorrectly; expected 4 spaces, found 1
(#171) Spaces must be used to indent lines; tabs are not allowed
(#171) Tab found within whitespace
(#171) Whitespace found at end of line
(#172) Spaces must be used to indent lines; tabs are not allowed
(#172) Tab found within whitespace
(#172) Line indented incorrectly; expected 4 spaces, found 1
(#172) Public method name "PHPWord_Style_Cell::setTextDirection" must be in lower-case letters only
(#172) Variable "pValue" must be all lower-case
(#173) Spaces must be used to indent lines; tabs are not allowed
(#173) Tab found within whitespace
(#173) Line indented incorrectly; expected at least 8 spaces, found 2
(#173) Variable "pValue" must be all lower-case
(#174) Spaces must be used to indent lines; tabs are not allowed
(#174) Tab found within whitespace
(#174) Line indented incorrectly; expected 4 spaces, found 1
(#175) Spaces must be used to indent lines; tabs are not allowed
(#175) Tab found within whitespace
(#175) Whitespace found at end of line
(#176) Spaces must be used to indent lines; tabs are not allowed
(#176) Tab found within whitespace
(#176) Line indented incorrectly; expected 4 spaces, found 1
(#176) Public method name "PHPWord_Style_Cell::getBgColor" must be in lower-case letters only
(#177) Spaces must be used to indent lines; tabs are not allowed
(#177) Tab found within whitespace
(#177) Line indented incorrectly; expected at least 8 spaces, found 2
(#178) Spaces must be used to indent lines; tabs are not allowed
(#178) Tab found within whitespace
(#178) Line indented incorrectly; expected 4 spaces, found 1
(#180) Spaces must be used to indent lines; tabs are not allowed
(#180) Tab found within whitespace
(#180) Line indented incorrectly; expected 4 spaces, found 1
(#180) Public method name "PHPWord_Style_Cell::setBgColor" must be in lower-case letters only
(#180) Variable "pValue" must be all lower-case
(#181) Spaces must be used to indent lines; tabs are not allowed
(#181) Tab found within whitespace
(#181) Line indented incorrectly; expected at least 8 spaces, found 4
(#181) Variable "pValue" must be all lower-case
(#182) Spaces must be used to indent lines; tabs are not allowed
(#182) Tab found within whitespace
(#182) Line indented incorrectly; expected 4 spaces, found 1
(#184) Spaces must be used to indent lines; tabs are not allowed
(#184) Tab found within whitespace
(#184) Line indented incorrectly; expected 4 spaces, found 1
(#184) Public method name "PHPWord_Style_Cell::setHeight" must be in lower-case letters only
(#184) Variable "pValue" must be all lower-case
(#185) Spaces must be used to indent lines; tabs are not allowed
(#185) Tab found within whitespace
(#185) Line indented incorrectly; expected at least 8 spaces, found 4
(#185) Variable "pValue" must be all lower-case
(#186) Spaces must be used to indent lines; tabs are not allowed
(#186) Tab found within whitespace
(#186) Line indented incorrectly; expected 4 spaces, found 1
(#187) Spaces must be used to indent lines; tabs are not allowed
(#187) Tab found within whitespace
(#187) Whitespace found at end of line
(#188) Spaces must be used to indent lines; tabs are not allowed
(#188) Tab found within whitespace
(#188) Line indented incorrectly; expected 4 spaces, found 1
(#188) Public method name "PHPWord_Style_Cell::setBorderSize" must be in lower-case letters only
(#188) Variable "pValue" must be all lower-case
(#189) Spaces must be used to indent lines; tabs are not allowed
(#189) Tab found within whitespace
(#189) Line indented incorrectly; expected at least 8 spaces, found 2
(#189) Variable "pValue" must be all lower-case
(#190) Spaces must be used to indent lines; tabs are not allowed
(#190) Tab found within whitespace
(#190) Line indented incorrectly; expected at least 8 spaces, found 2
(#190) Variable "pValue" must be all lower-case
(#191) Spaces must be used to indent lines; tabs are not allowed
(#191) Tab found within whitespace
(#191) Line indented incorrectly; expected at least 8 spaces, found 2
(#191) Variable "pValue" must be all lower-case
(#192) Spaces must be used to indent lines; tabs are not allowed
(#192) Tab found within whitespace
(#192) Line indented incorrectly; expected at least 8 spaces, found 2
(#192) Variable "pValue" must be all lower-case
(#193) Spaces must be used to indent lines; tabs are not allowed
(#193) Tab found within whitespace
(#193) Line indented incorrectly; expected 4 spaces, found 1
(#194) Spaces must be used to indent lines; tabs are not allowed
(#194) Tab found within whitespace
(#194) Whitespace found at end of line
(#195) Spaces must be used to indent lines; tabs are not allowed
(#195) Tab found within whitespace
(#195) Line indented incorrectly; expected 4 spaces, found 1
(#195) Public method name "PHPWord_Style_Cell::getBorderSize" must be in lower-case letters only
(#196) Spaces must be used to indent lines; tabs are not allowed
(#196) Tab found within whitespace
(#196) Line indented incorrectly; expected at least 8 spaces, found 2
(#197) Spaces must be used to indent lines; tabs are not allowed
(#197) Tab found within whitespace
(#197) Line indented incorrectly; expected at least 8 spaces, found 2
(#198) Spaces must be used to indent lines; tabs are not allowed
(#198) Tab found within whitespace
(#198) Line indented incorrectly; expected at least 8 spaces, found 2
(#199) Spaces must be used to indent lines; tabs are not allowed
(#199) Tab found within whitespace
(#199) Line indented incorrectly; expected at least 8 spaces, found 2
(#200) Spaces must be used to indent lines; tabs are not allowed
(#200) Tab found within whitespace
(#200) Whitespace found at end of line
(#201) Spaces must be used to indent lines; tabs are not allowed
(#201) Tab found within whitespace
(#201) Line indented incorrectly; expected at least 8 spaces, found 2
(#202) Spaces must be used to indent lines; tabs are not allowed
(#202) Tab found within whitespace
(#202) Line indented incorrectly; expected 4 spaces, found 1
(#203) Spaces must be used to indent lines; tabs are not allowed
(#203) Tab found within whitespace
(#203) Whitespace found at end of line
(#204) Spaces must be used to indent lines; tabs are not allowed
(#204) Tab found within whitespace
(#204) Line indented incorrectly; expected 4 spaces, found 1
(#204) Public method name "PHPWord_Style_Cell::setBorderColor" must be in lower-case letters only
(#204) Variable "pValue" must be all lower-case
(#205) Spaces must be used to indent lines; tabs are not allowed
(#205) Tab found within whitespace
(#205) Line indented incorrectly; expected at least 8 spaces, found 2
(#205) Variable "pValue" must be all lower-case
(#206) Spaces must be used to indent lines; tabs are not allowed
(#206) Tab found within whitespace
(#206) Line indented incorrectly; expected at least 8 spaces, found 2
(#206) Variable "pValue" must be all lower-case
(#207) Spaces must be used to indent lines; tabs are not allowed
(#207) Tab found within whitespace
(#207) Line indented incorrectly; expected at least 8 spaces, found 2
(#207) Variable "pValue" must be all lower-case
(#208) Spaces must be used to indent lines; tabs are not allowed
(#208) Tab found within whitespace
(#208) Line indented incorrectly; expected at least 8 spaces, found 2
(#208) Variable "pValue" must be all lower-case
(#209) Spaces must be used to indent lines; tabs are not allowed
(#209) Tab found within whitespace
(#209) Line indented incorrectly; expected 4 spaces, found 1
(#210) Spaces must be used to indent lines; tabs are not allowed
(#210) Tab found within whitespace
(#210) Whitespace found at end of line
(#211) Spaces must be used to indent lines; tabs are not allowed
(#211) Tab found within whitespace
(#211) Line indented incorrectly; expected 4 spaces, found 1
(#211) Public method name "PHPWord_Style_Cell::getBorderColor" must be in lower-case letters only
(#212) Spaces must be used to indent lines; tabs are not allowed
(#212) Tab found within whitespace
(#212) Line indented incorrectly; expected at least 8 spaces, found 2
(#213) Spaces must be used to indent lines; tabs are not allowed
(#213) Tab found within whitespace
(#213) Line indented incorrectly; expected at least 8 spaces, found 2
(#214) Spaces must be used to indent lines; tabs are not allowed
(#214) Tab found within whitespace
(#214) Line indented incorrectly; expected at least 8 spaces, found 2
(#215) Spaces must be used to indent lines; tabs are not allowed
(#215) Tab found within whitespace
(#215) Line indented incorrectly; expected at least 8 spaces, found 2
(#216) Spaces must be used to indent lines; tabs are not allowed
(#216) Tab found within whitespace
(#216) Whitespace found at end of line
(#217) Spaces must be used to indent lines; tabs are not allowed
(#217) Tab found within whitespace
(#217) Line indented incorrectly; expected at least 8 spaces, found 2
(#218) Spaces must be used to indent lines; tabs are not allowed
(#218) Tab found within whitespace
(#218) Line indented incorrectly; expected 4 spaces, found 1
(#219) Spaces must be used to indent lines; tabs are not allowed
(#219) Tab found within whitespace
(#219) Whitespace found at end of line
(#220) Spaces must be used to indent lines; tabs are not allowed
(#220) Tab found within whitespace
(#220) Line indented incorrectly; expected 4 spaces, found 1
(#220) Public method name "PHPWord_Style_Cell::setBorderTopSize" must be in lower-case letters only
(#220) Variable "pValue" must be all lower-case
(#221) Spaces must be used to indent lines; tabs are not allowed
(#221) Tab found within whitespace
(#221) Line indented incorrectly; expected at least 8 spaces, found 2
(#221) Variable "pValue" must be all lower-case
(#222) Spaces must be used to indent lines; tabs are not allowed
(#222) Tab found within whitespace
(#222) Line indented incorrectly; expected 4 spaces, found 1
(#223) Spaces must be used to indent lines; tabs are not allowed
(#223) Tab found within whitespace
(#223) Whitespace found at end of line
(#224) Spaces must be used to indent lines; tabs are not allowed
(#224) Tab found within whitespace
(#224) Line indented incorrectly; expected 4 spaces, found 1
(#224) Public method name "PHPWord_Style_Cell::getBorderTopSize" must be in lower-case letters only
(#225) Spaces must be used to indent lines; tabs are not allowed
(#225) Tab found within whitespace
(#225) Line indented incorrectly; expected at least 8 spaces, found 2
(#226) Spaces must be used to indent lines; tabs are not allowed
(#226) Tab found within whitespace
(#226) Line indented incorrectly; expected 4 spaces, found 1
(#227) Spaces must be used to indent lines; tabs are not allowed
(#227) Tab found within whitespace
(#227) Whitespace found at end of line
(#228) Spaces must be used to indent lines; tabs are not allowed
(#228) Tab found within whitespace
(#228) Line indented incorrectly; expected 4 spaces, found 1
(#228) Public method name "PHPWord_Style_Cell::setBorderTopColor" must be in lower-case letters only
(#228) Variable "pValue" must be all lower-case
(#229) Spaces must be used to indent lines; tabs are not allowed
(#229) Tab found within whitespace
(#229) Line indented incorrectly; expected at least 8 spaces, found 2
(#229) Variable "pValue" must be all lower-case
(#230) Spaces must be used to indent lines; tabs are not allowed
(#230) Tab found within whitespace
(#230) Line indented incorrectly; expected 4 spaces, found 1
(#231) Spaces must be used to indent lines; tabs are not allowed
(#231) Tab found within whitespace
(#231) Whitespace found at end of line
(#232) Spaces must be used to indent lines; tabs are not allowed
(#232) Tab found within whitespace
(#232) Line indented incorrectly; expected 4 spaces, found 1
(#232) Public method name "PHPWord_Style_Cell::getBorderTopColor" must be in lower-case letters only
(#233) Spaces must be used to indent lines; tabs are not allowed
(#233) Tab found within whitespace
(#233) Line indented incorrectly; expected at least 8 spaces, found 2
(#234) Spaces must be used to indent lines; tabs are not allowed
(#234) Tab found within whitespace
(#234) Line indented incorrectly; expected 4 spaces, found 1
(#236) Spaces must be used to indent lines; tabs are not allowed
(#236) Tab found within whitespace
(#236) Whitespace found at end of line
(#237) Spaces must be used to indent lines; tabs are not allowed
(#237) Tab found within whitespace
(#237) Line indented incorrectly; expected 4 spaces, found 1
(#237) Public method name "PHPWord_Style_Cell::setBorderLeftSize" must be in lower-case letters only
(#237) Variable "pValue" must be all lower-case
(#238) Spaces must be used to indent lines; tabs are not allowed
(#238) Tab found within whitespace
(#238) Line indented incorrectly; expected at least 8 spaces, found 2
(#238) Variable "pValue" must be all lower-case
(#239) Spaces must be used to indent lines; tabs are not allowed
(#239) Tab found within whitespace
(#239) Line indented incorrectly; expected 4 spaces, found 1
(#240) Spaces must be used to indent lines; tabs are not allowed
(#240) Tab found within whitespace
(#240) Whitespace found at end of line
(#241) Spaces must be used to indent lines; tabs are not allowed
(#241) Tab found within whitespace
(#241) Line indented incorrectly; expected 4 spaces, found 1
(#241) Public method name "PHPWord_Style_Cell::getBorderLeftSize" must be in lower-case letters only
(#242) Spaces must be used to indent lines; tabs are not allowed
(#242) Tab found within whitespace
(#242) Line indented incorrectly; expected at least 8 spaces, found 2
(#243) Spaces must be used to indent lines; tabs are not allowed
(#243) Tab found within whitespace
(#243) Line indented incorrectly; expected 4 spaces, found 1
(#244) Spaces must be used to indent lines; tabs are not allowed
(#244) Tab found within whitespace
(#244) Whitespace found at end of line
(#245) Spaces must be used to indent lines; tabs are not allowed
(#245) Tab found within whitespace
(#245) Line indented incorrectly; expected 4 spaces, found 1
(#245) Public method name "PHPWord_Style_Cell::setBorderLeftColor" must be in lower-case letters only
(#245) Variable "pValue" must be all lower-case
(#246) Spaces must be used to indent lines; tabs are not allowed
(#246) Tab found within whitespace
(#246) Line indented incorrectly; expected at least 8 spaces, found 2
(#246) Variable "pValue" must be all lower-case
(#247) Spaces must be used to indent lines; tabs are not allowed
(#247) Tab found within whitespace
(#247) Line indented incorrectly; expected 4 spaces, found 1
(#248) Spaces must be used to indent lines; tabs are not allowed
(#248) Tab found within whitespace
(#248) Whitespace found at end of line
(#249) Spaces must be used to indent lines; tabs are not allowed
(#249) Tab found within whitespace
(#249) Line indented incorrectly; expected 4 spaces, found 1
(#249) Public method name "PHPWord_Style_Cell::getBorderLeftColor" must be in lower-case letters only
(#250) Spaces must be used to indent lines; tabs are not allowed
(#250) Tab found within whitespace
(#250) Line indented incorrectly; expected at least 8 spaces, found 2
(#251) Spaces must be used to indent lines; tabs are not allowed
(#251) Tab found within whitespace
(#251) Line indented incorrectly; expected 4 spaces, found 1
(#252) Spaces must be used to indent lines; tabs are not allowed
(#252) Tab found within whitespace
(#252) Whitespace found at end of line
(#253) Spaces must be used to indent lines; tabs are not allowed
(#253) Tab found within whitespace
(#253) Whitespace found at end of line
(#254) Spaces must be used to indent lines; tabs are not allowed
(#254) Tab found within whitespace
(#254) Line indented incorrectly; expected 4 spaces, found 1
(#254) Public method name "PHPWord_Style_Cell::setBorderRightSize" must be in lower-case letters only
(#254) Variable "pValue" must be all lower-case
(#255) Spaces must be used to indent lines; tabs are not allowed
(#255) Tab found within whitespace
(#255) Line indented incorrectly; expected at least 8 spaces, found 2
(#255) Variable "pValue" must be all lower-case
(#256) Spaces must be used to indent lines; tabs are not allowed
(#256) Tab found within whitespace
(#256) Line indented incorrectly; expected 4 spaces, found 1
(#257) Spaces must be used to indent lines; tabs are not allowed
(#257) Tab found within whitespace
(#257) Whitespace found at end of line
(#258) Spaces must be used to indent lines; tabs are not allowed
(#258) Tab found within whitespace
(#258) Line indented incorrectly; expected 4 spaces, found 1
(#258) Public method name "PHPWord_Style_Cell::getBorderRightSize" must be in lower-case letters only
(#259) Spaces must be used to indent lines; tabs are not allowed
(#259) Tab found within whitespace
(#259) Line indented incorrectly; expected at least 8 spaces, found 2
(#260) Spaces must be used to indent lines; tabs are not allowed
(#260) Tab found within whitespace
(#260) Line indented incorrectly; expected 4 spaces, found 1
(#261) Spaces must be used to indent lines; tabs are not allowed
(#261) Tab found within whitespace
(#261) Whitespace found at end of line
(#262) Spaces must be used to indent lines; tabs are not allowed
(#262) Tab found within whitespace
(#262) Line indented incorrectly; expected 4 spaces, found 1
(#262) Public method name "PHPWord_Style_Cell::setBorderRightColor" must be in lower-case letters only
(#262) Variable "pValue" must be all lower-case
(#263) Spaces must be used to indent lines; tabs are not allowed
(#263) Tab found within whitespace
(#263) Line indented incorrectly; expected at least 8 spaces, found 2
(#263) Variable "pValue" must be all lower-case
(#264) Spaces must be used to indent lines; tabs are not allowed
(#264) Tab found within whitespace
(#264) Line indented incorrectly; expected 4 spaces, found 1
(#265) Spaces must be used to indent lines; tabs are not allowed
(#265) Tab found within whitespace
(#265) Whitespace found at end of line
(#266) Spaces must be used to indent lines; tabs are not allowed
(#266) Tab found within whitespace
(#266) Line indented incorrectly; expected 4 spaces, found 1
(#266) Public method name "PHPWord_Style_Cell::getBorderRightColor" must be in lower-case letters only
(#267) Spaces must be used to indent lines; tabs are not allowed
(#267) Tab found within whitespace
(#267) Line indented incorrectly; expected at least 8 spaces, found 2
(#268) Spaces must be used to indent lines; tabs are not allowed
(#268) Tab found within whitespace
(#268) Line indented incorrectly; expected 4 spaces, found 1
(#269) Spaces must be used to indent lines; tabs are not allowed
(#269) Tab found within whitespace
(#269) Whitespace found at end of line
(#270) Spaces must be used to indent lines; tabs are not allowed
(#270) Tab found within whitespace
(#270) Whitespace found at end of line
(#271) Spaces must be used to indent lines; tabs are not allowed
(#271) Tab found within whitespace
(#271) Line indented incorrectly; expected 4 spaces, found 1
(#271) Public method name "PHPWord_Style_Cell::setBorderBottomSize" must be in lower-case letters only
(#271) Variable "pValue" must be all lower-case
(#272) Spaces must be used to indent lines; tabs are not allowed
(#272) Tab found within whitespace
(#272) Line indented incorrectly; expected at least 8 spaces, found 2
(#272) Variable "pValue" must be all lower-case
(#273) Spaces must be used to indent lines; tabs are not allowed
(#273) Tab found within whitespace
(#273) Line indented incorrectly; expected 4 spaces, found 1
(#274) Spaces must be used to indent lines; tabs are not allowed
(#274) Tab found within whitespace
(#274) Whitespace found at end of line
(#275) Spaces must be used to indent lines; tabs are not allowed
(#275) Tab found within whitespace
(#275) Line indented incorrectly; expected 4 spaces, found 1
(#275) Public method name "PHPWord_Style_Cell::getBorderBottomSize" must be in lower-case letters only
(#276) Spaces must be used to indent lines; tabs are not allowed
(#276) Tab found within whitespace
(#276) Line indented incorrectly; expected at least 8 spaces, found 2
(#277) Spaces must be used to indent lines; tabs are not allowed
(#277) Tab found within whitespace
(#277) Line indented incorrectly; expected 4 spaces, found 1
(#278) Spaces must be used to indent lines; tabs are not allowed
(#278) Tab found within whitespace
(#278) Whitespace found at end of line
(#279) Spaces must be used to indent lines; tabs are not allowed
(#279) Tab found within whitespace
(#279) Line indented incorrectly; expected 4 spaces, found 1
(#279) Public method name "PHPWord_Style_Cell::setBorderBottomColor" must be in lower-case letters only
(#279) Variable "pValue" must be all lower-case
(#280) Spaces must be used to indent lines; tabs are not allowed
(#280) Tab found within whitespace
(#280) Line indented incorrectly; expected at least 8 spaces, found 2
(#280) Variable "pValue" must be all lower-case
(#281) Spaces must be used to indent lines; tabs are not allowed
(#281) Tab found within whitespace
(#281) Line indented incorrectly; expected 4 spaces, found 1
(#282) Spaces must be used to indent lines; tabs are not allowed
(#282) Tab found within whitespace
(#282) Whitespace found at end of line
(#283) Spaces must be used to indent lines; tabs are not allowed
(#283) Tab found within whitespace
(#283) Line indented incorrectly; expected 4 spaces, found 1
(#283) Public method name "PHPWord_Style_Cell::getBorderBottomColor" must be in lower-case letters only
(#284) Spaces must be used to indent lines; tabs are not allowed
(#284) Tab found within whitespace
(#284) Line indented incorrectly; expected at least 8 spaces, found 2
(#285) Spaces must be used to indent lines; tabs are not allowed
(#285) Tab found within whitespace
(#285) Line indented incorrectly; expected 4 spaces, found 1
(#286) Spaces must be used to indent lines; tabs are not allowed
(#286) Tab found within whitespace
(#286) Whitespace found at end of line
(#287) Spaces must be used to indent lines; tabs are not allowed
(#287) Tab found within whitespace
(#287) Line indented incorrectly; expected 4 spaces, found 1
(#287) Public method name "PHPWord_Style_Cell::getDefaultBorderColor" must be in lower-case letters only
(#288) Spaces must be used to indent lines; tabs are not allowed
(#288) Tab found within whitespace
(#288) Line indented incorrectly; expected at least 8 spaces, found 2
(#289) Spaces must be used to indent lines; tabs are not allowed
(#289) Tab found within whitespace
(#289) Line indented incorrectly; expected 4 spaces, found 1
(#291) A closing tag is not permitted at the end of a PHP file
mod/offlinequiz/lib/PHPWord/Style/Font.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#36) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Whitespace found at end of line
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected at least 4 spaces, found 1
(#38) Spaces must be used for alignment; tabs are not allowed
(#38) Tab found within whitespace
(#39) Spaces must be used for alignment; tabs are not allowed
(#39) Tab found within whitespace
(#39) Line indented incorrectly; expected at least 4 spaces, found 1
(#39) Spaces must be used for alignment; tabs are not allowed
(#39) Tab found within whitespace
(#40) Spaces must be used for alignment; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected at least 4 spaces, found 1
(#40) Spaces must be used for alignment; tabs are not allowed
(#40) Tab found within whitespace
(#41) Spaces must be used for alignment; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected at least 4 spaces, found 1
(#41) Spaces must be used for alignment; tabs are not allowed
(#41) Tab found within whitespace
(#42) Spaces must be used for alignment; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected at least 4 spaces, found 1
(#42) Spaces must be used for alignment; tabs are not allowed
(#42) Tab found within whitespace
(#43) Spaces must be used for alignment; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected at least 4 spaces, found 1
(#44) Spaces must be used for alignment; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected at least 4 spaces, found 1
(#44) Spaces must be used for alignment; tabs are not allowed
(#44) Tab found within whitespace
(#45) Spaces must be used for alignment; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected at least 4 spaces, found 1
(#45) Spaces must be used for alignment; tabs are not allowed
(#45) Tab found within whitespace
(#46) Spaces must be used for alignment; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected at least 4 spaces, found 1
(#46) Spaces must be used for alignment; tabs are not allowed
(#46) Tab found within whitespace
(#47) Spaces must be used for alignment; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected at least 4 spaces, found 1
(#47) Spaces must be used for alignment; tabs are not allowed
(#47) Tab found within whitespace
(#48) Spaces must be used for alignment; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected at least 4 spaces, found 1
(#48) Spaces must be used for alignment; tabs are not allowed
(#48) Tab found within whitespace
(#49) Spaces must be used for alignment; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected at least 4 spaces, found 1
(#49) Spaces must be used for alignment; tabs are not allowed
(#49) Tab found within whitespace
(#50) Spaces must be used for alignment; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected at least 4 spaces, found 1
(#50) Spaces must be used for alignment; tabs are not allowed
(#50) Tab found within whitespace
(#51) Spaces must be used for alignment; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected at least 4 spaces, found 1
(#51) Spaces must be used for alignment; tabs are not allowed
(#51) Tab found within whitespace
(#52) Spaces must be used for alignment; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected at least 4 spaces, found 1
(#52) Spaces must be used for alignment; tabs are not allowed
(#52) Tab found within whitespace
(#53) Spaces must be used for alignment; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected at least 4 spaces, found 1
(#53) Spaces must be used for alignment; tabs are not allowed
(#53) Tab found within whitespace
(#54) Spaces must be used for alignment; tabs are not allowed
(#54) Tab found within whitespace
(#54) Line indented incorrectly; expected at least 4 spaces, found 1
(#54) Spaces must be used for alignment; tabs are not allowed
(#54) Tab found within whitespace
(#55) Spaces must be used for alignment; tabs are not allowed
(#55) Tab found within whitespace
(#55) Line indented incorrectly; expected at least 4 spaces, found 1
(#55) Spaces must be used for alignment; tabs are not allowed
(#55) Tab found within whitespace
(#56) Spaces must be used for alignment; tabs are not allowed
(#56) Tab found within whitespace
(#56) Whitespace found at end of line
(#57) Spaces must be used for alignment; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected at least 4 spaces, found 1
(#58) Spaces must be used for alignment; tabs are not allowed
(#58) Tab found within whitespace
(#58) Line indented incorrectly; expected at least 4 spaces, found 1
(#59) Spaces must be used for alignment; tabs are not allowed
(#59) Tab found within whitespace
(#59) Line indented incorrectly; expected at least 4 spaces, found 1
(#60) Spaces must be used for alignment; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected at least 4 spaces, found 1
(#61) Spaces must be used for alignment; tabs are not allowed
(#61) Tab found within whitespace
(#61) Line indented incorrectly; expected at least 4 spaces, found 1
(#62) Spaces must be used for alignment; tabs are not allowed
(#62) Tab found within whitespace
(#62) Line indented incorrectly; expected at least 4 spaces, found 1
(#63) Spaces must be used for alignment; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected at least 4 spaces, found 1
(#64) Spaces must be used for alignment; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected at least 4 spaces, found 1
(#65) Spaces must be used for alignment; tabs are not allowed
(#65) Tab found within whitespace
(#65) Line indented incorrectly; expected at least 4 spaces, found 1
(#66) Spaces must be used for alignment; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected at least 4 spaces, found 1
(#67) Spaces must be used for alignment; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected at least 4 spaces, found 1
(#68) Spaces must be used for alignment; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected at least 4 spaces, found 1
(#69) Spaces must be used for alignment; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected at least 4 spaces, found 1
(#70) Spaces must be used for alignment; tabs are not allowed
(#70) Tab found within whitespace
(#70) Line indented incorrectly; expected at least 4 spaces, found 1
(#71) Spaces must be used for alignment; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected at least 4 spaces, found 1
(#72) Spaces must be used for alignment; tabs are not allowed
(#72) Tab found within whitespace
(#72) Whitespace found at end of line
(#73) Spaces must be used for alignment; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected at least 4 spaces, found 1
(#74) Spaces must be used for alignment; tabs are not allowed
(#75) Spaces must be used for alignment; tabs are not allowed
(#75) Whitespace found at end of line
(#76) Spaces must be used for alignment; tabs are not allowed
(#77) Spaces must be used for alignment; tabs are not allowed
(#78) Spaces must be used for alignment; tabs are not allowed
(#78) Tab found within whitespace
(#78) Line indented incorrectly; expected 4 spaces, found 1
(#79) Spaces must be used for alignment; tabs are not allowed
(#79) Tab found within whitespace
(#79) Whitespace found at end of line
(#80) Spaces must be used for alignment; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected at least 4 spaces, found 1
(#81) Spaces must be used for alignment; tabs are not allowed
(#82) Spaces must be used for alignment; tabs are not allowed
(#82) Whitespace found at end of line
(#83) Spaces must be used for alignment; tabs are not allowed
(#84) Spaces must be used for alignment; tabs are not allowed
(#85) Spaces must be used for alignment; tabs are not allowed
(#85) Tab found within whitespace
(#85) Line indented incorrectly; expected 4 spaces, found 1
(#85) Member variable "_paragraphStyle" must be all lower-case
(#86) Spaces must be used for alignment; tabs are not allowed
(#86) Tab found within whitespace
(#86) Whitespace found at end of line
(#87) Spaces must be used for alignment; tabs are not allowed
(#87) Tab found within whitespace
(#87) Line indented incorrectly; expected 4 spaces, found 1
(#88) Spaces must be used for alignment; tabs are not allowed
(#88) Tab found within whitespace
(#88) Line indented incorrectly; expected 4 spaces, found 1
(#89) Spaces must be used for alignment; tabs are not allowed
(#89) Tab found within whitespace
(#89) Line indented incorrectly; expected 4 spaces, found 1
(#90) Spaces must be used for alignment; tabs are not allowed
(#90) Tab found within whitespace
(#90) Line indented incorrectly; expected 4 spaces, found 1
(#91) Spaces must be used for alignment; tabs are not allowed
(#91) Tab found within whitespace
(#91) Line indented incorrectly; expected 4 spaces, found 1
(#91) Member variable "_superScript" must be all lower-case
(#92) Spaces must be used for alignment; tabs are not allowed
(#92) Tab found within whitespace
(#92) Line indented incorrectly; expected 4 spaces, found 1
(#92) Member variable "_subScript" must be all lower-case
(#93) Spaces must be used for alignment; tabs are not allowed
(#93) Tab found within whitespace
(#93) Line indented incorrectly; expected 4 spaces, found 1
(#94) Spaces must be used for alignment; tabs are not allowed
(#94) Tab found within whitespace
(#94) Line indented incorrectly; expected 4 spaces, found 1
(#95) Spaces must be used for alignment; tabs are not allowed
(#95) Tab found within whitespace
(#95) Line indented incorrectly; expected 4 spaces, found 1
(#96) Spaces must be used for alignment; tabs are not allowed
(#96) Tab found within whitespace
(#96) Line indented incorrectly; expected 4 spaces, found 1
(#96) Member variable "_fgColor" must be all lower-case
(#98) Spaces must be used for alignment; tabs are not allowed
(#98) Tab found within whitespace
(#98) Line indented incorrectly; expected 4 spaces, found 1
(#98) Variable "styleParagraph" must be all lower-case
(#99) Spaces must be used for alignment; tabs are not allowed
(#99) Tab found within whitespace
(#99) Line indented incorrectly; expected at least 8 spaces, found 2
(#100) Spaces must be used for alignment; tabs are not allowed
(#100) Tab found within whitespace
(#100) Line indented incorrectly; expected at least 8 spaces, found 2
(#101) Spaces must be used for alignment; tabs are not allowed
(#101) Tab found within whitespace
(#101) Line indented incorrectly; expected at least 8 spaces, found 2
(#102) Spaces must be used for alignment; tabs are not allowed
(#102) Tab found within whitespace
(#102) Line indented incorrectly; expected at least 8 spaces, found 2
(#102) Spaces must be used for alignment; tabs are not allowed
(#102) Tab found within whitespace
(#103) Spaces must be used for alignment; tabs are not allowed
(#103) Tab found within whitespace
(#103) Line indented incorrectly; expected at least 8 spaces, found 2
(#103) Spaces must be used for alignment; tabs are not allowed
(#103) Tab found within whitespace
(#104) Spaces must be used for alignment; tabs are not allowed
(#104) Tab found within whitespace
(#104) Line indented incorrectly; expected at least 8 spaces, found 2
(#104) Spaces must be used for alignment; tabs are not allowed
(#104) Tab found within whitespace
(#105) Spaces must be used for alignment; tabs are not allowed
(#105) Tab found within whitespace
(#105) Line indented incorrectly; expected at least 8 spaces, found 2
(#105) Spaces must be used for alignment; tabs are not allowed
(#105) Tab found within whitespace
(#106) Spaces must be used for alignment; tabs are not allowed
(#106) Tab found within whitespace
(#106) Line indented incorrectly; expected at least 8 spaces, found 2
(#106) Spaces must be used for alignment; tabs are not allowed
(#106) Tab found within whitespace
(#106) Must use "self::" for local static member reference
(#107) Spaces must be used for alignment; tabs are not allowed
(#107) Tab found within whitespace
(#107) Line indented incorrectly; expected at least 8 spaces, found 2
(#108) Spaces must be used for alignment; tabs are not allowed
(#108) Tab found within whitespace
(#108) Line indented incorrectly; expected at least 8 spaces, found 2
(#109) Spaces must be used for alignment; tabs are not allowed
(#109) Tab found within whitespace
(#109) Line indented incorrectly; expected at least 8 spaces, found 2
(#110) Spaces must be used for alignment; tabs are not allowed
(#110) Tab found within whitespace
(#110) Whitespace found at end of line
(#111) Spaces must be used for alignment; tabs are not allowed
(#111) Tab found within whitespace
(#111) Line indented incorrectly; expected 8 spaces, found 2
(#111) Expected "if (...) {\n"; found "if(...) {\n"
(#111) Variable "styleParagraph" must be all lower-case
(#112) Spaces must be used for alignment; tabs are not allowed
(#112) Tab found within whitespace
(#112) Line indented incorrectly; expected at least 12 spaces, found 3
(#113) Spaces must be used for alignment; tabs are not allowed
(#113) Tab found within whitespace
(#113) Line indented incorrectly; expected 12 spaces, found 3
(#113) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#113) Variable "styleParagraph" must be all lower-case
(#114) Spaces must be used for alignment; tabs are not allowed
(#114) Tab found within whitespace
(#114) Line indented incorrectly; expected 16 spaces, found 4
(#114) Expected "if (...) {\n"; found "if(...) {\n"
(#115) Spaces must be used for alignment; tabs are not allowed
(#115) Tab found within whitespace
(#115) Line indented incorrectly; expected at least 20 spaces, found 5
(#116) Spaces must be used for alignment; tabs are not allowed
(#116) Tab found within whitespace
(#116) Line indented incorrectly; expected 16 spaces, found 4
(#117) Spaces must be used for alignment; tabs are not allowed
(#117) Tab found within whitespace
(#117) Line indented incorrectly; expected at least 16 spaces, found 4
(#118) Spaces must be used for alignment; tabs are not allowed
(#118) Tab found within whitespace
(#118) Line indented incorrectly; expected 12 spaces, found 3
(#119) Spaces must be used for alignment; tabs are not allowed
(#119) Tab found within whitespace
(#119) Line indented incorrectly; expected at least 12 spaces, found 3
(#120) Spaces must be used for alignment; tabs are not allowed
(#120) Tab found within whitespace
(#120) Line indented incorrectly; expected 8 spaces, found 2
(#121) Spaces must be used for alignment; tabs are not allowed
(#121) Tab found within whitespace
(#121) Line indented incorrectly; expected at least 12 spaces, found 3
(#122) Spaces must be used for alignment; tabs are not allowed
(#122) Tab found within whitespace
(#122) Line indented incorrectly; expected 8 spaces, found 2
(#123) Spaces must be used for alignment; tabs are not allowed
(#123) Tab found within whitespace
(#123) Line indented incorrectly; expected 4 spaces, found 1
(#125) Spaces must be used for alignment; tabs are not allowed
(#125) Tab found within whitespace
(#125) Line indented incorrectly; expected 4 spaces, found 1
(#125) Public method name "PHPWord_Style_Font::getName" must be in lower-case letters only
(#126) Spaces must be used for alignment; tabs are not allowed
(#126) Tab found within whitespace
(#126) Line indented incorrectly; expected at least 8 spaces, found 2
(#127) Spaces must be used for alignment; tabs are not allowed
(#127) Tab found within whitespace
(#127) Line indented incorrectly; expected 4 spaces, found 1
(#128) Spaces must be used for alignment; tabs are not allowed
(#128) Tab found within whitespace
(#128) Whitespace found at end of line
(#129) Spaces must be used for alignment; tabs are not allowed
(#129) Tab found within whitespace
(#129) Line indented incorrectly; expected 4 spaces, found 1
(#129) Public method name "PHPWord_Style_Font::setStyleValue" must be in lower-case letters only
(#130) Spaces must be used for alignment; tabs are not allowed
(#130) Tab found within whitespace
(#130) Line indented incorrectly; expected 8 spaces, found 2
(#130) Expected "if (...) {\n"; found "if(...) {\n"
(#131) Spaces must be used for alignment; tabs are not allowed
(#131) Tab found within whitespace
(#131) Line indented incorrectly; expected at least 12 spaces, found 3
(#132) Spaces must be used for alignment; tabs are not allowed
(#132) Tab found within whitespace
(#132) Line indented incorrectly; expected 8 spaces, found 2
(#133) Spaces must be used for alignment; tabs are not allowed
(#133) Tab found within whitespace
(#133) Line indented incorrectly; expected at least 8 spaces, found 2
(#134) Spaces must be used for alignment; tabs are not allowed
(#134) Tab found within whitespace
(#134) Line indented incorrectly; expected 4 spaces, found 1
(#135) Spaces must be used for alignment; tabs are not allowed
(#135) Tab found within whitespace
(#135) Whitespace found at end of line
(#136) Spaces must be used for alignment; tabs are not allowed
(#136) Tab found within whitespace
(#136) Line indented incorrectly; expected 4 spaces, found 1
(#136) Public method name "PHPWord_Style_Font::setName" must be in lower-case letters only
(#136) Variable "pValue" must be all lower-case
(#137) Spaces must be used for alignment; tabs are not allowed
(#137) Tab found within whitespace
(#137) Line indented incorrectly; expected 8 spaces, found 2
(#137) Expected "if (...) {\n"; found "if(...) {\n"
(#137) Variable "pValue" must be all lower-case
(#138) Spaces must be used for alignment; tabs are not allowed
(#138) Tab found within whitespace
(#138) Line indented incorrectly; expected at least 12 spaces, found 3
(#138) Variable "pValue" must be all lower-case
(#139) Spaces must be used for alignment; tabs are not allowed
(#139) Tab found within whitespace
(#139) Line indented incorrectly; expected 8 spaces, found 2
(#140) Spaces must be used for alignment; tabs are not allowed
(#140) Tab found within whitespace
(#140) Line indented incorrectly; expected at least 8 spaces, found 2
(#140) Variable "pValue" must be all lower-case
(#141) Spaces must be used for alignment; tabs are not allowed
(#141) Tab found within whitespace
(#141) Line indented incorrectly; expected at least 8 spaces, found 2
(#142) Spaces must be used for alignment; tabs are not allowed
(#142) Tab found within whitespace
(#142) Line indented incorrectly; expected 4 spaces, found 1
(#144) Spaces must be used for alignment; tabs are not allowed
(#144) Tab found within whitespace
(#144) Line indented incorrectly; expected 4 spaces, found 1
(#144) Public method name "PHPWord_Style_Font::getSize" must be in lower-case letters only
(#145) Spaces must be used for alignment; tabs are not allowed
(#145) Tab found within whitespace
(#145) Line indented incorrectly; expected at least 8 spaces, found 2
(#146) Spaces must be used for alignment; tabs are not allowed
(#146) Tab found within whitespace
(#146) Line indented incorrectly; expected 4 spaces, found 1
(#148) Spaces must be used for alignment; tabs are not allowed
(#148) Tab found within whitespace
(#148) Line indented incorrectly; expected 4 spaces, found 1
(#148) Public method name "PHPWord_Style_Font::setSize" must be in lower-case letters only
(#148) Variable "pValue" must be all lower-case
(#149) Spaces must be used for alignment; tabs are not allowed
(#149) Tab found within whitespace
(#149) Line indented incorrectly; expected 8 spaces, found 2
(#149) Expected "if (...) {\n"; found "if(...) {\n"
(#149) Variable "pValue" must be all lower-case
(#150) Spaces must be used for alignment; tabs are not allowed
(#150) Tab found within whitespace
(#150) Line indented incorrectly; expected at least 12 spaces, found 3
(#150) Variable "pValue" must be all lower-case
(#151) Spaces must be used for alignment; tabs are not allowed
(#151) Tab found within whitespace
(#151) Line indented incorrectly; expected 8 spaces, found 2
(#152) Spaces must be used for alignment; tabs are not allowed
(#152) Tab found within whitespace
(#152) Line indented incorrectly; expected at least 8 spaces, found 2
(#152) Variable "pValue" must be all lower-case
(#152) Expected 1 space before "*"; 0 found
(#152) Expected 1 space after "*"; 0 found
(#153) Spaces must be used for alignment; tabs are not allowed
(#153) Tab found within whitespace
(#153) Line indented incorrectly; expected at least 8 spaces, found 2
(#154) Spaces must be used for alignment; tabs are not allowed
(#154) Tab found within whitespace
(#154) Line indented incorrectly; expected 4 spaces, found 1
(#156) Spaces must be used for alignment; tabs are not allowed
(#156) Tab found within whitespace
(#156) Line indented incorrectly; expected 4 spaces, found 1
(#156) Public method name "PHPWord_Style_Font::getBold" must be in lower-case letters only
(#157) Spaces must be used for alignment; tabs are not allowed
(#157) Tab found within whitespace
(#157) Line indented incorrectly; expected at least 8 spaces, found 2
(#158) Spaces must be used for alignment; tabs are not allowed
(#158) Tab found within whitespace
(#158) Line indented incorrectly; expected 4 spaces, found 1
(#160) Spaces must be used for alignment; tabs are not allowed
(#160) Tab found within whitespace
(#160) Line indented incorrectly; expected 4 spaces, found 1
(#160) Public method name "PHPWord_Style_Font::setBold" must be in lower-case letters only
(#160) Variable "pValue" must be all lower-case
(#161) Spaces must be used for alignment; tabs are not allowed
(#161) Tab found within whitespace
(#161) Line indented incorrectly; expected 8 spaces, found 2
(#161) Expected "if (...) {\n"; found "if(...) {\n"
(#161) Variable "pValue" must be all lower-case
(#162) Spaces must be used for alignment; tabs are not allowed
(#162) Tab found within whitespace
(#162) Line indented incorrectly; expected at least 12 spaces, found 3
(#162) Variable "pValue" must be all lower-case
(#163) Spaces must be used for alignment; tabs are not allowed
(#163) Tab found within whitespace
(#163) Line indented incorrectly; expected 8 spaces, found 2
(#164) Spaces must be used for alignment; tabs are not allowed
(#164) Tab found within whitespace
(#164) Line indented incorrectly; expected at least 8 spaces, found 2
(#164) Variable "pValue" must be all lower-case
(#165) Spaces must be used for alignment; tabs are not allowed
(#165) Tab found within whitespace
(#165) Line indented incorrectly; expected at least 8 spaces, found 2
(#166) Spaces must be used for alignment; tabs are not allowed
(#166) Tab found within whitespace
(#166) Line indented incorrectly; expected 4 spaces, found 1
(#168) Spaces must be used for alignment; tabs are not allowed
(#168) Tab found within whitespace
(#168) Line indented incorrectly; expected 4 spaces, found 1
(#168) Public method name "PHPWord_Style_Font::getItalic" must be in lower-case letters only
(#169) Spaces must be used for alignment; tabs are not allowed
(#169) Tab found within whitespace
(#169) Line indented incorrectly; expected at least 8 spaces, found 2
(#170) Spaces must be used for alignment; tabs are not allowed
(#170) Tab found within whitespace
(#170) Line indented incorrectly; expected 4 spaces, found 1
(#172) Spaces must be used for alignment; tabs are not allowed
(#172) Tab found within whitespace
(#172) Line indented incorrectly; expected 4 spaces, found 1
(#172) Public method name "PHPWord_Style_Font::setItalic" must be in lower-case letters only
(#172) Variable "pValue" must be all lower-case
(#173) Spaces must be used for alignment; tabs are not allowed
(#173) Tab found within whitespace
(#173) Line indented incorrectly; expected 8 spaces, found 2
(#173) Expected "if (...) {\n"; found "if(...) {\n"
(#173) Variable "pValue" must be all lower-case
(#174) Spaces must be used for alignment; tabs are not allowed
(#174) Tab found within whitespace
(#174) Line indented incorrectly; expected at least 12 spaces, found 3
(#174) Variable "pValue" must be all lower-case
(#175) Spaces must be used for alignment; tabs are not allowed
(#175) Tab found within whitespace
(#175) Line indented incorrectly; expected 8 spaces, found 2
(#176) Spaces must be used for alignment; tabs are not allowed
(#176) Tab found within whitespace
(#176) Line indented incorrectly; expected at least 8 spaces, found 2
(#176) Variable "pValue" must be all lower-case
(#177) Spaces must be used for alignment; tabs are not allowed
(#177) Tab found within whitespace
(#177) Line indented incorrectly; expected at least 8 spaces, found 2
(#178) Spaces must be used for alignment; tabs are not allowed
(#178) Tab found within whitespace
(#178) Line indented incorrectly; expected 4 spaces, found 1
(#180) Spaces must be used for alignment; tabs are not allowed
(#180) Tab found within whitespace
(#180) Line indented incorrectly; expected 4 spaces, found 1
(#180) Public method name "PHPWord_Style_Font::getSuperScript" must be in lower-case letters only
(#181) Spaces must be used for alignment; tabs are not allowed
(#181) Tab found within whitespace
(#181) Line indented incorrectly; expected at least 8 spaces, found 2
(#182) Spaces must be used for alignment; tabs are not allowed
(#182) Tab found within whitespace
(#182) Line indented incorrectly; expected 4 spaces, found 1
(#184) Spaces must be used for alignment; tabs are not allowed
(#184) Tab found within whitespace
(#184) Line indented incorrectly; expected 4 spaces, found 1
(#184) Public method name "PHPWord_Style_Font::setSuperScript" must be in lower-case letters only
(#184) Variable "pValue" must be all lower-case
(#185) Spaces must be used for alignment; tabs are not allowed
(#185) Tab found within whitespace
(#185) Line indented incorrectly; expected 8 spaces, found 2
(#185) Expected "if (...) {\n"; found "if(...) {\n"
(#185) Variable "pValue" must be all lower-case
(#186) Spaces must be used for alignment; tabs are not allowed
(#186) Tab found within whitespace
(#186) Line indented incorrectly; expected at least 12 spaces, found 3
(#186) Variable "pValue" must be all lower-case
(#187) Spaces must be used for alignment; tabs are not allowed
(#187) Tab found within whitespace
(#187) Line indented incorrectly; expected 8 spaces, found 2
(#188) Spaces must be used for alignment; tabs are not allowed
(#188) Tab found within whitespace
(#188) Line indented incorrectly; expected at least 8 spaces, found 2
(#188) Variable "pValue" must be all lower-case
(#189) Spaces must be used for alignment; tabs are not allowed
(#189) Tab found within whitespace
(#189) Line indented incorrectly; expected at least 8 spaces, found 2
(#189) Variable "pValue" must be all lower-case
(#190) Spaces must be used for alignment; tabs are not allowed
(#190) Tab found within whitespace
(#190) Line indented incorrectly; expected at least 8 spaces, found 2
(#191) Spaces must be used for alignment; tabs are not allowed
(#191) Tab found within whitespace
(#191) Line indented incorrectly; expected 4 spaces, found 1
(#193) Spaces must be used for alignment; tabs are not allowed
(#193) Tab found within whitespace
(#193) Line indented incorrectly; expected 4 spaces, found 1
(#193) Public method name "PHPWord_Style_Font::getSubScript" must be in lower-case letters only
(#194) Spaces must be used for alignment; tabs are not allowed
(#194) Tab found within whitespace
(#194) Line indented incorrectly; expected at least 8 spaces, found 2
(#195) Spaces must be used for alignment; tabs are not allowed
(#195) Tab found within whitespace
(#195) Line indented incorrectly; expected 4 spaces, found 1
(#197) Spaces must be used for alignment; tabs are not allowed
(#197) Tab found within whitespace
(#197) Line indented incorrectly; expected 4 spaces, found 1
(#197) Public method name "PHPWord_Style_Font::setSubScript" must be in lower-case letters only
(#197) Variable "pValue" must be all lower-case
(#198) Spaces must be used for alignment; tabs are not allowed
(#198) Tab found within whitespace
(#198) Line indented incorrectly; expected 8 spaces, found 2
(#198) Expected "if (...) {\n"; found "if(...) {\n"
(#198) Variable "pValue" must be all lower-case
(#199) Spaces must be used for alignment; tabs are not allowed
(#199) Tab found within whitespace
(#199) Line indented incorrectly; expected at least 12 spaces, found 3
(#199) Variable "pValue" must be all lower-case
(#200) Spaces must be used for alignment; tabs are not allowed
(#200) Tab found within whitespace
(#200) Line indented incorrectly; expected 8 spaces, found 2
(#201) Spaces must be used for alignment; tabs are not allowed
(#201) Tab found within whitespace
(#201) Line indented incorrectly; expected at least 8 spaces, found 2
(#201) Variable "pValue" must be all lower-case
(#202) Spaces must be used for alignment; tabs are not allowed
(#202) Tab found within whitespace
(#202) Line indented incorrectly; expected at least 8 spaces, found 2
(#202) Variable "pValue" must be all lower-case
(#203) Spaces must be used for alignment; tabs are not allowed
(#203) Tab found within whitespace
(#203) Line indented incorrectly; expected at least 8 spaces, found 2
(#204) Spaces must be used for alignment; tabs are not allowed
(#204) Tab found within whitespace
(#204) Line indented incorrectly; expected 4 spaces, found 1
(#206) Spaces must be used for alignment; tabs are not allowed
(#206) Tab found within whitespace
(#206) Line indented incorrectly; expected 4 spaces, found 1
(#206) Public method name "PHPWord_Style_Font::getUnderline" must be in lower-case letters only
(#207) Spaces must be used for alignment; tabs are not allowed
(#207) Tab found within whitespace
(#207) Line indented incorrectly; expected at least 8 spaces, found 2
(#208) Spaces must be used for alignment; tabs are not allowed
(#208) Tab found within whitespace
(#208) Line indented incorrectly; expected 4 spaces, found 1
(#210) Spaces must be used for alignment; tabs are not allowed
(#210) Tab found within whitespace
(#210) Line indented incorrectly; expected 4 spaces, found 1
(#210) Public method name "PHPWord_Style_Font::setUnderline" must be in lower-case letters only
(#210) Variable "pValue" must be all lower-case
(#210) Must use "self::" for local static member reference
(#211) Spaces must be used for alignment; tabs are not allowed
(#211) Tab found within whitespace
(#211) Line indented incorrectly; expected 8 spaces, found 2
(#211) Variable "pValue" must be all lower-case
(#212) Spaces must be used for alignment; tabs are not allowed
(#212) Tab found within whitespace
(#212) Line indented incorrectly; expected at least 12 spaces, found 3
(#212) Variable "pValue" must be all lower-case
(#212) Must use "self::" for local static member reference
(#213) Spaces must be used for alignment; tabs are not allowed
(#213) Tab found within whitespace
(#213) Line indented incorrectly; expected 8 spaces, found 2
(#214) Spaces must be used for alignment; tabs are not allowed
(#214) Tab found within whitespace
(#214) Line indented incorrectly; expected at least 8 spaces, found 2
(#214) Variable "pValue" must be all lower-case
(#215) Spaces must be used for alignment; tabs are not allowed
(#215) Tab found within whitespace
(#215) Line indented incorrectly; expected at least 8 spaces, found 2
(#216) Spaces must be used for alignment; tabs are not allowed
(#216) Tab found within whitespace
(#216) Line indented incorrectly; expected 4 spaces, found 1
(#218) Spaces must be used for alignment; tabs are not allowed
(#218) Tab found within whitespace
(#218) Line indented incorrectly; expected 4 spaces, found 1
(#218) Public method name "PHPWord_Style_Font::getStrikethrough" must be in lower-case letters only
(#219) Spaces must be used for alignment; tabs are not allowed
(#219) Tab found within whitespace
(#219) Line indented incorrectly; expected at least 8 spaces, found 2
(#220) Spaces must be used for alignment; tabs are not allowed
(#220) Tab found within whitespace
(#220) Line indented incorrectly; expected 4 spaces, found 1
(#222) Spaces must be used for alignment; tabs are not allowed
(#222) Tab found within whitespace
(#222) Line indented incorrectly; expected 4 spaces, found 1
(#222) Public method name "PHPWord_Style_Font::setStrikethrough" must be in lower-case letters only
(#222) Variable "pValue" must be all lower-case
(#223) Spaces must be used for alignment; tabs are not allowed
(#223) Tab found within whitespace
(#223) Line indented incorrectly; expected 8 spaces, found 2
(#223) Expected "if (...) {\n"; found "if(...) {\n"
(#223) Variable "pValue" must be all lower-case
(#224) Spaces must be used for alignment; tabs are not allowed
(#224) Tab found within whitespace
(#224) Line indented incorrectly; expected at least 12 spaces, found 3
(#224) Variable "pValue" must be all lower-case
(#225) Spaces must be used for alignment; tabs are not allowed
(#225) Tab found within whitespace
(#225) Line indented incorrectly; expected 8 spaces, found 2
(#226) Spaces must be used for alignment; tabs are not allowed
(#226) Tab found within whitespace
(#226) Line indented incorrectly; expected at least 8 spaces, found 2
(#226) Variable "pValue" must be all lower-case
(#227) Spaces must be used for alignment; tabs are not allowed
(#227) Tab found within whitespace
(#227) Line indented incorrectly; expected at least 8 spaces, found 2
(#228) Spaces must be used for alignment; tabs are not allowed
(#228) Tab found within whitespace
(#228) Line indented incorrectly; expected 4 spaces, found 1
(#229) Spaces must be used for alignment; tabs are not allowed
(#229) Tab found within whitespace
(#229) Whitespace found at end of line
(#230) Spaces must be used for alignment; tabs are not allowed
(#230) Tab found within whitespace
(#230) Line indented incorrectly; expected 4 spaces, found 1
(#230) Public method name "PHPWord_Style_Font::getColor" must be in lower-case letters only
(#231) Spaces must be used for alignment; tabs are not allowed
(#231) Tab found within whitespace
(#231) Line indented incorrectly; expected at least 8 spaces, found 2
(#232) Spaces must be used for alignment; tabs are not allowed
(#232) Tab found within whitespace
(#232) Line indented incorrectly; expected 4 spaces, found 1
(#234) Spaces must be used for alignment; tabs are not allowed
(#234) Tab found within whitespace
(#234) Line indented incorrectly; expected 4 spaces, found 1
(#234) Public method name "PHPWord_Style_Font::setColor" must be in lower-case letters only
(#234) Variable "pValue" must be all lower-case
(#235) Spaces must be used for alignment; tabs are not allowed
(#235) Tab found within whitespace
(#235) Line indented incorrectly; expected at least 8 spaces, found 4
(#235) Variable "pValue" must be all lower-case
(#236) Spaces must be used for alignment; tabs are not allowed
(#236) Tab found within whitespace
(#236) Line indented incorrectly; expected at least 8 spaces, found 4
(#237) Spaces must be used for alignment; tabs are not allowed
(#237) Tab found within whitespace
(#237) Line indented incorrectly; expected 4 spaces, found 1
(#239) Spaces must be used for alignment; tabs are not allowed
(#239) Tab found within whitespace
(#239) Line indented incorrectly; expected 4 spaces, found 1
(#239) Public method name "PHPWord_Style_Font::getFgColor" must be in lower-case letters only
(#240) Spaces must be used for alignment; tabs are not allowed
(#240) Tab found within whitespace
(#240) Line indented incorrectly; expected at least 8 spaces, found 2
(#241) Spaces must be used for alignment; tabs are not allowed
(#241) Tab found within whitespace
(#241) Line indented incorrectly; expected 4 spaces, found 1
(#243) Spaces must be used for alignment; tabs are not allowed
(#243) Tab found within whitespace
(#243) Line indented incorrectly; expected 4 spaces, found 1
(#243) Public method name "PHPWord_Style_Font::setFgColor" must be in lower-case letters only
(#243) Variable "pValue" must be all lower-case
(#244) Spaces must be used for alignment; tabs are not allowed
(#244) Tab found within whitespace
(#244) Line indented incorrectly; expected at least 8 spaces, found 4
(#244) Variable "pValue" must be all lower-case
(#245) Spaces must be used for alignment; tabs are not allowed
(#245) Tab found within whitespace
(#245) Line indented incorrectly; expected at least 8 spaces, found 4
(#246) Spaces must be used for alignment; tabs are not allowed
(#246) Tab found within whitespace
(#246) Line indented incorrectly; expected 4 spaces, found 1
(#247) Spaces must be used for alignment; tabs are not allowed
(#247) Tab found within whitespace
(#247) Whitespace found at end of line
(#248) Spaces must be used for alignment; tabs are not allowed
(#248) Tab found within whitespace
(#248) Line indented incorrectly; expected 4 spaces, found 1
(#248) Public method name "PHPWord_Style_Font::getStyleType" must be in lower-case letters only
(#249) Spaces must be used for alignment; tabs are not allowed
(#249) Tab found within whitespace
(#249) Line indented incorrectly; expected at least 8 spaces, found 2
(#250) Spaces must be used for alignment; tabs are not allowed
(#250) Tab found within whitespace
(#250) Line indented incorrectly; expected 4 spaces, found 1
(#251) Spaces must be used for alignment; tabs are not allowed
(#251) Tab found within whitespace
(#251) Whitespace found at end of line
(#252) Spaces must be used for alignment; tabs are not allowed
(#252) Tab found within whitespace
(#252) Line indented incorrectly; expected at least 4 spaces, found 1
(#253) Spaces must be used for alignment; tabs are not allowed
(#254) Spaces must be used for alignment; tabs are not allowed
(#254) Whitespace found at end of line
(#255) Spaces must be used for alignment; tabs are not allowed
(#256) Spaces must be used for alignment; tabs are not allowed
(#257) Spaces must be used for alignment; tabs are not allowed
(#257) Tab found within whitespace
(#257) Line indented incorrectly; expected 4 spaces, found 1
(#257) Public method name "PHPWord_Style_Font::getParagraphStyle" must be in lower-case letters only
(#258) Spaces must be used for alignment; tabs are not allowed
(#258) Tab found within whitespace
(#258) Line indented incorrectly; expected at least 8 spaces, found 2
(#259) Spaces must be used for alignment; tabs are not allowed
(#259) Tab found within whitespace
(#259) Line indented incorrectly; expected 4 spaces, found 1
(#261) Line indented incorrectly; expected 4 spaces, found 8
(#261) Public method name "PHPWord_Style_Font::toXml" must be in lower-case letters only
(#261) Variable "objWriter" must be all lower-case
(#261) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#262) Line indented incorrectly; expected 8 spaces, found 12
(#262) Expected "if (...) {\n"; found "if(...) {\n"
(#262) Variable "objWriter" must be all lower-case
(#268) Variable "fgColor" must be all lower-case
(#274) Variable "objWriter" must be all lower-case
(#276) Inline comments must end in full-stops, exclamation marks, or question marks
(#277) Line indented incorrectly; expected 12 spaces, found 16
(#277) Expected "if (...) {\n"; found "if(...) {\n"
(#278) Variable "objWriter" must be all lower-case
(#279) Variable "objWriter" must be all lower-case
(#280) Variable "objWriter" must be all lower-case
(#281) Variable "objWriter" must be all lower-case
(#282) Variable "objWriter" must be all lower-case
(#283) Line indented incorrectly; expected 12 spaces, found 16
(#285) Inline comments must end in full-stops, exclamation marks, or question marks
(#286) Line indented incorrectly; expected 12 spaces, found 16
(#286) Expected "if (...) {\n"; found "if(...) {\n"
(#287) Variable "objWriter" must be all lower-case
(#288) Variable "objWriter" must be all lower-case
(#289) Variable "objWriter" must be all lower-case
(#290) Line indented incorrectly; expected 12 spaces, found 16
(#292) Inline comments must end in full-stops, exclamation marks, or question marks
(#293) Line indented incorrectly; expected 12 spaces, found 16
(#293) Expected "if (...) {\n"; found "if(...) {\n"
(#294) Variable "objWriter" must be all lower-case
(#295) Variable "objWriter" must be all lower-case
(#296) Variable "objWriter" must be all lower-case
(#297) Variable "objWriter" must be all lower-case
(#298) Variable "objWriter" must be all lower-case
(#299) Variable "objWriter" must be all lower-case
(#300) Line indented incorrectly; expected 12 spaces, found 16
(#302) Inline comments must end in full-stops, exclamation marks, or question marks
(#303) Line indented incorrectly; expected 12 spaces, found 16
(#303) Expected "if (...) {\n"; found "if(...) {\n"
(#304) Variable "objWriter" must be all lower-case
(#305) Line indented incorrectly; expected 12 spaces, found 16
(#307) Inline comments must end in full-stops, exclamation marks, or question marks
(#308) Line indented incorrectly; expected 12 spaces, found 16
(#308) Expected "if (...) {\n"; found "if(...) {\n"
(#309) Variable "objWriter" must be all lower-case
(#310) Variable "objWriter" must be all lower-case
(#311) Variable "objWriter" must be all lower-case
(#312) Line indented incorrectly; expected 12 spaces, found 16
(#314) Inline comments must end in full-stops, exclamation marks, or question marks
(#315) Line indented incorrectly; expected 12 spaces, found 16
(#315) Expected "if (...) {\n"; found "if(...) {\n"
(#316) Variable "objWriter" must be all lower-case
(#317) Variable "objWriter" must be all lower-case
(#318) Variable "objWriter" must be all lower-case
(#319) Line indented incorrectly; expected 12 spaces, found 16
(#321) Inline comments must end in full-stops, exclamation marks, or question marks
(#322) Line indented incorrectly; expected 12 spaces, found 16
(#322) Expected "if (...) {\n"; found "if(...) {\n"
(#323) Variable "objWriter" must be all lower-case
(#324) Variable "objWriter" must be all lower-case
(#325) Line indented incorrectly; expected 12 spaces, found 16
(#327) Inline comments must end in full-stops, exclamation marks, or question marks
(#328) Line indented incorrectly; expected 12 spaces, found 16
(#328) Expected "if (...) {\n"; found "if(...) {\n"
(#329) Variable "objWriter" must be all lower-case
(#330) Variable "objWriter" must be all lower-case
(#331) Variable "objWriter" must be all lower-case
(#332) Line indented incorrectly; expected 12 spaces, found 16
(#334) Inline comments must end in full-stops, exclamation marks, or question marks
(#335) Line indented incorrectly; expected 12 spaces, found 16
(#335) Expected "if (...) {\n"; found "if(...) {\n"
(#336) Variable "objWriter" must be all lower-case
(#337) Line indented incorrectly; expected 12 spaces, found 16
(#339) Inline comments must end in full-stops, exclamation marks, or question marks
(#340) Line indented incorrectly; expected 12 spaces, found 16
(#340) Expected "if (...) {\n"; found "if(...) {\n"
(#340) Variable "fgColor" must be all lower-case
(#341) Variable "objWriter" must be all lower-case
(#342) Variable "objWriter" must be all lower-case
(#342) Variable "fgColor" must be all lower-case
(#343) Variable "objWriter" must be all lower-case
(#344) Line indented incorrectly; expected 12 spaces, found 16
(#346) Variable "objWriter" must be all lower-case
(#347) Line indented incorrectly; expected 8 spaces, found 12
(#348) Line indented incorrectly; expected 4 spaces, found 8
(#350) A closing tag is not permitted at the end of a PHP file
mod/offlinequiz/lib/PHPWord/Style/Image.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#36) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Whitespace found at end of line
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected 4 spaces, found 1
(#39) Spaces must be used to indent lines; tabs are not allowed
(#39) Tab found within whitespace
(#39) Line indented incorrectly; expected 4 spaces, found 1
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected 4 spaces, found 1
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Whitespace found at end of line
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected at least 4 spaces, found 1
(#43) Spaces must be used to indent lines; tabs are not allowed
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Whitespace found at end of line
(#45) Spaces must be used to indent lines; tabs are not allowed
(#46) Spaces must be used to indent lines; tabs are not allowed
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected 4 spaces, found 1
(#47) Member variable "_marginTop" must be all lower-case
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Whitespace found at end of line
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected at least 4 spaces, found 1
(#50) Spaces must be used to indent lines; tabs are not allowed
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Whitespace found at end of line
(#52) Spaces must be used to indent lines; tabs are not allowed
(#53) Spaces must be used to indent lines; tabs are not allowed
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Tab found within whitespace
(#54) Line indented incorrectly; expected 4 spaces, found 1
(#54) Member variable "_marginLeft" must be all lower-case
(#55) Spaces must be used to indent lines; tabs are not allowed
(#55) Tab found within whitespace
(#55) Whitespace found at end of line
(#56) Spaces must be used to indent lines; tabs are not allowed
(#56) Tab found within whitespace
(#56) Line indented incorrectly; expected 4 spaces, found 1
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected at least 8 spaces, found 2
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Line indented incorrectly; expected at least 8 spaces, found 2
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#59) Line indented incorrectly; expected at least 8 spaces, found 2
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected at least 8 spaces, found 2
(#61) Spaces must be used to indent lines; tabs are not allowed
(#61) Tab found within whitespace
(#61) Line indented incorrectly; expected at least 8 spaces, found 2
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Tab found within whitespace
(#62) Line indented incorrectly; expected 4 spaces, found 1
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#63) Whitespace found at end of line
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected 4 spaces, found 1
(#64) Public method name "PHPWord_Style_Image::setStyleValue" must be in lower-case letters only
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Tab found within whitespace
(#65) Line indented incorrectly; expected at least 8 spaces, found 2
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected 4 spaces, found 1
(#67) Spaces must be used to indent lines; tabs are not allowed
(#67) Tab found within whitespace
(#67) Whitespace found at end of line
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected 4 spaces, found 1
(#68) Public method name "PHPWord_Style_Image::getWidth" must be in lower-case letters only
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected at least 8 spaces, found 2
(#70) Spaces must be used to indent lines; tabs are not allowed
(#70) Tab found within whitespace
(#70) Line indented incorrectly; expected 4 spaces, found 1
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Whitespace found at end of line
(#72) Spaces must be used to indent lines; tabs are not allowed
(#72) Tab found within whitespace
(#72) Line indented incorrectly; expected 4 spaces, found 1
(#72) Public method name "PHPWord_Style_Image::setWidth" must be in lower-case letters only
(#72) Variable "pValue" must be all lower-case
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected at least 8 spaces, found 2
(#73) Variable "pValue" must be all lower-case
(#74) Spaces must be used to indent lines; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected 4 spaces, found 1
(#75) Spaces must be used to indent lines; tabs are not allowed
(#75) Tab found within whitespace
(#75) Whitespace found at end of line
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Tab found within whitespace
(#76) Line indented incorrectly; expected 4 spaces, found 1
(#76) Public method name "PHPWord_Style_Image::getHeight" must be in lower-case letters only
(#77) Spaces must be used to indent lines; tabs are not allowed
(#77) Tab found within whitespace
(#77) Line indented incorrectly; expected at least 8 spaces, found 2
(#78) Spaces must be used to indent lines; tabs are not allowed
(#78) Tab found within whitespace
(#78) Line indented incorrectly; expected 4 spaces, found 1
(#79) Spaces must be used to indent lines; tabs are not allowed
(#79) Tab found within whitespace
(#79) Whitespace found at end of line
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected 4 spaces, found 1
(#80) Public method name "PHPWord_Style_Image::setHeight" must be in lower-case letters only
(#80) Variable "pValue" must be all lower-case
(#81) Spaces must be used to indent lines; tabs are not allowed
(#81) Tab found within whitespace
(#81) Line indented incorrectly; expected at least 8 spaces, found 2
(#81) Variable "pValue" must be all lower-case
(#82) Spaces must be used to indent lines; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected 4 spaces, found 1
(#83) Spaces must be used to indent lines; tabs are not allowed
(#83) Tab found within whitespace
(#83) Whitespace found at end of line
(#84) Spaces must be used to indent lines; tabs are not allowed
(#84) Tab found within whitespace
(#84) Line indented incorrectly; expected 4 spaces, found 1
(#84) Public method name "PHPWord_Style_Image::getAlign" must be in lower-case letters only
(#85) Spaces must be used to indent lines; tabs are not allowed
(#85) Tab found within whitespace
(#85) Line indented incorrectly; expected at least 8 spaces, found 2
(#86) Spaces must be used to indent lines; tabs are not allowed
(#86) Tab found within whitespace
(#86) Line indented incorrectly; expected 4 spaces, found 1
(#87) Spaces must be used to indent lines; tabs are not allowed
(#87) Tab found within whitespace
(#87) Whitespace found at end of line
(#88) Spaces must be used to indent lines; tabs are not allowed
(#88) Tab found within whitespace
(#88) Line indented incorrectly; expected 4 spaces, found 1
(#88) Public method name "PHPWord_Style_Image::setAlign" must be in lower-case letters only
(#88) Variable "pValue" must be all lower-case
(#89) Spaces must be used to indent lines; tabs are not allowed
(#89) Tab found within whitespace
(#89) Line indented incorrectly; expected at least 8 spaces, found 2
(#89) Variable "pValue" must be all lower-case
(#90) Spaces must be used to indent lines; tabs are not allowed
(#90) Tab found within whitespace
(#90) Line indented incorrectly; expected 4 spaces, found 1
(#91) Spaces must be used to indent lines; tabs are not allowed
(#91) Tab found within whitespace
(#91) Whitespace found at end of line
(#92) Spaces must be used to indent lines; tabs are not allowed
(#92) Tab found within whitespace
(#92) Line indented incorrectly; expected at least 4 spaces, found 1
(#93) Spaces must be used to indent lines; tabs are not allowed
(#94) Spaces must be used to indent lines; tabs are not allowed
(#94) Whitespace found at end of line
(#95) Spaces must be used to indent lines; tabs are not allowed
(#96) Spaces must be used to indent lines; tabs are not allowed
(#97) Spaces must be used to indent lines; tabs are not allowed
(#97) Tab found within whitespace
(#97) Line indented incorrectly; expected 4 spaces, found 1
(#97) Public method name "PHPWord_Style_Image::getMarginTop" must be in lower-case letters only
(#98) Spaces must be used to indent lines; tabs are not allowed
(#98) Tab found within whitespace
(#98) Line indented incorrectly; expected at least 8 spaces, found 2
(#99) Spaces must be used to indent lines; tabs are not allowed
(#99) Tab found within whitespace
(#99) Line indented incorrectly; expected 4 spaces, found 1
(#101) Spaces must be used to indent lines; tabs are not allowed
(#101) Tab found within whitespace
(#101) Line indented incorrectly; expected at least 4 spaces, found 1
(#102) Spaces must be used to indent lines; tabs are not allowed
(#103) Spaces must be used to indent lines; tabs are not allowed
(#103) Whitespace found at end of line
(#104) Spaces must be used to indent lines; tabs are not allowed
(#105) Spaces must be used to indent lines; tabs are not allowed
(#106) Spaces must be used to indent lines; tabs are not allowed
(#106) Tab found within whitespace
(#106) Line indented incorrectly; expected 4 spaces, found 1
(#106) Public method name "PHPWord_Style_Image::setMarginTop" must be in lower-case letters only
(#106) Variable "pValue" must be all lower-case
(#107) Spaces must be used to indent lines; tabs are not allowed
(#107) Tab found within whitespace
(#107) Line indented incorrectly; expected at least 8 spaces, found 2
(#107) Variable "pValue" must be all lower-case
(#108) Spaces must be used to indent lines; tabs are not allowed
(#108) Tab found within whitespace
(#108) Line indented incorrectly; expected at least 8 spaces, found 2
(#109) Spaces must be used to indent lines; tabs are not allowed
(#109) Tab found within whitespace
(#109) Line indented incorrectly; expected 4 spaces, found 1
(#111) Spaces must be used to indent lines; tabs are not allowed
(#111) Tab found within whitespace
(#111) Line indented incorrectly; expected at least 4 spaces, found 1
(#112) Spaces must be used to indent lines; tabs are not allowed
(#113) Spaces must be used to indent lines; tabs are not allowed
(#113) Whitespace found at end of line
(#114) Spaces must be used to indent lines; tabs are not allowed
(#115) Spaces must be used to indent lines; tabs are not allowed
(#116) Spaces must be used to indent lines; tabs are not allowed
(#116) Tab found within whitespace
(#116) Line indented incorrectly; expected 4 spaces, found 1
(#116) Public method name "PHPWord_Style_Image::getMarginLeft" must be in lower-case letters only
(#117) Spaces must be used to indent lines; tabs are not allowed
(#117) Tab found within whitespace
(#117) Line indented incorrectly; expected at least 8 spaces, found 2
(#118) Spaces must be used to indent lines; tabs are not allowed
(#118) Tab found within whitespace
(#118) Line indented incorrectly; expected 4 spaces, found 1
(#120) Spaces must be used to indent lines; tabs are not allowed
(#120) Tab found within whitespace
(#120) Line indented incorrectly; expected at least 4 spaces, found 1
(#121) Spaces must be used to indent lines; tabs are not allowed
(#122) Spaces must be used to indent lines; tabs are not allowed
(#122) Whitespace found at end of line
(#123) Spaces must be used to indent lines; tabs are not allowed
(#124) Spaces must be used to indent lines; tabs are not allowed
(#125) Spaces must be used to indent lines; tabs are not allowed
(#125) Tab found within whitespace
(#125) Line indented incorrectly; expected 4 spaces, found 1
(#125) Public method name "PHPWord_Style_Image::setMarginLeft" must be in lower-case letters only
(#125) Variable "pValue" must be all lower-case
(#126) Spaces must be used to indent lines; tabs are not allowed
(#126) Tab found within whitespace
(#126) Line indented incorrectly; expected at least 8 spaces, found 2
(#126) Variable "pValue" must be all lower-case
(#127) Spaces must be used to indent lines; tabs are not allowed
(#127) Tab found within whitespace
(#127) Line indented incorrectly; expected at least 8 spaces, found 2
(#128) Spaces must be used to indent lines; tabs are not allowed
(#128) Tab found within whitespace
(#128) Line indented incorrectly; expected 4 spaces, found 1
(#130) A closing tag is not permitted at the end of a PHP file
mod/offlinequiz/lib/PHPWord/Style/Indentation.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#36) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#43) Line indented incorrectly; expected 4 spaces, found 8
(#43) Member variable "_possibleElements" must be all lower-case
(#55) Line indented incorrectly; expected 4 spaces, found 8
(#61) Line indented incorrectly; expected 4 spaces, found 8
(#64) Line indented incorrectly; expected 8 spaces, found 16
(#66) Line indented incorrectly; expected 8 spaces, found 16
(#67) Line indented incorrectly; expected 4 spaces, found 8
(#77) Line indented incorrectly; expected 4 spaces, found 8
(#77) Public method name "PHPWord_Style_Indentation::setIndentation" must be in lower-case letters only
(#78) Line indented incorrectly; expected 8 spaces, found 16
(#78) Expected "if (...) {\n"; found "if(...) {\n"
(#80) Line indented incorrectly; expected 8 spaces, found 16
(#81) Line indented incorrectly; expected 4 spaces, found 8
(#87) Line indented incorrectly; expected 4 spaces, found 8
(#87) Public method name "PHPWord_Style_Indentation::toXml" must be in lower-case letters only
(#87) Variable "objWriter" must be all lower-case
(#87) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#88) Line indented incorrectly; expected 8 spaces, found 12
(#88) Expected "if (...) {\n"; found "if(...) {\n"
(#88) Variable "objWriter" must be all lower-case
(#89) Variable "objWriter" must be all lower-case
(#90) Line indented incorrectly; expected 12 spaces, found 16
(#91) Variable "objWriter" must be all lower-case
(#92) Line indented incorrectly; expected 12 spaces, found 16
(#93) Variable "objWriter" must be all lower-case
(#94) Line indented incorrectly; expected 8 spaces, found 12
(#95) Line indented incorrectly; expected 4 spaces, found 8
(#104) Line indented incorrectly; expected 4 spaces, found 8
(#104) Private method name "PHPWord_Style_Indentation::isAttribute" must be in lower-case letters only
(#105) Variable "_possibleElements" must be all lower-case
(#105) Variable "_possibleElements" must not contain underscores.
(#106) Line indented incorrectly; expected 4 spaces, found 8
(#108) A closing tag is not permitted at the end of a PHP file
mod/offlinequiz/lib/PHPWord/Style/Paragraph.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#36) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Whitespace found at end of line
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected at least 4 spaces, found 1
(#39) Spaces must be used to indent lines; tabs are not allowed
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Whitespace found at end of line
(#41) Spaces must be used to indent lines; tabs are not allowed
(#42) Spaces must be used to indent lines; tabs are not allowed
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected 4 spaces, found 1
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Whitespace found at end of line
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected at least 4 spaces, found 1
(#46) Spaces must be used to indent lines; tabs are not allowed
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Whitespace found at end of line
(#48) Spaces must be used to indent lines; tabs are not allowed
(#49) Spaces must be used to indent lines; tabs are not allowed
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected 4 spaces, found 1
(#50) Member variable "_spaceBefore" must be all lower-case
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Whitespace found at end of line
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected at least 4 spaces, found 1
(#53) Spaces must be used to indent lines; tabs are not allowed
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Whitespace found at end of line
(#55) Spaces must be used to indent lines; tabs are not allowed
(#56) Spaces must be used to indent lines; tabs are not allowed
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected 4 spaces, found 1
(#57) Member variable "_spaceAfter" must be all lower-case
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Whitespace found at end of line
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#59) Line indented incorrectly; expected at least 4 spaces, found 1
(#60) Spaces must be used to indent lines; tabs are not allowed
(#61) Spaces must be used to indent lines; tabs are not allowed
(#61) Whitespace found at end of line
(#62) Spaces must be used to indent lines; tabs are not allowed
(#63) Spaces must be used to indent lines; tabs are not allowed
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected 4 spaces, found 1
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected at least 4 spaces, found 1
(#67) Spaces must be used to indent lines; tabs are not allowed
(#68) Spaces must be used to indent lines; tabs are not allowed
(#69) Spaces must be used to indent lines; tabs are not allowed
(#70) Spaces must be used to indent lines; tabs are not allowed
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected 4 spaces, found 1
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected at least 4 spaces, found 1
(#74) Spaces must be used to indent lines; tabs are not allowed
(#75) Spaces must be used to indent lines; tabs are not allowed
(#76) Spaces must be used to indent lines; tabs are not allowed
(#77) Spaces must be used to indent lines; tabs are not allowed
(#78) Spaces must be used to indent lines; tabs are not allowed
(#78) Tab found within whitespace
(#78) Line indented incorrectly; expected 4 spaces, found 1
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected at least 4 spaces, found 1
(#81) Spaces must be used to indent lines; tabs are not allowed
(#82) Spaces must be used to indent lines; tabs are not allowed
(#83) Spaces must be used to indent lines; tabs are not allowed
(#83) Tab found within whitespace
(#83) Line indented incorrectly; expected 4 spaces, found 1
(#84) Spaces must be used to indent lines; tabs are not allowed
(#84) Tab found within whitespace
(#84) Line indented incorrectly; expected at least 8 spaces, found 2
(#85) Spaces must be used to indent lines; tabs are not allowed
(#85) Tab found within whitespace
(#85) Line indented incorrectly; expected at least 8 spaces, found 2
(#86) Spaces must be used to indent lines; tabs are not allowed
(#86) Tab found within whitespace
(#86) Line indented incorrectly; expected at least 8 spaces, found 2
(#87) Spaces must be used to indent lines; tabs are not allowed
(#87) Tab found within whitespace
(#87) Line indented incorrectly; expected at least 8 spaces, found 2
(#88) Spaces must be used to indent lines; tabs are not allowed
(#88) Tab found within whitespace
(#88) Line indented incorrectly; expected at least 8 spaces, found 2
(#89) Spaces must be used to indent lines; tabs are not allowed
(#89) Tab found within whitespace
(#89) Line indented incorrectly; expected at least 8 spaces, found 2
(#90) Spaces must be used to indent lines; tabs are not allowed
(#90) Tab found within whitespace
(#90) Line indented incorrectly; expected 4 spaces, found 1
(#91) Spaces must be used to indent lines; tabs are not allowed
(#91) Tab found within whitespace
(#91) Whitespace found at end of line
(#92) Spaces must be used to indent lines; tabs are not allowed
(#92) Tab found within whitespace
(#92) Line indented incorrectly; expected at least 4 spaces, found 1
(#93) Spaces must be used to indent lines; tabs are not allowed
(#94) Spaces must be used to indent lines; tabs are not allowed
(#94) Whitespace found at end of line
(#95) Spaces must be used to indent lines; tabs are not allowed
(#96) Spaces must be used to indent lines; tabs are not allowed
(#97) Spaces must be used to indent lines; tabs are not allowed
(#98) Spaces must be used to indent lines; tabs are not allowed
(#98) Tab found within whitespace
(#98) Line indented incorrectly; expected 4 spaces, found 1
(#98) Public method name "PHPWord_Style_Paragraph::setStyleValue" must be in lower-case letters only
(#99) Spaces must be used to indent lines; tabs are not allowed
(#99) Tab found within whitespace
(#99) Line indented incorrectly; expected 8 spaces, found 2
(#99) Expected "if (...) {\n"; found "if(...) {\n"
(#100) Spaces must be used to indent lines; tabs are not allowed
(#100) Tab found within whitespace
(#100) Line indented incorrectly; expected at least 12 spaces, found 3
(#100) Inline comments must start with a capital letter, digit or 3-dots sequence
(#100) Inline comments must end in full-stops, exclamation marks, or question marks
(#101) Spaces must be used to indent lines; tabs are not allowed
(#101) Tab found within whitespace
(#101) Line indented incorrectly; expected 8 spaces, found 2
(#101) Expected "} else if (...) {\n"; found "} else if(...) {\n"
(#101) Expected "if (...) {\n"; found "if(...) {\n"
(#102) Spaces must be used to indent lines; tabs are not allowed
(#102) Tab found within whitespace
(#102) Line indented incorrectly; expected at least 12 spaces, found 3
(#103) Spaces must be used to indent lines; tabs are not allowed
(#103) Tab found within whitespace
(#103) Line indented incorrectly; expected 8 spaces, found 2
(#103) Expected "} else if (...) {\n"; found "} else if(...) {\n"
(#103) Expected "if (...) {\n"; found "if(...) {\n"
(#104) Spaces must be used to indent lines; tabs are not allowed
(#104) Tab found within whitespace
(#104) Line indented incorrectly; expected at least 12 spaces, found 3
(#105) Spaces must be used to indent lines; tabs are not allowed
(#105) Tab found within whitespace
(#105) Line indented incorrectly; expected 8 spaces, found 2
(#106) Spaces must be used to indent lines; tabs are not allowed
(#106) Tab found within whitespace
(#106) Line indented incorrectly; expected at least 8 spaces, found 2
(#107) Spaces must be used to indent lines; tabs are not allowed
(#107) Tab found within whitespace
(#107) Line indented incorrectly; expected 4 spaces, found 1
(#109) Spaces must be used to indent lines; tabs are not allowed
(#109) Tab found within whitespace
(#109) Line indented incorrectly; expected at least 4 spaces, found 1
(#110) Spaces must be used to indent lines; tabs are not allowed
(#111) Spaces must be used to indent lines; tabs are not allowed
(#111) Whitespace found at end of line
(#112) Spaces must be used to indent lines; tabs are not allowed
(#113) Spaces must be used to indent lines; tabs are not allowed
(#114) Spaces must be used to indent lines; tabs are not allowed
(#114) Tab found within whitespace
(#114) Line indented incorrectly; expected 4 spaces, found 1
(#114) Public method name "PHPWord_Style_Paragraph::getAlign" must be in lower-case letters only
(#115) Spaces must be used to indent lines; tabs are not allowed
(#115) Tab found within whitespace
(#115) Line indented incorrectly; expected at least 8 spaces, found 2
(#116) Spaces must be used to indent lines; tabs are not allowed
(#116) Tab found within whitespace
(#116) Line indented incorrectly; expected 4 spaces, found 1
(#118) Spaces must be used to indent lines; tabs are not allowed
(#118) Tab found within whitespace
(#118) Line indented incorrectly; expected at least 4 spaces, found 1
(#119) Spaces must be used to indent lines; tabs are not allowed
(#120) Spaces must be used to indent lines; tabs are not allowed
(#120) Whitespace found at end of line
(#121) Spaces must be used to indent lines; tabs are not allowed
(#122) Spaces must be used to indent lines; tabs are not allowed
(#123) Spaces must be used to indent lines; tabs are not allowed
(#124) Spaces must be used to indent lines; tabs are not allowed
(#124) Tab found within whitespace
(#124) Line indented incorrectly; expected 4 spaces, found 1
(#124) Public method name "PHPWord_Style_Paragraph::setAlign" must be in lower-case letters only
(#124) Variable "pValue" must be all lower-case
(#125) Spaces must be used to indent lines; tabs are not allowed
(#125) Tab found within whitespace
(#125) Line indented incorrectly; expected 8 spaces, found 2
(#125) Expected "if (...) {\n"; found "if(...) {\n"
(#125) Variable "pValue" must be all lower-case
(#126) Spaces must be used to indent lines; tabs are not allowed
(#126) Tab found within whitespace
(#126) Inline comments must start with a capital letter, digit or 3-dots sequence
(#126) Inline comments must end in full-stops, exclamation marks, or question marks
(#126) Line indented incorrectly; expected at least 12 spaces, found 3
(#127) Spaces must be used to indent lines; tabs are not allowed
(#127) Tab found within whitespace
(#127) Line indented incorrectly; expected at least 12 spaces, found 3
(#127) Variable "pValue" must be all lower-case
(#128) Spaces must be used to indent lines; tabs are not allowed
(#128) Tab found within whitespace
(#128) Line indented incorrectly; expected 8 spaces, found 2
(#129) Spaces must be used to indent lines; tabs are not allowed
(#129) Tab found within whitespace
(#129) Line indented incorrectly; expected at least 8 spaces, found 2
(#129) Variable "pValue" must be all lower-case
(#130) Spaces must be used to indent lines; tabs are not allowed
(#130) Tab found within whitespace
(#130) Line indented incorrectly; expected at least 8 spaces, found 2
(#131) Spaces must be used to indent lines; tabs are not allowed
(#131) Tab found within whitespace
(#131) Line indented incorrectly; expected 4 spaces, found 1
(#133) Spaces must be used to indent lines; tabs are not allowed
(#133) Tab found within whitespace
(#133) Line indented incorrectly; expected at least 4 spaces, found 1
(#134) Spaces must be used to indent lines; tabs are not allowed
(#135) Spaces must be used to indent lines; tabs are not allowed
(#135) Whitespace found at end of line
(#136) Spaces must be used to indent lines; tabs are not allowed
(#137) Spaces must be used to indent lines; tabs are not allowed
(#138) Spaces must be used to indent lines; tabs are not allowed
(#138) Tab found within whitespace
(#138) Line indented incorrectly; expected 4 spaces, found 1
(#138) Public method name "PHPWord_Style_Paragraph::getSpaceBefore" must be in lower-case letters only
(#139) Spaces must be used to indent lines; tabs are not allowed
(#139) Tab found within whitespace
(#139) Line indented incorrectly; expected at least 8 spaces, found 2
(#140) Spaces must be used to indent lines; tabs are not allowed
(#140) Tab found within whitespace
(#140) Line indented incorrectly; expected 4 spaces, found 1
(#142) Spaces must be used to indent lines; tabs are not allowed
(#142) Tab found within whitespace
(#142) Line indented incorrectly; expected at least 4 spaces, found 1
(#143) Spaces must be used to indent lines; tabs are not allowed
(#144) Spaces must be used to indent lines; tabs are not allowed
(#144) Whitespace found at end of line
(#145) Spaces must be used to indent lines; tabs are not allowed
(#146) Spaces must be used to indent lines; tabs are not allowed
(#147) Spaces must be used to indent lines; tabs are not allowed
(#148) Spaces must be used to indent lines; tabs are not allowed
(#148) Tab found within whitespace
(#148) Line indented incorrectly; expected 4 spaces, found 1
(#148) Public method name "PHPWord_Style_Paragraph::setSpaceBefore" must be in lower-case letters only
(#148) Variable "pValue" must be all lower-case
(#149) Spaces must be used to indent lines; tabs are not allowed
(#149) Tab found within whitespace
(#149) Line indented incorrectly; expected at least 8 spaces, found 4
(#149) Variable "pValue" must be all lower-case
(#150) Spaces must be used to indent lines; tabs are not allowed
(#150) Tab found within whitespace
(#150) Line indented incorrectly; expected at least 8 spaces, found 4
(#151) Spaces must be used to indent lines; tabs are not allowed
(#151) Tab found within whitespace
(#151) Line indented incorrectly; expected 4 spaces, found 1
(#153) Spaces must be used to indent lines; tabs are not allowed
(#153) Tab found within whitespace
(#153) Line indented incorrectly; expected at least 4 spaces, found 1
(#154) Spaces must be used to indent lines; tabs are not allowed
(#155) Spaces must be used to indent lines; tabs are not allowed
(#155) Whitespace found at end of line
(#156) Spaces must be used to indent lines; tabs are not allowed
(#157) Spaces must be used to indent lines; tabs are not allowed
(#158) Spaces must be used to indent lines; tabs are not allowed
(#158) Tab found within whitespace
(#158) Line indented incorrectly; expected 4 spaces, found 1
(#158) Public method name "PHPWord_Style_Paragraph::getSpaceAfter" must be in lower-case letters only
(#159) Spaces must be used to indent lines; tabs are not allowed
(#159) Tab found within whitespace
(#159) Line indented incorrectly; expected at least 8 spaces, found 2
(#160) Spaces must be used to indent lines; tabs are not allowed
(#160) Tab found within whitespace
(#160) Line indented incorrectly; expected 4 spaces, found 1
(#162) Spaces must be used to indent lines; tabs are not allowed
(#162) Tab found within whitespace
(#162) Line indented incorrectly; expected at least 4 spaces, found 1
(#163) Spaces must be used to indent lines; tabs are not allowed
(#164) Spaces must be used to indent lines; tabs are not allowed
(#164) Whitespace found at end of line
(#165) Spaces must be used to indent lines; tabs are not allowed
(#166) Spaces must be used to indent lines; tabs are not allowed
(#167) Spaces must be used to indent lines; tabs are not allowed
(#168) Spaces must be used to indent lines; tabs are not allowed
(#168) Tab found within whitespace
(#168) Line indented incorrectly; expected 4 spaces, found 1
(#168) Public method name "PHPWord_Style_Paragraph::setSpaceAfter" must be in lower-case letters only
(#168) Variable "pValue" must be all lower-case
(#169) Spaces must be used to indent lines; tabs are not allowed
(#169) Tab found within whitespace
(#169) Line indented incorrectly; expected at least 8 spaces, found 4
(#169) Variable "pValue" must be all lower-case
(#170) Spaces must be used to indent lines; tabs are not allowed
(#170) Tab found within whitespace
(#170) Line indented incorrectly; expected at least 8 spaces, found 4
(#171) Spaces must be used to indent lines; tabs are not allowed
(#171) Tab found within whitespace
(#171) Line indented incorrectly; expected 4 spaces, found 1
(#173) Spaces must be used to indent lines; tabs are not allowed
(#173) Tab found within whitespace
(#173) Line indented incorrectly; expected at least 4 spaces, found 1
(#174) Spaces must be used to indent lines; tabs are not allowed
(#175) Spaces must be used to indent lines; tabs are not allowed
(#175) Whitespace found at end of line
(#176) Spaces must be used to indent lines; tabs are not allowed
(#177) Spaces must be used to indent lines; tabs are not allowed
(#178) Spaces must be used to indent lines; tabs are not allowed
(#178) Tab found within whitespace
(#178) Line indented incorrectly; expected 4 spaces, found 1
(#178) Public method name "PHPWord_Style_Paragraph::getSpacing" must be in lower-case letters only
(#179) Spaces must be used to indent lines; tabs are not allowed
(#179) Tab found within whitespace
(#179) Line indented incorrectly; expected at least 8 spaces, found 2
(#180) Spaces must be used to indent lines; tabs are not allowed
(#180) Tab found within whitespace
(#180) Line indented incorrectly; expected 4 spaces, found 1
(#182) Spaces must be used to indent lines; tabs are not allowed
(#182) Tab found within whitespace
(#182) Line indented incorrectly; expected at least 4 spaces, found 1
(#183) Spaces must be used to indent lines; tabs are not allowed
(#184) Spaces must be used to indent lines; tabs are not allowed
(#184) Whitespace found at end of line
(#185) Spaces must be used to indent lines; tabs are not allowed
(#186) Spaces must be used to indent lines; tabs are not allowed
(#187) Spaces must be used to indent lines; tabs are not allowed
(#188) Spaces must be used to indent lines; tabs are not allowed
(#188) Tab found within whitespace
(#188) Line indented incorrectly; expected 4 spaces, found 1
(#188) Public method name "PHPWord_Style_Paragraph::setSpacing" must be in lower-case letters only
(#188) Variable "pValue" must be all lower-case
(#189) Spaces must be used to indent lines; tabs are not allowed
(#189) Tab found within whitespace
(#189) Line indented incorrectly; expected at least 8 spaces, found 4
(#189) Variable "pValue" must be all lower-case
(#190) Spaces must be used to indent lines; tabs are not allowed
(#190) Tab found within whitespace
(#190) Line indented incorrectly; expected at least 8 spaces, found 4
(#191) Spaces must be used to indent lines; tabs are not allowed
(#191) Tab found within whitespace
(#191) Line indented incorrectly; expected 4 spaces, found 1
(#193) Spaces must be used to indent lines; tabs are not allowed
(#193) Tab found within whitespace
(#193) Line indented incorrectly; expected at least 4 spaces, found 1
(#194) Spaces must be used to indent lines; tabs are not allowed
(#195) Spaces must be used to indent lines; tabs are not allowed
(#196) Spaces must be used to indent lines; tabs are not allowed
(#197) Spaces must be used to indent lines; tabs are not allowed
(#198) Spaces must be used to indent lines; tabs are not allowed
(#199) Spaces must be used to indent lines; tabs are not allowed
(#199) Tab found within whitespace
(#199) Line indented incorrectly; expected 4 spaces, found 1
(#199) Public method name "PHPWord_Style_Paragraph::setIndentions" must be in lower-case letters only
(#199) Variable "pValue" must be all lower-case
(#200) Spaces must be used to indent lines; tabs are not allowed
(#200) Tab found within whitespace
(#200) Line indented incorrectly; expected at least 8 spaces, found 2
(#200) Variable "pValue" must be all lower-case
(#201) Spaces must be used to indent lines; tabs are not allowed
(#201) Tab found within whitespace
(#201) Line indented incorrectly; expected at least 8 spaces, found 2
(#202) Spaces must be used to indent lines; tabs are not allowed
(#202) Tab found within whitespace
(#202) Line indented incorrectly; expected 4 spaces, found 1
(#204) Spaces must be used to indent lines; tabs are not allowed
(#204) Tab found within whitespace
(#204) Line indented incorrectly; expected at least 4 spaces, found 1
(#205) Spaces must be used to indent lines; tabs are not allowed
(#206) Spaces must be used to indent lines; tabs are not allowed
(#207) Spaces must be used to indent lines; tabs are not allowed
(#208) Spaces must be used to indent lines; tabs are not allowed
(#209) Spaces must be used to indent lines; tabs are not allowed
(#210) Spaces must be used to indent lines; tabs are not allowed
(#210) Tab found within whitespace
(#210) Line indented incorrectly; expected 4 spaces, found 1
(#210) Public method name "PHPWord_Style_Paragraph::setTabs" must be in lower-case letters only
(#210) Variable "pValue" must be all lower-case
(#211) Spaces must be used to indent lines; tabs are not allowed
(#211) Tab found within whitespace
(#211) Line indented incorrectly; expected at least 8 spaces, found 2
(#211) Variable "pValue" must be all lower-case
(#212) Spaces must be used to indent lines; tabs are not allowed
(#212) Tab found within whitespace
(#212) Line indented incorrectly; expected at least 8 spaces, found 2
(#213) Spaces must be used to indent lines; tabs are not allowed
(#213) Tab found within whitespace
(#213) Line indented incorrectly; expected 4 spaces, found 1
(#215) Spaces must be used to indent lines; tabs are not allowed
(#215) Tab found within whitespace
(#215) Line indented incorrectly; expected at least 4 spaces, found 1
(#216) Spaces must be used to indent lines; tabs are not allowed
(#217) Spaces must be used to indent lines; tabs are not allowed
(#218) Spaces must be used to indent lines; tabs are not allowed
(#219) Spaces must be used to indent lines; tabs are not allowed
(#219) Tab found within whitespace
(#219) Line indented incorrectly; expected 4 spaces, found 1
(#219) Public method name "PHPWord_Style_Paragraph::getTabs" must be in lower-case letters only
(#220) Spaces must be used to indent lines; tabs are not allowed
(#220) Tab found within whitespace
(#220) Line indented incorrectly; expected at least 8 spaces, found 2
(#221) Spaces must be used to indent lines; tabs are not allowed
(#221) Tab found within whitespace
(#221) Line indented incorrectly; expected 4 spaces, found 1
(#223) Spaces must be used to indent lines; tabs are not allowed
(#223) Tab found within whitespace
(#223) Line indented incorrectly; expected at least 4 spaces, found 1
(#224) Spaces must be used to indent lines; tabs are not allowed
(#225) Spaces must be used to indent lines; tabs are not allowed
(#226) Spaces must be used to indent lines; tabs are not allowed
(#226) Tab found within whitespace
(#226) Line indented incorrectly; expected 4 spaces, found 1
(#226) Public method name "PHPWord_Style_Paragraph::getIndentation" must be in lower-case letters only
(#227) Spaces must be used to indent lines; tabs are not allowed
(#227) Tab found within whitespace
(#227) Line indented incorrectly; expected at least 8 spaces, found 2
(#228) Spaces must be used to indent lines; tabs are not allowed
(#228) Tab found within whitespace
(#228) Line indented incorrectly; expected 4 spaces, found 1
(#230) Line indented incorrectly; expected 4 spaces, found 8
(#230) Public method name "PHPWord_Style_Paragraph::toXml" must be in lower-case letters only
(#230) Variable "objWriter" must be all lower-case
(#230) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#231) Line indented incorrectly; expected 8 spaces, found 12
(#231) Expected "if (...) {\n"; found "if(...) {\n"
(#231) Variable "objWriter" must be all lower-case
(#232) Variable "objWriter" must be all lower-case
(#234) Line indented incorrectly; expected 12 spaces, found 16
(#234) Expected "if (...) {\n"; found "if(...) {\n"
(#235) Variable "objWriter" must be all lower-case
(#236) Variable "objWriter" must be all lower-case
(#237) Variable "objWriter" must be all lower-case
(#238) Line indented incorrectly; expected 12 spaces, found 16
(#240) Line indented incorrectly; expected 12 spaces, found 16
(#240) Expected "if (...) {\n"; found "if(...) {\n"
(#241) Variable "objWriter" must be all lower-case
(#243) Line indented incorrectly; expected 16 spaces, found 20
(#243) Expected "if (...) {\n"; found "if(...) {\n"
(#244) Variable "objWriter" must be all lower-case
(#245) Line indented incorrectly; expected 16 spaces, found 20
(#246) Line indented incorrectly; expected 16 spaces, found 20
(#246) Expected "if (...) {\n"; found "if(...) {\n"
(#247) Variable "objWriter" must be all lower-case
(#248) Line indented incorrectly; expected 16 spaces, found 20
(#249) Line indented incorrectly; expected 16 spaces, found 20
(#249) Expected "if (...) {\n"; found "if(...) {\n"
(#250) Variable "objWriter" must be all lower-case
(#251) Variable "objWriter" must be all lower-case
(#252) Line indented incorrectly; expected 16 spaces, found 20
(#254) Variable "objWriter" must be all lower-case
(#255) Line indented incorrectly; expected 12 spaces, found 16
(#257) Line indented incorrectly; expected 12 spaces, found 16
(#257) Expected "if (...) {\n"; found "if(...) {\n"
(#258) Variable "objWriter" must be all lower-case
(#259) Line indented incorrectly; expected 12 spaces, found 16
(#261) Inline comments must end in full-stops, exclamation marks, or question marks
(#262) Line indented incorrectly; expected 12 spaces, found 16
(#262) Expected "if (...) {\n"; found "if(...) {\n"
(#263) Variable "objWriter" must be all lower-case
(#264) Line indented incorrectly; expected 12 spaces, found 16
(#266) Variable "objWriter" must be all lower-case
(#267) Line indented incorrectly; expected 8 spaces, found 12
(#268) Line indented incorrectly; expected 4 spaces, found 8
(#270) A closing tag is not permitted at the end of a PHP file
mod/offlinequiz/lib/PHPWord/Style/TOC.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#36) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Whitespace found at end of line
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected at least 4 spaces, found 1
(#39) Spaces must be used to indent lines; tabs are not allowed
(#39) Tab found within whitespace
(#39) Line indented incorrectly; expected at least 4 spaces, found 1
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected at least 4 spaces, found 1
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected at least 4 spaces, found 1
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Whitespace found at end of line
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected at least 4 spaces, found 1
(#44) Spaces must be used to indent lines; tabs are not allowed
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Whitespace found at end of line
(#46) Spaces must be used to indent lines; tabs are not allowed
(#47) Spaces must be used to indent lines; tabs are not allowed
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected 4 spaces, found 1
(#48) Member variable "_tabLeader" must be all lower-case
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Whitespace found at end of line
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected at least 4 spaces, found 1
(#51) Spaces must be used to indent lines; tabs are not allowed
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Whitespace found at end of line
(#53) Spaces must be used to indent lines; tabs are not allowed
(#54) Spaces must be used to indent lines; tabs are not allowed
(#55) Spaces must be used to indent lines; tabs are not allowed
(#55) Tab found within whitespace
(#55) Line indented incorrectly; expected 4 spaces, found 1
(#55) Member variable "_tabPos" must be all lower-case
(#56) Spaces must be used to indent lines; tabs are not allowed
(#56) Tab found within whitespace
(#56) Whitespace found at end of line
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected at least 4 spaces, found 1
(#58) Spaces must be used to indent lines; tabs are not allowed
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Whitespace found at end of line
(#60) Spaces must be used to indent lines; tabs are not allowed
(#61) Spaces must be used to indent lines; tabs are not allowed
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Tab found within whitespace
(#62) Line indented incorrectly; expected 4 spaces, found 1
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#63) Whitespace found at end of line
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) Whitespace found at end of line
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Tab found within whitespace
(#65) Line indented incorrectly; expected at least 4 spaces, found 1
(#66) Spaces must be used to indent lines; tabs are not allowed
(#67) Spaces must be used to indent lines; tabs are not allowed
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected 4 spaces, found 1
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected at least 8 spaces, found 2
(#70) Spaces must be used to indent lines; tabs are not allowed
(#70) Tab found within whitespace
(#70) Line indented incorrectly; expected at least 8 spaces, found 2
(#70) Must use "self::" for local static member reference
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected at least 8 spaces, found 2
(#72) Spaces must be used to indent lines; tabs are not allowed
(#72) Tab found within whitespace
(#72) Line indented incorrectly; expected 4 spaces, found 1
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Whitespace found at end of line
(#74) Spaces must be used to indent lines; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected at least 4 spaces, found 1
(#75) Spaces must be used to indent lines; tabs are not allowed
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Whitespace found at end of line
(#77) Spaces must be used to indent lines; tabs are not allowed
(#78) Spaces must be used to indent lines; tabs are not allowed
(#79) Spaces must be used to indent lines; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected 4 spaces, found 1
(#79) Public method name "PHPWord_Style_TOC::getTabPos" must be in lower-case letters only
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected at least 8 spaces, found 2
(#81) Spaces must be used to indent lines; tabs are not allowed
(#81) Tab found within whitespace
(#81) Line indented incorrectly; expected 4 spaces, found 1
(#82) Spaces must be used to indent lines; tabs are not allowed
(#82) Tab found within whitespace
(#82) Whitespace found at end of line
(#83) Spaces must be used to indent lines; tabs are not allowed
(#83) Tab found within whitespace
(#83) Line indented incorrectly; expected at least 4 spaces, found 1
(#84) Spaces must be used to indent lines; tabs are not allowed
(#85) Spaces must be used to indent lines; tabs are not allowed
(#85) Whitespace found at end of line
(#86) Spaces must be used to indent lines; tabs are not allowed
(#87) Spaces must be used to indent lines; tabs are not allowed
(#88) Spaces must be used to indent lines; tabs are not allowed
(#88) Tab found within whitespace
(#88) Line indented incorrectly; expected 4 spaces, found 1
(#88) Public method name "PHPWord_Style_TOC::setTabPos" must be in lower-case letters only
(#88) Variable "pValue" must be all lower-case
(#89) Spaces must be used to indent lines; tabs are not allowed
(#89) Tab found within whitespace
(#89) Line indented incorrectly; expected at least 8 spaces, found 2
(#89) Variable "pValue" must be all lower-case
(#90) Spaces must be used to indent lines; tabs are not allowed
(#90) Tab found within whitespace
(#90) Line indented incorrectly; expected 4 spaces, found 1
(#91) Spaces must be used to indent lines; tabs are not allowed
(#91) Tab found within whitespace
(#91) Whitespace found at end of line
(#92) Spaces must be used to indent lines; tabs are not allowed
(#92) Tab found within whitespace
(#92) Line indented incorrectly; expected at least 4 spaces, found 1
(#93) Spaces must be used to indent lines; tabs are not allowed
(#94) Spaces must be used to indent lines; tabs are not allowed
(#94) Whitespace found at end of line
(#95) Spaces must be used to indent lines; tabs are not allowed
(#96) Spaces must be used to indent lines; tabs are not allowed
(#97) Spaces must be used to indent lines; tabs are not allowed
(#97) Tab found within whitespace
(#97) Line indented incorrectly; expected 4 spaces, found 1
(#97) Public method name "PHPWord_Style_TOC::getTabLeader" must be in lower-case letters only
(#98) Spaces must be used to indent lines; tabs are not allowed
(#98) Tab found within whitespace
(#98) Line indented incorrectly; expected at least 8 spaces, found 2
(#99) Spaces must be used to indent lines; tabs are not allowed
(#99) Tab found within whitespace
(#99) Line indented incorrectly; expected 4 spaces, found 1
(#100) Spaces must be used to indent lines; tabs are not allowed
(#100) Tab found within whitespace
(#100) Whitespace found at end of line
(#101) Spaces must be used to indent lines; tabs are not allowed
(#101) Tab found within whitespace
(#101) Line indented incorrectly; expected at least 4 spaces, found 1
(#102) Spaces must be used to indent lines; tabs are not allowed
(#103) Spaces must be used to indent lines; tabs are not allowed
(#103) Whitespace found at end of line
(#104) Spaces must be used to indent lines; tabs are not allowed
(#105) Spaces must be used to indent lines; tabs are not allowed
(#106) Spaces must be used to indent lines; tabs are not allowed
(#106) Tab found within whitespace
(#106) Line indented incorrectly; expected 4 spaces, found 1
(#106) Public method name "PHPWord_Style_TOC::setTabLeader" must be in lower-case letters only
(#106) Variable "pValue" must be all lower-case
(#106) Must use "self::" for local static member reference
(#107) Spaces must be used to indent lines; tabs are not allowed
(#107) Tab found within whitespace
(#107) Line indented incorrectly; expected at least 8 spaces, found 2
(#107) Variable "pValue" must be all lower-case
(#108) Spaces must be used to indent lines; tabs are not allowed
(#108) Tab found within whitespace
(#108) Line indented incorrectly; expected 4 spaces, found 1
(#109) Spaces must be used to indent lines; tabs are not allowed
(#109) Tab found within whitespace
(#109) Whitespace found at end of line
(#110) Spaces must be used to indent lines; tabs are not allowed
(#110) Tab found within whitespace
(#110) Line indented incorrectly; expected at least 4 spaces, found 1
(#111) Spaces must be used to indent lines; tabs are not allowed
(#112) Spaces must be used to indent lines; tabs are not allowed
(#112) Whitespace found at end of line
(#113) Spaces must be used to indent lines; tabs are not allowed
(#114) Spaces must be used to indent lines; tabs are not allowed
(#115) Spaces must be used to indent lines; tabs are not allowed
(#115) Tab found within whitespace
(#115) Line indented incorrectly; expected 4 spaces, found 1
(#115) Public method name "PHPWord_Style_TOC::getIndent" must be in lower-case letters only
(#116) Spaces must be used to indent lines; tabs are not allowed
(#116) Tab found within whitespace
(#116) Line indented incorrectly; expected at least 8 spaces, found 2
(#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
(#118) Spaces must be used to indent lines; tabs are not allowed
(#118) Tab found within whitespace
(#118) Whitespace found at end of line
(#119) Spaces must be used to indent lines; tabs are not allowed
(#119) Tab found within whitespace
(#119) Line indented incorrectly; expected at least 4 spaces, found 1
(#120) Spaces must be used to indent lines; tabs are not allowed
(#121) Spaces must be used to indent lines; tabs are not allowed
(#121) Whitespace found at end of line
(#122) Spaces must be used to indent lines; tabs are not allowed
(#123) Spaces must be used to indent lines; tabs are not allowed
(#124) Spaces must be used to indent lines; tabs are not allowed
(#124) Tab found within whitespace
(#124) Line indented incorrectly; expected 4 spaces, found 1
(#124) Public method name "PHPWord_Style_TOC::setIndent" must be in lower-case letters only
(#124) Variable "pValue" must be all lower-case
(#125) Spaces must be used to indent lines; tabs are not allowed
(#125) Tab found within whitespace
(#125) Line indented incorrectly; expected at least 8 spaces, found 2
(#125) Variable "pValue" must be all lower-case
(#126) Spaces must be used to indent lines; tabs are not allowed
(#126) Tab found within whitespace
(#126) Line indented incorrectly; expected 4 spaces, found 1
(#127) Spaces must be used to indent lines; tabs are not allowed
(#127) Tab found within whitespace
(#127) Whitespace found at end of line
(#128) Spaces must be used to indent lines; tabs are not allowed
(#128) Tab found within whitespace
(#128) Line indented incorrectly; expected at least 4 spaces, found 1
(#129) Spaces must be used to indent lines; tabs are not allowed
(#130) Spaces must be used to indent lines; tabs are not allowed
(#130) Whitespace found at end of line
(#131) Spaces must be used to indent lines; tabs are not allowed
(#132) Spaces must be used to indent lines; tabs are not allowed
(#133) Spaces must be used to indent lines; tabs are not allowed
(#134) Spaces must be used to indent lines; tabs are not allowed
(#134) Tab found within whitespace
(#134) Line indented incorrectly; expected 4 spaces, found 1
(#134) Public method name "PHPWord_Style_TOC::setStyleValue" must be in lower-case letters only
(#135) Spaces must be used to indent lines; tabs are not allowed
(#135) Tab found within whitespace
(#135) Line indented incorrectly; expected at least 8 spaces, found 2
(#136) Spaces must be used to indent lines; tabs are not allowed
(#136) Tab found within whitespace
(#136) Line indented incorrectly; expected 4 spaces, found 1
(#138) A closing tag is not permitted at the end of a PHP file
mod/offlinequiz/lib/PHPWord/Style/Tab.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#36) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#43) Line indented incorrectly; expected 4 spaces, found 8
(#50) Line indented incorrectly; expected 4 spaces, found 8
(#57) Line indented incorrectly; expected 4 spaces, found 8
(#65) Line indented incorrectly; expected 4 spaces, found 8
(#65) Member variable "_possibleStopTypes" must be all lower-case
(#72) Inline comments must end in full-stops, exclamation marks, or question marks
(#81) Line indented incorrectly; expected 4 spaces, found 8
(#81) Member variable "_possibleLeaders" must be all lower-case
(#87) Inline comments must end in full-stops, exclamation marks, or question marks
(#99) Line indented incorrectly; expected 4 spaces, found 8
(#99) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#99) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#100) Inline comments must end in full-stops, exclamation marks, or question marks
(#103) Inline comments must end in full-stops, exclamation marks, or question marks
(#106) Inline comments must end in full-stops, exclamation marks, or question marks
(#107) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#108) Line indented incorrectly; expected 4 spaces, found 8
(#115) Line indented incorrectly; expected 4 spaces, found 8
(#115) Public method name "PHPWord_Style_Tab::toXml" must be in lower-case letters only
(#115) Variable "objWriter" must be all lower-case
(#115) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#116) Line indented incorrectly; expected 8 spaces, found 12
(#116) Expected "if (...) {\n"; found "if(...) {\n"
(#116) Variable "objWriter" must be all lower-case
(#117) Variable "objWriter" must be all lower-case
(#118) Variable "objWriter" must be all lower-case
(#119) Line indented incorrectly; expected 12 spaces, found 16
(#119) Expected "if (...) {\n"; found "if(...) {\n"
(#120) Variable "objWriter" must be all lower-case
(#121) Line indented incorrectly; expected 12 spaces, found 16
(#122) Variable "objWriter" must be all lower-case
(#123) Variable "objWriter" must be all lower-case
(#124) Line indented incorrectly; expected 8 spaces, found 12
(#125) Line indented incorrectly; expected 4 spaces, found 8
(#133) Line indented incorrectly; expected 4 spaces, found 8
(#133) Private method name "PHPWord_Style_Tab::isStopType" must be in lower-case letters only
(#134) Variable "_possibleStopTypes" must be all lower-case
(#134) Variable "_possibleStopTypes" must not contain underscores.
(#135) Line indented incorrectly; expected 4 spaces, found 8
(#143) Line indented incorrectly; expected 4 spaces, found 8
(#143) Private method name "PHPWord_Style_Tab::isLeaderType" must be in lower-case letters only
(#144) Variable "_possibleLeaders" must be all lower-case
(#144) Variable "_possibleLeaders" must not contain underscores.
(#145) Line indented incorrectly; expected 4 spaces, found 8
(#147) A closing tag is not permitted at the end of a PHP file
mod/offlinequiz/lib/PHPWord/Style/Table.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#29) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#30) Whitespace found at end of line
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected 4 spaces, found 1
(#31) Member variable "_cellMarginTop" must be all lower-case
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Line indented incorrectly; expected 4 spaces, found 1
(#32) Member variable "_cellMarginLeft" must be all lower-case
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Tab found within whitespace
(#33) Line indented incorrectly; expected 4 spaces, found 1
(#33) Member variable "_cellMarginRight" must be all lower-case
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Tab found within whitespace
(#34) Line indented incorrectly; expected 4 spaces, found 1
(#34) Member variable "_cellMarginBottom" must be all lower-case
(#35) Spaces must be used to indent lines; tabs are not allowed
(#35) Tab found within whitespace
(#35) Whitespace found at end of line
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Line indented incorrectly; expected 4 spaces, found 1
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected at least 8 spaces, found 2
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected at least 8 spaces, found 2
(#39) Spaces must be used to indent lines; tabs are not allowed
(#39) Tab found within whitespace
(#39) Line indented incorrectly; expected at least 8 spaces, found 2
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected at least 8 spaces, found 2
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected 4 spaces, found 1
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Whitespace found at end of line
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected 4 spaces, found 1
(#43) Public method name "PHPWord_Style_Table::setStyleValue" must be in lower-case letters only
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected at least 8 spaces, found 2
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected 4 spaces, found 1
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Whitespace found at end of line
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected 4 spaces, found 1
(#47) Public method name "PHPWord_Style_Table::setCellMarginTop" must be in lower-case letters only
(#47) Variable "pValue" must be all lower-case
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected at least 8 spaces, found 2
(#48) Variable "pValue" must be all lower-case
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected 4 spaces, found 1
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Whitespace found at end of line
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected 4 spaces, found 1
(#51) Public method name "PHPWord_Style_Table::getCellMarginTop" must be in lower-case letters only
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected at least 8 spaces, found 2
(#53) Spaces must be used to indent lines; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected 4 spaces, found 1
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Tab found within whitespace
(#54) Whitespace found at end of line
(#55) Spaces must be used to indent lines; tabs are not allowed
(#55) Tab found within whitespace
(#55) Line indented incorrectly; expected 4 spaces, found 1
(#55) Public method name "PHPWord_Style_Table::setCellMarginLeft" must be in lower-case letters only
(#55) Variable "pValue" must be all lower-case
(#56) Spaces must be used to indent lines; tabs are not allowed
(#56) Tab found within whitespace
(#56) Line indented incorrectly; expected at least 8 spaces, found 2
(#56) Variable "pValue" must be all lower-case
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected 4 spaces, found 1
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Whitespace found at end of line
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#59) Line indented incorrectly; expected 4 spaces, found 1
(#59) Public method name "PHPWord_Style_Table::getCellMarginLeft" must be in lower-case letters only
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected at least 8 spaces, found 2
(#61) Spaces must be used to indent lines; tabs are not allowed
(#61) Tab found within whitespace
(#61) Line indented incorrectly; expected 4 spaces, found 1
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Tab found within whitespace
(#62) Whitespace found at end of line
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected 4 spaces, found 1
(#63) Public method name "PHPWord_Style_Table::setCellMarginRight" must be in lower-case letters only
(#63) Variable "pValue" must be all lower-case
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected at least 8 spaces, found 2
(#64) Variable "pValue" must be all lower-case
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Tab found within whitespace
(#65) Line indented incorrectly; expected 4 spaces, found 1
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#66) Whitespace found at end of line
(#67) Spaces must be used to indent lines; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected 4 spaces, found 1
(#67) Public method name "PHPWord_Style_Table::getCellMarginRight" must be in lower-case letters only
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected at least 8 spaces, found 2
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected 4 spaces, found 1
(#70) Spaces must be used to indent lines; tabs are not allowed
(#70) Tab found within whitespace
(#70) Whitespace found at end of line
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected 4 spaces, found 1
(#71) Public method name "PHPWord_Style_Table::setCellMarginBottom" must be in lower-case letters only
(#71) Variable "pValue" must be all lower-case
(#72) Spaces must be used to indent lines; tabs are not allowed
(#72) Tab found within whitespace
(#72) Line indented incorrectly; expected at least 8 spaces, found 2
(#72) Variable "pValue" must be all lower-case
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected 4 spaces, found 1
(#74) Spaces must be used to indent lines; tabs are not allowed
(#74) Tab found within whitespace
(#74) Whitespace found at end of line
(#75) Spaces must be used to indent lines; tabs are not allowed
(#75) Tab found within whitespace
(#75) Line indented incorrectly; expected 4 spaces, found 1
(#75) Public method name "PHPWord_Style_Table::getCellMarginBottom" must be in lower-case letters only
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Tab found within whitespace
(#76) Line indented incorrectly; expected at least 8 spaces, found 2
(#77) Spaces must be used to indent lines; tabs are not allowed
(#77) Tab found within whitespace
(#77) Line indented incorrectly; expected 4 spaces, found 1
(#78) Spaces must be used to indent lines; tabs are not allowed
(#78) Tab found within whitespace
(#78) Whitespace found at end of line
(#79) Spaces must be used to indent lines; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected 4 spaces, found 1
(#79) Public method name "PHPWord_Style_Table::getCellMargin" must be in lower-case letters only
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected at least 8 spaces, found 2
(#81) Spaces must be used to indent lines; tabs are not allowed
(#81) Tab found within whitespace
(#81) Line indented incorrectly; expected 4 spaces, found 1
(#83) A closing tag is not permitted at the end of a PHP file
mod/offlinequiz/lib/PHPWord/Style/TableFull.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#36) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Whitespace found at end of line
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected at least 4 spaces, found 1
(#39) Spaces must be used to indent lines; tabs are not allowed
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Whitespace found at end of line
(#41) Spaces must be used to indent lines; tabs are not allowed
(#42) Spaces must be used to indent lines; tabs are not allowed
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected 4 spaces, found 1
(#43) Member variable "_firstRow" must be all lower-case
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Whitespace found at end of line
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected at least 4 spaces, found 1
(#46) Spaces must be used to indent lines; tabs are not allowed
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Whitespace found at end of line
(#48) Spaces must be used to indent lines; tabs are not allowed
(#49) Spaces must be used to indent lines; tabs are not allowed
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected 4 spaces, found 1
(#50) Member variable "_cellMarginTop" must be all lower-case
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Whitespace found at end of line
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected at least 4 spaces, found 1
(#53) Spaces must be used to indent lines; tabs are not allowed
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Whitespace found at end of line
(#55) Spaces must be used to indent lines; tabs are not allowed
(#56) Spaces must be used to indent lines; tabs are not allowed
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected 4 spaces, found 1
(#57) Member variable "_cellMarginLeft" must be all lower-case
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Whitespace found at end of line
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#59) Line indented incorrectly; expected at least 4 spaces, found 1
(#60) Spaces must be used to indent lines; tabs are not allowed
(#61) Spaces must be used to indent lines; tabs are not allowed
(#61) Whitespace found at end of line
(#62) Spaces must be used to indent lines; tabs are not allowed
(#63) Spaces must be used to indent lines; tabs are not allowed
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected 4 spaces, found 1
(#64) Member variable "_cellMarginRight" must be all lower-case
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Tab found within whitespace
(#65) Whitespace found at end of line
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected at least 4 spaces, found 1
(#67) Spaces must be used to indent lines; tabs are not allowed
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Whitespace found at end of line
(#69) Spaces must be used to indent lines; tabs are not allowed
(#70) Spaces must be used to indent lines; tabs are not allowed
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected 4 spaces, found 1
(#71) Member variable "_cellMarginBottom" must be all lower-case
(#72) Spaces must be used to indent lines; tabs are not allowed
(#72) Tab found within whitespace
(#72) Whitespace found at end of line
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected at least 4 spaces, found 1
(#74) Spaces must be used to indent lines; tabs are not allowed
(#75) Spaces must be used to indent lines; tabs are not allowed
(#75) Whitespace found at end of line
(#76) Spaces must be used to indent lines; tabs are not allowed
(#77) Spaces must be used to indent lines; tabs are not allowed
(#78) Spaces must be used to indent lines; tabs are not allowed
(#78) Tab found within whitespace
(#78) Line indented incorrectly; expected 4 spaces, found 1
(#78) Member variable "_bgColor" must be all lower-case
(#79) Spaces must be used to indent lines; tabs are not allowed
(#79) Tab found within whitespace
(#79) Whitespace found at end of line
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected at least 4 spaces, found 1
(#81) Spaces must be used to indent lines; tabs are not allowed
(#82) Spaces must be used to indent lines; tabs are not allowed
(#82) Whitespace found at end of line
(#83) Spaces must be used to indent lines; tabs are not allowed
(#84) Spaces must be used to indent lines; tabs are not allowed
(#85) Spaces must be used to indent lines; tabs are not allowed
(#85) Tab found within whitespace
(#85) Line indented incorrectly; expected 4 spaces, found 1
(#85) Member variable "_borderTopSize" must be all lower-case
(#86) Spaces must be used to indent lines; tabs are not allowed
(#86) Tab found within whitespace
(#86) Whitespace found at end of line
(#87) Spaces must be used to indent lines; tabs are not allowed
(#87) Tab found within whitespace
(#87) Line indented incorrectly; expected at least 4 spaces, found 1
(#88) Spaces must be used to indent lines; tabs are not allowed
(#89) Spaces must be used to indent lines; tabs are not allowed
(#89) Whitespace found at end of line
(#90) Spaces must be used to indent lines; tabs are not allowed
(#91) Spaces must be used to indent lines; tabs are not allowed
(#92) Spaces must be used to indent lines; tabs are not allowed
(#92) Tab found within whitespace
(#92) Line indented incorrectly; expected 4 spaces, found 1
(#92) Member variable "_borderTopColor" must be all lower-case
(#93) Spaces must be used to indent lines; tabs are not allowed
(#93) Tab found within whitespace
(#93) Whitespace found at end of line
(#94) Spaces must be used to indent lines; tabs are not allowed
(#94) Tab found within whitespace
(#94) Line indented incorrectly; expected at least 4 spaces, found 1
(#95) Spaces must be used to indent lines; tabs are not allowed
(#96) Spaces must be used to indent lines; tabs are not allowed
(#96) Whitespace found at end of line
(#97) Spaces must be used to indent lines; tabs are not allowed
(#98) Spaces must be used to indent lines; tabs are not allowed
(#99) Spaces must be used to indent lines; tabs are not allowed
(#99) Tab found within whitespace
(#99) Line indented incorrectly; expected 4 spaces, found 1
(#99) Member variable "_borderLeftSize" must be all lower-case
(#100) Spaces must be used to indent lines; tabs are not allowed
(#100) Tab found within whitespace
(#100) Whitespace found at end of line
(#101) Spaces must be used to indent lines; tabs are not allowed
(#101) Tab found within whitespace
(#101) Line indented incorrectly; expected at least 4 spaces, found 1
(#102) Spaces must be used to indent lines; tabs are not allowed
(#103) Spaces must be used to indent lines; tabs are not allowed
(#103) Whitespace found at end of line
(#104) Spaces must be used to indent lines; tabs are not allowed
(#105) Spaces must be used to indent lines; tabs are not allowed
(#106) Spaces must be used to indent lines; tabs are not allowed
(#106) Tab found within whitespace
(#106) Line indented incorrectly; expected 4 spaces, found 1
(#106) Member variable "_borderLeftColor" must be all lower-case
(#107) Spaces must be used to indent lines; tabs are not allowed
(#107) Tab found within whitespace
(#107) Whitespace found at end of line
(#108) Spaces must be used to indent lines; tabs are not allowed
(#108) Tab found within whitespace
(#108) Line indented incorrectly; expected at least 4 spaces, found 1
(#109) Spaces must be used to indent lines; tabs are not allowed
(#110) Spaces must be used to indent lines; tabs are not allowed
(#110) Whitespace found at end of line
(#111) Spaces must be used to indent lines; tabs are not allowed
(#112) Spaces must be used to indent lines; tabs are not allowed
(#113) Spaces must be used to indent lines; tabs are not allowed
(#113) Tab found within whitespace
(#113) Line indented incorrectly; expected 4 spaces, found 1
(#113) Member variable "_borderRightSize" must be all lower-case
(#114) Spaces must be used to indent lines; tabs are not allowed
(#114) Tab found within whitespace
(#114) Whitespace found at end of line
(#115) Spaces must be used to indent lines; tabs are not allowed
(#115) Tab found within whitespace
(#115) Line indented incorrectly; expected at least 4 spaces, found 1
(#116) Spaces must be used to indent lines; tabs are not allowed
(#117) Spaces must be used to indent lines; tabs are not allowed
(#117) Whitespace found at end of line
(#118) Spaces must be used to indent lines; tabs are not allowed
(#119) Spaces must be used to indent lines; tabs are not allowed
(#120) Spaces must be used to indent lines; tabs are not allowed
(#120) Tab found within whitespace
(#120) Line indented incorrectly; expected 4 spaces, found 1
(#120) Member variable "_borderRightColor" must be all lower-case
(#121) Spaces must be used to indent lines; tabs are not allowed
(#121) Tab found within whitespace
(#121) Whitespace found at end of line
(#122) Spaces must be used to indent lines; tabs are not allowed
(#122) Tab found within whitespace
(#122) Line indented incorrectly; expected at least 4 spaces, found 1
(#123) Spaces must be used to indent lines; tabs are not allowed
(#124) Spaces must be used to indent lines; tabs are not allowed
(#124) Whitespace found at end of line
(#125) Spaces must be used to indent lines; tabs are not allowed
(#126) Spaces must be used to indent lines; tabs are not allowed
(#127) Spaces must be used to indent lines; tabs are not allowed
(#127) Tab found within whitespace
(#127) Line indented incorrectly; expected 4 spaces, found 1
(#127) Member variable "_borderBottomSize" must be all lower-case
(#128) Spaces must be used to indent lines; tabs are not allowed
(#128) Tab found within whitespace
(#128) Whitespace found at end of line
(#129) Spaces must be used to indent lines; tabs are not allowed
(#129) Tab found within whitespace
(#129) Line indented incorrectly; expected at least 4 spaces, found 1
(#130) Spaces must be used to indent lines; tabs are not allowed
(#131) Spaces must be used to indent lines; tabs are not allowed
(#131) Whitespace found at end of line
(#132) Spaces must be used to indent lines; tabs are not allowed
(#133) Spaces must be used to indent lines; tabs are not allowed
(#134) Spaces must be used to indent lines; tabs are not allowed
(#134) Tab found within whitespace
(#134) Line indented incorrectly; expected 4 spaces, found 1
(#134) Member variable "_borderBottomColor" must be all lower-case
(#135) Spaces must be used to indent lines; tabs are not allowed
(#135) Tab found within whitespace
(#135) Whitespace found at end of line
(#136) Spaces must be used to indent lines; tabs are not allowed
(#136) Tab found within whitespace
(#136) Line indented incorrectly; expected at least 4 spaces, found 1
(#137) Spaces must be used to indent lines; tabs are not allowed
(#138) Spaces must be used to indent lines; tabs are not allowed
(#138) Whitespace found at end of line
(#139) Spaces must be used to indent lines; tabs are not allowed
(#140) Spaces must be used to indent lines; tabs are not allowed
(#141) Spaces must be used to indent lines; tabs are not allowed
(#141) Tab found within whitespace
(#141) Line indented incorrectly; expected 4 spaces, found 1
(#141) Member variable "_borderInsideHSize" must be all lower-case
(#142) Spaces must be used to indent lines; tabs are not allowed
(#142) Tab found within whitespace
(#142) Whitespace found at end of line
(#143) Spaces must be used to indent lines; tabs are not allowed
(#143) Tab found within whitespace
(#143) Line indented incorrectly; expected at least 4 spaces, found 1
(#144) Spaces must be used to indent lines; tabs are not allowed
(#145) Spaces must be used to indent lines; tabs are not allowed
(#145) Whitespace found at end of line
(#146) Spaces must be used to indent lines; tabs are not allowed
(#147) Spaces must be used to indent lines; tabs are not allowed
(#148) Spaces must be used to indent lines; tabs are not allowed
(#148) Tab found within whitespace
(#148) Line indented incorrectly; expected 4 spaces, found 1
(#148) Member variable "_borderInsideHColor" must be all lower-case
(#149) Spaces must be used to indent lines; tabs are not allowed
(#149) Tab found within whitespace
(#149) Whitespace found at end of line
(#150) Spaces must be used to indent lines; tabs are not allowed
(#150) Tab found within whitespace
(#150) Line indented incorrectly; expected at least 4 spaces, found 1
(#151) Spaces must be used to indent lines; tabs are not allowed
(#152) Spaces must be used to indent lines; tabs are not allowed
(#152) Whitespace found at end of line
(#153) Spaces must be used to indent lines; tabs are not allowed
(#154) Spaces must be used to indent lines; tabs are not allowed
(#155) Spaces must be used to indent lines; tabs are not allowed
(#155) Tab found within whitespace
(#155) Line indented incorrectly; expected 4 spaces, found 1
(#155) Member variable "_borderInsideVSize" must be all lower-case
(#156) Spaces must be used to indent lines; tabs are not allowed
(#156) Tab found within whitespace
(#156) Whitespace found at end of line
(#157) Spaces must be used to indent lines; tabs are not allowed
(#157) Tab found within whitespace
(#157) Line indented incorrectly; expected at least 4 spaces, found 1
(#158) Spaces must be used to indent lines; tabs are not allowed
(#159) Spaces must be used to indent lines; tabs are not allowed
(#159) Whitespace found at end of line
(#160) Spaces must be used to indent lines; tabs are not allowed
(#161) Spaces must be used to indent lines; tabs are not allowed
(#162) Spaces must be used to indent lines; tabs are not allowed
(#162) Tab found within whitespace
(#162) Line indented incorrectly; expected 4 spaces, found 1
(#162) Member variable "_borderInsideVColor" must be all lower-case
(#163) Spaces must be used to indent lines; tabs are not allowed
(#163) Tab found within whitespace
(#163) Whitespace found at end of line
(#164) Spaces must be used to indent lines; tabs are not allowed
(#164) Tab found within whitespace
(#164) Whitespace found at end of line
(#165) Spaces must be used to indent lines; tabs are not allowed
(#165) Tab found within whitespace
(#165) Line indented incorrectly; expected at least 4 spaces, found 1
(#166) Spaces must be used to indent lines; tabs are not allowed
(#167) Spaces must be used to indent lines; tabs are not allowed
(#168) Spaces must be used to indent lines; tabs are not allowed
(#168) Tab found within whitespace
(#168) Line indented incorrectly; expected 4 spaces, found 1
(#168) Variable "styleTable" must be all lower-case
(#168) Variable "styleFirstRow" must be all lower-case
(#168) Variable "styleLastRow" must be all lower-case
(#169) Spaces must be used to indent lines; tabs are not allowed
(#169) Tab found within whitespace
(#169) Whitespace found at end of line
(#170) Spaces must be used to indent lines; tabs are not allowed
(#170) Tab found within whitespace
(#170) Line indented incorrectly; expected 8 spaces, found 2
(#170) Expected "if (...) {\n"; found "if(...) {\n"
(#170) Variable "styleFirstRow" must be all lower-case
(#170) Variable "styleFirstRow" must be all lower-case
(#171) Spaces must be used to indent lines; tabs are not allowed
(#171) Tab found within whitespace
(#171) Line indented incorrectly; expected at least 12 spaces, found 3
(#172) Spaces must be used to indent lines; tabs are not allowed
(#172) Tab found within whitespace
(#172) Whitespace found at end of line
(#173) Spaces must be used to indent lines; tabs are not allowed
(#173) Tab found within whitespace
(#173) Line indented incorrectly; expected at least 12 spaces, found 3
(#174) Spaces must be used to indent lines; tabs are not allowed
(#174) Tab found within whitespace
(#174) Line indented incorrectly; expected at least 12 spaces, found 3
(#175) Spaces must be used to indent lines; tabs are not allowed
(#175) Tab found within whitespace
(#175) Line indented incorrectly; expected at least 12 spaces, found 3
(#176) Spaces must be used to indent lines; tabs are not allowed
(#176) Tab found within whitespace
(#176) Line indented incorrectly; expected at least 12 spaces, found 3
(#177) Spaces must be used to indent lines; tabs are not allowed
(#177) Tab found within whitespace
(#177) Line indented incorrectly; expected at least 12 spaces, found 3
(#178) Spaces must be used to indent lines; tabs are not allowed
(#178) Tab found within whitespace
(#178) Line indented incorrectly; expected at least 12 spaces, found 3
(#179) Spaces must be used to indent lines; tabs are not allowed
(#179) Tab found within whitespace
(#179) Line indented incorrectly; expected at least 12 spaces, found 3
(#180) Spaces must be used to indent lines; tabs are not allowed
(#180) Tab found within whitespace
(#180) Line indented incorrectly; expected at least 12 spaces, found 3
(#181) Spaces must be used to indent lines; tabs are not allowed
(#181) Tab found within whitespace
(#181) Line indented incorrectly; expected at least 12 spaces, found 3
(#182) Spaces must be used to indent lines; tabs are not allowed
(#182) Tab found within whitespace
(#182) Line indented incorrectly; expected 12 spaces, found 3
(#182) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#182) Variable "styleFirstRow" must be all lower-case
(#183) Spaces must be used to indent lines; tabs are not allowed
(#183) Tab found within whitespace
(#183) Line indented incorrectly; expected 16 spaces, found 4
(#183) Expected "if (...) {\n"; found "if(...) {\n"
(#184) Spaces must be used to indent lines; tabs are not allowed
(#184) Tab found within whitespace
(#184) Line indented incorrectly; expected at least 20 spaces, found 5
(#185) Spaces must be used to indent lines; tabs are not allowed
(#185) Tab found within whitespace
(#185) Line indented incorrectly; expected 16 spaces, found 4
(#186) Spaces must be used to indent lines; tabs are not allowed
(#186) Tab found within whitespace
(#186) Whitespace found at end of line
(#187) Spaces must be used to indent lines; tabs are not allowed
(#187) Tab found within whitespace
(#187) Line indented incorrectly; expected at least 16 spaces, found 4
(#188) Spaces must be used to indent lines; tabs are not allowed
(#188) Tab found within whitespace
(#188) Line indented incorrectly; expected 12 spaces, found 3
(#189) Spaces must be used to indent lines; tabs are not allowed
(#189) Tab found within whitespace
(#189) Line indented incorrectly; expected 8 spaces, found 2
(#190) Spaces must be used to indent lines; tabs are not allowed
(#190) Tab found within whitespace
(#190) Whitespace found at end of line
(#191) Spaces must be used to indent lines; tabs are not allowed
(#191) Tab found within whitespace
(#191) Line indented incorrectly; expected 8 spaces, found 2
(#191) Expected "if (...) {\n"; found "if(...) {\n"
(#191) Variable "styleTable" must be all lower-case
(#191) Variable "styleTable" must be all lower-case
(#192) Spaces must be used to indent lines; tabs are not allowed
(#192) Tab found within whitespace
(#192) Line indented incorrectly; expected 12 spaces, found 3
(#192) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#192) Variable "styleTable" must be all lower-case
(#193) Spaces must be used to indent lines; tabs are not allowed
(#193) Tab found within whitespace
(#193) Line indented incorrectly; expected 16 spaces, found 4
(#193) Expected "if (...) {\n"; found "if(...) {\n"
(#194) Spaces must be used to indent lines; tabs are not allowed
(#194) Tab found within whitespace
(#194) Line indented incorrectly; expected at least 20 spaces, found 5
(#195) Spaces must be used to indent lines; tabs are not allowed
(#195) Tab found within whitespace
(#195) Line indented incorrectly; expected 16 spaces, found 4
(#196) Spaces must be used to indent lines; tabs are not allowed
(#196) Tab found within whitespace
(#196) Line indented incorrectly; expected at least 16 spaces, found 4
(#197) Spaces must be used to indent lines; tabs are not allowed
(#197) Tab found within whitespace
(#197) Line indented incorrectly; expected 12 spaces, found 3
(#198) Spaces must be used to indent lines; tabs are not allowed
(#198) Tab found within whitespace
(#198) Line indented incorrectly; expected 8 spaces, found 2
(#199) Spaces must be used to indent lines; tabs are not allowed
(#199) Tab found within whitespace
(#199) Line indented incorrectly; expected 4 spaces, found 1
(#200) Spaces must be used to indent lines; tabs are not allowed
(#200) Tab found within whitespace
(#200) Whitespace found at end of line
(#201) Spaces must be used to indent lines; tabs are not allowed
(#201) Tab found within whitespace
(#201) Line indented incorrectly; expected at least 4 spaces, found 1
(#202) Spaces must be used to indent lines; tabs are not allowed
(#203) Spaces must be used to indent lines; tabs are not allowed
(#203) Whitespace found at end of line
(#204) Spaces must be used to indent lines; tabs are not allowed
(#205) Spaces must be used to indent lines; tabs are not allowed
(#206) Spaces must be used to indent lines; tabs are not allowed
(#207) Spaces must be used to indent lines; tabs are not allowed
(#207) Tab found within whitespace
(#207) Line indented incorrectly; expected 4 spaces, found 1
(#207) Public method name "PHPWord_Style_TableFull::setStyleValue" must be in lower-case letters only
(#208) Spaces must be used to indent lines; tabs are not allowed
(#208) Tab found within whitespace
(#208) Line indented incorrectly; expected 8 spaces, found 2
(#208) Expected "if (...) {\n"; found "if(...) {\n"
(#209) Spaces must be used to indent lines; tabs are not allowed
(#209) Tab found within whitespace
(#209) Line indented incorrectly; expected at least 12 spaces, found 3
(#210) Spaces must be used to indent lines; tabs are not allowed
(#210) Tab found within whitespace
(#210) Line indented incorrectly; expected 8 spaces, found 2
(#210) Usage of ELSEIF not allowed; use ELSE IF instead
(#211) Spaces must be used to indent lines; tabs are not allowed
(#211) Tab found within whitespace
(#211) Line indented incorrectly; expected at least 12 spaces, found 3
(#212) Spaces must be used to indent lines; tabs are not allowed
(#212) Tab found within whitespace
(#212) Line indented incorrectly; expected 8 spaces, found 2
(#212) Usage of ELSEIF not allowed; use ELSE IF instead
(#213) Spaces must be used to indent lines; tabs are not allowed
(#213) Tab found within whitespace
(#213) Line indented incorrectly; expected at least 12 spaces, found 3
(#214) Spaces must be used to indent lines; tabs are not allowed
(#214) Tab found within whitespace
(#214) Line indented incorrectly; expected 8 spaces, found 2
(#215) Spaces must be used to indent lines; tabs are not allowed
(#215) Tab found within whitespace
(#215) Line indented incorrectly; expected at least 12 spaces, found 3
(#216) Spaces must be used to indent lines; tabs are not allowed
(#216) Tab found within whitespace
(#216) Line indented incorrectly; expected 8 spaces, found 2
(#217) Spaces must be used to indent lines; tabs are not allowed
(#217) Tab found within whitespace
(#217) Line indented incorrectly; expected 4 spaces, found 1
(#218) Spaces must be used to indent lines; tabs are not allowed
(#218) Tab found within whitespace
(#218) Whitespace found at end of line
(#219) Spaces must be used to indent lines; tabs are not allowed
(#219) Tab found within whitespace
(#219) Line indented incorrectly; expected at least 4 spaces, found 1
(#220) Spaces must be used to indent lines; tabs are not allowed
(#221) Spaces must be used to indent lines; tabs are not allowed
(#221) Whitespace found at end of line
(#222) Spaces must be used to indent lines; tabs are not allowed
(#223) Spaces must be used to indent lines; tabs are not allowed
(#224) Spaces must be used to indent lines; tabs are not allowed
(#224) Tab found within whitespace
(#224) Line indented incorrectly; expected 4 spaces, found 1
(#224) Public method name "PHPWord_Style_TableFull::getFirstRow" must be in lower-case letters only
(#225) Spaces must be used to indent lines; tabs are not allowed
(#225) Tab found within whitespace
(#225) Line indented incorrectly; expected at least 8 spaces, found 2
(#226) Spaces must be used to indent lines; tabs are not allowed
(#226) Tab found within whitespace
(#226) Line indented incorrectly; expected 4 spaces, found 1
(#227) Spaces must be used to indent lines; tabs are not allowed
(#227) Tab found within whitespace
(#227) Whitespace found at end of line
(#228) Spaces must be used to indent lines; tabs are not allowed
(#228) Tab found within whitespace
(#228) Line indented incorrectly; expected at least 4 spaces, found 1
(#229) Spaces must be used to indent lines; tabs are not allowed
(#230) Spaces must be used to indent lines; tabs are not allowed
(#230) Whitespace found at end of line
(#231) Spaces must be used to indent lines; tabs are not allowed
(#232) Spaces must be used to indent lines; tabs are not allowed
(#233) Spaces must be used to indent lines; tabs are not allowed
(#233) Tab found within whitespace
(#233) Line indented incorrectly; expected 4 spaces, found 1
(#233) Public method name "PHPWord_Style_TableFull::getLastRow" must be in lower-case letters only
(#234) Spaces must be used to indent lines; tabs are not allowed
(#234) Tab found within whitespace
(#234) Line indented incorrectly; expected at least 8 spaces, found 2
(#235) Spaces must be used to indent lines; tabs are not allowed
(#235) Tab found within whitespace
(#235) Line indented incorrectly; expected 4 spaces, found 1
(#236) Spaces must be used to indent lines; tabs are not allowed
(#236) Tab found within whitespace
(#236) Whitespace found at end of line
(#237) Spaces must be used to indent lines; tabs are not allowed
(#237) Tab found within whitespace
(#237) Line indented incorrectly; expected 4 spaces, found 1
(#237) Public method name "PHPWord_Style_TableFull::getBgColor" must be in lower-case letters only
(#238) Spaces must be used to indent lines; tabs are not allowed
(#238) Tab found within whitespace
(#238) Line indented incorrectly; expected at least 8 spaces, found 2
(#239) Spaces must be used to indent lines; tabs are not allowed
(#239) Tab found within whitespace
(#239) Line indented incorrectly; expected 4 spaces, found 1
(#241) Spaces must be used to indent lines; tabs are not allowed
(#241) Tab found within whitespace
(#241) Line indented incorrectly; expected 4 spaces, found 1
(#241) Public method name "PHPWord_Style_TableFull::setBgColor" must be in lower-case letters only
(#241) Variable "pValue" must be all lower-case
(#242) Spaces must be used to indent lines; tabs are not allowed
(#242) Tab found within whitespace
(#242) Line indented incorrectly; expected at least 8 spaces, found 4
(#242) Variable "pValue" must be all lower-case
(#243) Spaces must be used to indent lines; tabs are not allowed
(#243) Tab found within whitespace
(#243) Line indented incorrectly; expected 4 spaces, found 1
(#245) Spaces must be used to indent lines; tabs are not allowed
(#245) Tab found within whitespace
(#245) Line indented incorrectly; expected at least 4 spaces, found 1
(#246) Spaces must be used to indent lines; tabs are not allowed
(#247) Spaces must be used to indent lines; tabs are not allowed
(#247) Whitespace found at end of line
(#248) Spaces must be used to indent lines; tabs are not allowed
(#249) Spaces must be used to indent lines; tabs are not allowed
(#250) Spaces must be used to indent lines; tabs are not allowed
(#250) Tab found within whitespace
(#250) Line indented incorrectly; expected 4 spaces, found 1
(#250) Public method name "PHPWord_Style_TableFull::setBorderSize" must be in lower-case letters only
(#250) Variable "pValue" must be all lower-case
(#251) Spaces must be used to indent lines; tabs are not allowed
(#251) Tab found within whitespace
(#251) Line indented incorrectly; expected at least 8 spaces, found 2
(#251) Variable "pValue" must be all lower-case
(#252) Spaces must be used to indent lines; tabs are not allowed
(#252) Tab found within whitespace
(#252) Line indented incorrectly; expected at least 8 spaces, found 2
(#252) Variable "pValue" must be all lower-case
(#253) Spaces must be used to indent lines; tabs are not allowed
(#253) Tab found within whitespace
(#253) Line indented incorrectly; expected at least 8 spaces, found 2
(#253) Variable "pValue" must be all lower-case
(#254) Spaces must be used to indent lines; tabs are not allowed
(#254) Tab found within whitespace
(#254) Line indented incorrectly; expected at least 8 spaces, found 2
(#254) Variable "pValue" must be all lower-case
(#255) Spaces must be used to indent lines; tabs are not allowed
(#255) Tab found within whitespace
(#255) Line indented incorrectly; expected at least 8 spaces, found 2
(#255) Variable "pValue" must be all lower-case
(#256) Spaces must be used to indent lines; tabs are not allowed
(#256) Tab found within whitespace
(#256) Line indented incorrectly; expected at least 8 spaces, found 2
(#256) Variable "pValue" must be all lower-case
(#257) Spaces must be used to indent lines; tabs are not allowed
(#257) Tab found within whitespace
(#257) Line indented incorrectly; expected 4 spaces, found 1
(#258) Spaces must be used to indent lines; tabs are not allowed
(#258) Tab found within whitespace
(#258) Whitespace found at end of line
(#259) Spaces must be used to indent lines; tabs are not allowed
(#259) Tab found within whitespace
(#259) Line indented incorrectly; expected at least 4 spaces, found 1
(#260) Spaces must be used to indent lines; tabs are not allowed
(#261) Spaces must be used to indent lines; tabs are not allowed
(#261) Whitespace found at end of line
(#262) Spaces must be used to indent lines; tabs are not allowed
(#263) Spaces must be used to indent lines; tabs are not allowed
(#264) Spaces must be used to indent lines; tabs are not allowed
(#264) Tab found within whitespace
(#264) Line indented incorrectly; expected 4 spaces, found 1
(#264) Public method name "PHPWord_Style_TableFull::getBorderSize" must be in lower-case letters only
(#265) Spaces must be used to indent lines; tabs are not allowed
(#265) Tab found within whitespace
(#265) Line indented incorrectly; expected at least 8 spaces, found 2
(#266) Spaces must be used to indent lines; tabs are not allowed
(#266) Tab found within whitespace
(#266) Line indented incorrectly; expected at least 8 spaces, found 2
(#267) Spaces must be used to indent lines; tabs are not allowed
(#267) Tab found within whitespace
(#267) Line indented incorrectly; expected at least 8 spaces, found 2
(#268) Spaces must be used to indent lines; tabs are not allowed
(#268) Tab found within whitespace
(#268) Line indented incorrectly; expected at least 8 spaces, found 2
(#269) Spaces must be used to indent lines; tabs are not allowed
(#269) Tab found within whitespace
(#269) Line indented incorrectly; expected at least 8 spaces, found 2
(#270) Spaces must be used to indent lines; tabs are not allowed
(#270) Tab found within whitespace
(#270) Line indented incorrectly; expected at least 8 spaces, found 2
(#271) Spaces must be used to indent lines; tabs are not allowed
(#271) Tab found within whitespace
(#271) Whitespace found at end of line
(#272) Spaces must be used to indent lines; tabs are not allowed
(#272) Tab found within whitespace
(#272) Line indented incorrectly; expected at least 8 spaces, found 2
(#273) Spaces must be used to indent lines; tabs are not allowed
(#273) Tab found within whitespace
(#273) Line indented incorrectly; expected 4 spaces, found 1
(#274) Spaces must be used to indent lines; tabs are not allowed
(#274) Tab found within whitespace
(#274) Whitespace found at end of line
(#275) Spaces must be used to indent lines; tabs are not allowed
(#275) Tab found within whitespace
(#275) Line indented incorrectly; expected at least 4 spaces, found 1
(#276) Spaces must be used to indent lines; tabs are not allowed
(#277) Spaces must be used to indent lines; tabs are not allowed
(#278) Spaces must be used to indent lines; tabs are not allowed
(#278) Tab found within whitespace
(#278) Line indented incorrectly; expected 4 spaces, found 1
(#278) Public method name "PHPWord_Style_TableFull::setBorderColor" must be in lower-case letters only
(#278) Variable "pValue" must be all lower-case
(#279) Spaces must be used to indent lines; tabs are not allowed
(#279) Tab found within whitespace
(#279) Line indented incorrectly; expected at least 8 spaces, found 2
(#279) Variable "pValue" must be all lower-case
(#280) Spaces must be used to indent lines; tabs are not allowed
(#280) Tab found within whitespace
(#280) Line indented incorrectly; expected at least 8 spaces, found 2
(#280) Variable "pValue" must be all lower-case
(#281) Spaces must be used to indent lines; tabs are not allowed
(#281) Tab found within whitespace
(#281) Line indented incorrectly; expected at least 8 spaces, found 2
(#281) Variable "pValue" must be all lower-case
(#282) Spaces must be used to indent lines; tabs are not allowed
(#282) Tab found within whitespace
(#282) Line indented incorrectly; expected at least 8 spaces, found 2
(#282) Variable "pValue" must be all lower-case
(#283) Spaces must be used to indent lines; tabs are not allowed
(#283) Tab found within whitespace
(#283) Line indented incorrectly; expected at least 8 spaces, found 2
(#283) Variable "pValue" must be all lower-case
(#284) Spaces must be used to indent lines; tabs are not allowed
(#284) Tab found within whitespace
(#284) Line indented incorrectly; expected at least 8 spaces, found 2
(#284) Variable "pValue" must be all lower-case
(#285) Spaces must be used to indent lines; tabs are not allowed
(#285) Tab found within whitespace
(#285) Line indented incorrectly; expected 4 spaces, found 1
(#286) Spaces must be used to indent lines; tabs are not allowed
(#286) Tab found within whitespace
(#286) Whitespace found at end of line
(#287) Spaces must be used to indent lines; tabs are not allowed
(#287) Tab found within whitespace
(#287) Line indented incorrectly; expected at least 4 spaces, found 1
(#288) Spaces must be used to indent lines; tabs are not allowed
(#289) Spaces must be used to indent lines; tabs are not allowed
(#289) Whitespace found at end of line
(#290) Spaces must be used to indent lines; tabs are not allowed
(#291) Spaces must be used to indent lines; tabs are not allowed
(#292) Spaces must be used to indent lines; tabs are not allowed
(#292) Tab found within whitespace
(#292) Line indented incorrectly; expected 4 spaces, found 1
(#292) Public method name "PHPWord_Style_TableFull::getBorderColor" must be in lower-case letters only
(#293) Spaces must be used to indent lines; tabs are not allowed
(#293) Tab found within whitespace
(#293) Line indented incorrectly; expected at least 8 spaces, found 2
(#294) Spaces must be used to indent lines; tabs are not allowed
(#294) Tab found within whitespace
(#294) Line indented incorrectly; expected at least 8 spaces, found 2
(#295) Spaces must be used to indent lines; tabs are not allowed
(#295) Tab found within whitespace
(#295) Line indented incorrectly; expected at least 8 spaces, found 2
(#296) Spaces must be used to indent lines; tabs are not allowed
(#296) Tab found within whitespace
(#296) Line indented incorrectly; expected at least 8 spaces, found 2
(#297) Spaces must be used to indent lines; tabs are not allowed
(#297) Tab found within whitespace
(#297) Line indented incorrectly; expected at least 8 spaces, found 2
(#298) Spaces must be used to indent lines; tabs are not allowed
(#298) Tab found within whitespace
(#298) Line indented incorrectly; expected at least 8 spaces, found 2
(#299) Spaces must be used to indent lines; tabs are not allowed
(#299) Tab found within whitespace
(#299) Whitespace found at end of line
(#300) Spaces must be used to indent lines; tabs are not allowed
(#300) Tab found within whitespace
(#300) Line indented incorrectly; expected at least 8 spaces, found 2
(#301) Spaces must be used to indent lines; tabs are not allowed
(#301) Tab found within whitespace
(#301) Line indented incorrectly; expected 4 spaces, found 1
(#302) Spaces must be used to indent lines; tabs are not allowed
(#302) Tab found within whitespace
(#302) Whitespace found at end of line
(#303) Spaces must be used to indent lines; tabs are not allowed
(#303) Tab found within whitespace
(#303) Line indented incorrectly; expected 4 spaces, found 1
(#303) Public method name "PHPWord_Style_TableFull::setBorderTopSize" must be in lower-case letters only
(#303) Variable "pValue" must be all lower-case
(#304) Spaces must be used to indent lines; tabs are not allowed
(#304) Tab found within whitespace
(#304) Line indented incorrectly; expected at least 8 spaces, found 2
(#304) Variable "pValue" must be all lower-case
(#305) Spaces must be used to indent lines; tabs are not allowed
(#305) Tab found within whitespace
(#305) Line indented incorrectly; expected 4 spaces, found 1
(#306) Spaces must be used to indent lines; tabs are not allowed
(#306) Tab found within whitespace
(#306) Whitespace found at end of line
(#307) Spaces must be used to indent lines; tabs are not allowed
(#307) Tab found within whitespace
(#307) Line indented incorrectly; expected 4 spaces, found 1
(#307) Public method name "PHPWord_Style_TableFull::getBorderTopSize" must be in lower-case letters only
(#308) Spaces must be used to indent lines; tabs are not allowed
(#308) Tab found within whitespace
(#308) Line indented incorrectly; expected at least 8 spaces, found 2
(#309) Spaces must be used to indent lines; tabs are not allowed
(#309) Tab found within whitespace
(#309) Line indented incorrectly; expected 4 spaces, found 1
(#310) Spaces must be used to indent lines; tabs are not allowed
(#310) Tab found within whitespace
(#310) Whitespace found at end of line
(#311) Spaces must be used to indent lines; tabs are not allowed
(#311) Tab found within whitespace
(#311) Line indented incorrectly; expected 4 spaces, found 1
(#311) Public method name "PHPWord_Style_TableFull::setBorderTopColor" must be in lower-case letters only
(#311) Variable "pValue" must be all lower-case
(#312) Spaces must be used to indent lines; tabs are not allowed
(#312) Tab found within whitespace
(#312) Line indented incorrectly; expected at least 8 spaces, found 2
(#312) Variable "pValue" must be all lower-case
(#313) Spaces must be used to indent lines; tabs are not allowed
(#313) Tab found within whitespace
(#313) Line indented incorrectly; expected 4 spaces, found 1
(#314) Spaces must be used to indent lines; tabs are not allowed
(#314) Tab found within whitespace
(#314) Whitespace found at end of line
(#315) Spaces must be used to indent lines; tabs are not allowed
(#315) Tab found within whitespace
(#315) Line indented incorrectly; expected 4 spaces, found 1
(#315) Public method name "PHPWord_Style_TableFull::getBorderTopColor" must be in lower-case letters only
(#316) Spaces must be used to indent lines; tabs are not allowed
(#316) Tab found within whitespace
(#316) Line indented incorrectly; expected at least 8 spaces, found 2
(#317) Spaces must be used to indent lines; tabs are not allowed
(#317) Tab found within whitespace
(#317) Line indented incorrectly; expected 4 spaces, found 1
(#319) Spaces must be used to indent lines; tabs are not allowed
(#319) Tab found within whitespace
(#319) Line indented incorrectly; expected 4 spaces, found 1
(#319) Public method name "PHPWord_Style_TableFull::setBorderLeftSize" must be in lower-case letters only
(#319) Variable "pValue" must be all lower-case
(#320) Spaces must be used to indent lines; tabs are not allowed
(#320) Tab found within whitespace
(#320) Line indented incorrectly; expected at least 8 spaces, found 2
(#320) Variable "pValue" must be all lower-case
(#321) Spaces must be used to indent lines; tabs are not allowed
(#321) Tab found within whitespace
(#321) Line indented incorrectly; expected 4 spaces, found 1
(#322) Spaces must be used to indent lines; tabs are not allowed
(#322) Tab found within whitespace
(#322) Whitespace found at end of line
(#323) Spaces must be used to indent lines; tabs are not allowed
(#323) Tab found within whitespace
(#323) Line indented incorrectly; expected 4 spaces, found 1
(#323) Public method name "PHPWord_Style_TableFull::getBorderLeftSize" must be in lower-case letters only
(#324) Spaces must be used to indent lines; tabs are not allowed
(#324) Tab found within whitespace
(#324) Line indented incorrectly; expected at least 8 spaces, found 2
(#325) Spaces must be used to indent lines; tabs are not allowed
(#325) Tab found within whitespace
(#325) Line indented incorrectly; expected 4 spaces, found 1
(#326) Spaces must be used to indent lines; tabs are not allowed
(#326) Tab found within whitespace
(#326) Whitespace found at end of line
(#327) Spaces must be used to indent lines; tabs are not allowed
(#327) Tab found within whitespace
(#327) Line indented incorrectly; expected 4 spaces, found 1
(#327) Public method name "PHPWord_Style_TableFull::setBorderLeftColor" must be in lower-case letters only
(#327) Variable "pValue" must be all lower-case
(#328) Spaces must be used to indent lines; tabs are not allowed
(#328) Tab found within whitespace
(#328) Line indented incorrectly; expected at least 8 spaces, found 2
(#328) Variable "pValue" must be all lower-case
(#329) Spaces must be used to indent lines; tabs are not allowed
(#329) Tab found within whitespace
(#329) Line indented incorrectly; expected 4 spaces, found 1
(#330) Spaces must be used to indent lines; tabs are not allowed
(#330) Tab found within whitespace
(#330) Whitespace found at end of line
(#331) Spaces must be used to indent lines; tabs are not allowed
(#331) Tab found within whitespace
(#331) Line indented incorrectly; expected 4 spaces, found 1
(#331) Public method name "PHPWord_Style_TableFull::getBorderLeftColor" must be in lower-case letters only
(#332) Spaces must be used to indent lines; tabs are not allowed
(#332) Tab found within whitespace
(#332) Line indented incorrectly; expected at least 8 spaces, found 2
(#333) Spaces must be used to indent lines; tabs are not allowed
(#333) Tab found within whitespace
(#333) Line indented incorrectly; expected 4 spaces, found 1
(#334) Spaces must be used to indent lines; tabs are not allowed
(#334) Tab found within whitespace
(#334) Whitespace found at end of line
(#335) Spaces must be used to indent lines; tabs are not allowed
(#335) Tab found within whitespace
(#335) Line indented incorrectly; expected 4 spaces, found 1
(#335) Public method name "PHPWord_Style_TableFull::setBorderRightSize" must be in lower-case letters only
(#335) Variable "pValue" must be all lower-case
(#336) Spaces must be used to indent lines; tabs are not allowed
(#336) Tab found within whitespace
(#336) Line indented incorrectly; expected at least 8 spaces, found 2
(#336) Variable "pValue" must be all lower-case
(#337) Spaces must be used to indent lines; tabs are not allowed
(#337) Tab found within whitespace
(#337) Line indented incorrectly; expected 4 spaces, found 1
(#338) Spaces must be used to indent lines; tabs are not allowed
(#338) Tab found within whitespace
(#338) Whitespace found at end of line
(#339) Spaces must be used to indent lines; tabs are not allowed
(#339) Tab found within whitespace
(#339) Line indented incorrectly; expected 4 spaces, found 1
(#339) Public method name "PHPWord_Style_TableFull::getBorderRightSize" must be in lower-case letters only
(#340) Spaces must be used to indent lines; tabs are not allowed
(#340) Tab found within whitespace
(#340) Line indented incorrectly; expected at least 8 spaces, found 2
(#341) Spaces must be used to indent lines; tabs are not allowed
(#341) Tab found within whitespace
(#341) Line indented incorrectly; expected 4 spaces, found 1
(#342) Spaces must be used to indent lines; tabs are not allowed
(#342) Tab found within whitespace
(#342) Whitespace found at end of line
(#343) Spaces must be used to indent lines; tabs are not allowed
(#343) Tab found within whitespace
(#343) Line indented incorrectly; expected 4 spaces, found 1
(#343) Public method name "PHPWord_Style_TableFull::setBorderRightColor" must be in lower-case letters only
(#343) Variable "pValue" must be all lower-case
(#344) Spaces must be used to indent lines; tabs are not allowed
(#344) Tab found within whitespace
(#344) Line indented incorrectly; expected at least 8 spaces, found 2
(#344) Variable "pValue" must be all lower-case
(#345) Spaces must be used to indent lines; tabs are not allowed
(#345) Tab found within whitespace
(#345) Line indented incorrectly; expected 4 spaces, found 1
(#346) Spaces must be used to indent lines; tabs are not allowed
(#346) Tab found within whitespace
(#346) Whitespace found at end of line
(#347) Spaces must be used to indent lines; tabs are not allowed
(#347) Tab found within whitespace
(#347) Line indented incorrectly; expected 4 spaces, found 1
(#347) Public method name "PHPWord_Style_TableFull::getBorderRightColor" must be in lower-case letters only
(#348) Spaces must be used to indent lines; tabs are not allowed
(#348) Tab found within whitespace
(#348) Line indented incorrectly; expected at least 8 spaces, found 2
(#349) Spaces must be used to indent lines; tabs are not allowed
(#349) Tab found within whitespace
(#349) Line indented incorrectly; expected 4 spaces, found 1
(#350) Spaces must be used to indent lines; tabs are not allowed
(#350) Tab found within whitespace
(#350) Whitespace found at end of line
(#351) Spaces must be used to indent lines; tabs are not allowed
(#351) Tab found within whitespace
(#351) Line indented incorrectly; expected 4 spaces, found 1
(#351) Public method name "PHPWord_Style_TableFull::setBorderBottomSize" must be in lower-case letters only
(#351) Variable "pValue" must be all lower-case
(#352) Spaces must be used to indent lines; tabs are not allowed
(#352) Tab found within whitespace
(#352) Line indented incorrectly; expected at least 8 spaces, found 2
(#352) Variable "pValue" must be all lower-case
(#353) Spaces must be used to indent lines; tabs are not allowed
(#353) Tab found within whitespace
(#353) Line indented incorrectly; expected 4 spaces, found 1
(#354) Spaces must be used to indent lines; tabs are not allowed
(#354) Tab found within whitespace
(#354) Whitespace found at end of line
(#355) Spaces must be used to indent lines; tabs are not allowed
(#355) Tab found within whitespace
(#355) Line indented incorrectly; expected 4 spaces, found 1
(#355) Public method name "PHPWord_Style_TableFull::getBorderBottomSize" must be in lower-case letters only
(#356) Spaces must be used to indent lines; tabs are not allowed
(#356) Tab found within whitespace
(#356) Line indented incorrectly; expected at least 8 spaces, found 2
(#357) Spaces must be used to indent lines; tabs are not allowed
(#357) Tab found within whitespace
(#357) Line indented incorrectly; expected 4 spaces, found 1
(#358) Spaces must be used to indent lines; tabs are not allowed
(#358) Tab found within whitespace
(#358) Whitespace found at end of line
(#359) Spaces must be used to indent lines; tabs are not allowed
(#359) Tab found within whitespace
(#359) Line indented incorrectly; expected 4 spaces, found 1
(#359) Public method name "PHPWord_Style_TableFull::setBorderBottomColor" must be in lower-case letters only
(#359) Variable "pValue" must be all lower-case
(#360) Spaces must be used to indent lines; tabs are not allowed
(#360) Tab found within whitespace
(#360) Line indented incorrectly; expected at least 8 spaces, found 2
(#360) Variable "pValue" must be all lower-case
(#361) Spaces must be used to indent lines; tabs are not allowed
(#361) Tab found within whitespace
(#361) Line indented incorrectly; expected 4 spaces, found 1
(#362) Spaces must be used to indent lines; tabs are not allowed
(#362) Tab found within whitespace
(#362) Whitespace found at end of line
(#363) Spaces must be used to indent lines; tabs are not allowed
(#363) Tab found within whitespace
(#363) Line indented incorrectly; expected 4 spaces, found 1
(#363) Public method name "PHPWord_Style_TableFull::getBorderBottomColor" must be in lower-case letters only
(#364) Spaces must be used to indent lines; tabs are not allowed
(#364) Tab found within whitespace
(#364) Line indented incorrectly; expected at least 8 spaces, found 2
(#365) Spaces must be used to indent lines; tabs are not allowed
(#365) Tab found within whitespace
(#365) Line indented incorrectly; expected 4 spaces, found 1
(#366) Spaces must be used to indent lines; tabs are not allowed
(#366) Tab found within whitespace
(#366) Whitespace found at end of line
(#367) Spaces must be used to indent lines; tabs are not allowed
(#367) Tab found within whitespace
(#367) Line indented incorrectly; expected 4 spaces, found 1
(#367) Public method name "PHPWord_Style_TableFull::setBorderInsideHColor" must be in lower-case letters only
(#367) Variable "pValue" must be all lower-case
(#368) Spaces must be used to indent lines; tabs are not allowed
(#368) Tab found within whitespace
(#368) Line indented incorrectly; expected at least 8 spaces, found 2
(#368) Variable "pValue" must be all lower-case
(#369) Spaces must be used to indent lines; tabs are not allowed
(#369) Tab found within whitespace
(#369) Line indented incorrectly; expected 4 spaces, found 1
(#370) Spaces must be used to indent lines; tabs are not allowed
(#370) Tab found within whitespace
(#370) Whitespace found at end of line
(#371) Spaces must be used to indent lines; tabs are not allowed
(#371) Tab found within whitespace
(#371) Line indented incorrectly; expected 4 spaces, found 1
(#371) Public method name "PHPWord_Style_TableFull::getBorderInsideHColor" must be in lower-case letters only
(#372) Spaces must be used to indent lines; tabs are not allowed
(#372) Tab found within whitespace
(#372) Line indented incorrectly; expected at least 8 spaces, found 2
(#373) Spaces must be used to indent lines; tabs are not allowed
(#373) Tab found within whitespace
(#373) Line indented incorrectly; expected 4 spaces, found 1
(#374) Spaces must be used to indent lines; tabs are not allowed
(#374) Tab found within whitespace
(#374) Whitespace found at end of line
(#375) Spaces must be used to indent lines; tabs are not allowed
(#375) Tab found within whitespace
(#375) Line indented incorrectly; expected 4 spaces, found 1
(#375) Public method name "PHPWord_Style_TableFull::setBorderInsideVColor" must be in lower-case letters only
(#375) Variable "pValue" must be all lower-case
(#376) Spaces must be used to indent lines; tabs are not allowed
(#376) Tab found within whitespace
(#376) Line indented incorrectly; expected at least 8 spaces, found 2
(#376) Variable "pValue" must be all lower-case
(#377) Spaces must be used to indent lines; tabs are not allowed
(#377) Tab found within whitespace
(#377) Line indented incorrectly; expected 4 spaces, found 1
(#378) Spaces must be used to indent lines; tabs are not allowed
(#378) Tab found within whitespace
(#378) Whitespace found at end of line
(#379) Spaces must be used to indent lines; tabs are not allowed
(#379) Tab found within whitespace
(#379) Line indented incorrectly; expected 4 spaces, found 1
(#379) Public method name "PHPWord_Style_TableFull::getBorderInsideVColor" must be in lower-case letters only
(#380) Spaces must be used to indent lines; tabs are not allowed
(#380) Tab found within whitespace
(#380) Line indented incorrectly; expected at least 8 spaces, found 2
(#381) Spaces must be used to indent lines; tabs are not allowed
(#381) Tab found within whitespace
(#381) Line indented incorrectly; expected 4 spaces, found 1
(#382) Spaces must be used to indent lines; tabs are not allowed
(#382) Tab found within whitespace
(#382) Whitespace found at end of line
(#383) Spaces must be used to indent lines; tabs are not allowed
(#383) Tab found within whitespace
(#383) Line indented incorrectly; expected 4 spaces, found 1
(#383) Public method name "PHPWord_Style_TableFull::setBorderInsideHSize" must be in lower-case letters only
(#383) Variable "pValue" must be all lower-case
(#384) Spaces must be used to indent lines; tabs are not allowed
(#384) Tab found within whitespace
(#384) Line indented incorrectly; expected at least 8 spaces, found 2
(#384) Variable "pValue" must be all lower-case
(#385) Spaces must be used to indent lines; tabs are not allowed
(#385) Tab found within whitespace
(#385) Line indented incorrectly; expected 4 spaces, found 1
(#386) Spaces must be used to indent lines; tabs are not allowed
(#386) Tab found within whitespace
(#386) Whitespace found at end of line
(#387) Spaces must be used to indent lines; tabs are not allowed
(#387) Tab found within whitespace
(#387) Line indented incorrectly; expected 4 spaces, found 1
(#387) Public method name "PHPWord_Style_TableFull::getBorderInsideHSize" must be in lower-case letters only
(#388) Spaces must be used to indent lines; tabs are not allowed
(#388) Tab found within whitespace
(#388) Line indented incorrectly; expected at least 8 spaces, found 2
(#389) Spaces must be used to indent lines; tabs are not allowed
(#389) Tab found within whitespace
(#389) Line indented incorrectly; expected 4 spaces, found 1
(#390) Spaces must be used to indent lines; tabs are not allowed
(#390) Tab found within whitespace
(#390) Whitespace found at end of line
(#391) Spaces must be used to indent lines; tabs are not allowed
(#391) Tab found within whitespace
(#391) Line indented incorrectly; expected 4 spaces, found 1
(#391) Public method name "PHPWord_Style_TableFull::setBorderInsideVSize" must be in lower-case letters only
(#391) Variable "pValue" must be all lower-case
(#392) Spaces must be used to indent lines; tabs are not allowed
(#392) Tab found within whitespace
(#392) Line indented incorrectly; expected at least 8 spaces, found 2
(#392) Variable "pValue" must be all lower-case
(#393) Spaces must be used to indent lines; tabs are not allowed
(#393) Tab found within whitespace
(#393) Line indented incorrectly; expected 4 spaces, found 1
(#394) Spaces must be used to indent lines; tabs are not allowed
(#394) Tab found within whitespace
(#394) Whitespace found at end of line
(#395) Spaces must be used to indent lines; tabs are not allowed
(#395) Tab found within whitespace
(#395) Line indented incorrectly; expected 4 spaces, found 1
(#395) Public method name "PHPWord_Style_TableFull::getBorderInsideVSize" must be in lower-case letters only
(#396) Spaces must be used to indent lines; tabs are not allowed
(#396) Tab found within whitespace
(#396) Line indented incorrectly; expected at least 8 spaces, found 2
(#397) Spaces must be used to indent lines; tabs are not allowed
(#397) Tab found within whitespace
(#397) Line indented incorrectly; expected 4 spaces, found 1
(#398) Spaces must be used to indent lines; tabs are not allowed
(#398) Tab found within whitespace
(#398) Whitespace found at end of line
(#399) Spaces must be used to indent lines; tabs are not allowed
(#399) Tab found within whitespace
(#399) Line indented incorrectly; expected 4 spaces, found 1
(#399) Public method name "PHPWord_Style_TableFull::setCellMarginTop" must be in lower-case letters only
(#399) Variable "pValue" must be all lower-case
(#400) Spaces must be used to indent lines; tabs are not allowed
(#400) Tab found within whitespace
(#400) Line indented incorrectly; expected at least 8 spaces, found 2
(#400) Variable "pValue" must be all lower-case
(#401) Spaces must be used to indent lines; tabs are not allowed
(#401) Tab found within whitespace
(#401) Line indented incorrectly; expected 4 spaces, found 1
(#402) Spaces must be used to indent lines; tabs are not allowed
(#402) Tab found within whitespace
(#402) Whitespace found at end of line
(#403) Spaces must be used to indent lines; tabs are not allowed
(#403) Tab found within whitespace
(#403) Line indented incorrectly; expected 4 spaces, found 1
(#403) Public method name "PHPWord_Style_TableFull::getCellMarginTop" must be in lower-case letters only
(#404) Spaces must be used to indent lines; tabs are not allowed
(#404) Tab found within whitespace
(#404) Line indented incorrectly; expected at least 8 spaces, found 2
(#405) Spaces must be used to indent lines; tabs are not allowed
(#405) Tab found within whitespace
(#405) Line indented incorrectly; expected 4 spaces, found 1
(#406) Spaces must be used to indent lines; tabs are not allowed
(#406) Tab found within whitespace
(#406) Whitespace found at end of line
(#407) Spaces must be used to indent lines; tabs are not allowed
(#407) Tab found within whitespace
(#407) Line indented incorrectly; expected 4 spaces, found 1
(#407) Public method name "PHPWord_Style_TableFull::setCellMarginLeft" must be in lower-case letters only
(#407) Variable "pValue" must be all lower-case
(#408) Spaces must be used to indent lines; tabs are not allowed
(#408) Tab found within whitespace
(#408) Line indented incorrectly; expected at least 8 spaces, found 2
(#408) Variable "pValue" must be all lower-case
(#409) Spaces must be used to indent lines; tabs are not allowed
(#409) Tab found within whitespace
(#409) Line indented incorrectly; expected 4 spaces, found 1
(#410) Spaces must be used to indent lines; tabs are not allowed
(#410) Tab found within whitespace
(#410) Whitespace found at end of line
(#411) Spaces must be used to indent lines; tabs are not allowed
(#411) Tab found within whitespace
(#411) Line indented incorrectly; expected 4 spaces, found 1
(#411) Public method name "PHPWord_Style_TableFull::getCellMarginLeft" must be in lower-case letters only
(#412) Spaces must be used to indent lines; tabs are not allowed
(#412) Tab found within whitespace
(#412) Line indented incorrectly; expected at least 8 spaces, found 2
(#413) Spaces must be used to indent lines; tabs are not allowed
(#413) Tab found within whitespace
(#413) Line indented incorrectly; expected 4 spaces, found 1
(#414) Spaces must be used to indent lines; tabs are not allowed
(#414) Tab found within whitespace
(#414) Whitespace found at end of line
(#415) Spaces must be used to indent lines; tabs are not allowed
(#415) Tab found within whitespace
(#415) Line indented incorrectly; expected 4 spaces, found 1
(#415) Public method name "PHPWord_Style_TableFull::setCellMarginRight" must be in lower-case letters only
(#415) Variable "pValue" must be all lower-case
(#416) Spaces must be used to indent lines; tabs are not allowed
(#416) Tab found within whitespace
(#416) Line indented incorrectly; expected at least 8 spaces, found 2
(#416) Variable "pValue" must be all lower-case
(#417) Spaces must be used to indent lines; tabs are not allowed
(#417) Tab found within whitespace
(#417) Line indented incorrectly; expected 4 spaces, found 1
(#418) Spaces must be used to indent lines; tabs are not allowed
(#418) Tab found within whitespace
(#418) Whitespace found at end of line
(#419) Spaces must be used to indent lines; tabs are not allowed
(#419) Tab found within whitespace
(#419) Line indented incorrectly; expected 4 spaces, found 1
(#419) Public method name "PHPWord_Style_TableFull::getCellMarginRight" must be in lower-case letters only
(#420) Spaces must be used to indent lines; tabs are not allowed
(#420) Tab found within whitespace
(#420) Line indented incorrectly; expected at least 8 spaces, found 2
(#421) Spaces must be used to indent lines; tabs are not allowed
(#421) Tab found within whitespace
(#421) Line indented incorrectly; expected 4 spaces, found 1
(#422) Spaces must be used to indent lines; tabs are not allowed
(#422) Tab found within whitespace
(#422) Whitespace found at end of line
(#423) Spaces must be used to indent lines; tabs are not allowed
(#423) Tab found within whitespace
(#423) Line indented incorrectly; expected 4 spaces, found 1
(#423) Public method name "PHPWord_Style_TableFull::setCellMarginBottom" must be in lower-case letters only
(#423) Variable "pValue" must be all lower-case
(#424) Spaces must be used to indent lines; tabs are not allowed
(#424) Tab found within whitespace
(#424) Line indented incorrectly; expected at least 8 spaces, found 2
(#424) Variable "pValue" must be all lower-case
(#425) Spaces must be used to indent lines; tabs are not allowed
(#425) Tab found within whitespace
(#425) Line indented incorrectly; expected 4 spaces, found 1
(#426) Spaces must be used to indent lines; tabs are not allowed
(#426) Tab found within whitespace
(#426) Whitespace found at end of line
(#427) Spaces must be used to indent lines; tabs are not allowed
(#427) Tab found within whitespace
(#427) Line indented incorrectly; expected 4 spaces, found 1
(#427) Public method name "PHPWord_Style_TableFull::getCellMarginBottom" must be in lower-case letters only
(#428) Spaces must be used to indent lines; tabs are not allowed
(#428) Tab found within whitespace
(#428) Line indented incorrectly; expected at least 8 spaces, found 2
(#429) Spaces must be used to indent lines; tabs are not allowed
(#429) Tab found within whitespace
(#429) Line indented incorrectly; expected 4 spaces, found 1
(#430) Spaces must be used to indent lines; tabs are not allowed
(#430) Tab found within whitespace
(#430) Whitespace found at end of line
(#431) Spaces must be used to indent lines; tabs are not allowed
(#431) Tab found within whitespace
(#431) Line indented incorrectly; expected 4 spaces, found 1
(#431) Public method name "PHPWord_Style_TableFull::setCellMargin" must be in lower-case letters only
(#431) Variable "pValue" must be all lower-case
(#432) Spaces must be used to indent lines; tabs are not allowed
(#432) Tab found within whitespace
(#432) Line indented incorrectly; expected at least 8 spaces, found 2
(#432) Variable "pValue" must be all lower-case
(#433) Spaces must be used to indent lines; tabs are not allowed
(#433) Tab found within whitespace
(#433) Line indented incorrectly; expected at least 8 spaces, found 2
(#433) Variable "pValue" must be all lower-case
(#434) Spaces must be used to indent lines; tabs are not allowed
(#434) Tab found within whitespace
(#434) Line indented incorrectly; expected at least 8 spaces, found 2
(#434) Variable "pValue" must be all lower-case
(#435) Spaces must be used to indent lines; tabs are not allowed
(#435) Tab found within whitespace
(#435) Line indented incorrectly; expected at least 8 spaces, found 2
(#435) Variable "pValue" must be all lower-case
(#436) Spaces must be used to indent lines; tabs are not allowed
(#436) Tab found within whitespace
(#436) Line indented incorrectly; expected 4 spaces, found 1
(#437) Spaces must be used to indent lines; tabs are not allowed
(#437) Tab found within whitespace
(#437) Whitespace found at end of line
(#438) Spaces must be used to indent lines; tabs are not allowed
(#438) Tab found within whitespace
(#438) Line indented incorrectly; expected 4 spaces, found 1
(#438) Public method name "PHPWord_Style_TableFull::getCellMargin" must be in lower-case letters only
(#439) Spaces must be used to indent lines; tabs are not allowed
(#439) Tab found within whitespace
(#439) Line indented incorrectly; expected at least 8 spaces, found 2
(#440) Spaces must be used to indent lines; tabs are not allowed
(#440) Tab found within whitespace
(#440) Line indented incorrectly; expected 4 spaces, found 1
(#442) A closing tag is not permitted at the end of a PHP file
mod/offlinequiz/lib/PHPWord/Style/Tabs.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#36) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#43) Line indented incorrectly; expected 4 spaces, found 8
(#49) Line indented incorrectly; expected 4 spaces, found 8
(#51) Line indented incorrectly; expected 4 spaces, found 8
(#57) Line indented incorrectly; expected 4 spaces, found 8
(#57) Public method name "PHPWord_Style_Tabs::toXml" must be in lower-case letters only
(#57) Variable "objWriter" must be all lower-case
(#57) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#58) Line indented incorrectly; expected 8 spaces, found 12
(#58) Expected "if (...) {\n"; found "if(...) {\n"
(#58) Variable "objWriter" must be all lower-case
(#59) Variable "objWriter" must be all lower-case
(#60) Line indented incorrectly; expected 12 spaces, found 16
(#61) Variable "objWriter" must be all lower-case
(#62) Line indented incorrectly; expected 12 spaces, found 16
(#63) Variable "objWriter" must be all lower-case
(#64) Line indented incorrectly; expected 8 spaces, found 12
(#65) Line indented incorrectly; expected 4 spaces, found 8
(#67) A closing tag is not permitted at the end of a PHP file
mod/offlinequiz/lib/PHPWord/TOC.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#36) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Whitespace found at end of line
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected at least 4 spaces, found 1
(#39) Spaces must be used to indent lines; tabs are not allowed
(#40) Spaces must be used to indent lines; tabs are not allowed
(#41) Spaces must be used to indent lines; tabs are not allowed
(#42) Spaces must be used to indent lines; tabs are not allowed
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected 4 spaces, found 1
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Whitespace found at end of line
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected at least 4 spaces, found 1
(#46) Spaces must be used to indent lines; tabs are not allowed
(#47) Spaces must be used to indent lines; tabs are not allowed
(#48) Spaces must be used to indent lines; tabs are not allowed
(#49) Spaces must be used to indent lines; tabs are not allowed
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected 4 spaces, found 1
(#50) Member variable "_styleTOC" must be all lower-case
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Whitespace found at end of line
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected at least 4 spaces, found 1
(#53) Spaces must be used to indent lines; tabs are not allowed
(#54) Spaces must be used to indent lines; tabs are not allowed
(#55) Spaces must be used to indent lines; tabs are not allowed
(#56) Spaces must be used to indent lines; tabs are not allowed
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected 4 spaces, found 1
(#57) Member variable "_styleFont" must be all lower-case
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Whitespace found at end of line
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#59) Line indented incorrectly; expected at least 4 spaces, found 1
(#60) Spaces must be used to indent lines; tabs are not allowed
(#61) Spaces must be used to indent lines; tabs are not allowed
(#62) Spaces must be used to indent lines; tabs are not allowed
(#63) Spaces must be used to indent lines; tabs are not allowed
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected 4 spaces, found 1
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Tab found within whitespace
(#65) Whitespace found at end of line
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected at least 4 spaces, found 1
(#67) Spaces must be used to indent lines; tabs are not allowed
(#68) Spaces must be used to indent lines; tabs are not allowed
(#69) Spaces must be used to indent lines; tabs are not allowed
(#70) Spaces must be used to indent lines; tabs are not allowed
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected 4 spaces, found 1
(#71) Member variable "_bookmarkId" must be all lower-case
(#72) Spaces must be used to indent lines; tabs are not allowed
(#72) Tab found within whitespace
(#72) Whitespace found at end of line
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Whitespace found at end of line
(#74) Spaces must be used to indent lines; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected at least 4 spaces, found 1
(#75) Spaces must be used to indent lines; tabs are not allowed
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Whitespace found at end of line
(#77) Spaces must be used to indent lines; tabs are not allowed
(#78) Spaces must be used to indent lines; tabs are not allowed
(#79) Spaces must be used to indent lines; tabs are not allowed
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected 4 spaces, found 1
(#80) Variable "styleFont" must be all lower-case
(#80) Variable "styleTOC" must be all lower-case
(#81) Spaces must be used to indent lines; tabs are not allowed
(#81) Tab found within whitespace
(#81) Line indented incorrectly; expected at least 8 spaces, found 2
(#81) Variable "_styleTOC" must be all lower-case
(#81) Variable "_styleTOC" must not contain underscores.
(#82) Spaces must be used to indent lines; tabs are not allowed
(#82) Tab found within whitespace
(#82) Whitespace found at end of line
(#83) Spaces must be used to indent lines; tabs are not allowed
(#83) Tab found within whitespace
(#83) Line indented incorrectly; expected 8 spaces, found 2
(#83) Expected "if (...) {\n"; found "if(...) {\n"
(#83) Variable "styleTOC" must be all lower-case
(#83) Variable "styleTOC" must be all lower-case
(#84) Spaces must be used to indent lines; tabs are not allowed
(#84) Tab found within whitespace
(#84) Line indented incorrectly; expected 12 spaces, found 3
(#84) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#84) Variable "styleTOC" must be all lower-case
(#85) Spaces must be used to indent lines; tabs are not allowed
(#85) Tab found within whitespace
(#85) Line indented incorrectly; expected 16 spaces, found 4
(#85) Expected "if (...) {\n"; found "if(...) {\n"
(#86) Spaces must be used to indent lines; tabs are not allowed
(#86) Tab found within whitespace
(#86) Line indented incorrectly; expected at least 20 spaces, found 5
(#87) Spaces must be used to indent lines; tabs are not allowed
(#87) Tab found within whitespace
(#87) Line indented incorrectly; expected 16 spaces, found 4
(#88) Spaces must be used to indent lines; tabs are not allowed
(#88) Tab found within whitespace
(#88) Line indented incorrectly; expected at least 16 spaces, found 4
(#88) Variable "_styleTOC" must be all lower-case
(#88) Variable "_styleTOC" must not contain underscores.
(#89) Spaces must be used to indent lines; tabs are not allowed
(#89) Tab found within whitespace
(#89) Line indented incorrectly; expected 12 spaces, found 3
(#90) Spaces must be used to indent lines; tabs are not allowed
(#90) Tab found within whitespace
(#90) Line indented incorrectly; expected 8 spaces, found 2
(#91) Spaces must be used to indent lines; tabs are not allowed
(#91) Tab found within whitespace
(#91) Whitespace found at end of line
(#92) Spaces must be used to indent lines; tabs are not allowed
(#92) Tab found within whitespace
(#92) Line indented incorrectly; expected 8 spaces, found 2
(#92) Expected "if (...) {\n"; found "if(...) {\n"
(#92) Variable "styleFont" must be all lower-case
(#93) Spaces must be used to indent lines; tabs are not allowed
(#93) Tab found within whitespace
(#93) Line indented incorrectly; expected 12 spaces, found 3
(#93) Expected "if (...) {\n"; found "if(...) {\n"
(#93) Variable "styleFont" must be all lower-case
(#94) Spaces must be used to indent lines; tabs are not allowed
(#94) Tab found within whitespace
(#94) Line indented incorrectly; expected at least 16 spaces, found 4
(#94) Variable "_styleFont" must be all lower-case
(#94) Variable "_styleFont" must not contain underscores.
(#95) Spaces must be used to indent lines; tabs are not allowed
(#95) Tab found within whitespace
(#95) Whitespace found at end of line
(#96) Spaces must be used to indent lines; tabs are not allowed
(#96) Tab found within whitespace
(#96) Line indented incorrectly; expected 16 spaces, found 4
(#96) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#96) Variable "styleFont" must be all lower-case
(#97) Spaces must be used to indent lines; tabs are not allowed
(#97) Tab found within whitespace
(#97) Line indented incorrectly; expected 20 spaces, found 5
(#97) Expected "if (...) {\n"; found "if(...) {\n"
(#98) Spaces must be used to indent lines; tabs are not allowed
(#98) Tab found within whitespace
(#98) Line indented incorrectly; expected at least 24 spaces, found 6
(#99) Spaces must be used to indent lines; tabs are not allowed
(#99) Tab found within whitespace
(#99) Line indented incorrectly; expected 20 spaces, found 5
(#100) Spaces must be used to indent lines; tabs are not allowed
(#100) Tab found within whitespace
(#100) Line indented incorrectly; expected at least 20 spaces, found 5
(#100) Variable "_styleFont" must be all lower-case
(#100) Variable "_styleFont" must not contain underscores.
(#101) Spaces must be used to indent lines; tabs are not allowed
(#101) Tab found within whitespace
(#101) Line indented incorrectly; expected 16 spaces, found 4
(#102) Spaces must be used to indent lines; tabs are not allowed
(#102) Tab found within whitespace
(#102) Line indented incorrectly; expected 12 spaces, found 3
(#103) Spaces must be used to indent lines; tabs are not allowed
(#103) Tab found within whitespace
(#103) Line indented incorrectly; expected at least 16 spaces, found 4
(#103) Variable "_styleFont" must be all lower-case
(#103) Variable "_styleFont" must not contain underscores.
(#103) Variable "styleFont" must be all lower-case
(#104) Spaces must be used to indent lines; tabs are not allowed
(#104) Tab found within whitespace
(#104) Line indented incorrectly; expected 12 spaces, found 3
(#105) Spaces must be used to indent lines; tabs are not allowed
(#105) Tab found within whitespace
(#105) Line indented incorrectly; expected 8 spaces, found 2
(#106) Spaces must be used to indent lines; tabs are not allowed
(#106) Tab found within whitespace
(#106) Line indented incorrectly; expected 4 spaces, found 1
(#107) Spaces must be used to indent lines; tabs are not allowed
(#107) Tab found within whitespace
(#107) Whitespace found at end of line
(#108) Spaces must be used to indent lines; tabs are not allowed
(#108) Tab found within whitespace
(#108) Line indented incorrectly; expected at least 4 spaces, found 1
(#109) Spaces must be used to indent lines; tabs are not allowed
(#109) Expected 2 space(s) before asterisk; 1 found
(#110) Spaces must be used to indent lines; tabs are not allowed
(#110) Expected 2 space(s) before asterisk; 1 found
(#110) Whitespace found at end of line
(#111) Spaces must be used to indent lines; tabs are not allowed
(#111) Expected 2 space(s) before asterisk; 1 found
(#112) Spaces must be used to indent lines; tabs are not allowed
(#112) Expected 2 space(s) before asterisk; 1 found
(#113) Spaces must be used to indent lines; tabs are not allowed
(#113) Tab found within whitespace
(#113) Line indented incorrectly; expected 4 spaces, found 1
(#113) Public method name "PHPWord_TOC::addTitle" must be in lower-case letters only
(#114) Spaces must be used to indent lines; tabs are not allowed
(#114) Tab found within whitespace
(#114) Line indented incorrectly; expected at least 8 spaces, found 2
(#114) Variable "_anchor" must not contain underscores.
(#115) Spaces must be used to indent lines; tabs are not allowed
(#115) Tab found within whitespace
(#115) Line indented incorrectly; expected at least 8 spaces, found 2
(#115) Variable "bookmarkId" must be all lower-case
(#115) Variable "_bookmarkId" must be all lower-case
(#115) Variable "_bookmarkId" must not contain underscores.
(#116) Spaces must be used to indent lines; tabs are not allowed
(#116) Tab found within whitespace
(#116) 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 at least 8 spaces, found 2
(#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) Line indented incorrectly; expected at least 8 spaces, found 2
(#120) Spaces must be used to indent lines; tabs are not allowed
(#120) Tab found within whitespace
(#120) Line indented incorrectly; expected at least 8 spaces, found 2
(#121) Spaces must be used to indent lines; tabs are not allowed
(#121) Tab found within whitespace
(#121) Line indented incorrectly; expected at least 8 spaces, found 2
(#121) Variable "bookmarkId" must be all lower-case
(#122) Spaces must be used to indent lines; tabs are not allowed
(#122) Tab found within whitespace
(#122) Whitespace found at end of line
(#123) Spaces must be used to indent lines; tabs are not allowed
(#123) Tab found within whitespace
(#123) Line indented incorrectly; expected at least 8 spaces, found 2
(#123) Variable "_titles" must not contain underscores.
(#124) Spaces must be used to indent lines; tabs are not allowed
(#124) Tab found within whitespace
(#124) Whitespace found at end of line
(#125) Spaces must be used to indent lines; tabs are not allowed
(#125) Tab found within whitespace
(#125) Line indented incorrectly; expected at least 8 spaces, found 2
(#125) Variable "bookmarkId" must be all lower-case
(#126) Spaces must be used to indent lines; tabs are not allowed
(#126) Tab found within whitespace
(#126) Line indented incorrectly; expected 4 spaces, found 1
(#127) Spaces must be used to indent lines; tabs are not allowed
(#127) Tab found within whitespace
(#127) Whitespace found at end of line
(#128) Spaces must be used to indent lines; tabs are not allowed
(#128) Tab found within whitespace
(#128) Line indented incorrectly; expected at least 4 spaces, found 1
(#129) Spaces must be used to indent lines; tabs are not allowed
(#130) Spaces must be used to indent lines; tabs are not allowed
(#130) Whitespace found at end of line
(#131) Spaces must be used to indent lines; tabs are not allowed
(#132) Spaces must be used to indent lines; tabs are not allowed
(#133) Spaces must be used to indent lines; tabs are not allowed
(#133) Tab found within whitespace
(#133) Line indented incorrectly; expected 4 spaces, found 1
(#133) Public method name "PHPWord_TOC::getTitles" must be in lower-case letters only
(#134) Spaces must be used to indent lines; tabs are not allowed
(#134) Tab found within whitespace
(#134) Line indented incorrectly; expected at least 8 spaces, found 2
(#134) Variable "_titles" must not contain underscores.
(#135) Spaces must be used to indent lines; tabs are not allowed
(#135) Tab found within whitespace
(#135) Line indented incorrectly; expected 4 spaces, found 1
(#136) Spaces must be used to indent lines; tabs are not allowed
(#136) Tab found within whitespace
(#136) Whitespace found at end of line
(#137) Spaces must be used to indent lines; tabs are not allowed
(#137) Tab found within whitespace
(#137) Line indented incorrectly; expected at least 4 spaces, found 1
(#138) Spaces must be used to indent lines; tabs are not allowed
(#139) Spaces must be used to indent lines; tabs are not allowed
(#139) Whitespace found at end of line
(#140) Spaces must be used to indent lines; tabs are not allowed
(#141) Spaces must be used to indent lines; tabs are not allowed
(#142) Spaces must be used to indent lines; tabs are not allowed
(#142) Tab found within whitespace
(#142) Line indented incorrectly; expected 4 spaces, found 1
(#142) Public method name "PHPWord_TOC::getStyleTOC" must be in lower-case letters only
(#143) Spaces must be used to indent lines; tabs are not allowed
(#143) Tab found within whitespace
(#143) Line indented incorrectly; expected at least 8 spaces, found 2
(#143) Variable "_styleTOC" must be all lower-case
(#143) Variable "_styleTOC" must not contain underscores.
(#144) Spaces must be used to indent lines; tabs are not allowed
(#144) Tab found within whitespace
(#144) Line indented incorrectly; expected 4 spaces, found 1
(#145) Spaces must be used to indent lines; tabs are not allowed
(#145) Tab found within whitespace
(#145) Whitespace found at end of line
(#146) Spaces must be used to indent lines; tabs are not allowed
(#146) Tab found within whitespace
(#146) Line indented incorrectly; expected at least 4 spaces, found 1
(#147) Spaces must be used to indent lines; tabs are not allowed
(#148) Spaces must be used to indent lines; tabs are not allowed
(#148) Whitespace found at end of line
(#149) Spaces must be used to indent lines; tabs are not allowed
(#150) Spaces must be used to indent lines; tabs are not allowed
(#151) Spaces must be used to indent lines; tabs are not allowed
(#151) Tab found within whitespace
(#151) Line indented incorrectly; expected 4 spaces, found 1
(#151) Public method name "PHPWord_TOC::getStyleFont" must be in lower-case letters only
(#152) Spaces must be used to indent lines; tabs are not allowed
(#152) Tab found within whitespace
(#152) Line indented incorrectly; expected at least 8 spaces, found 2
(#152) Variable "_styleFont" must be all lower-case
(#152) Variable "_styleFont" must not contain underscores.
(#153) Spaces must be used to indent lines; tabs are not allowed
(#153) Tab found within whitespace
(#153) Line indented incorrectly; expected 4 spaces, found 1
(#155) A closing tag is not permitted at the end of a PHP file
mod/offlinequiz/lib/PHPWord/Template.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#36) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#37) Whitespace found at end of line
(#40) Whitespace found at end of line
(#43) Member variable "_objZip" must be all lower-case
(#44) Whitespace found at end of line
(#47) Whitespace found at end of line
(#50) Member variable "_tempFileName" must be all lower-case
(#51) Whitespace found at end of line
(#54) Whitespace found at end of line
(#57) Member variable "_documentXML" must be all lower-case
(#58) Whitespace found at end of line
(#59) Whitespace found at end of line
(#62) Whitespace found at end of line
(#65) Variable "strFilename" must be all lower-case
(#66) Variable "strFilename" must be all lower-case
(#68) Whitespace found at end of line
(#69) Variable "strFilename" must be all lower-case
(#69) Inline comments must end in full-stops, exclamation marks, or question marks
(#73) Whitespace found at end of line
(#76) Whitespace found at end of line
(#79) Whitespace found at end of line
(#83) Public method name "PHPWord_Template::setValue" must be in lower-case letters only
(#84) Expected "if (...) {\n"; found "if(...) {\n"
(#87) Whitespace found at end of line
(#88) Expected "if (...) {\n"; found "if(...) {\n"
(#91) Whitespace found at end of line
(#97) Public method name "PHPWord_Template::getVariables" must be in lower-case letters only
(#98) Opening brace should be on the same line as the declaration
(#104) Whitespace found at end of line
(#107) Variable "strFilename" must be all lower-case
(#108) Expected "if (...) {\n"; found "if(...) {\n"
(#108) Variable "strFilename" must be all lower-case
(#109) Variable "strFilename" must be all lower-case
(#111) Whitespace found at end of line
(#113) Whitespace found at end of line
(#114) Inline comments must end in full-stops, exclamation marks, or question marks
(#115) Expected "if (...) {\n"; found "if(...) {\n"
(#118) Whitespace found at end of line
(#119) Variable "strFilename" must be all lower-case
(#122) A closing tag is not permitted at the end of a PHP file
mod/offlinequiz/lib/PHPWord/Writer/IWriter.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#29) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected at least 4 spaces, found 1
(#32) Spaces must be used to indent lines; tabs are not allowed
(#33) Spaces must be used to indent lines; tabs are not allowed
(#34) Spaces must be used to indent lines; tabs are not allowed
(#35) Spaces must be used to indent lines; tabs are not allowed
(#36) Spaces must be used to indent lines; tabs are not allowed
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected 4 spaces, found 1
(#37) Variable "pFilename" must be all lower-case
(#39) A closing tag is not permitted at the end of a PHP file
mod/offlinequiz/lib/PHPWord/Writer/ODText.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Spaces must be used for alignment; tabs are not allowed
(#28) Expected MOODLE_INTERNAL check or config.php inclusion
(#30) Spaces must be used for alignment; tabs are not allowed
(#30) Tab found within whitespace
(#30) Line indented incorrectly; expected at least 4 spaces, found 1
(#31) Spaces must be used for alignment; tabs are not allowed
(#31) Expected 2 space(s) before asterisk; 1 found
(#32) Spaces must be used for alignment; tabs are not allowed
(#32) Expected 2 space(s) before asterisk; 1 found
(#33) Spaces must be used for alignment; tabs are not allowed
(#33) Expected 2 space(s) before asterisk; 1 found
(#34) Spaces must be used for alignment; tabs are not allowed
(#34) Expected 2 space(s) before asterisk; 1 found
(#35) Spaces must be used for alignment; tabs are not allowed
(#35) Tab found within whitespace
(#35) Line indented incorrectly; expected 4 spaces, found 1
(#36) Spaces must be used for alignment; tabs are not allowed
(#36) Tab found within whitespace
(#36) Whitespace found at end of line
(#37) Spaces must be used for alignment; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected at least 4 spaces, found 1
(#38) Spaces must be used for alignment; tabs are not allowed
(#38) Expected 2 space(s) before asterisk; 1 found
(#39) Spaces must be used for alignment; tabs are not allowed
(#39) Expected 2 space(s) before asterisk; 1 found
(#40) Spaces must be used for alignment; tabs are not allowed
(#40) Expected 2 space(s) before asterisk; 1 found
(#41) Spaces must be used for alignment; tabs are not allowed
(#41) Expected 2 space(s) before asterisk; 1 found
(#42) Spaces must be used for alignment; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected 4 spaces, found 1
(#42) Member variable "_writerParts" must be all lower-case
(#43) Spaces must be used for alignment; tabs are not allowed
(#43) Tab found within whitespace
(#43) Whitespace found at end of line
(#44) Spaces must be used for alignment; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected at least 4 spaces, found 1
(#45) Spaces must be used for alignment; tabs are not allowed
(#46) Spaces must be used for alignment; tabs are not allowed
(#47) Spaces must be used for alignment; tabs are not allowed
(#48) Spaces must be used for alignment; tabs are not allowed
(#49) Spaces must be used for alignment; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected 4 spaces, found 1
(#49) Member variable "_drawingHashTable" must be all lower-case
(#50) Spaces must be used for alignment; tabs are not allowed
(#50) Tab found within whitespace
(#50) Whitespace found at end of line
(#51) Spaces must be used for alignment; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected at least 4 spaces, found 1
(#52) Spaces must be used for alignment; tabs are not allowed
(#52) Expected 2 space(s) before asterisk; 1 found
(#53) Spaces must be used for alignment; tabs are not allowed
(#53) Expected 2 space(s) before asterisk; 1 found
(#54) Spaces must be used for alignment; tabs are not allowed
(#54) Expected 2 space(s) before asterisk; 1 found
(#55) Spaces must be used for alignment; tabs are not allowed
(#55) Expected 2 space(s) before asterisk; 1 found
(#56) Spaces must be used for alignment; tabs are not allowed
(#56) Tab found within whitespace
(#56) Line indented incorrectly; expected 4 spaces, found 1
(#56) Member variable "_useDiskCaching" must be all lower-case
(#57) Spaces must be used for alignment; tabs are not allowed
(#57) Tab found within whitespace
(#57) Whitespace found at end of line
(#58) Spaces must be used for alignment; tabs are not allowed
(#58) Tab found within whitespace
(#58) Line indented incorrectly; expected at least 4 spaces, found 1
(#59) Spaces must be used for alignment; tabs are not allowed
(#60) Spaces must be used for alignment; tabs are not allowed
(#61) Spaces must be used for alignment; tabs are not allowed
(#62) Spaces must be used for alignment; tabs are not allowed
(#63) Spaces must be used for alignment; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected 4 spaces, found 1
(#63) Member variable "_diskCachingDirectory" must be all lower-case
(#64) Spaces must be used for alignment; tabs are not allowed
(#64) Tab found within whitespace
(#64) Whitespace found at end of line
(#65) Spaces must be used for alignment; tabs are not allowed
(#65) Tab found within whitespace
(#65) Line indented incorrectly; expected at least 4 spaces, found 1
(#66) Spaces must be used for alignment; tabs are not allowed
(#67) Spaces must be used for alignment; tabs are not allowed
(#68) Spaces must be used for alignment; tabs are not allowed
(#68) Spaces must be used for alignment; tabs are not allowed
(#68) Spaces must be used for alignment; tabs are not allowed
(#69) Spaces must be used for alignment; tabs are not allowed
(#70) Spaces must be used for alignment; tabs are not allowed
(#70) Tab found within whitespace
(#70) Line indented incorrectly; expected 4 spaces, found 1
(#70) Variable "pPHPWord" must be all lower-case
(#71) Spaces must be used for alignment; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected at least 4 spaces, found 1
(#71) Opening brace should be on the same line as the declaration
(#72) Spaces must be used for alignment; tabs are not allowed
(#72) Tab found within whitespace
(#72) Inline comments must end in full-stops, exclamation marks, or question marks
(#72) Line indented incorrectly; expected at least 8 spaces, found 2
(#73) Spaces must be used for alignment; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected at least 8 spaces, found 2
(#73) Variable "pPHPWord" must be all lower-case
(#74) Spaces must be used for alignment; tabs are not allowed
(#74) Tab found within whitespace
(#74) Whitespace found at end of line
(#75) Spaces must be used for alignment; tabs are not allowed
(#75) Tab found within whitespace
(#75) Inline comments must end in full-stops, exclamation marks, or question marks
(#75) Line indented incorrectly; expected at least 8 spaces, found 2
(#76) Spaces must be used for alignment; tabs are not allowed
(#76) Tab found within whitespace
(#76) Line indented incorrectly; expected at least 8 spaces, found 2
(#77) Spaces must be used for alignment; tabs are not allowed
(#77) Tab found within whitespace
(#77) Whitespace found at end of line
(#78) Spaces must be used for alignment; tabs are not allowed
(#78) Tab found within whitespace
(#78) Inline comments must end in full-stops, exclamation marks, or question marks
(#78) Line indented incorrectly; expected at least 8 spaces, found 2
(#79) Spaces must be used for alignment; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected at least 8 spaces, found 2
(#79) Spaces must be used for alignment; tabs are not allowed
(#79) Tab found within whitespace
(#80) Spaces must be used for alignment; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected at least 8 spaces, found 2
(#81) Spaces must be used for alignment; tabs are not allowed
(#81) Tab found within whitespace
(#81) Line indented incorrectly; expected at least 8 spaces, found 2
(#81) Spaces must be used for alignment; tabs are not allowed
(#81) Tab found within whitespace
(#82) Spaces must be used for alignment; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected at least 8 spaces, found 2
(#83) Spaces must be used for alignment; tabs are not allowed
(#83) Tab found within whitespace
(#83) Line indented incorrectly; expected at least 8 spaces, found 2
(#83) Spaces must be used for alignment; tabs are not allowed
(#83) Tab found within whitespace
(#84) Spaces must be used for alignment; tabs are not allowed
(#84) Tab found within whitespace
(#84) Whitespace found at end of line
(#84) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#85) Spaces must be used for alignment; tabs are not allowed
(#85) Tab found within whitespace
(#85) Whitespace found at end of line
(#86) Spaces must be used for alignment; tabs are not allowed
(#86) Tab found within whitespace
(#86) Inline comments must end in full-stops, exclamation marks, or question marks
(#86) Line indented incorrectly; expected at least 8 spaces, found 2
(#87) Spaces must be used for alignment; tabs are not allowed
(#87) Tab found within whitespace
(#87) Line indented incorrectly; expected 8 spaces, found 2
(#88) Spaces must be used for alignment; tabs are not allowed
(#88) Tab found within whitespace
(#88) Line indented incorrectly; expected at least 12 spaces, found 3
(#89) Spaces must be used for alignment; tabs are not allowed
(#89) Tab found within whitespace
(#89) Line indented incorrectly; expected 8 spaces, found 2
(#90) Spaces must be used for alignment; tabs are not allowed
(#90) Tab found within whitespace
(#90) Whitespace found at end of line
(#91) Spaces must be used for alignment; tabs are not allowed
(#91) Tab found within whitespace
(#91) Inline comments must end in full-stops, exclamation marks, or question marks
(#91) Line indented incorrectly; expected at least 8 spaces, found 2
(#92) Spaces must be used for alignment; tabs are not allowed
(#92) Tab found within whitespace
(#92) Line indented incorrectly; expected at least 8 spaces, found 2
(#92) Spaces must be used for alignment; tabs are not allowed
(#92) Tab found within whitespace
(#93) Spaces must be used for alignment; tabs are not allowed
(#93) Tab found within whitespace
(#93) Line indented incorrectly; expected 4 spaces, found 1
(#94) Spaces must be used for alignment; tabs are not allowed
(#94) Tab found within whitespace
(#94) Whitespace found at end of line
(#95) Spaces must be used for alignment; tabs are not allowed
(#95) Tab found within whitespace
(#95) Line indented incorrectly; expected at least 4 spaces, found 1
(#96) Spaces must be used for alignment; tabs are not allowed
(#97) Spaces must be used for alignment; tabs are not allowed
(#98) Spaces must be used for alignment; tabs are not allowed
(#98) Spaces must be used for alignment; tabs are not allowed
(#98) Spaces must be used for alignment; tabs are not allowed
(#99) Spaces must be used for alignment; tabs are not allowed
(#99) Spaces must be used for alignment; tabs are not allowed
(#100) Spaces must be used for alignment; tabs are not allowed
(#101) Spaces must be used for alignment; tabs are not allowed
(#101) Tab found within whitespace
(#101) Line indented incorrectly; expected 4 spaces, found 1
(#101) Variable "pFilename" must be all lower-case
(#102) Spaces must be used for alignment; tabs are not allowed
(#102) Tab found within whitespace
(#102) Line indented incorrectly; expected at least 4 spaces, found 1
(#102) Opening brace should be on the same line as the declaration
(#103) Spaces must be used for alignment; tabs are not allowed
(#103) Tab found within whitespace
(#103) Line indented incorrectly; expected 8 spaces, found 2
(#104) Spaces must be used for alignment; tabs are not allowed
(#104) Tab found within whitespace
(#104) Line indented incorrectly; expected at least 12 spaces, found 3
(#105) Spaces must be used for alignment; tabs are not allowed
(#105) Tab found within whitespace
(#105) Line indented incorrectly; expected at least 12 spaces, found 3
(#105) Variable "originalFilename" must be all lower-case
(#105) Variable "pFilename" must be all lower-case
(#106) Spaces must be used for alignment; tabs are not allowed
(#106) Tab found within whitespace
(#106) Line indented incorrectly; expected 12 spaces, found 3
(#106) Variable "pFilename" must be all lower-case
(#106) Variable "pFilename" must be all lower-case
(#107) Spaces must be used for alignment; tabs are not allowed
(#107) Tab found within whitespace
(#107) Line indented incorrectly; expected at least 16 spaces, found 4
(#107) Variable "pFilename" must be all lower-case
(#108) Spaces must be used for alignment; tabs are not allowed
(#108) Tab found within whitespace
(#108) Line indented incorrectly; expected 16 spaces, found 4
(#108) Variable "pFilename" must be all lower-case
(#109) Spaces must be used for alignment; tabs are not allowed
(#109) Tab found within whitespace
(#109) Line indented incorrectly; expected at least 20 spaces, found 5
(#109) Variable "pFilename" must be all lower-case
(#109) Variable "originalFilename" must be all lower-case
(#110) Spaces must be used for alignment; tabs are not allowed
(#110) Tab found within whitespace
(#110) Line indented incorrectly; expected 16 spaces, found 4
(#111) Spaces must be used for alignment; tabs are not allowed
(#111) Tab found within whitespace
(#111) Line indented incorrectly; expected 12 spaces, found 3
(#112) Spaces must be used for alignment; tabs are not allowed
(#112) Tab found within whitespace
(#112) Whitespace found at end of line
(#113) Spaces must be used for alignment; tabs are not allowed
(#113) Tab found within whitespace
(#113) Inline comments must end in full-stops, exclamation marks, or question marks
(#113) Line indented incorrectly; expected at least 12 spaces, found 3
(#114) Spaces must be used for alignment; tabs are not allowed
(#114) Tab found within whitespace
(#114) Whitespace found at end of line
(#115) Spaces must be used for alignment; tabs are not allowed
(#115) Tab found within whitespace
(#115) Inline comments must end in full-stops, exclamation marks, or question marks
(#115) Line indented incorrectly; expected at least 12 spaces, found 3
(#116) Spaces must be used for alignment; tabs are not allowed
(#116) Tab found within whitespace
(#116) Line indented incorrectly; expected at least 12 spaces, found 3
(#116) Variable "objZip" must be all lower-case
(#117) Spaces must be used for alignment; tabs are not allowed
(#117) Tab found within whitespace
(#117) Whitespace found at end of line
(#118) Spaces must be used for alignment; tabs are not allowed
(#118) Tab found within whitespace
(#118) Inline comments must end in full-stops, exclamation marks, or question marks
(#118) Line indented incorrectly; expected at least 12 spaces, found 3
(#119) Spaces must be used for alignment; tabs are not allowed
(#119) Tab found within whitespace
(#119) Line indented incorrectly; expected 12 spaces, found 3
(#119) Variable "objZip" must be all lower-case
(#119) Variable "pFilename" must be all lower-case
(#120) Spaces must be used for alignment; tabs are not allowed
(#120) Tab found within whitespace
(#120) Line indented incorrectly; expected 16 spaces, found 4
(#120) Variable "objZip" must be all lower-case
(#120) Variable "pFilename" must be all lower-case
(#121) Spaces must be used for alignment; tabs are not allowed
(#121) Tab found within whitespace
(#121) Line indented incorrectly; expected at least 20 spaces, found 5
(#121) Variable "pFilename" must be all lower-case
(#122) Spaces must be used for alignment; tabs are not allowed
(#122) Tab found within whitespace
(#122) Line indented incorrectly; expected 16 spaces, found 4
(#123) Spaces must be used for alignment; tabs are not allowed
(#123) Tab found within whitespace
(#123) Line indented incorrectly; expected 12 spaces, found 3
(#124) Spaces must be used for alignment; tabs are not allowed
(#124) Tab found within whitespace
(#124) Whitespace found at end of line
(#125) Spaces must be used for alignment; tabs are not allowed
(#125) Tab found within whitespace
(#125) Line indented incorrectly; expected at least 12 spaces, found 3
(#126) Spaces must be used for alignment; tabs are not allowed
(#126) Tab found within whitespace
(#126) Inline comments must end in full-stops, exclamation marks, or question marks
(#126) Line indented incorrectly; expected at least 12 spaces, found 3
(#126) No space found before comment text; expected "// @todo Not in ZIPARCHIVE::CM_STORE mode" but found "//@todo Not in ZIPARCHIVE::CM_STORE mode"
(#127) Spaces must be used for alignment; tabs are not allowed
(#127) Tab found within whitespace
(#127) Line indented incorrectly; expected at least 12 spaces, found 3
(#127) Variable "objZip" must be all lower-case
(#128) Spaces must be used for alignment; tabs are not allowed
(#128) Tab found within whitespace
(#128) Whitespace found at end of line
(#129) Spaces must be used for alignment; tabs are not allowed
(#129) Tab found within whitespace
(#129) Inline comments must end in full-stops, exclamation marks, or question marks
(#129) Line indented incorrectly; expected at least 12 spaces, found 3
(#130) Spaces must be used for alignment; tabs are not allowed
(#130) Tab found within whitespace
(#130) Line indented incorrectly; expected at least 12 spaces, found 3
(#130) Variable "objZip" must be all lower-case
(#132) Spaces must be used for alignment; tabs are not allowed
(#132) Tab found within whitespace
(#132) Inline comments must end in full-stops, exclamation marks, or question marks
(#132) Line indented incorrectly; expected at least 12 spaces, found 3
(#133) Spaces must be used for alignment; tabs are not allowed
(#133) Tab found within whitespace
(#133) Line indented incorrectly; expected at least 12 spaces, found 3
(#133) Variable "objZip" must be all lower-case
(#134) Spaces must be used for alignment; tabs are not allowed
(#134) Tab found within whitespace
(#134) Whitespace found at end of line
(#135) Spaces must be used for alignment; tabs are not allowed
(#135) Tab found within whitespace
(#135) Inline comments must end in full-stops, exclamation marks, or question marks
(#135) Line indented incorrectly; expected at least 12 spaces, found 3
(#136) Spaces must be used for alignment; tabs are not allowed
(#136) Tab found within whitespace
(#136) Line indented incorrectly; expected at least 12 spaces, found 3
(#136) Variable "objZip" must be all lower-case
(#137) Spaces must be used for alignment; tabs are not allowed
(#137) Tab found within whitespace
(#137) Whitespace found at end of line
(#138) Spaces must be used for alignment; tabs are not allowed
(#138) Tab found within whitespace
(#138) Inline comments must end in full-stops, exclamation marks, or question marks
(#138) Line indented incorrectly; expected at least 12 spaces, found 3
(#139) Spaces must be used for alignment; tabs are not allowed
(#139) Tab found within whitespace
(#139) Line indented incorrectly; expected at least 12 spaces, found 3
(#139) Variable "objZip" must be all lower-case
(#140) Spaces must be used for alignment; tabs are not allowed
(#140) Tab found within whitespace
(#140) Whitespace found at end of line
(#141) Spaces must be used for alignment; tabs are not allowed
(#141) Tab found within whitespace
(#141) Inline comments must end in full-stops, exclamation marks, or question marks
(#141) Line indented incorrectly; expected at least 12 spaces, found 3
(#142) Spaces must be used for alignment; tabs are not allowed
(#142) Tab found within whitespace
(#142) Line indented incorrectly; expected 12 spaces, found 3
(#143) Spaces must be used for alignment; tabs are not allowed
(#143) Tab found within whitespace
(#143) Line indented incorrectly; expected 16 spaces, found 4
(#144) Spaces must be used for alignment; tabs are not allowed
(#144) Tab found within whitespace
(#144) Line indented incorrectly; expected at least 20 spaces, found 5
(#144) Variable "imageContents" must be all lower-case
(#145) Spaces must be used for alignment; tabs are not allowed
(#145) Tab found within whitespace
(#145) Line indented incorrectly; expected at least 20 spaces, found 5
(#145) Variable "imagePath" must be all lower-case
(#146) Spaces must be used for alignment; tabs are not allowed
(#146) Tab found within whitespace
(#146) Whitespace found at end of line
(#147) Spaces must be used for alignment; tabs are not allowed
(#147) Tab found within whitespace
(#147) Line indented incorrectly; expected 20 spaces, found 5
(#147) Variable "imagePath" must be all lower-case
(#148) Spaces must be used for alignment; tabs are not allowed
(#148) Tab found within whitespace
(#148) Line indented incorrectly; expected at least 24 spaces, found 6
(#148) Variable "imagePath" must be all lower-case
(#148) Variable "imagePath" must be all lower-case
(#149) Spaces must be used for alignment; tabs are not allowed
(#149) Tab found within whitespace
(#149) Line indented incorrectly; expected at least 24 spaces, found 6
(#149) Variable "imagePathSplitted" must be all lower-case
(#149) Variable "imagePath" must be all lower-case
(#150) Spaces must be used for alignment; tabs are not allowed
(#150) Tab found within whitespace
(#150) Whitespace found at end of line
(#151) Spaces must be used for alignment; tabs are not allowed
(#151) Tab found within whitespace
(#151) Line indented incorrectly; expected at least 24 spaces, found 6
(#151) Variable "imageZip" must be all lower-case
(#152) Spaces must be used for alignment; tabs are not allowed
(#152) Tab found within whitespace
(#152) Line indented incorrectly; expected at least 24 spaces, found 6
(#152) Variable "imageZip" must be all lower-case
(#152) Variable "imagePathSplitted" must be all lower-case
(#153) Spaces must be used for alignment; tabs are not allowed
(#153) Tab found within whitespace
(#153) Line indented incorrectly; expected at least 24 spaces, found 6
(#153) Variable "imageContents" must be all lower-case
(#153) Variable "imageZip" must be all lower-case
(#153) Variable "imagePathSplitted" must be all lower-case
(#154) Spaces must be used for alignment; tabs are not allowed
(#154) Tab found within whitespace
(#154) Line indented incorrectly; expected at least 24 spaces, found 6
(#154) Variable "imageZip" must be all lower-case
(#155) Spaces must be used for alignment; tabs are not allowed
(#155) Tab found within whitespace
(#155) Line indented incorrectly; expected at least 24 spaces, found 6
(#155) Variable "imageZip" must be all lower-case
(#156) Spaces must be used for alignment; tabs are not allowed
(#156) Tab found within whitespace
(#156) Line indented incorrectly; expected 20 spaces, found 5
(#157) Spaces must be used for alignment; tabs are not allowed
(#157) Tab found within whitespace
(#157) Line indented incorrectly; expected at least 24 spaces, found 6
(#157) Variable "imageContents" must be all lower-case
(#157) Variable "imagePath" must be all lower-case
(#158) Spaces must be used for alignment; tabs are not allowed
(#158) Tab found within whitespace
(#158) Line indented incorrectly; expected 20 spaces, found 5
(#159) Spaces must be used for alignment; tabs are not allowed
(#159) Tab found within whitespace
(#159) Whitespace found at end of line
(#160) Spaces must be used for alignment; tabs are not allowed
(#160) Tab found within whitespace
(#160) Line indented incorrectly; expected at least 20 spaces, found 5
(#160) Variable "objZip" must be all lower-case
(#160) Variable "imageContents" must be all lower-case
(#160) Line exceeds 132 characters; contains 149 characters
(#161) Spaces must be used for alignment; tabs are not allowed
(#161) Tab found within whitespace
(#161) Line indented incorrectly; expected 16 spaces, found 4
(#162) Spaces must be used for alignment; tabs are not allowed
(#162) Tab found within whitespace
(#162) Line indented incorrectly; expected at least 20 spaces, found 5
(#163) Spaces must be used for alignment; tabs are not allowed
(#163) Tab found within whitespace
(#163) Line indented incorrectly; expected at least 20 spaces, found 5
(#164) Spaces must be used for alignment; tabs are not allowed
(#164) Tab found within whitespace
(#164) Line indented incorrectly; expected at least 20 spaces, found 5
(#165) Spaces must be used for alignment; tabs are not allowed
(#165) Tab found within whitespace
(#165) Line indented incorrectly; expected at least 20 spaces, found 5
(#166) Spaces must be used for alignment; tabs are not allowed
(#166) Tab found within whitespace
(#166) Line indented incorrectly; expected at least 20 spaces, found 5
(#167) Spaces must be used for alignment; tabs are not allowed
(#167) Tab found within whitespace
(#167) Line indented incorrectly; expected at least 20 spaces, found 5
(#167) Variable "imageContents" must be all lower-case
(#168) Spaces must be used for alignment; tabs are not allowed
(#168) Tab found within whitespace
(#168) Line indented incorrectly; expected at least 20 spaces, found 5
(#169) Spaces must be used for alignment; tabs are not allowed
(#169) Tab found within whitespace
(#169) Whitespace found at end of line
(#170) Spaces must be used for alignment; tabs are not allowed
(#170) Tab found within whitespace
(#170) Line indented incorrectly; expected at least 20 spaces, found 5
(#170) Variable "objZip" must be all lower-case
(#170) Variable "imageContents" must be all lower-case
(#170) Line exceeds 132 characters; contains 149 characters
(#171) Spaces must be used for alignment; tabs are not allowed
(#171) Tab found within whitespace
(#171) Line indented incorrectly; expected 16 spaces, found 4
(#172) Spaces must be used for alignment; tabs are not allowed
(#172) Tab found within whitespace
(#172) Line indented incorrectly; expected 12 spaces, found 3
(#173) Spaces must be used for alignment; tabs are not allowed
(#173) Tab found within whitespace
(#173) Whitespace found at end of line
(#174) Spaces must be used for alignment; tabs are not allowed
(#174) Tab found within whitespace
(#174) Inline comments must end in full-stops, exclamation marks, or question marks
(#174) Line indented incorrectly; expected at least 12 spaces, found 3
(#175) Spaces must be used for alignment; tabs are not allowed
(#175) Tab found within whitespace
(#175) Line indented incorrectly; expected 12 spaces, found 3
(#175) Variable "objZip" must be all lower-case
(#176) Spaces must be used for alignment; tabs are not allowed
(#176) Tab found within whitespace
(#176) Line indented incorrectly; expected at least 16 spaces, found 4
(#176) Variable "pFilename" must be all lower-case
(#177) Spaces must be used for alignment; tabs are not allowed
(#177) Tab found within whitespace
(#177) Line indented incorrectly; expected 12 spaces, found 3
(#179) Spaces must be used for alignment; tabs are not allowed
(#179) Tab found within whitespace
(#179) Inline comments must end in full-stops, exclamation marks, or question marks
(#179) Line indented incorrectly; expected at least 12 spaces, found 3
(#180) Spaces must be used for alignment; tabs are not allowed
(#180) Tab found within whitespace
(#180) Line indented incorrectly; expected 12 spaces, found 3
(#180) Variable "originalFilename" must be all lower-case
(#180) Variable "pFilename" must be all lower-case
(#181) Spaces must be used for alignment; tabs are not allowed
(#181) Tab found within whitespace
(#181) Line indented incorrectly; expected 16 spaces, found 4
(#181) Variable "pFilename" must be all lower-case
(#181) Variable "originalFilename" must be all lower-case
(#182) Spaces must be used for alignment; tabs are not allowed
(#182) Tab found within whitespace
(#182) Line indented incorrectly; expected at least 20 spaces, found 5
(#182) Variable "pFilename" must be all lower-case
(#183) Spaces must be used for alignment; tabs are not allowed
(#183) Tab found within whitespace
(#183) Line indented incorrectly; expected 16 spaces, found 4
(#184) Spaces must be used for alignment; tabs are not allowed
(#184) Tab found within whitespace
(#184) Line indented incorrectly; expected at least 16 spaces, found 4
(#184) Variable "pFilename" must be all lower-case
(#185) Spaces must be used for alignment; tabs are not allowed
(#185) Tab found within whitespace
(#185) Line indented incorrectly; expected 12 spaces, found 3
(#186) Spaces must be used for alignment; tabs are not allowed
(#186) Tab found within whitespace
(#186) Whitespace found at end of line
(#187) Spaces must be used for alignment; tabs are not allowed
(#187) Tab found within whitespace
(#187) Line indented incorrectly; expected 8 spaces, found 2
(#188) Spaces must be used for alignment; tabs are not allowed
(#188) Tab found within whitespace
(#188) Line indented incorrectly; expected at least 12 spaces, found 3
(#189) Spaces must be used for alignment; tabs are not allowed
(#189) Tab found within whitespace
(#189) Line indented incorrectly; expected 8 spaces, found 2
(#190) Spaces must be used for alignment; tabs are not allowed
(#190) Tab found within whitespace
(#190) Line indented incorrectly; expected 4 spaces, found 1
(#191) Spaces must be used for alignment; tabs are not allowed
(#191) Tab found within whitespace
(#191) Whitespace found at end of line
(#192) Spaces must be used for alignment; tabs are not allowed
(#192) Tab found within whitespace
(#192) Line indented incorrectly; expected at least 4 spaces, found 1
(#193) Spaces must be used for alignment; tabs are not allowed
(#194) Spaces must be used for alignment; tabs are not allowed
(#195) Spaces must be used for alignment; tabs are not allowed
(#196) Spaces must be used for alignment; tabs are not allowed
(#197) Spaces must be used for alignment; tabs are not allowed
(#198) Spaces must be used for alignment; tabs are not allowed
(#198) Tab found within whitespace
(#198) Line indented incorrectly; expected 4 spaces, found 1
(#198) Public method name "PHPWord_Writer_ODText::getPHPWord" must be in lower-case letters only
(#199) Spaces must be used for alignment; tabs are not allowed
(#199) Tab found within whitespace
(#199) Line indented incorrectly; expected 8 spaces, found 2
(#200) Spaces must be used for alignment; tabs are not allowed
(#200) Tab found within whitespace
(#200) Line indented incorrectly; expected at least 12 spaces, found 3
(#201) Spaces must be used for alignment; tabs are not allowed
(#201) Tab found within whitespace
(#201) Line indented incorrectly; expected 8 spaces, found 2
(#202) Spaces must be used for alignment; tabs are not allowed
(#202) Tab found within whitespace
(#202) Line indented incorrectly; expected at least 12 spaces, found 3
(#203) Spaces must be used for alignment; tabs are not allowed
(#203) Tab found within whitespace
(#203) Line indented incorrectly; expected 8 spaces, found 2
(#204) Spaces must be used for alignment; tabs are not allowed
(#204) Tab found within whitespace
(#204) Line indented incorrectly; expected 4 spaces, found 1
(#205) Spaces must be used for alignment; tabs are not allowed
(#205) Tab found within whitespace
(#205) Whitespace found at end of line
(#206) Spaces must be used for alignment; tabs are not allowed
(#206) Tab found within whitespace
(#206) Line indented incorrectly; expected at least 4 spaces, found 1
(#207) Spaces must be used for alignment; tabs are not allowed
(#208) Spaces must be used for alignment; tabs are not allowed
(#209) Spaces must be used for alignment; tabs are not allowed
(#209) Spaces must be used for alignment; tabs are not allowed
(#209) Spaces must be used for alignment; tabs are not allowed
(#210) Spaces must be used for alignment; tabs are not allowed
(#210) Spaces must be used for alignment; tabs are not allowed
(#211) Spaces must be used for alignment; tabs are not allowed
(#212) Spaces must be used for alignment; tabs are not allowed
(#213) Spaces must be used for alignment; tabs are not allowed
(#213) Tab found within whitespace
(#213) Line indented incorrectly; expected 4 spaces, found 1
(#213) Public method name "PHPWord_Writer_ODText::setPHPWord" must be in lower-case letters only
(#213) Variable "pPHPWord" must be all lower-case
(#214) Spaces must be used for alignment; tabs are not allowed
(#214) Tab found within whitespace
(#214) Line indented incorrectly; expected at least 8 spaces, found 2
(#214) Variable "pPHPWord" must be all lower-case
(#215) Spaces must be used for alignment; tabs are not allowed
(#215) Tab found within whitespace
(#215) Line indented incorrectly; expected at least 8 spaces, found 2
(#216) Spaces must be used for alignment; tabs are not allowed
(#216) Tab found within whitespace
(#216) Line indented incorrectly; expected 4 spaces, found 1
(#217) Spaces must be used for alignment; tabs are not allowed
(#217) Tab found within whitespace
(#217) Whitespace found at end of line
(#218) Spaces must be used for alignment; tabs are not allowed
(#218) Tab found within whitespace
(#218) Line indented incorrectly; expected at least 4 spaces, found 1
(#219) Spaces must be used for alignment; tabs are not allowed
(#220) Spaces must be used for alignment; tabs are not allowed
(#221) Spaces must be used for alignment; tabs are not allowed
(#222) Spaces must be used for alignment; tabs are not allowed
(#223) Spaces must be used for alignment; tabs are not allowed
(#223) Tab found within whitespace
(#223) Line indented incorrectly; expected 4 spaces, found 1
(#223) Public method name "PHPWord_Writer_ODText::getDrawingHashTable" must be in lower-case letters only
(#224) Spaces must be used for alignment; tabs are not allowed
(#224) Tab found within whitespace
(#224) Line indented incorrectly; expected at least 8 spaces, found 2
(#225) Spaces must be used for alignment; tabs are not allowed
(#225) Tab found within whitespace
(#225) Line indented incorrectly; expected 4 spaces, found 1
(#226) Spaces must be used for alignment; tabs are not allowed
(#226) Tab found within whitespace
(#226) Whitespace found at end of line
(#227) Spaces must be used for alignment; tabs are not allowed
(#227) Tab found within whitespace
(#227) Line indented incorrectly; expected at least 4 spaces, found 1
(#228) Spaces must be used for alignment; tabs are not allowed
(#229) Spaces must be used for alignment; tabs are not allowed
(#230) Spaces must be used for alignment; tabs are not allowed
(#230) Spaces must be used for alignment; tabs are not allowed
(#230) Spaces must be used for alignment; tabs are not allowed
(#231) Spaces must be used for alignment; tabs are not allowed
(#231) Spaces must be used for alignment; tabs are not allowed
(#232) Spaces must be used for alignment; tabs are not allowed
(#233) Spaces must be used for alignment; tabs are not allowed
(#233) Tab found within whitespace
(#233) Line indented incorrectly; expected 4 spaces, found 1
(#233) method name "PHPWord_Writer_ODText::getWriterPart" must be in lower-case letters only
(#233) Visibility must be declared on method "getWriterPart"
(#233) Variable "pPartName" must be all lower-case
(#234) Spaces must be used for alignment; tabs are not allowed
(#234) Tab found within whitespace
(#234) Line indented incorrectly; expected 8 spaces, found 2
(#234) Variable "pPartName" must be all lower-case
(#234) Variable "pPartName" must be all lower-case
(#235) Spaces must be used for alignment; tabs are not allowed
(#235) Tab found within whitespace
(#235) Line indented incorrectly; expected at least 12 spaces, found 3
(#235) Variable "pPartName" must be all lower-case
(#236) Spaces must be used for alignment; tabs are not allowed
(#236) Tab found within whitespace
(#236) Line indented incorrectly; expected 8 spaces, found 2
(#237) Spaces must be used for alignment; tabs are not allowed
(#237) Tab found within whitespace
(#237) Line indented incorrectly; expected at least 12 spaces, found 3
(#238) Spaces must be used for alignment; tabs are not allowed
(#238) Tab found within whitespace
(#238) Line indented incorrectly; expected 8 spaces, found 2
(#239) Spaces must be used for alignment; tabs are not allowed
(#239) Tab found within whitespace
(#239) Line indented incorrectly; expected 4 spaces, found 1
(#240) Spaces must be used for alignment; tabs are not allowed
(#240) Tab found within whitespace
(#240) Whitespace found at end of line
(#241) Spaces must be used for alignment; tabs are not allowed
(#241) Tab found within whitespace
(#241) Line indented incorrectly; expected at least 4 spaces, found 1
(#242) Spaces must be used for alignment; tabs are not allowed
(#243) Spaces must be used for alignment; tabs are not allowed
(#244) Spaces must be used for alignment; tabs are not allowed
(#245) Spaces must be used for alignment; tabs are not allowed
(#246) Spaces must be used for alignment; tabs are not allowed
(#246) Tab found within whitespace
(#246) Line indented incorrectly; expected 4 spaces, found 1
(#246) Public method name "PHPWord_Writer_ODText::getUseDiskCaching" must be in lower-case letters only
(#247) Spaces must be used for alignment; tabs are not allowed
(#247) Tab found within whitespace
(#247) Line indented incorrectly; expected at least 8 spaces, found 2
(#248) Spaces must be used for alignment; tabs are not allowed
(#248) Tab found within whitespace
(#248) Line indented incorrectly; expected 4 spaces, found 1
(#249) Spaces must be used for alignment; tabs are not allowed
(#249) Tab found within whitespace
(#249) Whitespace found at end of line
(#250) Spaces must be used for alignment; tabs are not allowed
(#250) Tab found within whitespace
(#250) Line indented incorrectly; expected at least 4 spaces, found 1
(#251) Spaces must be used for alignment; tabs are not allowed
(#252) Spaces must be used for alignment; tabs are not allowed
(#253) Spaces must be used for alignment; tabs are not allowed
(#253) Spaces must be used for alignment; tabs are not allowed
(#253) Spaces must be used for alignment; tabs are not allowed
(#254) Spaces must be used for alignment; tabs are not allowed
(#254) Spaces must be used for alignment; tabs are not allowed
(#254) Spaces must be used for alignment; tabs are not allowed
(#255) Spaces must be used for alignment; tabs are not allowed
(#255) Spaces must be used for alignment; tabs are not allowed
(#255) Spaces must be used for alignment; tabs are not allowed
(#256) Spaces must be used for alignment; tabs are not allowed
(#257) Spaces must be used for alignment; tabs are not allowed
(#258) Spaces must be used for alignment; tabs are not allowed
(#258) Tab found within whitespace
(#258) Line indented incorrectly; expected 4 spaces, found 1
(#258) Public method name "PHPWord_Writer_ODText::setUseDiskCaching" must be in lower-case letters only
(#258) Variable "pValue" must be all lower-case
(#258) Variable "pDirectory" must be all lower-case
(#259) Spaces must be used for alignment; tabs are not allowed
(#259) Tab found within whitespace
(#259) Line indented incorrectly; expected at least 8 spaces, found 2
(#259) Variable "pValue" must be all lower-case
(#260) Spaces must be used for alignment; tabs are not allowed
(#260) Tab found within whitespace
(#260) Whitespace found at end of line
(#261) Spaces must be used for alignment; tabs are not allowed
(#261) Tab found within whitespace
(#261) Line indented incorrectly; expected 8 spaces, found 2
(#261) Variable "pDirectory" must be all lower-case
(#262) Spaces must be used for alignment; tabs are not allowed
(#262) Tab found within whitespace
(#262) Line indented incorrectly; expected 12 spaces, found 3
(#262) Variable "pDirectory" must be all lower-case
(#263) Spaces must be used for alignment; tabs are not allowed
(#263) Tab found within whitespace
(#263) Line indented incorrectly; expected at least 16 spaces, found 4
(#263) Variable "pDirectory" must be all lower-case
(#264) Spaces must be used for alignment; tabs are not allowed
(#264) Tab found within whitespace
(#264) Line indented incorrectly; expected 12 spaces, found 3
(#265) Spaces must be used for alignment; tabs are not allowed
(#265) Tab found within whitespace
(#265) Line indented incorrectly; expected at least 16 spaces, found 4
(#265) Variable "pDirectory" must be all lower-case
(#266) Spaces must be used for alignment; tabs are not allowed
(#266) Tab found within whitespace
(#266) Line indented incorrectly; expected 12 spaces, found 3
(#267) Spaces must be used for alignment; tabs are not allowed
(#267) Tab found within whitespace
(#267) Line indented incorrectly; expected 8 spaces, found 2
(#268) Spaces must be used for alignment; tabs are not allowed
(#268) Tab found within whitespace
(#268) Whitespace found at end of line
(#269) Spaces must be used for alignment; tabs are not allowed
(#269) Tab found within whitespace
(#269) Line indented incorrectly; expected at least 8 spaces, found 2
(#270) Spaces must be used for alignment; tabs are not allowed
(#270) Tab found within whitespace
(#270) Line indented incorrectly; expected 4 spaces, found 1
(#271) Spaces must be used for alignment; tabs are not allowed
(#271) Tab found within whitespace
(#271) Whitespace found at end of line
(#272) Spaces must be used for alignment; tabs are not allowed
(#272) Tab found within whitespace
(#272) Line indented incorrectly; expected at least 4 spaces, found 1
(#273) Spaces must be used for alignment; tabs are not allowed
(#274) Spaces must be used for alignment; tabs are not allowed
(#275) Spaces must be used for alignment; tabs are not allowed
(#276) Spaces must be used for alignment; tabs are not allowed
(#277) Spaces must be used for alignment; tabs are not allowed
(#277) Tab found within whitespace
(#277) Line indented incorrectly; expected 4 spaces, found 1
(#277) Public method name "PHPWord_Writer_ODText::getDiskCachingDirectory" must be in lower-case letters only
(#278) Spaces must be used for alignment; tabs are not allowed
(#278) Tab found within whitespace
(#278) Line indented incorrectly; expected at least 8 spaces, found 2
(#279) Spaces must be used for alignment; tabs are not allowed
(#279) Tab found within whitespace
(#279) Line indented incorrectly; expected 4 spaces, found 1
mod/offlinequiz/lib/PHPWord/Writer/ODText/Content.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Spaces must be used for alignment; tabs are not allowed
(#36) Expected MOODLE_INTERNAL check or config.php inclusion
(#38) Spaces must be used for alignment; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected at least 4 spaces, found 1
(#39) Spaces must be used for alignment; tabs are not allowed
(#40) Spaces must be used for alignment; tabs are not allowed
(#41) Spaces must be used for alignment; tabs are not allowed
(#41) Spaces must be used for alignment; tabs are not allowed
(#42) Spaces must be used for alignment; tabs are not allowed
(#42) Spaces must be used for alignment; tabs are not allowed
(#42) Spaces must be used for alignment; tabs are not allowed
(#43) Spaces must be used for alignment; tabs are not allowed
(#43) Spaces must be used for alignment; tabs are not allowed
(#44) Spaces must be used for alignment; tabs are not allowed
(#45) Spaces must be used for alignment; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected 4 spaces, found 1
(#45) Public method name "PHPWord_Writer_ODText_Content::writeContent" must be in lower-case letters only
(#45) Variable "pPHPWord" must be all lower-case
(#46) Spaces must be used for alignment; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected at least 4 spaces, found 1
(#46) Opening brace should be on the same line as the declaration
(#47) Spaces must be used for alignment; tabs are not allowed
(#47) Tab found within whitespace
(#47) Inline comments must end in full-stops, exclamation marks, or question marks
(#47) Line indented incorrectly; expected at least 8 spaces, found 2
(#48) Spaces must be used for alignment; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected at least 8 spaces, found 2
(#48) Variable "objWriter" must be all lower-case
(#49) Spaces must be used for alignment; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected 8 spaces, found 2
(#50) Spaces must be used for alignment; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected at least 12 spaces, found 3
(#50) Variable "objWriter" must be all lower-case
(#50) Line exceeds 132 characters; contains 138 characters
(#51) Spaces must be used for alignment; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected 8 spaces, found 2
(#52) Spaces must be used for alignment; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected at least 12 spaces, found 3
(#52) Variable "objWriter" must be all lower-case
(#53) Spaces must be used for alignment; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected 8 spaces, found 2
(#55) Spaces must be used for alignment; tabs are not allowed
(#55) Tab found within whitespace
(#55) Inline comments must end in full-stops, exclamation marks, or question marks
(#55) Line indented incorrectly; expected at least 8 spaces, found 2
(#56) Spaces must be used for alignment; tabs are not allowed
(#56) Tab found within whitespace
(#56) Line indented incorrectly; expected at least 8 spaces, found 2
(#56) Variable "objWriter" must be all lower-case
(#56) Commas (,) must be followed by white space.
(#58) Spaces must be used for alignment; tabs are not allowed
(#58) Tab found within whitespace
(#58) Inline comments must start with a capital letter, digit or 3-dots sequence
(#58) Inline comments must end in full-stops, exclamation marks, or question marks
(#58) Line indented incorrectly; expected at least 8 spaces, found 2
(#59) Spaces must be used for alignment; tabs are not allowed
(#59) Tab found within whitespace
(#59) Line indented incorrectly; expected at least 8 spaces, found 2
(#59) Variable "objWriter" must be all lower-case
(#60) Spaces must be used for alignment; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected at least 8 spaces, found 2
(#60) Variable "objWriter" must be all lower-case
(#61) Spaces must be used for alignment; tabs are not allowed
(#61) Tab found within whitespace
(#61) Line indented incorrectly; expected at least 8 spaces, found 2
(#61) Variable "objWriter" must be all lower-case
(#62) Spaces must be used for alignment; tabs are not allowed
(#62) Tab found within whitespace
(#62) Line indented incorrectly; expected at least 8 spaces, found 2
(#62) Variable "objWriter" must be all lower-case
(#63) Spaces must be used for alignment; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected at least 8 spaces, found 2
(#63) Variable "objWriter" must be all lower-case
(#64) Spaces must be used for alignment; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected at least 8 spaces, found 2
(#64) Variable "objWriter" must be all lower-case
(#65) Spaces must be used for alignment; tabs are not allowed
(#65) Tab found within whitespace
(#65) Line indented incorrectly; expected at least 8 spaces, found 2
(#65) Variable "objWriter" must be all lower-case
(#66) Spaces must be used for alignment; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected at least 8 spaces, found 2
(#66) Variable "objWriter" must be all lower-case
(#67) Spaces must be used for alignment; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected at least 8 spaces, found 2
(#67) Variable "objWriter" must be all lower-case
(#68) Spaces must be used for alignment; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected at least 8 spaces, found 2
(#68) Variable "objWriter" must be all lower-case
(#69) Spaces must be used for alignment; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected at least 8 spaces, found 2
(#69) Variable "objWriter" must be all lower-case
(#70) Spaces must be used for alignment; tabs are not allowed
(#70) Tab found within whitespace
(#70) Line indented incorrectly; expected at least 8 spaces, found 2
(#70) Variable "objWriter" must be all lower-case
(#71) Spaces must be used for alignment; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected at least 8 spaces, found 2
(#71) Variable "objWriter" must be all lower-case
(#72) Spaces must be used for alignment; tabs are not allowed
(#72) Tab found within whitespace
(#72) Line indented incorrectly; expected at least 8 spaces, found 2
(#72) Variable "objWriter" must be all lower-case
(#73) Spaces must be used for alignment; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected at least 8 spaces, found 2
(#73) Variable "objWriter" must be all lower-case
(#74) Spaces must be used for alignment; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected at least 8 spaces, found 2
(#74) Variable "objWriter" must be all lower-case
(#75) Spaces must be used for alignment; tabs are not allowed
(#75) Tab found within whitespace
(#75) Line indented incorrectly; expected at least 8 spaces, found 2
(#75) Variable "objWriter" must be all lower-case
(#76) Spaces must be used for alignment; tabs are not allowed
(#76) Tab found within whitespace
(#76) Line indented incorrectly; expected at least 8 spaces, found 2
(#76) Variable "objWriter" must be all lower-case
(#77) Spaces must be used for alignment; tabs are not allowed
(#77) Tab found within whitespace
(#77) Line indented incorrectly; expected at least 8 spaces, found 2
(#77) Variable "objWriter" must be all lower-case
(#78) Spaces must be used for alignment; tabs are not allowed
(#78) Tab found within whitespace
(#78) Line indented incorrectly; expected at least 8 spaces, found 2
(#78) Variable "objWriter" must be all lower-case
(#79) Spaces must be used for alignment; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected at least 8 spaces, found 2
(#79) Variable "objWriter" must be all lower-case
(#80) Spaces must be used for alignment; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected at least 8 spaces, found 2
(#80) Variable "objWriter" must be all lower-case
(#81) Spaces must be used for alignment; tabs are not allowed
(#81) Tab found within whitespace
(#81) Line indented incorrectly; expected at least 8 spaces, found 2
(#81) Variable "objWriter" must be all lower-case
(#82) Spaces must be used for alignment; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected at least 8 spaces, found 2
(#82) Variable "objWriter" must be all lower-case
(#83) Spaces must be used for alignment; tabs are not allowed
(#83) Tab found within whitespace
(#83) Line indented incorrectly; expected at least 8 spaces, found 2
(#83) Variable "objWriter" must be all lower-case
(#84) Spaces must be used for alignment; tabs are not allowed
(#84) Tab found within whitespace
(#84) Line indented incorrectly; expected at least 8 spaces, found 2
(#84) Variable "objWriter" must be all lower-case
(#85) Spaces must be used for alignment; tabs are not allowed
(#85) Tab found within whitespace
(#85) Line indented incorrectly; expected at least 8 spaces, found 2
(#85) Variable "objWriter" must be all lower-case
(#86) Spaces must be used for alignment; tabs are not allowed
(#86) Tab found within whitespace
(#86) Line indented incorrectly; expected at least 8 spaces, found 2
(#86) Variable "objWriter" must be all lower-case
(#87) Spaces must be used for alignment; tabs are not allowed
(#87) Tab found within whitespace
(#87) Line indented incorrectly; expected at least 8 spaces, found 2
(#87) Variable "objWriter" must be all lower-case
(#88) Spaces must be used for alignment; tabs are not allowed
(#88) Tab found within whitespace
(#88) Line indented incorrectly; expected at least 8 spaces, found 2
(#88) Variable "objWriter" must be all lower-case
(#89) Spaces must be used for alignment; tabs are not allowed
(#89) Tab found within whitespace
(#89) Line indented incorrectly; expected at least 8 spaces, found 2
(#89) Variable "objWriter" must be all lower-case
(#90) Spaces must be used for alignment; tabs are not allowed
(#90) Tab found within whitespace
(#90) Line indented incorrectly; expected at least 8 spaces, found 2
(#90) Variable "objWriter" must be all lower-case
(#91) Spaces must be used for alignment; tabs are not allowed
(#91) Tab found within whitespace
(#91) Line indented incorrectly; expected at least 8 spaces, found 2
(#91) Variable "objWriter" must be all lower-case
(#92) Spaces must be used for alignment; tabs are not allowed
(#92) Tab found within whitespace
(#92) Whitespace found at end of line
(#93) Spaces must be used for alignment; tabs are not allowed
(#93) Tab found within whitespace
(#93) Inline comments must end in full-stops, exclamation marks, or question marks
(#93) Line indented incorrectly; expected at least 8 spaces, found 2
(#94) Spaces must be used for alignment; tabs are not allowed
(#94) Tab found within whitespace
(#94) Line indented incorrectly; expected at least 8 spaces, found 2
(#94) Variable "_sections" must not contain underscores.
(#94) Variable "pPHPWord" must be all lower-case
(#95) Spaces must be used for alignment; tabs are not allowed
(#95) Tab found within whitespace
(#95) Line indented incorrectly; expected at least 8 spaces, found 2
(#95) Variable "countSections" must be all lower-case
(#95) Variable "_sections" must not contain underscores.
(#96) Spaces must be used for alignment; tabs are not allowed
(#96) Tab found within whitespace
(#96) Line indented incorrectly; expected 8 spaces, found 2
(#96) Expected "if (...) {\n"; found "if(...) {\n"
(#96) Variable "countSections" must be all lower-case
(#97) Spaces must be used for alignment; tabs are not allowed
(#97) Tab found within whitespace
(#97) Line indented incorrectly; expected at least 12 spaces, found 3
(#97) Variable "pSection" must be all lower-case
(#98) Spaces must be used for alignment; tabs are not allowed
(#98) Tab found within whitespace
(#98) Line indented incorrectly; expected at least 12 spaces, found 3
(#98) Variable "numPStyles" must be all lower-case
(#99) Spaces must be used for alignment; tabs are not allowed
(#99) Tab found within whitespace
(#99) Line indented incorrectly; expected at least 12 spaces, found 3
(#99) Variable "numFStyles" must be all lower-case
(#100) Spaces must be used for alignment; tabs are not allowed
(#100) Tab found within whitespace
(#100) Whitespace found at end of line
(#101) Spaces must be used for alignment; tabs are not allowed
(#101) Tab found within whitespace
(#101) Line indented incorrectly; expected 12 spaces, found 3
(#101) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#101) Variable "_sections" must not contain underscores.
(#102) Spaces must be used for alignment; tabs are not allowed
(#102) Tab found within whitespace
(#102) Line indented incorrectly; expected at least 16 spaces, found 4
(#102) Variable "pSection" must be all lower-case
(#103) Spaces must be used for alignment; tabs are not allowed
(#103) Tab found within whitespace
(#103) Line indented incorrectly; expected at least 16 spaces, found 4
(#103) Variable "_elements" must not contain underscores.
(#104) Spaces must be used for alignment; tabs are not allowed
(#104) Tab found within whitespace
(#104) Whitespace found at end of line
(#105) Spaces must be used for alignment; tabs are not allowed
(#105) Tab found within whitespace
(#105) Line indented incorrectly; expected 16 spaces, found 4
(#105) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#105) Variable "_elements" must not contain underscores.
(#106) Spaces must be used for alignment; tabs are not allowed
(#106) Tab found within whitespace
(#106) Line indented incorrectly; expected 20 spaces, found 5
(#106) Expected "if (...) {\n"; found "if(...) {\n"
(#107) Spaces must be used for alignment; tabs are not allowed
(#107) Tab found within whitespace
(#107) Line indented incorrectly; expected at least 24 spaces, found 6
(#107) Variable "fStyle" must be all lower-case
(#108) Spaces must be used for alignment; tabs are not allowed
(#108) Tab found within whitespace
(#108) Line indented incorrectly; expected at least 24 spaces, found 6
(#108) Variable "pStyle" must be all lower-case
(#109) Spaces must be used for alignment; tabs are not allowed
(#109) Tab found within whitespace
(#109) Whitespace found at end of line
(#110) Spaces must be used for alignment; tabs are not allowed
(#110) Tab found within whitespace
(#110) Line indented incorrectly; expected 24 spaces, found 6
(#110) Expected "if (...) {\n"; found "if(...){\n"
(#110) Variable "fStyle" must be all lower-case
(#111) Spaces must be used for alignment; tabs are not allowed
(#111) Tab found within whitespace
(#111) Line indented incorrectly; expected at least 28 spaces, found 7
(#111) Variable "numFStyles" must be all lower-case
(#112) Spaces must be used for alignment; tabs are not allowed
(#112) Tab found within whitespace
(#112) Whitespace found at end of line
(#113) Spaces must be used for alignment; tabs are not allowed
(#113) Tab found within whitespace
(#113) Line indented incorrectly; expected at least 28 spaces, found 7
(#113) Variable "arrStyle" must be all lower-case
(#114) Spaces must be used for alignment; tabs are not allowed
(#114) Tab found within whitespace
(#114) Line indented incorrectly; expected at least 28 spaces, found 8
(#114) Expected 1 space before "=>"; 0 found
(#114) Expected 1 space after "=>"; 0 found
(#114) Variable "fStyle" must be all lower-case
(#115) Spaces must be used for alignment; tabs are not allowed
(#115) Tab found within whitespace
(#115) Line indented incorrectly; expected at least 28 spaces, found 8
(#115) Expected 1 space after "=>"; 0 found
(#115) Variable "fStyle" must be all lower-case
(#116) Spaces must be used for alignment; tabs are not allowed
(#116) Tab found within whitespace
(#116) Line indented incorrectly; expected at least 46 spaces, found 7
(#117) Spaces must be used for alignment; tabs are not allowed
(#117) Tab found within whitespace
(#117) Line indented incorrectly; expected at least 46 spaces, found 7
(#117) Variable "pPHPWord" must be all lower-case
(#117) Variable "numFStyles" must be all lower-case
(#117) Variable "arrStyle" must be all lower-case
(#118) Spaces must be used for alignment; tabs are not allowed
(#118) Tab found within whitespace
(#118) Line indented incorrectly; expected at least 46 spaces, found 7
(#118) Variable "numFStyles" must be all lower-case
(#119) Spaces must be used for alignment; tabs are not allowed
(#119) Tab found within whitespace
(#119) Line indented incorrectly; expected 24 spaces, found 6
(#120) Spaces must be used for alignment; tabs are not allowed
(#120) Tab found within whitespace
(#120) Line indented incorrectly; expected 24 spaces, found 6
(#120) Usage of ELSEIF not allowed; use ELSE IF instead
(#120) Variable "pStyle" must be all lower-case
(#121) Spaces must be used for alignment; tabs are not allowed
(#121) Tab found within whitespace
(#121) Line indented incorrectly; expected at least 28 spaces, found 7
(#121) Variable "numPStyles" must be all lower-case
(#122) Spaces must be used for alignment; tabs are not allowed
(#122) Tab found within whitespace
(#122) Whitespace found at end of line
(#123) Spaces must be used for alignment; tabs are not allowed
(#123) Tab found within whitespace
(#123) Line indented incorrectly; expected at least 28 spaces, found 7
(#123) Variable "pPHPWord" must be all lower-case
(#123) Variable "numPStyles" must be all lower-case
(#124) Spaces must be used for alignment; tabs are not allowed
(#124) Tab found within whitespace
(#124) Line indented incorrectly; expected at least 28 spaces, found 7
(#124) Variable "numPStyles" must be all lower-case
(#125) Spaces must be used for alignment; tabs are not allowed
(#125) Tab found within whitespace
(#125) Line indented incorrectly; expected 24 spaces, found 6
(#126) Spaces must be used for alignment; tabs are not allowed
(#126) Tab found within whitespace
(#126) Line indented incorrectly; expected 20 spaces, found 5
(#127) Spaces must be used for alignment; tabs are not allowed
(#127) Tab found within whitespace
(#127) Line indented incorrectly; expected 16 spaces, found 4
(#128) Spaces must be used for alignment; tabs are not allowed
(#128) Tab found within whitespace
(#128) Line indented incorrectly; expected 12 spaces, found 3
(#129) Spaces must be used for alignment; tabs are not allowed
(#129) Tab found within whitespace
(#129) Line indented incorrectly; expected 8 spaces, found 2
(#130) Spaces must be used for alignment; tabs are not allowed
(#130) Tab found within whitespace
(#130) Whitespace found at end of line
(#131) Spaces must be used for alignment; tabs are not allowed
(#131) Tab found within whitespace
(#131) Inline comments must start with a capital letter, digit or 3-dots sequence
(#131) Inline comments must end in full-stops, exclamation marks, or question marks
(#131) Line indented incorrectly; expected at least 8 spaces, found 2
(#132) Spaces must be used for alignment; tabs are not allowed
(#132) Tab found within whitespace
(#132) Line indented incorrectly; expected at least 8 spaces, found 2
(#132) Variable "objWriter" must be all lower-case
(#133) Spaces must be used for alignment; tabs are not allowed
(#133) Tab found within whitespace
(#133) Line indented incorrectly; expected at least 8 spaces, found 2
(#133) Variable "arrFonts" must be all lower-case
(#134) Spaces must be used for alignment; tabs are not allowed
(#134) Tab found within whitespace
(#134) Whitespace found at end of line
(#135) Spaces must be used for alignment; tabs are not allowed
(#135) Tab found within whitespace
(#135) Line indented incorrectly; expected at least 8 spaces, found 2
(#136) Spaces must be used for alignment; tabs are not allowed
(#136) Tab found within whitespace
(#136) Line indented incorrectly; expected at least 8 spaces, found 2
(#136) Variable "numFonts" must be all lower-case
(#137) Spaces must be used for alignment; tabs are not allowed
(#137) Tab found within whitespace
(#137) Line indented incorrectly; expected 8 spaces, found 2
(#137) Expected "if (...) {\n"; found "if(...) {\n"
(#138) Spaces must be used for alignment; tabs are not allowed
(#138) Tab found within whitespace
(#138) Line indented incorrectly; expected 12 spaces, found 3
(#138) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#138) Variable "styleName" must be all lower-case
(#139) Spaces must be used for alignment; tabs are not allowed
(#139) Tab found within whitespace
(#139) Inline comments must end in full-stops, exclamation marks, or question marks
(#139) Line indented incorrectly; expected at least 16 spaces, found 4
(#140) Spaces must be used for alignment; tabs are not allowed
(#140) Tab found within whitespace
(#140) Line indented incorrectly; expected 16 spaces, found 4
(#140) Expected "if (...) {\n"; found "if(...) {\n"
(#141) Spaces must be used for alignment; tabs are not allowed
(#141) Tab found within whitespace
(#141) Line indented incorrectly; expected at least 20 spaces, found 5
(#141) Variable "numFonts" must be all lower-case
(#142) Spaces must be used for alignment; tabs are not allowed
(#142) Tab found within whitespace
(#142) Line indented incorrectly; expected at least 20 spaces, found 5
(#143) Spaces must be used for alignment; tabs are not allowed
(#143) Tab found within whitespace
(#143) Line indented incorrectly; expected 20 spaces, found 5
(#143) Expected "if (...) {\n"; found "if(...){\n"
(#143) Variable "arrFonts" must be all lower-case
(#144) Spaces must be used for alignment; tabs are not allowed
(#144) Tab found within whitespace
(#144) Line indented incorrectly; expected at least 24 spaces, found 6
(#144) Variable "arrFonts" must be all lower-case
(#146) Spaces must be used for alignment; tabs are not allowed
(#146) Tab found within whitespace
(#146) Inline comments must start with a capital letter, digit or 3-dots sequence
(#146) Inline comments must end in full-stops, exclamation marks, or question marks
(#146) Line indented incorrectly; expected at least 24 spaces, found 6
(#147) Spaces must be used for alignment; tabs are not allowed
(#147) Tab found within whitespace
(#147) Line indented incorrectly; expected at least 24 spaces, found 6
(#147) Variable "objWriter" must be all lower-case
(#148) Spaces must be used for alignment; tabs are not allowed
(#148) Tab found within whitespace
(#148) Line indented incorrectly; expected at least 24 spaces, found 6
(#148) Variable "objWriter" must be all lower-case
(#149) Spaces must be used for alignment; tabs are not allowed
(#149) Tab found within whitespace
(#149) Line indented incorrectly; expected at least 24 spaces, found 6
(#149) Variable "objWriter" must be all lower-case
(#150) Spaces must be used for alignment; tabs are not allowed
(#150) Tab found within whitespace
(#150) Line indented incorrectly; expected at least 24 spaces, found 6
(#150) Variable "objWriter" must be all lower-case
(#151) Spaces must be used for alignment; tabs are not allowed
(#151) Tab found within whitespace
(#151) Line indented incorrectly; expected 20 spaces, found 5
(#152) Spaces must be used for alignment; tabs are not allowed
(#152) Tab found within whitespace
(#152) Line indented incorrectly; expected 16 spaces, found 4
(#153) Spaces must be used for alignment; tabs are not allowed
(#153) Tab found within whitespace
(#153) Line indented incorrectly; expected 12 spaces, found 3
(#154) Spaces must be used for alignment; tabs are not allowed
(#154) Tab found within whitespace
(#154) Line indented incorrectly; expected 12 spaces, found 3
(#154) Expected "if (...) {\n"; found "if(...){\n"
(#154) Variable "arrFonts" must be all lower-case
(#155) Spaces must be used for alignment; tabs are not allowed
(#155) Tab found within whitespace
(#155) Line indented incorrectly; expected at least 16 spaces, found 4
(#155) Variable "objWriter" must be all lower-case
(#156) Spaces must be used for alignment; tabs are not allowed
(#156) Tab found within whitespace
(#156) Line indented incorrectly; expected at least 16 spaces, found 4
(#156) Variable "objWriter" must be all lower-case
(#157) Spaces must be used for alignment; tabs are not allowed
(#157) Tab found within whitespace
(#157) Line indented incorrectly; expected at least 16 spaces, found 4
(#157) Variable "objWriter" must be all lower-case
(#158) Spaces must be used for alignment; tabs are not allowed
(#158) Tab found within whitespace
(#158) Line indented incorrectly; expected at least 16 spaces, found 4
(#158) Variable "objWriter" must be all lower-case
(#159) Spaces must be used for alignment; tabs are not allowed
(#159) Tab found within whitespace
(#159) Line indented incorrectly; expected 12 spaces, found 3
(#160) Spaces must be used for alignment; tabs are not allowed
(#160) Tab found within whitespace
(#160) Line indented incorrectly; expected 8 spaces, found 2
(#161) Spaces must be used for alignment; tabs are not allowed
(#161) Tab found within whitespace
(#161) Line indented incorrectly; expected at least 8 spaces, found 2
(#161) Variable "objWriter" must be all lower-case
(#162) Spaces must be used for alignment; tabs are not allowed
(#162) Tab found within whitespace
(#162) Whitespace found at end of line
(#163) Spaces must be used for alignment; tabs are not allowed
(#163) Tab found within whitespace
(#163) Line indented incorrectly; expected at least 8 spaces, found 2
(#163) Variable "objWriter" must be all lower-case
(#164) Spaces must be used for alignment; tabs are not allowed
(#164) Tab found within whitespace
(#164) Line indented incorrectly; expected at least 8 spaces, found 2
(#165) Spaces must be used for alignment; tabs are not allowed
(#165) Tab found within whitespace
(#165) Line indented incorrectly; expected at least 8 spaces, found 2
(#165) Variable "numPStyles" must be all lower-case
(#166) Spaces must be used for alignment; tabs are not allowed
(#166) Tab found within whitespace
(#166) Line indented incorrectly; expected 8 spaces, found 2
(#166) Expected "if (...) {\n"; found "if(...) {\n"
(#167) Spaces must be used for alignment; tabs are not allowed
(#167) Tab found within whitespace
(#167) Line indented incorrectly; expected 12 spaces, found 3
(#167) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#167) Variable "styleName" must be all lower-case
(#168) Spaces must be used for alignment; tabs are not allowed
(#168) Tab found within whitespace
(#168) Line indented incorrectly; expected 16 spaces, found 4
(#168) Expected "if (...) {\n"; found "if(...){\n"
(#168) Variable "styleName" must be all lower-case
(#169) Spaces must be used for alignment; tabs are not allowed
(#169) Tab found within whitespace
(#169) Line indented incorrectly; expected at least 16 spaces, found 5
(#169) Variable "styleName" must be all lower-case
(#170) Spaces must be used for alignment; tabs are not allowed
(#170) Tab found within whitespace
(#170) Inline comments must end in full-stops, exclamation marks, or question marks
(#170) Line indented incorrectly; expected at least 20 spaces, found 5
(#171) Spaces must be used for alignment; tabs are not allowed
(#171) Tab found within whitespace
(#171) Line indented incorrectly; expected 20 spaces, found 5
(#171) Expected "if (...) {\n"; found "if(...) {\n"
(#172) Spaces must be used for alignment; tabs are not allowed
(#172) Tab found within whitespace
(#172) Line indented incorrectly; expected at least 24 spaces, found 6
(#172) Variable "objWriter" must be all lower-case
(#173) Spaces must be used for alignment; tabs are not allowed
(#173) Tab found within whitespace
(#173) Line indented incorrectly; expected at least 24 spaces, found 6
(#173) Variable "objWriter" must be all lower-case
(#173) Variable "styleName" must be all lower-case
(#174) Spaces must be used for alignment; tabs are not allowed
(#174) Tab found within whitespace
(#174) Line indented incorrectly; expected at least 24 spaces, found 6
(#174) Variable "objWriter" must be all lower-case
(#175) Spaces must be used for alignment; tabs are not allowed
(#175) Tab found within whitespace
(#175) Inline comments must start with a capital letter, digit or 3-dots sequence
(#175) Inline comments must end in full-stops, exclamation marks, or question marks
(#175) Line indented incorrectly; expected at least 24 spaces, found 7
(#176) Spaces must be used for alignment; tabs are not allowed
(#176) Tab found within whitespace
(#176) Line indented incorrectly; expected at least 24 spaces, found 7
(#176) Variable "objWriter" must be all lower-case
(#177) Spaces must be used for alignment; tabs are not allowed
(#177) Tab found within whitespace
(#177) Line indented incorrectly; expected at least 24 spaces, found 7
(#177) Variable "objWriter" must be all lower-case
(#178) Spaces must be used for alignment; tabs are not allowed
(#178) Tab found within whitespace
(#178) Line indented incorrectly; expected at least 24 spaces, found 7
(#178) Variable "objWriter" must be all lower-case
(#179) Spaces must be used for alignment; tabs are not allowed
(#179) Tab found within whitespace
(#179) Line indented incorrectly; expected at least 24 spaces, found 7
(#179) Variable "objWriter" must be all lower-case
(#180) Spaces must be used for alignment; tabs are not allowed
(#180) Tab found within whitespace
(#180) Line indented incorrectly; expected at least 24 spaces, found 7
(#180) Variable "objWriter" must be all lower-case
(#181) Spaces must be used for alignment; tabs are not allowed
(#181) Tab found within whitespace
(#181) Line indented incorrectly; expected at least 24 spaces, found 6
(#181) Variable "objWriter" must be all lower-case
(#182) Spaces must be used for alignment; tabs are not allowed
(#182) Tab found within whitespace
(#182) Line indented incorrectly; expected 20 spaces, found 5
(#183) Spaces must be used for alignment; tabs are not allowed
(#183) Tab found within whitespace
(#183) Line indented incorrectly; expected 20 spaces, found 5
(#183) Expected "if (...) {\n"; found "if(...){\n"
(#184) Spaces must be used for alignment; tabs are not allowed
(#184) Tab found within whitespace
(#184) Line indented incorrectly; expected at least 24 spaces, found 6
(#184) Variable "numPStyles" must be all lower-case
(#185) Spaces must be used for alignment; tabs are not allowed
(#185) Tab found within whitespace
(#185) Inline comments must start with a capital letter, digit or 3-dots sequence
(#185) Inline comments must end in full-stops, exclamation marks, or question marks
(#185) Line indented incorrectly; expected at least 24 spaces, found 6
(#186) Spaces must be used for alignment; tabs are not allowed
(#186) Tab found within whitespace
(#186) Line indented incorrectly; expected at least 24 spaces, found 6
(#186) Variable "objWriter" must be all lower-case
(#187) Spaces must be used for alignment; tabs are not allowed
(#187) Tab found within whitespace
(#187) Line indented incorrectly; expected at least 24 spaces, found 6
(#187) Variable "objWriter" must be all lower-case
(#187) Variable "styleName" must be all lower-case
(#188) Spaces must be used for alignment; tabs are not allowed
(#188) Tab found within whitespace
(#188) Line indented incorrectly; expected at least 24 spaces, found 6
(#188) Variable "objWriter" must be all lower-case
(#189) Spaces must be used for alignment; tabs are not allowed
(#189) Tab found within whitespace
(#189) Line indented incorrectly; expected at least 24 spaces, found 6
(#189) Variable "objWriter" must be all lower-case
(#190) Spaces must be used for alignment; tabs are not allowed
(#190) Tab found within whitespace
(#190) Line indented incorrectly; expected at least 24 spaces, found 6
(#190) Variable "objWriter" must be all lower-case
(#191) Spaces must be used for alignment; tabs are not allowed
(#191) Tab found within whitespace
(#191) Inline comments must start with a capital letter, digit or 3-dots sequence
(#191) Inline comments must end in full-stops, exclamation marks, or question marks
(#191) Line indented incorrectly; expected at least 24 spaces, found 7
(#192) Spaces must be used for alignment; tabs are not allowed
(#192) Tab found within whitespace
(#192) Line indented incorrectly; expected at least 24 spaces, found 7
(#192) Variable "objWriter" must be all lower-case
(#193) Spaces must be used for alignment; tabs are not allowed
(#193) Tab found within whitespace
(#193) Line indented incorrectly; expected at least 24 spaces, found 7
(#193) Variable "objWriter" must be all lower-case
(#194) Spaces must be used for alignment; tabs are not allowed
(#194) Tab found within whitespace
(#194) Line indented incorrectly; expected at least 24 spaces, found 7
(#194) Variable "objWriter" must be all lower-case
(#195) Spaces must be used for alignment; tabs are not allowed
(#195) Tab found within whitespace
(#195) Line indented incorrectly; expected at least 24 spaces, found 6
(#195) Variable "objWriter" must be all lower-case
(#196) Spaces must be used for alignment; tabs are not allowed
(#196) Tab found within whitespace
(#196) Line indented incorrectly; expected 20 spaces, found 5
(#197) Spaces must be used for alignment; tabs are not allowed
(#197) Tab found within whitespace
(#197) Line indented incorrectly; expected 16 spaces, found 4
(#198) Spaces must be used for alignment; tabs are not allowed
(#198) Tab found within whitespace
(#198) Line indented incorrectly; expected 12 spaces, found 3
(#199) Spaces must be used for alignment; tabs are not allowed
(#199) Tab found within whitespace
(#199) Whitespace found at end of line
(#200) Spaces must be used for alignment; tabs are not allowed
(#200) Tab found within whitespace
(#200) Line indented incorrectly; expected 12 spaces, found 3
(#200) Expected "if (...) {\n"; found "if(...){\n"
(#200) Variable "numPStyles" must be all lower-case
(#201) Spaces must be used for alignment; tabs are not allowed
(#201) Tab found within whitespace
(#201) Inline comments must start with a capital letter, digit or 3-dots sequence
(#201) Inline comments must end in full-stops, exclamation marks, or question marks
(#201) Line indented incorrectly; expected at least 16 spaces, found 4
(#202) Spaces must be used for alignment; tabs are not allowed
(#202) Tab found within whitespace
(#202) Line indented incorrectly; expected at least 16 spaces, found 4
(#202) Variable "objWriter" must be all lower-case
(#203) Spaces must be used for alignment; tabs are not allowed
(#203) Tab found within whitespace
(#203) Line indented incorrectly; expected at least 16 spaces, found 4
(#203) Variable "objWriter" must be all lower-case
(#204) Spaces must be used for alignment; tabs are not allowed
(#204) Tab found within whitespace
(#204) Line indented incorrectly; expected at least 16 spaces, found 4
(#204) Variable "objWriter" must be all lower-case
(#205) Spaces must be used for alignment; tabs are not allowed
(#205) Tab found within whitespace
(#205) Line indented incorrectly; expected at least 16 spaces, found 4
(#205) Variable "objWriter" must be all lower-case
(#206) Spaces must be used for alignment; tabs are not allowed
(#206) Tab found within whitespace
(#206) Line indented incorrectly; expected at least 16 spaces, found 4
(#206) Variable "objWriter" must be all lower-case
(#207) Spaces must be used for alignment; tabs are not allowed
(#207) Tab found within whitespace
(#207) Inline comments must start with a capital letter, digit or 3-dots sequence
(#207) Inline comments must end in full-stops, exclamation marks, or question marks
(#207) Line indented incorrectly; expected at least 16 spaces, found 5
(#208) Spaces must be used for alignment; tabs are not allowed
(#208) Tab found within whitespace
(#208) Line indented incorrectly; expected at least 16 spaces, found 5
(#208) Variable "objWriter" must be all lower-case
(#209) Spaces must be used for alignment; tabs are not allowed
(#209) Tab found within whitespace
(#209) Line indented incorrectly; expected at least 16 spaces, found 5
(#209) Variable "objWriter" must be all lower-case
(#210) Spaces must be used for alignment; tabs are not allowed
(#210) Tab found within whitespace
(#210) Line indented incorrectly; expected at least 16 spaces, found 5
(#210) Variable "objWriter" must be all lower-case
(#211) Spaces must be used for alignment; tabs are not allowed
(#211) Tab found within whitespace
(#211) Line indented incorrectly; expected at least 16 spaces, found 4
(#211) Variable "objWriter" must be all lower-case
(#212) Spaces must be used for alignment; tabs are not allowed
(#212) Tab found within whitespace
(#212) Line indented incorrectly; expected 12 spaces, found 3
(#213) Spaces must be used for alignment; tabs are not allowed
(#213) Tab found within whitespace
(#213) Line indented incorrectly; expected 8 spaces, found 2
(#214) Spaces must be used for alignment; tabs are not allowed
(#214) Tab found within whitespace
(#214) Line indented incorrectly; expected at least 8 spaces, found 2
(#214) Variable "objWriter" must be all lower-case
(#215) Spaces must be used for alignment; tabs are not allowed
(#215) Tab found within whitespace
(#215) Whitespace found at end of line
(#216) Spaces must be used for alignment; tabs are not allowed
(#216) Tab found within whitespace
(#216) Inline comments must start with a capital letter, digit or 3-dots sequence
(#216) Inline comments must end in full-stops, exclamation marks, or question marks
(#216) Line indented incorrectly; expected at least 8 spaces, found 3
(#217) Spaces must be used for alignment; tabs are not allowed
(#217) Tab found within whitespace
(#217) Line indented incorrectly; expected at least 8 spaces, found 3
(#217) Variable "objWriter" must be all lower-case
(#218) Spaces must be used for alignment; tabs are not allowed
(#218) Tab found within whitespace
(#218) Inline comments must start with a capital letter, digit or 3-dots sequence
(#218) Inline comments must end in full-stops, exclamation marks, or question marks
(#218) Line indented incorrectly; expected at least 8 spaces, found 4
(#219) Spaces must be used for alignment; tabs are not allowed
(#219) Tab found within whitespace
(#219) Line indented incorrectly; expected at least 8 spaces, found 4
(#219) Variable "objWriter" must be all lower-case
(#220) Spaces must be used for alignment; tabs are not allowed
(#220) Tab found within whitespace
(#220) Inline comments must start with a capital letter, digit or 3-dots sequence
(#220) Inline comments must end in full-stops, exclamation marks, or question marks
(#220) Line indented incorrectly; expected at least 8 spaces, found 5
(#221) Spaces must be used for alignment; tabs are not allowed
(#221) Tab found within whitespace
(#221) Line indented incorrectly; expected at least 8 spaces, found 5
(#221) Variable "objWriter" must be all lower-case
(#222) Spaces must be used for alignment; tabs are not allowed
(#222) Tab found within whitespace
(#222) Inline comments must start with a capital letter, digit or 3-dots sequence
(#222) Inline comments must end in full-stops, exclamation marks, or question marks
(#222) Line indented incorrectly; expected at least 8 spaces, found 6
(#223) Spaces must be used for alignment; tabs are not allowed
(#223) Tab found within whitespace
(#223) Line indented incorrectly; expected at least 8 spaces, found 6
(#223) Variable "objWriter" must be all lower-case
(#224) Spaces must be used for alignment; tabs are not allowed
(#224) Tab found within whitespace
(#224) Line indented incorrectly; expected at least 8 spaces, found 6
(#224) Variable "objWriter" must be all lower-case
(#225) Spaces must be used for alignment; tabs are not allowed
(#225) Tab found within whitespace
(#225) Line indented incorrectly; expected at least 8 spaces, found 6
(#225) Variable "objWriter" must be all lower-case
(#226) Spaces must be used for alignment; tabs are not allowed
(#226) Tab found within whitespace
(#226) Line indented incorrectly; expected at least 8 spaces, found 6
(#226) Variable "objWriter" must be all lower-case
(#227) Spaces must be used for alignment; tabs are not allowed
(#227) Tab found within whitespace
(#227) Inline comments must start with a capital letter, digit or 3-dots sequence
(#227) Inline comments must end in full-stops, exclamation marks, or question marks
(#227) Line indented incorrectly; expected at least 8 spaces, found 6
(#228) Spaces must be used for alignment; tabs are not allowed
(#228) Tab found within whitespace
(#228) Line indented incorrectly; expected at least 8 spaces, found 6
(#228) Variable "objWriter" must be all lower-case
(#229) Spaces must be used for alignment; tabs are not allowed
(#229) Tab found within whitespace
(#229) Line indented incorrectly; expected at least 8 spaces, found 6
(#229) Variable "objWriter" must be all lower-case
(#230) Spaces must be used for alignment; tabs are not allowed
(#230) Tab found within whitespace
(#230) Line indented incorrectly; expected at least 8 spaces, found 6
(#230) Variable "objWriter" must be all lower-case
(#231) Spaces must be used for alignment; tabs are not allowed
(#231) Tab found within whitespace
(#231) Line indented incorrectly; expected at least 8 spaces, found 6
(#231) Variable "objWriter" must be all lower-case
(#232) Spaces must be used for alignment; tabs are not allowed
(#232) Tab found within whitespace
(#232) Inline comments must start with a capital letter, digit or 3-dots sequence
(#232) Inline comments must end in full-stops, exclamation marks, or question marks
(#232) Line indented incorrectly; expected at least 8 spaces, found 6
(#233) Spaces must be used for alignment; tabs are not allowed
(#233) Tab found within whitespace
(#233) Line indented incorrectly; expected at least 8 spaces, found 6
(#233) Variable "objWriter" must be all lower-case
(#234) Spaces must be used for alignment; tabs are not allowed
(#234) Tab found within whitespace
(#234) Line indented incorrectly; expected at least 8 spaces, found 6
(#234) Variable "objWriter" must be all lower-case
(#235) Spaces must be used for alignment; tabs are not allowed
(#235) Tab found within whitespace
(#235) Line indented incorrectly; expected at least 8 spaces, found 6
(#235) Variable "objWriter" must be all lower-case
(#236) Spaces must be used for alignment; tabs are not allowed
(#236) Tab found within whitespace
(#236) Line indented incorrectly; expected at least 8 spaces, found 6
(#236) Variable "objWriter" must be all lower-case
(#237) Spaces must be used for alignment; tabs are not allowed
(#237) Tab found within whitespace
(#237) Inline comments must start with a capital letter, digit or 3-dots sequence
(#237) Inline comments must end in full-stops, exclamation marks, or question marks
(#237) Line indented incorrectly; expected at least 8 spaces, found 6
(#238) Spaces must be used for alignment; tabs are not allowed
(#238) Tab found within whitespace
(#238) Line indented incorrectly; expected at least 8 spaces, found 6
(#238) Variable "objWriter" must be all lower-case
(#239) Spaces must be used for alignment; tabs are not allowed
(#239) Tab found within whitespace
(#239) Line indented incorrectly; expected at least 8 spaces, found 6
(#239) Variable "objWriter" must be all lower-case
(#240) Spaces must be used for alignment; tabs are not allowed
(#240) Tab found within whitespace
(#240) Line indented incorrectly; expected at least 8 spaces, found 6
(#240) Variable "objWriter" must be all lower-case
(#241) Spaces must be used for alignment; tabs are not allowed
(#241) Tab found within whitespace
(#241) Line indented incorrectly; expected at least 8 spaces, found 6
(#241) Variable "objWriter" must be all lower-case
(#242) Spaces must be used for alignment; tabs are not allowed
(#242) Tab found within whitespace
(#242) Line indented incorrectly; expected at least 8 spaces, found 5
(#242) Variable "objWriter" must be all lower-case
(#243) Spaces must be used for alignment; tabs are not allowed
(#243) Tab found within whitespace
(#243) Whitespace found at end of line
(#244) Spaces must be used for alignment; tabs are not allowed
(#244) Tab found within whitespace
(#244) Line indented incorrectly; expected at least 8 spaces, found 5
(#244) Variable "_sections" must not contain underscores.
(#244) Variable "pPHPWord" must be all lower-case
(#245) Spaces must be used for alignment; tabs are not allowed
(#245) Tab found within whitespace
(#245) Line indented incorrectly; expected at least 8 spaces, found 5
(#245) Variable "countSections" must be all lower-case
(#245) Variable "_sections" must not contain underscores.
(#246) Spaces must be used for alignment; tabs are not allowed
(#246) Tab found within whitespace
(#246) Line indented incorrectly; expected at least 8 spaces, found 5
(#246) Variable "pSection" must be all lower-case
(#247) Spaces must be used for alignment; tabs are not allowed
(#247) Tab found within whitespace
(#247) Whitespace found at end of line
(#248) Spaces must be used for alignment; tabs are not allowed
(#248) Tab found within whitespace
(#248) Line indented incorrectly; expected 8 spaces, found 5
(#248) Expected "if (...) {\n"; found "if(...) {\n"
(#248) Variable "countSections" must be all lower-case
(#249) Spaces must be used for alignment; tabs are not allowed
(#249) Tab found within whitespace
(#249) Line indented incorrectly; expected 12 spaces, found 6
(#249) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#249) Variable "_sections" must not contain underscores.
(#250) Spaces must be used for alignment; tabs are not allowed
(#250) Tab found within whitespace
(#250) Line indented incorrectly; expected at least 16 spaces, found 7
(#250) Variable "pSection" must be all lower-case
(#251) Spaces must be used for alignment; tabs are not allowed
(#251) Tab found within whitespace
(#251) Whitespace found at end of line
(#252) Spaces must be used for alignment; tabs are not allowed
(#252) Tab found within whitespace
(#252) Line indented incorrectly; expected at least 16 spaces, found 7
(#252) Variable "_elements" must not contain underscores.
(#253) Spaces must be used for alignment; tabs are not allowed
(#253) Tab found within whitespace
(#253) Whitespace found at end of line
(#254) Spaces must be used for alignment; tabs are not allowed
(#254) Tab found within whitespace
(#254) Line indented incorrectly; expected 16 spaces, found 7
(#254) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#254) Variable "_elements" must not contain underscores.
(#255) Spaces must be used for alignment; tabs are not allowed
(#255) Tab found within whitespace
(#255) Line indented incorrectly; expected 20 spaces, found 8
(#255) Expected "if (...) {\n"; found "if(...) {\n"
(#256) Spaces must be used for alignment; tabs are not allowed
(#256) Tab found within whitespace
(#256) Line indented incorrectly; expected at least 24 spaces, found 9
(#256) Variable "objWriter" must be all lower-case
(#257) Spaces must be used for alignment; tabs are not allowed
(#257) Tab found within whitespace
(#257) Line indented incorrectly; expected 20 spaces, found 8
(#257) This comment is 63% valid code; is this commented out code?
(#258) Line indented incorrectly; expected at least 20 spaces, found 9
(#259) Line indented incorrectly; expected at least 20 spaces, found 8
(#260) Line indented incorrectly; expected at least 20 spaces, found 9
(#261) Line indented incorrectly; expected at least 20 spaces, found 8
(#262) Line indented incorrectly; expected at least 20 spaces, found 9
(#263) Line indented incorrectly; expected at least 20 spaces, found 8
(#263) Usage of ELSEIF not allowed; use ELSE IF instead
(#264) Spaces must be used for alignment; tabs are not allowed
(#264) Tab found within whitespace
(#264) Line indented incorrectly; expected at least 24 spaces, found 9
(#264) Variable "objWriter" must be all lower-case
(#265) Spaces must be used for alignment; tabs are not allowed
(#265) Tab found within whitespace
(#265) Line indented incorrectly; expected 12 spaces, found 8
(#265) Closing brace indented incorrectly; expected 0 spaces, found 8
(#265) This comment is 61% valid code; is this commented out code?
(#266) Line indented incorrectly; expected at least 12 spaces, found 9
(#267) Line indented incorrectly; expected at least 12 spaces, found 8
(#268) Line indented incorrectly; expected at least 12 spaces, found 9
(#269) Line indented incorrectly; expected at least 12 spaces, found 8
(#270) Line indented incorrectly; expected at least 12 spaces, found 9
(#271) Line indented incorrectly; expected at least 12 spaces, found 8
(#272) Line indented incorrectly; expected at least 12 spaces, found 8
(#273) Line indented incorrectly; expected at least 12 spaces, found 9
(#274) Line indented incorrectly; expected at least 12 spaces, found 8
(#275) Line indented incorrectly; expected at least 12 spaces, found 9
(#276) Line indented incorrectly; expected at least 12 spaces, found 8
(#277) Line indented incorrectly; expected at least 12 spaces, found 9
(#278) Line indented incorrectly; expected at least 12 spaces, found 8
(#279) Spaces must be used for alignment; tabs are not allowed
(#279) Tab found within whitespace
(#279) Line indented incorrectly; expected 12 spaces, found 8
(#279) Expected "} else {\n"; found "}/* elseif($element instanceof PHPWord_Section_PageBreak) {\n\t\t\t\t\t\t\t\t\t$this->_writePageBreak($objWriter);\n\t\t\t\t\t\t\t\t} elseif($element instanceof PHPWord_Section_Table) {\n\t\t\t\t\t\t\t\t\t$this->_writeTable($objWriter, $element);\n\t\t\t\t\t\t\t\t} elseif($element instanceof PHPWord_Section_ListItem) {\n\t\t\t\t\t\t\t\t\t$this->_writeListItem($objWriter, $element);\n\t\t\t\t\t\t\t\t} elseif($element instanceof PHPWord_Section_Image ||\n\t\t\t\t\t\t\t\t$element instanceof PHPWord_Section_MemoryImage) {\n\t\t\t\t\t\t\t\t\t$this->_writeImage($objWriter, $element);\n\t\t\t\t\t\t\t\t} elseif($element instanceof PHPWord_Section_Object) {\n\t\t\t\t\t\t\t\t\t$this->_writeObject($objWriter, $element);\n\t\t\t\t\t\t\t\t} elseif($element instanceof PHPWord_TOC) {\n\t\t\t\t\t\t\t\t\t$this->_writeTOC($objWriter);\n\t\t\t\t\t\t\t\t}*/\n\t\t\t\t\t\t\t\telse {\n"
(#280) Spaces must be used for alignment; tabs are not allowed
(#280) Tab found within whitespace
(#280) Line indented incorrectly; expected at least 16 spaces, found 9
(#280) The use of function print_r() is forbidden
(#281) Spaces must be used for alignment; tabs are not allowed
(#281) Tab found within whitespace
(#281) Line indented incorrectly; expected at least 16 spaces, found 9
(#282) Spaces must be used for alignment; tabs are not allowed
(#282) Tab found within whitespace
(#282) Line indented incorrectly; expected 12 spaces, found 8
(#283) Spaces must be used for alignment; tabs are not allowed
(#283) Tab found within whitespace
(#283) Line indented incorrectly; expected 16 spaces, found 7
(#284) Spaces must be used for alignment; tabs are not allowed
(#284) Tab found within whitespace
(#284) Whitespace found at end of line
(#285) Spaces must be used for alignment; tabs are not allowed
(#285) Tab found within whitespace
(#285) Line indented incorrectly; expected 16 spaces, found 7
(#285) Expected "if (...) {\n"; found "if(...) {\n"
(#285) Variable "pSection" must be all lower-case
(#285) Variable "countSections" must be all lower-case
(#286) Spaces must be used for alignment; tabs are not allowed
(#286) Tab found within whitespace
(#286) Line indented incorrectly; expected at least 20 spaces, found 8
(#286) Variable "objWriter" must be all lower-case
(#287) Spaces must be used for alignment; tabs are not allowed
(#287) Tab found within whitespace
(#287) Line indented incorrectly; expected 16 spaces, found 7
(#288) Spaces must be used for alignment; tabs are not allowed
(#288) Tab found within whitespace
(#288) Line indented incorrectly; expected at least 20 spaces, found 8
(#288) Variable "objWriter" must be all lower-case
(#289) Spaces must be used for alignment; tabs are not allowed
(#289) Tab found within whitespace
(#289) Line indented incorrectly; expected 16 spaces, found 7
(#290) Spaces must be used for alignment; tabs are not allowed
(#290) Tab found within whitespace
(#290) Line indented incorrectly; expected 12 spaces, found 6
(#291) Spaces must be used for alignment; tabs are not allowed
(#291) Tab found within whitespace
(#291) Line indented incorrectly; expected 8 spaces, found 5
(#292) Spaces must be used for alignment; tabs are not allowed
(#292) Tab found within whitespace
(#292) Line indented incorrectly; expected at least 8 spaces, found 4
(#292) Variable "objWriter" must be all lower-case
(#293) Spaces must be used for alignment; tabs are not allowed
(#293) Tab found within whitespace
(#293) Line indented incorrectly; expected at least 8 spaces, found 3
(#293) Variable "objWriter" must be all lower-case
(#294) Spaces must be used for alignment; tabs are not allowed
(#294) Tab found within whitespace
(#294) Line indented incorrectly; expected at least 8 spaces, found 2
(#294) Variable "objWriter" must be all lower-case
(#296) Spaces must be used for alignment; tabs are not allowed
(#296) Tab found within whitespace
(#296) Inline comments must end in full-stops, exclamation marks, or question marks
(#296) This comment is 50% valid code; is this commented out code?
(#296) Line indented incorrectly; expected at least 8 spaces, found 2
(#297) Spaces must be used for alignment; tabs are not allowed
(#297) Tab found within whitespace
(#297) Line indented incorrectly; expected at least 8 spaces, found 2
(#297) Variable "objWriter" must be all lower-case
(#298) Spaces must be used for alignment; tabs are not allowed
(#298) Tab found within whitespace
(#298) Line indented incorrectly; expected 4 spaces, found 1
(#299) Spaces must be used for alignment; tabs are not allowed
(#299) Tab found within whitespace
(#299) Whitespace found at end of line
(#300) Spaces must be used for alignment; tabs are not allowed
(#300) Tab found within whitespace
(#300) Line indented incorrectly; expected 4 spaces, found 1
(#300) Protected method name "PHPWord_Writer_ODText_Content::_writeText" must be in lower-case letters only
(#300) Variable "objWriter" must be all lower-case
(#300) Variable "withoutP" must be all lower-case
(#301) Spaces must be used for alignment; tabs are not allowed
(#301) Tab found within whitespace
(#301) Line indented incorrectly; expected at least 8 spaces, found 2
(#301) Variable "styleFont" must be all lower-case
(#302) Spaces must be used for alignment; tabs are not allowed
(#302) Tab found within whitespace
(#302) Line indented incorrectly; expected at least 8 spaces, found 2
(#302) Variable "styleParagraph" must be all lower-case
(#303) Spaces must be used for alignment; tabs are not allowed
(#303) Tab found within whitespace
(#303) Whitespace found at end of line
(#304) Spaces must be used for alignment; tabs are not allowed
(#304) Tab found within whitespace
(#304) Line indented incorrectly; expected at least 8 spaces, found 2
(#304) Variable "SfIsObject" must be all lower-case
(#304) Variable "styleFont" must be all lower-case
(#305) Spaces must be used for alignment; tabs are not allowed
(#305) Tab found within whitespace
(#305) Whitespace found at end of line
(#306) Spaces must be used for alignment; tabs are not allowed
(#306) Tab found within whitespace
(#306) Line indented incorrectly; expected 8 spaces, found 2
(#306) Expected "if (...) {\n"; found "if(...) {\n"
(#306) Variable "SfIsObject" must be all lower-case
(#307) Spaces must be used for alignment; tabs are not allowed
(#307) Tab found within whitespace
(#307) Inline comments must end in full-stops, exclamation marks, or question marks
(#307) Line indented incorrectly; expected at least 12 spaces, found 3
(#308) Spaces must be used for alignment; tabs are not allowed
(#308) Tab found within whitespace
(#308) Line indented incorrectly; expected at least 12 spaces, found 3
(#309) Spaces must be used for alignment; tabs are not allowed
(#309) Tab found within whitespace
(#309) Line indented incorrectly; expected 8 spaces, found 2
(#310) Spaces must be used for alignment; tabs are not allowed
(#310) Tab found within whitespace
(#310) Line indented incorrectly; expected 8 spaces, found 2
(#310) Expected "} else {\n"; found "}\n\t\telse {\n"
(#311) Spaces must be used for alignment; tabs are not allowed
(#311) Tab found within whitespace
(#311) Inline comments must start with a capital letter, digit or 3-dots sequence
(#311) Inline comments must end in full-stops, exclamation marks, or question marks
(#311) Line indented incorrectly; expected at least 12 spaces, found 3
(#312) Spaces must be used for alignment; tabs are not allowed
(#312) Tab found within whitespace
(#312) Line indented incorrectly; expected at least 12 spaces, found 3
(#312) Variable "objWriter" must be all lower-case
(#313) Spaces must be used for alignment; tabs are not allowed
(#313) Tab found within whitespace
(#313) Line indented incorrectly; expected 12 spaces, found 3
(#313) Expected "if (...) {\n"; found "if(...){\n"
(#313) Variable "styleFont" must be all lower-case
(#314) Spaces must be used for alignment; tabs are not allowed
(#314) Tab found within whitespace
(#314) Line indented incorrectly; expected 16 spaces, found 4
(#314) Expected "if (...) {\n"; found "if(...){\n"
(#314) Variable "styleParagraph" must be all lower-case
(#315) Spaces must be used for alignment; tabs are not allowed
(#315) Tab found within whitespace
(#315) Line indented incorrectly; expected at least 20 spaces, found 5
(#315) Variable "objWriter" must be all lower-case
(#316) Spaces must be used for alignment; tabs are not allowed
(#316) Tab found within whitespace
(#316) Line indented incorrectly; expected 16 spaces, found 4
(#317) Spaces must be used for alignment; tabs are not allowed
(#317) Tab found within whitespace
(#317) Line indented incorrectly; expected 16 spaces, found 4
(#317) Expected "} else {\n"; found "}\n\t\t\t\telse {\n"
(#318) Spaces must be used for alignment; tabs are not allowed
(#318) Tab found within whitespace
(#318) Line indented incorrectly; expected at least 20 spaces, found 5
(#318) Variable "objWriter" must be all lower-case
(#319) Spaces must be used for alignment; tabs are not allowed
(#319) Tab found within whitespace
(#319) Line indented incorrectly; expected 16 spaces, found 4
(#320) Spaces must be used for alignment; tabs are not allowed
(#320) Tab found within whitespace
(#320) Line indented incorrectly; expected at least 16 spaces, found 4
(#320) Variable "objWriter" must be all lower-case
(#321) Spaces must be used for alignment; tabs are not allowed
(#321) Tab found within whitespace
(#321) Line indented incorrectly; expected 12 spaces, found 3
(#322) Spaces must be used for alignment; tabs are not allowed
(#322) Tab found within whitespace
(#322) Line indented incorrectly; expected 12 spaces, found 3
(#322) Expected "} else {\n"; found "}\n\t\t\telse {\n"
(#323) Spaces must be used for alignment; tabs are not allowed
(#323) Tab found within whitespace
(#323) Line indented incorrectly; expected 16 spaces, found 4
(#323) Expected "if (...) {\n"; found "if(...){\n"
(#323) Variable "styleParagraph" must be all lower-case
(#324) Spaces must be used for alignment; tabs are not allowed
(#324) Tab found within whitespace
(#324) Line indented incorrectly; expected at least 20 spaces, found 5
(#324) Variable "objWriter" must be all lower-case
(#325) Spaces must be used for alignment; tabs are not allowed
(#325) Tab found within whitespace
(#325) Line indented incorrectly; expected 16 spaces, found 4
(#326) Spaces must be used for alignment; tabs are not allowed
(#326) Tab found within whitespace
(#326) Line indented incorrectly; expected 16 spaces, found 4
(#326) Expected "} else {\n"; found "}\n\t\t\t\telse {\n"
(#327) Spaces must be used for alignment; tabs are not allowed
(#327) Tab found within whitespace
(#327) Line indented incorrectly; expected at least 20 spaces, found 5
(#327) Variable "objWriter" must be all lower-case
(#328) Spaces must be used for alignment; tabs are not allowed
(#328) Tab found within whitespace
(#328) Line indented incorrectly; expected 16 spaces, found 4
(#329) Spaces must be used for alignment; tabs are not allowed
(#329) Tab found within whitespace
(#329) Inline comments must start with a capital letter, digit or 3-dots sequence
(#329) Inline comments must end in full-stops, exclamation marks, or question marks
(#329) Line indented incorrectly; expected at least 16 spaces, found 4
(#330) Spaces must be used for alignment; tabs are not allowed
(#330) Tab found within whitespace
(#330) Line indented incorrectly; expected at least 16 spaces, found 4
(#330) Variable "objWriter" must be all lower-case
(#331) Spaces must be used for alignment; tabs are not allowed
(#331) Tab found within whitespace
(#331) Line indented incorrectly; expected at least 16 spaces, found 4
(#331) Variable "objWriter" must be all lower-case
(#331) Variable "styleFont" must be all lower-case
(#332) Spaces must be used for alignment; tabs are not allowed
(#332) Tab found within whitespace
(#332) Line indented incorrectly; expected at least 16 spaces, found 4
(#332) Variable "objWriter" must be all lower-case
(#333) Spaces must be used for alignment; tabs are not allowed
(#333) Tab found within whitespace
(#333) Line indented incorrectly; expected at least 16 spaces, found 4
(#333) Variable "objWriter" must be all lower-case
(#334) Spaces must be used for alignment; tabs are not allowed
(#334) Tab found within whitespace
(#334) Line indented incorrectly; expected 12 spaces, found 3
(#335) Spaces must be used for alignment; tabs are not allowed
(#335) Tab found within whitespace
(#335) Line indented incorrectly; expected at least 12 spaces, found 3
(#335) Variable "objWriter" must be all lower-case
(#336) Spaces must be used for alignment; tabs are not allowed
(#336) Tab found within whitespace
(#336) Line indented incorrectly; expected 8 spaces, found 2
(#337) Spaces must be used for alignment; tabs are not allowed
(#337) Tab found within whitespace
(#337) Line indented incorrectly; expected 4 spaces, found 1
(#338) Spaces must be used for alignment; tabs are not allowed
(#338) Tab found within whitespace
(#338) Line indented incorrectly; expected 4 spaces, found 1
(#338) Protected method name "PHPWord_Writer_ODText_Content::_writeTextBreak" must be in lower-case letters only
(#338) Variable "objWriter" must be all lower-case
(#339) Spaces must be used for alignment; tabs are not allowed
(#339) Tab found within whitespace
(#339) Line indented incorrectly; expected at least 8 spaces, found 2
(#339) Variable "objWriter" must be all lower-case
(#340) Spaces must be used for alignment; tabs are not allowed
(#340) Tab found within whitespace
(#340) Line indented incorrectly; expected at least 8 spaces, found 2
(#340) Variable "objWriter" must be all lower-case
(#341) Spaces must be used for alignment; tabs are not allowed
(#341) Tab found within whitespace
(#341) Line indented incorrectly; expected at least 8 spaces, found 2
(#341) Variable "objWriter" must be all lower-case
(#342) Spaces must be used for alignment; tabs are not allowed
(#342) Tab found within whitespace
(#342) Line indented incorrectly; expected 4 spaces, found 1
(#343) Spaces must be used for alignment; tabs are not allowed
(#343) Tab found within whitespace
(#343) Line indented incorrectly; expected 4 spaces, found 1
(#343) Private method name "PHPWord_Writer_ODText_Content::_writeEndSection" must be in lower-case letters only
(#343) Variable "objWriter" must be all lower-case
(#344) Spaces must be used for alignment; tabs are not allowed
(#344) Tab found within whitespace
(#344) Line indented incorrectly; expected 4 spaces, found 1
mod/offlinequiz/lib/PHPWord/Writer/ODText/Manifest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Spaces must be used for alignment; tabs are not allowed
(#36) Expected MOODLE_INTERNAL check or config.php inclusion
(#38) Spaces must be used for alignment; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected at least 4 spaces, found 1
(#39) Spaces must be used for alignment; tabs are not allowed
(#40) Spaces must be used for alignment; tabs are not allowed
(#41) Spaces must be used for alignment; tabs are not allowed
(#41) Spaces must be used for alignment; tabs are not allowed
(#42) Spaces must be used for alignment; tabs are not allowed
(#42) Spaces must be used for alignment; tabs are not allowed
(#42) Spaces must be used for alignment; tabs are not allowed
(#43) Spaces must be used for alignment; tabs are not allowed
(#43) Spaces must be used for alignment; tabs are not allowed
(#44) Spaces must be used for alignment; tabs are not allowed
(#45) Spaces must be used for alignment; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected 4 spaces, found 1
(#45) Public method name "PHPWord_Writer_ODText_Manifest::writeManifest" must be in lower-case letters only
(#45) Variable "pPHPWord" must be all lower-case
(#46) Spaces must be used for alignment; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected at least 4 spaces, found 1
(#46) Opening brace should be on the same line as the declaration
(#47) Spaces must be used for alignment; tabs are not allowed
(#47) Tab found within whitespace
(#47) Inline comments must end in full-stops, exclamation marks, or question marks
(#47) Line indented incorrectly; expected at least 8 spaces, found 2
(#48) Spaces must be used for alignment; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected at least 8 spaces, found 2
(#48) Variable "objWriter" must be all lower-case
(#49) Spaces must be used for alignment; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected 8 spaces, found 2
(#50) Spaces must be used for alignment; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected at least 12 spaces, found 3
(#50) Variable "objWriter" must be all lower-case
(#50) Line exceeds 132 characters; contains 138 characters
(#51) Spaces must be used for alignment; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected 8 spaces, found 2
(#52) Spaces must be used for alignment; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected at least 12 spaces, found 3
(#52) Variable "objWriter" must be all lower-case
(#53) Spaces must be used for alignment; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected 8 spaces, found 2
(#55) Spaces must be used for alignment; tabs are not allowed
(#55) Tab found within whitespace
(#55) Inline comments must end in full-stops, exclamation marks, or question marks
(#55) Line indented incorrectly; expected at least 8 spaces, found 2
(#56) Spaces must be used for alignment; tabs are not allowed
(#56) Tab found within whitespace
(#56) Line indented incorrectly; expected at least 8 spaces, found 2
(#56) Variable "objWriter" must be all lower-case
(#56) Commas (,) must be followed by white space.
(#58) Spaces must be used for alignment; tabs are not allowed
(#58) Tab found within whitespace
(#58) Inline comments must start with a capital letter, digit or 3-dots sequence
(#58) Inline comments must end in full-stops, exclamation marks, or question marks
(#58) Line indented incorrectly; expected at least 8 spaces, found 2
(#59) Spaces must be used for alignment; tabs are not allowed
(#59) Tab found within whitespace
(#59) Line indented incorrectly; expected at least 8 spaces, found 2
(#59) Variable "objWriter" must be all lower-case
(#60) Spaces must be used for alignment; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected at least 8 spaces, found 2
(#60) Variable "objWriter" must be all lower-case
(#61) Spaces must be used for alignment; tabs are not allowed
(#61) Tab found within whitespace
(#61) Line indented incorrectly; expected at least 8 spaces, found 2
(#61) Variable "objWriter" must be all lower-case
(#62) Spaces must be used for alignment; tabs are not allowed
(#62) Tab found within whitespace
(#62) Whitespace found at end of line
(#63) Spaces must be used for alignment; tabs are not allowed
(#63) Tab found within whitespace
(#63) Inline comments must start with a capital letter, digit or 3-dots sequence
(#63) Inline comments must end in full-stops, exclamation marks, or question marks
(#63) Line indented incorrectly; expected at least 8 spaces, found 3
(#64) Spaces must be used for alignment; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected at least 8 spaces, found 3
(#64) Variable "objWriter" must be all lower-case
(#65) Spaces must be used for alignment; tabs are not allowed
(#65) Tab found within whitespace
(#65) Line indented incorrectly; expected at least 8 spaces, found 3
(#65) Variable "objWriter" must be all lower-case
(#66) Spaces must be used for alignment; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected at least 8 spaces, found 3
(#66) Variable "objWriter" must be all lower-case
(#67) Spaces must be used for alignment; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected at least 8 spaces, found 3
(#67) Variable "objWriter" must be all lower-case
(#68) Spaces must be used for alignment; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected at least 8 spaces, found 3
(#68) Variable "objWriter" must be all lower-case
(#69) Spaces must be used for alignment; tabs are not allowed
(#69) Tab found within whitespace
(#69) Inline comments must start with a capital letter, digit or 3-dots sequence
(#69) Inline comments must end in full-stops, exclamation marks, or question marks
(#69) Line indented incorrectly; expected at least 8 spaces, found 3
(#70) Spaces must be used for alignment; tabs are not allowed
(#70) Tab found within whitespace
(#70) Line indented incorrectly; expected at least 8 spaces, found 3
(#70) Variable "objWriter" must be all lower-case
(#71) Spaces must be used for alignment; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected at least 8 spaces, found 3
(#71) Variable "objWriter" must be all lower-case
(#72) Spaces must be used for alignment; tabs are not allowed
(#72) Tab found within whitespace
(#72) Line indented incorrectly; expected at least 8 spaces, found 3
(#72) Variable "objWriter" must be all lower-case
(#73) Spaces must be used for alignment; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected at least 8 spaces, found 3
(#73) Variable "objWriter" must be all lower-case
(#74) Spaces must be used for alignment; tabs are not allowed
(#74) Tab found within whitespace
(#74) Inline comments must start with a capital letter, digit or 3-dots sequence
(#74) Inline comments must end in full-stops, exclamation marks, or question marks
(#74) Line indented incorrectly; expected at least 8 spaces, found 3
(#75) Spaces must be used for alignment; tabs are not allowed
(#75) Tab found within whitespace
(#75) Line indented incorrectly; expected at least 8 spaces, found 3
(#75) Variable "objWriter" must be all lower-case
(#76) Spaces must be used for alignment; tabs are not allowed
(#76) Tab found within whitespace
(#76) Line indented incorrectly; expected at least 8 spaces, found 3
(#76) Variable "objWriter" must be all lower-case
(#77) Spaces must be used for alignment; tabs are not allowed
(#77) Tab found within whitespace
(#77) Line indented incorrectly; expected at least 8 spaces, found 3
(#77) Variable "objWriter" must be all lower-case
(#78) Spaces must be used for alignment; tabs are not allowed
(#78) Tab found within whitespace
(#78) Line indented incorrectly; expected at least 8 spaces, found 3
(#78) Variable "objWriter" must be all lower-case
(#79) Spaces must be used for alignment; tabs are not allowed
(#79) Tab found within whitespace
(#79) Inline comments must start with a capital letter, digit or 3-dots sequence
(#79) Inline comments must end in full-stops, exclamation marks, or question marks
(#79) Line indented incorrectly; expected at least 8 spaces, found 3
(#80) Spaces must be used for alignment; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected at least 8 spaces, found 3
(#80) Variable "objWriter" must be all lower-case
(#81) Spaces must be used for alignment; tabs are not allowed
(#81) Tab found within whitespace
(#81) Line indented incorrectly; expected at least 8 spaces, found 3
(#81) Variable "objWriter" must be all lower-case
(#82) Spaces must be used for alignment; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected at least 8 spaces, found 3
(#82) Variable "objWriter" must be all lower-case
(#83) Spaces must be used for alignment; tabs are not allowed
(#83) Tab found within whitespace
(#83) Line indented incorrectly; expected at least 8 spaces, found 3
(#83) Variable "objWriter" must be all lower-case
(#84) Spaces must be used for alignment; tabs are not allowed
(#84) Tab found within whitespace
(#84) Whitespace found at end of line
(#85) Spaces must be used for alignment; tabs are not allowed
(#85) Tab found within whitespace
(#85) Line indented incorrectly; expected 8 spaces, found 3
(#86) Spaces must be used for alignment; tabs are not allowed
(#86) Tab found within whitespace
(#86) Line indented incorrectly; expected 12 spaces, found 4
(#87) Spaces must be used for alignment; tabs are not allowed
(#87) Tab found within whitespace
(#87) Line indented incorrectly; expected at least 16 spaces, found 5
(#87) Spaces must be used for alignment; tabs are not allowed
(#87) Tab found within whitespace
(#88) Spaces must be used for alignment; tabs are not allowed
(#88) Tab found within whitespace
(#88) Line indented incorrectly; expected at least 16 spaces, found 5
(#88) Variable "mimeType" must be all lower-case
(#88) Spaces must be used for alignment; tabs are not allowed
(#88) Tab found within whitespace
(#89) Spaces must be used for alignment; tabs are not allowed
(#89) Tab found within whitespace
(#89) Whitespace found at end of line
(#90) Spaces must be used for alignment; tabs are not allowed
(#90) Tab found within whitespace
(#90) Line indented incorrectly; expected at least 16 spaces, found 5
(#90) Variable "objWriter" must be all lower-case
(#91) Spaces must be used for alignment; tabs are not allowed
(#91) Tab found within whitespace
(#91) Line indented incorrectly; expected at least 16 spaces, found 5
(#91) Variable "objWriter" must be all lower-case
(#91) Variable "mimeType" must be all lower-case
(#92) Spaces must be used for alignment; tabs are not allowed
(#92) Tab found within whitespace
(#92) Line indented incorrectly; expected at least 16 spaces, found 5
(#92) Variable "objWriter" must be all lower-case
(#92) Line exceeds 132 characters; contains 178 characters
(#93) Spaces must be used for alignment; tabs are not allowed
(#93) Tab found within whitespace
(#93) Line indented incorrectly; expected at least 16 spaces, found 5
(#93) Variable "objWriter" must be all lower-case
(#94) Spaces must be used for alignment; tabs are not allowed
(#94) Tab found within whitespace
(#94) Line indented incorrectly; expected 12 spaces, found 4
(#95) Spaces must be used for alignment; tabs are not allowed
(#95) Tab found within whitespace
(#95) Line indented incorrectly; expected at least 16 spaces, found 5
(#95) Spaces must be used for alignment; tabs are not allowed
(#95) Tab found within whitespace
(#96) Spaces must be used for alignment; tabs are not allowed
(#96) Tab found within whitespace
(#96) Line indented incorrectly; expected at least 16 spaces, found 5
(#96) Spaces must be used for alignment; tabs are not allowed
(#96) Tab found within whitespace
(#97) Spaces must be used for alignment; tabs are not allowed
(#97) Tab found within whitespace
(#97) Line indented incorrectly; expected at least 16 spaces, found 5
(#97) Spaces must be used for alignment; tabs are not allowed
(#97) Tab found within whitespace
(#98) Spaces must be used for alignment; tabs are not allowed
(#98) Tab found within whitespace
(#98) Whitespace found at end of line
(#99) Spaces must be used for alignment; tabs are not allowed
(#99) Tab found within whitespace
(#99) Line indented incorrectly; expected at least 16 spaces, found 5
(#99) Variable "mimeType" must be all lower-case
(#99) Spaces must be used for alignment; tabs are not allowed
(#99) Tab found within whitespace
(#100) Spaces must be used for alignment; tabs are not allowed
(#100) Tab found within whitespace
(#100) Whitespace found at end of line
(#101) Spaces must be used for alignment; tabs are not allowed
(#101) Tab found within whitespace
(#101) Line indented incorrectly; expected at least 16 spaces, found 5
(#101) Variable "objWriter" must be all lower-case
(#102) Spaces must be used for alignment; tabs are not allowed
(#102) Tab found within whitespace
(#102) Line indented incorrectly; expected at least 16 spaces, found 5
(#102) Variable "objWriter" must be all lower-case
(#102) Variable "mimeType" must be all lower-case
(#103) Spaces must be used for alignment; tabs are not allowed
(#103) Tab found within whitespace
(#103) Line indented incorrectly; expected at least 16 spaces, found 5
(#103) Variable "objWriter" must be all lower-case
(#103) Line exceeds 132 characters; contains 178 characters
(#104) Spaces must be used for alignment; tabs are not allowed
(#104) Tab found within whitespace
(#104) Line indented incorrectly; expected at least 16 spaces, found 5
(#104) Variable "objWriter" must be all lower-case
(#105) Spaces must be used for alignment; tabs are not allowed
(#105) Tab found within whitespace
(#105) Line indented incorrectly; expected 12 spaces, found 4
(#106) Spaces must be used for alignment; tabs are not allowed
(#106) Tab found within whitespace
(#106) Line indented incorrectly; expected 8 spaces, found 3
(#107) Spaces must be used for alignment; tabs are not allowed
(#107) Tab found within whitespace
(#107) Whitespace found at end of line
(#108) Spaces must be used for alignment; tabs are not allowed
(#108) Tab found within whitespace
(#108) Line indented incorrectly; expected at least 8 spaces, found 2
(#108) Variable "objWriter" must be all lower-case
(#110) Spaces must be used for alignment; tabs are not allowed
(#110) Tab found within whitespace
(#110) Inline comments must end in full-stops, exclamation marks, or question marks
(#110) This comment is 50% valid code; is this commented out code?
(#110) Line indented incorrectly; expected at least 8 spaces, found 2
(#111) Spaces must be used for alignment; tabs are not allowed
(#111) Tab found within whitespace
(#111) Line indented incorrectly; expected at least 8 spaces, found 2
(#111) Variable "objWriter" must be all lower-case
(#112) Spaces must be used for alignment; tabs are not allowed
(#112) Tab found within whitespace
(#112) Line indented incorrectly; expected 4 spaces, found 1
(#114) Spaces must be used for alignment; tabs are not allowed
(#114) Tab found within whitespace
(#114) Whitespace found at end of line
(#115) Spaces must be used for alignment; tabs are not allowed
(#115) Tab found within whitespace
(#115) Line indented incorrectly; expected at least 4 spaces, found 1
(#116) Spaces must be used for alignment; tabs are not allowed
(#117) Spaces must be used for alignment; tabs are not allowed
(#118) Spaces must be used for alignment; tabs are not allowed
(#118) Spaces must be used for alignment; tabs are not allowed
(#118) Spaces must be used for alignment; tabs are not allowed
(#119) Spaces must be used for alignment; tabs are not allowed
(#119) Spaces must be used for alignment; tabs are not allowed
(#119) Spaces must be used for alignment; tabs are not allowed
(#120) Spaces must be used for alignment; tabs are not allowed
(#120) Spaces must be used for alignment; tabs are not allowed
(#121) Spaces must be used for alignment; tabs are not allowed
(#122) Spaces must be used for alignment; tabs are not allowed
(#122) Tab found within whitespace
(#122) Line indented incorrectly; expected 4 spaces, found 1
(#122) Private method name "PHPWord_Writer_ODText_Manifest::_getImageMimeType" must be in lower-case letters only
(#122) Variable "pFile" must be all lower-case
(#123) Spaces must be used for alignment; tabs are not allowed
(#123) Tab found within whitespace
(#123) Line indented incorrectly; expected at least 4 spaces, found 1
(#123) Opening brace should be on the same line as the declaration
(#124) Spaces must be used for alignment; tabs are not allowed
(#124) Tab found within whitespace
(#124) Line indented incorrectly; expected 8 spaces, found 2
(#124) Variable "pFile" must be all lower-case
(#125) Spaces must be used for alignment; tabs are not allowed
(#125) Tab found within whitespace
(#125) Line indented incorrectly; expected at least 12 spaces, found 3
(#125) Variable "pFile" must be all lower-case
(#126) Spaces must be used for alignment; tabs are not allowed
(#126) Tab found within whitespace
(#126) Line indented incorrectly; expected at least 12 spaces, found 3
(#127) Spaces must be used for alignment; tabs are not allowed
(#127) Tab found within whitespace
(#127) Line indented incorrectly; expected 8 spaces, found 2
(#128) Spaces must be used for alignment; tabs are not allowed
(#128) Tab found within whitespace
(#128) Line indented incorrectly; expected at least 12 spaces, found 3
(#128) Variable "pFile" must be all lower-case
(#129) Spaces must be used for alignment; tabs are not allowed
(#129) Tab found within whitespace
(#129) Line indented incorrectly; expected 8 spaces, found 2
(#130) Spaces must be used for alignment; tabs are not allowed
(#130) Tab found within whitespace
(#130) Line indented incorrectly; expected 4 spaces, found 1
mod/offlinequiz/lib/PHPWord/Writer/ODText/Meta.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Spaces must be used for alignment; tabs are not allowed
(#36) Expected MOODLE_INTERNAL check or config.php inclusion
(#38) Spaces must be used for alignment; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected at least 4 spaces, found 1
(#39) Spaces must be used for alignment; tabs are not allowed
(#40) Spaces must be used for alignment; tabs are not allowed
(#41) Spaces must be used for alignment; tabs are not allowed
(#41) Spaces must be used for alignment; tabs are not allowed
(#42) Spaces must be used for alignment; tabs are not allowed
(#42) Spaces must be used for alignment; tabs are not allowed
(#42) Spaces must be used for alignment; tabs are not allowed
(#43) Spaces must be used for alignment; tabs are not allowed
(#43) Spaces must be used for alignment; tabs are not allowed
(#44) Spaces must be used for alignment; tabs are not allowed
(#45) Spaces must be used for alignment; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected 4 spaces, found 1
(#45) Public method name "PHPWord_Writer_ODText_Meta::writeMeta" must be in lower-case letters only
(#45) Variable "pPHPWord" must be all lower-case
(#46) Spaces must be used for alignment; tabs are not allowed
(#46) Tab found within whitespace
(#46) Inline comments must end in full-stops, exclamation marks, or question marks
(#46) Line indented incorrectly; expected at least 8 spaces, found 2
(#47) Spaces must be used for alignment; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected at least 8 spaces, found 2
(#47) Variable "objWriter" must be all lower-case
(#48) Spaces must be used for alignment; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected 8 spaces, found 2
(#49) Spaces must be used for alignment; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected at least 12 spaces, found 3
(#49) Variable "objWriter" must be all lower-case
(#49) Line exceeds 132 characters; contains 138 characters
(#50) Spaces must be used for alignment; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected 8 spaces, found 2
(#51) Spaces must be used for alignment; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected at least 12 spaces, found 3
(#51) Variable "objWriter" must be all lower-case
(#52) Spaces must be used for alignment; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected 8 spaces, found 2
(#54) Spaces must be used for alignment; tabs are not allowed
(#54) Tab found within whitespace
(#54) Inline comments must end in full-stops, exclamation marks, or question marks
(#54) Line indented incorrectly; expected at least 8 spaces, found 2
(#55) Spaces must be used for alignment; tabs are not allowed
(#55) Tab found within whitespace
(#55) Line indented incorrectly; expected at least 8 spaces, found 2
(#55) Variable "objWriter" must be all lower-case
(#55) Commas (,) must be followed by white space.
(#57) Spaces must be used for alignment; tabs are not allowed
(#57) Tab found within whitespace
(#57) Inline comments must start with a capital letter, digit or 3-dots sequence
(#57) Inline comments must end in full-stops, exclamation marks, or question marks
(#57) Line indented incorrectly; expected at least 8 spaces, found 2
(#58) Spaces must be used for alignment; tabs are not allowed
(#58) Tab found within whitespace
(#58) Line indented incorrectly; expected at least 8 spaces, found 2
(#58) Variable "objWriter" must be all lower-case
(#59) Spaces must be used for alignment; tabs are not allowed
(#59) Tab found within whitespace
(#59) Line indented incorrectly; expected at least 8 spaces, found 2
(#59) Variable "objWriter" must be all lower-case
(#60) Spaces must be used for alignment; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected at least 8 spaces, found 2
(#60) Variable "objWriter" must be all lower-case
(#61) Spaces must be used for alignment; tabs are not allowed
(#61) Tab found within whitespace
(#61) Line indented incorrectly; expected at least 8 spaces, found 2
(#61) Variable "objWriter" must be all lower-case
(#62) Spaces must be used for alignment; tabs are not allowed
(#62) Tab found within whitespace
(#62) Line indented incorrectly; expected at least 8 spaces, found 2
(#62) Variable "objWriter" must be all lower-case
(#63) Spaces must be used for alignment; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected at least 8 spaces, found 2
(#63) Variable "objWriter" must be all lower-case
(#64) Spaces must be used for alignment; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected at least 8 spaces, found 2
(#64) Variable "objWriter" must be all lower-case
(#65) Spaces must be used for alignment; tabs are not allowed
(#65) Tab found within whitespace
(#65) Line indented incorrectly; expected at least 8 spaces, found 2
(#65) Variable "objWriter" must be all lower-case
(#66) Spaces must be used for alignment; tabs are not allowed
(#66) Tab found within whitespace
(#66) Whitespace found at end of line
(#67) Spaces must be used for alignment; tabs are not allowed
(#67) Tab found within whitespace
(#67) Inline comments must start with a capital letter, digit or 3-dots sequence
(#67) Inline comments must end in full-stops, exclamation marks, or question marks
(#67) Line indented incorrectly; expected at least 8 spaces, found 3
(#68) Spaces must be used for alignment; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected at least 8 spaces, found 3
(#68) Variable "objWriter" must be all lower-case
(#69) Spaces must be used for alignment; tabs are not allowed
(#69) Tab found within whitespace
(#69) Whitespace found at end of line
(#70) Spaces must be used for alignment; tabs are not allowed
(#70) Tab found within whitespace
(#70) Inline comments must start with a capital letter, digit or 3-dots sequence
(#70) Inline comments must end in full-stops, exclamation marks, or question marks
(#70) Line indented incorrectly; expected at least 8 spaces, found 4
(#71) Spaces must be used for alignment; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected at least 8 spaces, found 4
(#71) Variable "objWriter" must be all lower-case
(#71) Variable "pPHPWord" must be all lower-case
(#72) Spaces must be used for alignment; tabs are not allowed
(#72) Tab found within whitespace
(#72) Inline comments must start with a capital letter, digit or 3-dots sequence
(#72) Inline comments must end in full-stops, exclamation marks, or question marks
(#72) Line indented incorrectly; expected at least 8 spaces, found 4
(#73) Spaces must be used for alignment; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected at least 8 spaces, found 4
(#73) Variable "objWriter" must be all lower-case
(#73) Commas (,) must be followed by white space.
(#73) Variable "pPHPWord" must be all lower-case
(#74) Spaces must be used for alignment; tabs are not allowed
(#74) Tab found within whitespace
(#74) Inline comments must start with a capital letter, digit or 3-dots sequence
(#74) Inline comments must end in full-stops, exclamation marks, or question marks
(#74) Line indented incorrectly; expected at least 8 spaces, found 4
(#75) Spaces must be used for alignment; tabs are not allowed
(#75) Tab found within whitespace
(#75) Line indented incorrectly; expected at least 8 spaces, found 4
(#75) Variable "objWriter" must be all lower-case
(#75) Variable "pPHPWord" must be all lower-case
(#76) Spaces must be used for alignment; tabs are not allowed
(#76) Tab found within whitespace
(#76) Inline comments must start with a capital letter, digit or 3-dots sequence
(#76) Inline comments must end in full-stops, exclamation marks, or question marks
(#76) Line indented incorrectly; expected at least 8 spaces, found 4
(#77) Spaces must be used for alignment; tabs are not allowed
(#77) Tab found within whitespace
(#77) Line indented incorrectly; expected at least 8 spaces, found 4
(#77) Variable "objWriter" must be all lower-case
(#77) Variable "pPHPWord" must be all lower-case
(#78) Spaces must be used for alignment; tabs are not allowed
(#78) Tab found within whitespace
(#78) Inline comments must start with a capital letter, digit or 3-dots sequence
(#78) Inline comments must end in full-stops, exclamation marks, or question marks
(#78) Line indented incorrectly; expected at least 8 spaces, found 4
(#79) Spaces must be used for alignment; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected at least 8 spaces, found 4
(#79) Variable "objWriter" must be all lower-case
(#79) Variable "pPHPWord" must be all lower-case
(#80) Spaces must be used for alignment; tabs are not allowed
(#80) Tab found within whitespace
(#80) Inline comments must start with a capital letter, digit or 3-dots sequence
(#80) Inline comments must end in full-stops, exclamation marks, or question marks
(#80) Line indented incorrectly; expected at least 8 spaces, found 4
(#81) Spaces must be used for alignment; tabs are not allowed
(#81) Tab found within whitespace
(#81) Line indented incorrectly; expected at least 8 spaces, found 4
(#81) Variable "objWriter" must be all lower-case
(#81) Commas (,) must be followed by white space.
(#81) Variable "pPHPWord" must be all lower-case
(#82) Spaces must be used for alignment; tabs are not allowed
(#82) Tab found within whitespace
(#82) Inline comments must start with a capital letter, digit or 3-dots sequence
(#82) Inline comments must end in full-stops, exclamation marks, or question marks
(#82) Line indented incorrectly; expected at least 8 spaces, found 4
(#83) Spaces must be used for alignment; tabs are not allowed
(#83) Tab found within whitespace
(#83) Line indented incorrectly; expected at least 8 spaces, found 4
(#83) Variable "objWriter" must be all lower-case
(#83) Variable "pPHPWord" must be all lower-case
(#84) Spaces must be used for alignment; tabs are not allowed
(#84) Tab found within whitespace
(#84) Inline comments must start with a capital letter, digit or 3-dots sequence
(#84) Inline comments must end in full-stops, exclamation marks, or question marks
(#84) Line indented incorrectly; expected at least 8 spaces, found 4
(#85) Spaces must be used for alignment; tabs are not allowed
(#85) Tab found within whitespace
(#85) Line indented incorrectly; expected at least 8 spaces, found 4
(#85) Variable "objWriter" must be all lower-case
(#85) Variable "pPHPWord" must be all lower-case
(#86) Spaces must be used for alignment; tabs are not allowed
(#86) Tab found within whitespace
(#86) Whitespace found at end of line
(#87) Spaces must be used for alignment; tabs are not allowed
(#87) Tab found within whitespace
(#87) Inline comments must start with a capital letter, digit or 3-dots sequence
(#87) Line indented incorrectly; expected at least 8 spaces, found 4
(#88) Spaces must be used for alignment; tabs are not allowed
(#88) Tab found within whitespace
(#88) This comment is 70% valid code; is this commented out code?
(#88) Line indented incorrectly; expected at least 8 spaces, found 4
(#89) Spaces must be used for alignment; tabs are not allowed
(#89) Tab found within whitespace
(#89) Inline comments must end in full-stops, exclamation marks, or question marks
(#89) This comment is 70% valid code; is this commented out code?
(#89) Line indented incorrectly; expected at least 8 spaces, found 4
(#90) Spaces must be used for alignment; tabs are not allowed
(#90) Tab found within whitespace
(#90) Whitespace found at end of line
(#91) Spaces must be used for alignment; tabs are not allowed
(#91) Tab found within whitespace
(#91) Line indented incorrectly; expected at least 8 spaces, found 3
(#91) Variable "objWriter" must be all lower-case
(#92) Spaces must be used for alignment; tabs are not allowed
(#92) Tab found within whitespace
(#92) Whitespace found at end of line
(#93) Spaces must be used for alignment; tabs are not allowed
(#93) Tab found within whitespace
(#93) Line indented incorrectly; expected at least 8 spaces, found 2
(#93) Variable "objWriter" must be all lower-case
(#95) Spaces must be used for alignment; tabs are not allowed
(#95) Tab found within whitespace
(#95) Inline comments must end in full-stops, exclamation marks, or question marks
(#95) This comment is 50% valid code; is this commented out code?
(#95) Line indented incorrectly; expected at least 8 spaces, found 2
(#96) Spaces must be used for alignment; tabs are not allowed
(#96) Tab found within whitespace
(#96) Line indented incorrectly; expected at least 8 spaces, found 2
(#96) Variable "objWriter" must be all lower-case
(#97) Spaces must be used for alignment; tabs are not allowed
(#97) Tab found within whitespace
(#97) Line indented incorrectly; expected 4 spaces, found 1
mod/offlinequiz/lib/PHPWord/Writer/ODText/Mimetype.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Spaces must be used for alignment; tabs are not allowed
(#36) Expected MOODLE_INTERNAL check or config.php inclusion
(#38) Spaces must be used for alignment; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected at least 4 spaces, found 1
(#39) Spaces must be used for alignment; tabs are not allowed
(#40) Spaces must be used for alignment; tabs are not allowed
(#41) Spaces must be used for alignment; tabs are not allowed
(#41) Spaces must be used for alignment; tabs are not allowed
(#42) Spaces must be used for alignment; tabs are not allowed
(#42) Spaces must be used for alignment; tabs are not allowed
(#42) Spaces must be used for alignment; tabs are not allowed
(#43) Spaces must be used for alignment; tabs are not allowed
(#43) Spaces must be used for alignment; tabs are not allowed
(#44) Spaces must be used for alignment; tabs are not allowed
(#45) Spaces must be used for alignment; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected 4 spaces, found 1
(#45) Public method name "PHPWord_Writer_ODText_Mimetype::writeMimetype" must be in lower-case letters only
(#45) Variable "pPHPWord" must be all lower-case
(#46) Spaces must be used for alignment; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected at least 4 spaces, found 1
(#46) Opening brace should be on the same line as the declaration
(#47) Spaces must be used for alignment; tabs are not allowed
(#47) Tab found within whitespace
(#47) Whitespace found at end of line
(#48) Spaces must be used for alignment; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected at least 8 spaces, found 2
(#49) Spaces must be used for alignment; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected 4 spaces, found 1
mod/offlinequiz/lib/PHPWord/Writer/ODText/Styles.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Spaces must be used for alignment; tabs are not allowed
(#36) Expected MOODLE_INTERNAL check or config.php inclusion
(#38) Spaces must be used for alignment; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected at least 4 spaces, found 1
(#39) Spaces must be used for alignment; tabs are not allowed
(#40) Spaces must be used for alignment; tabs are not allowed
(#41) Spaces must be used for alignment; tabs are not allowed
(#41) Spaces must be used for alignment; tabs are not allowed
(#42) Spaces must be used for alignment; tabs are not allowed
(#42) Spaces must be used for alignment; tabs are not allowed
(#42) Spaces must be used for alignment; tabs are not allowed
(#43) Spaces must be used for alignment; tabs are not allowed
(#43) Spaces must be used for alignment; tabs are not allowed
(#44) Spaces must be used for alignment; tabs are not allowed
(#45) Spaces must be used for alignment; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected 4 spaces, found 1
(#45) Public method name "PHPWord_Writer_ODText_Styles::writeStyles" must be in lower-case letters only
(#45) Variable "pPHPWord" must be all lower-case
(#46) Spaces must be used for alignment; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected at least 4 spaces, found 1
(#46) Opening brace should be on the same line as the declaration
(#47) Spaces must be used for alignment; tabs are not allowed
(#47) Tab found within whitespace
(#47) Inline comments must end in full-stops, exclamation marks, or question marks
(#47) Line indented incorrectly; expected at least 8 spaces, found 2
(#48) Spaces must be used for alignment; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected at least 8 spaces, found 2
(#48) Variable "objWriter" must be all lower-case
(#49) Spaces must be used for alignment; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected 8 spaces, found 2
(#50) Spaces must be used for alignment; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected at least 12 spaces, found 3
(#50) Variable "objWriter" must be all lower-case
(#50) Line exceeds 132 characters; contains 138 characters
(#51) Spaces must be used for alignment; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected 8 spaces, found 2
(#52) Spaces must be used for alignment; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected at least 12 spaces, found 3
(#52) Variable "objWriter" must be all lower-case
(#53) Spaces must be used for alignment; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected 8 spaces, found 2
(#55) Spaces must be used for alignment; tabs are not allowed
(#55) Tab found within whitespace
(#55) Inline comments must end in full-stops, exclamation marks, or question marks
(#55) Line indented incorrectly; expected at least 8 spaces, found 2
(#56) Spaces must be used for alignment; tabs are not allowed
(#56) Tab found within whitespace
(#56) Line indented incorrectly; expected at least 8 spaces, found 2
(#56) Variable "objWriter" must be all lower-case
(#56) Commas (,) must be followed by white space.
(#58) Spaces must be used for alignment; tabs are not allowed
(#58) Tab found within whitespace
(#58) Inline comments must end in full-stops, exclamation marks, or question marks
(#58) Line indented incorrectly; expected at least 8 spaces, found 2
(#59) Spaces must be used for alignment; tabs are not allowed
(#59) Tab found within whitespace
(#59) Line indented incorrectly; expected at least 8 spaces, found 2
(#59) Variable "objWriter" must be all lower-case
(#60) Spaces must be used for alignment; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected at least 8 spaces, found 2
(#60) Variable "objWriter" must be all lower-case
(#61) Spaces must be used for alignment; tabs are not allowed
(#61) Tab found within whitespace
(#61) Line indented incorrectly; expected at least 8 spaces, found 2
(#61) Variable "objWriter" must be all lower-case
(#62) Spaces must be used for alignment; tabs are not allowed
(#62) Tab found within whitespace
(#62) Line indented incorrectly; expected at least 8 spaces, found 2
(#62) Variable "objWriter" must be all lower-case
(#63) Spaces must be used for alignment; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected at least 8 spaces, found 2
(#63) Variable "objWriter" must be all lower-case
(#64) Spaces must be used for alignment; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected at least 8 spaces, found 2
(#64) Variable "objWriter" must be all lower-case
(#65) Spaces must be used for alignment; tabs are not allowed
(#65) Tab found within whitespace
(#65) Line indented incorrectly; expected at least 8 spaces, found 2
(#65) Variable "objWriter" must be all lower-case
(#66) Spaces must be used for alignment; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected at least 8 spaces, found 2
(#66) Variable "objWriter" must be all lower-case
(#67) Spaces must be used for alignment; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected at least 8 spaces, found 2
(#67) Variable "objWriter" must be all lower-case
(#68) Spaces must be used for alignment; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected at least 8 spaces, found 2
(#68) Variable "objWriter" must be all lower-case
(#69) Spaces must be used for alignment; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected at least 8 spaces, found 2
(#69) Variable "objWriter" must be all lower-case
(#70) Spaces must be used for alignment; tabs are not allowed
(#70) Tab found within whitespace
(#70) Line indented incorrectly; expected at least 8 spaces, found 2
(#70) Variable "objWriter" must be all lower-case
(#71) Spaces must be used for alignment; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected at least 8 spaces, found 2
(#71) Variable "objWriter" must be all lower-case
(#72) Spaces must be used for alignment; tabs are not allowed
(#72) Tab found within whitespace
(#72) Line indented incorrectly; expected at least 8 spaces, found 2
(#72) Variable "objWriter" must be all lower-case
(#73) Spaces must be used for alignment; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected at least 8 spaces, found 2
(#73) Variable "objWriter" must be all lower-case
(#74) Spaces must be used for alignment; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected at least 8 spaces, found 2
(#74) Variable "objWriter" must be all lower-case
(#75) Spaces must be used for alignment; tabs are not allowed
(#75) Tab found within whitespace
(#75) Line indented incorrectly; expected at least 8 spaces, found 2
(#75) Variable "objWriter" must be all lower-case
(#76) Spaces must be used for alignment; tabs are not allowed
(#76) Tab found within whitespace
(#76) Line indented incorrectly; expected at least 8 spaces, found 2
(#76) Variable "objWriter" must be all lower-case
(#77) Spaces must be used for alignment; tabs are not allowed
(#77) Tab found within whitespace
(#77) Line indented incorrectly; expected at least 8 spaces, found 2
(#77) Variable "objWriter" must be all lower-case
(#78) Spaces must be used for alignment; tabs are not allowed
(#78) Tab found within whitespace
(#78) Line indented incorrectly; expected at least 8 spaces, found 2
(#78) Variable "objWriter" must be all lower-case
(#79) Spaces must be used for alignment; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected at least 8 spaces, found 2
(#79) Variable "objWriter" must be all lower-case
(#80) Spaces must be used for alignment; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected at least 8 spaces, found 2
(#80) Variable "objWriter" must be all lower-case
(#81) Spaces must be used for alignment; tabs are not allowed
(#81) Tab found within whitespace
(#81) Line indented incorrectly; expected at least 8 spaces, found 2
(#81) Variable "objWriter" must be all lower-case
(#82) Spaces must be used for alignment; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected at least 8 spaces, found 2
(#82) Variable "objWriter" must be all lower-case
(#83) Spaces must be used for alignment; tabs are not allowed
(#83) Tab found within whitespace
(#83) Line indented incorrectly; expected at least 8 spaces, found 2
(#83) Variable "objWriter" must be all lower-case
(#84) Spaces must be used for alignment; tabs are not allowed
(#84) Tab found within whitespace
(#84) Line indented incorrectly; expected at least 8 spaces, found 2
(#84) Variable "objWriter" must be all lower-case
(#85) Spaces must be used for alignment; tabs are not allowed
(#85) Tab found within whitespace
(#85) Line indented incorrectly; expected at least 8 spaces, found 2
(#85) Variable "objWriter" must be all lower-case
(#86) Spaces must be used for alignment; tabs are not allowed
(#86) Tab found within whitespace
(#86) Line indented incorrectly; expected at least 8 spaces, found 2
(#86) Variable "objWriter" must be all lower-case
(#87) Spaces must be used for alignment; tabs are not allowed
(#87) Tab found within whitespace
(#87) Whitespace found at end of line
(#87) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#88) Spaces must be used for alignment; tabs are not allowed
(#88) Tab found within whitespace
(#88) Whitespace found at end of line
(#89) Spaces must be used for alignment; tabs are not allowed
(#89) Tab found within whitespace
(#89) Inline comments must start with a capital letter, digit or 3-dots sequence
(#89) Inline comments must end in full-stops, exclamation marks, or question marks
(#89) Line indented incorrectly; expected at least 8 spaces, found 3
(#90) Spaces must be used for alignment; tabs are not allowed
(#90) Tab found within whitespace
(#90) Line indented incorrectly; expected at least 8 spaces, found 3
(#90) Variable "objWriter" must be all lower-case
(#91) Spaces must be used for alignment; tabs are not allowed
(#91) Tab found within whitespace
(#91) Line indented incorrectly; expected at least 8 spaces, found 4
(#91) Variable "arrFonts" must be all lower-case
(#92) Spaces must be used for alignment; tabs are not allowed
(#92) Tab found within whitespace
(#92) Line indented incorrectly; expected at least 8 spaces, found 4
(#93) Spaces must be used for alignment; tabs are not allowed
(#93) Tab found within whitespace
(#93) Line indented incorrectly; expected at least 8 spaces, found 4
(#93) Variable "numFonts" must be all lower-case
(#94) Spaces must be used for alignment; tabs are not allowed
(#94) Tab found within whitespace
(#94) Line indented incorrectly; expected 8 spaces, found 4
(#94) Expected "if (...) {\n"; found "if(...) {\n"
(#95) Spaces must be used for alignment; tabs are not allowed
(#95) Tab found within whitespace
(#95) Line indented incorrectly; expected 12 spaces, found 5
(#95) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#95) Variable "styleName" must be all lower-case
(#96) Spaces must be used for alignment; tabs are not allowed
(#96) Tab found within whitespace
(#96) Inline comments must end in full-stops, exclamation marks, or question marks
(#96) Line indented incorrectly; expected at least 16 spaces, found 6
(#97) Spaces must be used for alignment; tabs are not allowed
(#97) Tab found within whitespace
(#97) Line indented incorrectly; expected 16 spaces, found 6
(#97) Expected "if (...) {\n"; found "if(...) {\n"
(#98) Spaces must be used for alignment; tabs are not allowed
(#98) Tab found within whitespace
(#98) Line indented incorrectly; expected at least 20 spaces, found 7
(#98) Variable "numFonts" must be all lower-case
(#99) Spaces must be used for alignment; tabs are not allowed
(#99) Tab found within whitespace
(#99) Line indented incorrectly; expected at least 20 spaces, found 7
(#100) Spaces must be used for alignment; tabs are not allowed
(#100) Tab found within whitespace
(#100) Line indented incorrectly; expected 20 spaces, found 7
(#100) Expected "if (...) {\n"; found "if(...){\n"
(#100) Variable "arrFonts" must be all lower-case
(#101) Spaces must be used for alignment; tabs are not allowed
(#101) Tab found within whitespace
(#101) Line indented incorrectly; expected at least 24 spaces, found 8
(#101) Variable "arrFonts" must be all lower-case
(#102) Spaces must be used for alignment; tabs are not allowed
(#102) Tab found within whitespace
(#102) Whitespace found at end of line
(#103) Spaces must be used for alignment; tabs are not allowed
(#103) Tab found within whitespace
(#103) Inline comments must start with a capital letter, digit or 3-dots sequence
(#103) Inline comments must end in full-stops, exclamation marks, or question marks
(#103) Line indented incorrectly; expected at least 24 spaces, found 8
(#104) Spaces must be used for alignment; tabs are not allowed
(#104) Tab found within whitespace
(#104) Line indented incorrectly; expected at least 24 spaces, found 8
(#104) Variable "objWriter" must be all lower-case
(#105) Spaces must be used for alignment; tabs are not allowed
(#105) Tab found within whitespace
(#105) Line indented incorrectly; expected at least 24 spaces, found 8
(#105) Variable "objWriter" must be all lower-case
(#106) Spaces must be used for alignment; tabs are not allowed
(#106) Tab found within whitespace
(#106) Line indented incorrectly; expected at least 24 spaces, found 8
(#106) Variable "objWriter" must be all lower-case
(#107) Spaces must be used for alignment; tabs are not allowed
(#107) Tab found within whitespace
(#107) Line indented incorrectly; expected at least 24 spaces, found 8
(#107) Variable "objWriter" must be all lower-case
(#108) Spaces must be used for alignment; tabs are not allowed
(#108) Tab found within whitespace
(#108) Line indented incorrectly; expected 20 spaces, found 7
(#109) Spaces must be used for alignment; tabs are not allowed
(#109) Tab found within whitespace
(#109) Line indented incorrectly; expected 16 spaces, found 6
(#110) Spaces must be used for alignment; tabs are not allowed
(#110) Tab found within whitespace
(#110) Line indented incorrectly; expected 12 spaces, found 5
(#111) Spaces must be used for alignment; tabs are not allowed
(#111) Tab found within whitespace
(#111) Line indented incorrectly; expected 8 spaces, found 4
(#112) Spaces must be used for alignment; tabs are not allowed
(#112) Tab found within whitespace
(#112) Line indented incorrectly; expected 8 spaces, found 4
(#112) Expected "if (...) {\n"; found "if(...){\n"
(#112) Variable "arrFonts" must be all lower-case
(#113) Spaces must be used for alignment; tabs are not allowed
(#113) Tab found within whitespace
(#113) Line indented incorrectly; expected at least 12 spaces, found 5
(#113) Variable "objWriter" must be all lower-case
(#114) Spaces must be used for alignment; tabs are not allowed
(#114) Tab found within whitespace
(#114) Line indented incorrectly; expected at least 12 spaces, found 5
(#114) Variable "objWriter" must be all lower-case
(#115) Spaces must be used for alignment; tabs are not allowed
(#115) Tab found within whitespace
(#115) Line indented incorrectly; expected at least 12 spaces, found 5
(#115) Variable "objWriter" must be all lower-case
(#116) Spaces must be used for alignment; tabs are not allowed
(#116) Tab found within whitespace
(#116) Line indented incorrectly; expected at least 12 spaces, found 5
(#116) Variable "objWriter" must be all lower-case
(#117) Spaces must be used for alignment; tabs are not allowed
(#117) Tab found within whitespace
(#117) Line indented incorrectly; expected 8 spaces, found 4
(#118) Spaces must be used for alignment; tabs are not allowed
(#118) Tab found within whitespace
(#118) Line indented incorrectly; expected at least 8 spaces, found 3
(#118) Variable "objWriter" must be all lower-case
(#119) Spaces must be used for alignment; tabs are not allowed
(#119) Tab found within whitespace
(#119) Whitespace found at end of line
(#120) Spaces must be used for alignment; tabs are not allowed
(#120) Tab found within whitespace
(#120) Inline comments must start with a capital letter, digit or 3-dots sequence
(#120) Inline comments must end in full-stops, exclamation marks, or question marks
(#120) Line indented incorrectly; expected at least 8 spaces, found 3
(#121) Spaces must be used for alignment; tabs are not allowed
(#121) Tab found within whitespace
(#121) Line indented incorrectly; expected at least 8 spaces, found 3
(#121) Variable "objWriter" must be all lower-case
(#123) Spaces must be used for alignment; tabs are not allowed
(#123) Tab found within whitespace
(#123) Inline comments must start with a capital letter, digit or 3-dots sequence
(#123) Inline comments must end in full-stops, exclamation marks, or question marks
(#123) Line indented incorrectly; expected at least 8 spaces, found 4
(#124) Spaces must be used for alignment; tabs are not allowed
(#124) Tab found within whitespace
(#124) Line indented incorrectly; expected at least 8 spaces, found 4
(#124) Variable "objWriter" must be all lower-case
(#125) Spaces must be used for alignment; tabs are not allowed
(#125) Tab found within whitespace
(#125) Line indented incorrectly; expected at least 8 spaces, found 4
(#125) Variable "objWriter" must be all lower-case
(#127) Spaces must be used for alignment; tabs are not allowed
(#127) Tab found within whitespace
(#127) Inline comments must start with a capital letter, digit or 3-dots sequence
(#127) Inline comments must end in full-stops, exclamation marks, or question marks
(#127) Line indented incorrectly; expected at least 8 spaces, found 5
(#128) Spaces must be used for alignment; tabs are not allowed
(#128) Tab found within whitespace
(#128) Line indented incorrectly; expected at least 8 spaces, found 5
(#128) Variable "objWriter" must be all lower-case
(#129) Spaces must be used for alignment; tabs are not allowed
(#129) Tab found within whitespace
(#129) Line indented incorrectly; expected at least 8 spaces, found 5
(#129) Variable "objWriter" must be all lower-case
(#130) Spaces must be used for alignment; tabs are not allowed
(#130) Tab found within whitespace
(#130) Line indented incorrectly; expected at least 8 spaces, found 5
(#130) Variable "objWriter" must be all lower-case
(#131) Spaces must be used for alignment; tabs are not allowed
(#131) Tab found within whitespace
(#131) Line indented incorrectly; expected at least 8 spaces, found 5
(#131) Variable "objWriter" must be all lower-case
(#132) Spaces must be used for alignment; tabs are not allowed
(#132) Tab found within whitespace
(#132) Line indented incorrectly; expected at least 8 spaces, found 5
(#132) Variable "objWriter" must be all lower-case
(#133) Spaces must be used for alignment; tabs are not allowed
(#133) Tab found within whitespace
(#133) Line indented incorrectly; expected at least 8 spaces, found 5
(#133) Variable "objWriter" must be all lower-case
(#134) Spaces must be used for alignment; tabs are not allowed
(#134) Tab found within whitespace
(#134) Line indented incorrectly; expected at least 8 spaces, found 5
(#134) Variable "objWriter" must be all lower-case
(#135) Spaces must be used for alignment; tabs are not allowed
(#135) Tab found within whitespace
(#135) Line indented incorrectly; expected at least 8 spaces, found 5
(#135) Variable "objWriter" must be all lower-case
(#136) Spaces must be used for alignment; tabs are not allowed
(#136) Tab found within whitespace
(#136) Whitespace found at end of line
(#137) Spaces must be used for alignment; tabs are not allowed
(#137) Tab found within whitespace
(#137) Inline comments must start with a capital letter, digit or 3-dots sequence
(#137) Inline comments must end in full-stops, exclamation marks, or question marks
(#137) Line indented incorrectly; expected at least 8 spaces, found 5
(#138) Spaces must be used for alignment; tabs are not allowed
(#138) Tab found within whitespace
(#138) Line indented incorrectly; expected at least 8 spaces, found 5
(#138) Variable "objWriter" must be all lower-case
(#139) Spaces must be used for alignment; tabs are not allowed
(#139) Tab found within whitespace
(#139) Line indented incorrectly; expected at least 8 spaces, found 5
(#139) Variable "objWriter" must be all lower-case
(#140) Spaces must be used for alignment; tabs are not allowed
(#140) Tab found within whitespace
(#140) Line indented incorrectly; expected at least 8 spaces, found 5
(#140) Variable "objWriter" must be all lower-case
(#141) Spaces must be used for alignment; tabs are not allowed
(#141) Tab found within whitespace
(#141) Line indented incorrectly; expected at least 8 spaces, found 5
(#141) Variable "objWriter" must be all lower-case
(#142) Spaces must be used for alignment; tabs are not allowed
(#142) Tab found within whitespace
(#142) Line indented incorrectly; expected at least 8 spaces, found 5
(#142) Variable "objWriter" must be all lower-case
(#143) Spaces must be used for alignment; tabs are not allowed
(#143) Tab found within whitespace
(#143) Line indented incorrectly; expected at least 8 spaces, found 5
(#143) Variable "objWriter" must be all lower-case
(#144) Spaces must be used for alignment; tabs are not allowed
(#144) Tab found within whitespace
(#144) Line indented incorrectly; expected at least 8 spaces, found 5
(#144) Variable "objWriter" must be all lower-case
(#145) Spaces must be used for alignment; tabs are not allowed
(#145) Tab found within whitespace
(#145) Line indented incorrectly; expected at least 8 spaces, found 5
(#145) Variable "objWriter" must be all lower-case
(#146) Spaces must be used for alignment; tabs are not allowed
(#146) Tab found within whitespace
(#146) Line indented incorrectly; expected at least 8 spaces, found 5
(#146) Variable "objWriter" must be all lower-case
(#147) Spaces must be used for alignment; tabs are not allowed
(#147) Tab found within whitespace
(#147) Line indented incorrectly; expected at least 8 spaces, found 5
(#147) Variable "objWriter" must be all lower-case
(#148) Spaces must be used for alignment; tabs are not allowed
(#148) Tab found within whitespace
(#148) Line indented incorrectly; expected at least 8 spaces, found 5
(#148) Variable "objWriter" must be all lower-case
(#149) Spaces must be used for alignment; tabs are not allowed
(#149) Tab found within whitespace
(#149) Line indented incorrectly; expected at least 8 spaces, found 5
(#149) Variable "objWriter" must be all lower-case
(#150) Spaces must be used for alignment; tabs are not allowed
(#150) Tab found within whitespace
(#150) Line indented incorrectly; expected at least 8 spaces, found 5
(#150) Variable "objWriter" must be all lower-case
(#151) Spaces must be used for alignment; tabs are not allowed
(#151) Tab found within whitespace
(#151) Line indented incorrectly; expected at least 8 spaces, found 5
(#151) Variable "objWriter" must be all lower-case
(#152) Spaces must be used for alignment; tabs are not allowed
(#152) Tab found within whitespace
(#152) Line indented incorrectly; expected at least 8 spaces, found 5
(#152) Variable "objWriter" must be all lower-case
(#153) Spaces must be used for alignment; tabs are not allowed
(#153) Tab found within whitespace
(#153) Line indented incorrectly; expected at least 8 spaces, found 5
(#153) Variable "objWriter" must be all lower-case
(#154) Spaces must be used for alignment; tabs are not allowed
(#154) Tab found within whitespace
(#154) Line indented incorrectly; expected at least 8 spaces, found 5
(#154) Variable "objWriter" must be all lower-case
(#155) Spaces must be used for alignment; tabs are not allowed
(#155) Tab found within whitespace
(#155) Line indented incorrectly; expected at least 8 spaces, found 5
(#155) Variable "objWriter" must be all lower-case
(#156) Spaces must be used for alignment; tabs are not allowed
(#156) Tab found within whitespace
(#156) Line indented incorrectly; expected at least 8 spaces, found 5
(#156) Variable "objWriter" must be all lower-case
(#157) Spaces must be used for alignment; tabs are not allowed
(#157) Tab found within whitespace
(#157) Whitespace found at end of line
(#158) Spaces must be used for alignment; tabs are not allowed
(#158) Tab found within whitespace
(#158) Line indented incorrectly; expected at least 8 spaces, found 4
(#158) Variable "objWriter" must be all lower-case
(#159) Spaces must be used for alignment; tabs are not allowed
(#159) Tab found within whitespace
(#159) Whitespace found at end of line
(#160) Spaces must be used for alignment; tabs are not allowed
(#160) Tab found within whitespace
(#160) Inline comments must end in full-stops, exclamation marks, or question marks
(#160) Line indented incorrectly; expected at least 8 spaces, found 4
(#161) Spaces must be used for alignment; tabs are not allowed
(#161) Tab found within whitespace
(#161) Line indented incorrectly; expected at least 8 spaces, found 4
(#162) Spaces must be used for alignment; tabs are not allowed
(#162) Tab found within whitespace
(#162) Line indented incorrectly; expected 8 spaces, found 4
(#162) Expected "if (...) {\n"; found "if(...) {\n"
(#163) Spaces must be used for alignment; tabs are not allowed
(#163) Tab found within whitespace
(#163) Line indented incorrectly; expected 12 spaces, found 5
(#163) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#163) Variable "styleName" must be all lower-case
(#164) Spaces must be used for alignment; tabs are not allowed
(#164) Tab found within whitespace
(#164) Line indented incorrectly; expected 16 spaces, found 6
(#164) Expected "if (...) {\n"; found "if(...){\n"
(#164) Variable "styleName" must be all lower-case
(#164) Whitespace found at end of line
(#165) Spaces must be used for alignment; tabs are not allowed
(#165) Tab found within whitespace
(#165) Line indented incorrectly; expected at least 16 spaces, found 7
(#165) Variable "styleName" must be all lower-case
(#166) Spaces must be used for alignment; tabs are not allowed
(#166) Tab found within whitespace
(#166) Inline comments must end in full-stops, exclamation marks, or question marks
(#166) Line indented incorrectly; expected at least 20 spaces, found 7
(#167) Spaces must be used for alignment; tabs are not allowed
(#167) Tab found within whitespace
(#167) Line indented incorrectly; expected 20 spaces, found 7
(#167) Expected "if (...) {\n"; found "if(...) {\n"
(#168) Spaces must be used for alignment; tabs are not allowed
(#168) Tab found within whitespace
(#168) Inline comments must start with a capital letter, digit or 3-dots sequence
(#168) Inline comments must end in full-stops, exclamation marks, or question marks
(#168) Line indented incorrectly; expected at least 24 spaces, found 8
(#169) Spaces must be used for alignment; tabs are not allowed
(#169) Tab found within whitespace
(#169) Line indented incorrectly; expected at least 24 spaces, found 8
(#169) Variable "objWriter" must be all lower-case
(#170) Spaces must be used for alignment; tabs are not allowed
(#170) Tab found within whitespace
(#170) Line indented incorrectly; expected at least 24 spaces, found 8
(#170) Variable "objWriter" must be all lower-case
(#170) Variable "styleName" must be all lower-case
(#171) Spaces must be used for alignment; tabs are not allowed
(#171) Tab found within whitespace
(#171) Line indented incorrectly; expected at least 24 spaces, found 8
(#171) Variable "objWriter" must be all lower-case
(#172) Spaces must be used for alignment; tabs are not allowed
(#172) Tab found within whitespace
(#172) Whitespace found at end of line
(#173) Spaces must be used for alignment; tabs are not allowed
(#173) Tab found within whitespace
(#173) Inline comments must start with a capital letter, digit or 3-dots sequence
(#173) Inline comments must end in full-stops, exclamation marks, or question marks
(#173) Line indented incorrectly; expected at least 24 spaces, found 9
(#174) Spaces must be used for alignment; tabs are not allowed
(#174) Tab found within whitespace
(#174) Line indented incorrectly; expected at least 24 spaces, found 9
(#174) Variable "objWriter" must be all lower-case
(#175) Spaces must be used for alignment; tabs are not allowed
(#175) Tab found within whitespace
(#175) Line indented incorrectly; expected at least 24 spaces, found 9
(#175) Variable "objWriter" must be all lower-case
(#176) Spaces must be used for alignment; tabs are not allowed
(#176) Tab found within whitespace
(#176) Line indented incorrectly; expected at least 24 spaces, found 9
(#176) Variable "objWriter" must be all lower-case
(#177) Spaces must be used for alignment; tabs are not allowed
(#177) Tab found within whitespace
(#177) Line indented incorrectly; expected at least 24 spaces, found 9
(#177) Variable "objWriter" must be all lower-case
(#178) Spaces must be used for alignment; tabs are not allowed
(#178) Tab found within whitespace
(#178) Line indented incorrectly; expected 24 spaces, found 9
(#178) Expected "if (...) {\n"; found "if(...) {\n"
(#179) Spaces must be used for alignment; tabs are not allowed
(#179) Tab found within whitespace
(#179) Line indented incorrectly; expected at least 28 spaces, found 10
(#179) Variable "objWriter" must be all lower-case
(#180) Spaces must be used for alignment; tabs are not allowed
(#180) Tab found within whitespace
(#180) Line indented incorrectly; expected at least 28 spaces, found 10
(#180) Variable "objWriter" must be all lower-case
(#181) Spaces must be used for alignment; tabs are not allowed
(#181) Tab found within whitespace
(#181) Line indented incorrectly; expected at least 28 spaces, found 10
(#181) Variable "objWriter" must be all lower-case
(#182) Spaces must be used for alignment; tabs are not allowed
(#182) Tab found within whitespace
(#182) Line indented incorrectly; expected 24 spaces, found 9
(#183) Spaces must be used for alignment; tabs are not allowed
(#183) Tab found within whitespace
(#183) Line indented incorrectly; expected 24 spaces, found 9
(#183) Expected "if (...) {\n"; found "if(...) {\n"
(#184) Spaces must be used for alignment; tabs are not allowed
(#184) Tab found within whitespace
(#184) Line indented incorrectly; expected at least 28 spaces, found 10
(#184) Variable "objWriter" must be all lower-case
(#185) Spaces must be used for alignment; tabs are not allowed
(#185) Tab found within whitespace
(#185) Line indented incorrectly; expected at least 28 spaces, found 10
(#185) Variable "objWriter" must be all lower-case
(#186) Spaces must be used for alignment; tabs are not allowed
(#186) Tab found within whitespace
(#186) Line indented incorrectly; expected 24 spaces, found 9
(#186) Spaces must be used for alignment; tabs are not allowed
(#186) Tab found within whitespace
(#186) Whitespace found at end of line
(#187) Spaces must be used for alignment; tabs are not allowed
(#187) Tab found within whitespace
(#187) Line indented incorrectly; expected at least 24 spaces, found 9
(#187) Variable "objWriter" must be all lower-case
(#188) Spaces must be used for alignment; tabs are not allowed
(#188) Tab found within whitespace
(#188) Line indented incorrectly; expected at least 24 spaces, found 8
(#188) Variable "objWriter" must be all lower-case
(#189) Spaces must be used for alignment; tabs are not allowed
(#189) Tab found within whitespace
(#189) Line indented incorrectly; expected 20 spaces, found 7
(#189) Whitespace found at end of line
(#190) Spaces must be used for alignment; tabs are not allowed
(#190) Tab found within whitespace
(#190) Inline comments must end in full-stops, exclamation marks, or question marks
(#190) Line indented incorrectly; expected at least 20 spaces, found 7
(#191) Spaces must be used for alignment; tabs are not allowed
(#191) Tab found within whitespace
(#191) Line indented incorrectly; expected 20 spaces, found 7
(#191) Usage of ELSEIF not allowed; use ELSE IF instead
(#192) Spaces must be used for alignment; tabs are not allowed
(#192) Tab found within whitespace
(#192) Inline comments must start with a capital letter, digit or 3-dots sequence
(#192) Inline comments must end in full-stops, exclamation marks, or question marks
(#192) Line indented incorrectly; expected at least 24 spaces, found 8
(#193) Spaces must be used for alignment; tabs are not allowed
(#193) Tab found within whitespace
(#193) Line indented incorrectly; expected at least 24 spaces, found 8
(#193) Variable "objWriter" must be all lower-case
(#194) Spaces must be used for alignment; tabs are not allowed
(#194) Tab found within whitespace
(#194) Line indented incorrectly; expected at least 24 spaces, found 8
(#194) Variable "objWriter" must be all lower-case
(#194) Variable "styleName" must be all lower-case
(#195) Spaces must be used for alignment; tabs are not allowed
(#195) Tab found within whitespace
(#195) Line indented incorrectly; expected at least 24 spaces, found 8
(#195) Variable "objWriter" must be all lower-case
(#196) Spaces must be used for alignment; tabs are not allowed
(#196) Tab found within whitespace
(#196) Whitespace found at end of line
(#197) Spaces must be used for alignment; tabs are not allowed
(#197) Tab found within whitespace
(#197) Inline comments must start with a capital letter, digit or 3-dots sequence
(#197) Inline comments must end in full-stops, exclamation marks, or question marks
(#197) Line indented incorrectly; expected at least 24 spaces, found 9
(#197) No space found before comment text; expected "// style:paragraph-properties" but found "//style:paragraph-properties"
(#198) Spaces must be used for alignment; tabs are not allowed
(#198) Tab found within whitespace
(#198) Line indented incorrectly; expected at least 24 spaces, found 9
(#198) Variable "objWriter" must be all lower-case
(#199) Spaces must be used for alignment; tabs are not allowed
(#199) Tab found within whitespace
(#199) Line indented incorrectly; expected at least 24 spaces, found 9
(#199) Variable "objWriter" must be all lower-case
(#199) Line exceeds 132 characters; contains 147 characters
(#200) Spaces must be used for alignment; tabs are not allowed
(#200) Tab found within whitespace
(#200) Line indented incorrectly; expected at least 24 spaces, found 9
(#200) Variable "objWriter" must be all lower-case
(#200) Line exceeds 132 characters; contains 148 characters
(#201) Spaces must be used for alignment; tabs are not allowed
(#201) Tab found within whitespace
(#201) Line indented incorrectly; expected at least 24 spaces, found 9
(#201) Variable "objWriter" must be all lower-case
(#202) Spaces must be used for alignment; tabs are not allowed
(#202) Tab found within whitespace
(#202) Line indented incorrectly; expected at least 24 spaces, found 9
(#202) Variable "objWriter" must be all lower-case
(#203) Spaces must be used for alignment; tabs are not allowed
(#203) Tab found within whitespace
(#203) Whitespace found at end of line
(#204) Spaces must be used for alignment; tabs are not allowed
(#204) Tab found within whitespace
(#204) Line indented incorrectly; expected at least 24 spaces, found 8
(#204) Variable "objWriter" must be all lower-case
(#205) Spaces must be used for alignment; tabs are not allowed
(#205) Tab found within whitespace
(#205) Whitespace found at end of line
(#206) Spaces must be used for alignment; tabs are not allowed
(#206) Tab found within whitespace
(#206) Line indented incorrectly; expected 20 spaces, found 7
(#207) Spaces must be used for alignment; tabs are not allowed
(#207) Tab found within whitespace
(#207) Inline comments must end in full-stops, exclamation marks, or question marks
(#207) Line indented incorrectly; expected at least 20 spaces, found 7
(#208) Spaces must be used for alignment; tabs are not allowed
(#208) Tab found within whitespace
(#208) Line indented incorrectly; expected 20 spaces, found 7
(#208) Empty ELSEIF statement detected
(#208) Usage of ELSEIF not allowed; use ELSE IF instead
(#209) Spaces must be used for alignment; tabs are not allowed
(#209) Tab found within whitespace
(#209) Line indented incorrectly; expected 20 spaces, found 7
(#210) Spaces must be used for alignment; tabs are not allowed
(#210) Tab found within whitespace
(#210) Line indented incorrectly; expected 16 spaces, found 6
(#211) Spaces must be used for alignment; tabs are not allowed
(#211) Tab found within whitespace
(#211) Line indented incorrectly; expected 12 spaces, found 5
(#212) Spaces must be used for alignment; tabs are not allowed
(#212) Tab found within whitespace
(#212) Line indented incorrectly; expected 8 spaces, found 4
(#213) Spaces must be used for alignment; tabs are not allowed
(#213) Tab found within whitespace
(#213) Line indented incorrectly; expected at least 8 spaces, found 3
(#213) Variable "objWriter" must be all lower-case
(#214) Spaces must be used for alignment; tabs are not allowed
(#214) Tab found within whitespace
(#214) Whitespace found at end of line
(#215) Spaces must be used for alignment; tabs are not allowed
(#215) Tab found within whitespace
(#215) Inline comments must start with a capital letter, digit or 3-dots sequence
(#215) Inline comments must end in full-stops, exclamation marks, or question marks
(#215) Line indented incorrectly; expected at least 8 spaces, found 3
(#216) Spaces must be used for alignment; tabs are not allowed
(#216) Tab found within whitespace
(#216) Line indented incorrectly; expected at least 8 spaces, found 3
(#216) Variable "objWriter" must be all lower-case
(#217) Spaces must be used for alignment; tabs are not allowed
(#217) Tab found within whitespace
(#217) Inline comments must start with a capital letter, digit or 3-dots sequence
(#217) Inline comments must end in full-stops, exclamation marks, or question marks
(#217) Line indented incorrectly; expected at least 8 spaces, found 4
(#218) Spaces must be used for alignment; tabs are not allowed
(#218) Tab found within whitespace
(#218) Line indented incorrectly; expected at least 8 spaces, found 4
(#218) Variable "objWriter" must be all lower-case
(#219) Spaces must be used for alignment; tabs are not allowed
(#219) Tab found within whitespace
(#219) Line indented incorrectly; expected at least 8 spaces, found 4
(#219) Variable "objWriter" must be all lower-case
(#220) Spaces must be used for alignment; tabs are not allowed
(#220) Tab found within whitespace
(#220) Inline comments must start with a capital letter, digit or 3-dots sequence
(#220) Inline comments must end in full-stops, exclamation marks, or question marks
(#220) Line indented incorrectly; expected at least 8 spaces, found 5
(#221) Spaces must be used for alignment; tabs are not allowed
(#221) Tab found within whitespace
(#221) Line indented incorrectly; expected at least 8 spaces, found 5
(#221) Variable "objWriter" must be all lower-case
(#222) Spaces must be used for alignment; tabs are not allowed
(#222) Tab found within whitespace
(#222) Line indented incorrectly; expected at least 8 spaces, found 5
(#222) Variable "objWriter" must be all lower-case
(#223) Spaces must be used for alignment; tabs are not allowed
(#223) Tab found within whitespace
(#223) Line indented incorrectly; expected at least 8 spaces, found 5
(#223) Variable "objWriter" must be all lower-case
(#223) Commas (,) must be followed by white space.
(#224) Spaces must be used for alignment; tabs are not allowed
(#224) Tab found within whitespace
(#224) Line indented incorrectly; expected at least 8 spaces, found 5
(#224) Variable "objWriter" must be all lower-case
(#224) Commas (,) must be followed by white space.
(#225) Spaces must be used for alignment; tabs are not allowed
(#225) Tab found within whitespace
(#225) Line indented incorrectly; expected at least 8 spaces, found 5
(#225) Variable "objWriter" must be all lower-case
(#225) Commas (,) must be followed by white space.
(#226) Spaces must be used for alignment; tabs are not allowed
(#226) Tab found within whitespace
(#226) Line indented incorrectly; expected at least 8 spaces, found 5
(#226) Variable "objWriter" must be all lower-case
(#226) Commas (,) must be followed by white space.
(#227) Spaces must be used for alignment; tabs are not allowed
(#227) Tab found within whitespace
(#227) Line indented incorrectly; expected at least 8 spaces, found 5
(#227) Variable "objWriter" must be all lower-case
(#227) Commas (,) must be followed by white space.
(#228) Spaces must be used for alignment; tabs are not allowed
(#228) Tab found within whitespace
(#228) Line indented incorrectly; expected at least 8 spaces, found 5
(#228) Variable "objWriter" must be all lower-case
(#228) Commas (,) must be followed by white space.
(#229) Spaces must be used for alignment; tabs are not allowed
(#229) Tab found within whitespace
(#229) Line indented incorrectly; expected at least 8 spaces, found 5
(#229) Variable "objWriter" must be all lower-case
(#229) Commas (,) must be followed by white space.
(#230) Spaces must be used for alignment; tabs are not allowed
(#230) Tab found within whitespace
(#230) Line indented incorrectly; expected at least 8 spaces, found 5
(#230) Variable "objWriter" must be all lower-case
(#230) Commas (,) must be followed by white space.
(#231) Spaces must be used for alignment; tabs are not allowed
(#231) Tab found within whitespace
(#231) Line indented incorrectly; expected at least 8 spaces, found 5
(#231) Variable "objWriter" must be all lower-case
(#231) Commas (,) must be followed by white space.
(#232) Spaces must be used for alignment; tabs are not allowed
(#232) Tab found within whitespace
(#232) Line indented incorrectly; expected at least 8 spaces, found 5
(#232) Variable "objWriter" must be all lower-case
(#232) Commas (,) must be followed by white space.
(#233) Spaces must be used for alignment; tabs are not allowed
(#233) Tab found within whitespace
(#233) Line indented incorrectly; expected at least 8 spaces, found 5
(#233) Variable "objWriter" must be all lower-case
(#233) Commas (,) must be followed by white space.
(#234) Spaces must be used for alignment; tabs are not allowed
(#234) Tab found within whitespace
(#234) Line indented incorrectly; expected at least 8 spaces, found 5
(#234) Variable "objWriter" must be all lower-case
(#234) Commas (,) must be followed by white space.
(#235) Spaces must be used for alignment; tabs are not allowed
(#235) Tab found within whitespace
(#235) Line indented incorrectly; expected at least 8 spaces, found 5
(#235) Variable "objWriter" must be all lower-case
(#235) Commas (,) must be followed by white space.
(#236) Spaces must be used for alignment; tabs are not allowed
(#236) Tab found within whitespace
(#236) Line indented incorrectly; expected at least 8 spaces, found 5
(#236) Variable "objWriter" must be all lower-case
(#236) Commas (,) must be followed by white space.
(#237) Spaces must be used for alignment; tabs are not allowed
(#237) Tab found within whitespace
(#237) Line indented incorrectly; expected at least 8 spaces, found 5
(#237) Variable "objWriter" must be all lower-case
(#237) Commas (,) must be followed by white space.
(#238) Spaces must be used for alignment; tabs are not allowed
(#238) Tab found within whitespace
(#238) Line indented incorrectly; expected at least 8 spaces, found 5
(#238) Variable "objWriter" must be all lower-case
(#238) Commas (,) must be followed by white space.
(#239) Spaces must be used for alignment; tabs are not allowed
(#239) Tab found within whitespace
(#239) Line indented incorrectly; expected at least 8 spaces, found 5
(#239) Variable "objWriter" must be all lower-case
(#239) Commas (,) must be followed by white space.
(#240) Spaces must be used for alignment; tabs are not allowed
(#240) Tab found within whitespace
(#240) Line indented incorrectly; expected at least 8 spaces, found 5
(#240) Variable "objWriter" must be all lower-case
(#240) Commas (,) must be followed by white space.
(#241) Spaces must be used for alignment; tabs are not allowed
(#241) Tab found within whitespace
(#241) Line indented incorrectly; expected at least 8 spaces, found 5
(#241) Variable "objWriter" must be all lower-case
(#241) Commas (,) must be followed by white space.
(#242) Spaces must be used for alignment; tabs are not allowed
(#242) Tab found within whitespace
(#242) Inline comments must start with a capital letter, digit or 3-dots sequence
(#242) Inline comments must end in full-stops, exclamation marks, or question marks
(#242) Line indented incorrectly; expected at least 8 spaces, found 6
(#242) No space found before comment text; expected "// style:footnote-sep" but found "//style:footnote-sep"
(#243) Spaces must be used for alignment; tabs are not allowed
(#243) Tab found within whitespace
(#243) Line indented incorrectly; expected at least 8 spaces, found 6
(#243) Variable "objWriter" must be all lower-case
(#244) Spaces must be used for alignment; tabs are not allowed
(#244) Tab found within whitespace
(#244) Line indented incorrectly; expected at least 8 spaces, found 6
(#244) Variable "objWriter" must be all lower-case
(#245) Spaces must be used for alignment; tabs are not allowed
(#245) Tab found within whitespace
(#245) Line indented incorrectly; expected at least 8 spaces, found 6
(#245) Variable "objWriter" must be all lower-case
(#245) Commas (,) must be followed by white space.
(#246) Spaces must be used for alignment; tabs are not allowed
(#246) Tab found within whitespace
(#246) Line indented incorrectly; expected at least 8 spaces, found 6
(#246) Variable "objWriter" must be all lower-case
(#246) Commas (,) must be followed by white space.
(#247) Spaces must be used for alignment; tabs are not allowed
(#247) Tab found within whitespace
(#247) Line indented incorrectly; expected at least 8 spaces, found 6
(#247) Variable "objWriter" must be all lower-case
(#247) Commas (,) must be followed by white space.
(#248) Spaces must be used for alignment; tabs are not allowed
(#248) Tab found within whitespace
(#248) Line indented incorrectly; expected at least 8 spaces, found 6
(#248) Variable "objWriter" must be all lower-case
(#248) Commas (,) must be followed by white space.
(#249) Spaces must be used for alignment; tabs are not allowed
(#249) Tab found within whitespace
(#249) Line indented incorrectly; expected at least 8 spaces, found 6
(#249) Variable "objWriter" must be all lower-case
(#250) Spaces must be used for alignment; tabs are not allowed
(#250) Tab found within whitespace
(#250) Line indented incorrectly; expected at least 8 spaces, found 5
(#250) Variable "objWriter" must be all lower-case
(#251) Spaces must be used for alignment; tabs are not allowed
(#251) Tab found within whitespace
(#251) Inline comments must start with a capital letter, digit or 3-dots sequence
(#251) Inline comments must end in full-stops, exclamation marks, or question marks
(#251) Line indented incorrectly; expected at least 8 spaces, found 5
(#252) Spaces must be used for alignment; tabs are not allowed
(#252) Tab found within whitespace
(#252) Line indented incorrectly; expected at least 8 spaces, found 5
(#252) Variable "objWriter" must be all lower-case
(#253) Spaces must be used for alignment; tabs are not allowed
(#253) Tab found within whitespace
(#253) Line indented incorrectly; expected at least 8 spaces, found 5
(#253) Variable "objWriter" must be all lower-case
(#254) Spaces must be used for alignment; tabs are not allowed
(#254) Tab found within whitespace
(#254) Inline comments must start with a capital letter, digit or 3-dots sequence
(#254) Inline comments must end in full-stops, exclamation marks, or question marks
(#254) Line indented incorrectly; expected at least 8 spaces, found 5
(#255) Spaces must be used for alignment; tabs are not allowed
(#255) Tab found within whitespace
(#255) Line indented incorrectly; expected at least 8 spaces, found 5
(#255) Variable "objWriter" must be all lower-case
(#256) Spaces must be used for alignment; tabs are not allowed
(#256) Tab found within whitespace
(#256) Line indented incorrectly; expected at least 8 spaces, found 5
(#256) Variable "objWriter" must be all lower-case
(#257) Spaces must be used for alignment; tabs are not allowed
(#257) Tab found within whitespace
(#257) Line indented incorrectly; expected at least 8 spaces, found 4
(#257) Variable "objWriter" must be all lower-case
(#258) Spaces must be used for alignment; tabs are not allowed
(#258) Tab found within whitespace
(#258) Line indented incorrectly; expected at least 8 spaces, found 3
(#258) Variable "objWriter" must be all lower-case
(#259) Spaces must be used for alignment; tabs are not allowed
(#259) Tab found within whitespace
(#259) Whitespace found at end of line
(#260) Spaces must be used for alignment; tabs are not allowed
(#260) Tab found within whitespace
(#260) Inline comments must start with a capital letter, digit or 3-dots sequence
(#260) Inline comments must end in full-stops, exclamation marks, or question marks
(#260) Line indented incorrectly; expected at least 8 spaces, found 3
(#261) Spaces must be used for alignment; tabs are not allowed
(#261) Tab found within whitespace
(#261) Line indented incorrectly; expected at least 8 spaces, found 3
(#261) Variable "objWriter" must be all lower-case
(#262) Spaces must be used for alignment; tabs are not allowed
(#262) Tab found within whitespace
(#262) Inline comments must start with a capital letter, digit or 3-dots sequence
(#262) Inline comments must end in full-stops, exclamation marks, or question marks
(#262) Line indented incorrectly; expected at least 8 spaces, found 4
(#263) Spaces must be used for alignment; tabs are not allowed
(#263) Tab found within whitespace
(#263) Line indented incorrectly; expected at least 8 spaces, found 4
(#263) Variable "objWriter" must be all lower-case
(#264) Spaces must be used for alignment; tabs are not allowed
(#264) Tab found within whitespace
(#264) Line indented incorrectly; expected at least 8 spaces, found 4
(#264) Variable "objWriter" must be all lower-case
(#265) Spaces must be used for alignment; tabs are not allowed
(#265) Tab found within whitespace
(#265) Line indented incorrectly; expected at least 8 spaces, found 4
(#265) Variable "objWriter" must be all lower-case
(#266) Spaces must be used for alignment; tabs are not allowed
(#266) Tab found within whitespace
(#266) Line indented incorrectly; expected at least 8 spaces, found 4
(#266) Variable "objWriter" must be all lower-case
(#267) Spaces must be used for alignment; tabs are not allowed
(#267) Tab found within whitespace
(#267) Line indented incorrectly; expected at least 8 spaces, found 3
(#267) Variable "objWriter" must be all lower-case
(#268) Spaces must be used for alignment; tabs are not allowed
(#268) Tab found within whitespace
(#268) Whitespace found at end of line
(#269) Spaces must be used for alignment; tabs are not allowed
(#269) Tab found within whitespace
(#269) Line indented incorrectly; expected at least 8 spaces, found 2
(#269) Variable "objWriter" must be all lower-case
(#271) Spaces must be used for alignment; tabs are not allowed
(#271) Tab found within whitespace
(#271) Inline comments must end in full-stops, exclamation marks, or question marks
(#271) This comment is 50% valid code; is this commented out code?
(#271) Line indented incorrectly; expected at least 8 spaces, found 2
(#272) Spaces must be used for alignment; tabs are not allowed
(#272) Tab found within whitespace
(#272) Line indented incorrectly; expected at least 8 spaces, found 2
(#272) Variable "objWriter" must be all lower-case
(#273) Spaces must be used for alignment; tabs are not allowed
(#273) Tab found within whitespace
(#273) Line indented incorrectly; expected 4 spaces, found 1
mod/offlinequiz/lib/PHPWord/Writer/ODText/WriterPart.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Spaces must be used for alignment; tabs are not allowed
(#36) Expected MOODLE_INTERNAL check or config.php inclusion
(#38) Spaces must be used for alignment; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected at least 4 spaces, found 1
(#39) Spaces must be used for alignment; tabs are not allowed
(#40) Spaces must be used for alignment; tabs are not allowed
(#41) Spaces must be used for alignment; tabs are not allowed
(#42) Spaces must be used for alignment; tabs are not allowed
(#43) Spaces must be used for alignment; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected 4 spaces, found 1
(#43) Member variable "_parentWriter" must be all lower-case
(#45) Spaces must be used for alignment; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected at least 4 spaces, found 1
(#46) Spaces must be used for alignment; tabs are not allowed
(#47) Spaces must be used for alignment; tabs are not allowed
(#48) Spaces must be used for alignment; tabs are not allowed
(#48) Spaces must be used for alignment; tabs are not allowed
(#49) Spaces must be used for alignment; tabs are not allowed
(#50) Spaces must be used for alignment; tabs are not allowed
(#51) Spaces must be used for alignment; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected 4 spaces, found 1
(#51) Public method name "PHPWord_Writer_ODText_WriterPart::setParentWriter" must be in lower-case letters only
(#51) Variable "pWriter" must be all lower-case
(#52) Spaces must be used for alignment; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected at least 8 spaces, found 2
(#52) Variable "pWriter" must be all lower-case
(#53) Spaces must be used for alignment; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected 4 spaces, found 1
(#55) Spaces must be used for alignment; tabs are not allowed
(#55) Tab found within whitespace
(#55) Line indented incorrectly; expected at least 4 spaces, found 1
(#56) Spaces must be used for alignment; tabs are not allowed
(#57) Spaces must be used for alignment; tabs are not allowed
(#58) Spaces must be used for alignment; tabs are not allowed
(#59) Spaces must be used for alignment; tabs are not allowed
(#60) Spaces must be used for alignment; tabs are not allowed
(#61) Spaces must be used for alignment; tabs are not allowed
(#61) Tab found within whitespace
(#61) Line indented incorrectly; expected 4 spaces, found 1
(#61) Public method name "PHPWord_Writer_ODText_WriterPart::getParentWriter" must be in lower-case letters only
(#62) Spaces must be used for alignment; tabs are not allowed
(#62) Tab found within whitespace
(#62) Line indented incorrectly; expected 8 spaces, found 2
(#63) Spaces must be used for alignment; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected at least 12 spaces, found 3
(#64) Spaces must be used for alignment; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected 8 spaces, found 2
(#65) Spaces must be used for alignment; tabs are not allowed
(#65) Tab found within whitespace
(#65) Line indented incorrectly; expected at least 12 spaces, found 3
(#66) Spaces must be used for alignment; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected 8 spaces, found 2
(#67) Spaces must be used for alignment; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected 4 spaces, found 1
mod/offlinequiz/lib/PHPWord/Writer/RTF.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Spaces must be used for alignment; tabs are not allowed
(#28) Expected MOODLE_INTERNAL check or config.php inclusion
(#30) Spaces must be used for alignment; tabs are not allowed
(#30) Tab found within whitespace
(#30) Line indented incorrectly; expected at least 4 spaces, found 1
(#31) Spaces must be used for alignment; tabs are not allowed
(#31) Expected 2 space(s) before asterisk; 1 found
(#32) Spaces must be used for alignment; tabs are not allowed
(#32) Expected 2 space(s) before asterisk; 1 found
(#33) Spaces must be used for alignment; tabs are not allowed
(#33) Expected 2 space(s) before asterisk; 1 found
(#34) Spaces must be used for alignment; tabs are not allowed
(#34) Expected 2 space(s) before asterisk; 1 found
(#35) Spaces must be used for alignment; tabs are not allowed
(#35) Tab found within whitespace
(#35) Line indented incorrectly; expected 4 spaces, found 1
(#36) Spaces must be used for alignment; tabs are not allowed
(#36) Tab found within whitespace
(#36) Whitespace found at end of line
(#37) Spaces must be used for alignment; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected at least 4 spaces, found 1
(#38) Spaces must be used for alignment; tabs are not allowed
(#39) Spaces must be used for alignment; tabs are not allowed
(#40) Spaces must be used for alignment; tabs are not allowed
(#41) Spaces must be used for alignment; tabs are not allowed
(#42) Spaces must be used for alignment; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected 4 spaces, found 1
(#42) Member variable "_drawingHashTable" must be all lower-case
(#43) Spaces must be used for alignment; tabs are not allowed
(#43) Tab found within whitespace
(#43) Whitespace found at end of line
(#44) Spaces must be used for alignment; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected 4 spaces, found 1
(#44) Member variable "_colorTable" must be all lower-case
(#45) Spaces must be used for alignment; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected 4 spaces, found 1
(#45) Member variable "_fontTable" must be all lower-case
(#46) Spaces must be used for alignment; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected 4 spaces, found 1
(#46) Member variable "_lastParagraphStyle" must be all lower-case
(#47) Spaces must be used for alignment; tabs are not allowed
(#47) Tab found within whitespace
(#47) Whitespace found at end of line
(#48) Spaces must be used for alignment; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected at least 4 spaces, found 1
(#49) Spaces must be used for alignment; tabs are not allowed
(#50) Spaces must be used for alignment; tabs are not allowed
(#51) Spaces must be used for alignment; tabs are not allowed
(#51) Spaces must be used for alignment; tabs are not allowed
(#51) Spaces must be used for alignment; tabs are not allowed
(#52) Spaces must be used for alignment; tabs are not allowed
(#53) Spaces must be used for alignment; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected 4 spaces, found 1
(#53) Variable "pPHPWord" must be all lower-case
(#54) Spaces must be used for alignment; tabs are not allowed
(#54) Tab found within whitespace
(#54) Line indented incorrectly; expected at least 4 spaces, found 1
(#54) Opening brace should be on the same line as the declaration
(#55) Spaces must be used for alignment; tabs are not allowed
(#55) Tab found within whitespace
(#55) Inline comments must end in full-stops, exclamation marks, or question marks
(#55) Line indented incorrectly; expected at least 8 spaces, found 2
(#56) Spaces must be used for alignment; tabs are not allowed
(#56) Tab found within whitespace
(#56) Line indented incorrectly; expected at least 8 spaces, found 2
(#56) Variable "pPHPWord" must be all lower-case
(#57) Spaces must be used for alignment; tabs are not allowed
(#57) Tab found within whitespace
(#57) Whitespace found at end of line
(#58) Spaces must be used for alignment; tabs are not allowed
(#58) Tab found within whitespace
(#58) Inline comments must end in full-stops, exclamation marks, or question marks
(#58) Line indented incorrectly; expected at least 8 spaces, found 2
(#59) Spaces must be used for alignment; tabs are not allowed
(#59) Tab found within whitespace
(#59) Line indented incorrectly; expected at least 8 spaces, found 2
(#59) Spaces must be used for alignment; tabs are not allowed
(#59) Tab found within whitespace
(#60) Spaces must be used for alignment; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected 4 spaces, found 1
(#61) Spaces must be used for alignment; tabs are not allowed
(#61) Tab found within whitespace
(#61) Whitespace found at end of line
(#62) Spaces must be used for alignment; tabs are not allowed
(#62) Tab found within whitespace
(#62) Line indented incorrectly; expected at least 4 spaces, found 1
(#63) Spaces must be used for alignment; tabs are not allowed
(#64) Spaces must be used for alignment; tabs are not allowed
(#65) Spaces must be used for alignment; tabs are not allowed
(#65) Spaces must be used for alignment; tabs are not allowed
(#65) Spaces must be used for alignment; tabs are not allowed
(#66) Spaces must be used for alignment; tabs are not allowed
(#66) Spaces must be used for alignment; tabs are not allowed
(#67) Spaces must be used for alignment; tabs are not allowed
(#68) Spaces must be used for alignment; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected 4 spaces, found 1
(#68) Variable "pFilename" must be all lower-case
(#69) Spaces must be used for alignment; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected at least 4 spaces, found 1
(#69) Opening brace should be on the same line as the declaration
(#70) Spaces must be used for alignment; tabs are not allowed
(#70) Tab found within whitespace
(#70) Line indented incorrectly; expected 8 spaces, found 2
(#71) Spaces must be used for alignment; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected at least 12 spaces, found 3
(#72) Spaces must be used for alignment; tabs are not allowed
(#72) Tab found within whitespace
(#72) Line indented incorrectly; expected at least 12 spaces, found 3
(#72) Variable "originalFilename" must be all lower-case
(#72) Variable "pFilename" must be all lower-case
(#73) Spaces must be used for alignment; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected 12 spaces, found 3
(#73) Variable "pFilename" must be all lower-case
(#73) Variable "pFilename" must be all lower-case
(#74) Spaces must be used for alignment; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected at least 16 spaces, found 4
(#74) Variable "pFilename" must be all lower-case
(#75) Spaces must be used for alignment; tabs are not allowed
(#75) Tab found within whitespace
(#75) Line indented incorrectly; expected 16 spaces, found 4
(#75) Variable "pFilename" must be all lower-case
(#76) Spaces must be used for alignment; tabs are not allowed
(#76) Tab found within whitespace
(#76) Line indented incorrectly; expected at least 20 spaces, found 5
(#76) Variable "pFilename" must be all lower-case
(#76) Variable "originalFilename" must be all lower-case
(#77) Spaces must be used for alignment; tabs are not allowed
(#77) Tab found within whitespace
(#77) Line indented incorrectly; expected 16 spaces, found 4
(#78) Spaces must be used for alignment; tabs are not allowed
(#78) Tab found within whitespace
(#78) Line indented incorrectly; expected 12 spaces, found 3
(#80) Spaces must be used for alignment; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected at least 12 spaces, found 3
(#80) Variable "hFile" must be all lower-case
(#80) Variable "pFilename" must be all lower-case
(#81) Spaces must be used for alignment; tabs are not allowed
(#81) Tab found within whitespace
(#81) Line indented incorrectly; expected at least 12 spaces, found 3
(#81) Variable "hFile" must be all lower-case
(#82) Spaces must be used for alignment; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected at least 12 spaces, found 3
(#82) Variable "hFile" must be all lower-case
(#84) Spaces must be used for alignment; tabs are not allowed
(#84) Tab found within whitespace
(#84) Inline comments must end in full-stops, exclamation marks, or question marks
(#84) Line indented incorrectly; expected at least 12 spaces, found 3
(#85) Spaces must be used for alignment; tabs are not allowed
(#85) Tab found within whitespace
(#85) Line indented incorrectly; expected 12 spaces, found 3
(#85) Variable "originalFilename" must be all lower-case
(#85) Variable "pFilename" must be all lower-case
(#86) Spaces must be used for alignment; tabs are not allowed
(#86) Tab found within whitespace
(#86) Line indented incorrectly; expected 16 spaces, found 4
(#86) Variable "pFilename" must be all lower-case
(#86) Variable "originalFilename" must be all lower-case
(#87) Spaces must be used for alignment; tabs are not allowed
(#87) Tab found within whitespace
(#87) Line indented incorrectly; expected at least 20 spaces, found 5
(#87) Variable "pFilename" must be all lower-case
(#88) Spaces must be used for alignment; tabs are not allowed
(#88) Tab found within whitespace
(#88) Line indented incorrectly; expected 16 spaces, found 4
(#89) Spaces must be used for alignment; tabs are not allowed
(#89) Tab found within whitespace
(#89) Line indented incorrectly; expected at least 16 spaces, found 4
(#89) Variable "pFilename" must be all lower-case
(#90) Spaces must be used for alignment; tabs are not allowed
(#90) Tab found within whitespace
(#90) Line indented incorrectly; expected 12 spaces, found 3
(#91) Spaces must be used for alignment; tabs are not allowed
(#91) Tab found within whitespace
(#91) Whitespace found at end of line
(#92) Spaces must be used for alignment; tabs are not allowed
(#92) Tab found within whitespace
(#92) Line indented incorrectly; expected 8 spaces, found 2
(#93) Spaces must be used for alignment; tabs are not allowed
(#93) Tab found within whitespace
(#93) Line indented incorrectly; expected at least 12 spaces, found 3
(#94) Spaces must be used for alignment; tabs are not allowed
(#94) Tab found within whitespace
(#94) Line indented incorrectly; expected 8 spaces, found 2
(#95) Spaces must be used for alignment; tabs are not allowed
(#95) Tab found within whitespace
(#95) Line indented incorrectly; expected 4 spaces, found 1
(#96) Spaces must be used for alignment; tabs are not allowed
(#96) Tab found within whitespace
(#96) Whitespace found at end of line
(#97) Spaces must be used for alignment; tabs are not allowed
(#97) Tab found within whitespace
(#97) Line indented incorrectly; expected at least 4 spaces, found 1
(#98) Spaces must be used for alignment; tabs are not allowed
(#99) Spaces must be used for alignment; tabs are not allowed
(#100) Spaces must be used for alignment; tabs are not allowed
(#101) Spaces must be used for alignment; tabs are not allowed
(#102) Spaces must be used for alignment; tabs are not allowed
(#103) Spaces must be used for alignment; tabs are not allowed
(#103) Tab found within whitespace
(#103) Line indented incorrectly; expected 4 spaces, found 1
(#103) Public method name "PHPWord_Writer_RTF::getPHPWord" must be in lower-case letters only
(#104) Spaces must be used for alignment; tabs are not allowed
(#104) Tab found within whitespace
(#104) Line indented incorrectly; expected 8 spaces, found 2
(#105) Spaces must be used for alignment; tabs are not allowed
(#105) Tab found within whitespace
(#105) Line indented incorrectly; expected at least 12 spaces, found 3
(#106) Spaces must be used for alignment; tabs are not allowed
(#106) Tab found within whitespace
(#106) Line indented incorrectly; expected 8 spaces, found 2
(#107) Spaces must be used for alignment; tabs are not allowed
(#107) Tab found within whitespace
(#107) Line indented incorrectly; expected at least 12 spaces, found 3
(#108) Spaces must be used for alignment; tabs are not allowed
(#108) Tab found within whitespace
(#108) Line indented incorrectly; expected 8 spaces, found 2
(#109) Spaces must be used for alignment; tabs are not allowed
(#109) Tab found within whitespace
(#109) Line indented incorrectly; expected 4 spaces, found 1
(#110) Spaces must be used for alignment; tabs are not allowed
(#110) Tab found within whitespace
(#110) Whitespace found at end of line
(#111) Spaces must be used for alignment; tabs are not allowed
(#111) Tab found within whitespace
(#111) Line indented incorrectly; expected at least 4 spaces, found 1
(#112) Spaces must be used for alignment; tabs are not allowed
(#113) Spaces must be used for alignment; tabs are not allowed
(#114) Spaces must be used for alignment; tabs are not allowed
(#114) Spaces must be used for alignment; tabs are not allowed
(#114) Spaces must be used for alignment; tabs are not allowed
(#115) Spaces must be used for alignment; tabs are not allowed
(#115) Spaces must be used for alignment; tabs are not allowed
(#116) Spaces must be used for alignment; tabs are not allowed
(#117) Spaces must be used for alignment; tabs are not allowed
(#118) Spaces must be used for alignment; tabs are not allowed
(#118) Tab found within whitespace
(#118) Line indented incorrectly; expected 4 spaces, found 1
(#118) Public method name "PHPWord_Writer_RTF::setPHPWord" must be in lower-case letters only
(#118) Variable "pPHPWord" must be all lower-case
(#119) Spaces must be used for alignment; tabs are not allowed
(#119) Tab found within whitespace
(#119) Line indented incorrectly; expected at least 8 spaces, found 2
(#119) Variable "pPHPWord" must be all lower-case
(#120) Spaces must be used for alignment; tabs are not allowed
(#120) Tab found within whitespace
(#120) Line indented incorrectly; expected at least 8 spaces, found 2
(#121) Spaces must be used for alignment; tabs are not allowed
(#121) Tab found within whitespace
(#121) Line indented incorrectly; expected 4 spaces, found 1
(#122) Spaces must be used for alignment; tabs are not allowed
(#122) Tab found within whitespace
(#122) Whitespace found at end of line
(#123) Spaces must be used for alignment; tabs are not allowed
(#123) Tab found within whitespace
(#123) Line indented incorrectly; expected at least 4 spaces, found 1
(#124) Spaces must be used for alignment; tabs are not allowed
(#125) Spaces must be used for alignment; tabs are not allowed
(#126) Spaces must be used for alignment; tabs are not allowed
(#127) Spaces must be used for alignment; tabs are not allowed
(#128) Spaces must be used for alignment; tabs are not allowed
(#128) Tab found within whitespace
(#128) Line indented incorrectly; expected 4 spaces, found 1
(#128) Public method name "PHPWord_Writer_RTF::getDrawingHashTable" must be in lower-case letters only
(#129) Spaces must be used for alignment; tabs are not allowed
(#129) Tab found within whitespace
(#129) Line indented incorrectly; expected at least 8 spaces, found 2
(#130) Spaces must be used for alignment; tabs are not allowed
(#130) Tab found within whitespace
(#130) Line indented incorrectly; expected 4 spaces, found 1
(#131) Spaces must be used for alignment; tabs are not allowed
(#131) Tab found within whitespace
(#131) Whitespace found at end of line
(#132) Spaces must be used for alignment; tabs are not allowed
(#132) Tab found within whitespace
(#132) Line indented incorrectly; expected 4 spaces, found 1
(#132) Private method name "PHPWord_Writer_RTF::_getData" must be in lower-case letters only
(#132) Expected 1 space after closing parenthesis; found 0
(#133) Spaces must be used for alignment; tabs are not allowed
(#133) Tab found within whitespace
(#133) Inline comments must end in full-stops, exclamation marks, or question marks
(#133) Line indented incorrectly; expected at least 8 spaces, found 2
(#134) Spaces must be used for alignment; tabs are not allowed
(#134) Tab found within whitespace
(#134) Line indented incorrectly; expected at least 8 spaces, found 2
(#135) Spaces must be used for alignment; tabs are not allowed
(#135) Tab found within whitespace
(#135) Line indented incorrectly; expected at least 8 spaces, found 2
(#136) Spaces must be used for alignment; tabs are not allowed
(#136) Tab found within whitespace
(#136) Whitespace found at end of line
(#137) Spaces must be used for alignment; tabs are not allowed
(#137) Tab found within whitespace
(#137) Line indented incorrectly; expected at least 8 spaces, found 2
(#137) Variable "sRTFContent" must be all lower-case
(#138) Spaces must be used for alignment; tabs are not allowed
(#138) Tab found within whitespace
(#138) Inline comments must end in full-stops, exclamation marks, or question marks
(#138) Line indented incorrectly; expected at least 8 spaces, found 2
(#139) Spaces must be used for alignment; tabs are not allowed
(#139) Tab found within whitespace
(#139) Line indented incorrectly; expected at least 8 spaces, found 2
(#139) Variable "sRTFContent" must be all lower-case
(#140) Spaces must be used for alignment; tabs are not allowed
(#140) Tab found within whitespace
(#140) Inline comments must end in full-stops, exclamation marks, or question marks
(#140) Line indented incorrectly; expected at least 8 spaces, found 2
(#141) Spaces must be used for alignment; tabs are not allowed
(#141) Tab found within whitespace
(#141) Line indented incorrectly; expected at least 8 spaces, found 2
(#141) Variable "sRTFContent" must be all lower-case
(#142) Spaces must be used for alignment; tabs are not allowed
(#142) Tab found within whitespace
(#142) Inline comments must end in full-stops, exclamation marks, or question marks
(#142) Line indented incorrectly; expected at least 8 spaces, found 2
(#143) Spaces must be used for alignment; tabs are not allowed
(#143) Tab found within whitespace
(#143) Line indented incorrectly; expected at least 8 spaces, found 2
(#143) Variable "sRTFContent" must be all lower-case
(#144) Spaces must be used for alignment; tabs are not allowed
(#144) Tab found within whitespace
(#144) Inline comments must end in full-stops, exclamation marks, or question marks
(#144) Line indented incorrectly; expected at least 8 spaces, found 2
(#145) Spaces must be used for alignment; tabs are not allowed
(#145) Tab found within whitespace
(#145) Line indented incorrectly; expected at least 8 spaces, found 2
(#145) Variable "sRTFContent" must be all lower-case
(#146) Spaces must be used for alignment; tabs are not allowed
(#146) Tab found within whitespace
(#146) Line indented incorrectly; expected 8 spaces, found 2
(#146) Expected "foreach (...) {\n"; found "foreach (...){\n"
(#147) Spaces must be used for alignment; tabs are not allowed
(#147) Tab found within whitespace
(#147) Line indented incorrectly; expected at least 12 spaces, found 3
(#147) Variable "sRTFContent" must be all lower-case
(#148) Spaces must be used for alignment; tabs are not allowed
(#148) Tab found within whitespace
(#148) Line indented incorrectly; expected 8 spaces, found 2
(#149) Spaces must be used for alignment; tabs are not allowed
(#149) Tab found within whitespace
(#149) Line indented incorrectly; expected at least 8 spaces, found 2
(#149) Variable "sRTFContent" must be all lower-case
(#150) Spaces must be used for alignment; tabs are not allowed
(#150) Tab found within whitespace
(#150) Inline comments must end in full-stops, exclamation marks, or question marks
(#150) Line indented incorrectly; expected at least 8 spaces, found 2
(#151) Spaces must be used for alignment; tabs are not allowed
(#151) Tab found within whitespace
(#151) Line indented incorrectly; expected at least 8 spaces, found 2
(#151) Variable "sRTFContent" must be all lower-case
(#152) Spaces must be used for alignment; tabs are not allowed
(#152) Tab found within whitespace
(#152) Line indented incorrectly; expected 8 spaces, found 2
(#152) Expected "foreach (...) {\n"; found "foreach (...){\n"
(#153) Spaces must be used for alignment; tabs are not allowed
(#153) Tab found within whitespace
(#153) Line indented incorrectly; expected at least 12 spaces, found 3
(#153) Variable "arrColor" must be all lower-case
(#154) Spaces must be used for alignment; tabs are not allowed
(#154) Tab found within whitespace
(#154) Line indented incorrectly; expected at least 12 spaces, found 3
(#154) Variable "sRTFContent" must be all lower-case
(#154) Variable "arrColor" must be all lower-case
(#154) Variable "arrColor" must be all lower-case
(#154) Variable "arrColor" must be all lower-case
(#155) Spaces must be used for alignment; tabs are not allowed
(#155) Tab found within whitespace
(#155) Line indented incorrectly; expected 8 spaces, found 2
(#156) Spaces must be used for alignment; tabs are not allowed
(#156) Tab found within whitespace
(#156) Line indented incorrectly; expected at least 8 spaces, found 2
(#156) Variable "sRTFContent" must be all lower-case
(#157) Spaces must be used for alignment; tabs are not allowed
(#157) Tab found within whitespace
(#157) Inline comments must end in full-stops, exclamation marks, or question marks
(#157) Line indented incorrectly; expected at least 8 spaces, found 2
(#158) Spaces must be used for alignment; tabs are not allowed
(#158) Tab found within whitespace
(#158) Line indented incorrectly; expected at least 8 spaces, found 2
(#158) Variable "sRTFContent" must be all lower-case
(#159) Spaces must be used for alignment; tabs are not allowed
(#159) Tab found within whitespace
(#159) Inline comments must end in full-stops, exclamation marks, or question marks
(#159) Line indented incorrectly; expected at least 8 spaces, found 2
(#160) Spaces must be used for alignment; tabs are not allowed
(#160) Tab found within whitespace
(#160) Line indented incorrectly; expected at least 8 spaces, found 2
(#160) Variable "sRTFContent" must be all lower-case
(#161) Spaces must be used for alignment; tabs are not allowed
(#161) Tab found within whitespace
(#161) Inline comments must end in full-stops, exclamation marks, or question marks
(#161) Line indented incorrectly; expected at least 8 spaces, found 2
(#162) Spaces must be used for alignment; tabs are not allowed
(#162) Tab found within whitespace
(#162) Line indented incorrectly; expected at least 8 spaces, found 2
(#162) Variable "sRTFContent" must be all lower-case
(#163) Spaces must be used for alignment; tabs are not allowed
(#163) Tab found within whitespace
(#163) Line indented incorrectly; expected at least 8 spaces, found 2
(#164) Spaces must be used for alignment; tabs are not allowed
(#164) Tab found within whitespace
(#164) Line indented incorrectly; expected at least 8 spaces, found 2
(#164) Variable "sRTFContent" must be all lower-case
(#165) Spaces must be used for alignment; tabs are not allowed
(#165) Tab found within whitespace
(#165) Inline comments must end in full-stops, exclamation marks, or question marks
(#165) Line indented incorrectly; expected at least 8 spaces, found 2
(#166) Spaces must be used for alignment; tabs are not allowed
(#166) Tab found within whitespace
(#166) Line indented incorrectly; expected at least 8 spaces, found 2
(#166) Variable "sRTFContent" must be all lower-case
(#167) Spaces must be used for alignment; tabs are not allowed
(#167) Tab found within whitespace
(#167) Inline comments must end in full-stops, exclamation marks, or question marks
(#167) Line indented incorrectly; expected at least 8 spaces, found 2
(#168) Spaces must be used for alignment; tabs are not allowed
(#168) Tab found within whitespace
(#168) Line indented incorrectly; expected at least 8 spaces, found 2
(#168) Variable "sRTFContent" must be all lower-case
(#169) Spaces must be used for alignment; tabs are not allowed
(#169) Tab found within whitespace
(#169) Inline comments must end in full-stops, exclamation marks, or question marks
(#169) Line indented incorrectly; expected at least 8 spaces, found 2
(#170) Spaces must be used for alignment; tabs are not allowed
(#170) Tab found within whitespace
(#170) Line indented incorrectly; expected at least 8 spaces, found 2
(#170) Variable "sRTFContent" must be all lower-case
(#171) Spaces must be used for alignment; tabs are not allowed
(#171) Tab found within whitespace
(#171) Inline comments must end in full-stops, exclamation marks, or question marks
(#171) Line indented incorrectly; expected at least 8 spaces, found 2
(#171) Whitespace found at end of line
(#172) Spaces must be used for alignment; tabs are not allowed
(#172) Tab found within whitespace
(#172) Line indented incorrectly; expected at least 8 spaces, found 2
(#172) Variable "sRTFContent" must be all lower-case
(#173) Spaces must be used for alignment; tabs are not allowed
(#173) Tab found within whitespace
(#173) Inline comments must end in full-stops, exclamation marks, or question marks
(#173) Line indented incorrectly; expected at least 8 spaces, found 2
(#174) Spaces must be used for alignment; tabs are not allowed
(#174) Tab found within whitespace
(#174) Line indented incorrectly; expected at least 8 spaces, found 2
(#174) Variable "sRTFContent" must be all lower-case
(#175) Spaces must be used for alignment; tabs are not allowed
(#175) Tab found within whitespace
(#175) Whitespace found at end of line
(#175) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#176) Spaces must be used for alignment; tabs are not allowed
(#176) Tab found within whitespace
(#176) Whitespace found at end of line
(#177) Spaces must be used for alignment; tabs are not allowed
(#177) Tab found within whitespace
(#177) Line indented incorrectly; expected at least 8 spaces, found 2
(#177) Variable "sRTFContent" must be all lower-case
(#178) Spaces must be used for alignment; tabs are not allowed
(#178) Tab found within whitespace
(#178) Whitespace found at end of line
(#179) Spaces must be used for alignment; tabs are not allowed
(#179) Tab found within whitespace
(#179) Line indented incorrectly; expected at least 8 spaces, found 2
(#179) Variable "sRTFContent" must be all lower-case
(#180) Spaces must be used for alignment; tabs are not allowed
(#180) Tab found within whitespace
(#180) Line indented incorrectly; expected 4 spaces, found 1
(#181) Spaces must be used for alignment; tabs are not allowed
(#181) Tab found within whitespace
(#181) Line indented incorrectly; expected 4 spaces, found 1
(#181) Private method name "PHPWord_Writer_RTF::_getDataFont" must be in lower-case letters only
(#181) Expected 1 space after closing parenthesis; found 0
(#182) Spaces must be used for alignment; tabs are not allowed
(#182) Tab found within whitespace
(#182) Line indented incorrectly; expected at least 8 spaces, found 2
(#182) Variable "pPHPWord" must be all lower-case
(#183) Spaces must be used for alignment; tabs are not allowed
(#183) Tab found within whitespace
(#183) Whitespace found at end of line
(#184) Spaces must be used for alignment; tabs are not allowed
(#184) Tab found within whitespace
(#184) Line indented incorrectly; expected at least 8 spaces, found 2
(#184) Variable "arrFonts" must be all lower-case
(#185) Spaces must be used for alignment; tabs are not allowed
(#185) Tab found within whitespace
(#185) Inline comments must end in full-stops, exclamation marks, or question marks
(#185) Line indented incorrectly; expected at least 8 spaces, found 2
(#185) Whitespace found at end of line
(#186) Spaces must be used for alignment; tabs are not allowed
(#186) Tab found within whitespace
(#186) Line indented incorrectly; expected at least 8 spaces, found 2
(#186) Variable "arrFonts" must be all lower-case
(#187) Spaces must be used for alignment; tabs are not allowed
(#187) Tab found within whitespace
(#187) Inline comments must end in full-stops, exclamation marks, or question marks
(#187) Line indented incorrectly; expected at least 8 spaces, found 2
(#188) Spaces must be used for alignment; tabs are not allowed
(#188) Tab found within whitespace
(#188) Whitespace found at end of line
(#189) Spaces must be used for alignment; tabs are not allowed
(#189) Tab found within whitespace
(#189) Inline comments must end in full-stops, exclamation marks, or question marks
(#189) Line indented incorrectly; expected at least 8 spaces, found 2
(#190) Spaces must be used for alignment; tabs are not allowed
(#190) Tab found within whitespace
(#190) Line indented incorrectly; expected at least 8 spaces, found 2
(#191) Spaces must be used for alignment; tabs are not allowed
(#191) Tab found within whitespace
(#191) Line indented incorrectly; expected at least 8 spaces, found 2
(#191) Variable "numPStyles" must be all lower-case
(#192) Spaces must be used for alignment; tabs are not allowed
(#192) Tab found within whitespace
(#192) Line indented incorrectly; expected 8 spaces, found 2
(#192) Expected "if (...) {\n"; found "if(...) {\n"
(#193) Spaces must be used for alignment; tabs are not allowed
(#193) Tab found within whitespace
(#193) Line indented incorrectly; expected 12 spaces, found 3
(#193) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#193) Variable "styleName" must be all lower-case
(#194) Spaces must be used for alignment; tabs are not allowed
(#194) Tab found within whitespace
(#194) Inline comments must end in full-stops, exclamation marks, or question marks
(#194) Line indented incorrectly; expected at least 16 spaces, found 4
(#195) Spaces must be used for alignment; tabs are not allowed
(#195) Tab found within whitespace
(#195) Line indented incorrectly; expected 16 spaces, found 4
(#195) Expected "if (...) {\n"; found "if(...) {\n"
(#196) Spaces must be used for alignment; tabs are not allowed
(#196) Tab found within whitespace
(#196) Line indented incorrectly; expected 20 spaces, found 5
(#196) Expected "if (...) {\n"; found "if(...){\n"
(#196) Variable "arrFonts" must be all lower-case
(#196) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#197) Spaces must be used for alignment; tabs are not allowed
(#197) Tab found within whitespace
(#197) Line indented incorrectly; expected at least 24 spaces, found 6
(#197) Variable "arrFonts" must be all lower-case
(#198) Spaces must be used for alignment; tabs are not allowed
(#198) Tab found within whitespace
(#198) Line indented incorrectly; expected 20 spaces, found 5
(#199) Spaces must be used for alignment; tabs are not allowed
(#199) Tab found within whitespace
(#199) Line indented incorrectly; expected 16 spaces, found 4
(#200) Spaces must be used for alignment; tabs are not allowed
(#200) Tab found within whitespace
(#200) Line indented incorrectly; expected 12 spaces, found 3
(#201) Spaces must be used for alignment; tabs are not allowed
(#201) Tab found within whitespace
(#201) Line indented incorrectly; expected 8 spaces, found 2
(#202) Spaces must be used for alignment; tabs are not allowed
(#202) Tab found within whitespace
(#202) Whitespace found at end of line
(#203) Spaces must be used for alignment; tabs are not allowed
(#203) Tab found within whitespace
(#203) Inline comments must end in full-stops, exclamation marks, or question marks
(#203) Line indented incorrectly; expected at least 8 spaces, found 2
(#204) Spaces must be used for alignment; tabs are not allowed
(#204) Tab found within whitespace
(#204) Line indented incorrectly; expected at least 8 spaces, found 2
(#204) Variable "_sections" must not contain underscores.
(#204) Variable "pPHPWord" must be all lower-case
(#205) Spaces must be used for alignment; tabs are not allowed
(#205) Tab found within whitespace
(#205) Line indented incorrectly; expected at least 8 spaces, found 2
(#205) Variable "countSections" must be all lower-case
(#205) Variable "_sections" must not contain underscores.
(#206) Spaces must be used for alignment; tabs are not allowed
(#206) Tab found within whitespace
(#206) Line indented incorrectly; expected 8 spaces, found 2
(#206) Expected "if (...) {\n"; found "if(...) {\n"
(#206) Variable "countSections" must be all lower-case
(#207) Spaces must be used for alignment; tabs are not allowed
(#207) Tab found within whitespace
(#207) Line indented incorrectly; expected at least 12 spaces, found 3
(#207) Variable "pSection" must be all lower-case
(#208) Spaces must be used for alignment; tabs are not allowed
(#208) Tab found within whitespace
(#208) Whitespace found at end of line
(#209) Spaces must be used for alignment; tabs are not allowed
(#209) Tab found within whitespace
(#209) Line indented incorrectly; expected 12 spaces, found 3
(#209) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#209) Variable "_sections" must not contain underscores.
(#210) Spaces must be used for alignment; tabs are not allowed
(#210) Tab found within whitespace
(#210) Line indented incorrectly; expected at least 16 spaces, found 4
(#210) Variable "pSection" must be all lower-case
(#211) Spaces must be used for alignment; tabs are not allowed
(#211) Tab found within whitespace
(#211) Line indented incorrectly; expected at least 16 spaces, found 4
(#211) Variable "_elements" must not contain underscores.
(#212) Spaces must be used for alignment; tabs are not allowed
(#212) Tab found within whitespace
(#212) Whitespace found at end of line
(#213) Spaces must be used for alignment; tabs are not allowed
(#213) Tab found within whitespace
(#213) Line indented incorrectly; expected 16 spaces, found 4
(#213) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#213) Variable "_elements" must not contain underscores.
(#214) Spaces must be used for alignment; tabs are not allowed
(#214) Tab found within whitespace
(#214) Line indented incorrectly; expected 20 spaces, found 5
(#214) Expected "if (...) {\n"; found "if(...) {\n"
(#215) Spaces must be used for alignment; tabs are not allowed
(#215) Tab found within whitespace
(#215) Line indented incorrectly; expected at least 24 spaces, found 6
(#215) Variable "fStyle" must be all lower-case
(#216) Spaces must be used for alignment; tabs are not allowed
(#216) Tab found within whitespace
(#216) Whitespace found at end of line
(#217) Spaces must be used for alignment; tabs are not allowed
(#217) Tab found within whitespace
(#217) Line indented incorrectly; expected 24 spaces, found 6
(#217) Expected "if (...) {\n"; found "if(...){\n"
(#217) Variable "fStyle" must be all lower-case
(#218) Spaces must be used for alignment; tabs are not allowed
(#218) Tab found within whitespace
(#218) Line indented incorrectly; expected 28 spaces, found 7
(#218) Expected "if (...) {\n"; found "if(...){\n"
(#218) Variable "fStyle" must be all lower-case
(#218) Variable "arrFonts" must be all lower-case
(#218) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#219) Spaces must be used for alignment; tabs are not allowed
(#219) Tab found within whitespace
(#219) Line indented incorrectly; expected at least 32 spaces, found 8
(#219) Variable "arrFonts" must be all lower-case
(#219) Variable "fStyle" must be all lower-case
(#220) Spaces must be used for alignment; tabs are not allowed
(#220) Tab found within whitespace
(#220) Line indented incorrectly; expected 28 spaces, found 7
(#221) Spaces must be used for alignment; tabs are not allowed
(#221) Tab found within whitespace
(#221) Line indented incorrectly; expected 24 spaces, found 6
(#222) Spaces must be used for alignment; tabs are not allowed
(#222) Tab found within whitespace
(#222) Line indented incorrectly; expected 20 spaces, found 5
(#223) Spaces must be used for alignment; tabs are not allowed
(#223) Tab found within whitespace
(#223) Line indented incorrectly; expected 16 spaces, found 4
(#224) Spaces must be used for alignment; tabs are not allowed
(#224) Tab found within whitespace
(#224) Line indented incorrectly; expected 12 spaces, found 3
(#225) Spaces must be used for alignment; tabs are not allowed
(#225) Tab found within whitespace
(#225) Line indented incorrectly; expected 8 spaces, found 2
(#226) Spaces must be used for alignment; tabs are not allowed
(#226) Tab found within whitespace
(#226) Whitespace found at end of line
(#227) Spaces must be used for alignment; tabs are not allowed
(#227) Tab found within whitespace
(#227) Line indented incorrectly; expected at least 8 spaces, found 2
(#227) Variable "arrFonts" must be all lower-case
(#228) Spaces must be used for alignment; tabs are not allowed
(#228) Tab found within whitespace
(#228) Line indented incorrectly; expected 4 spaces, found 1
(#229) Spaces must be used for alignment; tabs are not allowed
(#229) Tab found within whitespace
(#229) Line indented incorrectly; expected 4 spaces, found 1
(#229) Private method name "PHPWord_Writer_RTF::_getDataColor" must be in lower-case letters only
(#229) Expected 1 space after closing parenthesis; found 0
(#230) Spaces must be used for alignment; tabs are not allowed
(#230) Tab found within whitespace
(#230) Line indented incorrectly; expected at least 8 spaces, found 2
(#230) Variable "pPHPWord" must be all lower-case
(#231) Spaces must be used for alignment; tabs are not allowed
(#231) Tab found within whitespace
(#231) Whitespace found at end of line
(#232) Spaces must be used for alignment; tabs are not allowed
(#232) Tab found within whitespace
(#232) Line indented incorrectly; expected at least 8 spaces, found 2
(#232) Variable "arrColors" must be all lower-case
(#233) Spaces must be used for alignment; tabs are not allowed
(#233) Tab found within whitespace
(#233) Inline comments must end in full-stops, exclamation marks, or question marks
(#233) Line indented incorrectly; expected at least 8 spaces, found 2
(#234) Spaces must be used for alignment; tabs are not allowed
(#234) Tab found within whitespace
(#234) Whitespace found at end of line
(#235) Spaces must be used for alignment; tabs are not allowed
(#235) Tab found within whitespace
(#235) Inline comments must end in full-stops, exclamation marks, or question marks
(#235) Line indented incorrectly; expected at least 8 spaces, found 2
(#236) Spaces must be used for alignment; tabs are not allowed
(#236) Tab found within whitespace
(#236) Line indented incorrectly; expected at least 8 spaces, found 2
(#237) Spaces must be used for alignment; tabs are not allowed
(#237) Tab found within whitespace
(#237) Line indented incorrectly; expected at least 8 spaces, found 2
(#237) Variable "numPStyles" must be all lower-case
(#238) Spaces must be used for alignment; tabs are not allowed
(#238) Tab found within whitespace
(#238) Line indented incorrectly; expected 8 spaces, found 2
(#238) Expected "if (...) {\n"; found "if(...) {\n"
(#239) Spaces must be used for alignment; tabs are not allowed
(#239) Tab found within whitespace
(#239) Line indented incorrectly; expected 12 spaces, found 3
(#239) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#239) Variable "styleName" must be all lower-case
(#240) Spaces must be used for alignment; tabs are not allowed
(#240) Tab found within whitespace
(#240) Inline comments must end in full-stops, exclamation marks, or question marks
(#240) Line indented incorrectly; expected at least 16 spaces, found 4
(#241) Spaces must be used for alignment; tabs are not allowed
(#241) Tab found within whitespace
(#241) Line indented incorrectly; expected 16 spaces, found 4
(#241) Expected "if (...) {\n"; found "if(...) {\n"
(#242) Spaces must be used for alignment; tabs are not allowed
(#242) Tab found within whitespace
(#242) Line indented incorrectly; expected at least 20 spaces, found 5
(#243) Spaces must be used for alignment; tabs are not allowed
(#243) Tab found within whitespace
(#243) Line indented incorrectly; expected at least 20 spaces, found 5
(#244) Spaces must be used for alignment; tabs are not allowed
(#244) Tab found within whitespace
(#244) Line indented incorrectly; expected 20 spaces, found 5
(#244) Expected "if (...) {\n"; found "if(...){\n"
(#244) Variable "arrColors" must be all lower-case
(#244) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#245) Spaces must be used for alignment; tabs are not allowed
(#245) Tab found within whitespace
(#245) Line indented incorrectly; expected at least 24 spaces, found 6
(#245) Variable "arrColors" must be all lower-case
(#246) Spaces must be used for alignment; tabs are not allowed
(#246) Tab found within whitespace
(#246) Line indented incorrectly; expected 20 spaces, found 5
(#247) Spaces must be used for alignment; tabs are not allowed
(#247) Tab found within whitespace
(#247) Line indented incorrectly; expected 20 spaces, found 5
(#247) Expected "if (...) {\n"; found "if(...){\n"
(#247) Variable "arrColors" must be all lower-case
(#247) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#248) Spaces must be used for alignment; tabs are not allowed
(#248) Tab found within whitespace
(#248) Line indented incorrectly; expected at least 24 spaces, found 6
(#248) Variable "arrColors" must be all lower-case
(#249) Spaces must be used for alignment; tabs are not allowed
(#249) Tab found within whitespace
(#249) Line indented incorrectly; expected 20 spaces, found 5
(#250) Spaces must be used for alignment; tabs are not allowed
(#250) Tab found within whitespace
(#250) Line indented incorrectly; expected 16 spaces, found 4
(#251) Spaces must be used for alignment; tabs are not allowed
(#251) Tab found within whitespace
(#251) Line indented incorrectly; expected 12 spaces, found 3
(#252) Spaces must be used for alignment; tabs are not allowed
(#252) Tab found within whitespace
(#252) Line indented incorrectly; expected 8 spaces, found 2
(#253) Spaces must be used for alignment; tabs are not allowed
(#253) Tab found within whitespace
(#253) Whitespace found at end of line
(#254) Spaces must be used for alignment; tabs are not allowed
(#254) Tab found within whitespace
(#254) Inline comments must end in full-stops, exclamation marks, or question marks
(#254) Line indented incorrectly; expected at least 8 spaces, found 2
(#255) Spaces must be used for alignment; tabs are not allowed
(#255) Tab found within whitespace
(#255) Line indented incorrectly; expected at least 8 spaces, found 2
(#255) Variable "_sections" must not contain underscores.
(#255) Variable "pPHPWord" must be all lower-case
(#256) Spaces must be used for alignment; tabs are not allowed
(#256) Tab found within whitespace
(#256) Line indented incorrectly; expected at least 8 spaces, found 2
(#256) Variable "countSections" must be all lower-case
(#256) Variable "_sections" must not contain underscores.
(#257) Spaces must be used for alignment; tabs are not allowed
(#257) Tab found within whitespace
(#257) Line indented incorrectly; expected 8 spaces, found 2
(#257) Expected "if (...) {\n"; found "if(...) {\n"
(#257) Variable "countSections" must be all lower-case
(#258) Spaces must be used for alignment; tabs are not allowed
(#258) Tab found within whitespace
(#258) Line indented incorrectly; expected at least 12 spaces, found 3
(#258) Variable "pSection" must be all lower-case
(#259) Spaces must be used for alignment; tabs are not allowed
(#259) Tab found within whitespace
(#259) Whitespace found at end of line
(#260) Spaces must be used for alignment; tabs are not allowed
(#260) Tab found within whitespace
(#260) Line indented incorrectly; expected 12 spaces, found 3
(#260) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#260) Variable "_sections" must not contain underscores.
(#261) Spaces must be used for alignment; tabs are not allowed
(#261) Tab found within whitespace
(#261) Line indented incorrectly; expected at least 16 spaces, found 4
(#261) Variable "pSection" must be all lower-case
(#262) Spaces must be used for alignment; tabs are not allowed
(#262) Tab found within whitespace
(#262) Line indented incorrectly; expected at least 16 spaces, found 4
(#262) Variable "_elements" must not contain underscores.
(#263) Spaces must be used for alignment; tabs are not allowed
(#263) Tab found within whitespace
(#263) Whitespace found at end of line
(#264) Spaces must be used for alignment; tabs are not allowed
(#264) Tab found within whitespace
(#264) Line indented incorrectly; expected 16 spaces, found 4
(#264) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#264) Variable "_elements" must not contain underscores.
(#265) Spaces must be used for alignment; tabs are not allowed
(#265) Tab found within whitespace
(#265) Line indented incorrectly; expected 20 spaces, found 5
(#265) Expected "if (...) {\n"; found "if(...) {\n"
(#266) Spaces must be used for alignment; tabs are not allowed
(#266) Tab found within whitespace
(#266) Line indented incorrectly; expected at least 24 spaces, found 6
(#266) Variable "fStyle" must be all lower-case
(#267) Spaces must be used for alignment; tabs are not allowed
(#267) Tab found within whitespace
(#267) Whitespace found at end of line
(#268) Spaces must be used for alignment; tabs are not allowed
(#268) Tab found within whitespace
(#268) Line indented incorrectly; expected 24 spaces, found 6
(#268) Expected "if (...) {\n"; found "if(...){\n"
(#268) Variable "fStyle" must be all lower-case
(#269) Spaces must be used for alignment; tabs are not allowed
(#269) Tab found within whitespace
(#269) Line indented incorrectly; expected 28 spaces, found 7
(#269) Expected "if (...) {\n"; found "if(...){\n"
(#269) Variable "fStyle" must be all lower-case
(#269) Variable "arrColors" must be all lower-case
(#269) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#270) Spaces must be used for alignment; tabs are not allowed
(#270) Tab found within whitespace
(#270) Line indented incorrectly; expected at least 32 spaces, found 8
(#270) Variable "arrColors" must be all lower-case
(#270) Variable "fStyle" must be all lower-case
(#271) Spaces must be used for alignment; tabs are not allowed
(#271) Tab found within whitespace
(#271) Line indented incorrectly; expected 28 spaces, found 7
(#272) Spaces must be used for alignment; tabs are not allowed
(#272) Tab found within whitespace
(#272) Line indented incorrectly; expected 28 spaces, found 7
(#272) Expected "if (...) {\n"; found "if(...){\n"
(#272) Variable "fStyle" must be all lower-case
(#272) Variable "arrColors" must be all lower-case
(#272) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#273) Spaces must be used for alignment; tabs are not allowed
(#273) Tab found within whitespace
(#273) Line indented incorrectly; expected at least 32 spaces, found 8
(#273) Variable "arrColors" must be all lower-case
(#273) Variable "fStyle" must be all lower-case
(#274) Spaces must be used for alignment; tabs are not allowed
(#274) Tab found within whitespace
(#274) Line indented incorrectly; expected 28 spaces, found 7
(#275) Spaces must be used for alignment; tabs are not allowed
(#275) Tab found within whitespace
(#275) Line indented incorrectly; expected 24 spaces, found 6
(#276) Spaces must be used for alignment; tabs are not allowed
(#276) Tab found within whitespace
(#276) Line indented incorrectly; expected 20 spaces, found 5
(#277) Spaces must be used for alignment; tabs are not allowed
(#277) Tab found within whitespace
(#277) Line indented incorrectly; expected 16 spaces, found 4
(#278) Spaces must be used for alignment; tabs are not allowed
(#278) Tab found within whitespace
(#278) Line indented incorrectly; expected 12 spaces, found 3
(#279) Spaces must be used for alignment; tabs are not allowed
(#279) Tab found within whitespace
(#279) Line indented incorrectly; expected 8 spaces, found 2
(#280) Spaces must be used for alignment; tabs are not allowed
(#280) Tab found within whitespace
(#280) Whitespace found at end of line
(#281) Spaces must be used for alignment; tabs are not allowed
(#281) Tab found within whitespace
(#281) Line indented incorrectly; expected at least 8 spaces, found 2
(#281) Variable "arrColors" must be all lower-case
(#282) Spaces must be used for alignment; tabs are not allowed
(#282) Tab found within whitespace
(#282) Line indented incorrectly; expected 4 spaces, found 1
(#283) Spaces must be used for alignment; tabs are not allowed
(#283) Tab found within whitespace
(#283) Line indented incorrectly; expected 4 spaces, found 1
(#283) Private method name "PHPWord_Writer_RTF::_getDataContent" must be in lower-case letters only
(#283) Expected 1 space after closing parenthesis; found 0
(#284) Spaces must be used for alignment; tabs are not allowed
(#284) Tab found within whitespace
(#284) Line indented incorrectly; expected at least 8 spaces, found 2
(#284) Variable "pPHPWord" must be all lower-case
(#285) Spaces must be used for alignment; tabs are not allowed
(#285) Tab found within whitespace
(#285) Line indented incorrectly; expected at least 8 spaces, found 2
(#285) Variable "sRTFBody" must be all lower-case
(#286) Spaces must be used for alignment; tabs are not allowed
(#286) Tab found within whitespace
(#286) Whitespace found at end of line
(#287) Spaces must be used for alignment; tabs are not allowed
(#287) Tab found within whitespace
(#287) Line indented incorrectly; expected at least 8 spaces, found 2
(#287) Variable "_sections" must not contain underscores.
(#287) Variable "pPHPWord" must be all lower-case
(#288) Spaces must be used for alignment; tabs are not allowed
(#288) Tab found within whitespace
(#288) Line indented incorrectly; expected at least 8 spaces, found 2
(#288) Variable "countSections" must be all lower-case
(#288) Variable "_sections" must not contain underscores.
(#289) Spaces must be used for alignment; tabs are not allowed
(#289) Tab found within whitespace
(#289) Line indented incorrectly; expected at least 8 spaces, found 2
(#289) Variable "pSection" must be all lower-case
(#290) Spaces must be used for alignment; tabs are not allowed
(#290) Tab found within whitespace
(#290) Whitespace found at end of line
(#291) Spaces must be used for alignment; tabs are not allowed
(#291) Tab found within whitespace
(#291) Line indented incorrectly; expected 8 spaces, found 2
(#291) Expected "if (...) {\n"; found "if(...) {\n"
(#291) Variable "countSections" must be all lower-case
(#292) Spaces must be used for alignment; tabs are not allowed
(#292) Tab found within whitespace
(#292) Line indented incorrectly; expected 12 spaces, found 3
(#292) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#292) Variable "_sections" must not contain underscores.
(#293) Spaces must be used for alignment; tabs are not allowed
(#293) Tab found within whitespace
(#293) Line indented incorrectly; expected at least 16 spaces, found 4
(#293) Variable "pSection" must be all lower-case
(#294) Spaces must be used for alignment; tabs are not allowed
(#294) Tab found within whitespace
(#294) Line indented incorrectly; expected at least 16 spaces, found 4
(#294) Variable "_elements" must not contain underscores.
(#295) Spaces must be used for alignment; tabs are not allowed
(#295) Tab found within whitespace
(#295) Line indented incorrectly; expected 16 spaces, found 4
(#295) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#295) Variable "_elements" must not contain underscores.
(#296) Spaces must be used for alignment; tabs are not allowed
(#296) Tab found within whitespace
(#296) Line indented incorrectly; expected 20 spaces, found 5
(#296) Expected "if (...) {\n"; found "if(...) {\n"
(#297) Spaces must be used for alignment; tabs are not allowed
(#297) Tab found within whitespace
(#297) Line indented incorrectly; expected at least 24 spaces, found 6
(#297) Variable "sRTFBody" must be all lower-case
(#298) Spaces must be used for alignment; tabs are not allowed
(#298) Tab found within whitespace
(#298) Line indented incorrectly; expected 20 spaces, found 5
(#298) This comment is 63% valid code; is this commented out code?
(#299) Line indented incorrectly; expected at least 20 spaces, found 5
(#300) Line indented incorrectly; expected at least 20 spaces, found 5
(#301) Line indented incorrectly; expected at least 20 spaces, found 5
(#302) Line indented incorrectly; expected at least 20 spaces, found 5
(#303) Line indented incorrectly; expected at least 20 spaces, found 5
(#304) Line indented incorrectly; expected at least 20 spaces, found 5
(#304) Whitespace found at end of line
(#305) Spaces must be used for alignment; tabs are not allowed
(#305) Tab found within whitespace
(#305) Line indented incorrectly; expected 20 spaces, found 5
(#305) Usage of ELSEIF not allowed; use ELSE IF instead
(#306) Spaces must be used for alignment; tabs are not allowed
(#306) Tab found within whitespace
(#306) Line indented incorrectly; expected at least 24 spaces, found 6
(#306) Variable "sRTFBody" must be all lower-case
(#307) Spaces must be used for alignment; tabs are not allowed
(#307) Tab found within whitespace
(#307) Line indented incorrectly; expected 20 spaces, found 5
(#307) This comment is 61% valid code; is this commented out code?
(#308) Line indented incorrectly; expected at least 20 spaces, found 5
(#309) Line indented incorrectly; expected at least 20 spaces, found 5
(#310) Line indented incorrectly; expected at least 20 spaces, found 5
(#311) Line indented incorrectly; expected at least 20 spaces, found 5
(#312) Line indented incorrectly; expected at least 20 spaces, found 5
(#313) Line indented incorrectly; expected at least 20 spaces, found 5
(#314) Line indented incorrectly; expected at least 20 spaces, found 5
(#315) Line indented incorrectly; expected at least 20 spaces, found 5
(#316) Line indented incorrectly; expected at least 20 spaces, found 5
(#317) Line indented incorrectly; expected at least 20 spaces, found 5
(#318) Line indented incorrectly; expected at least 20 spaces, found 5
(#319) Line indented incorrectly; expected at least 20 spaces, found 5
(#320) Line indented incorrectly; expected at least 20 spaces, found 5
(#321) Spaces must be used for alignment; tabs are not allowed
(#321) Tab found within whitespace
(#321) Line indented incorrectly; expected 20 spaces, found 5
(#321) Expected "} else {\n"; found "}/* elseif($element instanceof PHPWord_Section_PageBreak) {\n\t\t\t\t\t$this->_writePageBreak($objWriter);\n\t\t\t\t\t} elseif($element instanceof PHPWord_Section_Table) {\n\t\t\t\t\t$this->_writeTable($objWriter, $element);\n\t\t\t\t\t} elseif($element instanceof PHPWord_Section_ListItem) {\n\t\t\t\t\t$this->_writeListItem($objWriter, $element);\n\t\t\t\t\t} elseif($element instanceof PHPWord_Section_Image ||\n\t\t\t\t\t$element instanceof PHPWord_Section_MemoryImage) {\n\t\t\t\t\t$this->_writeImage($objWriter, $element);\n\t\t\t\t\t} elseif($element instanceof PHPWord_Section_Object) {\n\t\t\t\t\t$this->_writeObject($objWriter, $element);\n\t\t\t\t\t} elseif($element instanceof PHPWord_TOC) {\n\t\t\t\t\t$this->_writeTOC($objWriter);\n\t\t\t\t\t}*/\n\t\t\t\t\telse {\n"
(#322) Spaces must be used for alignment; tabs are not allowed
(#322) Tab found within whitespace
(#322) Line indented incorrectly; expected at least 24 spaces, found 6
(#322) The use of function print_r() is forbidden
(#323) Spaces must be used for alignment; tabs are not allowed
(#323) Tab found within whitespace
(#323) Line indented incorrectly; expected at least 24 spaces, found 6
(#324) Spaces must be used for alignment; tabs are not allowed
(#324) Tab found within whitespace
(#324) Line indented incorrectly; expected 20 spaces, found 5
(#325) Spaces must be used for alignment; tabs are not allowed
(#325) Tab found within whitespace
(#325) Line indented incorrectly; expected 16 spaces, found 4
(#326) Spaces must be used for alignment; tabs are not allowed
(#326) Tab found within whitespace
(#326) Line indented incorrectly; expected 12 spaces, found 3
(#327) Spaces must be used for alignment; tabs are not allowed
(#327) Tab found within whitespace
(#327) Line indented incorrectly; expected 8 spaces, found 2
(#328) Spaces must be used for alignment; tabs are not allowed
(#328) Tab found within whitespace
(#328) Line indented incorrectly; expected at least 8 spaces, found 2
(#328) Variable "sRTFBody" must be all lower-case
(#329) Spaces must be used for alignment; tabs are not allowed
(#329) Tab found within whitespace
(#329) Line indented incorrectly; expected 4 spaces, found 1
(#330) Spaces must be used for alignment; tabs are not allowed
(#330) Tab found within whitespace
(#330) Line indented incorrectly; expected 4 spaces, found 1
(#330) Private method name "PHPWord_Writer_RTF::_getDataContent_writeText" must be in lower-case letters only
(#330) Expected 1 space after closing parenthesis; found 0
(#331) Spaces must be used for alignment; tabs are not allowed
(#331) Tab found within whitespace
(#331) Line indented incorrectly; expected at least 8 spaces, found 2
(#331) Variable "sRTFText" must be all lower-case
(#332) Spaces must be used for alignment; tabs are not allowed
(#332) Tab found within whitespace
(#332) Whitespace found at end of line
(#333) Spaces must be used for alignment; tabs are not allowed
(#333) Tab found within whitespace
(#333) Line indented incorrectly; expected at least 8 spaces, found 2
(#333) Variable "styleFont" must be all lower-case
(#334) Spaces must be used for alignment; tabs are not allowed
(#334) Tab found within whitespace
(#334) Line indented incorrectly; expected at least 8 spaces, found 2
(#334) Variable "SfIsObject" must be all lower-case
(#334) Variable "styleFont" must be all lower-case
(#335) Spaces must be used for alignment; tabs are not allowed
(#335) Tab found within whitespace
(#335) Line indented incorrectly; expected 8 spaces, found 2
(#335) Expected "if (...) {\n"; found "if(...) {\n"
(#335) Variable "SfIsObject" must be all lower-case
(#336) Spaces must be used for alignment; tabs are not allowed
(#336) Tab found within whitespace
(#336) Line indented incorrectly; expected at least 12 spaces, found 3
(#336) Variable "styleFont" must be all lower-case
(#336) Variable "styleFont" must be all lower-case
(#337) Spaces must be used for alignment; tabs are not allowed
(#337) Tab found within whitespace
(#337) Line indented incorrectly; expected 8 spaces, found 2
(#339) Spaces must be used for alignment; tabs are not allowed
(#339) Tab found within whitespace
(#339) Line indented incorrectly; expected at least 8 spaces, found 2
(#339) Variable "styleParagraph" must be all lower-case
(#340) Spaces must be used for alignment; tabs are not allowed
(#340) Tab found within whitespace
(#340) Line indented incorrectly; expected at least 8 spaces, found 2
(#340) Variable "SpIsObject" must be all lower-case
(#340) Variable "styleParagraph" must be all lower-case
(#341) Spaces must be used for alignment; tabs are not allowed
(#341) Tab found within whitespace
(#341) Line indented incorrectly; expected 8 spaces, found 2
(#341) Expected "if (...) {\n"; found "if(...) {\n"
(#341) Variable "SpIsObject" must be all lower-case
(#342) Spaces must be used for alignment; tabs are not allowed
(#342) Tab found within whitespace
(#342) Line indented incorrectly; expected at least 12 spaces, found 3
(#342) Variable "styleParagraph" must be all lower-case
(#342) Variable "styleParagraph" must be all lower-case
(#343) Spaces must be used for alignment; tabs are not allowed
(#343) Tab found within whitespace
(#343) Line indented incorrectly; expected 8 spaces, found 2
(#344) Spaces must be used for alignment; tabs are not allowed
(#344) Tab found within whitespace
(#344) Whitespace found at end of line
(#345) Spaces must be used for alignment; tabs are not allowed
(#345) Tab found within whitespace
(#345) Line indented incorrectly; expected 8 spaces, found 2
(#345) Expected "if (...) {\n"; found "if(...){\n"
(#345) Variable "styleParagraph" must be all lower-case
(#346) Spaces must be used for alignment; tabs are not allowed
(#346) Tab found within whitespace
(#346) Line indented incorrectly; expected 12 spaces, found 3
(#346) Expected "if (...) {\n"; found "if(...){\n"
(#347) Spaces must be used for alignment; tabs are not allowed
(#347) Tab found within whitespace
(#347) Line indented incorrectly; expected at least 16 spaces, found 4
(#347) Variable "sRTFText" must be all lower-case
(#348) Spaces must be used for alignment; tabs are not allowed
(#348) Tab found within whitespace
(#348) Line indented incorrectly; expected 16 spaces, found 4
(#348) Expected "if (...) {\n"; found "if(...){\n"
(#348) Variable "styleParagraph" must be all lower-case
(#349) Spaces must be used for alignment; tabs are not allowed
(#349) Tab found within whitespace
(#349) Line indented incorrectly; expected at least 20 spaces, found 5
(#349) Variable "sRTFText" must be all lower-case
(#349) Variable "styleParagraph" must be all lower-case
(#350) Spaces must be used for alignment; tabs are not allowed
(#350) Tab found within whitespace
(#350) Line indented incorrectly; expected 16 spaces, found 4
(#351) Spaces must be used for alignment; tabs are not allowed
(#351) Tab found within whitespace
(#351) Line indented incorrectly; expected 16 spaces, found 4
(#351) Expected "if (...) {\n"; found "if(...){\n"
(#351) Variable "styleParagraph" must be all lower-case
(#352) Spaces must be used for alignment; tabs are not allowed
(#352) Tab found within whitespace
(#352) Line indented incorrectly; expected 20 spaces, found 5
(#352) Expected "if (...) {\n"; found "if(...){\n"
(#352) Variable "styleParagraph" must be all lower-case
(#353) Spaces must be used for alignment; tabs are not allowed
(#353) Tab found within whitespace
(#353) Line indented incorrectly; expected at least 24 spaces, found 6
(#353) Variable "sRTFText" must be all lower-case
(#354) Spaces must be used for alignment; tabs are not allowed
(#354) Tab found within whitespace
(#354) Line indented incorrectly; expected 20 spaces, found 5
(#355) Spaces must be used for alignment; tabs are not allowed
(#355) Tab found within whitespace
(#355) Line indented incorrectly; expected 16 spaces, found 4
(#356) Spaces must be used for alignment; tabs are not allowed
(#356) Tab found within whitespace
(#356) Line indented incorrectly; expected at least 16 spaces, found 4
(#357) Spaces must be used for alignment; tabs are not allowed
(#357) Tab found within whitespace
(#357) Line indented incorrectly; expected 12 spaces, found 3
(#358) Spaces must be used for alignment; tabs are not allowed
(#358) Tab found within whitespace
(#358) Line indented incorrectly; expected 12 spaces, found 3
(#358) Expected "} else {\n"; found "}\n\t\t\telse {\n"
(#359) Spaces must be used for alignment; tabs are not allowed
(#359) Tab found within whitespace
(#359) Line indented incorrectly; expected at least 16 spaces, found 4
(#360) Spaces must be used for alignment; tabs are not allowed
(#360) Tab found within whitespace
(#360) Line indented incorrectly; expected 12 spaces, found 3
(#361) Spaces must be used for alignment; tabs are not allowed
(#361) Tab found within whitespace
(#361) Line indented incorrectly; expected 8 spaces, found 2
(#362) Spaces must be used for alignment; tabs are not allowed
(#362) Tab found within whitespace
(#362) Line indented incorrectly; expected 8 spaces, found 2
(#362) Expected "} else {\n"; found "}\n\t\telse {\n"
(#363) Spaces must be used for alignment; tabs are not allowed
(#363) Tab found within whitespace
(#363) Line indented incorrectly; expected at least 12 spaces, found 3
(#364) Spaces must be used for alignment; tabs are not allowed
(#364) Tab found within whitespace
(#364) Line indented incorrectly; expected 8 spaces, found 2
(#365) Spaces must be used for alignment; tabs are not allowed
(#365) Tab found within whitespace
(#365) Whitespace found at end of line
(#366) Spaces must be used for alignment; tabs are not allowed
(#366) Tab found within whitespace
(#366) Line indented incorrectly; expected 8 spaces, found 2
(#366) Expected "if (...) {\n"; found "if(...){\n"
(#366) Variable "styleFont" must be all lower-case
(#367) Spaces must be used for alignment; tabs are not allowed
(#367) Tab found within whitespace
(#367) Line indented incorrectly; expected 12 spaces, found 3
(#367) Expected "if (...) {\n"; found "if(...){\n"
(#367) Variable "styleFont" must be all lower-case
(#368) Spaces must be used for alignment; tabs are not allowed
(#368) Tab found within whitespace
(#368) Line indented incorrectly; expected at least 16 spaces, found 4
(#368) Variable "idxColor" must be all lower-case
(#368) Variable "styleFont" must be all lower-case
(#369) Spaces must be used for alignment; tabs are not allowed
(#369) Tab found within whitespace
(#369) Line indented incorrectly; expected 16 spaces, found 4
(#369) Expected "if (...) {\n"; found "if(...){\n"
(#369) Variable "idxColor" must be all lower-case
(#369) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#370) Spaces must be used for alignment; tabs are not allowed
(#370) Tab found within whitespace
(#370) Line indented incorrectly; expected at least 20 spaces, found 5
(#370) Variable "sRTFText" must be all lower-case
(#370) Variable "idxColor" must be all lower-case
(#370) Expected 1 space before "+"; 0 found
(#370) Expected 1 space after "+"; 0 found
(#371) Spaces must be used for alignment; tabs are not allowed
(#371) Tab found within whitespace
(#371) Line indented incorrectly; expected 16 spaces, found 4
(#372) Spaces must be used for alignment; tabs are not allowed
(#372) Tab found within whitespace
(#372) Line indented incorrectly; expected 12 spaces, found 3
(#373) Spaces must be used for alignment; tabs are not allowed
(#373) Tab found within whitespace
(#373) Line indented incorrectly; expected at least 16 spaces, found 4
(#373) Variable "sRTFText" must be all lower-case
(#374) Spaces must be used for alignment; tabs are not allowed
(#374) Tab found within whitespace
(#374) Line indented incorrectly; expected 12 spaces, found 3
(#375) Spaces must be used for alignment; tabs are not allowed
(#375) Tab found within whitespace
(#375) Line indented incorrectly; expected 12 spaces, found 3
(#375) Expected "if (...) {\n"; found "if(...){\n"
(#375) Variable "styleFont" must be all lower-case
(#376) Spaces must be used for alignment; tabs are not allowed
(#376) Tab found within whitespace
(#376) Line indented incorrectly; expected at least 16 spaces, found 4
(#376) Variable "idxFont" must be all lower-case
(#376) Variable "styleFont" must be all lower-case
(#377) Spaces must be used for alignment; tabs are not allowed
(#377) Tab found within whitespace
(#377) Line indented incorrectly; expected 16 spaces, found 4
(#377) Expected "if (...) {\n"; found "if(...){\n"
(#377) Variable "idxFont" must be all lower-case
(#377) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#378) Spaces must be used for alignment; tabs are not allowed
(#378) Tab found within whitespace
(#378) Line indented incorrectly; expected at least 20 spaces, found 5
(#378) Variable "sRTFText" must be all lower-case
(#378) Variable "idxFont" must be all lower-case
(#379) Spaces must be used for alignment; tabs are not allowed
(#379) Tab found within whitespace
(#379) Line indented incorrectly; expected 16 spaces, found 4
(#380) Spaces must be used for alignment; tabs are not allowed
(#380) Tab found within whitespace
(#380) Line indented incorrectly; expected 12 spaces, found 3
(#381) Spaces must be used for alignment; tabs are not allowed
(#381) Tab found within whitespace
(#381) Line indented incorrectly; expected at least 16 spaces, found 4
(#381) Variable "sRTFText" must be all lower-case
(#382) Spaces must be used for alignment; tabs are not allowed
(#382) Tab found within whitespace
(#382) Line indented incorrectly; expected 12 spaces, found 3
(#383) Spaces must be used for alignment; tabs are not allowed
(#383) Tab found within whitespace
(#383) Line indented incorrectly; expected 12 spaces, found 3
(#383) Expected "if (...) {\n"; found "if(...){\n"
(#383) Variable "styleFont" must be all lower-case
(#384) Spaces must be used for alignment; tabs are not allowed
(#384) Tab found within whitespace
(#384) Line indented incorrectly; expected at least 16 spaces, found 4
(#384) Variable "sRTFText" must be all lower-case
(#385) Spaces must be used for alignment; tabs are not allowed
(#385) Tab found within whitespace
(#385) Line indented incorrectly; expected 12 spaces, found 3
(#386) Spaces must be used for alignment; tabs are not allowed
(#386) Tab found within whitespace
(#386) Line indented incorrectly; expected 12 spaces, found 3
(#386) Expected "if (...) {\n"; found "if(...){\n"
(#386) Variable "styleFont" must be all lower-case
(#387) Spaces must be used for alignment; tabs are not allowed
(#387) Tab found within whitespace
(#387) Line indented incorrectly; expected at least 16 spaces, found 4
(#387) Variable "sRTFText" must be all lower-case
(#388) Spaces must be used for alignment; tabs are not allowed
(#388) Tab found within whitespace
(#388) Line indented incorrectly; expected 12 spaces, found 3
(#389) Spaces must be used for alignment; tabs are not allowed
(#389) Tab found within whitespace
(#389) Line indented incorrectly; expected 12 spaces, found 3
(#389) Expected "if (...) {\n"; found "if(...){\n"
(#389) Variable "styleFont" must be all lower-case
(#390) Spaces must be used for alignment; tabs are not allowed
(#390) Tab found within whitespace
(#390) Line indented incorrectly; expected at least 16 spaces, found 4
(#390) Variable "sRTFText" must be all lower-case
(#390) Variable "styleFont" must be all lower-case
(#391) Spaces must be used for alignment; tabs are not allowed
(#391) Tab found within whitespace
(#391) Line indented incorrectly; expected 12 spaces, found 3
(#392) Spaces must be used for alignment; tabs are not allowed
(#392) Tab found within whitespace
(#392) Line indented incorrectly; expected 8 spaces, found 2
(#393) Spaces must be used for alignment; tabs are not allowed
(#393) Tab found within whitespace
(#393) Line indented incorrectly; expected 8 spaces, found 2
(#393) Expected "if (...) {\n"; found "if(...){\n"
(#393) Variable "styleFont" must be all lower-case
(#394) Spaces must be used for alignment; tabs are not allowed
(#394) Tab found within whitespace
(#394) Line indented incorrectly; expected at least 12 spaces, found 3
(#394) Variable "sRTFText" must be all lower-case
(#395) Spaces must be used for alignment; tabs are not allowed
(#395) Tab found within whitespace
(#395) Line indented incorrectly; expected 8 spaces, found 2
(#396) Spaces must be used for alignment; tabs are not allowed
(#396) Tab found within whitespace
(#396) Line indented incorrectly; expected at least 8 spaces, found 2
(#396) Variable "sRTFText" must be all lower-case
(#397) Spaces must be used for alignment; tabs are not allowed
(#397) Tab found within whitespace
(#397) Whitespace found at end of line
(#398) Spaces must be used for alignment; tabs are not allowed
(#398) Tab found within whitespace
(#398) Line indented incorrectly; expected 8 spaces, found 2
(#398) Expected "if (...) {\n"; found "if(...){\n"
(#398) Variable "styleFont" must be all lower-case
(#399) Spaces must be used for alignment; tabs are not allowed
(#399) Tab found within whitespace
(#399) Line indented incorrectly; expected at least 12 spaces, found 3
(#399) Variable "sRTFText" must be all lower-case
(#400) Spaces must be used for alignment; tabs are not allowed
(#400) Tab found within whitespace
(#400) Line indented incorrectly; expected at least 12 spaces, found 3
(#400) Variable "sRTFText" must be all lower-case
(#401) Spaces must be used for alignment; tabs are not allowed
(#401) Tab found within whitespace
(#401) Whitespace found at end of line
(#402) Spaces must be used for alignment; tabs are not allowed
(#402) Tab found within whitespace
(#402) Line indented incorrectly; expected 12 spaces, found 3
(#402) Expected "if (...) {\n"; found "if(...){\n"
(#402) Variable "styleFont" must be all lower-case
(#403) Spaces must be used for alignment; tabs are not allowed
(#403) Tab found within whitespace
(#403) Line indented incorrectly; expected at least 16 spaces, found 4
(#403) Variable "sRTFText" must be all lower-case
(#404) Spaces must be used for alignment; tabs are not allowed
(#404) Tab found within whitespace
(#404) Line indented incorrectly; expected 12 spaces, found 3
(#405) Spaces must be used for alignment; tabs are not allowed
(#405) Tab found within whitespace
(#405) Line indented incorrectly; expected 12 spaces, found 3
(#405) Expected "if (...) {\n"; found "if(...){\n"
(#405) Variable "styleFont" must be all lower-case
(#406) Spaces must be used for alignment; tabs are not allowed
(#406) Tab found within whitespace
(#406) Line indented incorrectly; expected at least 16 spaces, found 4
(#406) Variable "sRTFText" must be all lower-case
(#407) Spaces must be used for alignment; tabs are not allowed
(#407) Tab found within whitespace
(#407) Line indented incorrectly; expected 12 spaces, found 3
(#408) Spaces must be used for alignment; tabs are not allowed
(#408) Tab found within whitespace
(#408) Line indented incorrectly; expected 12 spaces, found 3
(#408) Expected "if (...) {\n"; found "if(...){\n"
(#408) Variable "styleFont" must be all lower-case
(#409) Spaces must be used for alignment; tabs are not allowed
(#409) Tab found within whitespace
(#409) Line indented incorrectly; expected at least 16 spaces, found 4
(#409) Variable "sRTFText" must be all lower-case
(#410) Spaces must be used for alignment; tabs are not allowed
(#410) Tab found within whitespace
(#410) Line indented incorrectly; expected 12 spaces, found 3
(#411) Spaces must be used for alignment; tabs are not allowed
(#411) Tab found within whitespace
(#411) Line indented incorrectly; expected 8 spaces, found 2
(#412) Spaces must be used for alignment; tabs are not allowed
(#412) Tab found within whitespace
(#412) Whitespace found at end of line
(#413) Spaces must be used for alignment; tabs are not allowed
(#413) Tab found within whitespace
(#413) Line indented incorrectly; expected at least 8 spaces, found 2
(#413) Variable "sRTFText" must be all lower-case
(#414) Spaces must be used for alignment; tabs are not allowed
(#414) Tab found within whitespace
(#414) Line indented incorrectly; expected at least 8 spaces, found 2
(#414) Variable "sRTFText" must be all lower-case
(#415) Spaces must be used for alignment; tabs are not allowed
(#415) Tab found within whitespace
(#415) Line indented incorrectly; expected 4 spaces, found 1
(#416) Spaces must be used for alignment; tabs are not allowed
(#416) Tab found within whitespace
(#416) Line indented incorrectly; expected 4 spaces, found 1
(#416) Private method name "PHPWord_Writer_RTF::_getDataContent_writeTextBreak" must be in lower-case letters only
(#416) Expected 1 space after closing parenthesis; found 0
(#417) Spaces must be used for alignment; tabs are not allowed
(#417) Tab found within whitespace
(#417) Line indented incorrectly; expected at least 8 spaces, found 2
(#418) Spaces must be used for alignment; tabs are not allowed
(#418) Tab found within whitespace
(#418) Whitespace found at end of line
(#419) Spaces must be used for alignment; tabs are not allowed
(#419) Tab found within whitespace
(#419) Line indented incorrectly; expected at least 8 spaces, found 2
(#420) Spaces must be used for alignment; tabs are not allowed
(#420) Tab found within whitespace
(#420) Line indented incorrectly; expected 4 spaces, found 1
mod/offlinequiz/lib/PHPWord/Writer/Word2007.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#29) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#30) Whitespace found at end of line
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected 4 spaces, found 1
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Line indented incorrectly; expected 4 spaces, found 1
(#32) Member variable "_writerParts" must be all lower-case
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Tab found within whitespace
(#33) Line indented incorrectly; expected 4 spaces, found 1
(#33) Member variable "_diskCachingDirectory" must be all lower-case
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Tab found within whitespace
(#34) Line indented incorrectly; expected 4 spaces, found 1
(#34) Member variable "_useDiskCaching" must be all lower-case
(#35) Spaces must be used to indent lines; tabs are not allowed
(#35) Tab found within whitespace
(#35) Line indented incorrectly; expected 4 spaces, found 1
(#35) Member variable "_imageTypes" must be all lower-case
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Line indented incorrectly; expected 4 spaces, found 1
(#36) Member variable "_objectTypes" must be all lower-case
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Whitespace found at end of line
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected 4 spaces, found 1
(#38) Variable "PHPWord" must be all lower-case
(#39) Spaces must be used to indent lines; tabs are not allowed
(#39) Tab found within whitespace
(#39) Line indented incorrectly; expected at least 8 spaces, found 2
(#39) Variable "PHPWord" must be all lower-case
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Whitespace found at end of line
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected at least 8 spaces, found 2
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Whitespace found at end of line
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected at least 8 spaces, found 2
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected at least 8 spaces, found 2
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected at least 8 spaces, found 2
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected at least 8 spaces, found 2
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected at least 8 spaces, found 2
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected at least 8 spaces, found 2
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected at least 8 spaces, found 2
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected at least 8 spaces, found 2
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected at least 8 spaces, found 2
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Whitespace found at end of line
(#53) Spaces must be used to indent lines; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected 8 spaces, found 2
(#53) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Tab found within whitespace
(#54) Line indented incorrectly; expected at least 12 spaces, found 3
(#55) Spaces must be used to indent lines; tabs are not allowed
(#55) Tab found within whitespace
(#55) Line indented incorrectly; expected 8 spaces, found 2
(#56) Spaces must be used to indent lines; tabs are not allowed
(#56) Tab found within whitespace
(#56) Line indented incorrectly; expected 4 spaces, found 1
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Whitespace found at end of line
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Line indented incorrectly; expected 4 spaces, found 1
(#58) Variable "pFilename" must be all lower-case
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#59) Line indented incorrectly; expected 8 spaces, found 2
(#59) Expected "if (...) {\n"; found "if(...) {\n"
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#60) Whitespace found at end of line
(#61) Spaces must be used to indent lines; tabs are not allowed
(#61) Tab found within whitespace
(#61) Line indented incorrectly; expected at least 12 spaces, found 3
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Tab found within whitespace
(#62) Line indented incorrectly; expected at least 12 spaces, found 3
(#62) Variable "originalFilename" must be all lower-case
(#62) Variable "pFilename" must be all lower-case
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected 12 spaces, found 3
(#63) Expected "if (...) {\n"; found "if(...) {\n"
(#63) Variable "pFilename" must be all lower-case
(#63) Variable "pFilename" must be all lower-case
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected at least 16 spaces, found 4
(#64) Variable "pFilename" must be all lower-case
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Tab found within whitespace
(#65) Line indented incorrectly; expected 16 spaces, found 4
(#65) Expected "if (...) {\n"; found "if(...) {\n"
(#65) Variable "pFilename" must be all lower-case
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected at least 20 spaces, found 5
(#66) Variable "pFilename" must be all lower-case
(#66) Variable "originalFilename" must be all lower-case
(#67) Spaces must be used to indent lines; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected 16 spaces, found 4
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected 12 spaces, found 3
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#69) Whitespace found at end of line
(#70) Spaces must be used to indent lines; tabs are not allowed
(#70) Tab found within whitespace
(#70) Inline comments must end in full-stops, exclamation marks, or question marks
(#70) Line indented incorrectly; expected at least 12 spaces, found 3
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected at least 12 spaces, found 3
(#71) Variable "objZip" must be all lower-case
(#72) Spaces must be used to indent lines; tabs are not allowed
(#72) Tab found within whitespace
(#72) Whitespace found at end of line
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Inline comments must end in full-stops, exclamation marks, or question marks
(#73) Line indented incorrectly; expected at least 12 spaces, found 3
(#74) Spaces must be used to indent lines; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected 12 spaces, found 3
(#74) Expected "if (...) {\n"; found "if(...) {\n"
(#74) Variable "objZip" must be all lower-case
(#74) Variable "pFilename" must be all lower-case
(#75) Spaces must be used to indent lines; tabs are not allowed
(#75) Tab found within whitespace
(#75) Line indented incorrectly; expected 16 spaces, found 4
(#75) Expected "if (...) {\n"; found "if(...) {\n"
(#75) Variable "objZip" must be all lower-case
(#75) Variable "pFilename" must be all lower-case
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Tab found within whitespace
(#76) Line indented incorrectly; expected at least 20 spaces, found 5
(#76) Variable "pFilename" must be all lower-case
(#77) Spaces must be used to indent lines; tabs are not allowed
(#77) Tab found within whitespace
(#77) Line indented incorrectly; expected 16 spaces, found 4
(#78) Spaces must be used to indent lines; tabs are not allowed
(#78) Tab found within whitespace
(#78) Line indented incorrectly; expected 12 spaces, found 3
(#79) Spaces must be used to indent lines; tabs are not allowed
(#79) Tab found within whitespace
(#79) Whitespace found at end of line
(#79) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Tab found within whitespace
(#80) Whitespace found at end of line
(#81) Spaces must be used to indent lines; tabs are not allowed
(#81) Tab found within whitespace
(#81) Line indented incorrectly; expected at least 12 spaces, found 3
(#81) Variable "sectionElements" must be all lower-case
(#82) Spaces must be used to indent lines; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected at least 12 spaces, found 3
(#82) Variable "_secElements" must be all lower-case
(#82) Variable "_secElements" must not contain underscores.
(#83) Spaces must be used to indent lines; tabs are not allowed
(#83) Tab found within whitespace
(#83) Line indented incorrectly; expected 12 spaces, found 3
(#83) Expected "foreach (...) {\n"; found "foreach(...) { // loop through section media elements\n"
(#83) Variable "_secElements" must be all lower-case
(#83) Variable "_secElements" must not contain underscores.
(#83) Inline comments must start with a capital letter, digit or 3-dots sequence
(#83) Inline comments must end in full-stops, exclamation marks, or question marks
(#84) Spaces must be used to indent lines; tabs are not allowed
(#84) Tab found within whitespace
(#84) Line indented incorrectly; expected 16 spaces, found 4
(#84) Expected "if (...) {\n"; found "if(...) {\n"
(#85) Spaces must be used to indent lines; tabs are not allowed
(#85) Tab found within whitespace
(#85) Line indented incorrectly; expected at least 20 spaces, found 5
(#85) Variable "objZip" must be all lower-case
(#86) Spaces must be used to indent lines; tabs are not allowed
(#86) Tab found within whitespace
(#86) Line indented incorrectly; expected 16 spaces, found 4
(#87) Spaces must be used to indent lines; tabs are not allowed
(#87) Tab found within whitespace
(#87) Line indented incorrectly; expected at least 16 spaces, found 4
(#87) Variable "sectionElements" must be all lower-case
(#88) Spaces must be used to indent lines; tabs are not allowed
(#88) Tab found within whitespace
(#88) Line indented incorrectly; expected 12 spaces, found 3
(#89) Spaces must be used to indent lines; tabs are not allowed
(#89) Tab found within whitespace
(#89) Whitespace found at end of line
(#90) Spaces must be used to indent lines; tabs are not allowed
(#90) Tab found within whitespace
(#90) Line indented incorrectly; expected at least 12 spaces, found 3
(#90) Variable "_hdrElements" must be all lower-case
(#90) Variable "_hdrElements" must not contain underscores.
(#91) Spaces must be used to indent lines; tabs are not allowed
(#91) Tab found within whitespace
(#91) Line indented incorrectly; expected 12 spaces, found 3
(#91) Expected "foreach (...) {\n"; found "foreach(...) { // loop through headers\n"
(#91) Variable "_hdrElements" must be all lower-case
(#91) Variable "_hdrElements" must not contain underscores.
(#91) Variable "_headerFile" must be all lower-case
(#91) Variable "_headerFile" must not contain underscores.
(#91) Variable "_hdrMedia" must be all lower-case
(#91) Variable "_hdrMedia" must not contain underscores.
(#91) Inline comments must start with a capital letter, digit or 3-dots sequence
(#91) Inline comments must end in full-stops, exclamation marks, or question marks
(#92) Spaces must be used to indent lines; tabs are not allowed
(#92) Tab found within whitespace
(#92) Line indented incorrectly; expected 16 spaces, found 4
(#92) Expected "if (...) {\n"; found "if(...) {\n"
(#92) Variable "_hdrMedia" must be all lower-case
(#92) Variable "_hdrMedia" must not contain underscores.
(#93) Spaces must be used to indent lines; tabs are not allowed
(#93) Tab found within whitespace
(#93) Line indented incorrectly; expected at least 20 spaces, found 5
(#93) Variable "objZip" must be all lower-case
(#93) Variable "_headerFile" must be all lower-case
(#93) Variable "_headerFile" must not contain underscores.
(#93) Variable "_hdrMedia" must be all lower-case
(#93) Variable "_hdrMedia" must not contain underscores.
(#93) Line exceeds 132 characters; contains 141 characters
(#94) Spaces must be used to indent lines; tabs are not allowed
(#94) Tab found within whitespace
(#94) Line indented incorrectly; expected 20 spaces, found 5
(#94) Expected "foreach (...) {\n"; found "foreach(...) { // loop through header media elements\n"
(#94) Variable "_hdrMedia" must be all lower-case
(#94) Variable "_hdrMedia" must not contain underscores.
(#94) Inline comments must start with a capital letter, digit or 3-dots sequence
(#94) Inline comments must end in full-stops, exclamation marks, or question marks
(#95) Spaces must be used to indent lines; tabs are not allowed
(#95) Tab found within whitespace
(#95) Line indented incorrectly; expected at least 24 spaces, found 6
(#95) Variable "objZip" must be all lower-case
(#96) Spaces must be used to indent lines; tabs are not allowed
(#96) Tab found within whitespace
(#96) Line indented incorrectly; expected 20 spaces, found 5
(#97) Spaces must be used to indent lines; tabs are not allowed
(#97) Tab found within whitespace
(#97) Line indented incorrectly; expected 16 spaces, found 4
(#98) Spaces must be used to indent lines; tabs are not allowed
(#98) Tab found within whitespace
(#98) Line indented incorrectly; expected 12 spaces, found 3
(#99) Spaces must be used to indent lines; tabs are not allowed
(#99) Tab found within whitespace
(#99) Whitespace found at end of line
(#100) Spaces must be used to indent lines; tabs are not allowed
(#100) Tab found within whitespace
(#100) Line indented incorrectly; expected at least 12 spaces, found 3
(#100) Variable "_ftrElements" must be all lower-case
(#100) Variable "_ftrElements" must not contain underscores.
(#101) Spaces must be used to indent lines; tabs are not allowed
(#101) Tab found within whitespace
(#101) Line indented incorrectly; expected 12 spaces, found 3
(#101) Expected "foreach (...) {\n"; found "foreach(...) { // loop through footers\n"
(#101) Variable "_ftrElements" must be all lower-case
(#101) Variable "_ftrElements" must not contain underscores.
(#101) Variable "_footerFile" must be all lower-case
(#101) Variable "_footerFile" must not contain underscores.
(#101) Variable "_ftrMedia" must be all lower-case
(#101) Variable "_ftrMedia" must not contain underscores.
(#101) Inline comments must start with a capital letter, digit or 3-dots sequence
(#101) Inline comments must end in full-stops, exclamation marks, or question marks
(#102) Spaces must be used to indent lines; tabs are not allowed
(#102) Tab found within whitespace
(#102) Line indented incorrectly; expected 16 spaces, found 4
(#102) Expected "if (...) {\n"; found "if(...) {\n"
(#102) Variable "_ftrMedia" must be all lower-case
(#102) Variable "_ftrMedia" must not contain underscores.
(#103) Spaces must be used to indent lines; tabs are not allowed
(#103) Tab found within whitespace
(#103) Line indented incorrectly; expected at least 20 spaces, found 5
(#103) Variable "objZip" must be all lower-case
(#103) Variable "_footerFile" must be all lower-case
(#103) Variable "_footerFile" must not contain underscores.
(#103) Variable "_ftrMedia" must be all lower-case
(#103) Variable "_ftrMedia" must not contain underscores.
(#103) Line exceeds 132 characters; contains 141 characters
(#104) Spaces must be used to indent lines; tabs are not allowed
(#104) Tab found within whitespace
(#104) Line indented incorrectly; expected 20 spaces, found 5
(#104) Expected "foreach (...) {\n"; found "foreach(...) { // loop through footers media elements\n"
(#104) Variable "_ftrMedia" must be all lower-case
(#104) Variable "_ftrMedia" must not contain underscores.
(#104) Inline comments must start with a capital letter, digit or 3-dots sequence
(#104) Inline comments must end in full-stops, exclamation marks, or question marks
(#105) Spaces must be used to indent lines; tabs are not allowed
(#105) Tab found within whitespace
(#105) Line indented incorrectly; expected at least 24 spaces, found 6
(#105) Variable "objZip" must be all lower-case
(#106) Spaces must be used to indent lines; tabs are not allowed
(#106) Tab found within whitespace
(#106) Line indented incorrectly; expected 20 spaces, found 5
(#107) Spaces must be used to indent lines; tabs are not allowed
(#107) Tab found within whitespace
(#107) Line indented incorrectly; expected 16 spaces, found 4
(#108) Spaces must be used to indent lines; tabs are not allowed
(#108) Tab found within whitespace
(#108) Line indented incorrectly; expected 12 spaces, found 3
(#109) Spaces must be used to indent lines; tabs are not allowed
(#109) Tab found within whitespace
(#109) Whitespace found at end of line
(#109) Functions must not contain multiple empty lines in a row; found 3 empty lines
(#110) Spaces must be used to indent lines; tabs are not allowed
(#110) Tab found within whitespace
(#110) Whitespace found at end of line
(#111) Spaces must be used to indent lines; tabs are not allowed
(#111) Tab found within whitespace
(#111) Whitespace found at end of line
(#112) Spaces must be used to indent lines; tabs are not allowed
(#112) Tab found within whitespace
(#112) Line indented incorrectly; expected at least 12 spaces, found 3
(#112) Variable "_cHdrs" must be all lower-case
(#112) Variable "_cHdrs" must not contain underscores.
(#113) Spaces must be used to indent lines; tabs are not allowed
(#113) Tab found within whitespace
(#113) Line indented incorrectly; expected at least 12 spaces, found 3
(#113) Variable "_cFtrs" must be all lower-case
(#113) Variable "_cFtrs" must not contain underscores.
(#114) Spaces must be used to indent lines; tabs are not allowed
(#114) Tab found within whitespace
(#114) Line indented incorrectly; expected at least 12 spaces, found 3
(#114) Variable "rID" must be all lower-case
(#115) Spaces must be used to indent lines; tabs are not allowed
(#115) Tab found within whitespace
(#115) Line indented incorrectly; expected at least 12 spaces, found 3
(#115) Variable "_sections" must not contain underscores.
(#116) Spaces must be used to indent lines; tabs are not allowed
(#116) Tab found within whitespace
(#116) 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 12 spaces, found 3
(#117) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#117) Variable "_sections" must not contain underscores.
(#118) Spaces must be used to indent lines; tabs are not allowed
(#118) Tab found within whitespace
(#118) Line indented incorrectly; expected at least 16 spaces, found 4
(#118) Variable "_header" must not contain underscores.
(#119) Spaces must be used to indent lines; tabs are not allowed
(#119) Tab found within whitespace
(#119) Line indented incorrectly; expected 16 spaces, found 4
(#119) Expected "if (...) {\n"; found "if(...) {\n"
(#119) Variable "_header" must not contain underscores.
(#120) Spaces must be used to indent lines; tabs are not allowed
(#120) Tab found within whitespace
(#120) Line indented incorrectly; expected at least 20 spaces, found 5
(#120) Variable "_cHdrs" must be all lower-case
(#120) Variable "_cHdrs" must not contain underscores.
(#121) Spaces must be used to indent lines; tabs are not allowed
(#121) Tab found within whitespace
(#121) Line indented incorrectly; expected at least 20 spaces, found 5
(#121) Variable "_header" must not contain underscores.
(#121) Variable "rID" must be all lower-case
(#122) Spaces must be used to indent lines; tabs are not allowed
(#122) Tab found within whitespace
(#122) Line indented incorrectly; expected at least 20 spaces, found 5
(#122) Variable "_headerCount" must be all lower-case
(#122) Variable "_headerCount" must not contain underscores.
(#122) Variable "_header" must not contain underscores.
(#123) Spaces must be used to indent lines; tabs are not allowed
(#123) Tab found within whitespace
(#123) Line indented incorrectly; expected at least 20 spaces, found 5
(#123) Variable "_headerFile" must be all lower-case
(#123) Variable "_headerFile" must not contain underscores.
(#123) Variable "_headerCount" must be all lower-case
(#123) Variable "_headerCount" must not contain underscores.
(#124) Spaces must be used to indent lines; tabs are not allowed
(#124) Tab found within whitespace
(#124) Line indented incorrectly; expected at least 20 spaces, found 5
(#124) Variable "sectionElements" must be all lower-case
(#124) Expected 1 space before "=>"; 0 found
(#124) Expected 1 space after "=>"; 0 found
(#124) Variable "_headerFile" must be all lower-case
(#124) Variable "_headerFile" must not contain underscores.
(#124) Expected 1 space before "=>"; 0 found
(#124) Expected 1 space after "=>"; 0 found
(#124) Expected 1 space before "=>"; 0 found
(#124) Expected 1 space after "=>"; 0 found
(#124) Variable "rID" must be all lower-case
(#125) Spaces must be used to indent lines; tabs are not allowed
(#125) Tab found within whitespace
(#125) Line indented incorrectly; expected at least 20 spaces, found 5
(#125) Variable "objZip" must be all lower-case
(#125) Variable "_headerFile" must be all lower-case
(#125) Variable "_headerFile" must not contain underscores.
(#125) Variable "_header" must not contain underscores.
(#126) Spaces must be used to indent lines; tabs are not allowed
(#126) Tab found within whitespace
(#126) Line indented incorrectly; expected 16 spaces, found 4
(#127) Spaces must be used to indent lines; tabs are not allowed
(#127) Tab found within whitespace
(#127) Whitespace found at end of line
(#128) Spaces must be used to indent lines; tabs are not allowed
(#128) Tab found within whitespace
(#128) Line indented incorrectly; expected at least 16 spaces, found 4
(#128) Variable "_footer" must not contain underscores.
(#129) Spaces must be used to indent lines; tabs are not allowed
(#129) Tab found within whitespace
(#129) Line indented incorrectly; expected 16 spaces, found 4
(#129) Expected "if (...) {\n"; found "if(...) {\n"
(#129) Variable "_footer" must not contain underscores.
(#130) Spaces must be used to indent lines; tabs are not allowed
(#130) Tab found within whitespace
(#130) Line indented incorrectly; expected at least 20 spaces, found 5
(#130) Variable "_cFtrs" must be all lower-case
(#130) Variable "_cFtrs" must not contain underscores.
(#131) Spaces must be used to indent lines; tabs are not allowed
(#131) Tab found within whitespace
(#131) Line indented incorrectly; expected at least 20 spaces, found 5
(#131) Variable "_footer" must not contain underscores.
(#131) Variable "rID" must be all lower-case
(#132) Spaces must be used to indent lines; tabs are not allowed
(#132) Tab found within whitespace
(#132) Line indented incorrectly; expected at least 20 spaces, found 5
(#132) Variable "_footerCount" must be all lower-case
(#132) Variable "_footerCount" must not contain underscores.
(#132) Variable "_footer" must not contain underscores.
(#133) Spaces must be used to indent lines; tabs are not allowed
(#133) Tab found within whitespace
(#133) Line indented incorrectly; expected at least 20 spaces, found 5
(#133) Variable "_footerFile" must be all lower-case
(#133) Variable "_footerFile" must not contain underscores.
(#133) Variable "_footerCount" must be all lower-case
(#133) Variable "_footerCount" must not contain underscores.
(#134) Spaces must be used to indent lines; tabs are not allowed
(#134) Tab found within whitespace
(#134) Line indented incorrectly; expected at least 20 spaces, found 5
(#134) Variable "sectionElements" must be all lower-case
(#134) Expected 1 space before "=>"; 0 found
(#134) Expected 1 space after "=>"; 0 found
(#134) Variable "_footerFile" must be all lower-case
(#134) Variable "_footerFile" must not contain underscores.
(#134) Expected 1 space before "=>"; 0 found
(#134) Expected 1 space after "=>"; 0 found
(#134) Expected 1 space before "=>"; 0 found
(#134) Expected 1 space after "=>"; 0 found
(#134) Variable "rID" must be all lower-case
(#135) Spaces must be used to indent lines; tabs are not allowed
(#135) Tab found within whitespace
(#135) Line indented incorrectly; expected at least 20 spaces, found 5
(#135) Variable "objZip" must be all lower-case
(#135) Variable "_footerFile" must be all lower-case
(#135) Variable "_footerFile" must not contain underscores.
(#135) Variable "_footer" must not contain underscores.
(#136) Spaces must be used to indent lines; tabs are not allowed
(#136) Tab found within whitespace
(#136) Line indented incorrectly; expected 16 spaces, found 4
(#137) Spaces must be used to indent lines; tabs are not allowed
(#137) Tab found within whitespace
(#137) Line indented incorrectly; expected 12 spaces, found 3
(#138) Spaces must be used to indent lines; tabs are not allowed
(#138) Tab found within whitespace
(#138) Whitespace found at end of line
(#139) Spaces must be used to indent lines; tabs are not allowed
(#139) Tab found within whitespace
(#139) Inline comments must start with a capital letter, digit or 3-dots sequence
(#139) Line indented incorrectly; expected at least 12 spaces, found 3
(#140) Spaces must be used to indent lines; tabs are not allowed
(#140) Tab found within whitespace
(#140) Inline comments must end in full-stops, exclamation marks, or question marks
(#140) Line indented incorrectly; expected at least 12 spaces, found 3
(#141) Variable "objZip" must be all lower-case
(#141) Variable "_cHdrs" must be all lower-case
(#141) Variable "_cHdrs" must not contain underscores.
(#141) Variable "_cFtrs" must be all lower-case
(#141) Variable "_cFtrs" must not contain underscores.
(#141) Line exceeds 132 characters; contains 174 characters
(#142) Spaces must be used to indent lines; tabs are not allowed
(#142) Tab found within whitespace
(#142) Line indented incorrectly; expected at least 12 spaces, found 3
(#142) Variable "objZip" must be all lower-case
(#143) Spaces must be used to indent lines; tabs are not allowed
(#143) Tab found within whitespace
(#143) Line indented incorrectly; expected at least 12 spaces, found 3
(#143) Variable "objZip" must be all lower-case
(#144) Spaces must be used to indent lines; tabs are not allowed
(#144) Tab found within whitespace
(#144) Line indented incorrectly; expected at least 12 spaces, found 3
(#144) Variable "objZip" must be all lower-case
(#145) Spaces must be used to indent lines; tabs are not allowed
(#145) Tab found within whitespace
(#145) Line indented incorrectly; expected at least 12 spaces, found 3
(#145) Variable "objZip" must be all lower-case
(#146) Spaces must be used to indent lines; tabs are not allowed
(#146) Tab found within whitespace
(#146) Line indented incorrectly; expected at least 12 spaces, found 3
(#146) Variable "objZip" must be all lower-case
(#146) Variable "sectionElements" must be all lower-case
(#146) Line exceeds 132 characters; contains 133 characters
(#147) Spaces must be used to indent lines; tabs are not allowed
(#147) Tab found within whitespace
(#147) Line indented incorrectly; expected at least 12 spaces, found 3
(#147) Variable "objZip" must be all lower-case
(#148) Spaces must be used to indent lines; tabs are not allowed
(#148) Tab found within whitespace
(#148) Line indented incorrectly; expected at least 12 spaces, found 3
(#148) Variable "objZip" must be all lower-case
(#149) This comment is 70% valid code; is this commented out code?
(#149) Inline comments must start with a capital letter, digit or 3-dots sequence
(#149) Line indented incorrectly; expected at least 12 spaces, found 0
(#149) Tab found before comment text; expected "// file_put_contents('document.xml', $this->getWriterPart('document')->writeDocument($this->_document));" but found "// file_put_contents('document.xml', $this->getWriterPart('document')->writeDocument($this->_document));"
(#150) Line indented incorrectly; expected at least 12 spaces, found 0
(#150) Tab found before comment text; expected "// file_put_contents('styles.xml', $this->getWriterPart('styles')->writeStyles($this->_document));" but found "// file_put_contents('styles.xml', $this->getWriterPart('styles')->writeStyles($this->_document));"
(#151) Inline comments must end in full-stops, exclamation marks, or question marks
(#151) Line indented incorrectly; expected at least 12 spaces, found 0
(#151) Tab found before comment text; expected "// file_put_contents('numbering.xml', $this->getWriterPart('numbering')->writeDocument($this->_document));" but found "// file_put_contents('numbering.xml', $this->getWriterPart('numbering')->writeDocument($this->_document));"
(#153) Inline comments must end in full-stops, exclamation marks, or question marks
(#154) Spaces must be used to indent lines; tabs are not allowed
(#154) Tab found within whitespace
(#154) Line indented incorrectly; expected at least 12 spaces, found 3
(#154) Variable "objZip" must be all lower-case
(#155) Spaces must be used to indent lines; tabs are not allowed
(#155) Tab found within whitespace
(#155) Line indented incorrectly; expected at least 12 spaces, found 3
(#155) Variable "objZip" must be all lower-case
(#156) Spaces must be used to indent lines; tabs are not allowed
(#156) Tab found within whitespace
(#156) Line indented incorrectly; expected at least 12 spaces, found 3
(#156) Variable "objZip" must be all lower-case
(#157) Spaces must be used to indent lines; tabs are not allowed
(#157) Tab found within whitespace
(#157) Line indented incorrectly; expected at least 12 spaces, found 3
(#157) Variable "objZip" must be all lower-case
(#158) Spaces must be used to indent lines; tabs are not allowed
(#158) Tab found within whitespace
(#158) Whitespace found at end of line
(#158) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#159) Spaces must be used to indent lines; tabs are not allowed
(#159) Tab found within whitespace
(#159) Whitespace found at end of line
(#160) Spaces must be used to indent lines; tabs are not allowed
(#160) Tab found within whitespace
(#160) Inline comments must end in full-stops, exclamation marks, or question marks
(#160) Line indented incorrectly; expected at least 12 spaces, found 3
(#161) Spaces must be used to indent lines; tabs are not allowed
(#161) Tab found within whitespace
(#161) Line indented incorrectly; expected 12 spaces, found 3
(#161) Expected "if (...) {\n"; found "if(...) {\n"
(#161) Variable "objZip" must be all lower-case
(#162) Spaces must be used to indent lines; tabs are not allowed
(#162) Tab found within whitespace
(#162) Line indented incorrectly; expected at least 16 spaces, found 4
(#162) Variable "pFilename" must be all lower-case
(#163) Spaces must be used to indent lines; tabs are not allowed
(#163) Tab found within whitespace
(#163) Line indented incorrectly; expected 12 spaces, found 3
(#165) Spaces must be used to indent lines; tabs are not allowed
(#165) Tab found within whitespace
(#165) Inline comments must end in full-stops, exclamation marks, or question marks
(#165) Line indented incorrectly; expected at least 12 spaces, found 3
(#166) Spaces must be used to indent lines; tabs are not allowed
(#166) Tab found within whitespace
(#166) Line indented incorrectly; expected 12 spaces, found 3
(#166) Expected "if (...) {\n"; found "if(...) {\n"
(#166) Variable "originalFilename" must be all lower-case
(#166) Variable "pFilename" must be all lower-case
(#167) Spaces must be used to indent lines; tabs are not allowed
(#167) Tab found within whitespace
(#167) Line indented incorrectly; expected 16 spaces, found 4
(#167) Variable "pFilename" must be all lower-case
(#167) Variable "originalFilename" must be all lower-case
(#168) Spaces must be used to indent lines; tabs are not allowed
(#168) Tab found within whitespace
(#168) Line indented incorrectly; expected at least 20 spaces, found 5
(#168) Variable "pFilename" must be all lower-case
(#169) Spaces must be used to indent lines; tabs are not allowed
(#169) Tab found within whitespace
(#169) Line indented incorrectly; expected 16 spaces, found 4
(#170) Spaces must be used to indent lines; tabs are not allowed
(#170) Tab found within whitespace
(#170) Line indented incorrectly; expected at least 16 spaces, found 4
(#170) Variable "pFilename" must be all lower-case
(#171) Spaces must be used to indent lines; tabs are not allowed
(#171) Tab found within whitespace
(#171) Line indented incorrectly; expected 12 spaces, found 3
(#172) Spaces must be used to indent lines; tabs are not allowed
(#172) Tab found within whitespace
(#172) Line indented incorrectly; expected 8 spaces, found 2
(#173) Spaces must be used to indent lines; tabs are not allowed
(#173) Tab found within whitespace
(#173) Line indented incorrectly; expected at least 12 spaces, found 3
(#174) Spaces must be used to indent lines; tabs are not allowed
(#174) Tab found within whitespace
(#174) Line indented incorrectly; expected 8 spaces, found 2
(#175) Spaces must be used to indent lines; tabs are not allowed
(#175) Tab found within whitespace
(#175) Line indented incorrectly; expected 4 spaces, found 1
(#176) Spaces must be used to indent lines; tabs are not allowed
(#176) Tab found within whitespace
(#176) Whitespace found at end of line
(#177) Spaces must be used to indent lines; tabs are not allowed
(#177) Tab found within whitespace
(#177) Line indented incorrectly; expected 4 spaces, found 1
(#177) Private method name "PHPWord_Writer_Word2007::_chkContentTypes" must be in lower-case letters only
(#178) Spaces must be used to indent lines; tabs are not allowed
(#178) Tab found within whitespace
(#178) Line indented incorrectly; expected at least 8 spaces, found 2
(#178) Variable "srcInfo" must be all lower-case
(#179) Spaces must be used to indent lines; tabs are not allowed
(#179) Tab found within whitespace
(#179) Line indented incorrectly; expected at least 8 spaces, found 2
(#179) Variable "srcInfo" must be all lower-case
(#180) Spaces must be used to indent lines; tabs are not allowed
(#180) Tab found within whitespace
(#180) Line indented incorrectly; expected 8 spaces, found 2
(#180) Expected "if (...) {\n"; found "if(...) {\n"
(#181) Spaces must be used to indent lines; tabs are not allowed
(#181) Tab found within whitespace
(#181) Line indented incorrectly; expected at least 12 spaces, found 3
(#182) Spaces must be used to indent lines; tabs are not allowed
(#182) Tab found within whitespace
(#182) Line indented incorrectly; expected 8 spaces, found 2
(#183) Spaces must be used to indent lines; tabs are not allowed
(#183) Tab found within whitespace
(#183) Line indented incorrectly; expected at least 8 spaces, found 2
(#183) Variable "_supportedImageTypes" must be all lower-case
(#183) Variable "_supportedImageTypes" must not contain underscores.
(#184) Spaces must be used to indent lines; tabs are not allowed
(#184) Tab found within whitespace
(#184) Whitespace found at end of line
(#185) Spaces must be used to indent lines; tabs are not allowed
(#185) Tab found within whitespace
(#185) Line indented incorrectly; expected 8 spaces, found 2
(#185) Expected "if (...) {\n"; found "if(...) {\n"
(#185) Variable "_supportedImageTypes" must be all lower-case
(#185) Variable "_supportedImageTypes" must not contain underscores.
(#186) Spaces must be used to indent lines; tabs are not allowed
(#186) Tab found within whitespace
(#186) Line indented incorrectly; expected at least 12 spaces, found 3
(#187) Spaces must be used to indent lines; tabs are not allowed
(#187) Tab found within whitespace
(#187) Line indented incorrectly; expected at least 12 spaces, found 3
(#188) Spaces must be used to indent lines; tabs are not allowed
(#188) Tab found within whitespace
(#188) Line indented incorrectly; expected at least 12 spaces, found 3
(#189) Spaces must be used to indent lines; tabs are not allowed
(#189) Tab found within whitespace
(#189) Line indented incorrectly; expected at least 12 spaces, found 3
(#190) Spaces must be used to indent lines; tabs are not allowed
(#190) Tab found within whitespace
(#190) Line indented incorrectly; expected at least 12 spaces, found 3
(#190) Inline control structures are not allowed
(#191) Spaces must be used to indent lines; tabs are not allowed
(#191) Tab found within whitespace
(#191) Whitespace found at end of line
(#192) Spaces must be used to indent lines; tabs are not allowed
(#192) Tab found within whitespace
(#192) Line indented incorrectly; expected 12 spaces, found 3
(#192) Expected "if (...) {\n"; found "if(...) {\n"
(#193) Spaces must be used to indent lines; tabs are not allowed
(#193) Tab found within whitespace
(#193) Line indented incorrectly; expected at least 16 spaces, found 4
(#194) Spaces must be used to indent lines; tabs are not allowed
(#194) Tab found within whitespace
(#194) Line indented incorrectly; expected 12 spaces, found 3
(#195) Spaces must be used to indent lines; tabs are not allowed
(#195) Tab found within whitespace
(#195) Line indented incorrectly; expected 8 spaces, found 2
(#196) Spaces must be used to indent lines; tabs are not allowed
(#196) Tab found within whitespace
(#196) Line indented incorrectly; expected 12 spaces, found 3
(#196) Expected "if (...) {\n"; found "if(...) {\n"
(#197) Spaces must be used to indent lines; tabs are not allowed
(#197) Tab found within whitespace
(#197) Line indented incorrectly; expected at least 16 spaces, found 4
(#198) Spaces must be used to indent lines; tabs are not allowed
(#198) Tab found within whitespace
(#198) Line indented incorrectly; expected 12 spaces, found 3
(#199) Spaces must be used to indent lines; tabs are not allowed
(#199) Tab found within whitespace
(#199) Line indented incorrectly; expected 8 spaces, found 2
(#200) Spaces must be used to indent lines; tabs are not allowed
(#200) Tab found within whitespace
(#200) Line indented incorrectly; expected 4 spaces, found 1
(#201) Spaces must be used to indent lines; tabs are not allowed
(#201) Tab found within whitespace
(#201) Whitespace found at end of line
(#202) Spaces must be used to indent lines; tabs are not allowed
(#202) Tab found within whitespace
(#202) Line indented incorrectly; expected 4 spaces, found 1
(#202) Public method name "PHPWord_Writer_Word2007::getWriterPart" must be in lower-case letters only
(#202) Variable "pPartName" must be all lower-case
(#203) Spaces must be used to indent lines; tabs are not allowed
(#203) Tab found within whitespace
(#203) Line indented incorrectly; expected 8 spaces, found 2
(#203) Variable "pPartName" must be all lower-case
(#203) Variable "pPartName" must be all lower-case
(#204) Spaces must be used to indent lines; tabs are not allowed
(#204) Tab found within whitespace
(#204) Line indented incorrectly; expected at least 12 spaces, found 3
(#204) Variable "pPartName" must be all lower-case
(#205) Spaces must be used to indent lines; tabs are not allowed
(#205) Tab found within whitespace
(#205) Line indented incorrectly; expected 8 spaces, found 2
(#206) Spaces must be used to indent lines; tabs are not allowed
(#206) Tab found within whitespace
(#206) Line indented incorrectly; expected at least 12 spaces, found 3
(#207) Spaces must be used to indent lines; tabs are not allowed
(#207) Tab found within whitespace
(#207) Line indented incorrectly; expected 8 spaces, found 2
(#208) Spaces must be used to indent lines; tabs are not allowed
(#208) Tab found within whitespace
(#208) Line indented incorrectly; expected 4 spaces, found 1
(#209) Spaces must be used to indent lines; tabs are not allowed
(#209) Tab found within whitespace
(#209) Whitespace found at end of line
(#210) Spaces must be used to indent lines; tabs are not allowed
(#210) Tab found within whitespace
(#210) Line indented incorrectly; expected 4 spaces, found 1
(#210) Public method name "PHPWord_Writer_Word2007::getUseDiskCaching" must be in lower-case letters only
(#211) Spaces must be used to indent lines; tabs are not allowed
(#211) Tab found within whitespace
(#211) Line indented incorrectly; expected at least 8 spaces, found 2
(#212) Spaces must be used to indent lines; tabs are not allowed
(#212) Tab found within whitespace
(#212) Line indented incorrectly; expected 4 spaces, found 1
(#214) Spaces must be used to indent lines; tabs are not allowed
(#214) Tab found within whitespace
(#214) Line indented incorrectly; expected 4 spaces, found 1
(#214) Public method name "PHPWord_Writer_Word2007::setUseDiskCaching" must be in lower-case letters only
(#214) Variable "pValue" must be all lower-case
(#214) Variable "pDirectory" must be all lower-case
(#215) Spaces must be used to indent lines; tabs are not allowed
(#215) Tab found within whitespace
(#215) Line indented incorrectly; expected at least 8 spaces, found 2
(#215) Variable "pValue" must be all lower-case
(#216) Spaces must be used to indent lines; tabs are not allowed
(#216) Tab found within whitespace
(#216) Whitespace found at end of line
(#217) Spaces must be used to indent lines; tabs are not allowed
(#217) Tab found within whitespace
(#217) Line indented incorrectly; expected 8 spaces, found 2
(#217) Variable "pDirectory" must be all lower-case
(#218) Spaces must be used to indent lines; tabs are not allowed
(#218) Tab found within whitespace
(#218) Line indented incorrectly; expected 12 spaces, found 3
(#218) Variable "pDirectory" must be all lower-case
(#219) Spaces must be used to indent lines; tabs are not allowed
(#219) Tab found within whitespace
(#219) Line indented incorrectly; expected at least 16 spaces, found 4
(#219) Variable "pDirectory" must be all lower-case
(#220) Spaces must be used to indent lines; tabs are not allowed
(#220) Tab found within whitespace
(#220) Line indented incorrectly; expected 12 spaces, found 3
(#221) Spaces must be used to indent lines; tabs are not allowed
(#221) Tab found within whitespace
(#221) Line indented incorrectly; expected at least 16 spaces, found 4
(#221) Variable "pDirectory" must be all lower-case
(#222) Spaces must be used to indent lines; tabs are not allowed
(#222) Tab found within whitespace
(#222) Line indented incorrectly; expected 12 spaces, found 3
(#223) Spaces must be used to indent lines; tabs are not allowed
(#223) Tab found within whitespace
(#223) Line indented incorrectly; expected 8 spaces, found 2
(#224) Spaces must be used to indent lines; tabs are not allowed
(#224) Tab found within whitespace
(#224) Whitespace found at end of line
(#225) Spaces must be used to indent lines; tabs are not allowed
(#225) Tab found within whitespace
(#225) Line indented incorrectly; expected at least 8 spaces, found 2
(#226) Spaces must be used to indent lines; tabs are not allowed
(#226) Tab found within whitespace
(#226) Line indented incorrectly; expected 4 spaces, found 1
(#227) Spaces must be used to indent lines; tabs are not allowed
(#227) Tab found within whitespace
(#227) Whitespace found at end of line
(#228) Spaces must be used to indent lines; tabs are not allowed
(#228) Tab found within whitespace
(#228) Line indented incorrectly; expected 4 spaces, found 1
(#228) Private method name "PHPWord_Writer_Word2007::_addFileToPackage" must be in lower-case letters only
(#228) Variable "objZip" must be all lower-case
(#229) Spaces must be used to indent lines; tabs are not allowed
(#229) Tab found within whitespace
(#229) Line indented incorrectly; expected 8 spaces, found 2
(#229) Expected "if (...) {\n"; found "if(...) {\n"
(#230) Spaces must be used to indent lines; tabs are not allowed
(#230) Tab found within whitespace
(#230) Line indented incorrectly; expected at least 12 spaces, found 3
(#231) Spaces must be used to indent lines; tabs are not allowed
(#231) Tab found within whitespace
(#231) Line indented incorrectly; expected at least 12 spaces, found 3
(#232) Spaces must be used to indent lines; tabs are not allowed
(#232) Tab found within whitespace
(#232) Line indented incorrectly; expected at least 12 spaces, found 3
(#233) Spaces must be used to indent lines; tabs are not allowed
(#233) Tab found within whitespace
(#233) Line indented incorrectly; expected at least 12 spaces, found 3
(#233) Variable "imageContents" must be all lower-case
(#234) Spaces must be used to indent lines; tabs are not allowed
(#234) Tab found within whitespace
(#234) Line indented incorrectly; expected at least 12 spaces, found 3
(#235) Spaces must be used to indent lines; tabs are not allowed
(#235) Tab found within whitespace
(#235) Line indented incorrectly; expected at least 12 spaces, found 3
(#235) Variable "objZip" must be all lower-case
(#235) Variable "imageContents" must be all lower-case
(#236) Spaces must be used to indent lines; tabs are not allowed
(#236) Tab found within whitespace
(#236) Line indented incorrectly; expected at least 12 spaces, found 3
(#237) Spaces must be used to indent lines; tabs are not allowed
(#237) Tab found within whitespace
(#237) Whitespace found at end of line
(#238) Spaces must be used to indent lines; tabs are not allowed
(#238) Tab found within whitespace
(#238) Line indented incorrectly; expected at least 12 spaces, found 3
(#239) Spaces must be used to indent lines; tabs are not allowed
(#239) Tab found within whitespace
(#239) Line indented incorrectly; expected 8 spaces, found 2
(#240) Spaces must be used to indent lines; tabs are not allowed
(#240) Tab found within whitespace
(#240) Line indented incorrectly; expected at least 12 spaces, found 3
(#240) Variable "objZip" must be all lower-case
(#241) Spaces must be used to indent lines; tabs are not allowed
(#241) Tab found within whitespace
(#241) Line indented incorrectly; expected at least 12 spaces, found 3
(#242) Spaces must be used to indent lines; tabs are not allowed
(#242) Tab found within whitespace
(#242) Line indented incorrectly; expected 8 spaces, found 2
(#243) Spaces must be used to indent lines; tabs are not allowed
(#243) Tab found within whitespace
(#243) Line indented incorrectly; expected 4 spaces, found 1
(#245) A closing tag is not permitted at the end of a PHP file
mod/offlinequiz/lib/PHPWord/Writer/Word2007/Base.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#29) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected 4 spaces, found 1
(#31) Protected method name "PHPWord_Writer_Word2007_Base::_writeText" must be in lower-case letters only
(#31) Variable "objWriter" must be all lower-case
(#31) Variable "withoutP" must be all lower-case
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Line indented incorrectly; expected at least 8 spaces, found 2
(#32) Variable "styleFont" must be all lower-case
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Tab found within whitespace
(#34) Line indented incorrectly; expected at least 8 spaces, found 2
(#34) Variable "SfIsObject" must be all lower-case
(#34) Variable "styleFont" must be all lower-case
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Line indented incorrectly; expected 8 spaces, found 2
(#36) Expected "if (...) {\n"; found "if(...) {\n"
(#36) Variable "withoutP" must be all lower-case
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected at least 12 spaces, found 3
(#37) Variable "objWriter" must be all lower-case
(#39) Spaces must be used to indent lines; tabs are not allowed
(#39) Tab found within whitespace
(#39) Line indented incorrectly; expected at least 12 spaces, found 3
(#39) Variable "styleParagraph" must be all lower-case
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected at least 12 spaces, found 3
(#40) Variable "SpIsObject" must be all lower-case
(#40) Variable "styleParagraph" must be all lower-case
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected 12 spaces, found 3
(#42) Expected "if (...) {\n"; found "if(...) {\n"
(#42) Variable "SpIsObject" must be all lower-case
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected at least 16 spaces, found 4
(#43) Variable "objWriter" must be all lower-case
(#43) Variable "styleParagraph" must be all lower-case
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected 12 spaces, found 3
(#44) Usage of ELSEIF not allowed; use ELSE IF instead
(#44) Variable "SpIsObject" must be all lower-case
(#44) Variable "styleParagraph" must be all lower-case
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected at least 16 spaces, found 4
(#45) Variable "objWriter" must be all lower-case
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected at least 16 spaces, found 5
(#46) Variable "objWriter" must be all lower-case
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected at least 16 spaces, found 6
(#47) Variable "objWriter" must be all lower-case
(#47) Variable "styleParagraph" must be all lower-case
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected at least 16 spaces, found 5
(#48) Variable "objWriter" must be all lower-case
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected at least 16 spaces, found 4
(#49) Variable "objWriter" must be all lower-case
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected 12 spaces, found 3
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected 8 spaces, found 2
(#53) Spaces must be used to indent lines; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected at least 8 spaces, found 2
(#53) Variable "strText" must be all lower-case
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Tab found within whitespace
(#54) Line indented incorrectly; expected at least 8 spaces, found 2
(#54) Variable "strText" must be all lower-case
(#54) Variable "strText" must be all lower-case
(#56) Spaces must be used to indent lines; tabs are not allowed
(#56) Tab found within whitespace
(#56) Line indented incorrectly; expected at least 8 spaces, found 2
(#56) Variable "objWriter" must be all lower-case
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Line indented incorrectly; expected 8 spaces, found 3
(#58) Expected "if (...) {\n"; found "if(...) {\n"
(#58) Variable "SfIsObject" must be all lower-case
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#59) Line indented incorrectly; expected at least 12 spaces, found 4
(#59) Variable "objWriter" must be all lower-case
(#59) Variable "styleFont" must be all lower-case
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected 8 spaces, found 3
(#60) Usage of ELSEIF not allowed; use ELSE IF instead
(#60) Variable "SfIsObject" must be all lower-case
(#60) Variable "styleFont" must be all lower-case
(#61) Spaces must be used to indent lines; tabs are not allowed
(#61) Tab found within whitespace
(#61) Line indented incorrectly; expected at least 12 spaces, found 4
(#61) Variable "objWriter" must be all lower-case
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Tab found within whitespace
(#62) Line indented incorrectly; expected at least 12 spaces, found 5
(#62) Variable "objWriter" must be all lower-case
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected at least 12 spaces, found 6
(#63) Variable "objWriter" must be all lower-case
(#63) Variable "styleFont" must be all lower-case
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected at least 12 spaces, found 5
(#64) Variable "objWriter" must be all lower-case
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Tab found within whitespace
(#65) Line indented incorrectly; expected at least 12 spaces, found 4
(#65) Variable "objWriter" must be all lower-case
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected 8 spaces, found 3
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected at least 8 spaces, found 3
(#68) Variable "objWriter" must be all lower-case
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected at least 8 spaces, found 4
(#69) Variable "objWriter" must be all lower-case
(#69) Inline comments must start with a capital letter, digit or 3-dots sequence
(#69) Inline comments must end in full-stops, exclamation marks, or question marks
(#70) Spaces must be used to indent lines; tabs are not allowed
(#70) Tab found within whitespace
(#70) Line indented incorrectly; expected at least 8 spaces, found 4
(#70) Variable "objWriter" must be all lower-case
(#70) Variable "strText" must be all lower-case
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected at least 8 spaces, found 3
(#71) Variable "objWriter" must be all lower-case
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected at least 8 spaces, found 2
(#73) Variable "objWriter" must be all lower-case
(#73) Inline comments must start with a capital letter, digit or 3-dots sequence
(#73) Inline comments must end in full-stops, exclamation marks, or question marks
(#75) Spaces must be used to indent lines; tabs are not allowed
(#75) Tab found within whitespace
(#75) Line indented incorrectly; expected 8 spaces, found 2
(#75) Expected "if (...) {\n"; found "if(...) {\n"
(#75) Variable "withoutP" must be all lower-case
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Tab found within whitespace
(#76) Line indented incorrectly; expected at least 12 spaces, found 3
(#76) Variable "objWriter" must be all lower-case
(#76) Inline comments must start with a capital letter, digit or 3-dots sequence
(#76) Inline comments must end in full-stops, exclamation marks, or question marks
(#77) Spaces must be used to indent lines; tabs are not allowed
(#77) Tab found within whitespace
(#77) Line indented incorrectly; expected 8 spaces, found 2
(#78) Spaces must be used to indent lines; tabs are not allowed
(#78) Tab found within whitespace
(#78) Line indented incorrectly; expected 4 spaces, found 1
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected 4 spaces, found 1
(#80) Protected method name "PHPWord_Writer_Word2007_Base::_writeTextRun" must be in lower-case letters only
(#80) Variable "objWriter" must be all lower-case
(#81) Spaces must be used to indent lines; tabs are not allowed
(#81) Tab found within whitespace
(#81) Line indented incorrectly; expected at least 8 spaces, found 2
(#82) Spaces must be used to indent lines; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected at least 8 spaces, found 2
(#82) Variable "styleParagraph" must be all lower-case
(#84) Spaces must be used to indent lines; tabs are not allowed
(#84) Tab found within whitespace
(#84) Line indented incorrectly; expected at least 8 spaces, found 2
(#84) Variable "SpIsObject" must be all lower-case
(#84) Variable "styleParagraph" must be all lower-case
(#86) Spaces must be used to indent lines; tabs are not allowed
(#86) Tab found within whitespace
(#86) Line indented incorrectly; expected at least 8 spaces, found 2
(#86) Variable "objWriter" must be all lower-case
(#88) Spaces must be used to indent lines; tabs are not allowed
(#88) Tab found within whitespace
(#88) Line indented incorrectly; expected 8 spaces, found 2
(#88) Expected "if (...) {\n"; found "if(...) {\n"
(#88) Variable "SpIsObject" must be all lower-case
(#89) Spaces must be used to indent lines; tabs are not allowed
(#89) Tab found within whitespace
(#89) Line indented incorrectly; expected at least 12 spaces, found 3
(#89) Variable "objWriter" must be all lower-case
(#89) Variable "styleParagraph" must be all lower-case
(#90) Spaces must be used to indent lines; tabs are not allowed
(#90) Tab found within whitespace
(#90) Line indented incorrectly; expected 8 spaces, found 2
(#90) Usage of ELSEIF not allowed; use ELSE IF instead
(#90) Variable "SpIsObject" must be all lower-case
(#90) Variable "styleParagraph" must be all lower-case
(#91) Spaces must be used to indent lines; tabs are not allowed
(#91) Tab found within whitespace
(#91) Line indented incorrectly; expected at least 12 spaces, found 3
(#91) Variable "objWriter" must be all lower-case
(#92) Spaces must be used to indent lines; tabs are not allowed
(#92) Tab found within whitespace
(#92) Line indented incorrectly; expected at least 12 spaces, found 4
(#92) Variable "objWriter" must be all lower-case
(#93) Spaces must be used to indent lines; tabs are not allowed
(#93) Tab found within whitespace
(#93) Line indented incorrectly; expected at least 12 spaces, found 5
(#93) Variable "objWriter" must be all lower-case
(#93) Variable "styleParagraph" must be all lower-case
(#94) Spaces must be used to indent lines; tabs are not allowed
(#94) Tab found within whitespace
(#94) Line indented incorrectly; expected at least 12 spaces, found 4
(#94) Variable "objWriter" must be all lower-case
(#95) Spaces must be used to indent lines; tabs are not allowed
(#95) Tab found within whitespace
(#95) Line indented incorrectly; expected at least 12 spaces, found 3
(#95) Variable "objWriter" must be all lower-case
(#96) Spaces must be used to indent lines; tabs are not allowed
(#96) Tab found within whitespace
(#96) Line indented incorrectly; expected 8 spaces, found 2
(#98) Spaces must be used to indent lines; tabs are not allowed
(#98) Tab found within whitespace
(#98) Line indented incorrectly; expected 8 spaces, found 2
(#98) Expected "if (...) {\n"; found "if(...) {\n"
(#99) Spaces must be used to indent lines; tabs are not allowed
(#99) Tab found within whitespace
(#99) Line indented incorrectly; expected 12 spaces, found 3
(#99) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#100) Spaces must be used to indent lines; tabs are not allowed
(#100) Tab found within whitespace
(#100) Line indented incorrectly; expected 16 spaces, found 4
(#100) Expected "if (...) {\n"; found "if(...) {\n"
(#101) Spaces must be used to indent lines; tabs are not allowed
(#101) Tab found within whitespace
(#101) Line indented incorrectly; expected at least 20 spaces, found 5
(#101) Variable "objWriter" must be all lower-case
(#102) Spaces must be used to indent lines; tabs are not allowed
(#102) Tab found within whitespace
(#102) Line indented incorrectly; expected 16 spaces, found 4
(#102) Usage of ELSEIF not allowed; use ELSE IF instead
(#103) Spaces must be used to indent lines; tabs are not allowed
(#103) Tab found within whitespace
(#103) Line indented incorrectly; expected at least 20 spaces, found 5
(#103) Variable "objWriter" must be all lower-case
(#104) Spaces must be used to indent lines; tabs are not allowed
(#104) Tab found within whitespace
(#104) Line indented incorrectly; expected 16 spaces, found 4
(#105) Spaces must be used to indent lines; tabs are not allowed
(#105) Tab found within whitespace
(#105) Line indented incorrectly; expected 12 spaces, found 3
(#106) Spaces must be used to indent lines; tabs are not allowed
(#106) Tab found within whitespace
(#106) Line indented incorrectly; expected 8 spaces, found 2
(#108) Spaces must be used to indent lines; tabs are not allowed
(#108) Tab found within whitespace
(#108) Line indented incorrectly; expected at least 8 spaces, found 2
(#108) Variable "objWriter" must be all lower-case
(#109) Spaces must be used to indent lines; tabs are not allowed
(#109) Tab found within whitespace
(#109) Line indented incorrectly; expected 4 spaces, found 1
(#111) Spaces must be used to indent lines; tabs are not allowed
(#111) Tab found within whitespace
(#111) Line indented incorrectly; expected 4 spaces, found 1
(#111) Protected method name "PHPWord_Writer_Word2007_Base::_writeParagraphStyle" must be in lower-case letters only
(#111) Variable "objWriter" must be all lower-case
(#111) Variable "withoutPPR" must be all lower-case
(#111) Line exceeds 132 characters; contains 139 characters
(#112) Spaces must be used to indent lines; tabs are not allowed
(#112) Tab found within whitespace
(#112) Line indented incorrectly; expected at least 8 spaces, found 2
(#113) Spaces must be used to indent lines; tabs are not allowed
(#113) Tab found within whitespace
(#113) Line indented incorrectly; expected at least 8 spaces, found 2
(#113) Variable "spaceBefore" must be all lower-case
(#114) Spaces must be used to indent lines; tabs are not allowed
(#114) Tab found within whitespace
(#114) Line indented incorrectly; expected at least 8 spaces, found 2
(#114) Variable "spaceAfter" must be all lower-case
(#115) Spaces must be used to indent lines; tabs are not allowed
(#115) Tab found within whitespace
(#115) Line indented incorrectly; expected at least 8 spaces, found 2
(#116) Spaces must be used to indent lines; tabs are not allowed
(#116) Tab found within whitespace
(#116) Line indented incorrectly; expected at least 8 spaces, found 2
(#117) Spaces must be used to indent lines; tabs are not allowed
(#117) Tab found within whitespace
(#117) Line indented incorrectly; expected at least 8 spaces, found 2
(#118) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#120) Spaces must be used to indent lines; tabs are not allowed
(#120) Tab found within whitespace
(#120) Line indented incorrectly; expected 8 spaces, found 2
(#120) Expected "if (...) {\n"; found "if(...) {\n"
(#120) Variable "spaceBefore" must be all lower-case
(#120) Variable "spaceAfter" must be all lower-case
(#120) Line exceeds 132 characters; contains 142 characters
(#122) Expected "if (...) {\n"; found "if(...) {\n"
(#122) Variable "withoutPPR" must be all lower-case
(#123) Variable "objWriter" must be all lower-case
(#126) Spaces must be used to indent lines; tabs are not allowed
(#126) Tab found within whitespace
(#126) Line indented incorrectly; expected 12 spaces, found 3
(#126) Expected "if (...) {\n"; found "if(...) {\n"
(#127) Spaces must be used to indent lines; tabs are not allowed
(#127) Tab found within whitespace
(#127) Line indented incorrectly; expected at least 16 spaces, found 4
(#127) Variable "objWriter" must be all lower-case
(#128) Spaces must be used to indent lines; tabs are not allowed
(#128) Tab found within whitespace
(#128) Line indented incorrectly; expected at least 16 spaces, found 5
(#128) Variable "objWriter" must be all lower-case
(#129) Spaces must be used to indent lines; tabs are not allowed
(#129) Tab found within whitespace
(#129) Line indented incorrectly; expected at least 16 spaces, found 4
(#129) Variable "objWriter" must be all lower-case
(#130) Spaces must be used to indent lines; tabs are not allowed
(#130) Tab found within whitespace
(#130) Line indented incorrectly; expected 12 spaces, found 3
(#132) Spaces must be used to indent lines; tabs are not allowed
(#132) Tab found within whitespace
(#132) Line indented incorrectly; expected 12 spaces, found 3
(#132) Expected "if (...) {\n"; found "if(...) {\n"
(#132) Variable "spaceBefore" must be all lower-case
(#132) Variable "spaceAfter" must be all lower-case
(#134) Spaces must be used to indent lines; tabs are not allowed
(#134) Tab found within whitespace
(#134) Line indented incorrectly; expected at least 16 spaces, found 4
(#134) Variable "objWriter" must be all lower-case
(#136) Spaces must be used to indent lines; tabs are not allowed
(#136) Tab found within whitespace
(#136) Line indented incorrectly; expected 16 spaces, found 5
(#136) Expected "if (...) {\n"; found "if(...) {\n"
(#136) Variable "spaceBefore" must be all lower-case
(#137) Spaces must be used to indent lines; tabs are not allowed
(#137) Tab found within whitespace
(#137) Line indented incorrectly; expected at least 20 spaces, found 6
(#137) Variable "objWriter" must be all lower-case
(#137) Variable "spaceBefore" must be all lower-case
(#138) Spaces must be used to indent lines; tabs are not allowed
(#138) Tab found within whitespace
(#138) Line indented incorrectly; expected 16 spaces, found 5
(#139) Spaces must be used to indent lines; tabs are not allowed
(#139) Tab found within whitespace
(#139) Line indented incorrectly; expected 16 spaces, found 5
(#139) Expected "if (...) {\n"; found "if(...) {\n"
(#139) Variable "spaceAfter" must be all lower-case
(#140) Spaces must be used to indent lines; tabs are not allowed
(#140) Tab found within whitespace
(#140) Line indented incorrectly; expected at least 20 spaces, found 6
(#140) Variable "objWriter" must be all lower-case
(#140) Variable "spaceAfter" must be all lower-case
(#141) Spaces must be used to indent lines; tabs are not allowed
(#141) Tab found within whitespace
(#141) Line indented incorrectly; expected 16 spaces, found 5
(#142) Spaces must be used to indent lines; tabs are not allowed
(#142) Tab found within whitespace
(#142) Line indented incorrectly; expected 16 spaces, found 5
(#142) Expected "if (...) {\n"; found "if(...) {\n"
(#143) Spaces must be used to indent lines; tabs are not allowed
(#143) Tab found within whitespace
(#143) Line indented incorrectly; expected at least 20 spaces, found 6
(#143) Variable "objWriter" must be all lower-case
(#144) Spaces must be used to indent lines; tabs are not allowed
(#144) Tab found within whitespace
(#144) Line indented incorrectly; expected at least 20 spaces, found 6
(#144) Variable "objWriter" must be all lower-case
(#145) Spaces must be used to indent lines; tabs are not allowed
(#145) Tab found within whitespace
(#145) Line indented incorrectly; expected 16 spaces, found 5
(#147) Spaces must be used to indent lines; tabs are not allowed
(#147) Tab found within whitespace
(#147) Line indented incorrectly; expected at least 16 spaces, found 4
(#147) Variable "objWriter" must be all lower-case
(#148) Spaces must be used to indent lines; tabs are not allowed
(#148) Tab found within whitespace
(#148) Line indented incorrectly; expected 12 spaces, found 3
(#150) Spaces must be used to indent lines; tabs are not allowed
(#150) Tab found within whitespace
(#150) Line indented incorrectly; expected 12 spaces, found 3
(#150) Expected "if (...) {\n"; found "if(...) {\n"
(#151) Spaces must be used to indent lines; tabs are not allowed
(#151) Tab found within whitespace
(#151) Line indented incorrectly; expected at least 16 spaces, found 4
(#151) Variable "objWriter" must be all lower-case
(#152) Spaces must be used to indent lines; tabs are not allowed
(#152) Tab found within whitespace
(#152) Line indented incorrectly; expected 12 spaces, found 3
(#154) Spaces must be used to indent lines; tabs are not allowed
(#154) Tab found within whitespace
(#154) Inline comments must end in full-stops, exclamation marks, or question marks
(#154) Line indented incorrectly; expected at least 12 spaces, found 3
(#155) Spaces must be used to indent lines; tabs are not allowed
(#155) Tab found within whitespace
(#155) Line indented incorrectly; expected 12 spaces, found 3
(#155) Expected "if (...) {\n"; found "if(...) {\n"
(#156) Spaces must be used to indent lines; tabs are not allowed
(#156) Tab found within whitespace
(#156) Line indented incorrectly; expected at least 16 spaces, found 4
(#156) Variable "objWriter" must be all lower-case
(#157) Spaces must be used to indent lines; tabs are not allowed
(#157) Tab found within whitespace
(#157) Line indented incorrectly; expected 12 spaces, found 3
(#159) Expected "if (...) {\n"; found "if(...) {\n"
(#159) Variable "withoutPPR" must be all lower-case
(#160) Spaces must be used to indent lines; tabs are not allowed
(#160) Tab found within whitespace
(#160) Line indented incorrectly; expected at least 16 spaces, found 7
(#160) Variable "objWriter" must be all lower-case
(#160) Inline comments must start with a capital letter, digit or 3-dots sequence
(#160) Inline comments must end in full-stops, exclamation marks, or question marks
(#162) Spaces must be used to indent lines; tabs are not allowed
(#162) Tab found within whitespace
(#162) Line indented incorrectly; expected 8 spaces, found 2
(#163) Spaces must be used to indent lines; tabs are not allowed
(#163) Tab found within whitespace
(#163) Line indented incorrectly; expected 4 spaces, found 1
(#165) Spaces must be used to indent lines; tabs are not allowed
(#165) Tab found within whitespace
(#165) Line indented incorrectly; expected 4 spaces, found 1
(#165) Protected method name "PHPWord_Writer_Word2007_Base::_writeLink" must be in lower-case letters only
(#165) Variable "objWriter" must be all lower-case
(#165) Variable "withoutP" must be all lower-case
(#166) Spaces must be used to indent lines; tabs are not allowed
(#166) Tab found within whitespace
(#166) Line indented incorrectly; expected at least 8 spaces, found 2
(#166) Variable "rID" must be all lower-case
(#167) Spaces must be used to indent lines; tabs are not allowed
(#167) Tab found within whitespace
(#167) Line indented incorrectly; expected at least 8 spaces, found 2
(#167) Variable "linkName" must be all lower-case
(#168) Spaces must be used to indent lines; tabs are not allowed
(#168) Tab found within whitespace
(#168) Line indented incorrectly; expected 8 spaces, found 2
(#168) Expected "if (...) {\n"; found "if(...) {\n"
(#168) Variable "linkName" must be all lower-case
(#169) Spaces must be used to indent lines; tabs are not allowed
(#169) Tab found within whitespace
(#169) Line indented incorrectly; expected at least 12 spaces, found 3
(#169) Variable "linkName" must be all lower-case
(#170) Spaces must be used to indent lines; tabs are not allowed
(#170) Tab found within whitespace
(#170) Line indented incorrectly; expected 8 spaces, found 2
(#172) Spaces must be used to indent lines; tabs are not allowed
(#172) Tab found within whitespace
(#172) Line indented incorrectly; expected at least 8 spaces, found 2
(#172) Variable "styleFont" must be all lower-case
(#173) Spaces must be used to indent lines; tabs are not allowed
(#173) Tab found within whitespace
(#173) Line indented incorrectly; expected at least 8 spaces, found 2
(#173) Variable "SfIsObject" must be all lower-case
(#173) Variable "styleFont" must be all lower-case
(#175) Spaces must be used to indent lines; tabs are not allowed
(#175) Tab found within whitespace
(#175) Line indented incorrectly; expected 8 spaces, found 2
(#175) Expected "if (...) {\n"; found "if(...) {\n"
(#175) Variable "withoutP" must be all lower-case
(#176) Spaces must be used to indent lines; tabs are not allowed
(#176) Tab found within whitespace
(#176) Line indented incorrectly; expected at least 12 spaces, found 3
(#176) Variable "objWriter" must be all lower-case
(#178) Spaces must be used to indent lines; tabs are not allowed
(#178) Tab found within whitespace
(#178) Line indented incorrectly; expected at least 12 spaces, found 3
(#178) Variable "styleParagraph" must be all lower-case
(#179) Spaces must be used to indent lines; tabs are not allowed
(#179) Tab found within whitespace
(#179) Line indented incorrectly; expected at least 12 spaces, found 3
(#179) Variable "SpIsObject" must be all lower-case
(#179) Variable "styleParagraph" must be all lower-case
(#181) Spaces must be used to indent lines; tabs are not allowed
(#181) Tab found within whitespace
(#181) Line indented incorrectly; expected 12 spaces, found 3
(#181) Expected "if (...) {\n"; found "if(...) {\n"
(#181) Variable "SpIsObject" must be all lower-case
(#182) Spaces must be used to indent lines; tabs are not allowed
(#182) Tab found within whitespace
(#182) Line indented incorrectly; expected at least 16 spaces, found 4
(#182) Variable "objWriter" must be all lower-case
(#182) Variable "styleParagraph" must be all lower-case
(#183) Spaces must be used to indent lines; tabs are not allowed
(#183) Tab found within whitespace
(#183) Line indented incorrectly; expected 12 spaces, found 3
(#183) Usage of ELSEIF not allowed; use ELSE IF instead
(#183) Variable "SpIsObject" must be all lower-case
(#183) Variable "styleParagraph" must be all lower-case
(#184) Spaces must be used to indent lines; tabs are not allowed
(#184) Tab found within whitespace
(#184) Line indented incorrectly; expected at least 16 spaces, found 4
(#184) Variable "objWriter" must be all lower-case
(#185) Spaces must be used to indent lines; tabs are not allowed
(#185) Tab found within whitespace
(#185) Line indented incorrectly; expected at least 16 spaces, found 5
(#185) Variable "objWriter" must be all lower-case
(#186) Spaces must be used to indent lines; tabs are not allowed
(#186) Tab found within whitespace
(#186) Line indented incorrectly; expected at least 16 spaces, found 6
(#186) Variable "objWriter" must be all lower-case
(#186) Variable "styleParagraph" must be all lower-case
(#187) Spaces must be used to indent lines; tabs are not allowed
(#187) Tab found within whitespace
(#187) Line indented incorrectly; expected at least 16 spaces, found 5
(#187) Variable "objWriter" must be all lower-case
(#188) Spaces must be used to indent lines; tabs are not allowed
(#188) Tab found within whitespace
(#188) Line indented incorrectly; expected at least 16 spaces, found 4
(#188) Variable "objWriter" must be all lower-case
(#189) Spaces must be used to indent lines; tabs are not allowed
(#189) Tab found within whitespace
(#189) Line indented incorrectly; expected 12 spaces, found 3
(#190) Spaces must be used to indent lines; tabs are not allowed
(#190) Tab found within whitespace
(#190) Line indented incorrectly; expected 8 spaces, found 2
(#192) Spaces must be used to indent lines; tabs are not allowed
(#192) Tab found within whitespace
(#192) Line indented incorrectly; expected at least 8 spaces, found 3
(#192) Variable "objWriter" must be all lower-case
(#193) Spaces must be used to indent lines; tabs are not allowed
(#193) Tab found within whitespace
(#193) Line indented incorrectly; expected at least 8 spaces, found 4
(#193) Variable "objWriter" must be all lower-case
(#193) Variable "rID" must be all lower-case
(#194) Spaces must be used to indent lines; tabs are not allowed
(#194) Tab found within whitespace
(#194) Line indented incorrectly; expected at least 8 spaces, found 4
(#194) Variable "objWriter" must be all lower-case
(#196) Spaces must be used to indent lines; tabs are not allowed
(#196) Tab found within whitespace
(#196) Line indented incorrectly; expected at least 8 spaces, found 4
(#196) Variable "objWriter" must be all lower-case
(#197) Spaces must be used to indent lines; tabs are not allowed
(#197) Tab found within whitespace
(#197) Line indented incorrectly; expected 8 spaces, found 5
(#197) Expected "if (...) {\n"; found "if(...) {\n"
(#197) Variable "SfIsObject" must be all lower-case
(#198) Spaces must be used to indent lines; tabs are not allowed
(#198) Tab found within whitespace
(#198) Line indented incorrectly; expected at least 12 spaces, found 6
(#198) Variable "objWriter" must be all lower-case
(#198) Variable "styleFont" must be all lower-case
(#199) Spaces must be used to indent lines; tabs are not allowed
(#199) Tab found within whitespace
(#199) Line indented incorrectly; expected 8 spaces, found 5
(#199) Usage of ELSEIF not allowed; use ELSE IF instead
(#199) Variable "SfIsObject" must be all lower-case
(#199) Variable "styleFont" must be all lower-case
(#200) Spaces must be used to indent lines; tabs are not allowed
(#200) Tab found within whitespace
(#200) Line indented incorrectly; expected at least 12 spaces, found 6
(#200) Variable "objWriter" must be all lower-case
(#201) Spaces must be used to indent lines; tabs are not allowed
(#201) Tab found within whitespace
(#201) Line indented incorrectly; expected at least 12 spaces, found 7
(#201) Variable "objWriter" must be all lower-case
(#202) Spaces must be used to indent lines; tabs are not allowed
(#202) Tab found within whitespace
(#202) Line indented incorrectly; expected at least 12 spaces, found 8
(#202) Variable "objWriter" must be all lower-case
(#202) Variable "styleFont" must be all lower-case
(#203) Spaces must be used to indent lines; tabs are not allowed
(#203) Tab found within whitespace
(#203) Line indented incorrectly; expected at least 12 spaces, found 7
(#203) Variable "objWriter" must be all lower-case
(#204) Spaces must be used to indent lines; tabs are not allowed
(#204) Tab found within whitespace
(#204) Line indented incorrectly; expected at least 12 spaces, found 6
(#204) Variable "objWriter" must be all lower-case
(#205) Spaces must be used to indent lines; tabs are not allowed
(#205) Tab found within whitespace
(#205) Line indented incorrectly; expected 8 spaces, found 5
(#207) Spaces must be used to indent lines; tabs are not allowed
(#207) Tab found within whitespace
(#207) Line indented incorrectly; expected at least 8 spaces, found 5
(#207) Variable "objWriter" must be all lower-case
(#208) Spaces must be used to indent lines; tabs are not allowed
(#208) Tab found within whitespace
(#208) Line indented incorrectly; expected at least 8 spaces, found 6
(#208) Variable "objWriter" must be all lower-case
(#208) Inline comments must start with a capital letter, digit or 3-dots sequence
(#208) Inline comments must end in full-stops, exclamation marks, or question marks
(#209) Spaces must be used to indent lines; tabs are not allowed
(#209) Tab found within whitespace
(#209) Line indented incorrectly; expected at least 8 spaces, found 6
(#209) Variable "objWriter" must be all lower-case
(#209) Variable "linkName" must be all lower-case
(#210) Spaces must be used to indent lines; tabs are not allowed
(#210) Tab found within whitespace
(#210) Line indented incorrectly; expected at least 8 spaces, found 5
(#210) Variable "objWriter" must be all lower-case
(#211) Spaces must be used to indent lines; tabs are not allowed
(#211) Tab found within whitespace
(#211) Line indented incorrectly; expected at least 8 spaces, found 4
(#211) Variable "objWriter" must be all lower-case
(#213) Spaces must be used to indent lines; tabs are not allowed
(#213) Tab found within whitespace
(#213) Line indented incorrectly; expected at least 8 spaces, found 3
(#213) Variable "objWriter" must be all lower-case
(#215) Spaces must be used to indent lines; tabs are not allowed
(#215) Tab found within whitespace
(#215) Line indented incorrectly; expected 8 spaces, found 2
(#215) Expected "if (...) {\n"; found "if(...) {\n"
(#215) Variable "withoutP" must be all lower-case
(#216) Spaces must be used to indent lines; tabs are not allowed
(#216) Tab found within whitespace
(#216) Line indented incorrectly; expected at least 12 spaces, found 3
(#216) Variable "objWriter" must be all lower-case
(#216) Inline comments must start with a capital letter, digit or 3-dots sequence
(#216) Inline comments must end in full-stops, exclamation marks, or question marks
(#217) Spaces must be used to indent lines; tabs are not allowed
(#217) Tab found within whitespace
(#217) Line indented incorrectly; expected 8 spaces, found 2
(#218) Spaces must be used to indent lines; tabs are not allowed
(#218) Tab found within whitespace
(#218) Line indented incorrectly; expected 4 spaces, found 1
(#220) Spaces must be used to indent lines; tabs are not allowed
(#220) Tab found within whitespace
(#220) Line indented incorrectly; expected 4 spaces, found 1
(#220) Protected method name "PHPWord_Writer_Word2007_Base::_writePreserveText" must be in lower-case letters only
(#220) Variable "objWriter" must be all lower-case
(#221) Spaces must be used to indent lines; tabs are not allowed
(#221) Tab found within whitespace
(#221) Line indented incorrectly; expected at least 8 spaces, found 2
(#221) Variable "styleFont" must be all lower-case
(#222) Spaces must be used to indent lines; tabs are not allowed
(#222) Tab found within whitespace
(#222) Line indented incorrectly; expected at least 8 spaces, found 2
(#222) Variable "styleParagraph" must be all lower-case
(#224) Spaces must be used to indent lines; tabs are not allowed
(#224) Tab found within whitespace
(#224) Line indented incorrectly; expected at least 8 spaces, found 2
(#224) Variable "SfIsObject" must be all lower-case
(#224) Variable "styleFont" must be all lower-case
(#225) Spaces must be used to indent lines; tabs are not allowed
(#225) Tab found within whitespace
(#225) Line indented incorrectly; expected at least 8 spaces, found 2
(#225) Variable "SpIsObject" must be all lower-case
(#225) Variable "styleParagraph" must be all lower-case
(#227) Spaces must be used to indent lines; tabs are not allowed
(#227) Tab found within whitespace
(#227) Line indented incorrectly; expected at least 8 spaces, found 2
(#227) Variable "arrText" must be all lower-case
(#229) Spaces must be used to indent lines; tabs are not allowed
(#229) Tab found within whitespace
(#229) Line indented incorrectly; expected at least 8 spaces, found 2
(#229) Variable "objWriter" must be all lower-case
(#231) Spaces must be used to indent lines; tabs are not allowed
(#231) Tab found within whitespace
(#231) Line indented incorrectly; expected 8 spaces, found 3
(#231) Expected "if (...) {\n"; found "if(...) {\n"
(#231) Variable "SpIsObject" must be all lower-case
(#232) Spaces must be used to indent lines; tabs are not allowed
(#232) Tab found within whitespace
(#232) Line indented incorrectly; expected at least 12 spaces, found 4
(#232) Variable "objWriter" must be all lower-case
(#232) Variable "styleParagraph" must be all lower-case
(#233) Spaces must be used to indent lines; tabs are not allowed
(#233) Tab found within whitespace
(#233) Line indented incorrectly; expected 8 spaces, found 3
(#233) Usage of ELSEIF not allowed; use ELSE IF instead
(#233) Variable "SpIsObject" must be all lower-case
(#233) Variable "styleParagraph" must be all lower-case
(#234) Spaces must be used to indent lines; tabs are not allowed
(#234) Tab found within whitespace
(#234) Line indented incorrectly; expected at least 12 spaces, found 4
(#234) Variable "objWriter" must be all lower-case
(#235) Spaces must be used to indent lines; tabs are not allowed
(#235) Tab found within whitespace
(#235) Line indented incorrectly; expected at least 12 spaces, found 5
(#235) Variable "objWriter" must be all lower-case
(#236) Spaces must be used to indent lines; tabs are not allowed
(#236) Tab found within whitespace
(#236) Line indented incorrectly; expected at least 12 spaces, found 6
(#236) Variable "objWriter" must be all lower-case
(#236) Variable "styleParagraph" must be all lower-case
(#237) Spaces must be used to indent lines; tabs are not allowed
(#237) Tab found within whitespace
(#237) Line indented incorrectly; expected at least 12 spaces, found 5
(#237) Variable "objWriter" must be all lower-case
(#238) Spaces must be used to indent lines; tabs are not allowed
(#238) Tab found within whitespace
(#238) Line indented incorrectly; expected at least 12 spaces, found 4
(#238) Variable "objWriter" must be all lower-case
(#239) Spaces must be used to indent lines; tabs are not allowed
(#239) Tab found within whitespace
(#239) Line indented incorrectly; expected 8 spaces, found 3
(#241) Spaces must be used to indent lines; tabs are not allowed
(#241) Tab found within whitespace
(#241) Line indented incorrectly; expected 8 spaces, found 3
(#241) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#241) Variable "arrText" must be all lower-case
(#243) Spaces must be used to indent lines; tabs are not allowed
(#243) Tab found within whitespace
(#243) Line indented incorrectly; expected 12 spaces, found 4
(#243) Expected "if (...) {\n"; found "if(...) {\n"
(#244) Spaces must be used to indent lines; tabs are not allowed
(#244) Tab found within whitespace
(#244) Line indented incorrectly; expected at least 16 spaces, found 5
(#246) Spaces must be used to indent lines; tabs are not allowed
(#246) Tab found within whitespace
(#246) Line indented incorrectly; expected at least 16 spaces, found 5
(#246) Variable "objWriter" must be all lower-case
(#247) Spaces must be used to indent lines; tabs are not allowed
(#247) Tab found within whitespace
(#247) Line indented incorrectly; expected at least 16 spaces, found 6
(#247) Variable "objWriter" must be all lower-case
(#248) Spaces must be used to indent lines; tabs are not allowed
(#248) Tab found within whitespace
(#248) Line indented incorrectly; expected at least 16 spaces, found 7
(#248) Variable "objWriter" must be all lower-case
(#249) Spaces must be used to indent lines; tabs are not allowed
(#249) Tab found within whitespace
(#249) Line indented incorrectly; expected at least 16 spaces, found 6
(#249) Variable "objWriter" must be all lower-case
(#250) Spaces must be used to indent lines; tabs are not allowed
(#250) Tab found within whitespace
(#250) Line indented incorrectly; expected at least 16 spaces, found 5
(#250) Variable "objWriter" must be all lower-case
(#252) Spaces must be used to indent lines; tabs are not allowed
(#252) Tab found within whitespace
(#252) Line indented incorrectly; expected at least 16 spaces, found 5
(#252) Variable "objWriter" must be all lower-case
(#254) Spaces must be used to indent lines; tabs are not allowed
(#254) Tab found within whitespace
(#254) Line indented incorrectly; expected 16 spaces, found 6
(#254) Expected "if (...) {\n"; found "if(...) {\n"
(#254) Variable "SfIsObject" must be all lower-case
(#255) Spaces must be used to indent lines; tabs are not allowed
(#255) Tab found within whitespace
(#255) Line indented incorrectly; expected at least 20 spaces, found 7
(#255) Variable "objWriter" must be all lower-case
(#255) Variable "styleFont" must be all lower-case
(#256) Spaces must be used to indent lines; tabs are not allowed
(#256) Tab found within whitespace
(#256) Line indented incorrectly; expected 16 spaces, found 6
(#256) Usage of ELSEIF not allowed; use ELSE IF instead
(#256) Variable "SfIsObject" must be all lower-case
(#256) Variable "styleFont" must be all lower-case
(#257) Spaces must be used to indent lines; tabs are not allowed
(#257) Tab found within whitespace
(#257) Line indented incorrectly; expected at least 20 spaces, found 7
(#257) Variable "objWriter" must be all lower-case
(#258) Spaces must be used to indent lines; tabs are not allowed
(#258) Tab found within whitespace
(#258) Line indented incorrectly; expected at least 20 spaces, found 8
(#258) Variable "objWriter" must be all lower-case
(#259) Spaces must be used to indent lines; tabs are not allowed
(#259) Tab found within whitespace
(#259) Line indented incorrectly; expected at least 20 spaces, found 9
(#259) Variable "objWriter" must be all lower-case
(#259) Variable "styleFont" must be all lower-case
(#260) Spaces must be used to indent lines; tabs are not allowed
(#260) Tab found within whitespace
(#260) Line indented incorrectly; expected at least 20 spaces, found 8
(#260) Variable "objWriter" must be all lower-case
(#261) Spaces must be used to indent lines; tabs are not allowed
(#261) Tab found within whitespace
(#261) Line indented incorrectly; expected at least 20 spaces, found 7
(#261) Variable "objWriter" must be all lower-case
(#262) Spaces must be used to indent lines; tabs are not allowed
(#262) Tab found within whitespace
(#262) Line indented incorrectly; expected 16 spaces, found 6
(#264) Spaces must be used to indent lines; tabs are not allowed
(#264) Tab found within whitespace
(#264) Line indented incorrectly; expected at least 16 spaces, found 6
(#264) Variable "objWriter" must be all lower-case
(#265) Spaces must be used to indent lines; tabs are not allowed
(#265) Tab found within whitespace
(#265) Line indented incorrectly; expected at least 16 spaces, found 7
(#265) Variable "objWriter" must be all lower-case
(#266) Spaces must be used to indent lines; tabs are not allowed
(#266) Tab found within whitespace
(#266) Line indented incorrectly; expected at least 16 spaces, found 7
(#266) Variable "objWriter" must be all lower-case
(#267) Spaces must be used to indent lines; tabs are not allowed
(#267) Tab found within whitespace
(#267) Line indented incorrectly; expected at least 16 spaces, found 6
(#267) Variable "objWriter" must be all lower-case
(#268) Spaces must be used to indent lines; tabs are not allowed
(#268) Tab found within whitespace
(#268) Line indented incorrectly; expected at least 16 spaces, found 5
(#268) Variable "objWriter" must be all lower-case
(#270) Spaces must be used to indent lines; tabs are not allowed
(#270) Tab found within whitespace
(#270) Line indented incorrectly; expected at least 16 spaces, found 5
(#270) Variable "objWriter" must be all lower-case
(#271) Spaces must be used to indent lines; tabs are not allowed
(#271) Tab found within whitespace
(#271) Line indented incorrectly; expected at least 16 spaces, found 6
(#271) Variable "objWriter" must be all lower-case
(#272) Spaces must be used to indent lines; tabs are not allowed
(#272) Tab found within whitespace
(#272) Line indented incorrectly; expected at least 16 spaces, found 7
(#272) Variable "objWriter" must be all lower-case
(#273) Spaces must be used to indent lines; tabs are not allowed
(#273) Tab found within whitespace
(#273) Line indented incorrectly; expected at least 16 spaces, found 6
(#273) Variable "objWriter" must be all lower-case
(#274) Spaces must be used to indent lines; tabs are not allowed
(#274) Tab found within whitespace
(#274) Line indented incorrectly; expected at least 16 spaces, found 5
(#274) Variable "objWriter" must be all lower-case
(#276) Spaces must be used to indent lines; tabs are not allowed
(#276) Tab found within whitespace
(#276) Line indented incorrectly; expected at least 16 spaces, found 5
(#276) Variable "objWriter" must be all lower-case
(#277) Spaces must be used to indent lines; tabs are not allowed
(#277) Tab found within whitespace
(#277) Line indented incorrectly; expected at least 16 spaces, found 6
(#277) Variable "objWriter" must be all lower-case
(#278) Spaces must be used to indent lines; tabs are not allowed
(#278) Tab found within whitespace
(#278) Line indented incorrectly; expected at least 16 spaces, found 7
(#278) Variable "objWriter" must be all lower-case
(#279) Spaces must be used to indent lines; tabs are not allowed
(#279) Tab found within whitespace
(#279) Line indented incorrectly; expected at least 16 spaces, found 6
(#279) Variable "objWriter" must be all lower-case
(#280) Spaces must be used to indent lines; tabs are not allowed
(#280) Tab found within whitespace
(#280) Line indented incorrectly; expected at least 16 spaces, found 5
(#280) Variable "objWriter" must be all lower-case
(#281) Spaces must be used to indent lines; tabs are not allowed
(#281) Tab found within whitespace
(#281) Line indented incorrectly; expected 12 spaces, found 4
(#282) Spaces must be used to indent lines; tabs are not allowed
(#282) Tab found within whitespace
(#282) Line indented incorrectly; expected at least 16 spaces, found 5
(#283) Spaces must be used to indent lines; tabs are not allowed
(#283) Tab found within whitespace
(#283) Line indented incorrectly; expected at least 16 spaces, found 5
(#285) Spaces must be used to indent lines; tabs are not allowed
(#285) Tab found within whitespace
(#285) Line indented incorrectly; expected at least 16 spaces, found 5
(#285) Variable "objWriter" must be all lower-case
(#287) Spaces must be used to indent lines; tabs are not allowed
(#287) Tab found within whitespace
(#287) Line indented incorrectly; expected 16 spaces, found 6
(#287) Expected "if (...) {\n"; found "if(...) {\n"
(#287) Variable "SfIsObject" must be all lower-case
(#288) Spaces must be used to indent lines; tabs are not allowed
(#288) Tab found within whitespace
(#288) Line indented incorrectly; expected at least 20 spaces, found 7
(#288) Variable "objWriter" must be all lower-case
(#288) Variable "styleFont" must be all lower-case
(#289) Spaces must be used to indent lines; tabs are not allowed
(#289) Tab found within whitespace
(#289) Line indented incorrectly; expected 16 spaces, found 6
(#289) Usage of ELSEIF not allowed; use ELSE IF instead
(#289) Variable "SfIsObject" must be all lower-case
(#289) Variable "styleFont" must be all lower-case
(#290) Spaces must be used to indent lines; tabs are not allowed
(#290) Tab found within whitespace
(#290) Line indented incorrectly; expected at least 20 spaces, found 7
(#290) Variable "objWriter" must be all lower-case
(#291) Spaces must be used to indent lines; tabs are not allowed
(#291) Tab found within whitespace
(#291) Line indented incorrectly; expected at least 20 spaces, found 8
(#291) Variable "objWriter" must be all lower-case
(#292) Spaces must be used to indent lines; tabs are not allowed
(#292) Tab found within whitespace
(#292) Line indented incorrectly; expected at least 20 spaces, found 9
(#292) Variable "objWriter" must be all lower-case
(#292) Variable "styleFont" must be all lower-case
(#293) Spaces must be used to indent lines; tabs are not allowed
(#293) Tab found within whitespace
(#293) Line indented incorrectly; expected at least 20 spaces, found 8
(#293) Variable "objWriter" must be all lower-case
(#294) Spaces must be used to indent lines; tabs are not allowed
(#294) Tab found within whitespace
(#294) Line indented incorrectly; expected at least 20 spaces, found 7
(#294) Variable "objWriter" must be all lower-case
(#295) Spaces must be used to indent lines; tabs are not allowed
(#295) Tab found within whitespace
(#295) Line indented incorrectly; expected 16 spaces, found 6
(#297) Spaces must be used to indent lines; tabs are not allowed
(#297) Tab found within whitespace
(#297) Line indented incorrectly; expected at least 16 spaces, found 6
(#297) Variable "objWriter" must be all lower-case
(#298) Spaces must be used to indent lines; tabs are not allowed
(#298) Tab found within whitespace
(#298) Line indented incorrectly; expected at least 16 spaces, found 7
(#298) Variable "objWriter" must be all lower-case
(#299) Spaces must be used to indent lines; tabs are not allowed
(#299) Tab found within whitespace
(#299) Line indented incorrectly; expected at least 16 spaces, found 7
(#299) Variable "objWriter" must be all lower-case
(#300) Spaces must be used to indent lines; tabs are not allowed
(#300) Tab found within whitespace
(#300) Line indented incorrectly; expected at least 16 spaces, found 6
(#300) Variable "objWriter" must be all lower-case
(#301) Spaces must be used to indent lines; tabs are not allowed
(#301) Tab found within whitespace
(#301) Line indented incorrectly; expected at least 16 spaces, found 5
(#301) Variable "objWriter" must be all lower-case
(#302) Spaces must be used to indent lines; tabs are not allowed
(#302) Tab found within whitespace
(#302) Line indented incorrectly; expected 12 spaces, found 4
(#303) Spaces must be used to indent lines; tabs are not allowed
(#303) Tab found within whitespace
(#303) Line indented incorrectly; expected 8 spaces, found 3
(#305) Spaces must be used to indent lines; tabs are not allowed
(#305) Tab found within whitespace
(#305) Line indented incorrectly; expected at least 8 spaces, found 2
(#305) Variable "objWriter" must be all lower-case
(#305) Inline comments must start with a capital letter, digit or 3-dots sequence
(#305) Inline comments must end in full-stops, exclamation marks, or question marks
(#306) Spaces must be used to indent lines; tabs are not allowed
(#306) Tab found within whitespace
(#306) Line indented incorrectly; expected 4 spaces, found 1
(#308) Spaces must be used to indent lines; tabs are not allowed
(#308) Tab found within whitespace
(#308) Line indented incorrectly; expected 4 spaces, found 1
(#308) Protected method name "PHPWord_Writer_Word2007_Base::_writeTextStyle" must be in lower-case letters only
(#308) Variable "objWriter" must be all lower-case
(#309) Spaces must be used to indent lines; tabs are not allowed
(#309) Tab found within whitespace
(#309) Line indented incorrectly; expected at least 8 spaces, found 2
(#310) Spaces must be used to indent lines; tabs are not allowed
(#310) Tab found within whitespace
(#310) Line indented incorrectly; expected at least 8 spaces, found 2
(#311) Spaces must be used to indent lines; tabs are not allowed
(#311) Tab found within whitespace
(#311) Line indented incorrectly; expected at least 8 spaces, found 2
(#312) Spaces must be used to indent lines; tabs are not allowed
(#312) Tab found within whitespace
(#312) Line indented incorrectly; expected at least 8 spaces, found 2
(#313) Spaces must be used to indent lines; tabs are not allowed
(#313) Tab found within whitespace
(#313) Line indented incorrectly; expected at least 8 spaces, found 2
(#314) Spaces must be used to indent lines; tabs are not allowed
(#314) Tab found within whitespace
(#314) Line indented incorrectly; expected at least 8 spaces, found 2
(#314) Variable "fgColor" must be all lower-case
(#315) Spaces must be used to indent lines; tabs are not allowed
(#315) Tab found within whitespace
(#315) Line indented incorrectly; expected at least 8 spaces, found 2
(#316) Spaces must be used to indent lines; tabs are not allowed
(#316) Tab found within whitespace
(#316) Line indented incorrectly; expected at least 8 spaces, found 2
(#317) Spaces must be used to indent lines; tabs are not allowed
(#317) Tab found within whitespace
(#317) Line indented incorrectly; expected at least 8 spaces, found 2
(#318) Spaces must be used to indent lines; tabs are not allowed
(#318) Tab found within whitespace
(#318) Line indented incorrectly; expected at least 8 spaces, found 2
(#320) Spaces must be used to indent lines; tabs are not allowed
(#320) Tab found within whitespace
(#320) Line indented incorrectly; expected at least 8 spaces, found 2
(#320) Variable "objWriter" must be all lower-case
(#322) Spaces must be used to indent lines; tabs are not allowed
(#322) Tab found within whitespace
(#322) Inline comments must end in full-stops, exclamation marks, or question marks
(#322) Line indented incorrectly; expected at least 8 spaces, found 2
(#323) Spaces must be used to indent lines; tabs are not allowed
(#323) Tab found within whitespace
(#323) Line indented incorrectly; expected 8 spaces, found 2
(#323) Expected "if (...) {\n"; found "if(...) {\n"
(#324) Spaces must be used to indent lines; tabs are not allowed
(#324) Tab found within whitespace
(#324) Line indented incorrectly; expected at least 12 spaces, found 3
(#324) Variable "objWriter" must be all lower-case
(#325) Spaces must be used to indent lines; tabs are not allowed
(#325) Tab found within whitespace
(#325) Line indented incorrectly; expected at least 12 spaces, found 4
(#325) Variable "objWriter" must be all lower-case
(#326) Spaces must be used to indent lines; tabs are not allowed
(#326) Tab found within whitespace
(#326) Line indented incorrectly; expected at least 12 spaces, found 4
(#326) Variable "objWriter" must be all lower-case
(#327) Spaces must be used to indent lines; tabs are not allowed
(#327) Tab found within whitespace
(#327) Line indented incorrectly; expected at least 12 spaces, found 4
(#327) Variable "objWriter" must be all lower-case
(#328) Spaces must be used to indent lines; tabs are not allowed
(#328) Tab found within whitespace
(#328) Line indented incorrectly; expected at least 12 spaces, found 3
(#328) Variable "objWriter" must be all lower-case
(#329) Spaces must be used to indent lines; tabs are not allowed
(#329) Tab found within whitespace
(#329) Line indented incorrectly; expected 8 spaces, found 2
(#331) Spaces must be used to indent lines; tabs are not allowed
(#331) Tab found within whitespace
(#331) Inline comments must end in full-stops, exclamation marks, or question marks
(#331) Line indented incorrectly; expected at least 8 spaces, found 2
(#332) Spaces must be used to indent lines; tabs are not allowed
(#332) Tab found within whitespace
(#332) Line indented incorrectly; expected 8 spaces, found 2
(#332) Expected "if (...) {\n"; found "if(...) {\n"
(#333) Spaces must be used to indent lines; tabs are not allowed
(#333) Tab found within whitespace
(#333) Line indented incorrectly; expected at least 12 spaces, found 3
(#333) Variable "objWriter" must be all lower-case
(#334) Spaces must be used to indent lines; tabs are not allowed
(#334) Tab found within whitespace
(#334) Line indented incorrectly; expected at least 12 spaces, found 4
(#334) Variable "objWriter" must be all lower-case
(#335) Spaces must be used to indent lines; tabs are not allowed
(#335) Tab found within whitespace
(#335) Line indented incorrectly; expected at least 12 spaces, found 3
(#335) Variable "objWriter" must be all lower-case
(#336) Spaces must be used to indent lines; tabs are not allowed
(#336) Tab found within whitespace
(#336) Line indented incorrectly; expected 8 spaces, found 2
(#338) Spaces must be used to indent lines; tabs are not allowed
(#338) Tab found within whitespace
(#338) Inline comments must end in full-stops, exclamation marks, or question marks
(#338) Line indented incorrectly; expected at least 8 spaces, found 2
(#339) Spaces must be used to indent lines; tabs are not allowed
(#339) Tab found within whitespace
(#339) Line indented incorrectly; expected 8 spaces, found 2
(#339) Expected "if (...) {\n"; found "if(...) {\n"
(#340) Spaces must be used to indent lines; tabs are not allowed
(#340) Tab found within whitespace
(#340) Line indented incorrectly; expected at least 12 spaces, found 3
(#340) Variable "objWriter" must be all lower-case
(#341) Spaces must be used to indent lines; tabs are not allowed
(#341) Tab found within whitespace
(#341) Line indented incorrectly; expected at least 12 spaces, found 4
(#341) Variable "objWriter" must be all lower-case
(#342) Spaces must be used to indent lines; tabs are not allowed
(#342) Tab found within whitespace
(#342) Line indented incorrectly; expected at least 12 spaces, found 3
(#342) Variable "objWriter" must be all lower-case
(#343) Spaces must be used to indent lines; tabs are not allowed
(#343) Tab found within whitespace
(#343) Line indented incorrectly; expected at least 12 spaces, found 3
(#343) Variable "objWriter" must be all lower-case
(#344) Spaces must be used to indent lines; tabs are not allowed
(#344) Tab found within whitespace
(#344) Line indented incorrectly; expected at least 12 spaces, found 4
(#344) Variable "objWriter" must be all lower-case
(#345) Spaces must be used to indent lines; tabs are not allowed
(#345) Tab found within whitespace
(#345) Line indented incorrectly; expected at least 12 spaces, found 3
(#345) Variable "objWriter" must be all lower-case
(#346) Spaces must be used to indent lines; tabs are not allowed
(#346) Tab found within whitespace
(#346) Line indented incorrectly; expected 8 spaces, found 2
(#348) Spaces must be used to indent lines; tabs are not allowed
(#348) Tab found within whitespace
(#348) Inline comments must end in full-stops, exclamation marks, or question marks
(#348) Line indented incorrectly; expected at least 8 spaces, found 2
(#349) Spaces must be used to indent lines; tabs are not allowed
(#349) Tab found within whitespace
(#349) Line indented incorrectly; expected 8 spaces, found 2
(#349) Expected "if (...) {\n"; found "if(...) {\n"
(#350) Spaces must be used to indent lines; tabs are not allowed
(#350) Tab found within whitespace
(#350) Line indented incorrectly; expected at least 12 spaces, found 3
(#350) Variable "objWriter" must be all lower-case
(#351) Spaces must be used to indent lines; tabs are not allowed
(#351) Tab found within whitespace
(#351) Line indented incorrectly; expected 8 spaces, found 2
(#353) Spaces must be used to indent lines; tabs are not allowed
(#353) Tab found within whitespace
(#353) Inline comments must end in full-stops, exclamation marks, or question marks
(#353) Line indented incorrectly; expected at least 8 spaces, found 2
(#354) Spaces must be used to indent lines; tabs are not allowed
(#354) Tab found within whitespace
(#354) Line indented incorrectly; expected 8 spaces, found 2
(#354) Expected "if (...) {\n"; found "if(...) {\n"
(#355) Spaces must be used to indent lines; tabs are not allowed
(#355) Tab found within whitespace
(#355) Line indented incorrectly; expected at least 12 spaces, found 3
(#355) Variable "objWriter" must be all lower-case
(#356) Spaces must be used to indent lines; tabs are not allowed
(#356) Tab found within whitespace
(#356) Line indented incorrectly; expected at least 12 spaces, found 3
(#356) Variable "objWriter" must be all lower-case
(#357) Spaces must be used to indent lines; tabs are not allowed
(#357) Tab found within whitespace
(#357) Line indented incorrectly; expected at least 12 spaces, found 3
(#357) Variable "objWriter" must be all lower-case
(#358) Spaces must be used to indent lines; tabs are not allowed
(#358) Tab found within whitespace
(#358) Line indented incorrectly; expected 8 spaces, found 2
(#360) Spaces must be used to indent lines; tabs are not allowed
(#360) Tab found within whitespace
(#360) Inline comments must end in full-stops, exclamation marks, or question marks
(#360) Line indented incorrectly; expected at least 8 spaces, found 2
(#361) Spaces must be used to indent lines; tabs are not allowed
(#361) Tab found within whitespace
(#361) Line indented incorrectly; expected 8 spaces, found 2
(#361) Expected "if (...) {\n"; found "if(...) {\n"
(#362) Spaces must be used to indent lines; tabs are not allowed
(#362) Tab found within whitespace
(#362) Line indented incorrectly; expected at least 12 spaces, found 3
(#362) Variable "objWriter" must be all lower-case
(#363) Spaces must be used to indent lines; tabs are not allowed
(#363) Tab found within whitespace
(#363) Line indented incorrectly; expected at least 12 spaces, found 3
(#363) Variable "objWriter" must be all lower-case
(#364) Spaces must be used to indent lines; tabs are not allowed
(#364) Tab found within whitespace
(#364) Line indented incorrectly; expected at least 12 spaces, found 3
(#364) Variable "objWriter" must be all lower-case
(#365) Spaces must be used to indent lines; tabs are not allowed
(#365) Tab found within whitespace
(#365) Line indented incorrectly; expected 8 spaces, found 2
(#367) Spaces must be used to indent lines; tabs are not allowed
(#367) Tab found within whitespace
(#367) Inline comments must end in full-stops, exclamation marks, or question marks
(#367) Line indented incorrectly; expected at least 8 spaces, found 2
(#368) Spaces must be used to indent lines; tabs are not allowed
(#368) Tab found within whitespace
(#368) Line indented incorrectly; expected 8 spaces, found 2
(#368) Expected "if (...) {\n"; found "if(...) {\n"
(#369) Spaces must be used to indent lines; tabs are not allowed
(#369) Tab found within whitespace
(#369) Line indented incorrectly; expected at least 12 spaces, found 3
(#369) Variable "objWriter" must be all lower-case
(#370) Spaces must be used to indent lines; tabs are not allowed
(#370) Tab found within whitespace
(#370) Line indented incorrectly; expected at least 12 spaces, found 3
(#370) Variable "objWriter" must be all lower-case
(#371) Spaces must be used to indent lines; tabs are not allowed
(#371) Tab found within whitespace
(#371) Line indented incorrectly; expected 8 spaces, found 2
(#373) Spaces must be used to indent lines; tabs are not allowed
(#373) Tab found within whitespace
(#373) Inline comments must end in full-stops, exclamation marks, or question marks
(#373) Line indented incorrectly; expected at least 8 spaces, found 2
(#374) Spaces must be used to indent lines; tabs are not allowed
(#374) Tab found within whitespace
(#374) Line indented incorrectly; expected 8 spaces, found 2
(#374) Expected "if (...) {\n"; found "if(...) {\n"
(#375) Spaces must be used to indent lines; tabs are not allowed
(#375) Tab found within whitespace
(#375) Line indented incorrectly; expected at least 12 spaces, found 3
(#375) Variable "objWriter" must be all lower-case
(#376) Spaces must be used to indent lines; tabs are not allowed
(#376) Tab found within whitespace
(#376) Line indented incorrectly; expected at least 12 spaces, found 4
(#376) Variable "objWriter" must be all lower-case
(#377) Spaces must be used to indent lines; tabs are not allowed
(#377) Tab found within whitespace
(#377) Line indented incorrectly; expected at least 12 spaces, found 3
(#377) Variable "objWriter" must be all lower-case
(#378) Spaces must be used to indent lines; tabs are not allowed
(#378) Tab found within whitespace
(#378) Line indented incorrectly; expected 8 spaces, found 2
(#380) Spaces must be used to indent lines; tabs are not allowed
(#380) Tab found within whitespace
(#380) Inline comments must end in full-stops, exclamation marks, or question marks
(#380) Line indented incorrectly; expected at least 8 spaces, found 2
(#381) Spaces must be used to indent lines; tabs are not allowed
(#381) Tab found within whitespace
(#381) Line indented incorrectly; expected 8 spaces, found 2
(#381) Expected "if (...) {\n"; found "if(...) {\n"
(#382) Spaces must be used to indent lines; tabs are not allowed
(#382) Tab found within whitespace
(#382) Line indented incorrectly; expected at least 12 spaces, found 3
(#382) Variable "objWriter" must be all lower-case
(#383) Spaces must be used to indent lines; tabs are not allowed
(#383) Tab found within whitespace
(#383) Line indented incorrectly; expected 8 spaces, found 2
(#385) Spaces must be used to indent lines; tabs are not allowed
(#385) Tab found within whitespace
(#385) Inline comments must end in full-stops, exclamation marks, or question marks
(#385) Line indented incorrectly; expected at least 8 spaces, found 2
(#386) Spaces must be used to indent lines; tabs are not allowed
(#386) Tab found within whitespace
(#386) Line indented incorrectly; expected 8 spaces, found 2
(#386) Expected "if (...) {\n"; found "if(...) {\n"
(#386) Variable "fgColor" must be all lower-case
(#387) Spaces must be used to indent lines; tabs are not allowed
(#387) Tab found within whitespace
(#387) Line indented incorrectly; expected at least 12 spaces, found 3
(#387) Variable "objWriter" must be all lower-case
(#388) Spaces must be used to indent lines; tabs are not allowed
(#388) Tab found within whitespace
(#388) Line indented incorrectly; expected at least 12 spaces, found 4
(#388) Variable "objWriter" must be all lower-case
(#388) Variable "fgColor" must be all lower-case
(#389) Spaces must be used to indent lines; tabs are not allowed
(#389) Tab found within whitespace
(#389) Line indented incorrectly; expected at least 12 spaces, found 3
(#389) Variable "objWriter" must be all lower-case
(#390) Spaces must be used to indent lines; tabs are not allowed
(#390) Tab found within whitespace
(#390) Line indented incorrectly; expected 8 spaces, found 2
(#392) Spaces must be used to indent lines; tabs are not allowed
(#392) Tab found within whitespace
(#392) Line indented incorrectly; expected at least 8 spaces, found 2
(#392) Variable "objWriter" must be all lower-case
(#393) Spaces must be used to indent lines; tabs are not allowed
(#393) Tab found within whitespace
(#393) Line indented incorrectly; expected 4 spaces, found 1
(#395) Spaces must be used to indent lines; tabs are not allowed
(#395) Tab found within whitespace
(#395) Line indented incorrectly; expected 4 spaces, found 1
(#395) Protected method name "PHPWord_Writer_Word2007_Base::_writeTextBreak" must be in lower-case letters only
(#395) Variable "objWriter" must be all lower-case
(#396) Spaces must be used to indent lines; tabs are not allowed
(#396) Tab found within whitespace
(#396) Line indented incorrectly; expected at least 8 spaces, found 2
(#396) Variable "objWriter" must be all lower-case
(#397) Spaces must be used to indent lines; tabs are not allowed
(#397) Tab found within whitespace
(#397) Line indented incorrectly; expected 4 spaces, found 1
(#399) Spaces must be used to indent lines; tabs are not allowed
(#399) Tab found within whitespace
(#399) Line indented incorrectly; expected 4 spaces, found 1
(#399) Protected method name "PHPWord_Writer_Word2007_Base::_writeTable" must be in lower-case letters only
(#399) Variable "objWriter" must be all lower-case
(#400) Spaces must be used to indent lines; tabs are not allowed
(#400) Tab found within whitespace
(#400) Line indented incorrectly; expected at least 8 spaces, found 2
(#400) Variable "_rows" must not contain underscores.
(#401) Spaces must be used to indent lines; tabs are not allowed
(#401) Tab found within whitespace
(#401) Line indented incorrectly; expected at least 8 spaces, found 2
(#401) Variable "_cRows" must be all lower-case
(#401) Variable "_cRows" must not contain underscores.
(#401) Variable "_rows" must not contain underscores.
(#403) Spaces must be used to indent lines; tabs are not allowed
(#403) Tab found within whitespace
(#403) Line indented incorrectly; expected 8 spaces, found 2
(#403) Expected "if (...) {\n"; found "if(...) {\n"
(#403) Variable "_cRows" must be all lower-case
(#403) Variable "_cRows" must not contain underscores.
(#404) Spaces must be used to indent lines; tabs are not allowed
(#404) Tab found within whitespace
(#404) Line indented incorrectly; expected at least 12 spaces, found 3
(#404) Variable "objWriter" must be all lower-case
(#405) Spaces must be used to indent lines; tabs are not allowed
(#405) Tab found within whitespace
(#405) Line indented incorrectly; expected at least 12 spaces, found 4
(#405) Variable "tblStyle" must be all lower-case
(#406) Spaces must be used to indent lines; tabs are not allowed
(#406) Tab found within whitespace
(#406) Line indented incorrectly; expected 12 spaces, found 4
(#406) Expected "if (...) {\n"; found "if(...) {\n"
(#406) Variable "tblStyle" must be all lower-case
(#407) Spaces must be used to indent lines; tabs are not allowed
(#407) Tab found within whitespace
(#407) Line indented incorrectly; expected at least 16 spaces, found 5
(#407) Variable "objWriter" must be all lower-case
(#407) Variable "tblStyle" must be all lower-case
(#408) Spaces must be used to indent lines; tabs are not allowed
(#408) Tab found within whitespace
(#408) Line indented incorrectly; expected 12 spaces, found 4
(#409) Spaces must be used to indent lines; tabs are not allowed
(#409) Tab found within whitespace
(#409) Line indented incorrectly; expected 16 spaces, found 5
(#409) Expected "if (...) {\n"; found "if(...) {\n"
(#409) Variable "tblStyle" must be all lower-case
(#410) Spaces must be used to indent lines; tabs are not allowed
(#410) Tab found within whitespace
(#410) Line indented incorrectly; expected at least 20 spaces, found 6
(#410) Variable "objWriter" must be all lower-case
(#411) Spaces must be used to indent lines; tabs are not allowed
(#411) Tab found within whitespace
(#411) Line indented incorrectly; expected at least 20 spaces, found 7
(#411) Variable "objWriter" must be all lower-case
(#412) Spaces must be used to indent lines; tabs are not allowed
(#412) Tab found within whitespace
(#412) Line indented incorrectly; expected at least 20 spaces, found 8
(#412) Variable "objWriter" must be all lower-case
(#412) Variable "tblStyle" must be all lower-case
(#413) Spaces must be used to indent lines; tabs are not allowed
(#413) Tab found within whitespace
(#413) Line indented incorrectly; expected at least 20 spaces, found 7
(#413) Variable "objWriter" must be all lower-case
(#414) Spaces must be used to indent lines; tabs are not allowed
(#414) Tab found within whitespace
(#414) Line indented incorrectly; expected at least 20 spaces, found 6
(#414) Variable "objWriter" must be all lower-case
(#415) Spaces must be used to indent lines; tabs are not allowed
(#415) Tab found within whitespace
(#415) Line indented incorrectly; expected 16 spaces, found 5
(#416) Spaces must be used to indent lines; tabs are not allowed
(#416) Tab found within whitespace
(#416) Line indented incorrectly; expected 12 spaces, found 4
(#418) Spaces must be used to indent lines; tabs are not allowed
(#418) Tab found within whitespace
(#418) Line indented incorrectly; expected at least 12 spaces, found 4
(#418) Variable "_heights" must not contain underscores.
(#419) Spaces must be used to indent lines; tabs are not allowed
(#419) Tab found within whitespace
(#419) Line indented incorrectly; expected 12 spaces, found 4
(#419) Expected "for (...) {\n"; found "for(...) {\n"
(#419) Expected 1 space before "="; 0 found
(#419) Expected 1 space after "="; 0 found
(#419) Expected 1 space before "<"; 0 found
(#419) Expected 1 space after "<"; 0 found
(#419) Variable "_cRows" must be all lower-case
(#419) Variable "_cRows" must not contain underscores.
(#420) Spaces must be used to indent lines; tabs are not allowed
(#420) Tab found within whitespace
(#420) Line indented incorrectly; expected at least 16 spaces, found 5
(#420) Variable "_rows" must not contain underscores.
(#421) Spaces must be used to indent lines; tabs are not allowed
(#421) Tab found within whitespace
(#421) Line indented incorrectly; expected at least 16 spaces, found 5
(#421) Variable "_heights" must not contain underscores.
(#423) Spaces must be used to indent lines; tabs are not allowed
(#423) Tab found within whitespace
(#423) Line indented incorrectly; expected at least 16 spaces, found 5
(#423) Variable "objWriter" must be all lower-case
(#425) Spaces must be used to indent lines; tabs are not allowed
(#425) Tab found within whitespace
(#425) Line indented incorrectly; expected 16 spaces, found 6
(#425) Expected "if (...) {\n"; found "if(...) {\n"
(#426) Spaces must be used to indent lines; tabs are not allowed
(#426) Tab found within whitespace
(#426) Line indented incorrectly; expected at least 20 spaces, found 7
(#426) Variable "objWriter" must be all lower-case
(#427) Spaces must be used to indent lines; tabs are not allowed
(#427) Tab found within whitespace
(#427) Line indented incorrectly; expected at least 20 spaces, found 8
(#427) Variable "objWriter" must be all lower-case
(#428) Spaces must be used to indent lines; tabs are not allowed
(#428) Tab found within whitespace
(#428) Line indented incorrectly; expected at least 20 spaces, found 9
(#428) Variable "objWriter" must be all lower-case
(#429) Spaces must be used to indent lines; tabs are not allowed
(#429) Tab found within whitespace
(#429) Line indented incorrectly; expected at least 20 spaces, found 8
(#429) Variable "objWriter" must be all lower-case
(#430) Spaces must be used to indent lines; tabs are not allowed
(#430) Tab found within whitespace
(#430) Line indented incorrectly; expected at least 20 spaces, found 7
(#430) Variable "objWriter" must be all lower-case
(#431) Spaces must be used to indent lines; tabs are not allowed
(#431) Tab found within whitespace
(#431) Line indented incorrectly; expected 16 spaces, found 6
(#433) Spaces must be used to indent lines; tabs are not allowed
(#433) Tab found within whitespace
(#433) Line indented incorrectly; expected 16 spaces, found 6
(#433) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#434) Spaces must be used to indent lines; tabs are not allowed
(#434) Tab found within whitespace
(#434) Line indented incorrectly; expected at least 20 spaces, found 7
(#434) Variable "objWriter" must be all lower-case
(#436) Spaces must be used to indent lines; tabs are not allowed
(#436) Tab found within whitespace
(#436) Line indented incorrectly; expected at least 20 spaces, found 8
(#436) Variable "cellStyle" must be all lower-case
(#437) Spaces must be used to indent lines; tabs are not allowed
(#437) Tab found within whitespace
(#437) Line indented incorrectly; expected at least 20 spaces, found 8
(#439) Spaces must be used to indent lines; tabs are not allowed
(#439) Tab found within whitespace
(#439) Line indented incorrectly; expected at least 20 spaces, found 8
(#439) Variable "objWriter" must be all lower-case
(#440) Spaces must be used to indent lines; tabs are not allowed
(#440) Tab found within whitespace
(#440) Line indented incorrectly; expected at least 20 spaces, found 9
(#440) Variable "objWriter" must be all lower-case
(#441) Spaces must be used to indent lines; tabs are not allowed
(#441) Tab found within whitespace
(#441) Line indented incorrectly; expected at least 20 spaces, found 10
(#441) Variable "objWriter" must be all lower-case
(#442) Spaces must be used to indent lines; tabs are not allowed
(#442) Tab found within whitespace
(#442) Line indented incorrectly; expected at least 20 spaces, found 10
(#442) Variable "objWriter" must be all lower-case
(#443) Spaces must be used to indent lines; tabs are not allowed
(#443) Tab found within whitespace
(#443) Line indented incorrectly; expected at least 20 spaces, found 9
(#443) Variable "objWriter" must be all lower-case
(#445) Spaces must be used to indent lines; tabs are not allowed
(#445) Tab found within whitespace
(#445) Line indented incorrectly; expected 20 spaces, found 9
(#445) Expected "if (...) {\n"; found "if(...) {\n"
(#445) Variable "cellStyle" must be all lower-case
(#446) Spaces must be used to indent lines; tabs are not allowed
(#446) Tab found within whitespace
(#446) Line indented incorrectly; expected at least 24 spaces, found 10
(#446) Variable "objWriter" must be all lower-case
(#446) Variable "cellStyle" must be all lower-case
(#447) Spaces must be used to indent lines; tabs are not allowed
(#447) Tab found within whitespace
(#447) Line indented incorrectly; expected 20 spaces, found 9
(#449) Spaces must be used to indent lines; tabs are not allowed
(#449) Tab found within whitespace
(#449) Line indented incorrectly; expected at least 20 spaces, found 8
(#449) Variable "objWriter" must be all lower-case
(#451) Spaces must be used to indent lines; tabs are not allowed
(#451) Tab found within whitespace
(#451) Line indented incorrectly; expected at least 20 spaces, found 8
(#451) Variable "_elements" must not contain underscores.
(#452) Spaces must be used to indent lines; tabs are not allowed
(#452) Tab found within whitespace
(#452) Line indented incorrectly; expected 20 spaces, found 8
(#452) Expected "if (...) {\n"; found "if(...) {\n"
(#452) Variable "_elements" must not contain underscores.
(#453) Spaces must be used to indent lines; tabs are not allowed
(#453) Tab found within whitespace
(#453) Line indented incorrectly; expected 24 spaces, found 9
(#453) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#453) Variable "_elements" must not contain underscores.
(#454) Spaces must be used to indent lines; tabs are not allowed
(#454) Tab found within whitespace
(#454) Line indented incorrectly; expected 28 spaces, found 10
(#454) Expected "if (...) {\n"; found "if(...) {\n"
(#455) Spaces must be used to indent lines; tabs are not allowed
(#455) Tab found within whitespace
(#455) Line indented incorrectly; expected at least 32 spaces, found 11
(#455) Variable "objWriter" must be all lower-case
(#456) Spaces must be used to indent lines; tabs are not allowed
(#456) Tab found within whitespace
(#456) Line indented incorrectly; expected 28 spaces, found 10
(#456) Usage of ELSEIF not allowed; use ELSE IF instead
(#457) Spaces must be used to indent lines; tabs are not allowed
(#457) Tab found within whitespace
(#457) Line indented incorrectly; expected at least 32 spaces, found 11
(#457) Variable "objWriter" must be all lower-case
(#458) Spaces must be used to indent lines; tabs are not allowed
(#458) Tab found within whitespace
(#458) Line indented incorrectly; expected 28 spaces, found 10
(#458) Usage of ELSEIF not allowed; use ELSE IF instead
(#459) Spaces must be used to indent lines; tabs are not allowed
(#459) Tab found within whitespace
(#459) Line indented incorrectly; expected at least 32 spaces, found 11
(#459) Variable "objWriter" must be all lower-case
(#460) Spaces must be used to indent lines; tabs are not allowed
(#460) Tab found within whitespace
(#460) Line indented incorrectly; expected 28 spaces, found 10
(#460) Usage of ELSEIF not allowed; use ELSE IF instead
(#461) Spaces must be used to indent lines; tabs are not allowed
(#461) Tab found within whitespace
(#461) Line indented incorrectly; expected at least 32 spaces, found 11
(#461) Variable "objWriter" must be all lower-case
(#462) Spaces must be used to indent lines; tabs are not allowed
(#462) Tab found within whitespace
(#462) Line indented incorrectly; expected 28 spaces, found 10
(#462) Usage of ELSEIF not allowed; use ELSE IF instead
(#463) Spaces must be used to indent lines; tabs are not allowed
(#463) Tab found within whitespace
(#463) Line indented incorrectly; expected at least 32 spaces, found 11
(#463) Variable "objWriter" must be all lower-case
(#464) Spaces must be used to indent lines; tabs are not allowed
(#464) Tab found within whitespace
(#464) Line indented incorrectly; expected 28 spaces, found 10
(#464) Usage of ELSEIF not allowed; use ELSE IF instead
(#465) Spaces must be used to indent lines; tabs are not allowed
(#465) Tab found within whitespace
(#465) Line indented incorrectly; expected at least 28 spaces, found 13
(#466) Spaces must be used to indent lines; tabs are not allowed
(#466) Tab found within whitespace
(#466) Line indented incorrectly; expected at least 32 spaces, found 11
(#466) Variable "objWriter" must be all lower-case
(#467) Spaces must be used to indent lines; tabs are not allowed
(#467) Tab found within whitespace
(#467) Line indented incorrectly; expected 28 spaces, found 10
(#467) Usage of ELSEIF not allowed; use ELSE IF instead
(#468) Spaces must be used to indent lines; tabs are not allowed
(#468) Tab found within whitespace
(#468) Line indented incorrectly; expected at least 32 spaces, found 11
(#468) Variable "objWriter" must be all lower-case
(#469) Spaces must be used to indent lines; tabs are not allowed
(#469) Tab found within whitespace
(#469) Line indented incorrectly; expected 28 spaces, found 10
(#469) Usage of ELSEIF not allowed; use ELSE IF instead
(#470) Spaces must be used to indent lines; tabs are not allowed
(#470) Tab found within whitespace
(#470) Line indented incorrectly; expected at least 32 spaces, found 11
(#470) Variable "objWriter" must be all lower-case
(#471) Spaces must be used to indent lines; tabs are not allowed
(#471) Tab found within whitespace
(#471) Line indented incorrectly; expected 28 spaces, found 10
(#472) Spaces must be used to indent lines; tabs are not allowed
(#472) Tab found within whitespace
(#472) Line indented incorrectly; expected 24 spaces, found 9
(#473) Spaces must be used to indent lines; tabs are not allowed
(#473) Tab found within whitespace
(#473) Line indented incorrectly; expected 20 spaces, found 8
(#474) Spaces must be used to indent lines; tabs are not allowed
(#474) Tab found within whitespace
(#474) Line indented incorrectly; expected at least 24 spaces, found 9
(#474) Variable "objWriter" must be all lower-case
(#475) Spaces must be used to indent lines; tabs are not allowed
(#475) Tab found within whitespace
(#475) Line indented incorrectly; expected 20 spaces, found 8
(#477) Spaces must be used to indent lines; tabs are not allowed
(#477) Tab found within whitespace
(#477) Line indented incorrectly; expected at least 20 spaces, found 7
(#477) Variable "objWriter" must be all lower-case
(#478) Spaces must be used to indent lines; tabs are not allowed
(#478) Tab found within whitespace
(#478) Line indented incorrectly; expected 16 spaces, found 6
(#479) Spaces must be used to indent lines; tabs are not allowed
(#479) Tab found within whitespace
(#479) Line indented incorrectly; expected at least 16 spaces, found 5
(#479) Variable "objWriter" must be all lower-case
(#480) Spaces must be used to indent lines; tabs are not allowed
(#480) Tab found within whitespace
(#480) Line indented incorrectly; expected 12 spaces, found 4
(#481) Spaces must be used to indent lines; tabs are not allowed
(#481) Tab found within whitespace
(#481) Line indented incorrectly; expected at least 12 spaces, found 3
(#481) Variable "objWriter" must be all lower-case
(#482) Spaces must be used to indent lines; tabs are not allowed
(#482) Tab found within whitespace
(#482) Line indented incorrectly; expected 8 spaces, found 2
(#483) Spaces must be used to indent lines; tabs are not allowed
(#483) Tab found within whitespace
(#483) Line indented incorrectly; expected 4 spaces, found 1
(#485) Spaces must be used to indent lines; tabs are not allowed
(#485) Tab found within whitespace
(#485) Line indented incorrectly; expected 4 spaces, found 1
(#485) Protected method name "PHPWord_Writer_Word2007_Base::_writeTableStyle" must be in lower-case letters only
(#485) Variable "objWriter" must be all lower-case
(#486) Spaces must be used to indent lines; tabs are not allowed
(#486) Tab found within whitespace
(#486) Line indented incorrectly; expected at least 8 spaces, found 2
(#487) Spaces must be used to indent lines; tabs are not allowed
(#487) Tab found within whitespace
(#487) Line indented incorrectly; expected at least 8 spaces, found 2
(#487) Variable "mTop" must be all lower-case
(#488) Spaces must be used to indent lines; tabs are not allowed
(#488) Tab found within whitespace
(#488) Line indented incorrectly; expected at least 8 spaces, found 2
(#488) Variable "mLeft" must be all lower-case
(#489) Spaces must be used to indent lines; tabs are not allowed
(#489) Tab found within whitespace
(#489) Line indented incorrectly; expected at least 8 spaces, found 2
(#489) Variable "mRight" must be all lower-case
(#490) Spaces must be used to indent lines; tabs are not allowed
(#490) Tab found within whitespace
(#490) Line indented incorrectly; expected at least 8 spaces, found 2
(#490) Variable "mBottom" must be all lower-case
(#492) Spaces must be used to indent lines; tabs are not allowed
(#492) Tab found within whitespace
(#492) Line indented incorrectly; expected 8 spaces, found 2
(#492) Expected "if (...) {\n"; found "if(...) {\n"
(#492) Variable "mTop" must be all lower-case
(#492) Variable "mLeft" must be all lower-case
(#492) Variable "mRight" must be all lower-case
(#492) Variable "mBottom" must be all lower-case
(#493) Spaces must be used to indent lines; tabs are not allowed
(#493) Tab found within whitespace
(#493) Line indented incorrectly; expected at least 12 spaces, found 3
(#493) Variable "objWriter" must be all lower-case
(#494) Spaces must be used to indent lines; tabs are not allowed
(#494) Tab found within whitespace
(#494) Line indented incorrectly; expected at least 12 spaces, found 4
(#494) Variable "objWriter" must be all lower-case
(#496) Spaces must be used to indent lines; tabs are not allowed
(#496) Tab found within whitespace
(#496) Line indented incorrectly; expected 12 spaces, found 5
(#496) Expected "if (...) {\n"; found "if(...) {\n"
(#496) Variable "mTop" must be all lower-case
(#497) Spaces must be used to indent lines; tabs are not allowed
(#497) Tab found within whitespace
(#497) Line indented incorrectly; expected at least 16 spaces, found 6
(#497) Variable "objWriter" must be all lower-case
(#498) Spaces must be used to indent lines; tabs are not allowed
(#498) Tab found within whitespace
(#498) Line indented incorrectly; expected at least 16 spaces, found 7
(#498) Variable "objWriter" must be all lower-case
(#499) Spaces must be used to indent lines; tabs are not allowed
(#499) Tab found within whitespace
(#499) Line indented incorrectly; expected at least 16 spaces, found 7
(#499) Variable "objWriter" must be all lower-case
(#500) Spaces must be used to indent lines; tabs are not allowed
(#500) Tab found within whitespace
(#500) Line indented incorrectly; expected at least 16 spaces, found 6
(#500) Variable "objWriter" must be all lower-case
(#501) Spaces must be used to indent lines; tabs are not allowed
(#501) Tab found within whitespace
(#501) Line indented incorrectly; expected 12 spaces, found 5
(#503) Spaces must be used to indent lines; tabs are not allowed
(#503) Tab found within whitespace
(#503) Line indented incorrectly; expected 12 spaces, found 5
(#503) Expected "if (...) {\n"; found "if(...) {\n"
(#503) Variable "mLeft" must be all lower-case
(#504) Spaces must be used to indent lines; tabs are not allowed
(#504) Tab found within whitespace
(#504) Line indented incorrectly; expected at least 16 spaces, found 6
(#504) Variable "objWriter" must be all lower-case
(#505) Spaces must be used to indent lines; tabs are not allowed
(#505) Tab found within whitespace
(#505) Line indented incorrectly; expected at least 16 spaces, found 7
(#505) Variable "objWriter" must be all lower-case
(#506) Spaces must be used to indent lines; tabs are not allowed
(#506) Tab found within whitespace
(#506) Line indented incorrectly; expected at least 16 spaces, found 7
(#506) Variable "objWriter" must be all lower-case
(#507) Spaces must be used to indent lines; tabs are not allowed
(#507) Tab found within whitespace
(#507) Line indented incorrectly; expected at least 16 spaces, found 6
(#507) Variable "objWriter" must be all lower-case
(#508) Spaces must be used to indent lines; tabs are not allowed
(#508) Tab found within whitespace
(#508) Line indented incorrectly; expected 12 spaces, found 5
(#510) Spaces must be used to indent lines; tabs are not allowed
(#510) Tab found within whitespace
(#510) Line indented incorrectly; expected 12 spaces, found 5
(#510) Expected "if (...) {\n"; found "if(...) {\n"
(#510) Variable "mRight" must be all lower-case
(#511) Spaces must be used to indent lines; tabs are not allowed
(#511) Tab found within whitespace
(#511) Line indented incorrectly; expected at least 16 spaces, found 6
(#511) Variable "objWriter" must be all lower-case
(#512) Spaces must be used to indent lines; tabs are not allowed
(#512) Tab found within whitespace
(#512) Line indented incorrectly; expected at least 16 spaces, found 7
(#512) Variable "objWriter" must be all lower-case
(#513) Spaces must be used to indent lines; tabs are not allowed
(#513) Tab found within whitespace
(#513) Line indented incorrectly; expected at least 16 spaces, found 7
(#513) Variable "objWriter" must be all lower-case
(#514) Spaces must be used to indent lines; tabs are not allowed
(#514) Tab found within whitespace
(#514) Line indented incorrectly; expected at least 16 spaces, found 6
(#514) Variable "objWriter" must be all lower-case
(#515) Spaces must be used to indent lines; tabs are not allowed
(#515) Tab found within whitespace
(#515) Line indented incorrectly; expected 12 spaces, found 5
(#517) Spaces must be used to indent lines; tabs are not allowed
(#517) Tab found within whitespace
(#517) Line indented incorrectly; expected 12 spaces, found 5
(#517) Expected "if (...) {\n"; found "if(...) {\n"
(#517) Variable "mBottom" must be all lower-case
(#518) Spaces must be used to indent lines; tabs are not allowed
(#518) Tab found within whitespace
(#518) Line indented incorrectly; expected at least 16 spaces, found 6
(#518) Variable "objWriter" must be all lower-case
(#519) Spaces must be used to indent lines; tabs are not allowed
(#519) Tab found within whitespace
(#519) Line indented incorrectly; expected at least 16 spaces, found 7
(#519) Variable "objWriter" must be all lower-case
(#520) Spaces must be used to indent lines; tabs are not allowed
(#520) Tab found within whitespace
(#520) Line indented incorrectly; expected at least 16 spaces, found 7
(#520) Variable "objWriter" must be all lower-case
(#521) Spaces must be used to indent lines; tabs are not allowed
(#521) Tab found within whitespace
(#521) Line indented incorrectly; expected at least 16 spaces, found 6
(#521) Variable "objWriter" must be all lower-case
(#522) Spaces must be used to indent lines; tabs are not allowed
(#522) Tab found within whitespace
(#522) Line indented incorrectly; expected 12 spaces, found 5
(#524) Spaces must be used to indent lines; tabs are not allowed
(#524) Tab found within whitespace
(#524) Line indented incorrectly; expected at least 12 spaces, found 4
(#524) Variable "objWriter" must be all lower-case
(#525) Spaces must be used to indent lines; tabs are not allowed
(#525) Tab found within whitespace
(#525) Line indented incorrectly; expected at least 12 spaces, found 3
(#525) Variable "objWriter" must be all lower-case
(#526) Spaces must be used to indent lines; tabs are not allowed
(#526) Tab found within whitespace
(#526) Line indented incorrectly; expected 8 spaces, found 2
(#527) Spaces must be used to indent lines; tabs are not allowed
(#527) Tab found within whitespace
(#527) Line indented incorrectly; expected 4 spaces, found 1
(#529) Spaces must be used to indent lines; tabs are not allowed
(#529) Tab found within whitespace
(#529) Line indented incorrectly; expected 4 spaces, found 1
(#529) Protected method name "PHPWord_Writer_Word2007_Base::_writeCellStyle" must be in lower-case letters only
(#529) Variable "objWriter" must be all lower-case
(#530) Spaces must be used to indent lines; tabs are not allowed
(#530) Tab found within whitespace
(#530) Line indented incorrectly; expected at least 8 spaces, found 2
(#530) Variable "bgColor" must be all lower-case
(#531) Spaces must be used to indent lines; tabs are not allowed
(#531) Tab found within whitespace
(#531) Line indented incorrectly; expected at least 8 spaces, found 2
(#532) Spaces must be used to indent lines; tabs are not allowed
(#532) Tab found within whitespace
(#532) Line indented incorrectly; expected at least 8 spaces, found 2
(#532) Variable "textDir" must be all lower-case
(#533) Spaces must be used to indent lines; tabs are not allowed
(#533) Tab found within whitespace
(#533) Line indented incorrectly; expected at least 8 spaces, found 2
(#533) Variable "brdSz" must be all lower-case
(#534) Spaces must be used to indent lines; tabs are not allowed
(#534) Tab found within whitespace
(#534) Line indented incorrectly; expected at least 8 spaces, found 2
(#534) Variable "brdCol" must be all lower-case
(#536) Spaces must be used to indent lines; tabs are not allowed
(#536) Tab found within whitespace
(#536) Line indented incorrectly; expected at least 8 spaces, found 2
(#536) Variable "bTop" must be all lower-case
(#536) Variable "brdSz" must be all lower-case
(#537) Spaces must be used to indent lines; tabs are not allowed
(#537) Tab found within whitespace
(#537) Line indented incorrectly; expected at least 8 spaces, found 2
(#537) Variable "bLeft" must be all lower-case
(#537) Variable "brdSz" must be all lower-case
(#538) Spaces must be used to indent lines; tabs are not allowed
(#538) Tab found within whitespace
(#538) Line indented incorrectly; expected at least 8 spaces, found 2
(#538) Variable "bRight" must be all lower-case
(#538) Variable "brdSz" must be all lower-case
(#539) Spaces must be used to indent lines; tabs are not allowed
(#539) Tab found within whitespace
(#539) Line indented incorrectly; expected at least 8 spaces, found 2
(#539) Variable "bBottom" must be all lower-case
(#539) Variable "brdSz" must be all lower-case
(#540) Spaces must be used to indent lines; tabs are not allowed
(#540) Tab found within whitespace
(#540) Line indented incorrectly; expected at least 8 spaces, found 2
(#540) Variable "bTop" must be all lower-case
(#540) Variable "bLeft" must be all lower-case
(#540) Variable "bRight" must be all lower-case
(#540) Variable "bBottom" must be all lower-case
(#542) Spaces must be used to indent lines; tabs are not allowed
(#542) Tab found within whitespace
(#542) Line indented incorrectly; expected at least 8 spaces, found 2
(#542) Variable "bgColor" must be all lower-case
(#542) Variable "textDir" must be all lower-case
(#544) Spaces must be used to indent lines; tabs are not allowed
(#544) Tab found within whitespace
(#544) Line indented incorrectly; expected 8 spaces, found 2
(#544) Expected "if (...) {\n"; found "if(...) {\n"
(#545) Spaces must be used to indent lines; tabs are not allowed
(#545) Tab found within whitespace
(#545) Line indented incorrectly; expected 12 spaces, found 3
(#545) Expected "if (...) {\n"; found "if(...) {\n"
(#545) Variable "textDir" must be all lower-case
(#546) Spaces must be used to indent lines; tabs are not allowed
(#546) Tab found within whitespace
(#546) Line indented incorrectly; expected at least 16 spaces, found 4
(#546) Variable "objWriter" must be all lower-case
(#547) Spaces must be used to indent lines; tabs are not allowed
(#547) Tab found within whitespace
(#547) Line indented incorrectly; expected at least 16 spaces, found 5
(#547) Variable "objWriter" must be all lower-case
(#547) Variable "textDir" must be all lower-case
(#548) Spaces must be used to indent lines; tabs are not allowed
(#548) Tab found within whitespace
(#548) Line indented incorrectly; expected at least 16 spaces, found 4
(#548) Variable "objWriter" must be all lower-case
(#549) Spaces must be used to indent lines; tabs are not allowed
(#549) Tab found within whitespace
(#549) Line indented incorrectly; expected 12 spaces, found 3
(#551) Spaces must be used to indent lines; tabs are not allowed
(#551) Tab found within whitespace
(#551) Line indented incorrectly; expected 12 spaces, found 3
(#551) Expected "if (...) {\n"; found "if(...) {\n"
(#551) Variable "bgColor" must be all lower-case
(#552) Spaces must be used to indent lines; tabs are not allowed
(#552) Tab found within whitespace
(#552) Line indented incorrectly; expected at least 16 spaces, found 4
(#552) Variable "objWriter" must be all lower-case
(#553) Spaces must be used to indent lines; tabs are not allowed
(#553) Tab found within whitespace
(#553) Line indented incorrectly; expected at least 16 spaces, found 5
(#553) Variable "objWriter" must be all lower-case
(#554) Spaces must be used to indent lines; tabs are not allowed
(#554) Tab found within whitespace
(#554) Line indented incorrectly; expected at least 16 spaces, found 5
(#554) Variable "objWriter" must be all lower-case
(#555) Spaces must be used to indent lines; tabs are not allowed
(#555) Tab found within whitespace
(#555) Line indented incorrectly; expected at least 16 spaces, found 5
(#555) Variable "objWriter" must be all lower-case
(#555) Variable "bgColor" must be all lower-case
(#556) Spaces must be used to indent lines; tabs are not allowed
(#556) Tab found within whitespace
(#556) Line indented incorrectly; expected at least 16 spaces, found 4
(#556) Variable "objWriter" must be all lower-case
(#557) Spaces must be used to indent lines; tabs are not allowed
(#557) Tab found within whitespace
(#557) Line indented incorrectly; expected 12 spaces, found 3
(#559) Spaces must be used to indent lines; tabs are not allowed
(#559) Tab found within whitespace
(#559) Line indented incorrectly; expected 12 spaces, found 3
(#559) Expected "if (...) {\n"; found "if(...) {\n"
(#560) Spaces must be used to indent lines; tabs are not allowed
(#560) Tab found within whitespace
(#560) Line indented incorrectly; expected at least 16 spaces, found 4
(#560) Variable "objWriter" must be all lower-case
(#561) Spaces must be used to indent lines; tabs are not allowed
(#561) Tab found within whitespace
(#561) Line indented incorrectly; expected at least 16 spaces, found 5
(#561) Variable "objWriter" must be all lower-case
(#562) Spaces must be used to indent lines; tabs are not allowed
(#562) Tab found within whitespace
(#562) Line indented incorrectly; expected at least 16 spaces, found 4
(#562) Variable "objWriter" must be all lower-case
(#563) Spaces must be used to indent lines; tabs are not allowed
(#563) Tab found within whitespace
(#563) Line indented incorrectly; expected 12 spaces, found 3
(#565) Spaces must be used to indent lines; tabs are not allowed
(#565) Tab found within whitespace
(#565) Line indented incorrectly; expected 12 spaces, found 3
(#565) Expected "if (...) {\n"; found "if(...) {\n"
(#566) Spaces must be used to indent lines; tabs are not allowed
(#566) Tab found within whitespace
(#566) Line indented incorrectly; expected at least 16 spaces, found 4
(#566) Variable "_defaultColor" must be all lower-case
(#566) Variable "_defaultColor" must not contain underscores.
(#568) Spaces must be used to indent lines; tabs are not allowed
(#568) Tab found within whitespace
(#568) Line indented incorrectly; expected at least 16 spaces, found 4
(#568) Variable "objWriter" must be all lower-case
(#569) Spaces must be used to indent lines; tabs are not allowed
(#569) Tab found within whitespace
(#569) Line indented incorrectly; expected 16 spaces, found 5
(#569) Expected "if (...) {\n"; found "if(...) {\n"
(#569) Variable "bTop" must be all lower-case
(#570) Spaces must be used to indent lines; tabs are not allowed
(#570) Tab found within whitespace
(#570) Line indented incorrectly; expected 20 spaces, found 6
(#570) Expected "if (...) {\n"; found "if(...) { "
(#570) Variable "brdCol" must be all lower-case
(#570) Variable "brdCol" must be all lower-case
(#570) Variable "_defaultColor" must be all lower-case
(#570) Variable "_defaultColor" must not contain underscores.
(#570) Closing brace must be on a line by itself
(#571) Spaces must be used to indent lines; tabs are not allowed
(#571) Tab found within whitespace
(#571) Line indented incorrectly; expected at least 20 spaces, found 6
(#571) Variable "objWriter" must be all lower-case
(#572) Spaces must be used to indent lines; tabs are not allowed
(#572) Tab found within whitespace
(#572) Line indented incorrectly; expected at least 20 spaces, found 7
(#572) Variable "objWriter" must be all lower-case
(#573) Spaces must be used to indent lines; tabs are not allowed
(#573) Tab found within whitespace
(#573) Line indented incorrectly; expected at least 20 spaces, found 7
(#573) Variable "objWriter" must be all lower-case
(#573) Variable "brdSz" must be all lower-case
(#574) Spaces must be used to indent lines; tabs are not allowed
(#574) Tab found within whitespace
(#574) Line indented incorrectly; expected at least 20 spaces, found 7
(#574) Variable "objWriter" must be all lower-case
(#574) Variable "brdCol" must be all lower-case
(#575) Spaces must be used to indent lines; tabs are not allowed
(#575) Tab found within whitespace
(#575) Line indented incorrectly; expected at least 20 spaces, found 6
(#575) Variable "objWriter" must be all lower-case
(#576) Spaces must be used to indent lines; tabs are not allowed
(#576) Tab found within whitespace
(#576) Line indented incorrectly; expected 16 spaces, found 5
(#578) Spaces must be used to indent lines; tabs are not allowed
(#578) Tab found within whitespace
(#578) Line indented incorrectly; expected 16 spaces, found 5
(#578) Expected "if (...) {\n"; found "if(...) {\n"
(#578) Variable "bLeft" must be all lower-case
(#579) Spaces must be used to indent lines; tabs are not allowed
(#579) Tab found within whitespace
(#579) Line indented incorrectly; expected 20 spaces, found 6
(#579) Expected "if (...) {\n"; found "if(...) { "
(#579) Variable "brdCol" must be all lower-case
(#579) Variable "brdCol" must be all lower-case
(#579) Variable "_defaultColor" must be all lower-case
(#579) Variable "_defaultColor" must not contain underscores.
(#579) Closing brace must be on a line by itself
(#580) Spaces must be used to indent lines; tabs are not allowed
(#580) Tab found within whitespace
(#580) Line indented incorrectly; expected at least 20 spaces, found 6
(#580) Variable "objWriter" must be all lower-case
(#581) Spaces must be used to indent lines; tabs are not allowed
(#581) Tab found within whitespace
(#581) Line indented incorrectly; expected at least 20 spaces, found 7
(#581) Variable "objWriter" must be all lower-case
(#582) Spaces must be used to indent lines; tabs are not allowed
(#582) Tab found within whitespace
(#582) Line indented incorrectly; expected at least 20 spaces, found 7
(#582) Variable "objWriter" must be all lower-case
(#582) Variable "brdSz" must be all lower-case
(#583) Spaces must be used to indent lines; tabs are not allowed
(#583) Tab found within whitespace
(#583) Line indented incorrectly; expected at least 20 spaces, found 7
(#583) Variable "objWriter" must be all lower-case
(#583) Variable "brdCol" must be all lower-case
(#584) Spaces must be used to indent lines; tabs are not allowed
(#584) Tab found within whitespace
(#584) Line indented incorrectly; expected at least 20 spaces, found 6
(#584) Variable "objWriter" must be all lower-case
(#585) Spaces must be used to indent lines; tabs are not allowed
(#585) Tab found within whitespace
(#585) Line indented incorrectly; expected 16 spaces, found 5
(#587) Spaces must be used to indent lines; tabs are not allowed
(#587) Tab found within whitespace
(#587) Line indented incorrectly; expected 16 spaces, found 5
(#587) Expected "if (...) {\n"; found "if(...) {\n"
(#587) Variable "bRight" must be all lower-case
(#588) Spaces must be used to indent lines; tabs are not allowed
(#588) Tab found within whitespace
(#588) Line indented incorrectly; expected 20 spaces, found 6
(#588) Expected "if (...) {\n"; found "if(...) { "
(#588) Variable "brdCol" must be all lower-case
(#588) Variable "brdCol" must be all lower-case
(#588) Variable "_defaultColor" must be all lower-case
(#588) Variable "_defaultColor" must not contain underscores.
(#588) Closing brace must be on a line by itself
(#589) Spaces must be used to indent lines; tabs are not allowed
(#589) Tab found within whitespace
(#589) Line indented incorrectly; expected at least 20 spaces, found 6
(#589) Variable "objWriter" must be all lower-case
(#590) Spaces must be used to indent lines; tabs are not allowed
(#590) Tab found within whitespace
(#590) Line indented incorrectly; expected at least 20 spaces, found 7
(#590) Variable "objWriter" must be all lower-case
(#591) Spaces must be used to indent lines; tabs are not allowed
(#591) Tab found within whitespace
(#591) Line indented incorrectly; expected at least 20 spaces, found 7
(#591) Variable "objWriter" must be all lower-case
(#591) Variable "brdSz" must be all lower-case
(#592) Spaces must be used to indent lines; tabs are not allowed
(#592) Tab found within whitespace
(#592) Line indented incorrectly; expected at least 20 spaces, found 7
(#592) Variable "objWriter" must be all lower-case
(#592) Variable "brdCol" must be all lower-case
(#593) Spaces must be used to indent lines; tabs are not allowed
(#593) Tab found within whitespace
(#593) Line indented incorrectly; expected at least 20 spaces, found 6
(#593) Variable "objWriter" must be all lower-case
(#594) Spaces must be used to indent lines; tabs are not allowed
(#594) Tab found within whitespace
(#594) Line indented incorrectly; expected 16 spaces, found 5
(#596) Spaces must be used to indent lines; tabs are not allowed
(#596) Tab found within whitespace
(#596) Line indented incorrectly; expected 16 spaces, found 5
(#596) Expected "if (...) {\n"; found "if(...) {\n"
(#596) Variable "bBottom" must be all lower-case
(#597) Spaces must be used to indent lines; tabs are not allowed
(#597) Tab found within whitespace
(#597) Line indented incorrectly; expected 20 spaces, found 6
(#597) Expected "if (...) {\n"; found "if(...) { "
(#597) Variable "brdCol" must be all lower-case
(#597) Variable "brdCol" must be all lower-case
(#597) Variable "_defaultColor" must be all lower-case
(#597) Variable "_defaultColor" must not contain underscores.
(#597) Closing brace must be on a line by itself
(#598) Spaces must be used to indent lines; tabs are not allowed
(#598) Tab found within whitespace
(#598) Line indented incorrectly; expected at least 20 spaces, found 6
(#598) Variable "objWriter" must be all lower-case
(#599) Spaces must be used to indent lines; tabs are not allowed
(#599) Tab found within whitespace
(#599) Line indented incorrectly; expected at least 20 spaces, found 7
(#599) Variable "objWriter" must be all lower-case
(#600) Spaces must be used to indent lines; tabs are not allowed
(#600) Tab found within whitespace
(#600) Line indented incorrectly; expected at least 20 spaces, found 7
(#600) Variable "objWriter" must be all lower-case
(#600) Variable "brdSz" must be all lower-case
(#601) Spaces must be used to indent lines; tabs are not allowed
(#601) Tab found within whitespace
(#601) Line indented incorrectly; expected at least 20 spaces, found 7
(#601) Variable "objWriter" must be all lower-case
(#601) Variable "brdCol" must be all lower-case
(#602) Spaces must be used to indent lines; tabs are not allowed
(#602) Tab found within whitespace
(#602) Line indented incorrectly; expected at least 20 spaces, found 6
(#602) Variable "objWriter" must be all lower-case
(#603) Spaces must be used to indent lines; tabs are not allowed
(#603) Tab found within whitespace
(#603) Line indented incorrectly; expected 16 spaces, found 5
(#605) Spaces must be used to indent lines; tabs are not allowed
(#605) Tab found within whitespace
(#605) Line indented incorrectly; expected at least 16 spaces, found 4
(#605) Variable "objWriter" must be all lower-case
(#606) Spaces must be used to indent lines; tabs are not allowed
(#606) Tab found within whitespace
(#606) Line indented incorrectly; expected 12 spaces, found 3
(#607) Spaces must be used to indent lines; tabs are not allowed
(#607) Tab found within whitespace
(#607) Line indented incorrectly; expected 8 spaces, found 2
(#608) Spaces must be used to indent lines; tabs are not allowed
(#608) Tab found within whitespace
(#608) Line indented incorrectly; expected 4 spaces, found 1
(#610) Spaces must be used to indent lines; tabs are not allowed
(#610) Tab found within whitespace
(#610) Line indented incorrectly; expected 4 spaces, found 1
(#610) Protected method name "PHPWord_Writer_Word2007_Base::_writeImage" must be in lower-case letters only
(#610) Variable "objWriter" must be all lower-case
(#611) Spaces must be used to indent lines; tabs are not allowed
(#611) Tab found within whitespace
(#611) Line indented incorrectly; expected at least 8 spaces, found 2
(#611) Variable "rId" must be all lower-case
(#613) Spaces must be used to indent lines; tabs are not allowed
(#613) Tab found within whitespace
(#613) Line indented incorrectly; expected at least 8 spaces, found 2
(#614) Spaces must be used to indent lines; tabs are not allowed
(#614) Tab found within whitespace
(#614) Line indented incorrectly; expected at least 8 spaces, found 2
(#615) Spaces must be used to indent lines; tabs are not allowed
(#615) Tab found within whitespace
(#615) Line indented incorrectly; expected at least 8 spaces, found 2
(#616) Spaces must be used to indent lines; tabs are not allowed
(#616) Tab found within whitespace
(#616) Line indented incorrectly; expected at least 8 spaces, found 2
(#618) Spaces must be used to indent lines; tabs are not allowed
(#618) Tab found within whitespace
(#618) Line indented incorrectly; expected at least 8 spaces, found 2
(#618) Variable "objWriter" must be all lower-case
(#620) Spaces must be used to indent lines; tabs are not allowed
(#620) Tab found within whitespace
(#620) Line indented incorrectly; expected 8 spaces, found 3
(#620) Expected "if (...) {\n"; found "if(...) {\n"
(#621) Spaces must be used to indent lines; tabs are not allowed
(#621) Tab found within whitespace
(#621) Line indented incorrectly; expected at least 12 spaces, found 4
(#621) Variable "objWriter" must be all lower-case
(#622) Spaces must be used to indent lines; tabs are not allowed
(#622) Tab found within whitespace
(#622) Line indented incorrectly; expected at least 12 spaces, found 5
(#622) Variable "objWriter" must be all lower-case
(#623) Spaces must be used to indent lines; tabs are not allowed
(#623) Tab found within whitespace
(#623) Line indented incorrectly; expected at least 12 spaces, found 6
(#623) Variable "objWriter" must be all lower-case
(#624) Spaces must be used to indent lines; tabs are not allowed
(#624) Tab found within whitespace
(#624) Line indented incorrectly; expected at least 12 spaces, found 5
(#624) Variable "objWriter" must be all lower-case
(#625) Spaces must be used to indent lines; tabs are not allowed
(#625) Tab found within whitespace
(#625) Line indented incorrectly; expected at least 12 spaces, found 4
(#625) Variable "objWriter" must be all lower-case
(#626) Spaces must be used to indent lines; tabs are not allowed
(#626) Tab found within whitespace
(#626) Line indented incorrectly; expected 8 spaces, found 3
(#628) Spaces must be used to indent lines; tabs are not allowed
(#628) Tab found within whitespace
(#628) Line indented incorrectly; expected at least 8 spaces, found 3
(#628) Variable "objWriter" must be all lower-case
(#630) Spaces must be used to indent lines; tabs are not allowed
(#630) Tab found within whitespace
(#630) Line indented incorrectly; expected at least 8 spaces, found 4
(#630) Variable "objWriter" must be all lower-case
(#632) Spaces must be used to indent lines; tabs are not allowed
(#632) Tab found within whitespace
(#632) Line indented incorrectly; expected at least 8 spaces, found 5
(#632) Variable "objWriter" must be all lower-case
(#633) Spaces must be used to indent lines; tabs are not allowed
(#633) Tab found within whitespace
(#633) Line indented incorrectly; expected at least 8 spaces, found 6
(#633) Variable "objWriter" must be all lower-case
(#634) Spaces must be used to indent lines; tabs are not allowed
(#634) Tab found within whitespace
(#634) Line indented incorrectly; expected at least 8 spaces, found 6
(#634) Variable "objWriter" must be all lower-case
(#636) Spaces must be used to indent lines; tabs are not allowed
(#636) Tab found within whitespace
(#636) Line indented incorrectly; expected at least 8 spaces, found 6
(#636) Variable "objWriter" must be all lower-case
(#637) Spaces must be used to indent lines; tabs are not allowed
(#637) Tab found within whitespace
(#637) Line indented incorrectly; expected at least 8 spaces, found 7
(#637) Variable "objWriter" must be all lower-case
(#637) Variable "rId" must be all lower-case
(#638) Spaces must be used to indent lines; tabs are not allowed
(#638) Tab found within whitespace
(#638) Line indented incorrectly; expected at least 8 spaces, found 7
(#638) Variable "objWriter" must be all lower-case
(#639) Spaces must be used to indent lines; tabs are not allowed
(#639) Tab found within whitespace
(#639) Line indented incorrectly; expected at least 8 spaces, found 6
(#639) Variable "objWriter" must be all lower-case
(#640) Spaces must be used to indent lines; tabs are not allowed
(#640) Tab found within whitespace
(#640) Line indented incorrectly; expected at least 8 spaces, found 5
(#640) Variable "objWriter" must be all lower-case
(#642) Spaces must be used to indent lines; tabs are not allowed
(#642) Tab found within whitespace
(#642) Line indented incorrectly; expected at least 8 spaces, found 4
(#642) Variable "objWriter" must be all lower-case
(#644) Spaces must be used to indent lines; tabs are not allowed
(#644) Tab found within whitespace
(#644) Line indented incorrectly; expected at least 8 spaces, found 3
(#644) Variable "objWriter" must be all lower-case
(#646) Spaces must be used to indent lines; tabs are not allowed
(#646) Tab found within whitespace
(#646) Line indented incorrectly; expected at least 8 spaces, found 2
(#646) Variable "objWriter" must be all lower-case
(#647) Spaces must be used to indent lines; tabs are not allowed
(#647) Tab found within whitespace
(#647) Line indented incorrectly; expected 4 spaces, found 1
(#649) Spaces must be used to indent lines; tabs are not allowed
(#649) Tab found within whitespace
(#649) Line indented incorrectly; expected 4 spaces, found 1
(#649) Protected method name "PHPWord_Writer_Word2007_Base::_writeWatermark" must be in lower-case letters only
(#649) Variable "objWriter" must be all lower-case
(#650) Spaces must be used to indent lines; tabs are not allowed
(#650) Tab found within whitespace
(#650) Line indented incorrectly; expected at least 8 spaces, found 2
(#650) Variable "rId" must be all lower-case
(#652) Spaces must be used to indent lines; tabs are not allowed
(#652) Tab found within whitespace
(#652) Line indented incorrectly; expected at least 8 spaces, found 2
(#653) Spaces must be used to indent lines; tabs are not allowed
(#653) Tab found within whitespace
(#653) Line indented incorrectly; expected at least 8 spaces, found 2
(#654) Spaces must be used to indent lines; tabs are not allowed
(#654) Tab found within whitespace
(#654) Line indented incorrectly; expected at least 8 spaces, found 2
(#655) Spaces must be used to indent lines; tabs are not allowed
(#655) Tab found within whitespace
(#655) Line indented incorrectly; expected at least 8 spaces, found 2
(#655) Variable "marginLeft" must be all lower-case
(#656) Spaces must be used to indent lines; tabs are not allowed
(#656) Tab found within whitespace
(#656) Line indented incorrectly; expected at least 8 spaces, found 2
(#656) Variable "marginTop" must be all lower-case
(#658) Spaces must be used to indent lines; tabs are not allowed
(#658) Tab found within whitespace
(#658) Line indented incorrectly; expected at least 8 spaces, found 2
(#658) Variable "objWriter" must be all lower-case
(#660) Spaces must be used to indent lines; tabs are not allowed
(#660) Tab found within whitespace
(#660) Line indented incorrectly; expected at least 8 spaces, found 3
(#660) Variable "objWriter" must be all lower-case
(#662) Spaces must be used to indent lines; tabs are not allowed
(#662) Tab found within whitespace
(#662) Line indented incorrectly; expected at least 8 spaces, found 4
(#662) Variable "objWriter" must be all lower-case
(#664) Spaces must be used to indent lines; tabs are not allowed
(#664) Tab found within whitespace
(#664) Line indented incorrectly; expected at least 8 spaces, found 5
(#664) Variable "objWriter" must be all lower-case
(#665) Spaces must be used to indent lines; tabs are not allowed
(#665) Tab found within whitespace
(#665) Line indented incorrectly; expected at least 8 spaces, found 6
(#665) Variable "objWriter" must be all lower-case
(#667) Spaces must be used to indent lines; tabs are not allowed
(#667) Tab found within whitespace
(#667) Line indented incorrectly; expected at least 8 spaces, found 6
(#667) Variable "strStyle" must be all lower-case
(#668) Spaces must be used to indent lines; tabs are not allowed
(#668) Tab found within whitespace
(#668) Line indented incorrectly; expected at least 8 spaces, found 6
(#668) Variable "strStyle" must be all lower-case
(#669) Spaces must be used to indent lines; tabs are not allowed
(#669) Tab found within whitespace
(#669) Line indented incorrectly; expected at least 8 spaces, found 6
(#669) Variable "strStyle" must be all lower-case
(#670) Spaces must be used to indent lines; tabs are not allowed
(#670) Tab found within whitespace
(#670) Line indented incorrectly; expected 8 spaces, found 6
(#670) Expected "if (...) {\n"; found "if(...) {\n"
(#670) Variable "marginTop" must be all lower-case
(#671) Spaces must be used to indent lines; tabs are not allowed
(#671) Tab found within whitespace
(#671) Line indented incorrectly; expected at least 12 spaces, found 7
(#671) Variable "strStyle" must be all lower-case
(#671) Variable "marginTop" must be all lower-case
(#672) Spaces must be used to indent lines; tabs are not allowed
(#672) Tab found within whitespace
(#672) Line indented incorrectly; expected 8 spaces, found 6
(#673) Spaces must be used to indent lines; tabs are not allowed
(#673) Tab found within whitespace
(#673) Line indented incorrectly; expected 8 spaces, found 6
(#673) Expected "if (...) {\n"; found "if(...) {\n"
(#673) Variable "marginLeft" must be all lower-case
(#674) Spaces must be used to indent lines; tabs are not allowed
(#674) Tab found within whitespace
(#674) Line indented incorrectly; expected at least 12 spaces, found 7
(#674) Variable "strStyle" must be all lower-case
(#674) Variable "marginLeft" must be all lower-case
(#675) Spaces must be used to indent lines; tabs are not allowed
(#675) Tab found within whitespace
(#675) Line indented incorrectly; expected 8 spaces, found 6
(#677) Spaces must be used to indent lines; tabs are not allowed
(#677) Tab found within whitespace
(#677) Line indented incorrectly; expected at least 8 spaces, found 6
(#677) Variable "objWriter" must be all lower-case
(#677) Variable "strStyle" must be all lower-case
(#679) Spaces must be used to indent lines; tabs are not allowed
(#679) Tab found within whitespace
(#679) Line indented incorrectly; expected at least 8 spaces, found 6
(#679) Variable "objWriter" must be all lower-case
(#680) Spaces must be used to indent lines; tabs are not allowed
(#680) Tab found within whitespace
(#680) Line indented incorrectly; expected at least 8 spaces, found 7
(#680) Variable "objWriter" must be all lower-case
(#680) Variable "rId" must be all lower-case
(#681) Spaces must be used to indent lines; tabs are not allowed
(#681) Tab found within whitespace
(#681) Line indented incorrectly; expected at least 8 spaces, found 7
(#681) Variable "objWriter" must be all lower-case
(#682) Spaces must be used to indent lines; tabs are not allowed
(#682) Tab found within whitespace
(#682) Line indented incorrectly; expected at least 8 spaces, found 6
(#682) Variable "objWriter" must be all lower-case
(#683) Spaces must be used to indent lines; tabs are not allowed
(#683) Tab found within whitespace
(#683) Line indented incorrectly; expected at least 8 spaces, found 5
(#683) Variable "objWriter" must be all lower-case
(#685) Spaces must be used to indent lines; tabs are not allowed
(#685) Tab found within whitespace
(#685) Line indented incorrectly; expected at least 8 spaces, found 4
(#685) Variable "objWriter" must be all lower-case
(#687) Spaces must be used to indent lines; tabs are not allowed
(#687) Tab found within whitespace
(#687) Line indented incorrectly; expected at least 8 spaces, found 3
(#687) Variable "objWriter" must be all lower-case
(#689) Spaces must be used to indent lines; tabs are not allowed
(#689) Tab found within whitespace
(#689) Line indented incorrectly; expected at least 8 spaces, found 2
(#689) Variable "objWriter" must be all lower-case
(#690) Spaces must be used to indent lines; tabs are not allowed
(#690) Tab found within whitespace
(#690) Line indented incorrectly; expected 4 spaces, found 1
(#692) Spaces must be used to indent lines; tabs are not allowed
(#692) Tab found within whitespace
(#692) Line indented incorrectly; expected 4 spaces, found 1
(#692) Protected method name "PHPWord_Writer_Word2007_Base::_writeTitle" must be in lower-case letters only
(#692) Variable "objWriter" must be all lower-case
(#693) Spaces must be used to indent lines; tabs are not allowed
(#693) Tab found within whitespace
(#693) Line indented incorrectly; expected at least 8 spaces, found 2
(#694) Spaces must be used to indent lines; tabs are not allowed
(#694) Tab found within whitespace
(#694) Line indented incorrectly; expected at least 8 spaces, found 2
(#695) Spaces must be used to indent lines; tabs are not allowed
(#695) Tab found within whitespace
(#695) Line indented incorrectly; expected at least 8 spaces, found 2
(#696) Spaces must be used to indent lines; tabs are not allowed
(#696) Tab found within whitespace
(#696) Line indented incorrectly; expected at least 8 spaces, found 2
(#696) Variable "bookmarkId" must be all lower-case
(#697) Spaces must be used to indent lines; tabs are not allowed
(#697) Tab found within whitespace
(#697) Line indented incorrectly; expected at least 8 spaces, found 2
(#699) Spaces must be used to indent lines; tabs are not allowed
(#699) Tab found within whitespace
(#699) Line indented incorrectly; expected at least 8 spaces, found 2
(#699) Variable "objWriter" must be all lower-case
(#701) Spaces must be used to indent lines; tabs are not allowed
(#701) Tab found within whitespace
(#701) Line indented incorrectly; expected 8 spaces, found 3
(#701) Expected "if (...) {\n"; found "if(...) {\n"
(#702) Spaces must be used to indent lines; tabs are not allowed
(#702) Tab found within whitespace
(#702) Line indented incorrectly; expected at least 12 spaces, found 4
(#702) Variable "objWriter" must be all lower-case
(#703) Spaces must be used to indent lines; tabs are not allowed
(#703) Tab found within whitespace
(#703) Line indented incorrectly; expected at least 12 spaces, found 5
(#703) Variable "objWriter" must be all lower-case
(#704) Spaces must be used to indent lines; tabs are not allowed
(#704) Tab found within whitespace
(#704) Line indented incorrectly; expected at least 12 spaces, found 6
(#704) Variable "objWriter" must be all lower-case
(#705) Spaces must be used to indent lines; tabs are not allowed
(#705) Tab found within whitespace
(#705) Line indented incorrectly; expected at least 12 spaces, found 5
(#705) Variable "objWriter" must be all lower-case
(#706) Spaces must be used to indent lines; tabs are not allowed
(#706) Tab found within whitespace
(#706) Line indented incorrectly; expected at least 12 spaces, found 4
(#706) Variable "objWriter" must be all lower-case
(#707) Spaces must be used to indent lines; tabs are not allowed
(#707) Tab found within whitespace
(#707) Line indented incorrectly; expected 8 spaces, found 3
(#709) Spaces must be used to indent lines; tabs are not allowed
(#709) Tab found within whitespace
(#709) Line indented incorrectly; expected at least 8 spaces, found 3
(#709) Variable "objWriter" must be all lower-case
(#710) Spaces must be used to indent lines; tabs are not allowed
(#710) Tab found within whitespace
(#710) Line indented incorrectly; expected at least 8 spaces, found 4
(#710) Variable "objWriter" must be all lower-case
(#711) Spaces must be used to indent lines; tabs are not allowed
(#711) Tab found within whitespace
(#711) Line indented incorrectly; expected at least 8 spaces, found 5
(#711) Variable "objWriter" must be all lower-case
(#712) Spaces must be used to indent lines; tabs are not allowed
(#712) Tab found within whitespace
(#712) Line indented incorrectly; expected at least 8 spaces, found 4
(#712) Variable "objWriter" must be all lower-case
(#713) Spaces must be used to indent lines; tabs are not allowed
(#713) Tab found within whitespace
(#713) Line indented incorrectly; expected at least 8 spaces, found 3
(#713) Variable "objWriter" must be all lower-case
(#715) Spaces must be used to indent lines; tabs are not allowed
(#715) Tab found within whitespace
(#715) Line indented incorrectly; expected at least 8 spaces, found 3
(#715) Variable "objWriter" must be all lower-case
(#716) Spaces must be used to indent lines; tabs are not allowed
(#716) Tab found within whitespace
(#716) Line indented incorrectly; expected at least 8 spaces, found 4
(#716) Variable "objWriter" must be all lower-case
(#716) Variable "bookmarkId" must be all lower-case
(#717) Spaces must be used to indent lines; tabs are not allowed
(#717) Tab found within whitespace
(#717) Line indented incorrectly; expected at least 8 spaces, found 4
(#717) Variable "objWriter" must be all lower-case
(#718) Spaces must be used to indent lines; tabs are not allowed
(#718) Tab found within whitespace
(#718) Line indented incorrectly; expected at least 8 spaces, found 3
(#718) Variable "objWriter" must be all lower-case
(#720) Spaces must be used to indent lines; tabs are not allowed
(#720) Tab found within whitespace
(#720) Line indented incorrectly; expected at least 8 spaces, found 3
(#720) Variable "objWriter" must be all lower-case
(#721) Spaces must be used to indent lines; tabs are not allowed
(#721) Tab found within whitespace
(#721) Line indented incorrectly; expected at least 8 spaces, found 4
(#721) Variable "objWriter" must be all lower-case
(#722) Spaces must be used to indent lines; tabs are not allowed
(#722) Tab found within whitespace
(#722) Line indented incorrectly; expected at least 8 spaces, found 5
(#722) Variable "objWriter" must be all lower-case
(#723) Spaces must be used to indent lines; tabs are not allowed
(#723) Tab found within whitespace
(#723) Line indented incorrectly; expected at least 8 spaces, found 4
(#723) Variable "objWriter" must be all lower-case
(#724) Spaces must be used to indent lines; tabs are not allowed
(#724) Tab found within whitespace
(#724) Line indented incorrectly; expected at least 8 spaces, found 3
(#724) Variable "objWriter" must be all lower-case
(#726) Spaces must be used to indent lines; tabs are not allowed
(#726) Tab found within whitespace
(#726) Line indented incorrectly; expected at least 8 spaces, found 3
(#726) Variable "objWriter" must be all lower-case
(#727) Spaces must be used to indent lines; tabs are not allowed
(#727) Tab found within whitespace
(#727) Line indented incorrectly; expected at least 8 spaces, found 4
(#727) Variable "objWriter" must be all lower-case
(#727) Variable "bookmarkId" must be all lower-case
(#728) Spaces must be used to indent lines; tabs are not allowed
(#728) Tab found within whitespace
(#728) Line indented incorrectly; expected at least 8 spaces, found 3
(#728) Variable "objWriter" must be all lower-case
(#730) Spaces must be used to indent lines; tabs are not allowed
(#730) Tab found within whitespace
(#730) Line indented incorrectly; expected at least 8 spaces, found 2
(#730) Variable "objWriter" must be all lower-case
(#731) Spaces must be used to indent lines; tabs are not allowed
(#731) Tab found within whitespace
(#731) Line indented incorrectly; expected 4 spaces, found 1
(#733) A closing tag is not permitted at the end of a PHP file
mod/offlinequiz/lib/PHPWord/Writer/Word2007/ContentTypes.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#29) Expected MOODLE_INTERNAL check or config.php inclusion
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#30) Whitespace found at end of line
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected 4 spaces, found 1
(#31) Public method name "PHPWord_Writer_Word2007_ContentTypes::writeContentTypes" must be in lower-case letters only
(#31) Variable "_imageTypes" must be all lower-case
(#31) Variable "_imageTypes" must not contain underscores.
(#31) Variable "_objectTypes" must be all lower-case
(#31) Variable "_objectTypes" must not contain underscores.
(#31) Variable "_cHdrs" must be all lower-case
(#31) Variable "_cHdrs" must not contain underscores.
(#31) Variable "_cFtrs" must be all lower-case
(#31) Variable "_cFtrs" must not contain underscores.
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Inline comments must end in full-stops, exclamation marks, or question marks
(#32) Line indented incorrectly; expected at least 8 spaces, found 2
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Tab found within whitespace
(#33) Line indented incorrectly; expected at least 8 spaces, found 2
(#33) Variable "objWriter" must be all lower-case
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Tab found within whitespace
(#34) Line indented incorrectly; expected 8 spaces, found 2
(#35) Spaces must be used to indent lines; tabs are not allowed
(#35) Tab found within whitespace
(#35) Line indented incorrectly; expected at least 12 spaces, found 3
(#35) Variable "objWriter" must be all lower-case
(#35) Line exceeds 132 characters; contains 138 characters
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Line indented incorrectly; expected 8 spaces, found 2
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected at least 12 spaces, found 3
(#37) Variable "objWriter" must be all lower-case
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected 8 spaces, found 2
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Inline comments must end in full-stops, exclamation marks, or question marks
(#40) Line indented incorrectly; expected at least 8 spaces, found 2
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected at least 8 spaces, found 2
(#41) Variable "objWriter" must be all lower-case
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Inline comments must end in full-stops, exclamation marks, or question marks
(#43) Line indented incorrectly; expected at least 8 spaces, found 2
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected at least 8 spaces, found 2
(#44) Variable "objWriter" must be all lower-case
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected at least 8 spaces, found 2
(#45) Variable "objWriter" must be all lower-case
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Inline comments must end in full-stops, exclamation marks, or question marks
(#47) Line indented incorrectly; expected at least 8 spaces, found 3
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected at least 8 spaces, found 3
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected at least 8 spaces, found 4
(#49) Variable "objWriter" must be all lower-case
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected at least 8 spaces, found 3
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Inline comments must end in full-stops, exclamation marks, or question marks
(#52) Line indented incorrectly; expected at least 8 spaces, found 3
(#53) Spaces must be used to indent lines; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected at least 8 spaces, found 3
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Tab found within whitespace
(#54) Line indented incorrectly; expected at least 8 spaces, found 4
(#54) Variable "objWriter" must be all lower-case
(#55) Spaces must be used to indent lines; tabs are not allowed
(#55) Tab found within whitespace
(#55) Line indented incorrectly; expected at least 8 spaces, found 3
(#56) Spaces must be used to indent lines; tabs are not allowed
(#56) Tab found within whitespace
(#56) Whitespace found at end of line
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Inline comments must end in full-stops, exclamation marks, or question marks
(#57) Line indented incorrectly; expected at least 8 spaces, found 3
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Line indented incorrectly; expected 8 spaces, found 3
(#58) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#58) Variable "_imageTypes" must be all lower-case
(#58) Variable "_imageTypes" must not contain underscores.
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#59) Line indented incorrectly; expected at least 12 spaces, found 4
(#59) Variable "objWriter" must be all lower-case
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected 8 spaces, found 3
(#61) Spaces must be used to indent lines; tabs are not allowed
(#61) Tab found within whitespace
(#61) Whitespace found at end of line
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Tab found within whitespace
(#62) Inline comments must end in full-stops, exclamation marks, or question marks
(#62) Line indented incorrectly; expected at least 8 spaces, found 3
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected 8 spaces, found 3
(#63) Expected "if (...) {\n"; found "if(...) {\n"
(#63) Variable "_objectTypes" must be all lower-case
(#63) Variable "_objectTypes" must not contain underscores.
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected at least 12 spaces, found 4
(#64) Variable "objWriter" must be all lower-case
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Tab found within whitespace
(#65) Line indented incorrectly; expected 8 spaces, found 3
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#66) Whitespace found at end of line
(#67) Spaces must be used to indent lines; tabs are not allowed
(#67) Tab found within whitespace
(#67) Inline comments must end in full-stops, exclamation marks, or question marks
(#67) Line indented incorrectly; expected at least 8 spaces, found 3
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected at least 8 spaces, found 3
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected at least 8 spaces, found 4
(#69) Variable "objWriter" must be all lower-case
(#70) Spaces must be used to indent lines; tabs are not allowed
(#70) Tab found within whitespace
(#70) Line indented incorrectly; expected at least 8 spaces, found 3
(#72) Spaces must be used to indent lines; tabs are not allowed
(#72) Tab found within whitespace
(#72) Line indented incorrectly; expected at least 8 spaces, found 3
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected at least 8 spaces, found 4
(#73) Variable "objWriter" must be all lower-case
(#74) Spaces must be used to indent lines; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected at least 8 spaces, found 3
(#75) Spaces must be used to indent lines; tabs are not allowed
(#75) Tab found within whitespace
(#75) Whitespace found at end of line
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Tab found within whitespace
(#76) Inline comments must end in full-stops, exclamation marks, or question marks
(#76) Line indented incorrectly; expected at least 8 spaces, found 3
(#77) Spaces must be used to indent lines; tabs are not allowed
(#77) Tab found within whitespace
(#77) Line indented incorrectly; expected at least 8 spaces, found 3
(#78) Spaces must be used to indent lines; tabs are not allowed
(#78) Tab found within whitespace
(#78) Line indented incorrectly; expected at least 8 spaces, found 4
(#78) Variable "objWriter" must be all lower-case
(#79) Spaces must be used to indent lines; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected at least 8 spaces, found 3
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Tab found within whitespace
(#80) Whitespace found at end of line
(#81) Spaces must be used to indent lines; tabs are not allowed
(#81) Tab found within whitespace
(#81) Inline comments must end in full-stops, exclamation marks, or question marks
(#81) Line indented incorrectly; expected at least 8 spaces, found 3
(#82) Spaces must be used to indent lines; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected at least 8 spaces, found 3
(#83) Spaces must be used to indent lines; tabs are not allowed
(#83) Tab found within whitespace
(#83) Line indented incorrectly; expected at least 8 spaces, found 4
(#83) Variable "objWriter" must be all lower-case
(#84) Spaces must be used to indent lines; tabs are not allowed
(#84) Tab found within whitespace
(#84) Line indented incorrectly; expected at least 8 spaces, found 3
(#85) Spaces must be used to indent lines; tabs are not allowed
(#85) Tab found within whitespace
(#85) Whitespace found at end of line
(#86) Spaces must be used to indent lines; tabs are not allowed
(#86) Tab found within whitespace
(#86) Inline comments must end in full-stops, exclamation marks, or question marks
(#86) Line indented incorrectly; expected at least 8 spaces, found 3
(#87) Spaces must be used to indent lines; tabs are not allowed
(#87) Tab found within whitespace
(#87) Line indented incorrectly; expected at least 8 spaces, found 3
(#88) Spaces must be used to indent lines; tabs are not allowed
(#88) Tab found within whitespace
(#88) Line indented incorrectly; expected at least 8 spaces, found 4
(#88) Variable "objWriter" must be all lower-case
(#89) Spaces must be used to indent lines; tabs are not allowed
(#89) Tab found within whitespace
(#89) Line indented incorrectly; expected at least 8 spaces, found 3
(#90) Spaces must be used to indent lines; tabs are not allowed
(#90) Tab found within whitespace
(#90) Whitespace found at end of line
(#91) Spaces must be used to indent lines; tabs are not allowed
(#91) Tab found within whitespace
(#91) Inline comments must end in full-stops, exclamation marks, or question marks
(#91) Line indented incorrectly; expected at least 8 spaces, found 3
(#92) Spaces must be used to indent lines; tabs are not allowed
(#92) Tab found within whitespace
(#92) Line indented incorrectly; expected at least 8 spaces, found 3
(#93) Spaces must be used to indent lines; tabs are not allowed
(#93) Tab found within whitespace
(#93) Line indented incorrectly; expected at least 8 spaces, found 4
(#93) Variable "objWriter" must be all lower-case
(#94) Spaces must be used to indent lines; tabs are not allowed
(#94) Tab found within whitespace
(#94) Line indented incorrectly; expected at least 8 spaces, found 3
(#95) Spaces must be used to indent lines; tabs are not allowed
(#95) Tab found within whitespace
(#95) Whitespace found at end of line
(#96) Spaces must be used to indent lines; tabs are not allowed
(#96) Tab found within whitespace
(#96) Inline comments must end in full-stops, exclamation marks, or question marks
(#96) Line indented incorrectly; expected at least 8 spaces, found 3
(#97) Spaces must be used to indent lines; tabs are not allowed
(#97) Tab found within whitespace
(#97) Line indented incorrectly; expected at least 8 spaces, found 3
(#98) Spaces must be used to indent lines; tabs are not allowed
(#98) Tab found within whitespace
(#98) Line indented incorrectly; expected at least 8 spaces, found 4
(#98) Variable "objWriter" must be all lower-case
(#99) Spaces must be used to indent lines; tabs are not allowed
(#99) Tab found within whitespace
(#99) Line indented incorrectly; expected at least 8 spaces, found 3
(#100) Spaces must be used to indent lines; tabs are not allowed
(#100) Tab found within whitespace
(#100) Whitespace found at end of line
(#101) Spaces must be used to indent lines; tabs are not allowed
(#101) Tab found within whitespace
(#101) Inline comments must end in full-stops, exclamation marks, or question marks
(#101) Line indented incorrectly; expected at least 8 spaces, found 3
(#102) Spaces must be used to indent lines; tabs are not allowed
(#102) Tab found within whitespace
(#102) Line indented incorrectly; expected at least 8 spaces, found 3
(#103) Spaces must be used to indent lines; tabs are not allowed
(#103) Tab found within whitespace
(#103) Line indented incorrectly; expected at least 8 spaces, found 4
(#103) Variable "objWriter" must be all lower-case
(#104) Spaces must be used to indent lines; tabs are not allowed
(#104) Tab found within whitespace
(#104) Line indented incorrectly; expected at least 8 spaces, found 3
(#105) Spaces must be used to indent lines; tabs are not allowed
(#105) Tab found within whitespace
(#105) Whitespace found at end of line
(#106) Spaces must be used to indent lines; tabs are not allowed
(#106) Tab found within whitespace
(#106) Inline comments must end in full-stops, exclamation marks, or question marks
(#106) Line indented incorrectly; expected at least 8 spaces, found 3
(#107) Spaces must be used to indent lines; tabs are not allowed
(#107) Tab found within whitespace
(#107) Line indented incorrectly; expected at least 8 spaces, found 3
(#108) Spaces must be used to indent lines; tabs are not allowed
(#108) Tab found within whitespace
(#108) Line indented incorrectly; expected at least 8 spaces, found 4
(#108) Variable "objWriter" must be all lower-case
(#109) Spaces must be used to indent lines; tabs are not allowed
(#109) Tab found within whitespace
(#109) Line indented incorrectly; expected at least 8 spaces, found 3
(#111) Spaces must be used to indent lines; tabs are not allowed
(#111) Tab found within whitespace
(#111) Line indented incorrectly; expected 8 spaces, found 3
(#111) Expected "for (...) {\n"; found "for(...) {\n"
(#111) Expected 1 space before "="; 0 found
(#111) Expected 1 space after "="; 0 found
(#111) Expected 1 space before "<="; 0 found
(#111) Expected 1 space after "<="; 0 found
(#111) Variable "_cHdrs" must be all lower-case
(#111) Variable "_cHdrs" must not contain underscores.
(#112) Spaces must be used to indent lines; tabs are not allowed
(#112) Tab found within whitespace
(#112) Line indented incorrectly; expected at least 12 spaces, found 4
(#113) Spaces must be used to indent lines; tabs are not allowed
(#113) Tab found within whitespace
(#113) Line indented incorrectly; expected at least 12 spaces, found 5
(#113) Variable "objWriter" must be all lower-case
(#114) Spaces must be used to indent lines; tabs are not allowed
(#114) Tab found within whitespace
(#114) Line indented incorrectly; expected at least 17 spaces, found 4
(#115) Spaces must be used to indent lines; tabs are not allowed
(#115) Tab found within whitespace
(#115) Line indented incorrectly; expected 8 spaces, found 3
(#116) Spaces must be used to indent lines; tabs are not allowed
(#116) Tab found within whitespace
(#116) 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 8 spaces, found 3
(#117) Expected "for (...) {\n"; found "for(...) {\n"
(#117) Expected 1 space before "="; 0 found
(#117) Expected 1 space after "="; 0 found
(#117) Expected 1 space before "<="; 0 found
(#117) Expected 1 space after "<="; 0 found
(#117) Variable "_cFtrs" must be all lower-case
(#117) Variable "_cFtrs" must not contain underscores.
(#118) Spaces must be used to indent lines; tabs are not allowed
(#118) Tab found within whitespace
(#118) Line indented incorrectly; expected at least 12 spaces, found 4
(#119) Spaces must be used to indent lines; tabs are not allowed
(#119) Tab found within whitespace
(#119) Line indented incorrectly; expected at least 12 spaces, found 5
(#119) Variable "objWriter" must be all lower-case
(#120) Spaces must be used to indent lines; tabs are not allowed
(#120) Tab found within whitespace
(#120) Line indented incorrectly; expected at least 17 spaces, found 4
(#121) Spaces must be used to indent lines; tabs are not allowed
(#121) Tab found within whitespace
(#121) Line indented incorrectly; expected 8 spaces, found 3
(#122) Spaces must be used to indent lines; tabs are not allowed
(#122) Tab found within whitespace
(#122) Whitespace found at end of line
(#122) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#123) Spaces must be used to indent lines; tabs are not allowed
(#123) Tab found within whitespace
(#123) Whitespace found at end of line
(#124) Spaces must be used to indent lines; tabs are not allowed
(#124) Tab found within whitespace
(#124) Line indented incorrectly; expected at least 8 spaces, found 2
(#124) Variable "objWriter" must be all lower-case
(#126) Spaces must be used to indent lines; tabs are not allowed
(#126) Tab found within whitespace
(#126) Inline comments must end in full-stops, exclamation marks, or question marks
(#126) This comment is 50% valid code; is this commented out code?
(#126) Line indented incorrectly; expected at least 8 spaces, found 2
(#127) Spaces must be used to indent lines; tabs are not allowed
(#127) Tab found within whitespace
(#127) Line indented incorrectly; expected at least 8 spaces, found 2
(#127) Variable "objWriter" must be all lower-case
(#128) Spaces must be used to indent lines; tabs are not allowed
(#128) Tab found within whitespace
(#128) Line indented incorrectly; expected 4 spaces, found 1
(#130) Spaces must be used to indent lines; tabs are not allowed
(#130) Tab found within whitespace
(#130) Line indented incorrectly; expected at least 4 spaces, found 1
(#131) Spaces must be used to indent lines; tabs are not allowed
(#132) Spaces must be used to indent lines; tabs are not allowed
(#133) Spaces must be used to indent lines; tabs are not allowed
(#133) Spaces must be used for alignment; tabs are not allowed
(#133) Spaces must be used for alignment; tabs are not allowed
(#134) Spaces must be used for alignment; tabs are not allowed
(#134) Spaces must be used for alignment; tabs are not allowed
(#134) Spaces must be used for alignment; tabs are not allowed
(#135) Spaces must be used for alignment; tabs are not allowed
(#135) Spaces must be used for alignment; tabs are not allowed
(#136) Spaces must be used for alignment; tabs are not allowed
(#137) Spaces must be used for alignment; tabs are not allowed
(#137) Tab found within whitespace
(#137) Line indented incorrectly; expected 4 spaces, found 1
(#137) Private method name "PHPWord_Writer_Word2007_ContentTypes::_getImageMimeType" must be in lower-case letters only
(#137) Variable "pFile" must be all lower-case
(#138) Spaces must be used for alignment; tabs are not allowed
(#138) Tab found within whitespace
(#138) Line indented incorrectly; expected 8 spaces, found 2
(#138) Expected "if (...) {\n"; found "if(...) {\n"
(#138) Variable "pFile" must be all lower-case
(#139) Spaces must be used for alignment; tabs are not allowed
(#139) Tab found within whitespace
(#139) Line indented incorrectly; expected at least 12 spaces, found 3
(#139) Variable "pFile" must be all lower-case
(#140) Spaces must be used for alignment; tabs are not allowed
(#140) Tab found within whitespace
(#140) Line indented incorrectly; expected at least 12 spaces, found 3
(#141) Spaces must be used for alignment; tabs are not allowed
(#141) Tab found within whitespace
(#141) Line indented incorrectly; expected 8 spaces, found 2
(#142) Spaces must be used for alignment; tabs are not allowed
(#142) Tab found within whitespace
(#142) Line indented incorrectly; expected at least 12 spaces, found 3
(#142) Variable "pFile" must be all lower-case
(#143) Spaces must be used for alignment; tabs are not allowed
(#143) Tab found within whitespace
(#143) Line indented incorrectly; expected 8 spaces, found 2
(#144) Spaces must be used for alignment; tabs are not allowed
(#144) Tab found within whitespace
(#144) Line indented incorrectly; expected 4 spaces, found 1
(#146) Spaces must be used for alignment; tabs are not allowed
(#146) Tab found within whitespace
(#146) Line indented incorrectly; expected at least 4 spaces, found 1
(#147) Spaces must be used for alignment; tabs are not allowed
(#148) Spaces must be used for alignment; tabs are not allowed
(#149) Spaces must be used for alignment; tabs are not allowed
(#149) Spaces must be used for alignment; tabs are not allowed
(#149) Spaces must be used for alignment; tabs are not allowed
(#150) Spaces must be used for alignment; tabs are not allowed
(#150) Spaces must be used for alignment; tabs are not allowed
(#150) Spaces must be used for alignment; tabs are not allowed
(#151) Spaces must be used for alignment; tabs are not allowed
(#151) Spaces must be used for alignment; tabs are not allowed
(#151) Spaces must be used for alignment; tabs are not allowed
(#152) Spaces must be used for alignment; tabs are not allowed
(#152) Spaces must be used for alignment; tabs are not allowed
(#153) Spaces must be used for alignment; tabs are not allowed
(#154) Spaces must be used for alignment; tabs are not allowed
(#154) Tab found within whitespace
(#154) Line indented incorrectly; expected 4 spaces, found 1
(#154) Private method name "PHPWord_Writer_Word2007_ContentTypes::_writeDefaultContentType" must be in lower-case letters only
(#154) Variable "objWriter" must be all lower-case
(#154) Variable "pPartname" must be all lower-case
(#154) Variable "pContentType" must be all lower-case
(#155) Spaces must be used for alignment; tabs are not allowed
(#155) Tab found within whitespace
(#155) Line indented incorrectly; expected 8 spaces, found 2
(#155) Expected "if (...) {\n"; found "if(...) {\n"
(#155) Variable "pPartname" must be all lower-case
(#155) Variable "pContentType" must be all lower-case
(#156) Spaces must be used for alignment; tabs are not allowed
(#156) Tab found within whitespace
(#156) Inline comments must end in full-stops, exclamation marks, or question marks
(#156) Line indented incorrectly; expected at least 12 spaces, found 3
(#157) Spaces must be used for alignment; tabs are not allowed
(#157) Tab found within whitespace
(#157) Line indented incorrectly; expected at least 12 spaces, found 3
(#157) Variable "objWriter" must be all lower-case
(#158) Spaces must be used for alignment; tabs are not allowed
(#158) Tab found within whitespace
(#158) Line indented incorrectly; expected at least 12 spaces, found 3
(#158) Variable "objWriter" must be all lower-case
(#158) Spaces must be used for alignment; tabs are not allowed
(#158) Tab found within whitespace
(#158) Variable "pPartname" must be all lower-case
(#159) Spaces must be used for alignment; tabs are not allowed
(#159) Tab found within whitespace
(#159) Line indented incorrectly; expected at least 12 spaces, found 3
(#159) Variable "objWriter" must be all lower-case
(#159) Spaces must be used for alignment; tabs are not allowed
(#159) Tab found within whitespace
(#159) Variable "pContentType" must be all lower-case
(#160) Spaces must be used for alignment; tabs are not allowed
(#160) Tab found within whitespace
(#160) Line indented incorrectly; expected at least 12 spaces, found 3
(#160) Variable "objWriter" must be all lower-case
(#161) Spaces must be used for alignment; tabs are not allowed
(#161) Tab found within whitespace
(#161) Line indented incorrectly; expected 8 spaces, found 2
(#162) Spaces must be used for alignment; tabs are not allowed
(#162) Tab found within whitespace
(#162) Line indented incorrectly; expected at least 12 spaces, found 3
(#163) Spaces must be used for alignment; tabs are not allowed
(#163) Tab found within whitespace
(#163) Line indented incorrectly; expected 8 spaces, found 2
(#164) Spaces must be used for alignment; tabs are not allowed
(#164) Tab found within whitespace
(#164) Line indented incorrectly; expected 4 spaces, found 1
(#166) Spaces must be used for alignment; tabs are not allowed
(#166) Tab found within whitespace
(#166) Line indented incorrectly; expected at least 4 spaces, found 1
(#167) Spaces must be used for alignment; tabs are not allowed
(#168) Spaces must be used for alignment; tabs are not allowed
(#169) Spaces must be used for alignment; tabs are not allowed
(#169) Spaces must be used for alignment; tabs are not allowed
(#169) Spaces must be used for alignment; tabs are not allowed
(#170) Spaces must be used for alignment; tabs are not allowed
(#170) Spaces must be used for alignment; tabs are not allowed
(#170) Spaces must be used for alignment; tabs are not allowed
(#171) Spaces must be used for alignment; tabs are not allowed
(#171) Spaces must be used for alignment; tabs are not allowed
(#171) Spaces must be used for alignment; tabs are not allowed
(#172) Spaces must be used for alignment; tabs are not allowed
(#172) Spaces must be used for alignment; tabs are not allowed
(#173) Spaces must be used for alignment; tabs are not allowed
(#174) Spaces must be used for alignment; tabs are not allowed
(#174) Tab found within whitespace
(#174) Line indented incorrectly; expected 4 spaces, found 1
(#174) Private method name "PHPWord_Writer_Word2007_ContentTypes::_writeOverrideContentType" must be in lower-case letters only
(#174) Variable "objWriter" must be all lower-case
(#174) Variable "pPartname" must be all lower-case
(#174) Variable "pContentType" must be all lower-case
(#175) Spaces must be used for alignment; tabs are not allowed
(#175) Tab found within whitespace
(#175) Line indented incorrectly; expected 8 spaces, found 2
(#175) Expected "if (...) {\n"; found "if(...) {\n"
(#175) Variable "pPartname" must be all lower-case
(#175) Variable "pContentType" must be all lower-case
(#176) Spaces must be used for alignment; tabs are not allowed
(#176) Tab found within whitespace
(#176) Inline comments must end in full-stops, exclamation marks, or question marks
(#176) Line indented incorrectly; expected at least 12 spaces, found 3
(#177) Spaces must be used for alignment; tabs are not allowed
(#177) Tab found within whitespace
(#177) Line indented incorrectly; expected at least 12 spaces, found 3
(#177) Variable "objWriter" must be all lower-case
(#178) Spaces must be used for alignment; tabs are not allowed
(#178) Tab found within whitespace
(#178) Line indented incorrectly; expected at least 12 spaces, found 3
(#178) Variable "objWriter" must be all lower-case
(#178) Spaces must be used for alignment; tabs are not allowed
(#178) Tab found within whitespace
(#178) Variable "pPartname" must be all lower-case
(#179) Spaces must be used for alignment; tabs are not allowed
(#179) Tab found within whitespace
(#179) Line indented incorrectly; expected at least 12 spaces, found 3
(#179) Variable "objWriter" must be all lower-case
(#179) Spaces must be used for alignment; tabs are not allowed
(#179) Tab found within whitespace
(#179) Variable "pContentType" must be all lower-case
(#180) Spaces must be used for alignment; tabs are not allowed
(#180) Tab found within whitespace
(#180) Line indented incorrectly; expected at least 12 spaces, found 3
(#180) Variable "objWriter" must be all lower-case
(#181) Spaces must be used for alignment; tabs are not allowed
(#181) Tab found within whitespace
(#181) Line indented incorrectly; expected 8 spaces, found 2
(#182) Spaces must be used for alignment; tabs are not allowed
(#182) Tab found within whitespace
(#182) Line indented incorrectly; expected at least 12 spaces, found 3
(#183) Spaces must be used for alignment; tabs are not allowed
(#183) Tab found within whitespace
(#183) Line indented incorrectly; expected 8 spaces, found 2
(#184) Spaces must be used for alignment; tabs are not allowed
(#184) Tab found within whitespace
(#184) Line indented incorrectly; expected 4 spaces, found 1
mod/offlinequiz/lib/PHPWord/Writer/Word2007/DocProps.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#29) Expected MOODLE_INTERNAL check or config.php inclusion
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected 4 spaces, found 1
(#31) Public method name "PHPWord_Writer_Word2007_DocProps::writeDocPropsApp" must be in lower-case letters only
(#31) Variable "pPHPWord" must be all lower-case
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Inline comments must end in full-stops, exclamation marks, or question marks
(#32) Line indented incorrectly; expected at least 8 spaces, found 2
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Tab found within whitespace
(#33) Line indented incorrectly; expected at least 8 spaces, found 2
(#33) Variable "objWriter" must be all lower-case
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Tab found within whitespace
(#34) Line indented incorrectly; expected 8 spaces, found 2
(#35) Spaces must be used to indent lines; tabs are not allowed
(#35) Tab found within whitespace
(#35) Line indented incorrectly; expected at least 12 spaces, found 3
(#35) Variable "objWriter" must be all lower-case
(#35) Line exceeds 132 characters; contains 138 characters
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Line indented incorrectly; expected 8 spaces, found 2
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected at least 12 spaces, found 3
(#37) Variable "objWriter" must be all lower-case
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected 8 spaces, found 2
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Inline comments must end in full-stops, exclamation marks, or question marks
(#40) Line indented incorrectly; expected at least 8 spaces, found 2
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected at least 8 spaces, found 2
(#41) Variable "objWriter" must be all lower-case
(#41) Commas (,) must be followed by white space.
(#41) Commas (,) must be followed by white space.
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Inline comments must end in full-stops, exclamation marks, or question marks
(#43) Line indented incorrectly; expected at least 8 spaces, found 2
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected at least 8 spaces, found 2
(#44) Variable "objWriter" must be all lower-case
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected at least 8 spaces, found 2
(#45) Variable "objWriter" must be all lower-case
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected at least 8 spaces, found 2
(#46) Variable "objWriter" must be all lower-case
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Inline comments must end in full-stops, exclamation marks, or question marks
(#48) Line indented incorrectly; expected at least 8 spaces, found 3
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected at least 8 spaces, found 3
(#49) Variable "objWriter" must be all lower-case
(#49) Spaces must be used for alignment; tabs are not allowed
(#49) Tab found within whitespace
(#51) Spaces must be used for alignment; tabs are not allowed
(#51) Tab found within whitespace
(#51) Inline comments must end in full-stops, exclamation marks, or question marks
(#51) Line indented incorrectly; expected at least 8 spaces, found 3
(#52) Spaces must be used for alignment; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected at least 8 spaces, found 3
(#52) Variable "objWriter" must be all lower-case
(#52) Spaces must be used for alignment; tabs are not allowed
(#52) Tab found within whitespace
(#54) Spaces must be used for alignment; tabs are not allowed
(#54) Tab found within whitespace
(#54) Inline comments must end in full-stops, exclamation marks, or question marks
(#54) Line indented incorrectly; expected at least 8 spaces, found 3
(#55) Spaces must be used for alignment; tabs are not allowed
(#55) Tab found within whitespace
(#55) Line indented incorrectly; expected at least 8 spaces, found 3
(#55) Variable "objWriter" must be all lower-case
(#57) Spaces must be used for alignment; tabs are not allowed
(#57) Tab found within whitespace
(#57) Inline comments must end in full-stops, exclamation marks, or question marks
(#57) Line indented incorrectly; expected at least 8 spaces, found 4
(#58) Spaces must be used for alignment; tabs are not allowed
(#58) Tab found within whitespace
(#58) Line indented incorrectly; expected at least 8 spaces, found 4
(#58) Variable "objWriter" must be all lower-case
(#59) Spaces must be used for alignment; tabs are not allowed
(#59) Tab found within whitespace
(#59) Line indented incorrectly; expected at least 8 spaces, found 4
(#59) Variable "objWriter" must be all lower-case
(#59) Spaces must be used for alignment; tabs are not allowed
(#59) Tab found within whitespace
(#60) Spaces must be used for alignment; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected at least 8 spaces, found 4
(#60) Variable "objWriter" must be all lower-case
(#60) Spaces must be used for alignment; tabs are not allowed
(#60) Tab found within whitespace
(#62) Spaces must be used for alignment; tabs are not allowed
(#62) Tab found within whitespace
(#62) Inline comments must end in full-stops, exclamation marks, or question marks
(#62) Line indented incorrectly; expected at least 8 spaces, found 5
(#63) Spaces must be used for alignment; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected at least 8 spaces, found 5
(#63) Variable "objWriter" must be all lower-case
(#64) Spaces must be used for alignment; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected at least 8 spaces, found 6
(#64) Variable "objWriter" must be all lower-case
(#64) Spaces must be used for alignment; tabs are not allowed
(#64) Tab found within whitespace
(#65) Spaces must be used for alignment; tabs are not allowed
(#65) Tab found within whitespace
(#65) Line indented incorrectly; expected at least 8 spaces, found 5
(#65) Variable "objWriter" must be all lower-case
(#67) Spaces must be used for alignment; tabs are not allowed
(#67) Tab found within whitespace
(#67) Inline comments must end in full-stops, exclamation marks, or question marks
(#67) Line indented incorrectly; expected at least 8 spaces, found 5
(#68) Spaces must be used for alignment; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected at least 8 spaces, found 5
(#68) Variable "objWriter" must be all lower-case
(#69) Spaces must be used for alignment; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected at least 8 spaces, found 6
(#69) Variable "objWriter" must be all lower-case
(#69) Spaces must be used for alignment; tabs are not allowed
(#69) Tab found within whitespace
(#70) Spaces must be used for alignment; tabs are not allowed
(#70) Tab found within whitespace
(#70) Line indented incorrectly; expected at least 8 spaces, found 5
(#70) Variable "objWriter" must be all lower-case
(#71) Spaces must be used for alignment; tabs are not allowed
(#71) Tab found within whitespace
(#71) Whitespace found at end of line
(#72) Spaces must be used for alignment; tabs are not allowed
(#72) Tab found within whitespace
(#72) Inline comments must end in full-stops, exclamation marks, or question marks
(#72) Line indented incorrectly; expected at least 8 spaces, found 5
(#73) Spaces must be used for alignment; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected at least 8 spaces, found 5
(#73) Variable "objWriter" must be all lower-case
(#74) Spaces must be used for alignment; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected at least 8 spaces, found 6
(#74) Variable "objWriter" must be all lower-case
(#74) Spaces must be used for alignment; tabs are not allowed
(#74) Tab found within whitespace
(#75) Spaces must be used for alignment; tabs are not allowed
(#75) Tab found within whitespace
(#75) Line indented incorrectly; expected at least 8 spaces, found 5
(#75) Variable "objWriter" must be all lower-case
(#77) Spaces must be used for alignment; tabs are not allowed
(#77) Tab found within whitespace
(#77) Inline comments must end in full-stops, exclamation marks, or question marks
(#77) Line indented incorrectly; expected at least 8 spaces, found 5
(#78) Spaces must be used for alignment; tabs are not allowed
(#78) Tab found within whitespace
(#78) Line indented incorrectly; expected at least 8 spaces, found 5
(#78) Variable "objWriter" must be all lower-case
(#79) Spaces must be used for alignment; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected at least 8 spaces, found 6
(#79) Variable "objWriter" must be all lower-case
(#79) Spaces must be used for alignment; tabs are not allowed
(#79) Tab found within whitespace
(#80) Spaces must be used for alignment; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected at least 8 spaces, found 5
(#80) Variable "objWriter" must be all lower-case
(#82) Spaces must be used for alignment; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected at least 8 spaces, found 4
(#82) Variable "objWriter" must be all lower-case
(#84) Spaces must be used for alignment; tabs are not allowed
(#84) Tab found within whitespace
(#84) Line indented incorrectly; expected at least 8 spaces, found 3
(#84) Variable "objWriter" must be all lower-case
(#86) Spaces must be used for alignment; tabs are not allowed
(#86) Tab found within whitespace
(#86) Inline comments must end in full-stops, exclamation marks, or question marks
(#86) Line indented incorrectly; expected at least 8 spaces, found 3
(#87) Spaces must be used for alignment; tabs are not allowed
(#87) Tab found within whitespace
(#87) Line indented incorrectly; expected at least 8 spaces, found 3
(#87) Variable "objWriter" must be all lower-case
(#89) Spaces must be used for alignment; tabs are not allowed
(#89) Tab found within whitespace
(#89) Inline comments must end in full-stops, exclamation marks, or question marks
(#89) Line indented incorrectly; expected at least 8 spaces, found 4
(#90) Spaces must be used for alignment; tabs are not allowed
(#90) Tab found within whitespace
(#90) Line indented incorrectly; expected at least 8 spaces, found 4
(#90) Variable "objWriter" must be all lower-case
(#91) Spaces must be used for alignment; tabs are not allowed
(#91) Tab found within whitespace
(#91) Line indented incorrectly; expected at least 8 spaces, found 4
(#91) Variable "objWriter" must be all lower-case
(#91) Spaces must be used for alignment; tabs are not allowed
(#91) Tab found within whitespace
(#92) Spaces must be used for alignment; tabs are not allowed
(#92) Tab found within whitespace
(#92) Line indented incorrectly; expected at least 8 spaces, found 4
(#92) Variable "objWriter" must be all lower-case
(#92) Spaces must be used for alignment; tabs are not allowed
(#92) Tab found within whitespace
(#94) Spaces must be used for alignment; tabs are not allowed
(#94) Tab found within whitespace
(#94) Line indented incorrectly; expected at least 8 spaces, found 5
(#94) Variable "objWriter" must be all lower-case
(#94) Spaces must be used for alignment; tabs are not allowed
(#94) Tab found within whitespace
(#96) Spaces must be used for alignment; tabs are not allowed
(#96) Tab found within whitespace
(#96) Line indented incorrectly; expected at least 8 spaces, found 4
(#96) Variable "objWriter" must be all lower-case
(#98) Spaces must be used for alignment; tabs are not allowed
(#98) Tab found within whitespace
(#98) Line indented incorrectly; expected at least 8 spaces, found 3
(#98) Variable "objWriter" must be all lower-case
(#100) Spaces must be used for alignment; tabs are not allowed
(#100) Tab found within whitespace
(#100) Inline comments must end in full-stops, exclamation marks, or question marks
(#100) Line indented incorrectly; expected at least 8 spaces, found 3
(#101) Spaces must be used for alignment; tabs are not allowed
(#101) Tab found within whitespace
(#101) Line indented incorrectly; expected at least 8 spaces, found 3
(#101) Variable "objWriter" must be all lower-case
(#101) Spaces must be used for alignment; tabs are not allowed
(#101) Tab found within whitespace
(#101) Variable "pPHPWord" must be all lower-case
(#103) Spaces must be used for alignment; tabs are not allowed
(#103) Tab found within whitespace
(#103) Inline comments must end in full-stops, exclamation marks, or question marks
(#103) Line indented incorrectly; expected at least 8 spaces, found 3
(#104) Spaces must be used for alignment; tabs are not allowed
(#104) Tab found within whitespace
(#104) Line indented incorrectly; expected at least 8 spaces, found 3
(#104) Variable "objWriter" must be all lower-case
(#104) Spaces must be used for alignment; tabs are not allowed
(#104) Tab found within whitespace
(#106) Spaces must be used for alignment; tabs are not allowed
(#106) Tab found within whitespace
(#106) Inline comments must end in full-stops, exclamation marks, or question marks
(#106) Line indented incorrectly; expected at least 8 spaces, found 3
(#107) Spaces must be used for alignment; tabs are not allowed
(#107) Tab found within whitespace
(#107) Line indented incorrectly; expected at least 8 spaces, found 3
(#107) Variable "objWriter" must be all lower-case
(#107) Spaces must be used for alignment; tabs are not allowed
(#107) Tab found within whitespace
(#109) Spaces must be used for alignment; tabs are not allowed
(#109) Tab found within whitespace
(#109) Inline comments must end in full-stops, exclamation marks, or question marks
(#109) Line indented incorrectly; expected at least 8 spaces, found 3
(#110) Spaces must be used for alignment; tabs are not allowed
(#110) Tab found within whitespace
(#110) Line indented incorrectly; expected at least 8 spaces, found 3
(#110) Variable "objWriter" must be all lower-case
(#110) Spaces must be used for alignment; tabs are not allowed
(#110) Tab found within whitespace
(#112) Spaces must be used for alignment; tabs are not allowed
(#112) Tab found within whitespace
(#112) Inline comments must end in full-stops, exclamation marks, or question marks
(#112) Line indented incorrectly; expected at least 8 spaces, found 3
(#113) Spaces must be used for alignment; tabs are not allowed
(#113) Tab found within whitespace
(#113) Line indented incorrectly; expected at least 8 spaces, found 3
(#113) Variable "objWriter" must be all lower-case
(#113) Spaces must be used for alignment; tabs are not allowed
(#113) Tab found within whitespace
(#115) Spaces must be used for alignment; tabs are not allowed
(#115) Tab found within whitespace
(#115) Line indented incorrectly; expected at least 8 spaces, found 2
(#115) Variable "objWriter" must be all lower-case
(#117) Spaces must be used for alignment; tabs are not allowed
(#117) Tab found within whitespace
(#117) Inline comments must end in full-stops, exclamation marks, or question marks
(#117) This comment is 50% valid code; is this commented out code?
(#117) Line indented incorrectly; expected at least 8 spaces, found 2
(#118) Spaces must be used for alignment; tabs are not allowed
(#118) Tab found within whitespace
(#118) Line indented incorrectly; expected at least 8 spaces, found 2
(#118) Variable "objWriter" must be all lower-case
(#119) Spaces must be used for alignment; tabs are not allowed
(#119) Tab found within whitespace
(#119) Line indented incorrectly; expected 4 spaces, found 1
(#122) Spaces must be used for alignment; tabs are not allowed
(#122) Tab found within whitespace
(#122) Line indented incorrectly; expected 4 spaces, found 1
(#122) Public method name "PHPWord_Writer_Word2007_DocProps::writeDocPropsCore" must be in lower-case letters only
(#122) Variable "pPHPWord" must be all lower-case
(#123) Spaces must be used for alignment; tabs are not allowed
(#123) Tab found within whitespace
(#123) Inline comments must end in full-stops, exclamation marks, or question marks
(#123) Line indented incorrectly; expected at least 8 spaces, found 2
(#124) Spaces must be used for alignment; tabs are not allowed
(#124) Tab found within whitespace
(#124) Line indented incorrectly; expected at least 8 spaces, found 2
(#124) Variable "objWriter" must be all lower-case
(#125) Spaces must be used for alignment; tabs are not allowed
(#125) Tab found within whitespace
(#125) Line indented incorrectly; expected 8 spaces, found 2
(#126) Spaces must be used for alignment; tabs are not allowed
(#126) Tab found within whitespace
(#126) Line indented incorrectly; expected at least 12 spaces, found 3
(#126) Variable "objWriter" must be all lower-case
(#126) Line exceeds 132 characters; contains 138 characters
(#127) Spaces must be used for alignment; tabs are not allowed
(#127) Tab found within whitespace
(#127) Line indented incorrectly; expected 8 spaces, found 2
(#128) Spaces must be used for alignment; tabs are not allowed
(#128) Tab found within whitespace
(#128) Line indented incorrectly; expected at least 12 spaces, found 3
(#128) Variable "objWriter" must be all lower-case
(#129) Spaces must be used for alignment; tabs are not allowed
(#129) Tab found within whitespace
(#129) Line indented incorrectly; expected 8 spaces, found 2
(#131) Spaces must be used for alignment; tabs are not allowed
(#131) Tab found within whitespace
(#131) Inline comments must end in full-stops, exclamation marks, or question marks
(#131) Line indented incorrectly; expected at least 8 spaces, found 2
(#132) Spaces must be used for alignment; tabs are not allowed
(#132) Tab found within whitespace
(#132) Line indented incorrectly; expected at least 8 spaces, found 2
(#132) Variable "objWriter" must be all lower-case
(#132) Commas (,) must be followed by white space.
(#132) Commas (,) must be followed by white space.
(#134) Spaces must be used for alignment; tabs are not allowed
(#134) Tab found within whitespace
(#134) Inline comments must start with a capital letter, digit or 3-dots sequence
(#134) Inline comments must end in full-stops, exclamation marks, or question marks
(#134) Line indented incorrectly; expected at least 8 spaces, found 2
(#135) Spaces must be used for alignment; tabs are not allowed
(#135) Tab found within whitespace
(#135) Line indented incorrectly; expected at least 8 spaces, found 2
(#135) Variable "objWriter" must be all lower-case
(#136) Spaces must be used for alignment; tabs are not allowed
(#136) Tab found within whitespace
(#136) Line indented incorrectly; expected at least 8 spaces, found 2
(#136) Variable "objWriter" must be all lower-case
(#137) Spaces must be used for alignment; tabs are not allowed
(#137) Tab found within whitespace
(#137) Line indented incorrectly; expected at least 8 spaces, found 2
(#137) Variable "objWriter" must be all lower-case
(#138) Spaces must be used for alignment; tabs are not allowed
(#138) Tab found within whitespace
(#138) Line indented incorrectly; expected at least 8 spaces, found 2
(#138) Variable "objWriter" must be all lower-case
(#139) Spaces must be used for alignment; tabs are not allowed
(#139) Tab found within whitespace
(#139) Line indented incorrectly; expected at least 8 spaces, found 2
(#139) Variable "objWriter" must be all lower-case
(#140) Spaces must be used for alignment; tabs are not allowed
(#140) Tab found within whitespace
(#140) Line indented incorrectly; expected at least 8 spaces, found 2
(#140) Variable "objWriter" must be all lower-case
(#142) Spaces must be used for alignment; tabs are not allowed
(#142) Tab found within whitespace
(#142) Inline comments must start with a capital letter, digit or 3-dots sequence
(#142) Inline comments must end in full-stops, exclamation marks, or question marks
(#142) Line indented incorrectly; expected at least 8 spaces, found 3
(#143) Spaces must be used for alignment; tabs are not allowed
(#143) Tab found within whitespace
(#143) Line indented incorrectly; expected at least 8 spaces, found 3
(#143) Variable "objWriter" must be all lower-case
(#143) Spaces must be used for alignment; tabs are not allowed
(#143) Tab found within whitespace
(#143) Variable "pPHPWord" must be all lower-case
(#145) Spaces must be used for alignment; tabs are not allowed
(#145) Tab found within whitespace
(#145) Inline comments must start with a capital letter, digit or 3-dots sequence
(#145) Inline comments must end in full-stops, exclamation marks, or question marks
(#145) Line indented incorrectly; expected at least 8 spaces, found 3
(#146) Spaces must be used for alignment; tabs are not allowed
(#146) Tab found within whitespace
(#146) Line indented incorrectly; expected at least 8 spaces, found 3
(#146) Variable "objWriter" must be all lower-case
(#146) Spaces must be used for alignment; tabs are not allowed
(#146) Tab found within whitespace
(#146) Variable "pPHPWord" must be all lower-case
(#148) Spaces must be used for alignment; tabs are not allowed
(#148) Tab found within whitespace
(#148) Inline comments must start with a capital letter, digit or 3-dots sequence
(#148) Inline comments must end in full-stops, exclamation marks, or question marks
(#148) Line indented incorrectly; expected at least 8 spaces, found 3
(#149) Spaces must be used for alignment; tabs are not allowed
(#149) Tab found within whitespace
(#149) Line indented incorrectly; expected at least 8 spaces, found 3
(#149) Variable "objWriter" must be all lower-case
(#150) Spaces must be used for alignment; tabs are not allowed
(#150) Tab found within whitespace
(#150) Line indented incorrectly; expected at least 8 spaces, found 3
(#150) Variable "objWriter" must be all lower-case
(#151) Spaces must be used for alignment; tabs are not allowed
(#151) Tab found within whitespace
(#151) Line indented incorrectly; expected at least 8 spaces, found 3
(#151) Variable "objWriter" must be all lower-case
(#151) Spaces must be used for alignment; tabs are not allowed
(#151) Tab found within whitespace
(#151) Variable "pPHPWord" must be all lower-case
(#152) Spaces must be used for alignment; tabs are not allowed
(#152) Tab found within whitespace
(#152) Line indented incorrectly; expected at least 8 spaces, found 3
(#152) Variable "objWriter" must be all lower-case
(#154) Spaces must be used for alignment; tabs are not allowed
(#154) Tab found within whitespace
(#154) Inline comments must start with a capital letter, digit or 3-dots sequence
(#154) Inline comments must end in full-stops, exclamation marks, or question marks
(#154) Line indented incorrectly; expected at least 8 spaces, found 3
(#155) Spaces must be used for alignment; tabs are not allowed
(#155) Tab found within whitespace
(#155) Line indented incorrectly; expected at least 8 spaces, found 3
(#155) Variable "objWriter" must be all lower-case
(#156) Spaces must be used for alignment; tabs are not allowed
(#156) Tab found within whitespace
(#156) Line indented incorrectly; expected at least 8 spaces, found 3
(#156) Variable "objWriter" must be all lower-case
(#157) Spaces must be used for alignment; tabs are not allowed
(#157) Tab found within whitespace
(#157) Line indented incorrectly; expected at least 8 spaces, found 3
(#157) Variable "objWriter" must be all lower-case
(#157) Spaces must be used for alignment; tabs are not allowed
(#157) Tab found within whitespace
(#157) Variable "pPHPWord" must be all lower-case
(#158) Spaces must be used for alignment; tabs are not allowed
(#158) Tab found within whitespace
(#158) Line indented incorrectly; expected at least 8 spaces, found 3
(#158) Variable "objWriter" must be all lower-case
(#160) Spaces must be used for alignment; tabs are not allowed
(#160) Tab found within whitespace
(#160) Inline comments must start with a capital letter, digit or 3-dots sequence
(#160) Inline comments must end in full-stops, exclamation marks, or question marks
(#160) Line indented incorrectly; expected at least 8 spaces, found 3
(#161) Spaces must be used for alignment; tabs are not allowed
(#161) Tab found within whitespace
(#161) Line indented incorrectly; expected at least 8 spaces, found 3
(#161) Variable "objWriter" must be all lower-case
(#161) Spaces must be used for alignment; tabs are not allowed
(#161) Tab found within whitespace
(#161) Variable "pPHPWord" must be all lower-case
(#163) Spaces must be used for alignment; tabs are not allowed
(#163) Tab found within whitespace
(#163) Inline comments must start with a capital letter, digit or 3-dots sequence
(#163) Inline comments must end in full-stops, exclamation marks, or question marks
(#163) Line indented incorrectly; expected at least 8 spaces, found 3
(#164) Spaces must be used for alignment; tabs are not allowed
(#164) Tab found within whitespace
(#164) Line indented incorrectly; expected at least 8 spaces, found 3
(#164) Variable "objWriter" must be all lower-case
(#164) Spaces must be used for alignment; tabs are not allowed
(#164) Tab found within whitespace
(#164) Variable "pPHPWord" must be all lower-case
(#166) Spaces must be used for alignment; tabs are not allowed
(#166) Tab found within whitespace
(#166) Inline comments must start with a capital letter, digit or 3-dots sequence
(#166) Inline comments must end in full-stops, exclamation marks, or question marks
(#166) Line indented incorrectly; expected at least 8 spaces, found 3
(#167) Spaces must be used for alignment; tabs are not allowed
(#167) Tab found within whitespace
(#167) Line indented incorrectly; expected at least 8 spaces, found 3
(#167) Variable "objWriter" must be all lower-case
(#167) Spaces must be used for alignment; tabs are not allowed
(#167) Tab found within whitespace
(#167) Variable "pPHPWord" must be all lower-case
(#169) Spaces must be used for alignment; tabs are not allowed
(#169) Tab found within whitespace
(#169) Inline comments must start with a capital letter, digit or 3-dots sequence
(#169) Inline comments must end in full-stops, exclamation marks, or question marks
(#169) Line indented incorrectly; expected at least 8 spaces, found 3
(#170) Spaces must be used for alignment; tabs are not allowed
(#170) Tab found within whitespace
(#170) Line indented incorrectly; expected at least 8 spaces, found 3
(#170) Variable "objWriter" must be all lower-case
(#170) Spaces must be used for alignment; tabs are not allowed
(#170) Tab found within whitespace
(#170) Variable "pPHPWord" must be all lower-case
(#172) Spaces must be used for alignment; tabs are not allowed
(#172) Tab found within whitespace
(#172) Inline comments must start with a capital letter, digit or 3-dots sequence
(#172) Inline comments must end in full-stops, exclamation marks, or question marks
(#172) Line indented incorrectly; expected at least 8 spaces, found 3
(#173) Spaces must be used for alignment; tabs are not allowed
(#173) Tab found within whitespace
(#173) Line indented incorrectly; expected at least 8 spaces, found 3
(#173) Variable "objWriter" must be all lower-case
(#173) Spaces must be used for alignment; tabs are not allowed
(#173) Tab found within whitespace
(#173) Variable "pPHPWord" must be all lower-case
(#175) Spaces must be used for alignment; tabs are not allowed
(#175) Tab found within whitespace
(#175) Line indented incorrectly; expected at least 8 spaces, found 2
(#175) Variable "objWriter" must be all lower-case
(#177) Spaces must be used for alignment; tabs are not allowed
(#177) Tab found within whitespace
(#177) Inline comments must end in full-stops, exclamation marks, or question marks
(#177) This comment is 50% valid code; is this commented out code?
(#177) Line indented incorrectly; expected at least 8 spaces, found 2
(#178) Spaces must be used for alignment; tabs are not allowed
(#178) Tab found within whitespace
(#178) Line indented incorrectly; expected at least 8 spaces, found 2
(#178) Variable "objWriter" must be all lower-case
(#179) Spaces must be used for alignment; tabs are not allowed
(#179) Tab found within whitespace
(#179) Line indented incorrectly; expected 4 spaces, found 1
mod/offlinequiz/lib/PHPWord/Writer/Word2007/Document.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#29) Expected MOODLE_INTERNAL check or config.php inclusion
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#30) Whitespace found at end of line
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected 4 spaces, found 1
(#31) Public method name "PHPWord_Writer_Word2007_Document::writeDocument" must be in lower-case letters only
(#31) Variable "pPHPWord" must be all lower-case
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Inline comments must end in full-stops, exclamation marks, or question marks
(#32) Line indented incorrectly; expected at least 8 spaces, found 2
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Tab found within whitespace
(#33) Whitespace found at end of line
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Tab found within whitespace
(#34) Line indented incorrectly; expected 8 spaces, found 2
(#34) Expected "if (...) {\n"; found "if(...) {\n"
(#35) Spaces must be used to indent lines; tabs are not allowed
(#35) Tab found within whitespace
(#35) Line indented incorrectly; expected at least 12 spaces, found 3
(#35) Variable "objWriter" must be all lower-case
(#35) Line exceeds 132 characters; contains 138 characters
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Line indented incorrectly; expected 8 spaces, found 2
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected at least 12 spaces, found 3
(#37) Variable "objWriter" must be all lower-case
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected 8 spaces, found 2
(#39) Spaces must be used to indent lines; tabs are not allowed
(#39) Tab found within whitespace
(#39) Whitespace found at end of line
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Inline comments must end in full-stops, exclamation marks, or question marks
(#40) Line indented incorrectly; expected at least 8 spaces, found 2
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected at least 8 spaces, found 2
(#41) Variable "objWriter" must be all lower-case
(#41) Commas (,) must be followed by white space.
(#41) Commas (,) must be followed by white space.
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Whitespace found at end of line
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Inline comments must start with a capital letter, digit or 3-dots sequence
(#43) Inline comments must end in full-stops, exclamation marks, or question marks
(#43) Line indented incorrectly; expected at least 8 spaces, found 2
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected at least 8 spaces, found 2
(#44) Variable "objWriter" must be all lower-case
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Whitespace found at end of line
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected at least 8 spaces, found 2
(#46) Variable "objWriter" must be all lower-case
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected at least 8 spaces, found 2
(#47) Variable "objWriter" must be all lower-case
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected at least 8 spaces, found 2
(#48) Variable "objWriter" must be all lower-case
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected at least 8 spaces, found 2
(#49) Variable "objWriter" must be all lower-case
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected at least 8 spaces, found 2
(#50) Variable "objWriter" must be all lower-case
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected at least 8 spaces, found 2
(#51) Variable "objWriter" must be all lower-case
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected at least 8 spaces, found 2
(#52) Variable "objWriter" must be all lower-case
(#53) Spaces must be used to indent lines; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected at least 8 spaces, found 2
(#53) Variable "objWriter" must be all lower-case
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Tab found within whitespace
(#54) Line indented incorrectly; expected at least 8 spaces, found 2
(#54) Variable "objWriter" must be all lower-case
(#55) Spaces must be used to indent lines; tabs are not allowed
(#55) Tab found within whitespace
(#55) Whitespace found at end of line
(#56) Spaces must be used to indent lines; tabs are not allowed
(#56) Tab found within whitespace
(#56) Line indented incorrectly; expected at least 8 spaces, found 2
(#56) Variable "objWriter" must be all lower-case
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Whitespace found at end of line
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Line indented incorrectly; expected at least 8 spaces, found 2
(#58) Variable "_sections" must not contain underscores.
(#58) Variable "pPHPWord" must be all lower-case
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#59) Line indented incorrectly; expected at least 8 spaces, found 2
(#59) Variable "countSections" must be all lower-case
(#59) Variable "_sections" must not contain underscores.
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected at least 8 spaces, found 2
(#60) Variable "pSection" must be all lower-case
(#61) Spaces must be used to indent lines; tabs are not allowed
(#61) Tab found within whitespace
(#61) Whitespace found at end of line
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Tab found within whitespace
(#62) Line indented incorrectly; expected 8 spaces, found 2
(#62) Expected "if (...) {\n"; found "if(...) {\n"
(#62) Variable "countSections" must be all lower-case
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected 12 spaces, found 3
(#63) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#63) Variable "_sections" must not contain underscores.
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected at least 16 spaces, found 4
(#64) Variable "pSection" must be all lower-case
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Tab found within whitespace
(#65) Whitespace found at end of line
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected at least 16 spaces, found 4
(#66) Variable "_elements" must not contain underscores.
(#67) Spaces must be used to indent lines; tabs are not allowed
(#67) Tab found within whitespace
(#67) Whitespace found at end of line
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected 16 spaces, found 4
(#68) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#68) Variable "_elements" must not contain underscores.
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected 20 spaces, found 5
(#69) Expected "if (...) {\n"; found "if(...) {\n"
(#70) Spaces must be used to indent lines; tabs are not allowed
(#70) Tab found within whitespace
(#70) Line indented incorrectly; expected at least 24 spaces, found 6
(#70) Variable "objWriter" must be all lower-case
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected 20 spaces, found 5
(#71) Usage of ELSEIF not allowed; use ELSE IF instead
(#72) Spaces must be used to indent lines; tabs are not allowed
(#72) Tab found within whitespace
(#72) Line indented incorrectly; expected at least 24 spaces, found 6
(#72) Variable "objWriter" must be all lower-case
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected 20 spaces, found 5
(#73) Usage of ELSEIF not allowed; use ELSE IF instead
(#74) Spaces must be used to indent lines; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected at least 24 spaces, found 6
(#74) Variable "objWriter" must be all lower-case
(#75) Spaces must be used to indent lines; tabs are not allowed
(#75) Tab found within whitespace
(#75) Line indented incorrectly; expected 20 spaces, found 5
(#75) Usage of ELSEIF not allowed; use ELSE IF instead
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Tab found within whitespace
(#76) Line indented incorrectly; expected at least 24 spaces, found 6
(#76) Variable "objWriter" must be all lower-case
(#77) Spaces must be used to indent lines; tabs are not allowed
(#77) Tab found within whitespace
(#77) Line indented incorrectly; expected 20 spaces, found 5
(#77) Usage of ELSEIF not allowed; use ELSE IF instead
(#78) Spaces must be used to indent lines; tabs are not allowed
(#78) Tab found within whitespace
(#78) Line indented incorrectly; expected at least 24 spaces, found 6
(#78) Variable "objWriter" must be all lower-case
(#79) Spaces must be used to indent lines; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected 20 spaces, found 5
(#79) Usage of ELSEIF not allowed; use ELSE IF instead
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected at least 24 spaces, found 6
(#80) Variable "objWriter" must be all lower-case
(#81) Spaces must be used to indent lines; tabs are not allowed
(#81) Tab found within whitespace
(#81) Line indented incorrectly; expected 20 spaces, found 5
(#81) Usage of ELSEIF not allowed; use ELSE IF instead
(#82) Spaces must be used to indent lines; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected at least 24 spaces, found 6
(#82) Variable "objWriter" must be all lower-case
(#83) Spaces must be used to indent lines; tabs are not allowed
(#83) Tab found within whitespace
(#83) Line indented incorrectly; expected 20 spaces, found 5
(#83) Usage of ELSEIF not allowed; use ELSE IF instead
(#84) Spaces must be used to indent lines; tabs are not allowed
(#84) Tab found within whitespace
(#84) Line indented incorrectly; expected at least 24 spaces, found 6
(#84) Variable "objWriter" must be all lower-case
(#85) Spaces must be used to indent lines; tabs are not allowed
(#85) Tab found within whitespace
(#85) Line indented incorrectly; expected 20 spaces, found 5
(#85) Usage of ELSEIF not allowed; use ELSE IF instead
(#86) Spaces must be used to indent lines; tabs are not allowed
(#86) Tab found within whitespace
(#86) Line indented incorrectly; expected at least 20 spaces, found 8
(#87) Spaces must be used to indent lines; tabs are not allowed
(#87) Tab found within whitespace
(#87) Line indented incorrectly; expected at least 24 spaces, found 6
(#87) Variable "objWriter" must be all lower-case
(#88) Spaces must be used to indent lines; tabs are not allowed
(#88) Tab found within whitespace
(#88) Line indented incorrectly; expected 20 spaces, found 5
(#88) Usage of ELSEIF not allowed; use ELSE IF instead
(#89) Spaces must be used to indent lines; tabs are not allowed
(#89) Tab found within whitespace
(#89) Line indented incorrectly; expected at least 24 spaces, found 6
(#89) Variable "objWriter" must be all lower-case
(#90) Spaces must be used to indent lines; tabs are not allowed
(#90) Tab found within whitespace
(#90) Line indented incorrectly; expected 20 spaces, found 5
(#90) Usage of ELSEIF not allowed; use ELSE IF instead
(#91) Spaces must be used to indent lines; tabs are not allowed
(#91) Tab found within whitespace
(#91) Line indented incorrectly; expected at least 24 spaces, found 6
(#91) Variable "objWriter" must be all lower-case
(#92) Spaces must be used to indent lines; tabs are not allowed
(#92) Tab found within whitespace
(#92) Line indented incorrectly; expected 20 spaces, found 5
(#93) Spaces must be used to indent lines; tabs are not allowed
(#93) Tab found within whitespace
(#93) Line indented incorrectly; expected 16 spaces, found 4
(#94) Spaces must be used to indent lines; tabs are not allowed
(#94) Tab found within whitespace
(#94) Whitespace found at end of line
(#95) Spaces must be used to indent lines; tabs are not allowed
(#95) Tab found within whitespace
(#95) Line indented incorrectly; expected 16 spaces, found 4
(#95) Expected "if (...) {\n"; found "if(...) {\n"
(#95) Variable "pSection" must be all lower-case
(#95) Variable "countSections" must be all lower-case
(#96) Spaces must be used to indent lines; tabs are not allowed
(#96) Tab found within whitespace
(#96) Line indented incorrectly; expected at least 20 spaces, found 5
(#96) Variable "objWriter" must be all lower-case
(#97) Spaces must be used to indent lines; tabs are not allowed
(#97) Tab found within whitespace
(#97) Line indented incorrectly; expected 16 spaces, found 4
(#98) Spaces must be used to indent lines; tabs are not allowed
(#98) Tab found within whitespace
(#98) Line indented incorrectly; expected at least 20 spaces, found 5
(#98) Variable "objWriter" must be all lower-case
(#99) Spaces must be used to indent lines; tabs are not allowed
(#99) Tab found within whitespace
(#99) Line indented incorrectly; expected 16 spaces, found 4
(#100) Spaces must be used to indent lines; tabs are not allowed
(#100) Tab found within whitespace
(#100) Line indented incorrectly; expected 12 spaces, found 3
(#101) Spaces must be used to indent lines; tabs are not allowed
(#101) Tab found within whitespace
(#101) Line indented incorrectly; expected 8 spaces, found 2
(#102) Spaces must be used to indent lines; tabs are not allowed
(#102) Tab found within whitespace
(#102) Whitespace found at end of line
(#103) Spaces must be used to indent lines; tabs are not allowed
(#103) Tab found within whitespace
(#103) Line indented incorrectly; expected at least 8 spaces, found 2
(#103) Variable "objWriter" must be all lower-case
(#104) Spaces must be used to indent lines; tabs are not allowed
(#104) Tab found within whitespace
(#104) Line indented incorrectly; expected at least 8 spaces, found 2
(#104) Variable "objWriter" must be all lower-case
(#104) Inline comments must end in full-stops, exclamation marks, or question marks
(#106) Spaces must be used to indent lines; tabs are not allowed
(#106) Tab found within whitespace
(#106) Inline comments must end in full-stops, exclamation marks, or question marks
(#106) This comment is 50% valid code; is this commented out code?
(#106) Line indented incorrectly; expected at least 8 spaces, found 2
(#107) Spaces must be used to indent lines; tabs are not allowed
(#107) Tab found within whitespace
(#107) Line indented incorrectly; expected at least 8 spaces, found 2
(#107) Variable "objWriter" must be all lower-case
(#108) Spaces must be used to indent lines; tabs are not allowed
(#108) Tab found within whitespace
(#108) Line indented incorrectly; expected 4 spaces, found 1
(#109) Spaces must be used to indent lines; tabs are not allowed
(#109) Tab found within whitespace
(#109) Whitespace found at end of line
(#110) Spaces must be used to indent lines; tabs are not allowed
(#110) Tab found within whitespace
(#110) Line indented incorrectly; expected 4 spaces, found 1
(#110) Private method name "PHPWord_Writer_Word2007_Document::_writeSection" must be in lower-case letters only
(#110) Variable "objWriter" must be all lower-case
(#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
(#111) Variable "objWriter" must be all lower-case
(#112) Spaces must be used to indent lines; tabs are not allowed
(#112) Tab found within whitespace
(#112) Line indented incorrectly; expected at least 8 spaces, found 3
(#112) Variable "objWriter" must be all lower-case
(#113) Spaces must be used to indent lines; tabs are not allowed
(#113) Tab found within whitespace
(#113) Line indented incorrectly; expected at least 8 spaces, found 4
(#113) Variable "objWriter" must be all lower-case
(#114) Spaces must be used to indent lines; tabs are not allowed
(#114) Tab found within whitespace
(#114) Line indented incorrectly; expected at least 8 spaces, found 3
(#114) Variable "objWriter" must be all lower-case
(#115) Spaces must be used to indent lines; tabs are not allowed
(#115) Tab found within whitespace
(#115) Line indented incorrectly; expected at least 8 spaces, found 2
(#115) Variable "objWriter" must be all lower-case
(#116) Spaces must be used to indent lines; tabs are not allowed
(#116) Tab found within whitespace
(#116) Line indented incorrectly; expected 4 spaces, found 1
(#117) Spaces must be used to indent lines; tabs are not allowed
(#117) Tab found within whitespace
(#117) 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 4 spaces, found 1
(#118) Private method name "PHPWord_Writer_Word2007_Document::_writeEndSection" must be in lower-case letters only
(#118) Variable "objWriter" must be all lower-case
(#119) Spaces must be used to indent lines; tabs are not allowed
(#119) Tab found within whitespace
(#119) Line indented incorrectly; expected at least 8 spaces, found 2
(#119) Variable "_settings" must not contain underscores.
(#120) Spaces must be used to indent lines; tabs are not allowed
(#120) Tab found within whitespace
(#120) Line indented incorrectly; expected at least 8 spaces, found 2
(#120) Variable "_header" must not contain underscores.
(#121) Spaces must be used to indent lines; tabs are not allowed
(#121) Tab found within whitespace
(#121) Line indented incorrectly; expected at least 8 spaces, found 2
(#121) Variable "_footer" must not contain underscores.
(#122) Spaces must be used to indent lines; tabs are not allowed
(#122) Tab found within whitespace
(#122) Line indented incorrectly; expected at least 8 spaces, found 2
(#122) Variable "pgSzW" must be all lower-case
(#122) Variable "_settings" must not contain underscores.
(#123) Spaces must be used to indent lines; tabs are not allowed
(#123) Tab found within whitespace
(#123) Line indented incorrectly; expected at least 8 spaces, found 2
(#123) Variable "pgSzH" must be all lower-case
(#123) Variable "_settings" must not contain underscores.
(#124) Spaces must be used to indent lines; tabs are not allowed
(#124) Tab found within whitespace
(#124) Line indented incorrectly; expected at least 8 spaces, found 2
(#124) Variable "_settings" must not contain underscores.
(#125) Spaces must be used to indent lines; tabs are not allowed
(#125) Tab found within whitespace
(#125) Whitespace found at end of line
(#126) Spaces must be used to indent lines; tabs are not allowed
(#126) Tab found within whitespace
(#126) Line indented incorrectly; expected at least 8 spaces, found 2
(#126) Variable "marginTop" must be all lower-case
(#126) Variable "_settings" must not contain underscores.
(#127) Spaces must be used to indent lines; tabs are not allowed
(#127) Tab found within whitespace
(#127) Line indented incorrectly; expected at least 8 spaces, found 2
(#127) Variable "marginLeft" must be all lower-case
(#127) Variable "_settings" must not contain underscores.
(#128) Spaces must be used to indent lines; tabs are not allowed
(#128) Tab found within whitespace
(#128) Line indented incorrectly; expected at least 8 spaces, found 2
(#128) Variable "marginRight" must be all lower-case
(#128) Variable "_settings" must not contain underscores.
(#129) Spaces must be used to indent lines; tabs are not allowed
(#129) Tab found within whitespace
(#129) Line indented incorrectly; expected at least 8 spaces, found 2
(#129) Variable "marginBottom" must be all lower-case
(#129) Variable "_settings" must not contain underscores.
(#130) Spaces must be used to indent lines; tabs are not allowed
(#130) Tab found within whitespace
(#130) Whitespace found at end of line
(#131) Spaces must be used to indent lines; tabs are not allowed
(#131) Tab found within whitespace
(#131) Line indented incorrectly; expected at least 8 spaces, found 2
(#131) Variable "_settings" must not contain underscores.
(#132) Spaces must be used to indent lines; tabs are not allowed
(#132) Tab found within whitespace
(#132) Whitespace found at end of line
(#133) Spaces must be used to indent lines; tabs are not allowed
(#133) Tab found within whitespace
(#133) Line indented incorrectly; expected at least 8 spaces, found 2
(#133) Variable "objWriter" must be all lower-case
(#134) Spaces must be used to indent lines; tabs are not allowed
(#134) Tab found within whitespace
(#134) Whitespace found at end of line
(#135) Spaces must be used to indent lines; tabs are not allowed
(#135) Tab found within whitespace
(#135) Line indented incorrectly; expected 8 spaces, found 3
(#135) Expected "if (...) {\n"; found "if(...) {\n"
(#135) Variable "_header" must not contain underscores.
(#136) Spaces must be used to indent lines; tabs are not allowed
(#136) Tab found within whitespace
(#136) Line indented incorrectly; expected at least 12 spaces, found 4
(#136) Variable "rId" must be all lower-case
(#136) Variable "_header" must not contain underscores.
(#137) Spaces must be used to indent lines; tabs are not allowed
(#137) Tab found within whitespace
(#137) Line indented incorrectly; expected at least 12 spaces, found 4
(#137) Variable "objWriter" must be all lower-case
(#138) Spaces must be used to indent lines; tabs are not allowed
(#138) Tab found within whitespace
(#138) Line indented incorrectly; expected at least 12 spaces, found 5
(#138) Variable "objWriter" must be all lower-case
(#139) Spaces must be used to indent lines; tabs are not allowed
(#139) Tab found within whitespace
(#139) Line indented incorrectly; expected at least 12 spaces, found 5
(#139) Variable "objWriter" must be all lower-case
(#139) Variable "rId" must be all lower-case
(#140) Spaces must be used to indent lines; tabs are not allowed
(#140) Tab found within whitespace
(#140) Line indented incorrectly; expected at least 12 spaces, found 4
(#140) Variable "objWriter" must be all lower-case
(#141) Spaces must be used to indent lines; tabs are not allowed
(#141) Tab found within whitespace
(#141) Line indented incorrectly; expected 8 spaces, found 3
(#142) Spaces must be used to indent lines; tabs are not allowed
(#142) Tab found within whitespace
(#142) Whitespace found at end of line
(#143) Spaces must be used to indent lines; tabs are not allowed
(#143) Tab found within whitespace
(#143) Line indented incorrectly; expected 8 spaces, found 3
(#143) Expected "if (...) {\n"; found "if(...) {\n"
(#143) Variable "_footer" must not contain underscores.
(#144) Spaces must be used to indent lines; tabs are not allowed
(#144) Tab found within whitespace
(#144) Line indented incorrectly; expected at least 12 spaces, found 4
(#144) Variable "rId" must be all lower-case
(#144) Variable "_footer" must not contain underscores.
(#145) Spaces must be used to indent lines; tabs are not allowed
(#145) Tab found within whitespace
(#145) Line indented incorrectly; expected at least 12 spaces, found 4
(#145) Variable "objWriter" must be all lower-case
(#146) Spaces must be used to indent lines; tabs are not allowed
(#146) Tab found within whitespace
(#146) Line indented incorrectly; expected at least 12 spaces, found 5
(#146) Variable "objWriter" must be all lower-case
(#147) Spaces must be used to indent lines; tabs are not allowed
(#147) Tab found within whitespace
(#147) Line indented incorrectly; expected at least 12 spaces, found 5
(#147) Variable "objWriter" must be all lower-case
(#147) Variable "rId" must be all lower-case
(#148) Spaces must be used to indent lines; tabs are not allowed
(#148) Tab found within whitespace
(#148) Line indented incorrectly; expected at least 12 spaces, found 4
(#148) Variable "objWriter" must be all lower-case
(#149) Spaces must be used to indent lines; tabs are not allowed
(#149) Tab found within whitespace
(#149) Line indented incorrectly; expected 8 spaces, found 3
(#150) Spaces must be used to indent lines; tabs are not allowed
(#150) Tab found within whitespace
(#150) Whitespace found at end of line
(#151) Spaces must be used to indent lines; tabs are not allowed
(#151) Tab found within whitespace
(#151) Line indented incorrectly; expected at least 8 spaces, found 3
(#151) Variable "objWriter" must be all lower-case
(#152) Spaces must be used to indent lines; tabs are not allowed
(#152) Tab found within whitespace
(#152) Line indented incorrectly; expected at least 8 spaces, found 4
(#152) Variable "objWriter" must be all lower-case
(#152) Variable "pgSzW" must be all lower-case
(#153) Spaces must be used to indent lines; tabs are not allowed
(#153) Tab found within whitespace
(#153) Line indented incorrectly; expected at least 8 spaces, found 4
(#153) Variable "objWriter" must be all lower-case
(#153) Variable "pgSzH" must be all lower-case
(#154) Spaces must be used to indent lines; tabs are not allowed
(#154) Tab found within whitespace
(#154) Whitespace found at end of line
(#155) Spaces must be used to indent lines; tabs are not allowed
(#155) Tab found within whitespace
(#155) Line indented incorrectly; expected 8 spaces, found 4
(#155) Expected "if (...) {\n"; found "if(...) {\n"
(#156) Spaces must be used to indent lines; tabs are not allowed
(#156) Tab found within whitespace
(#156) Line indented incorrectly; expected at least 12 spaces, found 5
(#156) Variable "objWriter" must be all lower-case
(#157) Spaces must be used to indent lines; tabs are not allowed
(#157) Tab found within whitespace
(#157) Line indented incorrectly; expected 8 spaces, found 4
(#158) Spaces must be used to indent lines; tabs are not allowed
(#158) Tab found within whitespace
(#158) Whitespace found at end of line
(#159) Spaces must be used to indent lines; tabs are not allowed
(#159) Tab found within whitespace
(#159) Line indented incorrectly; expected at least 8 spaces, found 3
(#159) Variable "objWriter" must be all lower-case
(#160) Spaces must be used to indent lines; tabs are not allowed
(#160) Tab found within whitespace
(#160) Whitespace found at end of line
(#161) Spaces must be used to indent lines; tabs are not allowed
(#161) Tab found within whitespace
(#161) Line indented incorrectly; expected at least 8 spaces, found 3
(#161) Variable "objWriter" must be all lower-case
(#162) Spaces must be used to indent lines; tabs are not allowed
(#162) Tab found within whitespace
(#162) Line indented incorrectly; expected at least 8 spaces, found 4
(#162) Variable "objWriter" must be all lower-case
(#162) Variable "marginTop" must be all lower-case
(#163) Spaces must be used to indent lines; tabs are not allowed
(#163) Tab found within whitespace
(#163) Line indented incorrectly; expected at least 8 spaces, found 4
(#163) Variable "objWriter" must be all lower-case
(#163) Variable "marginRight" must be all lower-case
(#164) Spaces must be used to indent lines; tabs are not allowed
(#164) Tab found within whitespace
(#164) Line indented incorrectly; expected at least 8 spaces, found 4
(#164) Variable "objWriter" must be all lower-case
(#164) Variable "marginBottom" must be all lower-case
(#165) Spaces must be used to indent lines; tabs are not allowed
(#165) Tab found within whitespace
(#165) Line indented incorrectly; expected at least 8 spaces, found 4
(#165) Variable "objWriter" must be all lower-case
(#165) Variable "marginLeft" must be all lower-case
(#166) Spaces must be used to indent lines; tabs are not allowed
(#166) Tab found within whitespace
(#166) Line indented incorrectly; expected at least 8 spaces, found 4
(#166) Variable "objWriter" must be all lower-case
(#167) Spaces must be used to indent lines; tabs are not allowed
(#167) Tab found within whitespace
(#167) Line indented incorrectly; expected at least 8 spaces, found 4
(#167) Variable "objWriter" must be all lower-case
(#168) Spaces must be used to indent lines; tabs are not allowed
(#168) Tab found within whitespace
(#168) Line indented incorrectly; expected at least 8 spaces, found 4
(#168) Variable "objWriter" must be all lower-case
(#169) Spaces must be used to indent lines; tabs are not allowed
(#169) Tab found within whitespace
(#169) Line indented incorrectly; expected at least 8 spaces, found 3
(#169) Variable "objWriter" must be all lower-case
(#170) Spaces must be used to indent lines; tabs are not allowed
(#170) Tab found within whitespace
(#170) Whitespace found at end of line
(#170) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#171) Spaces must be used to indent lines; tabs are not allowed
(#171) Tab found within whitespace
(#171) Whitespace found at end of line
(#172) Spaces must be used to indent lines; tabs are not allowed
(#172) Tab found within whitespace
(#172) Line indented incorrectly; expected 8 spaces, found 3
(#172) Expected "if (...) {\n"; found "if(...) {\n"
(#173) Spaces must be used to indent lines; tabs are not allowed
(#173) Tab found within whitespace
(#173) Line indented incorrectly; expected at least 12 spaces, found 4
(#173) Variable "borderColor" must be all lower-case
(#173) Variable "_settings" must not contain underscores.
(#174) Spaces must be used to indent lines; tabs are not allowed
(#174) Tab found within whitespace
(#174) Whitespace found at end of line
(#175) Spaces must be used to indent lines; tabs are not allowed
(#175) Tab found within whitespace
(#175) Line indented incorrectly; expected at least 12 spaces, found 4
(#175) Variable "objWriter" must be all lower-case
(#176) Spaces must be used to indent lines; tabs are not allowed
(#176) Tab found within whitespace
(#176) Line indented incorrectly; expected at least 12 spaces, found 5
(#176) Variable "objWriter" must be all lower-case
(#177) Spaces must be used to indent lines; tabs are not allowed
(#177) Tab found within whitespace
(#177) Whitespace found at end of line
(#178) Spaces must be used to indent lines; tabs are not allowed
(#178) Tab found within whitespace
(#178) Line indented incorrectly; expected 12 spaces, found 5
(#178) Expected "if (...) {\n"; found "if(...) {\n"
(#179) Spaces must be used to indent lines; tabs are not allowed
(#179) Tab found within whitespace
(#179) Line indented incorrectly; expected at least 16 spaces, found 6
(#179) Variable "objWriter" must be all lower-case
(#180) Spaces must be used to indent lines; tabs are not allowed
(#180) Tab found within whitespace
(#180) Line indented incorrectly; expected at least 16 spaces, found 7
(#180) Variable "objWriter" must be all lower-case
(#181) Spaces must be used to indent lines; tabs are not allowed
(#181) Tab found within whitespace
(#181) Line indented incorrectly; expected at least 16 spaces, found 7
(#181) Variable "objWriter" must be all lower-case
(#182) Spaces must be used to indent lines; tabs are not allowed
(#182) Tab found within whitespace
(#182) Line indented incorrectly; expected at least 16 spaces, found 7
(#182) Variable "objWriter" must be all lower-case
(#183) Spaces must be used to indent lines; tabs are not allowed
(#183) Tab found within whitespace
(#183) Line indented incorrectly; expected at least 16 spaces, found 7
(#183) Variable "objWriter" must be all lower-case
(#183) Variable "borderColor" must be all lower-case
(#184) Spaces must be used to indent lines; tabs are not allowed
(#184) Tab found within whitespace
(#184) Line indented incorrectly; expected at least 16 spaces, found 6
(#184) Variable "objWriter" must be all lower-case
(#185) Spaces must be used to indent lines; tabs are not allowed
(#185) Tab found within whitespace
(#185) Line indented incorrectly; expected 12 spaces, found 5
(#186) Spaces must be used to indent lines; tabs are not allowed
(#186) Tab found within whitespace
(#186) Whitespace found at end of line
(#187) Spaces must be used to indent lines; tabs are not allowed
(#187) Tab found within whitespace
(#187) Line indented incorrectly; expected 12 spaces, found 5
(#187) Expected "if (...) {\n"; found "if(...) {\n"
(#188) Spaces must be used to indent lines; tabs are not allowed
(#188) Tab found within whitespace
(#188) Line indented incorrectly; expected at least 16 spaces, found 6
(#188) Variable "objWriter" must be all lower-case
(#189) Spaces must be used to indent lines; tabs are not allowed
(#189) Tab found within whitespace
(#189) Line indented incorrectly; expected at least 16 spaces, found 7
(#189) Variable "objWriter" must be all lower-case
(#190) Spaces must be used to indent lines; tabs are not allowed
(#190) Tab found within whitespace
(#190) Line indented incorrectly; expected at least 16 spaces, found 7
(#190) Variable "objWriter" must be all lower-case
(#191) Spaces must be used to indent lines; tabs are not allowed
(#191) Tab found within whitespace
(#191) Line indented incorrectly; expected at least 16 spaces, found 7
(#191) Variable "objWriter" must be all lower-case
(#192) Spaces must be used to indent lines; tabs are not allowed
(#192) Tab found within whitespace
(#192) Line indented incorrectly; expected at least 16 spaces, found 7
(#192) Variable "objWriter" must be all lower-case
(#192) Variable "borderColor" must be all lower-case
(#193) Spaces must be used to indent lines; tabs are not allowed
(#193) Tab found within whitespace
(#193) Line indented incorrectly; expected at least 16 spaces, found 6
(#193) Variable "objWriter" must be all lower-case
(#194) Spaces must be used to indent lines; tabs are not allowed
(#194) Tab found within whitespace
(#194) Line indented incorrectly; expected 12 spaces, found 5
(#195) Spaces must be used to indent lines; tabs are not allowed
(#195) Tab found within whitespace
(#195) Whitespace found at end of line
(#196) Spaces must be used to indent lines; tabs are not allowed
(#196) Tab found within whitespace
(#196) Line indented incorrectly; expected 12 spaces, found 5
(#196) Expected "if (...) {\n"; found "if(...) {\n"
(#197) Spaces must be used to indent lines; tabs are not allowed
(#197) Tab found within whitespace
(#197) Line indented incorrectly; expected at least 16 spaces, found 6
(#197) Variable "objWriter" must be all lower-case
(#198) Spaces must be used to indent lines; tabs are not allowed
(#198) Tab found within whitespace
(#198) Line indented incorrectly; expected at least 16 spaces, found 7
(#198) Variable "objWriter" must be all lower-case
(#199) Spaces must be used to indent lines; tabs are not allowed
(#199) Tab found within whitespace
(#199) Line indented incorrectly; expected at least 16 spaces, found 7
(#199) Variable "objWriter" must be all lower-case
(#200) Spaces must be used to indent lines; tabs are not allowed
(#200) Tab found within whitespace
(#200) Line indented incorrectly; expected at least 16 spaces, found 7
(#200) Variable "objWriter" must be all lower-case
(#201) Spaces must be used to indent lines; tabs are not allowed
(#201) Tab found within whitespace
(#201) Line indented incorrectly; expected at least 16 spaces, found 7
(#201) Variable "objWriter" must be all lower-case
(#201) Variable "borderColor" must be all lower-case
(#202) Spaces must be used to indent lines; tabs are not allowed
(#202) Tab found within whitespace
(#202) Line indented incorrectly; expected at least 16 spaces, found 6
(#202) Variable "objWriter" must be all lower-case
(#203) Spaces must be used to indent lines; tabs are not allowed
(#203) Tab found within whitespace
(#203) Line indented incorrectly; expected 12 spaces, found 5
(#204) Spaces must be used to indent lines; tabs are not allowed
(#204) Tab found within whitespace
(#204) Whitespace found at end of line
(#205) Spaces must be used to indent lines; tabs are not allowed
(#205) Tab found within whitespace
(#205) Line indented incorrectly; expected 12 spaces, found 5
(#205) Expected "if (...) {\n"; found "if(...) {\n"
(#206) Spaces must be used to indent lines; tabs are not allowed
(#206) Tab found within whitespace
(#206) Line indented incorrectly; expected at least 16 spaces, found 6
(#206) Variable "objWriter" must be all lower-case
(#207) Spaces must be used to indent lines; tabs are not allowed
(#207) Tab found within whitespace
(#207) Line indented incorrectly; expected at least 16 spaces, found 7
(#207) Variable "objWriter" must be all lower-case
(#208) Spaces must be used to indent lines; tabs are not allowed
(#208) Tab found within whitespace
(#208) Line indented incorrectly; expected at least 16 spaces, found 7
(#208) Variable "objWriter" must be all lower-case
(#209) Spaces must be used to indent lines; tabs are not allowed
(#209) Tab found within whitespace
(#209) Line indented incorrectly; expected at least 16 spaces, found 7
(#209) Variable "objWriter" must be all lower-case
(#210) Spaces must be used to indent lines; tabs are not allowed
(#210) Tab found within whitespace
(#210) Line indented incorrectly; expected at least 16 spaces, found 7
(#210) Variable "objWriter" must be all lower-case
(#210) Variable "borderColor" must be all lower-case
(#211) Spaces must be used to indent lines; tabs are not allowed
(#211) Tab found within whitespace
(#211) Line indented incorrectly; expected at least 16 spaces, found 6
(#211) Variable "objWriter" must be all lower-case
(#212) Spaces must be used to indent lines; tabs are not allowed
(#212) Tab found within whitespace
(#212) Line indented incorrectly; expected 12 spaces, found 5
(#213) Spaces must be used to indent lines; tabs are not allowed
(#213) Tab found within whitespace
(#213) Line indented incorrectly; expected at least 12 spaces, found 4
(#213) Variable "objWriter" must be all lower-case
(#214) Spaces must be used to indent lines; tabs are not allowed
(#214) Tab found within whitespace
(#214) Line indented incorrectly; expected 8 spaces, found 3
(#215) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#216) Spaces must be used to indent lines; tabs are not allowed
(#216) Tab found within whitespace
(#216) Whitespace found at end of line
(#217) Spaces must be used to indent lines; tabs are not allowed
(#217) Tab found within whitespace
(#217) Line indented incorrectly; expected at least 8 spaces, found 3
(#217) Variable "objWriter" must be all lower-case
(#218) Spaces must be used to indent lines; tabs are not allowed
(#218) Tab found within whitespace
(#218) Line indented incorrectly; expected at least 8 spaces, found 4
(#218) Variable "objWriter" must be all lower-case
(#219) Spaces must be used to indent lines; tabs are not allowed
(#219) Tab found within whitespace
(#219) Line indented incorrectly; expected at least 8 spaces, found 3
(#219) Variable "objWriter" must be all lower-case
(#220) Spaces must be used to indent lines; tabs are not allowed
(#220) Tab found within whitespace
(#220) Whitespace found at end of line
(#220) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#221) Spaces must be used to indent lines; tabs are not allowed
(#221) Tab found within whitespace
(#221) Whitespace found at end of line
(#222) Spaces must be used to indent lines; tabs are not allowed
(#222) Tab found within whitespace
(#222) Line indented incorrectly; expected at least 8 spaces, found 2
(#222) Variable "objWriter" must be all lower-case
(#223) Spaces must be used to indent lines; tabs are not allowed
(#223) Tab found within whitespace
(#223) Line indented incorrectly; expected 4 spaces, found 1
(#224) Spaces must be used to indent lines; tabs are not allowed
(#224) Tab found within whitespace
(#224) Whitespace found at end of line
(#225) Spaces must be used to indent lines; tabs are not allowed
(#225) Tab found within whitespace
(#225) Line indented incorrectly; expected 4 spaces, found 1
(#225) Private method name "PHPWord_Writer_Word2007_Document::_writePageBreak" must be in lower-case letters only
(#225) Variable "objWriter" must be all lower-case
(#226) Spaces must be used to indent lines; tabs are not allowed
(#226) Tab found within whitespace
(#226) Line indented incorrectly; expected at least 8 spaces, found 2
(#226) Variable "objWriter" must be all lower-case
(#227) Spaces must be used to indent lines; tabs are not allowed
(#227) Tab found within whitespace
(#227) Line indented incorrectly; expected at least 8 spaces, found 3
(#227) Variable "objWriter" must be all lower-case
(#228) Spaces must be used to indent lines; tabs are not allowed
(#228) Tab found within whitespace
(#228) Line indented incorrectly; expected at least 8 spaces, found 4
(#228) Variable "objWriter" must be all lower-case
(#229) Spaces must be used to indent lines; tabs are not allowed
(#229) Tab found within whitespace
(#229) Line indented incorrectly; expected at least 8 spaces, found 5
(#229) Variable "objWriter" must be all lower-case
(#230) Spaces must be used to indent lines; tabs are not allowed
(#230) Tab found within whitespace
(#230) Line indented incorrectly; expected at least 8 spaces, found 4
(#230) Variable "objWriter" must be all lower-case
(#231) Spaces must be used to indent lines; tabs are not allowed
(#231) Tab found within whitespace
(#231) Line indented incorrectly; expected at least 8 spaces, found 3
(#231) Variable "objWriter" must be all lower-case
(#232) Spaces must be used to indent lines; tabs are not allowed
(#232) Tab found within whitespace
(#232) Line indented incorrectly; expected at least 8 spaces, found 2
(#232) Variable "objWriter" must be all lower-case
(#233) Spaces must be used to indent lines; tabs are not allowed
(#233) Tab found within whitespace
(#233) Line indented incorrectly; expected 4 spaces, found 1
(#234) Spaces must be used to indent lines; tabs are not allowed
(#234) Tab found within whitespace
(#234) Whitespace found at end of line
(#235) Spaces must be used to indent lines; tabs are not allowed
(#235) Tab found within whitespace
(#235) Line indented incorrectly; expected 4 spaces, found 1
(#235) Private method name "PHPWord_Writer_Word2007_Document::_writeListItem" must be in lower-case letters only
(#235) Variable "objWriter" must be all lower-case
(#235) Variable "listItem" must be all lower-case
(#236) Spaces must be used to indent lines; tabs are not allowed
(#236) Tab found within whitespace
(#236) Line indented incorrectly; expected at least 8 spaces, found 2
(#236) Variable "textObject" must be all lower-case
(#236) Variable "listItem" must be all lower-case
(#237) Spaces must be used to indent lines; tabs are not allowed
(#237) Tab found within whitespace
(#237) Line indented incorrectly; expected at least 8 spaces, found 2
(#237) Variable "textObject" must be all lower-case
(#238) Variable "styleParagraph" must be all lower-case
(#238) Variable "textObject" must be all lower-case
(#239) Variable "SpIsObject" must be all lower-case
(#239) Variable "styleParagraph" must be all lower-case
(#240) Whitespace found at end of line
(#241) Spaces must be used to indent lines; tabs are not allowed
(#241) Tab found within whitespace
(#241) Line indented incorrectly; expected at least 8 spaces, found 2
(#241) Variable "listItem" must be all lower-case
(#242) Spaces must be used to indent lines; tabs are not allowed
(#242) Tab found within whitespace
(#242) Line indented incorrectly; expected at least 8 spaces, found 2
(#242) Variable "listType" must be all lower-case
(#242) Variable "listItem" must be all lower-case
(#243) Spaces must be used to indent lines; tabs are not allowed
(#243) Tab found within whitespace
(#243) Whitespace found at end of line
(#244) Spaces must be used to indent lines; tabs are not allowed
(#244) Tab found within whitespace
(#244) Line indented incorrectly; expected at least 8 spaces, found 2
(#244) Variable "objWriter" must be all lower-case
(#245) Spaces must be used to indent lines; tabs are not allowed
(#245) Tab found within whitespace
(#245) Line indented incorrectly; expected at least 8 spaces, found 3
(#245) Variable "objWriter" must be all lower-case
(#246) Whitespace found at end of line
(#247) Line indented incorrectly; expected 8 spaces, found 16
(#247) Expected "if (...) {\n"; found "if(...) {\n"
(#247) Variable "SpIsObject" must be all lower-case
(#248) Variable "objWriter" must be all lower-case
(#248) Variable "styleParagraph" must be all lower-case
(#249) Line indented incorrectly; expected 8 spaces, found 16
(#249) Usage of ELSEIF not allowed; use ELSE IF instead
(#249) Variable "SpIsObject" must be all lower-case
(#249) Variable "styleParagraph" must be all lower-case
(#250) Variable "objWriter" must be all lower-case
(#251) Variable "objWriter" must be all lower-case
(#251) Variable "styleParagraph" must be all lower-case
(#252) Variable "objWriter" must be all lower-case
(#253) Line indented incorrectly; expected 8 spaces, found 16
(#254) Whitespace found at end of line
(#255) Spaces must be used to indent lines; tabs are not allowed
(#255) Tab found within whitespace
(#255) Line indented incorrectly; expected at least 8 spaces, found 4
(#255) Variable "objWriter" must be all lower-case
(#256) Spaces must be used to indent lines; tabs are not allowed
(#256) Tab found within whitespace
(#256) Whitespace found at end of line
(#257) Spaces must be used to indent lines; tabs are not allowed
(#257) Tab found within whitespace
(#257) Line indented incorrectly; expected at least 8 spaces, found 5
(#257) Variable "objWriter" must be all lower-case
(#258) Spaces must be used to indent lines; tabs are not allowed
(#258) Tab found within whitespace
(#258) Line indented incorrectly; expected at least 8 spaces, found 6
(#258) Variable "objWriter" must be all lower-case
(#259) Spaces must be used to indent lines; tabs are not allowed
(#259) Tab found within whitespace
(#259) Line indented incorrectly; expected at least 8 spaces, found 5
(#259) Variable "objWriter" must be all lower-case
(#260) Spaces must be used to indent lines; tabs are not allowed
(#260) Tab found within whitespace
(#260) Whitespace found at end of line
(#261) Spaces must be used to indent lines; tabs are not allowed
(#261) Tab found within whitespace
(#261) Line indented incorrectly; expected at least 8 spaces, found 5
(#261) Variable "objWriter" must be all lower-case
(#262) Spaces must be used to indent lines; tabs are not allowed
(#262) Tab found within whitespace
(#262) Line indented incorrectly; expected at least 8 spaces, found 6
(#262) Variable "objWriter" must be all lower-case
(#262) Variable "listType" must be all lower-case
(#263) Spaces must be used to indent lines; tabs are not allowed
(#263) Tab found within whitespace
(#263) Line indented incorrectly; expected at least 8 spaces, found 5
(#263) Variable "objWriter" must be all lower-case
(#264) Spaces must be used to indent lines; tabs are not allowed
(#264) Tab found within whitespace
(#264) Whitespace found at end of line
(#265) Spaces must be used to indent lines; tabs are not allowed
(#265) Tab found within whitespace
(#265) Line indented incorrectly; expected at least 8 spaces, found 4
(#265) Variable "objWriter" must be all lower-case
(#266) Spaces must be used to indent lines; tabs are not allowed
(#266) Tab found within whitespace
(#266) Line indented incorrectly; expected at least 8 spaces, found 3
(#266) Variable "objWriter" must be all lower-case
(#267) Spaces must be used to indent lines; tabs are not allowed
(#267) Tab found within whitespace
(#267) Whitespace found at end of line
(#268) Spaces must be used to indent lines; tabs are not allowed
(#268) Tab found within whitespace
(#268) Line indented incorrectly; expected at least 8 spaces, found 3
(#268) Variable "objWriter" must be all lower-case
(#268) Variable "textObject" must be all lower-case
(#269) Spaces must be used to indent lines; tabs are not allowed
(#269) Tab found within whitespace
(#269) Whitespace found at end of line
(#270) Spaces must be used to indent lines; tabs are not allowed
(#270) Tab found within whitespace
(#270) Line indented incorrectly; expected at least 8 spaces, found 2
(#270) Variable "objWriter" must be all lower-case
(#271) Spaces must be used to indent lines; tabs are not allowed
(#271) Tab found within whitespace
(#271) Line indented incorrectly; expected 4 spaces, found 1
(#272) Spaces must be used to indent lines; tabs are not allowed
(#272) Tab found within whitespace
(#272) Whitespace found at end of line
(#273) Spaces must be used to indent lines; tabs are not allowed
(#273) Tab found within whitespace
(#273) Line indented incorrectly; expected 4 spaces, found 1
(#273) Protected method name "PHPWord_Writer_Word2007_Document::_writeObject" must be in lower-case letters only
(#273) Variable "objWriter" must be all lower-case
(#274) Spaces must be used to indent lines; tabs are not allowed
(#274) Tab found within whitespace
(#274) Line indented incorrectly; expected at least 8 spaces, found 2
(#274) Variable "rIdObject" must be all lower-case
(#275) Spaces must be used to indent lines; tabs are not allowed
(#275) Tab found within whitespace
(#275) Line indented incorrectly; expected at least 8 spaces, found 2
(#275) Variable "rIdImage" must be all lower-case
(#276) Spaces must be used to indent lines; tabs are not allowed
(#276) Tab found within whitespace
(#276) Line indented incorrectly; expected at least 8 spaces, found 2
(#276) Variable "shapeId" must be all lower-case
(#276) Variable "rIdObject" must be all lower-case
(#276) Variable "rIdImage" must be all lower-case
(#277) Spaces must be used to indent lines; tabs are not allowed
(#277) Tab found within whitespace
(#277) Whitespace found at end of line
(#278) Spaces must be used to indent lines; tabs are not allowed
(#278) Tab found within whitespace
(#278) Line indented incorrectly; expected at least 8 spaces, found 2
(#278) Variable "objectId" must be all lower-case
(#279) Spaces must be used to indent lines; tabs are not allowed
(#279) Tab found within whitespace
(#279) Whitespace found at end of line
(#280) Spaces must be used to indent lines; tabs are not allowed
(#280) Tab found within whitespace
(#280) Line indented incorrectly; expected at least 8 spaces, found 2
(#281) Spaces must be used to indent lines; tabs are not allowed
(#281) Tab found within whitespace
(#281) Line indented incorrectly; expected at least 8 spaces, found 2
(#282) Spaces must be used to indent lines; tabs are not allowed
(#282) Tab found within whitespace
(#282) Line indented incorrectly; expected at least 8 spaces, found 2
(#283) Spaces must be used to indent lines; tabs are not allowed
(#283) Tab found within whitespace
(#283) Line indented incorrectly; expected at least 8 spaces, found 2
(#284) Spaces must be used to indent lines; tabs are not allowed
(#284) Tab found within whitespace
(#284) Whitespace found at end of line
(#284) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#285) Spaces must be used to indent lines; tabs are not allowed
(#285) Tab found within whitespace
(#285) Whitespace found at end of line
(#286) Spaces must be used to indent lines; tabs are not allowed
(#286) Tab found within whitespace
(#286) Line indented incorrectly; expected at least 8 spaces, found 2
(#286) Variable "objWriter" must be all lower-case
(#287) Spaces must be used to indent lines; tabs are not allowed
(#287) Tab found within whitespace
(#287) Whitespace found at end of line
(#288) Spaces must be used to indent lines; tabs are not allowed
(#288) Tab found within whitespace
(#288) Line indented incorrectly; expected 8 spaces, found 3
(#288) Expected "if (...) {\n"; found "if(...) {\n"
(#289) Spaces must be used to indent lines; tabs are not allowed
(#289) Tab found within whitespace
(#289) Line indented incorrectly; expected at least 12 spaces, found 4
(#289) Variable "objWriter" must be all lower-case
(#290) Spaces must be used to indent lines; tabs are not allowed
(#290) Tab found within whitespace
(#290) Line indented incorrectly; expected at least 12 spaces, found 5
(#290) Variable "objWriter" must be all lower-case
(#291) Spaces must be used to indent lines; tabs are not allowed
(#291) Tab found within whitespace
(#291) Line indented incorrectly; expected at least 12 spaces, found 6
(#291) Variable "objWriter" must be all lower-case
(#292) Spaces must be used to indent lines; tabs are not allowed
(#292) Tab found within whitespace
(#292) Line indented incorrectly; expected at least 12 spaces, found 5
(#292) Variable "objWriter" must be all lower-case
(#293) Spaces must be used to indent lines; tabs are not allowed
(#293) Tab found within whitespace
(#293) Line indented incorrectly; expected at least 12 spaces, found 4
(#293) Variable "objWriter" must be all lower-case
(#294) Spaces must be used to indent lines; tabs are not allowed
(#294) Tab found within whitespace
(#294) Line indented incorrectly; expected 8 spaces, found 3
(#295) Spaces must be used to indent lines; tabs are not allowed
(#295) Tab found within whitespace
(#295) Whitespace found at end of line
(#296) Spaces must be used to indent lines; tabs are not allowed
(#296) Tab found within whitespace
(#296) Line indented incorrectly; expected at least 8 spaces, found 3
(#296) Variable "objWriter" must be all lower-case
(#297) Spaces must be used to indent lines; tabs are not allowed
(#297) Tab found within whitespace
(#297) Whitespace found at end of line
(#298) Spaces must be used to indent lines; tabs are not allowed
(#298) Tab found within whitespace
(#298) Line indented incorrectly; expected at least 8 spaces, found 4
(#298) Variable "objWriter" must be all lower-case
(#299) Spaces must be used to indent lines; tabs are not allowed
(#299) Tab found within whitespace
(#299) Line indented incorrectly; expected at least 8 spaces, found 4
(#299) Variable "objWriter" must be all lower-case
(#300) Spaces must be used to indent lines; tabs are not allowed
(#300) Tab found within whitespace
(#300) Line indented incorrectly; expected at least 8 spaces, found 4
(#300) Variable "objWriter" must be all lower-case
(#301) Spaces must be used to indent lines; tabs are not allowed
(#301) Tab found within whitespace
(#301) Whitespace found at end of line
(#302) Spaces must be used to indent lines; tabs are not allowed
(#302) Tab found within whitespace
(#302) Line indented incorrectly; expected at least 8 spaces, found 5
(#302) Variable "objWriter" must be all lower-case
(#303) Spaces must be used to indent lines; tabs are not allowed
(#303) Tab found within whitespace
(#303) Line indented incorrectly; expected at least 8 spaces, found 5
(#303) Variable "objWriter" must be all lower-case
(#303) Variable "shapeId" must be all lower-case
(#304) Spaces must be used to indent lines; tabs are not allowed
(#304) Tab found within whitespace
(#304) Line indented incorrectly; expected at least 8 spaces, found 5
(#304) Variable "objWriter" must be all lower-case
(#305) Spaces must be used to indent lines; tabs are not allowed
(#305) Tab found within whitespace
(#305) Line indented incorrectly; expected at least 8 spaces, found 5
(#305) Variable "objWriter" must be all lower-case
(#306) Spaces must be used to indent lines; tabs are not allowed
(#306) Tab found within whitespace
(#306) Line indented incorrectly; expected at least 8 spaces, found 5
(#306) Variable "objWriter" must be all lower-case
(#307) Spaces must be used to indent lines; tabs are not allowed
(#307) Tab found within whitespace
(#307) Whitespace found at end of line
(#308) Spaces must be used to indent lines; tabs are not allowed
(#308) Tab found within whitespace
(#308) Line indented incorrectly; expected at least 8 spaces, found 6
(#308) Variable "objWriter" must be all lower-case
(#309) Spaces must be used to indent lines; tabs are not allowed
(#309) Tab found within whitespace
(#309) Line indented incorrectly; expected at least 8 spaces, found 6
(#309) Variable "objWriter" must be all lower-case
(#309) Variable "rIdImage" must be all lower-case
(#310) Spaces must be used to indent lines; tabs are not allowed
(#310) Tab found within whitespace
(#310) Line indented incorrectly; expected at least 8 spaces, found 6
(#310) Variable "objWriter" must be all lower-case
(#311) Spaces must be used to indent lines; tabs are not allowed
(#311) Tab found within whitespace
(#311) Line indented incorrectly; expected at least 8 spaces, found 6
(#311) Variable "objWriter" must be all lower-case
(#312) Spaces must be used to indent lines; tabs are not allowed
(#312) Tab found within whitespace
(#312) Whitespace found at end of line
(#313) Spaces must be used to indent lines; tabs are not allowed
(#313) Tab found within whitespace
(#313) Line indented incorrectly; expected at least 8 spaces, found 5
(#313) Variable "objWriter" must be all lower-case
(#314) Spaces must be used to indent lines; tabs are not allowed
(#314) Tab found within whitespace
(#314) Whitespace found at end of line
(#315) Spaces must be used to indent lines; tabs are not allowed
(#315) Tab found within whitespace
(#315) Line indented incorrectly; expected at least 8 spaces, found 5
(#315) Variable "objWriter" must be all lower-case
(#316) Spaces must be used to indent lines; tabs are not allowed
(#316) Tab found within whitespace
(#316) Line indented incorrectly; expected at least 8 spaces, found 5
(#316) Variable "objWriter" must be all lower-case
(#317) Spaces must be used to indent lines; tabs are not allowed
(#317) Tab found within whitespace
(#317) Line indented incorrectly; expected at least 8 spaces, found 5
(#317) Variable "objWriter" must be all lower-case
(#318) Spaces must be used to indent lines; tabs are not allowed
(#318) Tab found within whitespace
(#318) Line indented incorrectly; expected at least 8 spaces, found 5
(#318) Variable "objWriter" must be all lower-case
(#318) Variable "shapeId" must be all lower-case
(#319) Spaces must be used to indent lines; tabs are not allowed
(#319) Tab found within whitespace
(#319) Line indented incorrectly; expected at least 8 spaces, found 5
(#319) Variable "objWriter" must be all lower-case
(#320) Spaces must be used to indent lines; tabs are not allowed
(#320) Tab found within whitespace
(#320) Line indented incorrectly; expected at least 8 spaces, found 5
(#320) Variable "objWriter" must be all lower-case
(#320) Variable "objectId" must be all lower-case
(#321) Spaces must be used to indent lines; tabs are not allowed
(#321) Tab found within whitespace
(#321) Line indented incorrectly; expected at least 8 spaces, found 5
(#321) Variable "objWriter" must be all lower-case
(#321) Variable "rIdObject" must be all lower-case
(#322) Spaces must be used to indent lines; tabs are not allowed
(#322) Tab found within whitespace
(#322) Line indented incorrectly; expected at least 8 spaces, found 5
(#322) Variable "objWriter" must be all lower-case
(#323) Spaces must be used to indent lines; tabs are not allowed
(#323) Tab found within whitespace
(#323) Whitespace found at end of line
(#324) Spaces must be used to indent lines; tabs are not allowed
(#324) Tab found within whitespace
(#324) Line indented incorrectly; expected at least 8 spaces, found 4
(#324) Variable "objWriter" must be all lower-case
(#325) Spaces must be used to indent lines; tabs are not allowed
(#325) Tab found within whitespace
(#325) Whitespace found at end of line
(#326) Spaces must be used to indent lines; tabs are not allowed
(#326) Tab found within whitespace
(#326) Line indented incorrectly; expected at least 8 spaces, found 3
(#326) Variable "objWriter" must be all lower-case
(#326) Inline comments must start with a capital letter, digit or 3-dots sequence
(#326) Inline comments must end in full-stops, exclamation marks, or question marks
(#327) Spaces must be used to indent lines; tabs are not allowed
(#327) Tab found within whitespace
(#327) Whitespace found at end of line
(#328) Spaces must be used to indent lines; tabs are not allowed
(#328) Tab found within whitespace
(#328) Line indented incorrectly; expected at least 8 spaces, found 2
(#328) Variable "objWriter" must be all lower-case
(#328) Inline comments must start with a capital letter, digit or 3-dots sequence
(#328) Inline comments must end in full-stops, exclamation marks, or question marks
(#329) Spaces must be used to indent lines; tabs are not allowed
(#329) Tab found within whitespace
(#329) Line indented incorrectly; expected 4 spaces, found 1
(#330) Spaces must be used to indent lines; tabs are not allowed
(#330) Tab found within whitespace
(#330) Whitespace found at end of line
(#331) Spaces must be used to indent lines; tabs are not allowed
(#331) Tab found within whitespace
(#331) Line indented incorrectly; expected 4 spaces, found 1
(#331) Private method name "PHPWord_Writer_Word2007_Document::_writeTOC" must be in lower-case letters only
(#331) Variable "objWriter" must be all lower-case
(#332) Spaces must be used to indent lines; tabs are not allowed
(#332) Tab found within whitespace
(#332) Line indented incorrectly; expected at least 8 spaces, found 2
(#333) Spaces must be used to indent lines; tabs are not allowed
(#333) Tab found within whitespace
(#333) Line indented incorrectly; expected at least 8 spaces, found 2
(#333) Variable "styleFont" must be all lower-case
(#334) Spaces must be used to indent lines; tabs are not allowed
(#334) Tab found within whitespace
(#334) Whitespace found at end of line
(#335) Spaces must be used to indent lines; tabs are not allowed
(#335) Tab found within whitespace
(#335) Line indented incorrectly; expected at least 8 spaces, found 2
(#335) Variable "styleTOC" must be all lower-case
(#336) Spaces must be used to indent lines; tabs are not allowed
(#336) Tab found within whitespace
(#336) Line indented incorrectly; expected at least 8 spaces, found 2
(#336) Variable "fIndent" must be all lower-case
(#336) Variable "styleTOC" must be all lower-case
(#337) Spaces must be used to indent lines; tabs are not allowed
(#337) Tab found within whitespace
(#337) Line indented incorrectly; expected at least 8 spaces, found 2
(#337) Variable "tabLeader" must be all lower-case
(#337) Variable "styleTOC" must be all lower-case
(#338) Spaces must be used to indent lines; tabs are not allowed
(#338) Tab found within whitespace
(#338) Line indented incorrectly; expected at least 8 spaces, found 2
(#338) Variable "tabPos" must be all lower-case
(#338) Variable "styleTOC" must be all lower-case
(#339) Spaces must be used to indent lines; tabs are not allowed
(#339) Tab found within whitespace
(#339) Whitespace found at end of line
(#340) Spaces must be used to indent lines; tabs are not allowed
(#340) Tab found within whitespace
(#340) Line indented incorrectly; expected at least 8 spaces, found 2
(#340) Variable "isObject" must be all lower-case
(#340) Variable "styleFont" must be all lower-case
(#341) Spaces must be used to indent lines; tabs are not allowed
(#341) Tab found within whitespace
(#341) Whitespace found at end of line
(#342) Spaces must be used to indent lines; tabs are not allowed
(#342) Tab found within whitespace
(#342) Line indented incorrectly; expected 8 spaces, found 2
(#342) Expected "for (...) {\n"; found "for(...) {\n"
(#342) Expected 1 space before "="; 0 found
(#342) Expected 1 space after "="; 0 found
(#342) Expected 1 space before "<"; 0 found
(#342) Expected 1 space after "<"; 0 found
(#343) Spaces must be used to indent lines; tabs are not allowed
(#343) Tab found within whitespace
(#343) Line indented incorrectly; expected at least 12 spaces, found 3
(#344) Spaces must be used to indent lines; tabs are not allowed
(#344) Tab found within whitespace
(#344) Line indented incorrectly; expected at least 12 spaces, found 3
(#344) Variable "fIndent" must be all lower-case
(#345) Spaces must be used to indent lines; tabs are not allowed
(#345) Tab found within whitespace
(#345) Whitespace found at end of line
(#346) Spaces must be used to indent lines; tabs are not allowed
(#346) Tab found within whitespace
(#346) Line indented incorrectly; expected at least 12 spaces, found 3
(#346) Variable "objWriter" must be all lower-case
(#347) Spaces must be used to indent lines; tabs are not allowed
(#347) Tab found within whitespace
(#347) Whitespace found at end of line
(#348) Spaces must be used to indent lines; tabs are not allowed
(#348) Tab found within whitespace
(#348) Line indented incorrectly; expected at least 12 spaces, found 4
(#348) Variable "objWriter" must be all lower-case
(#349) Spaces must be used to indent lines; tabs are not allowed
(#349) Tab found within whitespace
(#349) Whitespace found at end of line
(#350) Line indented incorrectly; expected 12 spaces, found 20
(#350) Expected "if (...) {\n"; found "if(...) {\n"
(#350) Variable "isObject" must be all lower-case
(#350) Variable "styleFont" must be all lower-case
(#351) Variable "objWriter" must be all lower-case
(#351) Variable "styleFont" must be all lower-case
(#352) Line indented incorrectly; expected 12 spaces, found 20
(#353) Spaces must be used to indent lines; tabs are not allowed
(#353) Tab found within whitespace
(#353) Whitespace found at end of line
(#354) Spaces must be used to indent lines; tabs are not allowed
(#354) Tab found within whitespace
(#354) Line indented incorrectly; expected 12 spaces, found 5
(#354) Expected "if (...) {\n"; found "if(...) {\n"
(#355) Spaces must be used to indent lines; tabs are not allowed
(#355) Tab found within whitespace
(#355) Line indented incorrectly; expected at least 16 spaces, found 6
(#355) Variable "objWriter" must be all lower-case
(#356) Spaces must be used to indent lines; tabs are not allowed
(#356) Tab found within whitespace
(#356) Line indented incorrectly; expected at least 16 spaces, found 7
(#356) Variable "objWriter" must be all lower-case
(#357) Spaces must be used to indent lines; tabs are not allowed
(#357) Tab found within whitespace
(#357) Line indented incorrectly; expected at least 16 spaces, found 6
(#357) Variable "objWriter" must be all lower-case
(#358) Spaces must be used to indent lines; tabs are not allowed
(#358) Tab found within whitespace
(#358) Line indented incorrectly; expected 12 spaces, found 5
(#359) Spaces must be used to indent lines; tabs are not allowed
(#359) Tab found within whitespace
(#359) Whitespace found at end of line
(#360) Spaces must be used to indent lines; tabs are not allowed
(#360) Tab found within whitespace
(#360) Line indented incorrectly; expected 12 spaces, found 5
(#360) Expected "if (...) {\n"; found "if(...) {\n"
(#360) Variable "styleFont" must be all lower-case
(#360) Variable "isObject" must be all lower-case
(#361) Spaces must be used to indent lines; tabs are not allowed
(#361) Tab found within whitespace
(#361) Line indented incorrectly; expected at least 16 spaces, found 6
(#361) Variable "objWriter" must be all lower-case
(#362) Spaces must be used to indent lines; tabs are not allowed
(#362) Tab found within whitespace
(#362) Line indented incorrectly; expected at least 16 spaces, found 7
(#362) Variable "objWriter" must be all lower-case
(#363) Spaces must be used to indent lines; tabs are not allowed
(#363) Tab found within whitespace
(#363) Line indented incorrectly; expected at least 16 spaces, found 8
(#363) Variable "objWriter" must be all lower-case
(#363) Variable "styleFont" must be all lower-case
(#364) Spaces must be used to indent lines; tabs are not allowed
(#364) Tab found within whitespace
(#364) Line indented incorrectly; expected at least 16 spaces, found 7
(#364) Variable "objWriter" must be all lower-case
(#365) Spaces must be used to indent lines; tabs are not allowed
(#365) Tab found within whitespace
(#365) Line indented incorrectly; expected at least 16 spaces, found 6
(#365) Variable "objWriter" must be all lower-case
(#366) Spaces must be used to indent lines; tabs are not allowed
(#366) Tab found within whitespace
(#366) Line indented incorrectly; expected 12 spaces, found 5
(#367) Spaces must be used to indent lines; tabs are not allowed
(#367) Tab found within whitespace
(#367) Whitespace found at end of line
(#368) Spaces must be used to indent lines; tabs are not allowed
(#368) Tab found within whitespace
(#368) Line indented incorrectly; expected at least 12 spaces, found 5
(#368) Variable "objWriter" must be all lower-case
(#369) Spaces must be used to indent lines; tabs are not allowed
(#369) Tab found within whitespace
(#369) Line indented incorrectly; expected at least 12 spaces, found 6
(#369) Variable "objWriter" must be all lower-case
(#370) Spaces must be used to indent lines; tabs are not allowed
(#370) Tab found within whitespace
(#370) Line indented incorrectly; expected at least 12 spaces, found 7
(#370) Variable "objWriter" must be all lower-case
(#371) Spaces must be used to indent lines; tabs are not allowed
(#371) Tab found within whitespace
(#371) Line indented incorrectly; expected 12 spaces, found 7
(#371) Expected "if (...) {\n"; found "if(...) {\n"
(#371) Variable "tabLeader" must be all lower-case
(#372) Spaces must be used to indent lines; tabs are not allowed
(#372) Tab found within whitespace
(#372) Line indented incorrectly; expected at least 16 spaces, found 8
(#372) Variable "objWriter" must be all lower-case
(#372) Variable "tabLeader" must be all lower-case
(#373) Spaces must be used to indent lines; tabs are not allowed
(#373) Tab found within whitespace
(#373) Line indented incorrectly; expected 12 spaces, found 7
(#374) Spaces must be used to indent lines; tabs are not allowed
(#374) Tab found within whitespace
(#374) Line indented incorrectly; expected at least 12 spaces, found 7
(#374) Variable "objWriter" must be all lower-case
(#374) Variable "tabPos" must be all lower-case
(#375) Spaces must be used to indent lines; tabs are not allowed
(#375) Tab found within whitespace
(#375) Line indented incorrectly; expected at least 12 spaces, found 6
(#375) Variable "objWriter" must be all lower-case
(#376) Spaces must be used to indent lines; tabs are not allowed
(#376) Tab found within whitespace
(#376) Line indented incorrectly; expected at least 12 spaces, found 5
(#376) Variable "objWriter" must be all lower-case
(#377) Spaces must be used to indent lines; tabs are not allowed
(#377) Tab found within whitespace
(#377) Whitespace found at end of line
(#378) Spaces must be used to indent lines; tabs are not allowed
(#378) Tab found within whitespace
(#378) Line indented incorrectly; expected at least 12 spaces, found 4
(#378) Variable "objWriter" must be all lower-case
(#378) Inline comments must start with a capital letter, digit or 3-dots sequence
(#378) Inline comments must end in full-stops, exclamation marks, or question marks
(#379) Spaces must be used to indent lines; tabs are not allowed
(#379) Tab found within whitespace
(#379) Whitespace found at end of line
(#379) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#380) Spaces must be used to indent lines; tabs are not allowed
(#380) Tab found within whitespace
(#380) Whitespace found at end of line
(#381) Spaces must be used to indent lines; tabs are not allowed
(#381) Tab found within whitespace
(#381) Line indented incorrectly; expected 12 spaces, found 4
(#381) Expected "if (...) {\n"; found "if(...) {\n"
(#382) Spaces must be used to indent lines; tabs are not allowed
(#382) Tab found within whitespace
(#382) Line indented incorrectly; expected at least 16 spaces, found 5
(#382) Variable "objWriter" must be all lower-case
(#383) Spaces must be used to indent lines; tabs are not allowed
(#383) Tab found within whitespace
(#383) Line indented incorrectly; expected at least 16 spaces, found 6
(#383) Variable "objWriter" must be all lower-case
(#384) Spaces must be used to indent lines; tabs are not allowed
(#384) Tab found within whitespace
(#384) Line indented incorrectly; expected at least 16 spaces, found 7
(#384) Variable "objWriter" must be all lower-case
(#385) Spaces must be used to indent lines; tabs are not allowed
(#385) Tab found within whitespace
(#385) Line indented incorrectly; expected at least 16 spaces, found 6
(#385) Variable "objWriter" must be all lower-case
(#386) Spaces must be used to indent lines; tabs are not allowed
(#386) Tab found within whitespace
(#386) Line indented incorrectly; expected at least 16 spaces, found 5
(#386) Variable "objWriter" must be all lower-case
(#387) Spaces must be used to indent lines; tabs are not allowed
(#387) Tab found within whitespace
(#387) Whitespace found at end of line
(#388) Spaces must be used to indent lines; tabs are not allowed
(#388) Tab found within whitespace
(#388) Line indented incorrectly; expected at least 16 spaces, found 5
(#388) Variable "objWriter" must be all lower-case
(#389) Spaces must be used to indent lines; tabs are not allowed
(#389) Tab found within whitespace
(#389) Line indented incorrectly; expected at least 16 spaces, found 6
(#389) Variable "objWriter" must be all lower-case
(#390) Spaces must be used to indent lines; tabs are not allowed
(#390) Tab found within whitespace
(#390) Line indented incorrectly; expected at least 16 spaces, found 7
(#390) Variable "objWriter" must be all lower-case
(#391) Spaces must be used to indent lines; tabs are not allowed
(#391) Tab found within whitespace
(#391) Line indented incorrectly; expected at least 16 spaces, found 7
(#391) Variable "objWriter" must be all lower-case
(#392) Spaces must be used to indent lines; tabs are not allowed
(#392) Tab found within whitespace
(#392) Line indented incorrectly; expected at least 16 spaces, found 6
(#392) Variable "objWriter" must be all lower-case
(#393) Spaces must be used to indent lines; tabs are not allowed
(#393) Tab found within whitespace
(#393) Line indented incorrectly; expected at least 16 spaces, found 5
(#393) Variable "objWriter" must be all lower-case
(#394) Spaces must be used to indent lines; tabs are not allowed
(#394) Tab found within whitespace
(#394) Whitespace found at end of line
(#395) Spaces must be used to indent lines; tabs are not allowed
(#395) Tab found within whitespace
(#395) Line indented incorrectly; expected at least 16 spaces, found 5
(#395) Variable "objWriter" must be all lower-case
(#396) Spaces must be used to indent lines; tabs are not allowed
(#396) Tab found within whitespace
(#396) Line indented incorrectly; expected at least 16 spaces, found 6
(#396) Variable "objWriter" must be all lower-case
(#397) Spaces must be used to indent lines; tabs are not allowed
(#397) Tab found within whitespace
(#397) Line indented incorrectly; expected at least 16 spaces, found 7
(#397) Variable "objWriter" must be all lower-case
(#398) Spaces must be used to indent lines; tabs are not allowed
(#398) Tab found within whitespace
(#398) Line indented incorrectly; expected at least 16 spaces, found 6
(#398) Variable "objWriter" must be all lower-case
(#399) Spaces must be used to indent lines; tabs are not allowed
(#399) Tab found within whitespace
(#399) Line indented incorrectly; expected at least 16 spaces, found 5
(#399) Variable "objWriter" must be all lower-case
(#400) Spaces must be used to indent lines; tabs are not allowed
(#400) Tab found within whitespace
(#400) Line indented incorrectly; expected 12 spaces, found 4
(#401) Spaces must be used to indent lines; tabs are not allowed
(#401) Tab found within whitespace
(#401) Whitespace found at end of line
(#402) Spaces must be used to indent lines; tabs are not allowed
(#402) Tab found within whitespace
(#402) Line indented incorrectly; expected at least 12 spaces, found 4
(#402) Variable "objWriter" must be all lower-case
(#403) Spaces must be used to indent lines; tabs are not allowed
(#403) Tab found within whitespace
(#403) Line indented incorrectly; expected at least 12 spaces, found 5
(#403) Variable "objWriter" must be all lower-case
(#404) Spaces must be used to indent lines; tabs are not allowed
(#404) Tab found within whitespace
(#404) Line indented incorrectly; expected at least 12 spaces, found 5
(#404) Variable "objWriter" must be all lower-case
(#405) Spaces must be used to indent lines; tabs are not allowed
(#405) Tab found within whitespace
(#405) Whitespace found at end of line
(#406) Spaces must be used to indent lines; tabs are not allowed
(#406) Tab found within whitespace
(#406) Line indented incorrectly; expected at least 12 spaces, found 5
(#406) Variable "objWriter" must be all lower-case
(#407) Spaces must be used to indent lines; tabs are not allowed
(#407) Tab found within whitespace
(#407) Whitespace found at end of line
(#408) Spaces must be used to indent lines; tabs are not allowed
(#408) Tab found within whitespace
(#408) Line indented incorrectly; expected 12 spaces, found 6
(#408) Expected "if (...) {\n"; found "if(...) {\n"
(#408) Variable "isObject" must be all lower-case
(#409) Spaces must be used to indent lines; tabs are not allowed
(#409) Tab found within whitespace
(#409) Line indented incorrectly; expected at least 16 spaces, found 7
(#409) Variable "objWriter" must be all lower-case
(#409) Variable "styleFont" must be all lower-case
(#410) Spaces must be used to indent lines; tabs are not allowed
(#410) Tab found within whitespace
(#410) Line indented incorrectly; expected 12 spaces, found 6
(#411) Spaces must be used to indent lines; tabs are not allowed
(#411) Tab found within whitespace
(#411) Whitespace found at end of line
(#412) Spaces must be used to indent lines; tabs are not allowed
(#412) Tab found within whitespace
(#412) Line indented incorrectly; expected at least 12 spaces, found 6
(#412) Variable "objWriter" must be all lower-case
(#413) Spaces must be used to indent lines; tabs are not allowed
(#413) Tab found within whitespace
(#413) Line indented incorrectly; expected at least 12 spaces, found 7
(#413) Variable "objWriter" must be all lower-case
(#414) Spaces must be used to indent lines; tabs are not allowed
(#414) Tab found within whitespace
(#414) Line indented incorrectly; expected at least 12 spaces, found 6
(#414) Variable "objWriter" must be all lower-case
(#415) Spaces must be used to indent lines; tabs are not allowed
(#415) Tab found within whitespace
(#415) Line indented incorrectly; expected at least 12 spaces, found 5
(#415) Variable "objWriter" must be all lower-case
(#416) Spaces must be used to indent lines; tabs are not allowed
(#416) Tab found within whitespace
(#416) Whitespace found at end of line
(#417) Spaces must be used to indent lines; tabs are not allowed
(#417) Tab found within whitespace
(#417) Line indented incorrectly; expected at least 12 spaces, found 5
(#417) Variable "objWriter" must be all lower-case
(#418) Spaces must be used to indent lines; tabs are not allowed
(#418) Tab found within whitespace
(#418) Line indented incorrectly; expected at least 12 spaces, found 6
(#418) Variable "objWriter" must be all lower-case
(#419) Spaces must be used to indent lines; tabs are not allowed
(#419) Tab found within whitespace
(#419) Line indented incorrectly; expected at least 12 spaces, found 5
(#419) Variable "objWriter" must be all lower-case
(#420) Spaces must be used to indent lines; tabs are not allowed
(#420) Tab found within whitespace
(#420) Whitespace found at end of line
(#421) Spaces must be used to indent lines; tabs are not allowed
(#421) Tab found within whitespace
(#421) Line indented incorrectly; expected at least 12 spaces, found 5
(#421) Variable "objWriter" must be all lower-case
(#422) Spaces must be used to indent lines; tabs are not allowed
(#422) Tab found within whitespace
(#422) Line indented incorrectly; expected at least 12 spaces, found 6
(#422) Variable "objWriter" must be all lower-case
(#423) Spaces must be used to indent lines; tabs are not allowed
(#423) Tab found within whitespace
(#423) Line indented incorrectly; expected at least 12 spaces, found 7
(#423) Variable "objWriter" must be all lower-case
(#424) Spaces must be used to indent lines; tabs are not allowed
(#424) Tab found within whitespace
(#424) Line indented incorrectly; expected at least 12 spaces, found 6
(#424) Variable "objWriter" must be all lower-case
(#425) Spaces must be used to indent lines; tabs are not allowed
(#425) Tab found within whitespace
(#425) Line indented incorrectly; expected at least 12 spaces, found 5
(#425) Variable "objWriter" must be all lower-case
(#426) Spaces must be used to indent lines; tabs are not allowed
(#426) Tab found within whitespace
(#426) Whitespace found at end of line
(#427) Spaces must be used to indent lines; tabs are not allowed
(#427) Tab found within whitespace
(#427) Line indented incorrectly; expected at least 12 spaces, found 5
(#427) Variable "objWriter" must be all lower-case
(#428) Spaces must be used to indent lines; tabs are not allowed
(#428) Tab found within whitespace
(#428) Line indented incorrectly; expected at least 12 spaces, found 6
(#428) Variable "objWriter" must be all lower-case
(#429) Spaces must be used to indent lines; tabs are not allowed
(#429) Tab found within whitespace
(#429) Line indented incorrectly; expected at least 12 spaces, found 7
(#429) Variable "objWriter" must be all lower-case
(#430) Spaces must be used to indent lines; tabs are not allowed
(#430) Tab found within whitespace
(#430) Line indented incorrectly; expected at least 12 spaces, found 7
(#430) Variable "objWriter" must be all lower-case
(#431) Spaces must be used to indent lines; tabs are not allowed
(#431) Tab found within whitespace
(#431) Line indented incorrectly; expected at least 12 spaces, found 6
(#431) Variable "objWriter" must be all lower-case
(#432) Spaces must be used to indent lines; tabs are not allowed
(#432) Tab found within whitespace
(#432) Line indented incorrectly; expected at least 12 spaces, found 5
(#432) Variable "objWriter" must be all lower-case
(#433) Spaces must be used to indent lines; tabs are not allowed
(#433) Tab found within whitespace
(#433) Whitespace found at end of line
(#434) Spaces must be used to indent lines; tabs are not allowed
(#434) Tab found within whitespace
(#434) Line indented incorrectly; expected at least 12 spaces, found 5
(#434) Variable "objWriter" must be all lower-case
(#435) Spaces must be used to indent lines; tabs are not allowed
(#435) Tab found within whitespace
(#435) Line indented incorrectly; expected at least 12 spaces, found 6
(#435) Variable "objWriter" must be all lower-case
(#436) Spaces must be used to indent lines; tabs are not allowed
(#436) Tab found within whitespace
(#436) Line indented incorrectly; expected at least 12 spaces, found 7
(#436) Variable "objWriter" must be all lower-case
(#437) Spaces must be used to indent lines; tabs are not allowed
(#437) Tab found within whitespace
(#437) Line indented incorrectly; expected at least 12 spaces, found 6
(#437) Variable "objWriter" must be all lower-case
(#438) Spaces must be used to indent lines; tabs are not allowed
(#438) Tab found within whitespace
(#438) Line indented incorrectly; expected at least 12 spaces, found 5
(#438) Variable "objWriter" must be all lower-case
(#439) Spaces must be used to indent lines; tabs are not allowed
(#439) Tab found within whitespace
(#439) Whitespace found at end of line
(#440) Spaces must be used to indent lines; tabs are not allowed
(#440) Tab found within whitespace
(#440) Line indented incorrectly; expected at least 12 spaces, found 4
(#440) Variable "objWriter" must be all lower-case
(#440) Inline comments must start with a capital letter, digit or 3-dots sequence
(#440) Inline comments must end in full-stops, exclamation marks, or question marks
(#441) Spaces must be used to indent lines; tabs are not allowed
(#441) Tab found within whitespace
(#441) Whitespace found at end of line
(#442) Spaces must be used to indent lines; tabs are not allowed
(#442) Tab found within whitespace
(#442) Line indented incorrectly; expected at least 12 spaces, found 3
(#442) Variable "objWriter" must be all lower-case
(#442) Inline comments must start with a capital letter, digit or 3-dots sequence
(#442) Inline comments must end in full-stops, exclamation marks, or question marks
(#443) Spaces must be used to indent lines; tabs are not allowed
(#443) Tab found within whitespace
(#443) Line indented incorrectly; expected 8 spaces, found 2
(#444) Spaces must be used to indent lines; tabs are not allowed
(#444) Tab found within whitespace
(#444) Whitespace found at end of line
(#445) Spaces must be used to indent lines; tabs are not allowed
(#445) Tab found within whitespace
(#445) Line indented incorrectly; expected at least 8 spaces, found 2
(#445) Variable "objWriter" must be all lower-case
(#446) Spaces must be used to indent lines; tabs are not allowed
(#446) Tab found within whitespace
(#446) Line indented incorrectly; expected at least 8 spaces, found 3
(#446) Variable "objWriter" must be all lower-case
(#447) Spaces must be used to indent lines; tabs are not allowed
(#447) Tab found within whitespace
(#447) Line indented incorrectly; expected at least 8 spaces, found 4
(#447) Variable "objWriter" must be all lower-case
(#448) Spaces must be used to indent lines; tabs are not allowed
(#448) Tab found within whitespace
(#448) Line indented incorrectly; expected at least 8 spaces, found 5
(#448) Variable "objWriter" must be all lower-case
(#449) Spaces must be used to indent lines; tabs are not allowed
(#449) Tab found within whitespace
(#449) Line indented incorrectly; expected at least 8 spaces, found 4
(#449) Variable "objWriter" must be all lower-case
(#450) Spaces must be used to indent lines; tabs are not allowed
(#450) Tab found within whitespace
(#450) Line indented incorrectly; expected at least 8 spaces, found 3
(#450) Variable "objWriter" must be all lower-case
(#451) Spaces must be used to indent lines; tabs are not allowed
(#451) Tab found within whitespace
(#451) Line indented incorrectly; expected at least 8 spaces, found 2
(#451) Variable "objWriter" must be all lower-case
(#452) Spaces must be used to indent lines; tabs are not allowed
(#452) Tab found within whitespace
(#452) Line indented incorrectly; expected 4 spaces, found 1
mod/offlinequiz/lib/PHPWord/Writer/Word2007/DocumentRels.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#29) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#30) Whitespace found at end of line
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected 4 spaces, found 1
(#31) Public method name "PHPWord_Writer_Word2007_DocumentRels::writeDocumentRels" must be in lower-case letters only
(#31) Variable "_relsCollection" must be all lower-case
(#31) Variable "_relsCollection" must not contain underscores.
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Inline comments must end in full-stops, exclamation marks, or question marks
(#32) Line indented incorrectly; expected at least 8 spaces, found 2
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Tab found within whitespace
(#33) Line indented incorrectly; expected at least 8 spaces, found 2
(#33) Variable "objWriter" must be all lower-case
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Tab found within whitespace
(#34) Line indented incorrectly; expected 8 spaces, found 2
(#35) Spaces must be used to indent lines; tabs are not allowed
(#35) Tab found within whitespace
(#35) Line indented incorrectly; expected at least 12 spaces, found 3
(#35) Variable "objWriter" must be all lower-case
(#35) Line exceeds 132 characters; contains 138 characters
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Line indented incorrectly; expected 8 spaces, found 2
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected at least 12 spaces, found 3
(#37) Variable "objWriter" must be all lower-case
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected 8 spaces, found 2
(#39) Spaces must be used to indent lines; tabs are not allowed
(#39) Tab found within whitespace
(#39) Whitespace found at end of line
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Inline comments must end in full-stops, exclamation marks, or question marks
(#40) Line indented incorrectly; expected at least 8 spaces, found 2
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected at least 8 spaces, found 2
(#41) Variable "objWriter" must be all lower-case
(#41) Commas (,) must be followed by white space.
(#41) Commas (,) must be followed by white space.
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Whitespace found at end of line
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Inline comments must end in full-stops, exclamation marks, or question marks
(#43) Line indented incorrectly; expected at least 8 spaces, found 2
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected at least 8 spaces, found 2
(#44) Variable "objWriter" must be all lower-case
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected at least 8 spaces, found 2
(#45) Variable "objWriter" must be all lower-case
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Whitespace found at end of line
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Inline comments must end in full-stops, exclamation marks, or question marks
(#47) Line indented incorrectly; expected at least 8 spaces, found 3
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected at least 8 spaces, found 3
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected at least 8 spaces, found 4
(#49) Variable "objWriter" must be all lower-case
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected at least 8 spaces, found 4
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected at least 8 spaces, found 4
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected at least 8 spaces, found 4
(#53) Spaces must be used to indent lines; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected at least 8 spaces, found 3
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Tab found within whitespace
(#54) Whitespace found at end of line
(#55) Spaces must be used to indent lines; tabs are not allowed
(#55) Tab found within whitespace
(#55) Inline comments must end in full-stops, exclamation marks, or question marks
(#55) Line indented incorrectly; expected at least 8 spaces, found 3
(#56) Spaces must be used to indent lines; tabs are not allowed
(#56) Tab found within whitespace
(#56) Line indented incorrectly; expected at least 8 spaces, found 3
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected at least 8 spaces, found 4
(#57) Variable "objWriter" must be all lower-case
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Line indented incorrectly; expected at least 8 spaces, found 4
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#59) Line indented incorrectly; expected at least 8 spaces, found 4
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected at least 8 spaces, found 4
(#61) Spaces must be used to indent lines; tabs are not allowed
(#61) Tab found within whitespace
(#61) Line indented incorrectly; expected at least 8 spaces, found 3
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Tab found within whitespace
(#62) Whitespace found at end of line
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#63) Inline comments must end in full-stops, exclamation marks, or question marks
(#63) Line indented incorrectly; expected at least 8 spaces, found 3
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected at least 8 spaces, found 3
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Tab found within whitespace
(#65) Line indented incorrectly; expected at least 8 spaces, found 4
(#65) Variable "objWriter" must be all lower-case
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected at least 8 spaces, found 4
(#67) Spaces must be used to indent lines; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected at least 8 spaces, found 4
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected at least 8 spaces, found 4
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected at least 8 spaces, found 3
(#70) Spaces must be used to indent lines; tabs are not allowed
(#70) Tab found within whitespace
(#70) Whitespace found at end of line
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Inline comments must end in full-stops, exclamation marks, or question marks
(#71) Line indented incorrectly; expected at least 8 spaces, found 3
(#72) Spaces must be used to indent lines; tabs are not allowed
(#72) Tab found within whitespace
(#72) Line indented incorrectly; expected at least 8 spaces, found 3
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected at least 8 spaces, found 4
(#73) Variable "objWriter" must be all lower-case
(#74) Spaces must be used to indent lines; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected at least 8 spaces, found 4
(#75) Spaces must be used to indent lines; tabs are not allowed
(#75) Tab found within whitespace
(#75) Line indented incorrectly; expected at least 8 spaces, found 4
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Tab found within whitespace
(#76) Line indented incorrectly; expected at least 8 spaces, found 4
(#77) Spaces must be used to indent lines; tabs are not allowed
(#77) Tab found within whitespace
(#77) Line indented incorrectly; expected at least 8 spaces, found 3
(#78) Spaces must be used to indent lines; tabs are not allowed
(#78) Tab found within whitespace
(#78) Whitespace found at end of line
(#79) Spaces must be used to indent lines; tabs are not allowed
(#79) Tab found within whitespace
(#79) Inline comments must end in full-stops, exclamation marks, or question marks
(#79) Line indented incorrectly; expected at least 8 spaces, found 3
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected at least 8 spaces, found 3
(#81) Spaces must be used to indent lines; tabs are not allowed
(#81) Tab found within whitespace
(#81) Line indented incorrectly; expected at least 8 spaces, found 4
(#81) Variable "objWriter" must be all lower-case
(#82) Spaces must be used to indent lines; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected at least 8 spaces, found 4
(#83) Spaces must be used to indent lines; tabs are not allowed
(#83) Tab found within whitespace
(#83) Line indented incorrectly; expected at least 8 spaces, found 4
(#84) Spaces must be used to indent lines; tabs are not allowed
(#84) Tab found within whitespace
(#84) Line indented incorrectly; expected at least 8 spaces, found 4
(#85) Spaces must be used to indent lines; tabs are not allowed
(#85) Tab found within whitespace
(#85) Line indented incorrectly; expected at least 8 spaces, found 3
(#86) Spaces must be used to indent lines; tabs are not allowed
(#86) Tab found within whitespace
(#86) Whitespace found at end of line
(#87) Spaces must be used to indent lines; tabs are not allowed
(#87) Tab found within whitespace
(#87) Inline comments must end in full-stops, exclamation marks, or question marks
(#87) Line indented incorrectly; expected at least 8 spaces, found 3
(#88) Spaces must be used to indent lines; tabs are not allowed
(#88) Tab found within whitespace
(#88) Line indented incorrectly; expected at least 8 spaces, found 3
(#89) Spaces must be used to indent lines; tabs are not allowed
(#89) Tab found within whitespace
(#89) Line indented incorrectly; expected at least 8 spaces, found 4
(#89) Variable "objWriter" must be all lower-case
(#90) Spaces must be used to indent lines; tabs are not allowed
(#90) Tab found within whitespace
(#90) Line indented incorrectly; expected at least 8 spaces, found 4
(#91) Spaces must be used to indent lines; tabs are not allowed
(#91) Tab found within whitespace
(#91) Line indented incorrectly; expected at least 8 spaces, found 4
(#92) Spaces must be used to indent lines; tabs are not allowed
(#92) Tab found within whitespace
(#92) Line indented incorrectly; expected at least 8 spaces, found 4
(#93) Spaces must be used to indent lines; tabs are not allowed
(#93) Tab found within whitespace
(#93) Line indented incorrectly; expected at least 8 spaces, found 3
(#94) Spaces must be used to indent lines; tabs are not allowed
(#94) Tab found within whitespace
(#94) Whitespace found at end of line
(#95) Spaces must be used to indent lines; tabs are not allowed
(#95) Tab found within whitespace
(#95) Inline comments must end in full-stops, exclamation marks, or question marks
(#95) Line indented incorrectly; expected at least 8 spaces, found 3
(#96) Spaces must be used to indent lines; tabs are not allowed
(#96) Tab found within whitespace
(#96) Line indented incorrectly; expected 8 spaces, found 3
(#96) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#96) Variable "_relsCollection" must be all lower-case
(#96) Variable "_relsCollection" must not contain underscores.
(#97) Spaces must be used to indent lines; tabs are not allowed
(#97) Tab found within whitespace
(#97) Line indented incorrectly; expected at least 12 spaces, found 4
(#97) Variable "relationType" must be all lower-case
(#98) Spaces must be used to indent lines; tabs are not allowed
(#98) Tab found within whitespace
(#98) Line indented incorrectly; expected at least 12 spaces, found 4
(#98) Variable "relationName" must be all lower-case
(#99) Spaces must be used to indent lines; tabs are not allowed
(#99) Tab found within whitespace
(#99) Line indented incorrectly; expected at least 12 spaces, found 4
(#99) Variable "relationId" must be all lower-case
(#100) Spaces must be used to indent lines; tabs are not allowed
(#100) Tab found within whitespace
(#100) Line indented incorrectly; expected at least 12 spaces, found 4
(#100) Variable "targetMode" must be all lower-case
(#100) Variable "relationType" must be all lower-case
(#101) Spaces must be used to indent lines; tabs are not allowed
(#101) Tab found within whitespace
(#101) Whitespace found at end of line
(#102) Spaces must be used to indent lines; tabs are not allowed
(#102) Tab found within whitespace
(#102) Line indented incorrectly; expected at least 12 spaces, found 4
(#103) Spaces must be used to indent lines; tabs are not allowed
(#103) Tab found within whitespace
(#103) Line indented incorrectly; expected at least 12 spaces, found 5
(#103) Variable "objWriter" must be all lower-case
(#104) Spaces must be used to indent lines; tabs are not allowed
(#104) Tab found within whitespace
(#104) Line indented incorrectly; expected at least 12 spaces, found 5
(#104) Variable "relationId" must be all lower-case
(#105) Spaces must be used to indent lines; tabs are not allowed
(#105) Tab found within whitespace
(#105) Line indented incorrectly; expected at least 12 spaces, found 5
(#105) Variable "relationType" must be all lower-case
(#106) Spaces must be used to indent lines; tabs are not allowed
(#106) Tab found within whitespace
(#106) Line indented incorrectly; expected at least 12 spaces, found 5
(#106) Variable "relationName" must be all lower-case
(#107) Spaces must be used to indent lines; tabs are not allowed
(#107) Tab found within whitespace
(#107) Line indented incorrectly; expected at least 12 spaces, found 5
(#107) Variable "targetMode" must be all lower-case
(#108) Spaces must be used to indent lines; tabs are not allowed
(#108) Tab found within whitespace
(#108) Line indented incorrectly; expected at least 17 spaces, found 4
(#109) Spaces must be used to indent lines; tabs are not allowed
(#109) Tab found within whitespace
(#109) Line indented incorrectly; expected 8 spaces, found 3
(#110) Spaces must be used to indent lines; tabs are not allowed
(#110) Tab found within whitespace
(#110) Whitespace found at end of line
(#110) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#112) Spaces must be used to indent lines; tabs are not allowed
(#112) Tab found within whitespace
(#112) Line indented incorrectly; expected at least 8 spaces, found 2
(#112) Variable "objWriter" must be all lower-case
(#114) Spaces must be used to indent lines; tabs are not allowed
(#114) Tab found within whitespace
(#114) Inline comments must end in full-stops, exclamation marks, or question marks
(#114) This comment is 50% valid code; is this commented out code?
(#114) Line indented incorrectly; expected at least 8 spaces, found 2
(#115) Spaces must be used to indent lines; tabs are not allowed
(#115) Tab found within whitespace
(#115) Line indented incorrectly; expected at least 8 spaces, found 2
(#115) Variable "objWriter" must be all lower-case
(#116) Spaces must be used to indent lines; tabs are not allowed
(#116) Tab found within whitespace
(#116) Line indented incorrectly; expected 4 spaces, found 1
(#117) Spaces must be used to indent lines; tabs are not allowed
(#117) Tab found within whitespace
(#117) 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 4 spaces, found 1
(#118) Public method name "PHPWord_Writer_Word2007_DocumentRels::writeHeaderFooterRels" must be in lower-case letters only
(#118) Variable "_relsCollection" must be all lower-case
(#118) Variable "_relsCollection" must not contain underscores.
(#119) Spaces must be used to indent lines; tabs are not allowed
(#119) Tab found within whitespace
(#119) Inline comments must end in full-stops, exclamation marks, or question marks
(#119) Line indented incorrectly; expected at least 8 spaces, found 2
(#120) Spaces must be used to indent lines; tabs are not allowed
(#120) Tab found within whitespace
(#120) Line indented incorrectly; expected at least 8 spaces, found 2
(#120) Variable "objWriter" must be all lower-case
(#121) Spaces must be used to indent lines; tabs are not allowed
(#121) Tab found within whitespace
(#121) Line indented incorrectly; expected 8 spaces, found 2
(#122) Spaces must be used to indent lines; tabs are not allowed
(#122) Tab found within whitespace
(#122) Line indented incorrectly; expected at least 12 spaces, found 3
(#122) Variable "objWriter" must be all lower-case
(#122) Line exceeds 132 characters; contains 138 characters
(#123) Spaces must be used to indent lines; tabs are not allowed
(#123) Tab found within whitespace
(#123) Line indented incorrectly; expected 8 spaces, found 2
(#124) Spaces must be used to indent lines; tabs are not allowed
(#124) Tab found within whitespace
(#124) Line indented incorrectly; expected at least 12 spaces, found 3
(#124) Variable "objWriter" must be all lower-case
(#125) Spaces must be used to indent lines; tabs are not allowed
(#125) Tab found within whitespace
(#125) Line indented incorrectly; expected 8 spaces, found 2
(#126) Spaces must be used to indent lines; tabs are not allowed
(#126) Tab found within whitespace
(#126) Whitespace found at end of line
(#127) Spaces must be used to indent lines; tabs are not allowed
(#127) Tab found within whitespace
(#127) Inline comments must end in full-stops, exclamation marks, or question marks
(#127) Line indented incorrectly; expected at least 8 spaces, found 2
(#128) Spaces must be used to indent lines; tabs are not allowed
(#128) Tab found within whitespace
(#128) Line indented incorrectly; expected at least 8 spaces, found 2
(#128) Variable "objWriter" must be all lower-case
(#128) Commas (,) must be followed by white space.
(#128) Commas (,) must be followed by white space.
(#129) Spaces must be used to indent lines; tabs are not allowed
(#129) Tab found within whitespace
(#129) Whitespace found at end of line
(#130) Spaces must be used to indent lines; tabs are not allowed
(#130) Tab found within whitespace
(#130) Inline comments must end in full-stops, exclamation marks, or question marks
(#130) Line indented incorrectly; expected at least 8 spaces, found 2
(#131) Spaces must be used to indent lines; tabs are not allowed
(#131) Tab found within whitespace
(#131) Line indented incorrectly; expected at least 8 spaces, found 2
(#131) Variable "objWriter" must be all lower-case
(#132) Spaces must be used to indent lines; tabs are not allowed
(#132) Tab found within whitespace
(#132) Line indented incorrectly; expected at least 8 spaces, found 2
(#132) Variable "objWriter" must be all lower-case
(#133) Spaces must be used to indent lines; tabs are not allowed
(#133) Tab found within whitespace
(#133) Whitespace found at end of line
(#134) Spaces must be used to indent lines; tabs are not allowed
(#134) Tab found within whitespace
(#134) Inline comments must end in full-stops, exclamation marks, or question marks
(#134) Line indented incorrectly; expected at least 8 spaces, found 3
(#135) Spaces must be used to indent lines; tabs are not allowed
(#135) Tab found within whitespace
(#135) Line indented incorrectly; expected 8 spaces, found 3
(#135) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#135) Variable "_relsCollection" must be all lower-case
(#135) Variable "_relsCollection" must not contain underscores.
(#136) Spaces must be used to indent lines; tabs are not allowed
(#136) Tab found within whitespace
(#136) Line indented incorrectly; expected at least 12 spaces, found 4
(#136) Variable "relationType" must be all lower-case
(#137) Spaces must be used to indent lines; tabs are not allowed
(#137) Tab found within whitespace
(#137) Line indented incorrectly; expected at least 12 spaces, found 4
(#137) Variable "relationName" must be all lower-case
(#138) Spaces must be used to indent lines; tabs are not allowed
(#138) Tab found within whitespace
(#138) Line indented incorrectly; expected at least 12 spaces, found 4
(#138) Variable "relationId" must be all lower-case
(#139) Spaces must be used to indent lines; tabs are not allowed
(#139) Tab found within whitespace
(#139) Whitespace found at end of line
(#140) Spaces must be used to indent lines; tabs are not allowed
(#140) Tab found within whitespace
(#140) Line indented incorrectly; expected at least 12 spaces, found 4
(#141) Spaces must be used to indent lines; tabs are not allowed
(#141) Tab found within whitespace
(#141) Line indented incorrectly; expected at least 12 spaces, found 5
(#141) Variable "objWriter" must be all lower-case
(#142) Spaces must be used to indent lines; tabs are not allowed
(#142) Tab found within whitespace
(#142) Line indented incorrectly; expected at least 12 spaces, found 5
(#142) Variable "relationId" must be all lower-case
(#143) Spaces must be used to indent lines; tabs are not allowed
(#143) Tab found within whitespace
(#143) Line indented incorrectly; expected at least 12 spaces, found 5
(#143) Variable "relationType" must be all lower-case
(#144) Spaces must be used to indent lines; tabs are not allowed
(#144) Tab found within whitespace
(#144) Line indented incorrectly; expected at least 12 spaces, found 5
(#144) Variable "relationName" must be all lower-case
(#145) Spaces must be used to indent lines; tabs are not allowed
(#145) Tab found within whitespace
(#145) Line indented incorrectly; expected at least 17 spaces, found 4
(#146) Spaces must be used to indent lines; tabs are not allowed
(#146) Tab found within whitespace
(#146) Line indented incorrectly; expected 8 spaces, found 3
(#147) Spaces must be used to indent lines; tabs are not allowed
(#147) Tab found within whitespace
(#147) Whitespace found at end of line
(#147) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#149) Spaces must be used to indent lines; tabs are not allowed
(#149) Tab found within whitespace
(#149) Line indented incorrectly; expected at least 8 spaces, found 2
(#149) Variable "objWriter" must be all lower-case
(#151) Spaces must be used to indent lines; tabs are not allowed
(#151) Tab found within whitespace
(#151) Inline comments must end in full-stops, exclamation marks, or question marks
(#151) This comment is 50% valid code; is this commented out code?
(#151) Line indented incorrectly; expected at least 8 spaces, found 2
(#152) Spaces must be used to indent lines; tabs are not allowed
(#152) Tab found within whitespace
(#152) Line indented incorrectly; expected at least 8 spaces, found 2
(#152) Variable "objWriter" must be all lower-case
(#153) Spaces must be used to indent lines; tabs are not allowed
(#153) Tab found within whitespace
(#153) Line indented incorrectly; expected 4 spaces, found 1
(#154) Spaces must be used to indent lines; tabs are not allowed
(#154) Tab found within whitespace
(#154) Whitespace found at end of line
(#155) Spaces must be used to indent lines; tabs are not allowed
(#155) Tab found within whitespace
(#155) Line indented incorrectly; expected 4 spaces, found 1
(#155) Private method name "PHPWord_Writer_Word2007_DocumentRels::_writeRelationship" must be in lower-case letters only
(#155) Variable "objWriter" must be all lower-case
(#155) Variable "pId" must be all lower-case
(#155) Variable "pType" must be all lower-case
(#155) Variable "pTarget" must be all lower-case
(#155) Variable "pTargetMode" must be all lower-case
(#155) Line exceeds 132 characters; contains 139 characters
(#156) Spaces must be used to indent lines; tabs are not allowed
(#156) Tab found within whitespace
(#156) Line indented incorrectly; expected 8 spaces, found 2
(#156) Expected "if (...) {\n"; found "if(...) {\n"
(#156) Variable "pType" must be all lower-case
(#156) Variable "pTarget" must be all lower-case
(#157) Spaces must be used to indent lines; tabs are not allowed
(#157) Tab found within whitespace
(#157) Line indented incorrectly; expected 12 spaces, found 3
(#157) Expected "if (...) {\n"; found "if(...) {\n"
(#157) Variable "pId" must be all lower-case
(#158) Spaces must be used to indent lines; tabs are not allowed
(#158) Tab found within whitespace
(#158) Line indented incorrectly; expected at least 16 spaces, found 4
(#158) Variable "pId" must be all lower-case
(#158) Variable "pId" must be all lower-case
(#159) Spaces must be used to indent lines; tabs are not allowed
(#159) Tab found within whitespace
(#159) Line indented incorrectly; expected 12 spaces, found 3
(#160) Spaces must be used to indent lines; tabs are not allowed
(#160) Tab found within whitespace
(#160) Whitespace found at end of line
(#161) Spaces must be used to indent lines; tabs are not allowed
(#161) Tab found within whitespace
(#161) Inline comments must end in full-stops, exclamation marks, or question marks
(#161) Line indented incorrectly; expected at least 12 spaces, found 3
(#162) Spaces must be used to indent lines; tabs are not allowed
(#162) Tab found within whitespace
(#162) Line indented incorrectly; expected at least 12 spaces, found 3
(#162) Variable "objWriter" must be all lower-case
(#163) Spaces must be used to indent lines; tabs are not allowed
(#163) Tab found within whitespace
(#163) Line indented incorrectly; expected at least 12 spaces, found 3
(#163) Variable "objWriter" must be all lower-case
(#163) Variable "pId" must be all lower-case
(#164) Spaces must be used to indent lines; tabs are not allowed
(#164) Tab found within whitespace
(#164) Line indented incorrectly; expected at least 12 spaces, found 3
(#164) Variable "objWriter" must be all lower-case
(#164) Variable "pType" must be all lower-case
(#165) Spaces must be used to indent lines; tabs are not allowed
(#165) Tab found within whitespace
(#165) Line indented incorrectly; expected at least 12 spaces, found 3
(#165) Variable "objWriter" must be all lower-case
(#165) Variable "pTarget" must be all lower-case
(#167) Spaces must be used to indent lines; tabs are not allowed
(#167) Tab found within whitespace
(#167) Line indented incorrectly; expected 12 spaces, found 3
(#167) Expected "if (...) {\n"; found "if(...) {\n"
(#167) Variable "pTargetMode" must be all lower-case
(#168) Spaces must be used to indent lines; tabs are not allowed
(#168) Tab found within whitespace
(#168) Line indented incorrectly; expected at least 16 spaces, found 4
(#168) Variable "objWriter" must be all lower-case
(#168) Variable "pTargetMode" must be all lower-case
(#169) Spaces must be used to indent lines; tabs are not allowed
(#169) Tab found within whitespace
(#169) Line indented incorrectly; expected 12 spaces, found 3
(#171) Spaces must be used to indent lines; tabs are not allowed
(#171) Tab found within whitespace
(#171) Line indented incorrectly; expected at least 12 spaces, found 3
(#171) Variable "objWriter" must be all lower-case
(#172) Spaces must be used to indent lines; tabs are not allowed
(#172) Tab found within whitespace
(#172) Line indented incorrectly; expected 8 spaces, found 2
(#173) Spaces must be used to indent lines; tabs are not allowed
(#173) Tab found within whitespace
(#173) Line indented incorrectly; expected at least 12 spaces, found 3
(#174) Spaces must be used to indent lines; tabs are not allowed
(#174) Tab found within whitespace
(#174) Line indented incorrectly; expected 8 spaces, found 2
(#175) Spaces must be used to indent lines; tabs are not allowed
(#175) Tab found within whitespace
(#175) Line indented incorrectly; expected 4 spaces, found 1
(#177) A closing tag is not permitted at the end of a PHP file
mod/offlinequiz/lib/PHPWord/Writer/Word2007/Footer.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#29) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#30) Whitespace found at end of line
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected 4 spaces, found 1
(#31) Public method name "PHPWord_Writer_Word2007_Footer::writeFooter" must be in lower-case letters only
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Inline comments must end in full-stops, exclamation marks, or question marks
(#32) Line indented incorrectly; expected at least 8 spaces, found 2
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Tab found within whitespace
(#33) Line indented incorrectly; expected at least 8 spaces, found 2
(#33) Variable "objWriter" must be all lower-case
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Tab found within whitespace
(#34) Line indented incorrectly; expected 8 spaces, found 2
(#35) Spaces must be used to indent lines; tabs are not allowed
(#35) Tab found within whitespace
(#35) Line indented incorrectly; expected at least 12 spaces, found 3
(#35) Variable "objWriter" must be all lower-case
(#35) Line exceeds 132 characters; contains 138 characters
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Line indented incorrectly; expected 8 spaces, found 2
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected at least 12 spaces, found 3
(#37) Variable "objWriter" must be all lower-case
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected 8 spaces, found 2
(#39) Spaces must be used to indent lines; tabs are not allowed
(#39) Tab found within whitespace
(#39) Whitespace found at end of line
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Inline comments must end in full-stops, exclamation marks, or question marks
(#40) Line indented incorrectly; expected at least 8 spaces, found 2
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected at least 8 spaces, found 2
(#41) Variable "objWriter" must be all lower-case
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Whitespace found at end of line
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected at least 8 spaces, found 2
(#43) Variable "objWriter" must be all lower-case
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected at least 8 spaces, found 3
(#44) Variable "objWriter" must be all lower-case
(#44) Commas (,) must be followed by white space.
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected at least 8 spaces, found 3
(#45) Variable "objWriter" must be all lower-case
(#45) Commas (,) must be followed by white space.
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected at least 8 spaces, found 3
(#46) Variable "objWriter" must be all lower-case
(#46) Commas (,) must be followed by white space.
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected at least 8 spaces, found 3
(#47) Variable "objWriter" must be all lower-case
(#47) Commas (,) must be followed by white space.
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected at least 8 spaces, found 3
(#48) Variable "objWriter" must be all lower-case
(#48) Commas (,) must be followed by white space.
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected at least 8 spaces, found 3
(#49) Variable "objWriter" must be all lower-case
(#49) Commas (,) must be followed by white space.
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected at least 8 spaces, found 3
(#50) Variable "objWriter" must be all lower-case
(#50) Commas (,) must be followed by white space.
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected at least 8 spaces, found 3
(#51) Variable "objWriter" must be all lower-case
(#51) Commas (,) must be followed by white space.
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected at least 8 spaces, found 3
(#52) Variable "objWriter" must be all lower-case
(#52) Commas (,) must be followed by white space.
(#53) Spaces must be used to indent lines; tabs are not allowed
(#53) Tab found within whitespace
(#53) Whitespace found at end of line
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Tab found within whitespace
(#54) Line indented incorrectly; expected at least 8 spaces, found 2
(#54) Variable "_elements" must not contain underscores.
(#55) Spaces must be used to indent lines; tabs are not allowed
(#55) Tab found within whitespace
(#55) Whitespace found at end of line
(#56) Spaces must be used to indent lines; tabs are not allowed
(#56) Tab found within whitespace
(#56) Line indented incorrectly; expected 8 spaces, found 2
(#56) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#56) Variable "_elements" must not contain underscores.
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected 12 spaces, found 3
(#57) Expected "if (...) {\n"; found "if(...) {\n"
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Line indented incorrectly; expected at least 16 spaces, found 4
(#58) Variable "objWriter" must be all lower-case
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#59) Line indented incorrectly; expected 12 spaces, found 3
(#59) Usage of ELSEIF not allowed; use ELSE IF instead
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected at least 16 spaces, found 4
(#60) Variable "objWriter" must be all lower-case
(#61) Spaces must be used to indent lines; tabs are not allowed
(#61) Tab found within whitespace
(#61) Line indented incorrectly; expected 12 spaces, found 3
(#61) Usage of ELSEIF not allowed; use ELSE IF instead
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Tab found within whitespace
(#62) Line indented incorrectly; expected at least 16 spaces, found 4
(#62) Variable "objWriter" must be all lower-case
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected 12 spaces, found 3
(#63) Usage of ELSEIF not allowed; use ELSE IF instead
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected at least 16 spaces, found 4
(#64) Variable "objWriter" must be all lower-case
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Tab found within whitespace
(#65) Line indented incorrectly; expected 12 spaces, found 3
(#65) Usage of ELSEIF not allowed; use ELSE IF instead
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected at least 12 spaces, found 6
(#67) Spaces must be used to indent lines; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected at least 16 spaces, found 4
(#67) Variable "objWriter" must be all lower-case
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected 12 spaces, found 3
(#68) Usage of ELSEIF not allowed; use ELSE IF instead
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected at least 16 spaces, found 4
(#69) Variable "objWriter" must be all lower-case
(#70) Spaces must be used to indent lines; tabs are not allowed
(#70) Tab found within whitespace
(#70) Line indented incorrectly; expected 12 spaces, found 3
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected 8 spaces, found 2
(#72) Spaces must be used to indent lines; tabs are not allowed
(#72) Tab found within whitespace
(#72) Whitespace found at end of line
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected at least 8 spaces, found 2
(#73) Variable "objWriter" must be all lower-case
(#74) Spaces must be used to indent lines; tabs are not allowed
(#74) Tab found within whitespace
(#74) Whitespace found at end of line
(#75) Spaces must be used to indent lines; tabs are not allowed
(#75) Tab found within whitespace
(#75) Inline comments must end in full-stops, exclamation marks, or question marks
(#75) This comment is 50% valid code; is this commented out code?
(#75) Line indented incorrectly; expected at least 8 spaces, found 2
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Tab found within whitespace
(#76) Line indented incorrectly; expected at least 8 spaces, found 2
(#76) Variable "objWriter" must be all lower-case
(#77) Spaces must be used to indent lines; tabs are not allowed
(#77) Tab found within whitespace
(#77) Line indented incorrectly; expected 4 spaces, found 1
(#79) A closing tag is not permitted at the end of a PHP file
mod/offlinequiz/lib/PHPWord/Writer/Word2007/Header.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#29) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#30) Whitespace found at end of line
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected 4 spaces, found 1
(#31) Public method name "PHPWord_Writer_Word2007_Header::writeHeader" must be in lower-case letters only
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Inline comments must end in full-stops, exclamation marks, or question marks
(#32) Line indented incorrectly; expected at least 8 spaces, found 2
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Tab found within whitespace
(#33) Line indented incorrectly; expected 8 spaces, found 2
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Tab found within whitespace
(#34) Line indented incorrectly; expected at least 12 spaces, found 3
(#34) Variable "objWriter" must be all lower-case
(#34) Line exceeds 132 characters; contains 138 characters
(#35) Spaces must be used to indent lines; tabs are not allowed
(#35) Tab found within whitespace
(#35) Line indented incorrectly; expected 8 spaces, found 2
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Line indented incorrectly; expected at least 12 spaces, found 3
(#36) Variable "objWriter" must be all lower-case
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected 8 spaces, found 2
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Whitespace found at end of line
(#39) Spaces must be used to indent lines; tabs are not allowed
(#39) Tab found within whitespace
(#39) Inline comments must end in full-stops, exclamation marks, or question marks
(#39) Line indented incorrectly; expected at least 8 spaces, found 2
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected at least 8 spaces, found 2
(#40) Variable "objWriter" must be all lower-case
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Whitespace found at end of line
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected at least 8 spaces, found 2
(#42) Variable "objWriter" must be all lower-case
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected at least 8 spaces, found 3
(#43) Variable "objWriter" must be all lower-case
(#43) Commas (,) must be followed by white space.
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected at least 8 spaces, found 3
(#44) Variable "objWriter" must be all lower-case
(#44) Commas (,) must be followed by white space.
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected at least 8 spaces, found 3
(#45) Variable "objWriter" must be all lower-case
(#45) Commas (,) must be followed by white space.
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected at least 8 spaces, found 3
(#46) Variable "objWriter" must be all lower-case
(#46) Commas (,) must be followed by white space.
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected at least 8 spaces, found 3
(#47) Variable "objWriter" must be all lower-case
(#47) Commas (,) must be followed by white space.
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected at least 8 spaces, found 3
(#48) Variable "objWriter" must be all lower-case
(#48) Commas (,) must be followed by white space.
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected at least 8 spaces, found 3
(#49) Variable "objWriter" must be all lower-case
(#49) Commas (,) must be followed by white space.
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected at least 8 spaces, found 3
(#50) Variable "objWriter" must be all lower-case
(#50) Commas (,) must be followed by white space.
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected at least 8 spaces, found 3
(#51) Variable "objWriter" must be all lower-case
(#51) Commas (,) must be followed by white space.
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Whitespace found at end of line
(#52) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#53) Spaces must be used to indent lines; tabs are not allowed
(#53) Tab found within whitespace
(#53) Whitespace found at end of line
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Tab found within whitespace
(#54) Line indented incorrectly; expected at least 8 spaces, found 2
(#54) Variable "_elements" must not contain underscores.
(#55) Spaces must be used to indent lines; tabs are not allowed
(#55) Tab found within whitespace
(#55) Whitespace found at end of line
(#56) Spaces must be used to indent lines; tabs are not allowed
(#56) Tab found within whitespace
(#56) Line indented incorrectly; expected 8 spaces, found 2
(#56) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#56) Variable "_elements" must not contain underscores.
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected 12 spaces, found 3
(#57) Expected "if (...) {\n"; found "if(...) {\n"
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Line indented incorrectly; expected at least 16 spaces, found 4
(#58) Variable "objWriter" must be all lower-case
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#59) Line indented incorrectly; expected 12 spaces, found 3
(#59) Usage of ELSEIF not allowed; use ELSE IF instead
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected at least 16 spaces, found 4
(#60) Variable "objWriter" must be all lower-case
(#61) Spaces must be used to indent lines; tabs are not allowed
(#61) Tab found within whitespace
(#61) Line indented incorrectly; expected 12 spaces, found 3
(#61) Usage of ELSEIF not allowed; use ELSE IF instead
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Tab found within whitespace
(#62) Line indented incorrectly; expected at least 16 spaces, found 4
(#62) Variable "objWriter" must be all lower-case
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected 12 spaces, found 3
(#63) Usage of ELSEIF not allowed; use ELSE IF instead
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected at least 16 spaces, found 4
(#64) Variable "objWriter" must be all lower-case
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Tab found within whitespace
(#65) Line indented incorrectly; expected 12 spaces, found 3
(#65) Usage of ELSEIF not allowed; use ELSE IF instead
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected at least 12 spaces, found 6
(#67) Spaces must be used to indent lines; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected 16 spaces, found 4
(#67) Expected "if (...) {\n"; found "if(...) {\n"
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected at least 20 spaces, found 5
(#68) Variable "objWriter" must be all lower-case
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected 16 spaces, found 4
(#70) Spaces must be used to indent lines; tabs are not allowed
(#70) Tab found within whitespace
(#70) Line indented incorrectly; expected at least 20 spaces, found 5
(#70) Variable "objWriter" must be all lower-case
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected 16 spaces, found 4
(#72) Spaces must be used to indent lines; tabs are not allowed
(#72) Tab found within whitespace
(#72) Line indented incorrectly; expected 12 spaces, found 3
(#72) Usage of ELSEIF not allowed; use ELSE IF instead
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected at least 16 spaces, found 4
(#73) Variable "objWriter" must be all lower-case
(#74) Spaces must be used to indent lines; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected 12 spaces, found 3
(#75) Spaces must be used to indent lines; tabs are not allowed
(#75) Tab found within whitespace
(#75) Line indented incorrectly; expected 8 spaces, found 2
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Tab found within whitespace
(#76) Whitespace found at end of line
(#77) Spaces must be used to indent lines; tabs are not allowed
(#77) Tab found within whitespace
(#77) Line indented incorrectly; expected at least 8 spaces, found 2
(#77) Variable "objWriter" must be all lower-case
(#78) Spaces must be used to indent lines; tabs are not allowed
(#78) Tab found within whitespace
(#78) Whitespace found at end of line
(#79) Spaces must be used to indent lines; tabs are not allowed
(#79) Tab found within whitespace
(#79) Inline comments must end in full-stops, exclamation marks, or question marks
(#79) This comment is 50% valid code; is this commented out code?
(#79) Line indented incorrectly; expected at least 8 spaces, found 2
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected at least 8 spaces, found 2
(#80) Variable "objWriter" must be all lower-case
(#81) Spaces must be used to indent lines; tabs are not allowed
(#81) Tab found within whitespace
(#81) Line indented incorrectly; expected 4 spaces, found 1
(#83) A closing tag is not permitted at the end of a PHP file
mod/offlinequiz/lib/PHPWord/Writer/Word2007/Numbering.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#33) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#40) Public method name "PHPWord_Writer_Word2007_Numbering::writeDocument" must be in lower-case letters only
(#40) Variable "PHPWord" must be all lower-case
(#41) Variable "PHPWord" must be all lower-case
(#43) Inline comments must end in full-stops, exclamation marks, or question marks
(#44) Expected "if (...) {\n"; found "if(...) {\n"
(#45) Variable "objWriter" must be all lower-case
(#45) Line exceeds 132 characters; contains 147 characters
(#47) Variable "objWriter" must be all lower-case
(#50) Inline comments must end in full-stops, exclamation marks, or question marks
(#51) Variable "objWriter" must be all lower-case
(#51) Commas (,) must be followed by white space.
(#51) Commas (,) must be followed by white space.
(#53) Inline comments must end in full-stops, exclamation marks, or question marks
(#54) Variable "objWriter" must be all lower-case
(#56) Variable "objWriter" must be all lower-case
(#57) Variable "objWriter" must be all lower-case
(#58) Variable "objWriter" must be all lower-case
(#59) Variable "objWriter" must be all lower-case
(#60) Variable "objWriter" must be all lower-case
(#61) Variable "objWriter" must be all lower-case
(#62) Variable "objWriter" must be all lower-case
(#63) Variable "objWriter" must be all lower-case
(#64) Variable "objWriter" must be all lower-case
(#66) Inline comments must end in full-stops, exclamation marks, or question marks
(#68) Variable "objWriter" must be all lower-case
(#71) Inline comments must end in full-stops, exclamation marks, or question marks
(#73) Variable "objWriter" must be all lower-case
(#74) Variable "objWriter" must be all lower-case
(#75) Variable "objWriter" must be all lower-case
(#76) Variable "objWriter" must be all lower-case
(#77) Variable "objWriter" must be all lower-case
(#78) Variable "objWriter" must be all lower-case
(#81) Inline comments must end in full-stops, exclamation marks, or question marks
(#82) Variable "objWriter" must be all lower-case
(#84) Variable "objWriter" must be all lower-case
(#88) A closing tag is not permitted at the end of a PHP file
mod/offlinequiz/lib/PHPWord/Writer/Word2007/Rels.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#29) Expected MOODLE_INTERNAL check or config.php inclusion
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#30) Whitespace found at end of line
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected 4 spaces, found 1
(#31) Public method name "PHPWord_Writer_Word2007_Rels::writeRelationships" must be in lower-case letters only
(#31) Variable "pPHPWord" must be all lower-case
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Inline comments must end in full-stops, exclamation marks, or question marks
(#32) Line indented incorrectly; expected at least 8 spaces, found 2
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Tab found within whitespace
(#33) Line indented incorrectly; expected at least 8 spaces, found 2
(#33) Variable "objWriter" must be all lower-case
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Tab found within whitespace
(#34) Line indented incorrectly; expected 8 spaces, found 2
(#35) Spaces must be used to indent lines; tabs are not allowed
(#35) Tab found within whitespace
(#35) Line indented incorrectly; expected at least 12 spaces, found 3
(#35) Variable "objWriter" must be all lower-case
(#35) Line exceeds 132 characters; contains 138 characters
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Line indented incorrectly; expected 8 spaces, found 2
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected at least 12 spaces, found 3
(#37) Variable "objWriter" must be all lower-case
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected 8 spaces, found 2
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Inline comments must end in full-stops, exclamation marks, or question marks
(#40) Line indented incorrectly; expected at least 8 spaces, found 2
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected at least 8 spaces, found 2
(#41) Variable "objWriter" must be all lower-case
(#41) Commas (,) must be followed by white space.
(#41) Commas (,) must be followed by white space.
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Inline comments must end in full-stops, exclamation marks, or question marks
(#43) Line indented incorrectly; expected at least 8 spaces, found 2
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected at least 8 spaces, found 2
(#44) Variable "objWriter" must be all lower-case
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected at least 8 spaces, found 2
(#45) Variable "objWriter" must be all lower-case
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Whitespace found at end of line
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected at least 8 spaces, found 3
(#47) Variable "relationId" must be all lower-case
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Whitespace found at end of line
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Inline comments must end in full-stops, exclamation marks, or question marks
(#49) Line indented incorrectly; expected at least 8 spaces, found 3
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected at least 8 spaces, found 3
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected at least 8 spaces, found 4
(#51) Variable "objWriter" must be all lower-case
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected at least 8 spaces, found 4
(#52) Variable "relationId" must be all lower-case
(#53) Spaces must be used to indent lines; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected at least 8 spaces, found 4
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Tab found within whitespace
(#54) Line indented incorrectly; expected at least 8 spaces, found 4
(#55) Spaces must be used to indent lines; tabs are not allowed
(#55) Tab found within whitespace
(#55) Line indented incorrectly; expected at least 8 spaces, found 3
(#56) Spaces must be used to indent lines; tabs are not allowed
(#56) Tab found within whitespace
(#56) Whitespace found at end of line
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Inline comments must end in full-stops, exclamation marks, or question marks
(#57) Line indented incorrectly; expected at least 8 spaces, found 3
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Line indented incorrectly; expected at least 8 spaces, found 3
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#59) Line indented incorrectly; expected at least 8 spaces, found 4
(#59) Variable "objWriter" must be all lower-case
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected at least 8 spaces, found 4
(#60) Variable "relationId" must be all lower-case
(#61) Spaces must be used to indent lines; tabs are not allowed
(#61) Tab found within whitespace
(#61) Line indented incorrectly; expected at least 8 spaces, found 4
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Tab found within whitespace
(#62) Line indented incorrectly; expected at least 8 spaces, found 4
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected at least 8 spaces, found 3
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) Whitespace found at end of line
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Tab found within whitespace
(#65) Inline comments must end in full-stops, exclamation marks, or question marks
(#65) Line indented incorrectly; expected at least 8 spaces, found 3
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected at least 8 spaces, found 3
(#67) Spaces must be used to indent lines; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected at least 8 spaces, found 4
(#67) Variable "objWriter" must be all lower-case
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected at least 8 spaces, found 4
(#68) Variable "relationId" must be all lower-case
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected at least 8 spaces, found 4
(#70) Spaces must be used to indent lines; tabs are not allowed
(#70) Tab found within whitespace
(#70) Line indented incorrectly; expected at least 8 spaces, found 4
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected at least 8 spaces, found 3
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected at least 8 spaces, found 2
(#73) Variable "objWriter" must be all lower-case
(#75) Spaces must be used to indent lines; tabs are not allowed
(#75) Tab found within whitespace
(#75) Inline comments must end in full-stops, exclamation marks, or question marks
(#75) This comment is 50% valid code; is this commented out code?
(#75) Line indented incorrectly; expected at least 8 spaces, found 2
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Tab found within whitespace
(#76) Line indented incorrectly; expected at least 8 spaces, found 2
(#76) Variable "objWriter" must be all lower-case
(#77) Spaces must be used to indent lines; tabs are not allowed
(#77) Tab found within whitespace
(#77) Line indented incorrectly; expected 4 spaces, found 1
(#79) Spaces must be used to indent lines; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected at least 4 spaces, found 1
(#80) Spaces must be used to indent lines; tabs are not allowed
(#81) Spaces must be used to indent lines; tabs are not allowed
(#82) Spaces must be used to indent lines; tabs are not allowed
(#82) Spaces must be used for alignment; tabs are not allowed
(#82) Spaces must be used for alignment; tabs are not allowed
(#83) Spaces must be used for alignment; tabs are not allowed
(#83) Spaces must be used for alignment; tabs are not allowed
(#83) Spaces must be used for alignment; tabs are not allowed
(#84) Spaces must be used for alignment; tabs are not allowed
(#84) Spaces must be used for alignment; tabs are not allowed
(#84) Spaces must be used for alignment; tabs are not allowed
(#85) Spaces must be used for alignment; tabs are not allowed
(#85) Spaces must be used for alignment; tabs are not allowed
(#85) Spaces must be used for alignment; tabs are not allowed
(#86) Spaces must be used for alignment; tabs are not allowed
(#86) Spaces must be used for alignment; tabs are not allowed
(#86) Spaces must be used for alignment; tabs are not allowed
(#87) Spaces must be used for alignment; tabs are not allowed
(#87) Spaces must be used for alignment; tabs are not allowed
(#88) Spaces must be used for alignment; tabs are not allowed
(#89) Spaces must be used for alignment; tabs are not allowed
(#89) Tab found within whitespace
(#89) Line indented incorrectly; expected 4 spaces, found 1
(#89) Private method name "PHPWord_Writer_Word2007_Rels::_writeRelationship" must be in lower-case letters only
(#89) Variable "objWriter" must be all lower-case
(#89) Variable "pId" must be all lower-case
(#89) Variable "pType" must be all lower-case
(#89) Variable "pTarget" must be all lower-case
(#89) Variable "pTargetMode" must be all lower-case
(#89) Line exceeds 132 characters; contains 139 characters
(#90) Spaces must be used for alignment; tabs are not allowed
(#90) Tab found within whitespace
(#90) Line indented incorrectly; expected 8 spaces, found 2
(#90) Expected "if (...) {\n"; found "if(...) {\n"
(#90) Variable "pType" must be all lower-case
(#90) Variable "pTarget" must be all lower-case
(#91) Spaces must be used for alignment; tabs are not allowed
(#91) Tab found within whitespace
(#91) Line indented incorrectly; expected 12 spaces, found 3
(#91) Expected "if (...) {\n"; found "if(...) {\n"
(#91) Variable "pId" must be all lower-case
(#92) Spaces must be used for alignment; tabs are not allowed
(#92) Tab found within whitespace
(#92) Line indented incorrectly; expected at least 16 spaces, found 4
(#92) Variable "pId" must be all lower-case
(#92) Variable "pId" must be all lower-case
(#93) Spaces must be used for alignment; tabs are not allowed
(#93) Tab found within whitespace
(#93) Line indented incorrectly; expected 12 spaces, found 3
(#94) Spaces must be used for alignment; tabs are not allowed
(#94) Tab found within whitespace
(#94) Whitespace found at end of line
(#95) Spaces must be used for alignment; tabs are not allowed
(#95) Tab found within whitespace
(#95) Inline comments must end in full-stops, exclamation marks, or question marks
(#95) Line indented incorrectly; expected at least 12 spaces, found 3
(#96) Spaces must be used for alignment; tabs are not allowed
(#96) Tab found within whitespace
(#96) Line indented incorrectly; expected at least 12 spaces, found 3
(#96) Variable "objWriter" must be all lower-case
(#97) Spaces must be used for alignment; tabs are not allowed
(#97) Tab found within whitespace
(#97) Line indented incorrectly; expected at least 12 spaces, found 3
(#97) Variable "objWriter" must be all lower-case
(#97) Spaces must be used for alignment; tabs are not allowed
(#97) Tab found within whitespace
(#97) Variable "pId" must be all lower-case
(#98) Spaces must be used for alignment; tabs are not allowed
(#98) Tab found within whitespace
(#98) Line indented incorrectly; expected at least 12 spaces, found 3
(#98) Variable "objWriter" must be all lower-case
(#98) Spaces must be used for alignment; tabs are not allowed
(#98) Tab found within whitespace
(#98) Variable "pType" must be all lower-case
(#99) Spaces must be used for alignment; tabs are not allowed
(#99) Tab found within whitespace
(#99) Line indented incorrectly; expected at least 12 spaces, found 3
(#99) Variable "objWriter" must be all lower-case
(#99) Spaces must be used for alignment; tabs are not allowed
(#99) Tab found within whitespace
(#99) Variable "pTarget" must be all lower-case
(#101) Spaces must be used for alignment; tabs are not allowed
(#101) Tab found within whitespace
(#101) Line indented incorrectly; expected 12 spaces, found 3
(#101) Expected "if (...) {\n"; found "if(...) {\n"
(#101) Variable "pTargetMode" must be all lower-case
(#102) Spaces must be used for alignment; tabs are not allowed
(#102) Tab found within whitespace
(#102) Line indented incorrectly; expected at least 16 spaces, found 4
(#102) Variable "objWriter" must be all lower-case
(#102) Spaces must be used for alignment; tabs are not allowed
(#102) Tab found within whitespace
(#102) Variable "pTargetMode" must be all lower-case
(#103) Spaces must be used for alignment; tabs are not allowed
(#103) Tab found within whitespace
(#103) Line indented incorrectly; expected 12 spaces, found 3
(#105) Spaces must be used for alignment; tabs are not allowed
(#105) Tab found within whitespace
(#105) Line indented incorrectly; expected at least 12 spaces, found 3
(#105) Variable "objWriter" must be all lower-case
(#106) Spaces must be used for alignment; tabs are not allowed
(#106) Tab found within whitespace
(#106) Line indented incorrectly; expected 8 spaces, found 2
(#107) Spaces must be used for alignment; tabs are not allowed
(#107) Tab found within whitespace
(#107) Line indented incorrectly; expected at least 12 spaces, found 3
(#108) Spaces must be used for alignment; tabs are not allowed
(#108) Tab found within whitespace
(#108) Line indented incorrectly; expected 8 spaces, found 2
(#109) Spaces must be used for alignment; tabs are not allowed
(#109) Tab found within whitespace
(#109) Line indented incorrectly; expected 4 spaces, found 1
mod/offlinequiz/lib/PHPWord/Writer/Word2007/Styles.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#29) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#30) Whitespace found at end of line
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected 4 spaces, found 1
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Whitespace found at end of line
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Tab found within whitespace
(#33) Line indented incorrectly; expected 4 spaces, found 1
(#33) Public method name "PHPWord_Writer_Word2007_Styles::writeStyles" must be in lower-case letters only
(#33) Variable "pPHPWord" must be all lower-case
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Tab found within whitespace
(#34) Inline comments must end in full-stops, exclamation marks, or question marks
(#34) Line indented incorrectly; expected at least 8 spaces, found 2
(#35) Spaces must be used to indent lines; tabs are not allowed
(#35) Tab found within whitespace
(#35) Line indented incorrectly; expected at least 8 spaces, found 2
(#35) Variable "objWriter" must be all lower-case
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Line indented incorrectly; expected 8 spaces, found 2
(#36) Expected "if (...) {\n"; found "if(...) {\n"
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected at least 12 spaces, found 3
(#37) Variable "objWriter" must be all lower-case
(#37) Line exceeds 132 characters; contains 138 characters
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected 8 spaces, found 2
(#39) Spaces must be used to indent lines; tabs are not allowed
(#39) Tab found within whitespace
(#39) Line indented incorrectly; expected at least 12 spaces, found 3
(#39) Variable "objWriter" must be all lower-case
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected 8 spaces, found 2
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Whitespace found at end of line
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected at least 8 spaces, found 2
(#42) Variable "pPHPWord" must be all lower-case
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Whitespace found at end of line
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Inline comments must end in full-stops, exclamation marks, or question marks
(#44) Line indented incorrectly; expected at least 8 spaces, found 2
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected at least 8 spaces, found 2
(#45) Variable "objWriter" must be all lower-case
(#45) Commas (,) must be followed by white space.
(#45) Commas (,) must be followed by white space.
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Whitespace found at end of line
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected at least 8 spaces, found 2
(#47) Variable "objWriter" must be all lower-case
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Whitespace found at end of line
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected at least 8 spaces, found 2
(#49) Variable "objWriter" must be all lower-case
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected at least 8 spaces, found 2
(#50) Variable "objWriter" must be all lower-case
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Whitespace found at end of line
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Inline comments must end in full-stops, exclamation marks, or question marks
(#52) Line indented incorrectly; expected at least 8 spaces, found 2
(#53) Spaces must be used to indent lines; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected at least 8 spaces, found 2
(#53) Variable "objWriter" must be all lower-case
(#54) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#55) Spaces must be used to indent lines; tabs are not allowed
(#55) Tab found within whitespace
(#55) Whitespace found at end of line
(#56) Spaces must be used to indent lines; tabs are not allowed
(#56) Tab found within whitespace
(#56) Inline comments must end in full-stops, exclamation marks, or question marks
(#56) Line indented incorrectly; expected at least 8 spaces, found 2
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected at least 8 spaces, found 2
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Line indented incorrectly; expected 8 spaces, found 2
(#58) Expected "if (...) {\n"; found "if(...) {\n"
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#59) Line indented incorrectly; expected 12 spaces, found 3
(#59) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#59) Variable "styleName" must be all lower-case
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected 16 spaces, found 4
(#60) Expected "if (...) {\n"; found "if(...) {\n"
(#61) Spaces must be used to indent lines; tabs are not allowed
(#61) Tab found within whitespace
(#61) Whitespace found at end of line
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Tab found within whitespace
(#62) Line indented incorrectly; expected at least 20 spaces, found 5
(#62) Variable "paragraphStyle" must be all lower-case
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected at least 20 spaces, found 5
(#63) Variable "styleType" must be all lower-case
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) Whitespace found at end of line
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Tab found within whitespace
(#65) Line indented incorrectly; expected at least 20 spaces, found 5
(#65) Variable "styleType" must be all lower-case
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#66) Whitespace found at end of line
(#67) Spaces must be used to indent lines; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected 20 spaces, found 5
(#67) Expected "if (...) {\n"; found "if(...) {\n"
(#67) Variable "paragraphStyle" must be all lower-case
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected at least 24 spaces, found 6
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected 20 spaces, found 5
(#70) Spaces must be used to indent lines; tabs are not allowed
(#70) Tab found within whitespace
(#70) Whitespace found at end of line
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected at least 20 spaces, found 5
(#71) Variable "objWriter" must be all lower-case
(#72) Spaces must be used to indent lines; tabs are not allowed
(#72) Tab found within whitespace
(#72) Line indented incorrectly; expected at least 20 spaces, found 6
(#72) Variable "objWriter" must be all lower-case
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Whitespace found at end of line
(#74) Spaces must be used to indent lines; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected 20 spaces, found 6
(#74) Expected "if (...) {\n"; found "if(...) {\n"
(#74) Variable "styleType" must be all lower-case
(#75) Spaces must be used to indent lines; tabs are not allowed
(#75) Tab found within whitespace
(#75) Line indented incorrectly; expected at least 24 spaces, found 7
(#75) Variable "arrStyle" must be all lower-case
(#75) Variable "styleName" must be all lower-case
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Tab found within whitespace
(#76) Line indented incorrectly; expected at least 24 spaces, found 7
(#76) Variable "styleId" must be all lower-case
(#76) Variable "arrStyle" must be all lower-case
(#77) Spaces must be used to indent lines; tabs are not allowed
(#77) Tab found within whitespace
(#77) Line indented incorrectly; expected at least 24 spaces, found 7
(#77) Variable "styleName" must be all lower-case
(#77) Variable "arrStyle" must be all lower-case
(#78) Spaces must be used to indent lines; tabs are not allowed
(#78) Tab found within whitespace
(#78) Line indented incorrectly; expected at least 24 spaces, found 7
(#78) Variable "styleLink" must be all lower-case
(#78) Variable "arrStyle" must be all lower-case
(#79) Spaces must be used to indent lines; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected at least 24 spaces, found 7
(#79) Variable "objWriter" must be all lower-case
(#79) Variable "styleId" must be all lower-case
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Tab found within whitespace
(#80) Whitespace found at end of line
(#81) Spaces must be used to indent lines; tabs are not allowed
(#81) Tab found within whitespace
(#81) Line indented incorrectly; expected at least 24 spaces, found 7
(#81) Variable "objWriter" must be all lower-case
(#82) Spaces must be used to indent lines; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected at least 24 spaces, found 8
(#82) Variable "objWriter" must be all lower-case
(#82) Variable "styleLink" must be all lower-case
(#83) Spaces must be used to indent lines; tabs are not allowed
(#83) Tab found within whitespace
(#83) Line indented incorrectly; expected at least 24 spaces, found 7
(#83) Variable "objWriter" must be all lower-case
(#84) Spaces must be used to indent lines; tabs are not allowed
(#84) Tab found within whitespace
(#84) Line indented incorrectly; expected 20 spaces, found 6
(#85) Spaces must be used to indent lines; tabs are not allowed
(#85) Tab found within whitespace
(#85) Whitespace found at end of line
(#86) Spaces must be used to indent lines; tabs are not allowed
(#86) Tab found within whitespace
(#86) Line indented incorrectly; expected at least 20 spaces, found 6
(#86) Variable "objWriter" must be all lower-case
(#87) Spaces must be used to indent lines; tabs are not allowed
(#87) Tab found within whitespace
(#87) Line indented incorrectly; expected at least 20 spaces, found 7
(#87) Variable "objWriter" must be all lower-case
(#87) Variable "styleName" must be all lower-case
(#88) Spaces must be used to indent lines; tabs are not allowed
(#88) Tab found within whitespace
(#88) Line indented incorrectly; expected at least 20 spaces, found 6
(#88) Variable "objWriter" must be all lower-case
(#89) Spaces must be used to indent lines; tabs are not allowed
(#89) Tab found within whitespace
(#89) Whitespace found at end of line
(#90) Spaces must be used to indent lines; tabs are not allowed
(#90) Tab found within whitespace
(#90) Line indented incorrectly; expected 20 spaces, found 6
(#90) Expected "if (...) {\n"; found "if(...) {\n"
(#90) Variable "paragraphStyle" must be all lower-case
(#91) Spaces must be used to indent lines; tabs are not allowed
(#91) Tab found within whitespace
(#91) Line indented incorrectly; expected at least 24 spaces, found 7
(#91) Variable "objWriter" must be all lower-case
(#91) Variable "paragraphStyle" must be all lower-case
(#92) Spaces must be used to indent lines; tabs are not allowed
(#92) Tab found within whitespace
(#92) Line indented incorrectly; expected 20 spaces, found 6
(#93) Spaces must be used to indent lines; tabs are not allowed
(#93) Tab found within whitespace
(#93) Whitespace found at end of line
(#94) Spaces must be used to indent lines; tabs are not allowed
(#94) Tab found within whitespace
(#94) Line indented incorrectly; expected at least 20 spaces, found 6
(#94) Variable "objWriter" must be all lower-case
(#95) Spaces must be used to indent lines; tabs are not allowed
(#95) Tab found within whitespace
(#95) Whitespace found at end of line
(#96) Spaces must be used to indent lines; tabs are not allowed
(#96) Tab found within whitespace
(#96) Line indented incorrectly; expected at least 20 spaces, found 5
(#96) Variable "objWriter" must be all lower-case
(#97) Spaces must be used to indent lines; tabs are not allowed
(#97) Tab found within whitespace
(#97) Whitespace found at end of line
(#98) Spaces must be used to indent lines; tabs are not allowed
(#98) Tab found within whitespace
(#98) Line indented incorrectly; expected 16 spaces, found 4
(#98) Usage of ELSEIF not allowed; use ELSE IF instead
(#99) Spaces must be used to indent lines; tabs are not allowed
(#99) Tab found within whitespace
(#99) Line indented incorrectly; expected at least 20 spaces, found 5
(#99) Variable "objWriter" must be all lower-case
(#100) Spaces must be used to indent lines; tabs are not allowed
(#100) Tab found within whitespace
(#100) Line indented incorrectly; expected at least 20 spaces, found 6
(#100) Variable "objWriter" must be all lower-case
(#101) Spaces must be used to indent lines; tabs are not allowed
(#101) Tab found within whitespace
(#101) Line indented incorrectly; expected at least 20 spaces, found 6
(#101) Variable "objWriter" must be all lower-case
(#102) Spaces must be used to indent lines; tabs are not allowed
(#102) Tab found within whitespace
(#102) Line indented incorrectly; expected at least 20 spaces, found 6
(#102) Variable "objWriter" must be all lower-case
(#102) Variable "styleName" must be all lower-case
(#103) Spaces must be used to indent lines; tabs are not allowed
(#103) Tab found within whitespace
(#103) Whitespace found at end of line
(#104) Spaces must be used to indent lines; tabs are not allowed
(#104) Tab found within whitespace
(#104) Line indented incorrectly; expected at least 20 spaces, found 6
(#104) Variable "objWriter" must be all lower-case
(#105) Spaces must be used to indent lines; tabs are not allowed
(#105) Tab found within whitespace
(#105) Line indented incorrectly; expected at least 20 spaces, found 7
(#105) Variable "objWriter" must be all lower-case
(#105) Variable "styleName" must be all lower-case
(#106) Spaces must be used to indent lines; tabs are not allowed
(#106) Tab found within whitespace
(#106) Line indented incorrectly; expected at least 20 spaces, found 6
(#106) Variable "objWriter" must be all lower-case
(#107) Spaces must be used to indent lines; tabs are not allowed
(#107) Tab found within whitespace
(#107) Whitespace found at end of line
(#108) Spaces must be used to indent lines; tabs are not allowed
(#108) Tab found within whitespace
(#108) Line indented incorrectly; expected at least 20 spaces, found 6
(#108) Variable "objWriter" must be all lower-case
(#109) Spaces must be used to indent lines; tabs are not allowed
(#109) Tab found within whitespace
(#109) Line indented incorrectly; expected at least 20 spaces, found 5
(#109) Variable "objWriter" must be all lower-case
(#110) Spaces must be used to indent lines; tabs are not allowed
(#110) Tab found within whitespace
(#110) Whitespace found at end of line
(#111) Spaces must be used to indent lines; tabs are not allowed
(#111) Tab found within whitespace
(#111) Line indented incorrectly; expected 16 spaces, found 4
(#111) Usage of ELSEIF not allowed; use ELSE IF instead
(#112) Spaces must be used to indent lines; tabs are not allowed
(#112) Tab found within whitespace
(#112) Line indented incorrectly; expected at least 20 spaces, found 5
(#112) Variable "objWriter" must be all lower-case
(#113) Spaces must be used to indent lines; tabs are not allowed
(#113) Tab found within whitespace
(#113) Line indented incorrectly; expected at least 20 spaces, found 6
(#113) Variable "objWriter" must be all lower-case
(#114) Spaces must be used to indent lines; tabs are not allowed
(#114) Tab found within whitespace
(#114) Line indented incorrectly; expected at least 20 spaces, found 6
(#114) Variable "objWriter" must be all lower-case
(#115) Spaces must be used to indent lines; tabs are not allowed
(#115) Tab found within whitespace
(#115) Line indented incorrectly; expected at least 20 spaces, found 6
(#115) Variable "objWriter" must be all lower-case
(#115) Variable "styleName" must be all lower-case
(#116) Spaces must be used to indent lines; tabs are not allowed
(#116) Tab found within whitespace
(#116) 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 at least 20 spaces, found 6
(#117) Variable "objWriter" must be all lower-case
(#118) Spaces must be used to indent lines; tabs are not allowed
(#118) Tab found within whitespace
(#118) Line indented incorrectly; expected at least 20 spaces, found 7
(#118) Variable "objWriter" must be all lower-case
(#118) Variable "styleName" must be all lower-case
(#119) Spaces must be used to indent lines; tabs are not allowed
(#119) Tab found within whitespace
(#119) Line indented incorrectly; expected at least 20 spaces, found 6
(#119) Variable "objWriter" must be all lower-case
(#120) Spaces must be used to indent lines; tabs are not allowed
(#120) Tab found within whitespace
(#120) Whitespace found at end of line
(#121) Spaces must be used to indent lines; tabs are not allowed
(#121) Tab found within whitespace
(#121) Line indented incorrectly; expected at least 20 spaces, found 6
(#121) Variable "objWriter" must be all lower-case
(#122) Spaces must be used to indent lines; tabs are not allowed
(#122) Tab found within whitespace
(#122) Line indented incorrectly; expected at least 20 spaces, found 7
(#122) Variable "objWriter" must be all lower-case
(#123) Spaces must be used to indent lines; tabs are not allowed
(#123) Tab found within whitespace
(#123) Line indented incorrectly; expected at least 20 spaces, found 6
(#123) Variable "objWriter" must be all lower-case
(#124) Spaces must be used to indent lines; tabs are not allowed
(#124) Tab found within whitespace
(#124) Whitespace found at end of line
(#125) Spaces must be used to indent lines; tabs are not allowed
(#125) Tab found within whitespace
(#125) Line indented incorrectly; expected at least 20 spaces, found 6
(#125) Variable "objWriter" must be all lower-case
(#126) Spaces must be used to indent lines; tabs are not allowed
(#126) Tab found within whitespace
(#126) Whitespace found at end of line
(#127) Spaces must be used to indent lines; tabs are not allowed
(#127) Tab found within whitespace
(#127) Line indented incorrectly; expected at least 20 spaces, found 5
(#127) Variable "objWriter" must be all lower-case
(#128) Spaces must be used to indent lines; tabs are not allowed
(#128) Tab found within whitespace
(#128) Line indented incorrectly; expected 16 spaces, found 4
(#129) Spaces must be used to indent lines; tabs are not allowed
(#129) Tab found within whitespace
(#129) Line indented incorrectly; expected 12 spaces, found 3
(#130) Spaces must be used to indent lines; tabs are not allowed
(#130) Tab found within whitespace
(#130) Line indented incorrectly; expected 8 spaces, found 2
(#131) Spaces must be used to indent lines; tabs are not allowed
(#131) Tab found within whitespace
(#131) Whitespace found at end of line
(#132) Spaces must be used to indent lines; tabs are not allowed
(#132) Tab found within whitespace
(#132) Line indented incorrectly; expected at least 8 spaces, found 2
(#132) Variable "objWriter" must be all lower-case
(#132) Inline comments must start with a capital letter, digit or 3-dots sequence
(#132) Inline comments must end in full-stops, exclamation marks, or question marks
(#133) Spaces must be used to indent lines; tabs are not allowed
(#133) Tab found within whitespace
(#133) Whitespace found at end of line
(#134) Spaces must be used to indent lines; tabs are not allowed
(#134) Tab found within whitespace
(#134) Inline comments must end in full-stops, exclamation marks, or question marks
(#134) This comment is 50% valid code; is this commented out code?
(#134) Line indented incorrectly; expected at least 8 spaces, found 2
(#135) Spaces must be used to indent lines; tabs are not allowed
(#135) Tab found within whitespace
(#135) Line indented incorrectly; expected at least 8 spaces, found 2
(#135) Variable "objWriter" must be all lower-case
(#136) Spaces must be used to indent lines; tabs are not allowed
(#136) Tab found within whitespace
(#136) Line indented incorrectly; expected 4 spaces, found 1
(#137) Spaces must be used to indent lines; tabs are not allowed
(#137) Tab found within whitespace
(#137) Whitespace found at end of line
(#138) Spaces must be used to indent lines; tabs are not allowed
(#138) Tab found within whitespace
(#138) Line indented incorrectly; expected 4 spaces, found 1
(#138) Private method name "PHPWord_Writer_Word2007_Styles::_writeFullTableStyle" must be in lower-case letters only
(#138) Variable "objWriter" must be all lower-case
(#140) Spaces must be used to indent lines; tabs are not allowed
(#140) Tab found within whitespace
(#140) Line indented incorrectly; expected at least 8 spaces, found 2
(#140) Variable "brdSz" must be all lower-case
(#141) Spaces must be used to indent lines; tabs are not allowed
(#141) Tab found within whitespace
(#141) Line indented incorrectly; expected at least 8 spaces, found 2
(#141) Variable "brdCol" must be all lower-case
(#142) Spaces must be used to indent lines; tabs are not allowed
(#142) Tab found within whitespace
(#142) Line indented incorrectly; expected at least 8 spaces, found 2
(#142) Variable "bgColor" must be all lower-case
(#143) Spaces must be used to indent lines; tabs are not allowed
(#143) Tab found within whitespace
(#143) Line indented incorrectly; expected at least 8 spaces, found 2
(#143) Variable "cellMargin" must be all lower-case
(#144) Spaces must be used to indent lines; tabs are not allowed
(#144) Tab found within whitespace
(#144) Whitespace found at end of line
(#145) Spaces must be used to indent lines; tabs are not allowed
(#145) Tab found within whitespace
(#145) Line indented incorrectly; expected at least 8 spaces, found 2
(#145) Variable "bTop" must be all lower-case
(#145) Variable "brdSz" must be all lower-case
(#146) Spaces must be used to indent lines; tabs are not allowed
(#146) Tab found within whitespace
(#146) Line indented incorrectly; expected at least 8 spaces, found 2
(#146) Variable "bLeft" must be all lower-case
(#146) Variable "brdSz" must be all lower-case
(#147) Spaces must be used to indent lines; tabs are not allowed
(#147) Tab found within whitespace
(#147) Line indented incorrectly; expected at least 8 spaces, found 2
(#147) Variable "bRight" must be all lower-case
(#147) Variable "brdSz" must be all lower-case
(#148) Spaces must be used to indent lines; tabs are not allowed
(#148) Tab found within whitespace
(#148) Line indented incorrectly; expected at least 8 spaces, found 2
(#148) Variable "bBottom" must be all lower-case
(#148) Variable "brdSz" must be all lower-case
(#149) Spaces must be used to indent lines; tabs are not allowed
(#149) Tab found within whitespace
(#149) Line indented incorrectly; expected at least 8 spaces, found 2
(#149) Variable "bInsH" must be all lower-case
(#149) Variable "brdSz" must be all lower-case
(#150) Spaces must be used to indent lines; tabs are not allowed
(#150) Tab found within whitespace
(#150) Line indented incorrectly; expected at least 8 spaces, found 2
(#150) Variable "bInsV" must be all lower-case
(#150) Variable "brdSz" must be all lower-case
(#151) Spaces must be used to indent lines; tabs are not allowed
(#151) Tab found within whitespace
(#151) Line indented incorrectly; expected at least 8 spaces, found 2
(#151) Variable "bTop" must be all lower-case
(#151) Variable "bLeft" must be all lower-case
(#151) Variable "bRight" must be all lower-case
(#151) Variable "bBottom" must be all lower-case
(#151) Variable "bInsH" must be all lower-case
(#151) Variable "bInsV" must be all lower-case
(#152) Spaces must be used to indent lines; tabs are not allowed
(#152) Tab found within whitespace
(#152) Whitespace found at end of line
(#153) Spaces must be used to indent lines; tabs are not allowed
(#153) Tab found within whitespace
(#153) Line indented incorrectly; expected at least 8 spaces, found 2
(#153) Variable "mTop" must be all lower-case
(#153) Variable "cellMargin" must be all lower-case
(#154) Spaces must be used to indent lines; tabs are not allowed
(#154) Tab found within whitespace
(#154) Line indented incorrectly; expected at least 8 spaces, found 2
(#154) Variable "mLeft" must be all lower-case
(#154) Variable "cellMargin" must be all lower-case
(#155) Spaces must be used to indent lines; tabs are not allowed
(#155) Tab found within whitespace
(#155) Line indented incorrectly; expected at least 8 spaces, found 2
(#155) Variable "mRight" must be all lower-case
(#155) Variable "cellMargin" must be all lower-case
(#156) Spaces must be used to indent lines; tabs are not allowed
(#156) Tab found within whitespace
(#156) Line indented incorrectly; expected at least 8 spaces, found 2
(#156) Variable "mBottom" must be all lower-case
(#156) Variable "cellMargin" must be all lower-case
(#157) Spaces must be used to indent lines; tabs are not allowed
(#157) Tab found within whitespace
(#157) Line indented incorrectly; expected at least 8 spaces, found 2
(#157) Variable "mTop" must be all lower-case
(#157) Variable "mLeft" must be all lower-case
(#157) Variable "mRight" must be all lower-case
(#157) Variable "mBottom" must be all lower-case
(#158) Spaces must be used to indent lines; tabs are not allowed
(#158) Tab found within whitespace
(#158) Whitespace found at end of line
(#159) Spaces must be used to indent lines; tabs are not allowed
(#159) Tab found within whitespace
(#159) Line indented incorrectly; expected at least 8 spaces, found 2
(#159) Variable "objWriter" must be all lower-case
(#160) Spaces must be used to indent lines; tabs are not allowed
(#160) Tab found within whitespace
(#160) Whitespace found at end of line
(#161) Spaces must be used to indent lines; tabs are not allowed
(#161) Tab found within whitespace
(#161) Line indented incorrectly; expected 8 spaces, found 3
(#161) Expected "if (...) {\n"; found "if(...) {\n"
(#162) Spaces must be used to indent lines; tabs are not allowed
(#162) Tab found within whitespace
(#162) Line indented incorrectly; expected at least 12 spaces, found 4
(#162) Variable "objWriter" must be all lower-case
(#163) Spaces must be used to indent lines; tabs are not allowed
(#163) Tab found within whitespace
(#163) Line indented incorrectly; expected 12 spaces, found 5
(#163) Expected "if (...) {\n"; found "if(...) {\n"
(#163) Variable "mTop" must be all lower-case
(#164) Spaces must be used to indent lines; tabs are not allowed
(#164) Tab found within whitespace
(#164) Line indented incorrectly; expected at least 16 spaces, found 6
(#165) Spaces must be used to indent lines; tabs are not allowed
(#165) Tab found within whitespace
(#165) Line indented incorrectly; expected at least 16 spaces, found 6
(#165) Variable "objWriter" must be all lower-case
(#166) Spaces must be used to indent lines; tabs are not allowed
(#166) Tab found within whitespace
(#166) Line indented incorrectly; expected at least 16 spaces, found 7
(#166) Variable "objWriter" must be all lower-case
(#166) Variable "cellMargin" must be all lower-case
(#167) Spaces must be used to indent lines; tabs are not allowed
(#167) Tab found within whitespace
(#167) Line indented incorrectly; expected at least 16 spaces, found 7
(#167) Variable "objWriter" must be all lower-case
(#168) Spaces must be used to indent lines; tabs are not allowed
(#168) Tab found within whitespace
(#168) Line indented incorrectly; expected at least 16 spaces, found 6
(#168) Variable "objWriter" must be all lower-case
(#169) Spaces must be used to indent lines; tabs are not allowed
(#169) Tab found within whitespace
(#169) Line indented incorrectly; expected 12 spaces, found 5
(#170) Spaces must be used to indent lines; tabs are not allowed
(#170) Tab found within whitespace
(#170) Line indented incorrectly; expected 12 spaces, found 5
(#170) Expected "if (...) {\n"; found "if(...) {\n"
(#170) Variable "mLeft" must be all lower-case
(#171) Spaces must be used to indent lines; tabs are not allowed
(#171) Tab found within whitespace
(#171) Line indented incorrectly; expected at least 16 spaces, found 6
(#171) Variable "objWriter" must be all lower-case
(#172) Spaces must be used to indent lines; tabs are not allowed
(#172) Tab found within whitespace
(#172) Line indented incorrectly; expected at least 16 spaces, found 7
(#172) Variable "objWriter" must be all lower-case
(#172) Variable "cellMargin" must be all lower-case
(#173) Spaces must be used to indent lines; tabs are not allowed
(#173) Tab found within whitespace
(#173) Line indented incorrectly; expected at least 16 spaces, found 7
(#173) Variable "objWriter" must be all lower-case
(#174) Spaces must be used to indent lines; tabs are not allowed
(#174) Tab found within whitespace
(#174) Line indented incorrectly; expected at least 16 spaces, found 6
(#174) Variable "objWriter" must be all lower-case
(#175) Spaces must be used to indent lines; tabs are not allowed
(#175) Tab found within whitespace
(#175) Line indented incorrectly; expected 12 spaces, found 5
(#176) Spaces must be used to indent lines; tabs are not allowed
(#176) Tab found within whitespace
(#176) Line indented incorrectly; expected 12 spaces, found 5
(#176) Expected "if (...) {\n"; found "if(...) {\n"
(#176) Variable "mRight" must be all lower-case
(#177) Spaces must be used to indent lines; tabs are not allowed
(#177) Tab found within whitespace
(#177) Line indented incorrectly; expected at least 16 spaces, found 6
(#177) Variable "objWriter" must be all lower-case
(#178) Spaces must be used to indent lines; tabs are not allowed
(#178) Tab found within whitespace
(#178) Line indented incorrectly; expected at least 16 spaces, found 7
(#178) Variable "objWriter" must be all lower-case
(#178) Variable "cellMargin" must be all lower-case
(#179) Spaces must be used to indent lines; tabs are not allowed
(#179) Tab found within whitespace
(#179) Line indented incorrectly; expected at least 16 spaces, found 7
(#179) Variable "objWriter" must be all lower-case
(#180) Spaces must be used to indent lines; tabs are not allowed
(#180) Tab found within whitespace
(#180) Line indented incorrectly; expected at least 16 spaces, found 6
(#180) Variable "objWriter" must be all lower-case
(#181) Spaces must be used to indent lines; tabs are not allowed
(#181) Tab found within whitespace
(#181) Line indented incorrectly; expected 12 spaces, found 5
(#182) Spaces must be used to indent lines; tabs are not allowed
(#182) Tab found within whitespace
(#182) Line indented incorrectly; expected 12 spaces, found 5
(#182) Expected "if (...) {\n"; found "if(...) {\n"
(#182) Variable "mBottom" must be all lower-case
(#183) Spaces must be used to indent lines; tabs are not allowed
(#183) Tab found within whitespace
(#183) Line indented incorrectly; expected at least 16 spaces, found 6
(#183) Variable "objWriter" must be all lower-case
(#184) Spaces must be used to indent lines; tabs are not allowed
(#184) Tab found within whitespace
(#184) Line indented incorrectly; expected at least 16 spaces, found 7
(#184) Variable "objWriter" must be all lower-case
(#184) Variable "cellMargin" must be all lower-case
(#185) Spaces must be used to indent lines; tabs are not allowed
(#185) Tab found within whitespace
(#185) Line indented incorrectly; expected at least 16 spaces, found 7
(#185) Variable "objWriter" must be all lower-case
(#186) Spaces must be used to indent lines; tabs are not allowed
(#186) Tab found within whitespace
(#186) Line indented incorrectly; expected at least 16 spaces, found 6
(#186) Variable "objWriter" must be all lower-case
(#187) Spaces must be used to indent lines; tabs are not allowed
(#187) Tab found within whitespace
(#187) Line indented incorrectly; expected 12 spaces, found 5
(#188) Spaces must be used to indent lines; tabs are not allowed
(#188) Tab found within whitespace
(#188) Line indented incorrectly; expected at least 12 spaces, found 4
(#188) Variable "objWriter" must be all lower-case
(#189) Spaces must be used to indent lines; tabs are not allowed
(#189) Tab found within whitespace
(#189) Line indented incorrectly; expected 8 spaces, found 3
(#190) Spaces must be used to indent lines; tabs are not allowed
(#190) Tab found within whitespace
(#190) Whitespace found at end of line
(#191) Spaces must be used to indent lines; tabs are not allowed
(#191) Tab found within whitespace
(#191) Line indented incorrectly; expected 8 spaces, found 3
(#191) Expected "if (...) {\n"; found "if(...) {\n"
(#192) Spaces must be used to indent lines; tabs are not allowed
(#192) Tab found within whitespace
(#192) Line indented incorrectly; expected at least 12 spaces, found 4
(#192) Variable "objWriter" must be all lower-case
(#193) Spaces must be used to indent lines; tabs are not allowed
(#193) Tab found within whitespace
(#193) Line indented incorrectly; expected 12 spaces, found 5
(#193) Expected "if (...) {\n"; found "if(...) {\n"
(#193) Variable "bTop" must be all lower-case
(#194) Spaces must be used to indent lines; tabs are not allowed
(#194) Tab found within whitespace
(#194) Line indented incorrectly; expected at least 16 spaces, found 6
(#194) Variable "objWriter" must be all lower-case
(#195) Spaces must be used to indent lines; tabs are not allowed
(#195) Tab found within whitespace
(#195) Line indented incorrectly; expected at least 16 spaces, found 7
(#195) Variable "objWriter" must be all lower-case
(#196) Spaces must be used to indent lines; tabs are not allowed
(#196) Tab found within whitespace
(#196) Line indented incorrectly; expected at least 16 spaces, found 7
(#196) Variable "objWriter" must be all lower-case
(#196) Variable "brdSz" must be all lower-case
(#197) Spaces must be used to indent lines; tabs are not allowed
(#197) Tab found within whitespace
(#197) Line indented incorrectly; expected at least 16 spaces, found 7
(#197) Variable "objWriter" must be all lower-case
(#197) Variable "brdCol" must be all lower-case
(#198) Spaces must be used to indent lines; tabs are not allowed
(#198) Tab found within whitespace
(#198) Line indented incorrectly; expected at least 16 spaces, found 6
(#198) Variable "objWriter" must be all lower-case
(#199) Spaces must be used to indent lines; tabs are not allowed
(#199) Tab found within whitespace
(#199) Line indented incorrectly; expected 12 spaces, found 5
(#200) Spaces must be used to indent lines; tabs are not allowed
(#200) Tab found within whitespace
(#200) Line indented incorrectly; expected 12 spaces, found 5
(#200) Expected "if (...) {\n"; found "if(...) {\n"
(#200) Variable "bLeft" must be all lower-case
(#201) Spaces must be used to indent lines; tabs are not allowed
(#201) Tab found within whitespace
(#201) Line indented incorrectly; expected at least 16 spaces, found 6
(#201) Variable "objWriter" must be all lower-case
(#202) Spaces must be used to indent lines; tabs are not allowed
(#202) Tab found within whitespace
(#202) Line indented incorrectly; expected at least 16 spaces, found 7
(#202) Variable "objWriter" must be all lower-case
(#203) Spaces must be used to indent lines; tabs are not allowed
(#203) Tab found within whitespace
(#203) Line indented incorrectly; expected at least 16 spaces, found 7
(#203) Variable "objWriter" must be all lower-case
(#203) Variable "brdSz" must be all lower-case
(#204) Spaces must be used to indent lines; tabs are not allowed
(#204) Tab found within whitespace
(#204) Line indented incorrectly; expected at least 16 spaces, found 7
(#204) Variable "objWriter" must be all lower-case
(#204) Variable "brdCol" must be all lower-case
(#205) Spaces must be used to indent lines; tabs are not allowed
(#205) Tab found within whitespace
(#205) Line indented incorrectly; expected at least 16 spaces, found 6
(#205) Variable "objWriter" must be all lower-case
(#206) Spaces must be used to indent lines; tabs are not allowed
(#206) Tab found within whitespace
(#206) Line indented incorrectly; expected 12 spaces, found 5
(#207) Spaces must be used to indent lines; tabs are not allowed
(#207) Tab found within whitespace
(#207) Line indented incorrectly; expected 12 spaces, found 5
(#207) Expected "if (...) {\n"; found "if(...) {\n"
(#207) Variable "bRight" must be all lower-case
(#208) Spaces must be used to indent lines; tabs are not allowed
(#208) Tab found within whitespace
(#208) Line indented incorrectly; expected at least 16 spaces, found 6
(#208) Variable "objWriter" must be all lower-case
(#209) Spaces must be used to indent lines; tabs are not allowed
(#209) Tab found within whitespace
(#209) Line indented incorrectly; expected at least 16 spaces, found 7
(#209) Variable "objWriter" must be all lower-case
(#210) Spaces must be used to indent lines; tabs are not allowed
(#210) Tab found within whitespace
(#210) Line indented incorrectly; expected at least 16 spaces, found 7
(#210) Variable "objWriter" must be all lower-case
(#210) Variable "brdSz" must be all lower-case
(#211) Spaces must be used to indent lines; tabs are not allowed
(#211) Tab found within whitespace
(#211) Line indented incorrectly; expected at least 16 spaces, found 7
(#211) Variable "objWriter" must be all lower-case
(#211) Variable "brdCol" must be all lower-case
(#212) Spaces must be used to indent lines; tabs are not allowed
(#212) Tab found within whitespace
(#212) Line indented incorrectly; expected at least 16 spaces, found 6
(#212) Variable "objWriter" must be all lower-case
(#213) Spaces must be used to indent lines; tabs are not allowed
(#213) Tab found within whitespace
(#213) Line indented incorrectly; expected 12 spaces, found 5
(#214) Spaces must be used to indent lines; tabs are not allowed
(#214) Tab found within whitespace
(#214) Line indented incorrectly; expected 12 spaces, found 5
(#214) Expected "if (...) {\n"; found "if(...) {\n"
(#214) Variable "bBottom" must be all lower-case
(#215) Spaces must be used to indent lines; tabs are not allowed
(#215) Tab found within whitespace
(#215) Line indented incorrectly; expected at least 16 spaces, found 6
(#215) Variable "objWriter" must be all lower-case
(#216) Spaces must be used to indent lines; tabs are not allowed
(#216) Tab found within whitespace
(#216) Line indented incorrectly; expected at least 16 spaces, found 7
(#216) Variable "objWriter" must be all lower-case
(#217) Spaces must be used to indent lines; tabs are not allowed
(#217) Tab found within whitespace
(#217) Line indented incorrectly; expected at least 16 spaces, found 7
(#217) Variable "objWriter" must be all lower-case
(#217) Variable "brdSz" must be all lower-case
(#218) Spaces must be used to indent lines; tabs are not allowed
(#218) Tab found within whitespace
(#218) Line indented incorrectly; expected at least 16 spaces, found 7
(#218) Variable "objWriter" must be all lower-case
(#218) Variable "brdCol" must be all lower-case
(#219) Spaces must be used to indent lines; tabs are not allowed
(#219) Tab found within whitespace
(#219) Line indented incorrectly; expected at least 16 spaces, found 6
(#219) Variable "objWriter" must be all lower-case
(#220) Spaces must be used to indent lines; tabs are not allowed
(#220) Tab found within whitespace
(#220) Line indented incorrectly; expected 12 spaces, found 5
(#221) Spaces must be used to indent lines; tabs are not allowed
(#221) Tab found within whitespace
(#221) Line indented incorrectly; expected 12 spaces, found 5
(#221) Expected "if (...) {\n"; found "if(...) {\n"
(#221) Variable "bInsH" must be all lower-case
(#222) Spaces must be used to indent lines; tabs are not allowed
(#222) Tab found within whitespace
(#222) Line indented incorrectly; expected at least 16 spaces, found 6
(#222) Variable "objWriter" must be all lower-case
(#223) Spaces must be used to indent lines; tabs are not allowed
(#223) Tab found within whitespace
(#223) Line indented incorrectly; expected at least 16 spaces, found 7
(#223) Variable "objWriter" must be all lower-case
(#224) Spaces must be used to indent lines; tabs are not allowed
(#224) Tab found within whitespace
(#224) Line indented incorrectly; expected at least 16 spaces, found 7
(#224) Variable "objWriter" must be all lower-case
(#224) Variable "brdSz" must be all lower-case
(#225) Spaces must be used to indent lines; tabs are not allowed
(#225) Tab found within whitespace
(#225) Line indented incorrectly; expected at least 16 spaces, found 7
(#225) Variable "objWriter" must be all lower-case
(#225) Variable "brdCol" must be all lower-case
(#226) Spaces must be used to indent lines; tabs are not allowed
(#226) Tab found within whitespace
(#226) Line indented incorrectly; expected at least 16 spaces, found 6
(#226) Variable "objWriter" must be all lower-case
(#227) Spaces must be used to indent lines; tabs are not allowed
(#227) Tab found within whitespace
(#227) Line indented incorrectly; expected 12 spaces, found 5
(#228) Spaces must be used to indent lines; tabs are not allowed
(#228) Tab found within whitespace
(#228) Line indented incorrectly; expected 12 spaces, found 5
(#228) Expected "if (...) {\n"; found "if(...) {\n"
(#228) Variable "bInsV" must be all lower-case
(#229) Spaces must be used to indent lines; tabs are not allowed
(#229) Tab found within whitespace
(#229) Line indented incorrectly; expected at least 16 spaces, found 6
(#229) Variable "objWriter" must be all lower-case
(#230) Spaces must be used to indent lines; tabs are not allowed
(#230) Tab found within whitespace
(#230) Line indented incorrectly; expected at least 16 spaces, found 7
(#230) Variable "objWriter" must be all lower-case
(#231) Spaces must be used to indent lines; tabs are not allowed
(#231) Tab found within whitespace
(#231) Line indented incorrectly; expected at least 16 spaces, found 7
(#231) Variable "objWriter" must be all lower-case
(#231) Variable "brdSz" must be all lower-case
(#232) Spaces must be used to indent lines; tabs are not allowed
(#232) Tab found within whitespace
(#232) Line indented incorrectly; expected at least 16 spaces, found 7
(#232) Variable "objWriter" must be all lower-case
(#232) Variable "brdCol" must be all lower-case
(#233) Spaces must be used to indent lines; tabs are not allowed
(#233) Tab found within whitespace
(#233) Line indented incorrectly; expected at least 16 spaces, found 6
(#233) Variable "objWriter" must be all lower-case
(#234) Spaces must be used to indent lines; tabs are not allowed
(#234) Tab found within whitespace
(#234) Line indented incorrectly; expected 12 spaces, found 5
(#235) Spaces must be used to indent lines; tabs are not allowed
(#235) Tab found within whitespace
(#235) Line indented incorrectly; expected at least 12 spaces, found 4
(#235) Variable "objWriter" must be all lower-case
(#236) Spaces must be used to indent lines; tabs are not allowed
(#236) Tab found within whitespace
(#236) Line indented incorrectly; expected 8 spaces, found 3
(#237) Spaces must be used to indent lines; tabs are not allowed
(#237) Tab found within whitespace
(#237) Whitespace found at end of line
(#238) Spaces must be used to indent lines; tabs are not allowed
(#238) Tab found within whitespace
(#238) Line indented incorrectly; expected at least 8 spaces, found 2
(#238) Variable "objWriter" must be all lower-case
(#239) Spaces must be used to indent lines; tabs are not allowed
(#239) Tab found within whitespace
(#239) Whitespace found at end of line
(#240) Spaces must be used to indent lines; tabs are not allowed
(#240) Tab found within whitespace
(#240) Line indented incorrectly; expected 8 spaces, found 2
(#240) Expected "if (...) {\n"; found "if(...) {\n"
(#240) Variable "bgColor" must be all lower-case
(#241) Spaces must be used to indent lines; tabs are not allowed
(#241) Tab found within whitespace
(#241) Line indented incorrectly; expected at least 12 spaces, found 3
(#241) Variable "objWriter" must be all lower-case
(#242) Spaces must be used to indent lines; tabs are not allowed
(#242) Tab found within whitespace
(#242) Line indented incorrectly; expected at least 12 spaces, found 4
(#242) Variable "objWriter" must be all lower-case
(#243) Spaces must be used to indent lines; tabs are not allowed
(#243) Tab found within whitespace
(#243) Line indented incorrectly; expected at least 12 spaces, found 5
(#243) Variable "objWriter" must be all lower-case
(#244) Spaces must be used to indent lines; tabs are not allowed
(#244) Tab found within whitespace
(#244) Line indented incorrectly; expected at least 12 spaces, found 5
(#244) Variable "objWriter" must be all lower-case
(#245) Spaces must be used to indent lines; tabs are not allowed
(#245) Tab found within whitespace
(#245) Line indented incorrectly; expected at least 12 spaces, found 5
(#245) Variable "objWriter" must be all lower-case
(#245) Variable "bgColor" must be all lower-case
(#246) Spaces must be used to indent lines; tabs are not allowed
(#246) Tab found within whitespace
(#246) Line indented incorrectly; expected at least 12 spaces, found 4
(#246) Variable "objWriter" must be all lower-case
(#247) Spaces must be used to indent lines; tabs are not allowed
(#247) Tab found within whitespace
(#247) Line indented incorrectly; expected at least 12 spaces, found 3
(#247) Variable "objWriter" must be all lower-case
(#248) Spaces must be used to indent lines; tabs are not allowed
(#248) Tab found within whitespace
(#248) Line indented incorrectly; expected 8 spaces, found 2
(#249) Spaces must be used to indent lines; tabs are not allowed
(#249) Tab found within whitespace
(#249) Whitespace found at end of line
(#249) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#250) Spaces must be used to indent lines; tabs are not allowed
(#250) Tab found within whitespace
(#250) Whitespace found at end of line
(#251) Spaces must be used to indent lines; tabs are not allowed
(#251) Tab found within whitespace
(#251) Inline comments must end in full-stops, exclamation marks, or question marks
(#251) Line indented incorrectly; expected at least 8 spaces, found 2
(#252) Spaces must be used to indent lines; tabs are not allowed
(#252) Tab found within whitespace
(#252) Line indented incorrectly; expected at least 8 spaces, found 2
(#252) Variable "firstRow" must be all lower-case
(#253) Spaces must be used to indent lines; tabs are not allowed
(#253) Tab found within whitespace
(#253) Line indented incorrectly; expected 8 spaces, found 2
(#253) Expected "if (...) {\n"; found "if(...) {\n"
(#253) Variable "firstRow" must be all lower-case
(#254) Spaces must be used to indent lines; tabs are not allowed
(#254) Tab found within whitespace
(#254) Line indented incorrectly; expected at least 12 spaces, found 3
(#254) Variable "objWriter" must be all lower-case
(#254) Variable "firstRow" must be all lower-case
(#255) Spaces must be used to indent lines; tabs are not allowed
(#255) Tab found within whitespace
(#255) Line indented incorrectly; expected 8 spaces, found 2
(#256) Spaces must be used to indent lines; tabs are not allowed
(#256) Tab found within whitespace
(#256) Line indented incorrectly; expected 4 spaces, found 1
(#257) Spaces must be used to indent lines; tabs are not allowed
(#257) Tab found within whitespace
(#257) Whitespace found at end of line
(#258) Spaces must be used to indent lines; tabs are not allowed
(#258) Tab found within whitespace
(#258) Line indented incorrectly; expected 4 spaces, found 1
(#258) Private method name "PHPWord_Writer_Word2007_Styles::_writeRowStyle" must be in lower-case letters only
(#258) Variable "objWriter" must be all lower-case
(#259) Spaces must be used to indent lines; tabs are not allowed
(#259) Tab found within whitespace
(#259) Line indented incorrectly; expected at least 8 spaces, found 2
(#259) Variable "brdSz" must be all lower-case
(#260) Spaces must be used to indent lines; tabs are not allowed
(#260) Tab found within whitespace
(#260) Line indented incorrectly; expected at least 8 spaces, found 2
(#260) Variable "brdCol" must be all lower-case
(#261) Spaces must be used to indent lines; tabs are not allowed
(#261) Tab found within whitespace
(#261) Line indented incorrectly; expected at least 8 spaces, found 2
(#261) Variable "bgColor" must be all lower-case
(#262) Spaces must be used to indent lines; tabs are not allowed
(#262) Tab found within whitespace
(#262) Whitespace found at end of line
(#263) Spaces must be used to indent lines; tabs are not allowed
(#263) Tab found within whitespace
(#263) Line indented incorrectly; expected at least 8 spaces, found 2
(#263) Variable "bTop" must be all lower-case
(#263) Variable "brdSz" must be all lower-case
(#264) Spaces must be used to indent lines; tabs are not allowed
(#264) Tab found within whitespace
(#264) Line indented incorrectly; expected at least 8 spaces, found 2
(#264) Variable "bLeft" must be all lower-case
(#264) Variable "brdSz" must be all lower-case
(#265) Spaces must be used to indent lines; tabs are not allowed
(#265) Tab found within whitespace
(#265) Line indented incorrectly; expected at least 8 spaces, found 2
(#265) Variable "bRight" must be all lower-case
(#265) Variable "brdSz" must be all lower-case
(#266) Spaces must be used to indent lines; tabs are not allowed
(#266) Tab found within whitespace
(#266) Line indented incorrectly; expected at least 8 spaces, found 2
(#266) Variable "bBottom" must be all lower-case
(#266) Variable "brdSz" must be all lower-case
(#267) Spaces must be used to indent lines; tabs are not allowed
(#267) Tab found within whitespace
(#267) Line indented incorrectly; expected at least 8 spaces, found 2
(#267) Variable "bTop" must be all lower-case
(#267) Variable "bLeft" must be all lower-case
(#267) Variable "bRight" must be all lower-case
(#267) Variable "bBottom" must be all lower-case
(#268) Spaces must be used to indent lines; tabs are not allowed
(#268) Tab found within whitespace
(#268) Whitespace found at end of line
(#269) Spaces must be used to indent lines; tabs are not allowed
(#269) Tab found within whitespace
(#269) Line indented incorrectly; expected at least 8 spaces, found 2
(#269) Variable "objWriter" must be all lower-case
(#270) Spaces must be used to indent lines; tabs are not allowed
(#270) Tab found within whitespace
(#270) Line indented incorrectly; expected at least 8 spaces, found 3
(#270) Variable "objWriter" must be all lower-case
(#271) Spaces must be used to indent lines; tabs are not allowed
(#271) Tab found within whitespace
(#271) Whitespace found at end of line
(#272) Spaces must be used to indent lines; tabs are not allowed
(#272) Tab found within whitespace
(#272) Line indented incorrectly; expected at least 8 spaces, found 3
(#272) Variable "objWriter" must be all lower-case
(#273) Spaces must be used to indent lines; tabs are not allowed
(#273) Tab found within whitespace
(#273) Line indented incorrectly; expected 8 spaces, found 4
(#273) Expected "if (...) {\n"; found "if(...) {\n"
(#273) Variable "bgColor" must be all lower-case
(#274) Spaces must be used to indent lines; tabs are not allowed
(#274) Tab found within whitespace
(#274) Line indented incorrectly; expected at least 12 spaces, found 5
(#274) Variable "objWriter" must be all lower-case
(#275) Spaces must be used to indent lines; tabs are not allowed
(#275) Tab found within whitespace
(#275) Line indented incorrectly; expected at least 12 spaces, found 6
(#275) Variable "objWriter" must be all lower-case
(#276) Spaces must be used to indent lines; tabs are not allowed
(#276) Tab found within whitespace
(#276) Line indented incorrectly; expected at least 12 spaces, found 6
(#276) Variable "objWriter" must be all lower-case
(#277) Spaces must be used to indent lines; tabs are not allowed
(#277) Tab found within whitespace
(#277) Line indented incorrectly; expected at least 12 spaces, found 6
(#277) Variable "objWriter" must be all lower-case
(#277) Variable "bgColor" must be all lower-case
(#278) Spaces must be used to indent lines; tabs are not allowed
(#278) Tab found within whitespace
(#278) Line indented incorrectly; expected at least 12 spaces, found 5
(#278) Variable "objWriter" must be all lower-case
(#279) Spaces must be used to indent lines; tabs are not allowed
(#279) Tab found within whitespace
(#279) Line indented incorrectly; expected 8 spaces, found 4
(#280) Spaces must be used to indent lines; tabs are not allowed
(#280) Tab found within whitespace
(#280) Whitespace found at end of line
(#281) Spaces must be used to indent lines; tabs are not allowed
(#281) Tab found within whitespace
(#281) Line indented incorrectly; expected at least 8 spaces, found 4
(#281) Variable "objWriter" must be all lower-case
(#282) Spaces must be used to indent lines; tabs are not allowed
(#282) Tab found within whitespace
(#282) Line indented incorrectly; expected 8 spaces, found 5
(#282) Expected "if (...) {\n"; found "if(...) {\n"
(#282) Variable "bTop" must be all lower-case
(#283) Spaces must be used to indent lines; tabs are not allowed
(#283) Tab found within whitespace
(#283) Line indented incorrectly; expected at least 12 spaces, found 6
(#283) Variable "objWriter" must be all lower-case
(#284) Spaces must be used to indent lines; tabs are not allowed
(#284) Tab found within whitespace
(#284) Line indented incorrectly; expected at least 12 spaces, found 7
(#284) Variable "objWriter" must be all lower-case
(#285) Spaces must be used to indent lines; tabs are not allowed
(#285) Tab found within whitespace
(#285) Line indented incorrectly; expected at least 12 spaces, found 7
(#285) Variable "objWriter" must be all lower-case
(#285) Variable "brdSz" must be all lower-case
(#286) Spaces must be used to indent lines; tabs are not allowed
(#286) Tab found within whitespace
(#286) Line indented incorrectly; expected at least 12 spaces, found 7
(#286) Variable "objWriter" must be all lower-case
(#286) Variable "brdCol" must be all lower-case
(#287) Spaces must be used to indent lines; tabs are not allowed
(#287) Tab found within whitespace
(#287) Line indented incorrectly; expected at least 12 spaces, found 6
(#287) Variable "objWriter" must be all lower-case
(#288) Spaces must be used to indent lines; tabs are not allowed
(#288) Tab found within whitespace
(#288) Line indented incorrectly; expected 8 spaces, found 5
(#289) Spaces must be used to indent lines; tabs are not allowed
(#289) Tab found within whitespace
(#289) Line indented incorrectly; expected 8 spaces, found 5
(#289) Expected "if (...) {\n"; found "if(...) {\n"
(#289) Variable "bLeft" must be all lower-case
(#290) Spaces must be used to indent lines; tabs are not allowed
(#290) Tab found within whitespace
(#290) Line indented incorrectly; expected at least 12 spaces, found 6
(#290) Variable "objWriter" must be all lower-case
(#291) Spaces must be used to indent lines; tabs are not allowed
(#291) Tab found within whitespace
(#291) Line indented incorrectly; expected at least 12 spaces, found 7
(#291) Variable "objWriter" must be all lower-case
(#292) Spaces must be used to indent lines; tabs are not allowed
(#292) Tab found within whitespace
(#292) Line indented incorrectly; expected at least 12 spaces, found 7
(#292) Variable "objWriter" must be all lower-case
(#292) Variable "brdSz" must be all lower-case
(#293) Spaces must be used to indent lines; tabs are not allowed
(#293) Tab found within whitespace
(#293) Line indented incorrectly; expected at least 12 spaces, found 7
(#293) Variable "objWriter" must be all lower-case
(#293) Variable "brdCol" must be all lower-case
(#294) Spaces must be used to indent lines; tabs are not allowed
(#294) Tab found within whitespace
(#294) Line indented incorrectly; expected at least 12 spaces, found 6
(#294) Variable "objWriter" must be all lower-case
(#295) Spaces must be used to indent lines; tabs are not allowed
(#295) Tab found within whitespace
(#295) Line indented incorrectly; expected 8 spaces, found 5
(#296) Spaces must be used to indent lines; tabs are not allowed
(#296) Tab found within whitespace
(#296) Line indented incorrectly; expected 8 spaces, found 5
(#296) Expected "if (...) {\n"; found "if(...) {\n"
(#296) Variable "bRight" must be all lower-case
(#297) Spaces must be used to indent lines; tabs are not allowed
(#297) Tab found within whitespace
(#297) Line indented incorrectly; expected at least 12 spaces, found 6
(#297) Variable "objWriter" must be all lower-case
(#298) Spaces must be used to indent lines; tabs are not allowed
(#298) Tab found within whitespace
(#298) Line indented incorrectly; expected at least 12 spaces, found 7
(#298) Variable "objWriter" must be all lower-case
(#299) Spaces must be used to indent lines; tabs are not allowed
(#299) Tab found within whitespace
(#299) Line indented incorrectly; expected at least 12 spaces, found 7
(#299) Variable "objWriter" must be all lower-case
(#299) Variable "brdSz" must be all lower-case
(#300) Spaces must be used to indent lines; tabs are not allowed
(#300) Tab found within whitespace
(#300) Line indented incorrectly; expected at least 12 spaces, found 7
(#300) Variable "objWriter" must be all lower-case
(#300) Variable "brdCol" must be all lower-case
(#301) Spaces must be used to indent lines; tabs are not allowed
(#301) Tab found within whitespace
(#301) Line indented incorrectly; expected at least 12 spaces, found 6
(#301) Variable "objWriter" must be all lower-case
(#302) Spaces must be used to indent lines; tabs are not allowed
(#302) Tab found within whitespace
(#302) Line indented incorrectly; expected 8 spaces, found 5
(#303) Spaces must be used to indent lines; tabs are not allowed
(#303) Tab found within whitespace
(#303) Line indented incorrectly; expected 8 spaces, found 5
(#303) Expected "if (...) {\n"; found "if(...) {\n"
(#303) Variable "bBottom" must be all lower-case
(#304) Spaces must be used to indent lines; tabs are not allowed
(#304) Tab found within whitespace
(#304) Line indented incorrectly; expected at least 12 spaces, found 6
(#304) Variable "objWriter" must be all lower-case
(#305) Spaces must be used to indent lines; tabs are not allowed
(#305) Tab found within whitespace
(#305) Line indented incorrectly; expected at least 12 spaces, found 7
(#305) Variable "objWriter" must be all lower-case
(#306) Spaces must be used to indent lines; tabs are not allowed
(#306) Tab found within whitespace
(#306) Line indented incorrectly; expected at least 12 spaces, found 7
(#306) Variable "objWriter" must be all lower-case
(#306) Variable "brdSz" must be all lower-case
(#307) Spaces must be used to indent lines; tabs are not allowed
(#307) Tab found within whitespace
(#307) Line indented incorrectly; expected at least 12 spaces, found 7
(#307) Variable "objWriter" must be all lower-case
(#307) Variable "brdCol" must be all lower-case
(#308) Spaces must be used to indent lines; tabs are not allowed
(#308) Tab found within whitespace
(#308) Line indented incorrectly; expected at least 12 spaces, found 6
(#308) Variable "objWriter" must be all lower-case
(#309) Spaces must be used to indent lines; tabs are not allowed
(#309) Tab found within whitespace
(#309) Line indented incorrectly; expected 8 spaces, found 5
(#310) Spaces must be used to indent lines; tabs are not allowed
(#310) Tab found within whitespace
(#310) Line indented incorrectly; expected at least 8 spaces, found 4
(#310) Variable "objWriter" must be all lower-case
(#311) Spaces must be used to indent lines; tabs are not allowed
(#311) Tab found within whitespace
(#311) Whitespace found at end of line
(#312) Spaces must be used to indent lines; tabs are not allowed
(#312) Tab found within whitespace
(#312) Line indented incorrectly; expected at least 8 spaces, found 3
(#312) Variable "objWriter" must be all lower-case
(#313) Spaces must be used to indent lines; tabs are not allowed
(#313) Tab found within whitespace
(#313) Whitespace found at end of line
(#314) Spaces must be used to indent lines; tabs are not allowed
(#314) Tab found within whitespace
(#314) Line indented incorrectly; expected at least 8 spaces, found 2
(#314) Variable "objWriter" must be all lower-case
(#315) Spaces must be used to indent lines; tabs are not allowed
(#315) Tab found within whitespace
(#315) Line indented incorrectly; expected 4 spaces, found 1
(#316) Spaces must be used to indent lines; tabs are not allowed
(#316) Tab found within whitespace
(#316) Whitespace found at end of line
(#317) Spaces must be used to indent lines; tabs are not allowed
(#317) Tab found within whitespace
(#317) Whitespace found at end of line
(#318) Spaces must be used to indent lines; tabs are not allowed
(#318) Tab found within whitespace
(#318) Line indented incorrectly; expected 4 spaces, found 1
(#318) Private method name "PHPWord_Writer_Word2007_Styles::_writeDocDefaults" must be in lower-case letters only
(#318) Variable "objWriter" must be all lower-case
(#319) Spaces must be used to indent lines; tabs are not allowed
(#319) Tab found within whitespace
(#319) Line indented incorrectly; expected at least 8 spaces, found 2
(#319) Variable "fontName" must be all lower-case
(#320) Spaces must be used to indent lines; tabs are not allowed
(#320) Tab found within whitespace
(#320) Line indented incorrectly; expected at least 8 spaces, found 2
(#320) Variable "fontSize" must be all lower-case
(#321) Spaces must be used to indent lines; tabs are not allowed
(#321) Tab found within whitespace
(#321) Whitespace found at end of line
(#322) Spaces must be used to indent lines; tabs are not allowed
(#322) Tab found within whitespace
(#322) Line indented incorrectly; expected at least 8 spaces, found 2
(#322) Variable "objWriter" must be all lower-case
(#323) Spaces must be used to indent lines; tabs are not allowed
(#323) Tab found within whitespace
(#323) Line indented incorrectly; expected at least 8 spaces, found 3
(#323) Variable "objWriter" must be all lower-case
(#324) Spaces must be used to indent lines; tabs are not allowed
(#324) Tab found within whitespace
(#324) Line indented incorrectly; expected at least 8 spaces, found 4
(#324) Variable "objWriter" must be all lower-case
(#325) Spaces must be used to indent lines; tabs are not allowed
(#325) Tab found within whitespace
(#325) Whitespace found at end of line
(#326) Spaces must be used to indent lines; tabs are not allowed
(#326) Tab found within whitespace
(#326) Line indented incorrectly; expected at least 8 spaces, found 5
(#326) Variable "objWriter" must be all lower-case
(#327) Spaces must be used to indent lines; tabs are not allowed
(#327) Tab found within whitespace
(#327) Line indented incorrectly; expected at least 8 spaces, found 6
(#327) Variable "objWriter" must be all lower-case
(#327) Variable "fontName" must be all lower-case
(#328) Spaces must be used to indent lines; tabs are not allowed
(#328) Tab found within whitespace
(#328) Line indented incorrectly; expected at least 8 spaces, found 6
(#328) Variable "objWriter" must be all lower-case
(#328) Variable "fontName" must be all lower-case
(#329) Spaces must be used to indent lines; tabs are not allowed
(#329) Tab found within whitespace
(#329) Line indented incorrectly; expected at least 8 spaces, found 6
(#329) Variable "objWriter" must be all lower-case
(#329) Variable "fontName" must be all lower-case
(#330) Spaces must be used to indent lines; tabs are not allowed
(#330) Tab found within whitespace
(#330) Line indented incorrectly; expected at least 8 spaces, found 6
(#330) Variable "objWriter" must be all lower-case
(#330) Variable "fontName" must be all lower-case
(#331) Spaces must be used to indent lines; tabs are not allowed
(#331) Tab found within whitespace
(#331) Line indented incorrectly; expected at least 8 spaces, found 5
(#331) Variable "objWriter" must be all lower-case
(#332) Spaces must be used to indent lines; tabs are not allowed
(#332) Tab found within whitespace
(#332) Whitespace found at end of line
(#333) Spaces must be used to indent lines; tabs are not allowed
(#333) Tab found within whitespace
(#333) Line indented incorrectly; expected at least 8 spaces, found 5
(#333) Variable "objWriter" must be all lower-case
(#334) Spaces must be used to indent lines; tabs are not allowed
(#334) Tab found within whitespace
(#334) Line indented incorrectly; expected at least 8 spaces, found 6
(#334) Variable "objWriter" must be all lower-case
(#334) Variable "fontSize" must be all lower-case
(#335) Spaces must be used to indent lines; tabs are not allowed
(#335) Tab found within whitespace
(#335) Line indented incorrectly; expected at least 8 spaces, found 5
(#335) Variable "objWriter" must be all lower-case
(#336) Spaces must be used to indent lines; tabs are not allowed
(#336) Tab found within whitespace
(#336) Whitespace found at end of line
(#337) Spaces must be used to indent lines; tabs are not allowed
(#337) Tab found within whitespace
(#337) Line indented incorrectly; expected at least 8 spaces, found 5
(#337) Variable "objWriter" must be all lower-case
(#338) Spaces must be used to indent lines; tabs are not allowed
(#338) Tab found within whitespace
(#338) Line indented incorrectly; expected at least 8 spaces, found 6
(#338) Variable "objWriter" must be all lower-case
(#338) Variable "fontSize" must be all lower-case
(#339) Spaces must be used to indent lines; tabs are not allowed
(#339) Tab found within whitespace
(#339) Line indented incorrectly; expected at least 8 spaces, found 5
(#339) Variable "objWriter" must be all lower-case
(#340) Spaces must be used to indent lines; tabs are not allowed
(#340) Tab found within whitespace
(#340) Whitespace found at end of line
(#341) Spaces must be used to indent lines; tabs are not allowed
(#341) Tab found within whitespace
(#341) Line indented incorrectly; expected at least 8 spaces, found 4
(#341) Variable "objWriter" must be all lower-case
(#342) Spaces must be used to indent lines; tabs are not allowed
(#342) Tab found within whitespace
(#342) Line indented incorrectly; expected at least 8 spaces, found 3
(#342) Variable "objWriter" must be all lower-case
(#343) Spaces must be used to indent lines; tabs are not allowed
(#343) Tab found within whitespace
(#343) Line indented incorrectly; expected at least 8 spaces, found 2
(#343) Variable "objWriter" must be all lower-case
(#344) Spaces must be used to indent lines; tabs are not allowed
(#344) Tab found within whitespace
(#344) Line indented incorrectly; expected 4 spaces, found 1
(#346) A closing tag is not permitted at the end of a PHP file
mod/offlinequiz/lib/PHPWord/Writer/Word2007/WriterPart.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#29) Expected MOODLE_INTERNAL check or config.php inclusion
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#30) Line indented incorrectly; expected 4 spaces, found 1
(#30) Member variable "_parentWriter" must be all lower-case
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Whitespace found at end of line
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Line indented incorrectly; expected 4 spaces, found 1
(#32) Public method name "PHPWord_Writer_Word2007_WriterPart::setParentWriter" must be in lower-case letters only
(#32) Variable "pWriter" must be all lower-case
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Tab found within whitespace
(#33) Line indented incorrectly; expected at least 8 spaces, found 2
(#33) Variable "pWriter" must be all lower-case
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Tab found within whitespace
(#34) Line indented incorrectly; expected 4 spaces, found 1
(#35) Spaces must be used to indent lines; tabs are not allowed
(#35) Tab found within whitespace
(#35) Whitespace found at end of line
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Line indented incorrectly; expected 4 spaces, found 1
(#36) Public method name "PHPWord_Writer_Word2007_WriterPart::getParentWriter" must be in lower-case letters only
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected 8 spaces, found 2
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected at least 12 spaces, found 3
(#39) Spaces must be used to indent lines; tabs are not allowed
(#39) Tab found within whitespace
(#39) Line indented incorrectly; expected 8 spaces, found 2
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected at least 12 spaces, found 3
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected 8 spaces, found 2
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected 4 spaces, found 1
mod/offlinequiz/locallib.php
(#1141) Expected 1 space after "?"; newline found
(#1744) Expected 1 space after ":"; newline found
(#1748) Expected 1 space after ":"; newline found
(#2310) Space found before first semicolon of FOR loop
(#2310) Space found before semicolon; expected "slot;" but found "slot ;"
(#2323) Line indented incorrectly; expected 4 spaces, found 3
(#2323) Closing brace indented incorrectly; expected 4 spaces, found 3
mod/offlinequiz/offlinequiz.class.php
(#18) Whitespace found at end of line
(#60) Inline comments must end in full-stops, exclamation marks, or question marks
(#107) This comment is 56% valid code; is this commented out code?
(#107) Inline comments must start with a capital letter, digit or 3-dots sequence
(#107) Line indented incorrectly; expected at least 4 spaces, found 0
(#107) Expected 1 space before comment text but found 5; use block comment if you need indentation
(#108) Line indented incorrectly; expected at least 4 spaces, found 0
(#108) Expected 1 space before comment text but found 9; use block comment if you need indentation
(#109) Inline comments must end in full-stops, exclamation marks, or question marks
(#109) Line indented incorrectly; expected at least 4 spaces, found 0
(#109) Expected 1 space before comment text but found 5; use block comment if you need indentation
(#111) Inline comments must end in full-stops, exclamation marks, or question marks
(#120) Whitespace found at end of line within string
(#157) Inline comments must end in full-stops, exclamation marks, or question marks
(#287) Inline comments must end in full-stops, exclamation marks, or question marks
(#345) Inline comments must end in full-stops, exclamation marks, or question marks
(#410) Inline comments must end in full-stops, exclamation marks, or question marks
mod/offlinequiz/participants.php
(#186) Commas (,) must be followed by white space.
(#191) Commas (,) must be followed by white space.
(#202) Commas (,) must be followed by white space.
(#202) Expected 1 space after "=>"; newline found
(#458) Spaces must be used to indent lines; tabs are not allowed
(#459) Spaces must be used to indent lines; tabs are not allowed
(#460) Spaces must be used to indent lines; tabs are not allowed
(#461) Spaces must be used to indent lines; tabs are not allowed
(#462) Spaces must be used to indent lines; tabs are not allowed
(#463) Spaces must be used to indent lines; tabs are not allowed
(#464) Spaces must be used to indent lines; tabs are not allowed
(#466) Spaces must be used to indent lines; tabs are not allowed
(#467) Spaces must be used to indent lines; tabs are not allowed
(#626) Expected 1 space after "="; newline found
(#631) Expected 1 space after "="; newline found
(#637) Expected 1 space after "="; newline found
mod/offlinequiz/participants/participants_scanner.php
(#34) Whitespace found at end of line
(#64) Whitespace found at end of line
(#109) Whitespace found at end of line
mod/offlinequiz/participants/participants_uploadform.php
(#28) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
mod/offlinequiz/participants_correct.php
(#128) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#188) Expected 1 space before comment text but found 7; use block comment if you need indentation
(#222) Line indented incorrectly; expected 4 spaces, found 8
(#224) Line indented incorrectly; expected 4 spaces, found 8
(#227) Expected 1 space before comment text but found 7; use block comment if you need indentation
mod/offlinequiz/pdflib.php
(#71) Public method name "offlinequiz_question_pdf::Header" must be in lower-case letters only
(#88) Public method name "offlinequiz_question_pdf::Footer" must be in lower-case letters only
(#105) Public method name "offlinequiz_answer_pdf::Header" must be in lower-case letters only
(#213) Public method name "offlinequiz_answer_pdf::Footer" must be in lower-case letters only
(#286) Public method name "offlinequiz_participants_pdf::Header" must be in lower-case letters only
(#335) Public method name "offlinequiz_participants_pdf::Footer" must be in lower-case letters only
(#974) Expected 1 space before "="; 0 found
(#974) Expected 1 space after "="; 0 found
mod/offlinequiz/questionbank.ajax.php
(#31) Expected login check (require_login, require_course_login, admin_externalpage_setup) following config inclusion. None found.
(#35) Expected 1 space after "="; newline found
mod/offlinequiz/report/overview/report.php
(#29) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#201) Whitespace found at end of line
(#206) Whitespace found at end of line
(#209) Whitespace found at end of line
(#210) Whitespace found at end of line
(#214) Whitespace found at end of line
(#217) Whitespace found at end of line
(#221) Whitespace found at end of line
(#224) Whitespace found at end of line
(#230) Whitespace found at end of line
(#234) Whitespace found at end of line
(#465) Whitespace found at end of line
(#468) Whitespace found at end of line
(#471) Whitespace found at end of line
(#477) Whitespace found at end of line
(#479) Whitespace found at end of line
(#482) Whitespace found at end of line
(#484) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#493) Line indented incorrectly; expected at least 8 spaces, found 7
(#493) The use of function error_log() is forbidden
(#549) Expected 1 space after "*"; newline found
(#565) Expected 1 space after "?"; newline found
(#567) Expected 1 space after ":"; newline found
(#651) This comment is 50% valid code; is this commented out code?
mod/offlinequiz/report/regrade/report.php
(#29) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#120) Whitespace found at end of line within string
(#131) Whitespace found at end of line
mod/offlinequiz/report/reportlib.php
(#112) Whitespace found at end of line
(#139) Whitespace found at end of line
(#154) Whitespace found at end of line
(#176) Whitespace found at end of line
mod/offlinequiz/report/rimport/errorpages_table.php
(#99) This comment is 65% valid code; is this commented out code?
(#100) This comment is 60% valid code; is this commented out code?
mod/offlinequiz/report/rimport/scanner.php
(#47) Expected MOODLE_INTERNAL check or config.php inclusion
(#591) Expected 1 space after "-"; newline found
(#819) Whitespace found at end of line
(#820) Whitespace found at end of line
(#821) Whitespace found at end of line
(#822) Whitespace found at end of line
(#906) This comment is 41% valid code; is this commented out code?
(#907) Inline comments must end in full-stops, exclamation marks, or question marks
(#907) Line indented incorrectly; expected at least 16 spaces, found 0
(#907) Expected 1 space before comment text but found 12; use block comment if you need indentation
mod/offlinequiz/report/rimport/upload_form.php
(#29) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
mod/offlinequiz/report/statistics/qstats.php
(#205) Expected 1 space after "="; newline found
(#244) This comment is 53% valid code; is this commented out code?
(#283) Expected 1 space after "+="; newline found
(#300) Expected 1 space after "*"; newline found
(#301) Expected 1 space after "/"; newline found
(#378) Expected 1 space after "-"; newline found
(#384) Expected 1 space after "-"; newline found
(#415) Expected 1 space after "/"; newline found
(#429) Expected 1 space after "/"; newline found
(#436) Expected 1 space after "/"; newline found
mod/offlinequiz/report/statistics/report.php
(#216) Expected 1 space after "="; newline found
(#311) This comment is 58% valid code; is this commented out code?
(#311) Inline comments must start with a capital letter, digit or 3-dots sequence
(#311) Line indented incorrectly; expected at least 20 spaces, found 0
(#311) Expected 1 space before comment text but found 21; use block comment if you need indentation
(#312) Line indented incorrectly; expected at least 20 spaces, found 0
(#312) Expected 1 space before comment text but found 25; use block comment if you need indentation
(#313) Line indented incorrectly; expected at least 20 spaces, found 0
(#313) Expected 1 space before comment text but found 33; use block comment if you need indentation
(#314) Line indented incorrectly; expected at least 20 spaces, found 0
(#314) Expected 1 space before comment text but found 29; use block comment if you need indentation
(#315) Inline comments must end in full-stops, exclamation marks, or question marks
(#315) Line indented incorrectly; expected at least 20 spaces, found 0
(#315) Expected 1 space before comment text but found 37; use block comment if you need indentation
(#317) This comment is 57% valid code; is this commented out code?
(#317) Inline comments must start with a capital letter, digit or 3-dots sequence
(#317) Line indented incorrectly; expected at least 20 spaces, found 0
(#317) Expected 1 space before comment text but found 25; use block comment if you need indentation
(#318) Line indented incorrectly; expected at least 20 spaces, found 0
(#318) Expected 1 space before comment text but found 29; use block comment if you need indentation
(#319) Line indented incorrectly; expected at least 20 spaces, found 0
(#319) Expected 1 space before comment text but found 29; use block comment if you need indentation
(#320) Line indented incorrectly; expected at least 20 spaces, found 0
(#320) Expected 1 space before comment text but found 33; use block comment if you need indentation
(#321) Line indented incorrectly; expected at least 20 spaces, found 0
(#321) Expected 1 space before comment text but found 41; use block comment if you need indentation
(#322) Line indented incorrectly; expected at least 20 spaces, found 0
(#322) Expected 1 space before comment text but found 29; use block comment if you need indentation
(#323) Line indented incorrectly; expected at least 20 spaces, found 0
(#323) Expected 1 space before comment text but found 25; use block comment if you need indentation
(#324) Inline comments must end in full-stops, exclamation marks, or question marks
(#324) Line indented incorrectly; expected at least 20 spaces, found 0
(#324) Expected 1 space before comment text but found 21; use block comment if you need indentation
(#737) Expected 1 space after "="; newline found
(#773) Expected 1 space after "="; newline found
(#1016) Expected 1 space before comment text but found 5; use block comment if you need indentation
(#1124) Expected 1 space before comment text but found 9; use block comment if you need indentation
(#1131) Expected 1 space before comment text but found 6; use block comment if you need indentation
(#1299) Expected 1 space after "="; newline found
(#1356) Expected "if (...) {\n"; found "if(...) {\n"
(#1358) Line exceeds 132 characters; contains 139 characters
mod/offlinequiz/report/statistics/responseanalysis.php
(#69) Expected 1 space after "="; newline found
(#170) Whitespace found at end of line
(#198) Whitespace found at end of line
mod/offlinequiz/report/statistics/statistics_graph.php
(#76) Whitespace found at end of line
mod/offlinequiz/report/statistics/statistics_question_answer_table.php
(#440) This comment is 52% valid code; is this commented out code?
(#440) Inline comments must start with a capital letter, digit or 3-dots sequence
(#440) No space found before comment text; expected "// disabled due to problems with multiple tables" but found "//disabled due to problems with multiple tables"
(#441) Line indented incorrectly; expected at least 8 spaces, found 0
(#441) Expected 1 space before comment text but found 9; use block comment if you need indentation
(#442) Line indented incorrectly; expected at least 8 spaces, found 0
(#442) Expected 1 space before comment text but found 9; use block comment if you need indentation
(#443) Line indented incorrectly; expected at least 8 spaces, found 0
(#443) Expected 1 space before comment text but found 13; use block comment if you need indentation
(#444) Line indented incorrectly; expected at least 8 spaces, found 0
(#444) Expected 1 space before comment text but found 17; use block comment if you need indentation
(#445) Line indented incorrectly; expected at least 8 spaces, found 0
(#445) Expected 1 space before comment text but found 9; use block comment if you need indentation
(#446) Line indented incorrectly; expected at least 8 spaces, found 0
(#446) Expected 1 space before comment text but found 13; use block comment if you need indentation
(#447) Inline comments must end in full-stops, exclamation marks, or question marks
(#447) Line indented incorrectly; expected at least 8 spaces, found 0
(#447) Expected 1 space before comment text but found 9; use block comment if you need indentation
mod/offlinequiz/settingslib.php
(#70) Whitespace found at end of line
(#97) Whitespace found at end of line
(#171) Whitespace found at end of line
(#174) Spaces must be used to indent lines; tabs are not allowed
(#174) Tab found within whitespace
(#174) Line indented incorrectly; expected 4 spaces, found 1
(#175) Spaces must be used to indent lines; tabs are not allowed
(#175) Tab found within whitespace
(#175) Line indented incorrectly; expected at least 8 spaces, found 2
(#177) Spaces must be used to indent lines; tabs are not allowed
(#177) Tab found within whitespace
(#177) Line indented incorrectly; expected at least 8 spaces, found 2
(#178) Inline comments must start with a capital letter, digit or 3-dots sequence
(#178) Inline comments must end in full-stops, exclamation marks, or question marks
(#189) Line indented incorrectly; expected 12 spaces, found 8
(#190) Line indented incorrectly; expected at least 16 spaces, found 12
(#191) Line indented incorrectly; expected 16 spaces, found 12
(#191) Inline comments must start with a capital letter, digit or 3-dots sequence
(#191) Inline comments must end in full-stops, exclamation marks, or question marks
(#192) Line indented incorrectly; expected at least 20 spaces, found 16
(#193) Line indented incorrectly; expected 16 spaces, found 12
(#194) Line indented incorrectly; expected at least 20 spaces, found 16
(#195) Line indented incorrectly; expected 16 spaces, found 12
(#196) Line indented incorrectly; expected 12 spaces, found 8
(#197) Line indented incorrectly; expected 12 spaces, found 8
(#198) Line indented incorrectly; expected at least 16 spaces, found 12
(#200) Line indented incorrectly; expected at least 16 spaces, found 12
(#201) Line indented incorrectly; expected 16 spaces, found 12
(#202) Line indented incorrectly; expected at least 20 spaces, found 16
(#203) Line indented incorrectly; expected at least 20 spaces, found 16
(#204) Line indented incorrectly; expected at least 20 spaces, found 16
(#205) Line indented incorrectly; expected at least 20 spaces, found 16
(#206) Inline comments must end in full-stops, exclamation marks, or question marks
(#206) Line indented incorrectly; expected at least 20 spaces, found 16
(#207) Line indented incorrectly; expected 20 spaces, found 16
(#208) Line indented incorrectly; expected at least 24 spaces, found 20
(#209) Line indented incorrectly; expected 20 spaces, found 16
(#210) Spaces must be used to indent lines; tabs are not allowed
(#210) Tab found within whitespace
(#210) Line indented incorrectly; expected at least 20 spaces, found 13
(#211) Spaces must be used to indent lines; tabs are not allowed
(#211) Tab found within whitespace
(#211) Line indented incorrectly; expected 20 spaces, found 10
(#212) Spaces must be used to indent lines; tabs are not allowed
(#212) Tab found within whitespace
(#212) Line indented incorrectly; expected 24 spaces, found 14
(#213) Line indented incorrectly; expected 28 spaces, found 24
(#214) Line indented incorrectly; expected at least 32 spaces, found 28
(#215) Line indented incorrectly; expected at least 32 spaces, found 28
(#216) Line indented incorrectly; expected at least 32 spaces, found 28
(#217) Line indented incorrectly; expected at least 32 spaces, found 28
(#218) Line indented incorrectly; expected at least 32 spaces, found 28
(#219) Line indented incorrectly; expected 28 spaces, found 24
(#220) Spaces must be used to indent lines; tabs are not allowed
(#220) Tab found within whitespace
(#220) Line indented incorrectly; expected at least 32 spaces, found 22
(#221) Line indented incorrectly; expected 28 spaces, found 24
(#222) Spaces must be used to indent lines; tabs are not allowed
(#222) Tab found within whitespace
(#222) Line indented incorrectly; expected 24 spaces, found 11
(#222) Closing brace indented incorrectly; expected 14 spaces, found 11
(#223) Spaces must be used to indent lines; tabs are not allowed
(#223) Tab found within whitespace
(#223) Line indented incorrectly; expected 20 spaces, found 10
(#224) Line indented incorrectly; expected 16 spaces, found 12
(#225) Line indented incorrectly; expected at least 20 spaces, found 16
(#226) Line indented incorrectly; expected 16 spaces, found 12
(#227) Line indented incorrectly; expected 12 spaces, found 8
(#228) Spaces must be used to indent lines; tabs are not allowed
(#228) Tab found within whitespace
(#228) Line indented incorrectly; expected 4 spaces, found 1
mod/offlinequiz/tests/behat/behat_mod_offlinequiz.php
(#45) Whitespace found at end of line
mod/offlinequiz/version.php
(#36) Space found before semicolon; expected "2016052300;" but found "2016052300 ;"

Javascript coding style problems

(11685 errors, 83006 warnings)

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

mod/offlinequiz/jquery/fxHeader_0.6.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) Infix operators must be spaced. (space-infix-ops)
(#6) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Requires a space before '}'. (block-spacing)
(#8) Missing semicolon. (semi)
(#8) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10) Expected space(s) after "if". (keyword-spacing)
(#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) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#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) Infix operators must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) 'ge$' is not defined. (no-undef)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) 'ge$' is not defined. (no-undef)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) 'ge$' is not defined. (no-undef)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#23) Expected space(s) after "if". (keyword-spacing)
(#23) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#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) Missing JSDoc comment. (require-jsdoc)
(#28) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#30) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#31) Missing JSDoc comment. (require-jsdoc)
(#31) A space is required after ','. (comma-spacing)
(#31) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#32) Expected space(s) after "if". (keyword-spacing)
(#32) 'ge$' is not defined. (no-undef)
(#32) Infix operators must be spaced. (space-infix-ops)
(#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) Infix operators must be spaced. (space-infix-ops)
(#35) 'ge$' is not defined. (no-undef)
(#35) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#36) Infix operators must be spaced. (space-infix-ops)
(#36) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#40) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) 'scrollHeader' is not defined. (no-undef)
(#41) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#42) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#43) Infix operators must be spaced. (space-infix-ops)
(#43) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#44) Infix operators must be spaced. (space-infix-ops)
(#44) Infix operators must be spaced. (space-infix-ops)
(#44) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#45) Unexpected console statement. (no-console)
(#45) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#47) Line 47 exceeds the maximum line length of 132. (max-len)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#48) Infix operators must be spaced. (space-infix-ops)
(#48) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#49) Expected space(s) after "if". (keyword-spacing)
(#49) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#50) Infix operators must be spaced. (space-infix-ops)
(#50) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#51) Infix operators must be spaced. (space-infix-ops)
(#51) Infix operators must be spaced. (space-infix-ops)
(#51) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#52) Infix operators must be spaced. (space-infix-ops)
(#52) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#53) Line 53 exceeds the maximum line length of 132. (max-len)
(#53) Infix operators must be spaced. (space-infix-ops)
(#53) Infix operators must be spaced. (space-infix-ops)
(#53) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#54) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#55) Expected space(s) after "if". (keyword-spacing)
(#55) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#56) Expected space(s) after "if". (keyword-spacing)
(#56) Expected { after 'if' condition. (curly)
(#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 space(s) before "else". (keyword-spacing)
(#59) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#60) Expected space(s) after "if". (keyword-spacing)
(#60) Expected { after 'if' condition. (curly)
(#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) '$' is not defined. (no-undef)
(#64) Infix operators must be spaced. (space-infix-ops)
(#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 space(s) after "if". (keyword-spacing)
(#70) Requires a space after '{'. (block-spacing)
(#70) Statement inside of curly braces should be on next line. (brace-style)
(#70) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#70) Requires a space before '}'. (block-spacing)
(#70) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#72) Infix operators must be spaced. (space-infix-ops)
(#72) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#73) Expected space(s) after "for". (keyword-spacing)
(#73) Infix operators must be spaced. (space-infix-ops)
(#73) Missing whitespace after semicolon. (semi-spacing)
(#73) Infix operators must be spaced. (space-infix-ops)
(#73) Missing whitespace after semicolon. (semi-spacing)
(#73) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#74) Infix operators must be spaced. (space-infix-ops)
(#74) 'ge$' is not defined. (no-undef)
(#74) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#75) Infix operators must be spaced. (space-infix-ops)
(#75) Infix operators must be spaced. (space-infix-ops)
(#75) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#76) Expected space(s) after "if". (keyword-spacing)
(#76) Infix operators must be spaced. (space-infix-ops)
(#76) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#77) Infix operators must be spaced. (space-infix-ops)
(#77) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#78) Infix operators must be spaced. (space-infix-ops)
(#78) 'ge$' is not defined. (no-undef)
(#78) Infix operators must be spaced. (space-infix-ops)
(#78) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#79) Infix operators must be spaced. (space-infix-ops)
(#79) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#80) Infix operators must be spaced. (space-infix-ops)
(#80) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#81) Infix operators must be spaced. (space-infix-ops)
(#81) Infix operators must be spaced. (space-infix-ops)
(#81) Infix operators must be spaced. (space-infix-ops)
(#81) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#82) Infix operators must be spaced. (space-infix-ops)
(#82) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#83) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#84) Expected space or tab after '//' in comment. (spaced-comment)
(#84) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#85) Infix operators must be spaced. (space-infix-ops)
(#85) Infix operators must be spaced. (space-infix-ops)
(#85) Infix operators must be spaced. (space-infix-ops)
(#85) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#86) Infix operators must be spaced. (space-infix-ops)
(#86) 'ge$' is not defined. (no-undef)
(#86) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#87) Infix operators must be spaced. (space-infix-ops)
(#87) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#88) Infix operators must be spaced. (space-infix-ops)
(#88) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#89) Infix operators must be spaced. (space-infix-ops)
(#89) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#90) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#91) Expected space(s) after "for". (keyword-spacing)
(#91) Infix operators must be spaced. (space-infix-ops)
(#91) Missing whitespace after semicolon. (semi-spacing)
(#91) Infix operators must be spaced. (space-infix-ops)
(#91) Missing whitespace after semicolon. (semi-spacing)
(#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) Infix operators must be spaced. (space-infix-ops)
(#94) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#95) Infix operators must be spaced. (space-infix-ops)
(#95) Infix operators must be spaced. (space-infix-ops)
(#95) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#96) Line 96 exceeds the maximum line length of 132. (max-len)
(#96) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#97) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#98) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#98) Infix operators must be spaced. (space-infix-ops)
(#98) Infix operators must be spaced. (space-infix-ops)
(#98) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#99) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#100) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#101) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#102) Infix operators must be spaced. (space-infix-ops)
(#102) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#103) Infix operators must be spaced. (space-infix-ops)
(#103) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#104) Infix operators must be spaced. (space-infix-ops)
(#104) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#105) Infix operators must be spaced. (space-infix-ops)
(#105) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#106) Infix operators must be spaced. (space-infix-ops)
(#106) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#107) Expected space(s) after "for". (keyword-spacing)
(#107) Infix operators must be spaced. (space-infix-ops)
(#107) Missing whitespace after semicolon. (semi-spacing)
(#107) Infix operators must be spaced. (space-infix-ops)
(#107) Missing whitespace after semicolon. (semi-spacing)
(#107) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#108) Infix operators must be spaced. (space-infix-ops)
(#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)
(#111) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#112) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#113) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#114) Expected space(s) after "if". (keyword-spacing)
(#114) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#115) Infix operators must be spaced. (space-infix-ops)
(#115) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#116) Infix operators must be spaced. (space-infix-ops)
(#116) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#117) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#118) Expected space or tab after '//' in comment. (spaced-comment)
(#118) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#119) Infix operators must be spaced. (space-infix-ops)
(#119) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#120) Expected space(s) after "for". (keyword-spacing)
(#120) Infix operators must be spaced. (space-infix-ops)
(#120) Missing whitespace after semicolon. (semi-spacing)
(#120) Infix operators must be spaced. (space-infix-ops)
(#120) Missing whitespace after semicolon. (semi-spacing)
(#120) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#121) Expected space or tab after '//' in comment. (spaced-comment)
(#121) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#122) Infix operators must be spaced. (space-infix-ops)
(#122) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#123) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#124) Infix operators must be spaced. (space-infix-ops)
(#124) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#125) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#126) Expected space(s) after "if". (keyword-spacing)
(#126) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#127) Infix operators must be spaced. (space-infix-ops)
(#127) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#128) Expected space(s) after "for". (keyword-spacing)
(#128) Infix operators must be spaced. (space-infix-ops)
(#128) Missing whitespace after semicolon. (semi-spacing)
(#128) Infix operators must be spaced. (space-infix-ops)
(#128) Missing whitespace after semicolon. (semi-spacing)
(#128) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#129) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#129) Unexpected console statement. (no-console)
(#129) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#130) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#131) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#131) Infix operators must be spaced. (space-infix-ops)
(#131) '$' is not defined. (no-undef)
(#131) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#132) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#133) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#134) Expected space(s) after "for". (keyword-spacing)
(#134) Infix operators must be spaced. (space-infix-ops)
(#134) Missing whitespace after semicolon. (semi-spacing)
(#134) Infix operators must be spaced. (space-infix-ops)
(#134) Missing whitespace after semicolon. (semi-spacing)
(#134) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#135) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#135) Unexpected console statement. (no-console)
(#135) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#136) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#137) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#137) Infix operators must be spaced. (space-infix-ops)
(#137) '$' is not defined. (no-undef)
(#137) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#138) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#138) Unexpected console statement. (no-console)
(#138) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#139) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#140) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#141) Infix operators must be spaced. (space-infix-ops)
(#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) Infix operators must be spaced. (space-infix-ops)
(#144) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#145) Expected space(s) after "if". (keyword-spacing)
(#145) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#146) Infix operators must be spaced. (space-infix-ops)
(#146) Infix operators must be spaced. (space-infix-ops)
(#146) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#147) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#148) Infix operators must be spaced. (space-infix-ops)
(#148) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#149) Expected space or tab after '//' in comment. (spaced-comment)
(#149) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#150) Expected space(s) after "if". (keyword-spacing)
(#150) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#151) Expected space(s) after "for". (keyword-spacing)
(#151) Infix operators must be spaced. (space-infix-ops)
(#151) Missing whitespace after semicolon. (semi-spacing)
(#151) Infix operators must be spaced. (space-infix-ops)
(#151) Missing whitespace after semicolon. (semi-spacing)
(#151) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#152) Infix operators must be spaced. (space-infix-ops)
(#152) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#153) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#154) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#155) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#156) Infix operators must be spaced. (space-infix-ops)
(#156) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#157) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#158) Infix operators must be spaced. (space-infix-ops)
(#158) 'ge$' is not defined. (no-undef)
(#158) Infix operators must be spaced. (space-infix-ops)
(#158) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#159) Infix operators must be spaced. (space-infix-ops)
(#159) Infix operators must be spaced. (space-infix-ops)
(#159) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#160) Infix operators must be spaced. (space-infix-ops)
(#160) 'ge$' is not defined. (no-undef)
(#160) Infix operators must be spaced. (space-infix-ops)
(#160) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#161) Infix operators must be spaced. (space-infix-ops)
(#161) 'ge$' is not defined. (no-undef)
(#161) Infix operators must be spaced. (space-infix-ops)
(#161) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#162) Infix operators must be spaced. (space-infix-ops)
(#162) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#163) Infix operators must be spaced. (space-infix-ops)
(#163) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#164) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#165) Infix operators must be spaced. (space-infix-ops)
(#165) Infix operators must be spaced. (space-infix-ops)
(#165) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#166) Infix operators must be spaced. (space-infix-ops)
(#166) Infix operators must be spaced. (space-infix-ops)
(#166) Infix operators must be spaced. (space-infix-ops)
(#166) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#167) Infix operators must be spaced. (space-infix-ops)
(#167) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#168) Infix operators must be spaced. (space-infix-ops)
(#168) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#169) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#170) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#171) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#172) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#173) Infix operators must be spaced. (space-infix-ops)
(#173) Infix operators must be spaced. (space-infix-ops)
(#173) Infix operators must be spaced. (space-infix-ops)
(#173) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#174) 'ge$' is not defined. (no-undef)
(#174) Infix operators must be spaced. (space-infix-ops)
(#174) Infix operators must be spaced. (space-infix-ops)
(#174) Infix operators must be spaced. (space-infix-ops)
(#174) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#175) 'ge$' is not defined. (no-undef)
(#175) Infix operators must be spaced. (space-infix-ops)
(#175) Infix operators must be spaced. (space-infix-ops)
(#175) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#176) 'ge$' is not defined. (no-undef)
(#176) Infix operators must be spaced. (space-infix-ops)
(#176) Infix operators must be spaced. (space-infix-ops)
(#176) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#177) 'ge$' is not defined. (no-undef)
(#177) Infix operators must be spaced. (space-infix-ops)
(#177) Infix operators must be spaced. (space-infix-ops)
(#177) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#178) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#179) Expected space(s) after "if". (keyword-spacing)
(#179) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#180) Infix operators must be spaced. (space-infix-ops)
(#180) 'fxheader' is not defined. (no-undef)
(#180) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#181) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#182) Infix operators must be spaced. (space-infix-ops)
(#182) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#183) Missing semicolon. (semi)
(#183) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#184) A space is required after ','. (comma-spacing)
(#184) A space is required after ','. (comma-spacing)
(#184) A space is required after ','. (comma-spacing)
(#184) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#185) Expected space or tab after '/*' in comment. (spaced-comment)
(#185) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#186) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#187) Infix operators must be spaced. (space-infix-ops)
(#187) 'ge$' is not defined. (no-undef)
(#187) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#188) Infix operators must be spaced. (space-infix-ops)
(#188) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#189) Infix operators must be spaced. (space-infix-ops)
(#189) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#190) Infix operators must be spaced. (space-infix-ops)
(#190) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#191) Expected space(s) after "if". (keyword-spacing)
(#191) Infix operators must be spaced. (space-infix-ops)
(#191) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#192) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#193) Infix operators must be spaced. (space-infix-ops)
(#193) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#194) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#195) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#195) Expected space(s) after "if". (keyword-spacing)
(#195) Infix operators must be spaced. (space-infix-ops)
(#195) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#196) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#196) Infix operators must be spaced. (space-infix-ops)
(#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)
(#199) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#199) Expected space(s) after "if". (keyword-spacing)
(#199) Infix operators must be spaced. (space-infix-ops)
(#199) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#200) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#200) Trailing spaces not allowed. (no-trailing-spaces)
(#200) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#201) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#201) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#202) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#202) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#203) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#204) Infix operators must be spaced. (space-infix-ops)
(#204) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#205) Infix operators must be spaced. (space-infix-ops)
(#205) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#206) A space is required after ','. (comma-spacing)
(#206) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#207) Infix operators must be spaced. (space-infix-ops)
(#207) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#208) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
mod/offlinequiz/jquery/jquery-1.7.2.js
(#1) Expected space or tab after '/*' in comment. (spaced-comment)
(#16) Function 'anonymous' has a complexity of 26. (complexity)
(#16) There should be no spaces inside this paren. (space-in-parens)
(#16) There should be no spaces inside this paren. (space-in-parens)
(#25) There should be no spaces inside this paren. (space-in-parens)
(#25) There should be no spaces inside this paren. (space-in-parens)
(#27) There should be no spaces inside this paren. (space-in-parens)
(#27) There should be no spaces inside this paren. (space-in-parens)
(#70) There should be no spaces inside this paren. (space-in-parens)
(#70) There should be no spaces inside this paren. (space-in-parens)
(#71) There should be no spaces inside this paren. (space-in-parens)
(#71) There should be no spaces inside this paren. (space-in-parens)
(#99) Function 'init' has a complexity of 22. (complexity)
(#99) There should be no spaces inside this paren. (space-in-parens)
(#99) There should be no spaces inside this paren. (space-in-parens)
(#103) There should be no spaces inside this paren. (space-in-parens)
(#103) There should be no spaces inside this paren. (space-in-parens)
(#108) There should be no spaces inside this paren. (space-in-parens)
(#108) There should be no spaces inside this paren. (space-in-parens)
(#115) There should be no spaces inside this paren. (space-in-parens)
(#115) There should be no spaces inside this paren. (space-in-parens)
(#124) There should be no spaces inside this paren. (space-in-parens)
(#124) There should be no spaces inside this paren. (space-in-parens)
(#126) There should be no spaces inside this paren. (space-in-parens)
(#126) There should be no spaces inside this paren. (space-in-parens)
(#126) There should be no spaces inside this paren. (space-in-parens)
(#126) There should be no spaces inside this paren. (space-in-parens)
(#128) There should be no space after '[' (array-bracket-spacing)
(#128) There should be no space before ']' (array-bracket-spacing)
(#131) There should be no spaces inside this paren. (space-in-parens)
(#131) There should be no spaces inside this paren. (space-in-parens)
(#135) There should be no spaces inside this paren. (space-in-parens)
(#135) There should be no spaces inside this paren. (space-in-parens)
(#138) There should be no spaces inside this paren. (space-in-parens)
(#138) There should be no spaces inside this paren. (space-in-parens)
(#140) There should be no spaces inside this paren. (space-in-parens)
(#140) There should be no spaces inside this paren. (space-in-parens)
(#144) There should be no spaces inside this paren. (space-in-parens)
(#144) There should be no spaces inside this paren. (space-in-parens)
(#146) There should be no spaces inside this paren. (space-in-parens)
(#146) There should be no spaces inside this paren. (space-in-parens)
(#147) Blocks are nested too deeply (5). (max-depth)
(#147) There should be no spaces inside this paren. (space-in-parens)
(#147) There should be no spaces inside this paren. (space-in-parens)
(#147) There should be no spaces inside this paren. (space-in-parens)
(#147) There should be no spaces inside this paren. (space-in-parens)
(#148) There should be no space after '[' (array-bracket-spacing)
(#148) There should be no spaces inside this paren. (space-in-parens)
(#148) There should be no spaces inside this paren. (space-in-parens)
(#148) There should be no space before ']' (array-bracket-spacing)
(#149) There should be no spaces inside this paren. (space-in-parens)
(#149) There should be no spaces inside this paren. (space-in-parens)
(#152) There should be no space after '[' (array-bracket-spacing)
(#152) There should be no spaces inside this paren. (space-in-parens)
(#152) There should be no spaces inside this paren. (space-in-parens)
(#152) There should be no space before ']' (array-bracket-spacing)
(#156) There should be no spaces inside this paren. (space-in-parens)
(#156) There should be no space after '[' (array-bracket-spacing)
(#156) There should be no space before ']' (array-bracket-spacing)
(#156) There should be no space after '[' (array-bracket-spacing)
(#156) There should be no space before ']' (array-bracket-spacing)
(#156) There should be no spaces inside this paren. (space-in-parens)
(#157) There should be no spaces inside this paren. (space-in-parens)
(#157) There should be no spaces inside this paren. (space-in-parens)
(#160) There should be no spaces inside this paren. (space-in-parens)
(#160) There should be no spaces inside this paren. (space-in-parens)
(#164) There should be no spaces inside this paren. (space-in-parens)
(#164) There should be no spaces inside this paren. (space-in-parens)
(#168) There should be no spaces inside this paren. (space-in-parens)
(#168) There should be no spaces inside this paren. (space-in-parens)
(#171) Blocks are nested too deeply (5). (max-depth)
(#171) There should be no spaces inside this paren. (space-in-parens)
(#171) There should be no spaces inside this paren. (space-in-parens)
(#172) There should be no spaces inside this paren. (space-in-parens)
(#172) There should be no spaces inside this paren. (space-in-parens)
(#186) There should be no spaces inside this paren. (space-in-parens)
(#186) There should be no spaces inside this paren. (space-in-parens)
(#187) There should be no spaces inside this paren. (space-in-parens)
(#187) There should be no spaces inside this paren. (space-in-parens)
(#187) There should be no spaces inside this paren. (space-in-parens)
(#187) There should be no spaces inside this paren. (space-in-parens)
(#192) There should be no spaces inside this paren. (space-in-parens)
(#192) There should be no spaces inside this paren. (space-in-parens)
(#192) There should be no spaces inside this paren. (space-in-parens)
(#192) There should be no spaces inside this paren. (space-in-parens)
(#197) There should be no spaces inside this paren. (space-in-parens)
(#197) There should be no spaces inside this paren. (space-in-parens)
(#197) There should be no spaces inside this paren. (space-in-parens)
(#197) There should be no spaces inside this paren. (space-in-parens)
(#198) There should be no spaces inside this paren. (space-in-parens)
(#198) There should be no spaces inside this paren. (space-in-parens)
(#201) There should be no spaces inside this paren. (space-in-parens)
(#201) There should be no spaces inside this paren. (space-in-parens)
(#206) There should be no spaces inside this paren. (space-in-parens)
(#206) There should be no spaces inside this paren. (space-in-parens)
(#224) There should be no spaces inside this paren. (space-in-parens)
(#224) There should be no spaces inside this paren. (space-in-parens)
(#229) There should be no spaces inside this paren. (space-in-parens)
(#229) There should be no spaces inside this paren. (space-in-parens)
(#230) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#230) Do not nest ternary expressions (no-nested-ternary)
(#236) There should be no spaces inside this paren. (space-in-parens)
(#236) There should be no space after '[' (computed-property-spacing)
(#236) There should be no space before ']' (computed-property-spacing)
(#236) There should be no space after '[' (computed-property-spacing)
(#236) There should be no space before ']' (computed-property-spacing)
(#236) There should be no spaces inside this paren. (space-in-parens)
(#241) There should be no spaces inside this paren. (space-in-parens)
(#241) There should be no spaces inside this paren. (space-in-parens)
(#245) There should be no spaces inside this paren. (space-in-parens)
(#245) There should be no spaces inside this paren. (space-in-parens)
(#245) There should be no spaces inside this paren. (space-in-parens)
(#245) There should be no spaces inside this paren. (space-in-parens)
(#246) There should be no spaces inside this paren. (space-in-parens)
(#246) There should be no spaces inside this paren. (space-in-parens)
(#249) There should be no spaces inside this paren. (space-in-parens)
(#249) There should be no spaces inside this paren. (space-in-parens)
(#257) There should be no spaces inside this paren. (space-in-parens)
(#257) There should be no spaces inside this paren. (space-in-parens)
(#258) There should be no spaces inside this paren. (space-in-parens)
(#258) There should be no spaces inside this paren. (space-in-parens)
(#259) There should be no spaces inside this paren. (space-in-parens)
(#259) There should be no spaces inside this paren. (space-in-parens)
(#270) There should be no spaces inside this paren. (space-in-parens)
(#270) There should be no spaces inside this paren. (space-in-parens)
(#271) There should be no spaces inside this paren. (space-in-parens)
(#271) There should be no spaces inside this paren. (space-in-parens)
(#274) There should be no spaces inside this paren. (space-in-parens)
(#274) There should be no spaces inside this paren. (space-in-parens)
(#279) There should be no spaces inside this paren. (space-in-parens)
(#279) There should be no spaces inside this paren. (space-in-parens)
(#284) There should be no spaces inside this paren. (space-in-parens)
(#284) There should be no spaces inside this paren. (space-in-parens)
(#287) There should be no spaces inside this paren. (space-in-parens)
(#287) There should be no spaces inside this paren. (space-in-parens)
(#288) There should be no spaces inside this paren. (space-in-parens)
(#288) There should be no spaces inside this paren. (space-in-parens)
(#292) There should be no spaces inside this paren. (space-in-parens)
(#292) There should be no spaces inside this paren. (space-in-parens)
(#296) There should be no spaces inside this paren. (space-in-parens)
(#296) There should be no spaces inside this paren. (space-in-parens)
(#300) There should be no spaces inside this paren. (space-in-parens)
(#300) There should be no spaces inside this paren. (space-in-parens)
(#300) There should be no spaces inside this paren. (space-in-parens)
(#301) There should be no spaces inside this paren. (space-in-parens)
(#304) There should be no spaces inside this paren. (space-in-parens)
(#304) There should be no spaces inside this paren. (space-in-parens)
(#305) There should be no spaces inside this paren. (space-in-parens)
(#305) There should be no spaces inside this paren. (space-in-parens)
(#305) There should be no spaces inside this paren. (space-in-parens)
(#306) There should be no spaces inside this paren. (space-in-parens)
(#306) There should be no spaces inside this paren. (space-in-parens)
(#332) There should be no spaces inside this paren. (space-in-parens)
(#332) There should be no spaces inside this paren. (space-in-parens)
(#340) There should be no spaces inside this paren. (space-in-parens)
(#340) There should be no spaces inside this paren. (space-in-parens)
(#345) There should be no spaces inside this paren. (space-in-parens)
(#345) There should be no spaces inside this paren. (space-in-parens)
(#350) There should be no spaces inside this paren. (space-in-parens)
(#350) There should be no spaces inside this paren. (space-in-parens)
(#352) There should be no spaces inside this paren. (space-in-parens)
(#352) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#352) There should be no space after '[' (computed-property-spacing)
(#352) There should be no space before ']' (computed-property-spacing)
(#352) There should be no spaces inside this paren. (space-in-parens)
(#354) There should be no spaces inside this paren. (space-in-parens)
(#354) There should be no spaces inside this paren. (space-in-parens)
(#355) There should be no space after '[' (computed-property-spacing)
(#355) There should be no space before ']' (computed-property-spacing)
(#356) There should be no space after '[' (computed-property-spacing)
(#356) There should be no space before ']' (computed-property-spacing)
(#359) There should be no spaces inside this paren. (space-in-parens)
(#359) There should be no spaces inside this paren. (space-in-parens)
(#364) There should be no spaces inside this paren. (space-in-parens)
(#364) There should be no spaces inside this paren. (space-in-parens)
(#364) There should be no spaces inside this paren. (space-in-parens)
(#364) There should be no spaces inside this paren. (space-in-parens)
(#365) Blocks are nested too deeply (5). (max-depth)
(#365) There should be no spaces inside this paren. (space-in-parens)
(#365) There should be no spaces inside this paren. (space-in-parens)
(#374) There should be no space after '[' (computed-property-spacing)
(#374) There should be no space before ']' (computed-property-spacing)
(#374) There should be no spaces inside this paren. (space-in-parens)
(#374) There should be no spaces inside this paren. (space-in-parens)
(#377) There should be no spaces inside this paren. (space-in-parens)
(#377) There should be no spaces inside this paren. (space-in-parens)
(#378) There should be no space after '[' (computed-property-spacing)
(#378) There should be no space before ']' (computed-property-spacing)
(#389) There should be no spaces inside this paren. (space-in-parens)
(#389) There should be no spaces inside this paren. (space-in-parens)
(#390) There should be no spaces inside this paren. (space-in-parens)
(#390) There should be no spaces inside this paren. (space-in-parens)
(#394) There should be no spaces inside this paren. (space-in-parens)
(#394) There should be no spaces inside this paren. (space-in-parens)
(#409) There should be no spaces inside this paren. (space-in-parens)
(#409) There should be no spaces inside this paren. (space-in-parens)
(#410) There should be no spaces inside this paren. (space-in-parens)
(#410) There should be no spaces inside this paren. (space-in-parens)
(#413) There should be no spaces inside this paren. (space-in-parens)
(#413) There should be no spaces inside this paren. (space-in-parens)
(#418) Expected to return a value at the end of this function. (consistent-return)
(#418) There should be no spaces inside this paren. (space-in-parens)
(#418) There should be no spaces inside this paren. (space-in-parens)
(#420) There should be no spaces inside this paren. (space-in-parens)
(#420) There should be no spaces inside this paren. (space-in-parens)
(#422) There should be no spaces inside this paren. (space-in-parens)
(#422) There should be no spaces inside this paren. (space-in-parens)
(#423) There should be no spaces inside this paren. (space-in-parens)
(#423) There should be no spaces inside this paren. (space-in-parens)
(#430) There should be no spaces inside this paren. (space-in-parens)
(#430) There should be no spaces inside this paren. (space-in-parens)
(#431) Expected a return value. (consistent-return)
(#435) There should be no spaces inside this paren. (space-in-parens)
(#435) There should be no space after '[' (array-bracket-spacing)
(#435) There should be no space before ']' (array-bracket-spacing)
(#435) There should be no spaces inside this paren. (space-in-parens)
(#438) There should be no spaces inside this paren. (space-in-parens)
(#438) There should be no spaces inside this paren. (space-in-parens)
(#439) There should be no spaces inside this paren. (space-in-parens)
(#439) There should be no spaces inside this paren. (space-in-parens)
(#439) There should be no spaces inside this paren. (space-in-parens)
(#439) There should be no spaces inside this paren. (space-in-parens)
(#439) There should be no spaces inside this paren. (space-in-parens)
(#439) There should be no spaces inside this paren. (space-in-parens)
(#445) There should be no spaces inside this paren. (space-in-parens)
(#445) There should be no spaces inside this paren. (space-in-parens)
(#449) There should be no spaces inside this paren. (space-in-parens)
(#449) There should be no spaces inside this paren. (space-in-parens)
(#453) There should be no spaces inside this paren. (space-in-parens)
(#453) There should be no spaces inside this paren. (space-in-parens)
(#455) Expected no return value. (consistent-return)
(#455) There should be no spaces inside this paren. (space-in-parens)
(#455) There should be no spaces inside this paren. (space-in-parens)
(#459) There should be no spaces inside this paren. (space-in-parens)
(#459) There should be no spaces inside this paren. (space-in-parens)
(#461) There should be no spaces inside this paren. (space-in-parens)
(#461) There should be no spaces inside this paren. (space-in-parens)
(#464) There should be no spaces inside this paren. (space-in-parens)
(#464) There should be no spaces inside this paren. (space-in-parens)
(#467) There should be no spaces inside this paren. (space-in-parens)
(#467) There should be no spaces inside this paren. (space-in-parens)
(#470) There should be no spaces inside this paren. (space-in-parens)
(#470) There should be no spaces inside this paren. (space-in-parens)
(#473) There should be no spaces inside this paren. (space-in-parens)
(#473) There should be no spaces inside this paren. (space-in-parens)
(#480) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#481) Expected space(s) after "catch". (keyword-spacing)
(#481) Empty block statement. (no-empty)
(#483) There should be no spaces inside this paren. (space-in-parens)
(#483) There should be no spaces inside this paren. (space-in-parens)
(#492) There should be no spaces inside this paren. (space-in-parens)
(#492) There should be no spaces inside this paren. (space-in-parens)
(#496) There should be no spaces inside this paren. (space-in-parens)
(#496) There should be no spaces inside this paren. (space-in-parens)
(#500) There should be no spaces inside this paren. (space-in-parens)
(#500) There should be no spaces inside this paren. (space-in-parens)
(#501) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#504) There should be no spaces inside this paren. (space-in-parens)
(#504) There should be no spaces inside this paren. (space-in-parens)
(#505) There should be no spaces inside this paren. (space-in-parens)
(#505) There should be no spaces inside this paren. (space-in-parens)
(#505) There should be no spaces inside this paren. (space-in-parens)
(#505) There should be no spaces inside this paren. (space-in-parens)
(#508) There should be no spaces inside this paren. (space-in-parens)
(#508) There should be no spaces inside this paren. (space-in-parens)
(#509) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#510) There should be no spaces inside this paren. (space-in-parens)
(#510) There should be no spaces inside this paren. (space-in-parens)
(#511) There should be no space after '[' (computed-property-spacing)
(#511) There should be no space before ']' (computed-property-spacing)
(#514) There should be no spaces inside this paren. (space-in-parens)
(#514) There should be no spaces inside this paren. (space-in-parens)
(#518) There should be no spaces inside this paren. (space-in-parens)
(#518) There should be no spaces inside this paren. (space-in-parens)
(#518) There should be no spaces inside this paren. (space-in-parens)
(#518) There should be no spaces inside this paren. (space-in-parens)
(#524) There should be no spaces inside this paren. (space-in-parens)
(#526) There should be no spaces inside this paren. (space-in-parens)
(#529) There should be no spaces inside this paren. (space-in-parens)
(#529) There should be no spaces inside this paren. (space-in-parens)
(#538) There should be no spaces inside this paren. (space-in-parens)
(#538) There should be no spaces inside this paren. (space-in-parens)
(#538) Empty block statement. (no-empty)
(#540) There should be no spaces inside this paren. (space-in-parens)
(#540) There should be no spaces inside this paren. (space-in-parens)
(#543) There should be no spaces inside this paren. (space-in-parens)
(#543) There should be no spaces inside this paren. (space-in-parens)
(#544) There should be no spaces inside this paren. (space-in-parens)
(#544) 'name' is defined but never used (no-unused-vars)
(#544) There should be no spaces inside this paren. (space-in-parens)
(#550) There should be no spaces inside this paren. (space-in-parens)
(#550) There should be no spaces inside this paren. (space-in-parens)
(#551) There should be no spaces inside this paren. (space-in-parens)
(#551) There should be no spaces inside this paren. (space-in-parens)
(#554) Expected to return a value at the end of this function. (consistent-return)
(#554) There should be no spaces inside this paren. (space-in-parens)
(#554) There should be no spaces inside this paren. (space-in-parens)
(#555) There should be no spaces inside this paren. (space-in-parens)
(#555) There should be no spaces inside this paren. (space-in-parens)
(#560) There should be no spaces inside this paren. (space-in-parens)
(#560) There should be no spaces inside this paren. (space-in-parens)
(#563) There should be no spaces inside this paren. (space-in-parens)
(#563) There should be no spaces inside this paren. (space-in-parens)
(#564) There should be no spaces inside this paren. (space-in-parens)
(#564) There should be no spaces inside this paren. (space-in-parens)
(#569) There should be no spaces inside this paren. (space-in-parens)
(#569) There should be no spaces inside this paren. (space-in-parens)
(#569) There should be no spaces inside this paren. (space-in-parens)
(#569) There should be no spaces inside this paren. (space-in-parens)
(#570) There should be no spaces inside this paren. (space-in-parens)
(#570) There should be no spaces inside this paren. (space-in-parens)
(#571) There should be no spaces inside this paren. (space-in-parens)
(#571) There should be no spaces inside this paren. (space-in-parens)
(#573) There should be no spaces inside this paren. (space-in-parens)
(#573) The Function constructor is eval. (no-new-func)
(#573) There should be no spaces inside this paren. (space-in-parens)
(#573) There should be no spaces inside this paren. (space-in-parens)
(#573) There should be no spaces inside this paren. (space-in-parens)
(#576) There should be no spaces inside this paren. (space-in-parens)
(#576) There should be no spaces inside this paren. (space-in-parens)
(#580) There should be no spaces inside this paren. (space-in-parens)
(#580) There should be no spaces inside this paren. (space-in-parens)
(#581) There should be no spaces inside this paren. (space-in-parens)
(#581) There should be no spaces inside this paren. (space-in-parens)
(#586) There should be no spaces inside this paren. (space-in-parens)
(#586) There should be no spaces inside this paren. (space-in-parens)
(#588) There should be no spaces inside this paren. (space-in-parens)
(#588) There should be no space before ','. (comma-spacing)
(#588) There should be no spaces inside this paren. (space-in-parens)
(#590) 'ActiveXObject' is not defined. (no-undef)
(#590) There should be no spaces inside this paren. (space-in-parens)
(#590) There should be no spaces inside this paren. (space-in-parens)
(#592) There should be no spaces inside this paren. (space-in-parens)
(#592) There should be no spaces inside this paren. (space-in-parens)
(#594) Expected space(s) after "catch". (keyword-spacing)
(#594) There should be no spaces inside this paren. (space-in-parens)
(#594) There should be no spaces inside this paren. (space-in-parens)
(#597) There should be no spaces inside this paren. (space-in-parens)
(#597) There should be no spaces inside this paren. (space-in-parens)
(#597) There should be no spaces inside this paren. (space-in-parens)
(#597) There should be no spaces inside this paren. (space-in-parens)
(#598) There should be no spaces inside this paren. (space-in-parens)
(#598) There should be no spaces inside this paren. (space-in-parens)
(#603) Unexpected empty function. (no-empty-function)
(#608) There should be no spaces inside this paren. (space-in-parens)
(#608) There should be no spaces inside this paren. (space-in-parens)
(#609) There should be no spaces inside this paren. (space-in-parens)
(#609) There should be no spaces inside this paren. (space-in-parens)
(#609) There should be no spaces inside this paren. (space-in-parens)
(#609) There should be no spaces inside this paren. (space-in-parens)
(#613) There should be no spaces inside this paren. (space-in-parens)
(#613) There should be no spaces inside this paren. (space-in-parens)
(#613) There should be no spaces inside this paren. (space-in-parens)
(#614) unnecessary '.call()'. (no-useless-call)
(#614) There should be no space after '[' (computed-property-spacing)
(#614) ["eval"] is better written in dot notation. (dot-notation)
(#614) There should be no space before ']' (computed-property-spacing)
(#614) There should be no spaces inside this paren. (space-in-parens)
(#614) There should be no spaces inside this paren. (space-in-parens)
(#615) There should be no spaces inside this paren. (space-in-parens)
(#615) There should be no spaces inside this paren. (space-in-parens)
(#615) There should be no spaces inside this paren. (space-in-parens)
(#621) There should be no spaces inside this paren. (space-in-parens)
(#621) There should be no spaces inside this paren. (space-in-parens)
(#622) There should be no spaces inside this paren. (space-in-parens)
(#622) There should be no spaces inside this paren. (space-in-parens)
(#622) There should be no spaces inside this paren. (space-in-parens)
(#622) There should be no spaces inside this paren. (space-in-parens)
(#625) There should be no spaces inside this paren. (space-in-parens)
(#625) There should be no spaces inside this paren. (space-in-parens)
(#630) There should be no spaces inside this paren. (space-in-parens)
(#630) There should be no spaces inside this paren. (space-in-parens)
(#631) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#633) There should be no spaces inside this paren. (space-in-parens)
(#633) There should be no spaces inside this paren. (space-in-parens)
(#635) There should be no spaces inside this paren. (space-in-parens)
(#635) There should be no spaces inside this paren. (space-in-parens)
(#636) There should be no spaces inside this paren. (space-in-parens)
(#636) There should be no spaces inside this paren. (space-in-parens)
(#637) There should be no spaces inside this paren. (space-in-parens)
(#637) There should be no spaces inside this paren. (space-in-parens)
(#638) There should be no spaces inside this paren. (space-in-parens)
(#638) There should be no spaces inside this paren. (space-in-parens)
(#638) There should be no space after '[' (computed-property-spacing)
(#638) There should be no space before ']' (computed-property-spacing)
(#638) There should be no spaces inside this paren. (space-in-parens)
(#638) There should be no spaces inside this paren. (space-in-parens)
(#643) There should be no spaces inside this paren. (space-in-parens)
(#643) There should be no spaces inside this paren. (space-in-parens)
(#644) There should be no spaces inside this paren. (space-in-parens)
(#644) There should be no spaces inside this paren. (space-in-parens)
(#644) There should be no space after '[' (computed-property-spacing)
(#644) There should be no space before ']' (computed-property-spacing)
(#644) There should be no spaces inside this paren. (space-in-parens)
(#644) There should be no spaces inside this paren. (space-in-parens)
(#652) There should be no spaces inside this paren. (space-in-parens)
(#652) There should be no spaces inside this paren. (space-in-parens)
(#653) There should be no spaces inside this paren. (space-in-parens)
(#653) There should be no spaces inside this paren. (space-in-parens)
(#654) There should be no spaces inside this paren. (space-in-parens)
(#654) There should be no spaces inside this paren. (space-in-parens)
(#654) There should be no space after '[' (computed-property-spacing)
(#654) There should be no space before ']' (computed-property-spacing)
(#654) There should be no space after '[' (computed-property-spacing)
(#654) There should be no space before ']' (computed-property-spacing)
(#654) There should be no spaces inside this paren. (space-in-parens)
(#654) There should be no spaces inside this paren. (space-in-parens)
(#659) There should be no spaces inside this paren. (space-in-parens)
(#659) There should be no spaces inside this paren. (space-in-parens)
(#660) There should be no spaces inside this paren. (space-in-parens)
(#660) There should be no spaces inside this paren. (space-in-parens)
(#660) There should be no space after '[' (computed-property-spacing)
(#660) There should be no space before ']' (computed-property-spacing)
(#660) There should be no space after '[' (computed-property-spacing)
(#660) There should be no space before ']' (computed-property-spacing)
(#660) There should be no spaces inside this paren. (space-in-parens)
(#660) There should be no spaces inside this paren. (space-in-parens)
(#672) There should be no spaces inside this paren. (space-in-parens)
(#672) There should be no spaces inside this paren. (space-in-parens)
(#673) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#675) There should be no spaces inside this paren. (space-in-parens)
(#675) There should be no spaces inside this paren. (space-in-parens)
(#679) There should be no spaces inside this paren. (space-in-parens)
(#679) There should be no spaces inside this paren. (space-in-parens)
(#680) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#682) There should be no spaces inside this paren. (space-in-parens)
(#682) There should be no spaces inside this paren. (space-in-parens)
(#682) There should be no spaces inside this paren. (space-in-parens)
(#682) There should be no spaces inside this paren. (space-in-parens)
(#686) There should be no spaces inside this paren. (space-in-parens)
(#686) There should be no spaces inside this paren. (space-in-parens)
(#689) There should be no spaces inside this paren. (space-in-parens)
(#689) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#689) There should be no spaces inside this paren. (space-in-parens)
(#692) There should be no spaces inside this paren. (space-in-parens)
(#692) There should be no spaces inside this paren. (space-in-parens)
(#694) Line 694 exceeds the maximum line length of 132. (max-len)
(#694) There should be no spaces inside this paren. (space-in-parens)
(#694) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#694) There should be no spaces inside this paren. (space-in-parens)
(#694) There should be no spaces inside this paren. (space-in-parens)
(#694) There should be no spaces inside this paren. (space-in-parens)
(#695) There should be no spaces inside this paren. (space-in-parens)
(#695) There should be no spaces inside this paren. (space-in-parens)
(#697) There should be no spaces inside this paren. (space-in-parens)
(#697) There should be no spaces inside this paren. (space-in-parens)
(#704) There should be no spaces inside this paren. (space-in-parens)
(#704) There should be no spaces inside this paren. (space-in-parens)
(#707) There should be no spaces inside this paren. (space-in-parens)
(#707) There should be no spaces inside this paren. (space-in-parens)
(#708) There should be no spaces inside this paren. (space-in-parens)
(#708) There should be no spaces inside this paren. (space-in-parens)
(#709) There should be no spaces inside this paren. (space-in-parens)
(#709) There should be no spaces inside this paren. (space-in-parens)
(#713) Do not nest ternary expressions (no-nested-ternary)
(#713) There should be no spaces inside this paren. (space-in-parens)
(#713) There should be no spaces inside this paren. (space-in-parens)
(#715) There should be no spaces inside this paren. (space-in-parens)
(#715) There should be no spaces inside this paren. (space-in-parens)
(#717) There should be no spaces inside this paren. (space-in-parens)
(#717) There should be no space after '[' (computed-property-spacing)
(#717) There should be no space before ']' (computed-property-spacing)
(#717) There should be no spaces inside this paren. (space-in-parens)
(#726) There should be no spaces inside this paren. (space-in-parens)
(#726) There should be no spaces inside this paren. (space-in-parens)
(#730) There should be no spaces inside this paren. (space-in-parens)
(#730) There should be no spaces inside this paren. (space-in-parens)
(#731) There should be no spaces inside this paren. (space-in-parens)
(#731) There should be no spaces inside this paren. (space-in-parens)
(#732) There should be no space after '[' (computed-property-spacing)
(#732) There should be no space before ']' (computed-property-spacing)
(#732) There should be no space after '[' (computed-property-spacing)
(#732) There should be no space before ']' (computed-property-spacing)
(#736) There should be no spaces inside this paren. (space-in-parens)
(#736) There should be no spaces inside this paren. (space-in-parens)
(#737) There should be no space after '[' (computed-property-spacing)
(#737) There should be no space before ']' (computed-property-spacing)
(#737) There should be no space after '[' (computed-property-spacing)
(#737) There should be no space before ']' (computed-property-spacing)
(#746) There should be no spaces inside this paren. (space-in-parens)
(#746) There should be no spaces inside this paren. (space-in-parens)
(#747) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#752) There should be no spaces inside this paren. (space-in-parens)
(#752) There should be no spaces inside this paren. (space-in-parens)
(#753) There should be no spaces inside this paren. (space-in-parens)
(#753) There should be no space after '[' (computed-property-spacing)
(#753) There should be no space before ']' (computed-property-spacing)
(#753) There should be no spaces inside this paren. (space-in-parens)
(#754) There should be no spaces inside this paren. (space-in-parens)
(#754) There should be no spaces inside this paren. (space-in-parens)
(#755) There should be no spaces inside this paren. (space-in-parens)
(#755) There should be no space after '[' (computed-property-spacing)
(#755) There should be no space before ']' (computed-property-spacing)
(#755) There should be no spaces inside this paren. (space-in-parens)
(#763) There should be no spaces inside this paren. (space-in-parens)
(#763) There should be no spaces inside this paren. (space-in-parens)
(#764) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#768) Line 768 exceeds the maximum line length of 132. (max-len)
(#768) There should be no spaces inside this paren. (space-in-parens)
(#768) There should be no spaces inside this paren. (space-in-parens)
(#768) There should be no space after '[' (computed-property-spacing)
(#768) There should be no space before ']' (computed-property-spacing)
(#768) There should be no space after '[' (computed-property-spacing)
(#768) Infix operators must be spaced. (space-infix-ops)
(#768) There should be no space before ']' (computed-property-spacing)
(#768) There should be no spaces inside this paren. (space-in-parens)
(#768) There should be no spaces inside this paren. (space-in-parens)
(#768) There should be no spaces inside this paren. (space-in-parens)
(#768) There should be no spaces inside this paren. (space-in-parens)
(#768) Unexpected whitespace before semicolon. (semi-spacing)
(#771) There should be no spaces inside this paren. (space-in-parens)
(#771) There should be no spaces inside this paren. (space-in-parens)
(#772) There should be no spaces inside this paren. (space-in-parens)
(#772) There should be no spaces inside this paren. (space-in-parens)
(#773) There should be no spaces inside this paren. (space-in-parens)
(#773) There should be no space after '[' (computed-property-spacing)
(#773) There should be no space before ']' (computed-property-spacing)
(#773) There should be no spaces inside this paren. (space-in-parens)
(#775) There should be no spaces inside this paren. (space-in-parens)
(#775) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#775) There should be no spaces inside this paren. (space-in-parens)
(#776) There should be no space after '[' (computed-property-spacing)
(#776) There should be no space before ']' (computed-property-spacing)
(#782) There should be no spaces inside this paren. (space-in-parens)
(#782) There should be no spaces inside this paren. (space-in-parens)
(#783) There should be no spaces inside this paren. (space-in-parens)
(#783) There should be no space after '[' (computed-property-spacing)
(#783) There should be no space before ']' (computed-property-spacing)
(#783) There should be no spaces inside this paren. (space-in-parens)
(#785) There should be no spaces inside this paren. (space-in-parens)
(#785) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#785) There should be no spaces inside this paren. (space-in-parens)
(#786) There should be no space after '[' (computed-property-spacing)
(#786) There should be no space before ']' (computed-property-spacing)
(#792) There should be no spaces inside this paren. (space-in-parens)
(#792) There should be no spaces inside this paren. (space-in-parens)
(#800) There should be no spaces inside this paren. (space-in-parens)
(#800) There should be no spaces inside this paren. (space-in-parens)
(#801) There should be no spaces inside this paren. (space-in-parens)
(#801) There should be no spaces inside this paren. (space-in-parens)
(#802) There should be no space after '[' (computed-property-spacing)
(#802) There should be no space before ']' (computed-property-spacing)
(#809) There should be no spaces inside this paren. (space-in-parens)
(#809) There should be no spaces inside this paren. (space-in-parens)
(#809) There should be no spaces inside this paren. (space-in-parens)
(#809) There should be no spaces inside this paren. (space-in-parens)
(#814) There should be no spaces inside this paren. (space-in-parens)
(#814) There should be no spaces inside this paren. (space-in-parens)
(#816) There should be no spaces inside this paren. (space-in-parens)
(#816) There should be no spaces inside this paren. (space-in-parens)
(#816) There should be no spaces inside this paren. (space-in-parens)
(#816) There should be no spaces inside this paren. (space-in-parens)
(#816) There should be no spaces inside this paren. (space-in-parens)
(#816) There should be no spaces inside this paren. (space-in-parens)
(#827) There should be no spaces inside this paren. (space-in-parens)
(#827) There should be no spaces inside this paren. (space-in-parens)
(#829) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#834) There should be no spaces inside this paren. (space-in-parens)
(#834) There should be no spaces inside this paren. (space-in-parens)
(#835) There should be no spaces inside this paren. (space-in-parens)
(#835) There should be no spaces inside this paren. (space-in-parens)
(#836) There should be no spaces inside this paren. (space-in-parens)
(#836) There should be no spaces inside this paren. (space-in-parens)
(#841) There should be no spaces inside this paren. (space-in-parens)
(#841) There should be no spaces inside this paren. (space-in-parens)
(#843) There should be no spaces inside this paren. (space-in-parens)
(#843) There should be no spaces inside this paren. (space-in-parens)
(#845) There should be no spaces inside this paren. (space-in-parens)
(#845) There should be no spaces inside this paren. (space-in-parens)
(#847) There should be no spaces inside this paren. (space-in-parens)
(#847) There should be no spaces inside this paren. (space-in-parens)
(#849) There should be no spaces inside this paren. (space-in-parens)
(#849) There should be no spaces inside this paren. (space-in-parens)
(#850) There should be no spaces inside this paren. (space-in-parens)
(#850) There should be no spaces inside this paren. (space-in-parens)
(#850) There should be no spaces inside this paren. (space-in-parens)
(#850) There should be no spaces inside this paren. (space-in-parens)
(#855) There should be no spaces inside this paren. (space-in-parens)
(#855) There should be no spaces inside this paren. (space-in-parens)
(#860) There should be no spaces inside this paren. (space-in-parens)
(#860) There should be no spaces inside this paren. (space-in-parens)
(#861) There should be no spaces inside this paren. (space-in-parens)
(#862) There should be no spaces inside this paren. (space-in-parens)
(#862) There should be no spaces inside this paren. (space-in-parens)
(#862) There should be no spaces inside this paren. (space-in-parens)
(#862) There should be no spaces inside this paren. (space-in-parens)
(#862) There should be no spaces inside this paren. (space-in-parens)
(#862) There should be no spaces inside this paren. (space-in-parens)
(#869) Do not nest ternary expressions (no-nested-ternary)
(#873) Do not nest ternary expressions (no-nested-ternary)
(#874) There should be no spaces inside this paren. (space-in-parens)
(#874) There should be no spaces inside this paren. (space-in-parens)
(#875) There should be no spaces inside this paren. (space-in-parens)
(#875) There should be no spaces inside this paren. (space-in-parens)
(#879) There should be no spaces inside this paren. (space-in-parens)
(#879) There should be no spaces inside this paren. (space-in-parens)
(#884) There should be no spaces inside this paren. (space-in-parens)
(#884) There should be no spaces inside this paren. (space-in-parens)
(#887) There should be no spaces inside this paren. (space-in-parens)
(#887) There should be no spaces inside this paren. (space-in-parens)
(#888) There should be no spaces inside this paren. (space-in-parens)
(#888) There should be no spaces inside this paren. (space-in-parens)
(#889) There should be no spaces inside this paren. (space-in-parens)
(#889) There should be no spaces inside this paren. (space-in-parens)
(#890) There should be no spaces inside this paren. (space-in-parens)
(#890) There should be no spaces inside this paren. (space-in-parens)
(#893) There should be no space after '{' (object-curly-spacing)
(#893) There should be no space before '}' (object-curly-spacing)
(#897) Missing JSDoc comment. (require-jsdoc)
(#897) There should be no spaces inside this paren. (space-in-parens)
(#897) There should be no spaces inside this paren. (space-in-parens)
(#898) There should be no spaces inside this paren. (space-in-parens)
(#898) There should be no spaces inside this paren. (space-in-parens)
(#900) There should be no spaces inside this paren. (space-in-parens)
(#900) There should be no spaces inside this paren. (space-in-parens)
(#905) There should be no spaces inside this paren. (space-in-parens)
(#905) There should be no spaces inside this paren. (space-in-parens)
(#906) There should be no spaces inside this paren. (space-in-parens)
(#906) There should be no spaces inside this paren. (space-in-parens)
(#907) There should be no spaces inside this paren. (space-in-parens)
(#907) There should be no spaces inside this paren. (space-in-parens)
(#910) There should be no spaces inside this paren. (space-in-parens)
(#910) There should be no spaces inside this paren. (space-in-parens)
(#922) There should be no space after '[' (computed-property-spacing)
(#922) There should be no space before ']' (computed-property-spacing)
(#925) There should be no spaces inside this paren. (space-in-parens)
(#925) There should be no spaces inside this paren. (space-in-parens)
(#926) There should be no spaces inside this paren. (space-in-parens)
(#926) There should be no spaces inside this paren. (space-in-parens)
(#927) There should be no space after '[' (computed-property-spacing)
(#927) There should be no space before ']' (computed-property-spacing)
(#932) There should be no spaces inside this paren. (space-in-parens)
(#932) There should be no spaces inside this paren. (space-in-parens)
(#937) There should be no spaces inside this paren. (space-in-parens)
(#937) There should be no spaces inside this paren. (space-in-parens)
(#937) There should be no spaces inside this paren. (space-in-parens)
(#937) There should be no spaces inside this paren. (space-in-parens)
(#946) There should be no spaces inside this paren. (space-in-parens)
(#946) There should be no spaces inside this paren. (space-in-parens)
(#948) There should be no spaces inside this paren. (space-in-parens)
(#948) There should be no spaces inside this paren. (space-in-parens)
(#952) There should be no spaces inside this paren. (space-in-parens)
(#952) There should be no spaces inside this paren. (space-in-parens)
(#955) There should be no spaces inside this paren. (space-in-parens)
(#955) There should be no spaces inside this paren. (space-in-parens)
(#956) There should be no spaces inside this paren. (space-in-parens)
(#956) There should be no spaces inside this paren. (space-in-parens)
(#963) Missing JSDoc comment. (require-jsdoc)
(#964) There should be no spaces inside this paren. (space-in-parens)
(#964) There should be no spaces inside this paren. (space-in-parens)
(#972) Expected space(s) after "catch". (keyword-spacing)
(#973) There should be no spaces inside this paren. (space-in-parens)
(#973) There should be no spaces inside this paren. (space-in-parens)
(#990) Missing JSDoc comment. (require-jsdoc)
(#990) There should be no spaces inside this paren. (space-in-parens)
(#990) There should be no spaces inside this paren. (space-in-parens)
(#991) There should be no space after '[' (computed-property-spacing)
(#991) There should be no space before ']' (computed-property-spacing)
(#993) There should be no spaces inside this paren. (space-in-parens)
(#993) There should be no spaces inside this paren. (space-in-parens)
(#994) There should be no spaces inside this paren. (space-in-parens)
(#994) There should be no spaces inside this paren. (space-in-parens)
(#995) There should be no space after '[' (computed-property-spacing)
(#995) There should be no space before ']' (computed-property-spacing)
(#1022) There should be no spaces inside this paren. (space-in-parens)
(#1022) There should be no spaces inside this paren. (space-in-parens)
(#1026) There should be no spaces inside this paren. (space-in-parens)
(#1026) There should be no space after '[' (computed-property-spacing)
(#1026) There should be no space before ']' (computed-property-spacing)
(#1026) There should be no spaces inside this paren. (space-in-parens)
(#1026) There should be no spaces inside this paren. (space-in-parens)
(#1026) There should be no spaces inside this paren. (space-in-parens)
(#1045) There should be no spaces inside this paren. (space-in-parens)
(#1045) There should be no spaces inside this paren. (space-in-parens)
(#1050) 'actual' is defined but never used (no-unused-vars)
(#1051) There should be no spaces inside this paren. (space-in-parens)
(#1051) There should be no spaces inside this paren. (space-in-parens)
(#1052) There should be no space after '[' (computed-property-spacing)
(#1052) There should be no space before ']' (computed-property-spacing)
(#1053) There should be no spaces inside this paren. (space-in-parens)
(#1053) There should be no spaces inside this paren. (space-in-parens)
(#1054) There should be no spaces inside this paren. (space-in-parens)
(#1054) There should be no spaces inside this paren. (space-in-parens)
(#1056) There should be no spaces inside this paren. (space-in-parens)
(#1056) There should be no spaces inside this paren. (space-in-parens)
(#1057) There should be no spaces inside this paren. (space-in-parens)
(#1057) There should be no spaces inside this paren. (space-in-parens)
(#1059) There should be no spaces inside this paren. (space-in-parens)
(#1059) There should be no spaces inside this paren. (space-in-parens)
(#1059) There should be no spaces inside this paren. (space-in-parens)
(#1059) There should be no spaces inside this paren. (space-in-parens)
(#1060) There should be no spaces inside this paren. (space-in-parens)
(#1060) There should be no spaces inside this paren. (space-in-parens)
(#1066) There should be no spaces inside this paren. (space-in-parens)
(#1066) There should be no spaces inside this paren. (space-in-parens)
(#1068) There should be no space after '[' (array-bracket-spacing)
(#1068) There should be no space before ']' (array-bracket-spacing)
(#1074) There should be no spaces inside this paren. (space-in-parens)
(#1074) 'list' is not modified in this loop. (no-unmodified-loop-condition)
(#1074) There should be no spaces inside this paren. (space-in-parens)
(#1075) There should be no spaces inside this paren. (space-in-parens)
(#1075) There should be no space after '[' (computed-property-spacing)
(#1075) There should be no space before ']' (computed-property-spacing)
(#1075) There should be no spaces inside this paren. (space-in-parens)
(#1075) There should be no spaces inside this paren. (space-in-parens)
(#1075) There should be no spaces inside this paren. (space-in-parens)
(#1081) There should be no spaces inside this paren. (space-in-parens)
(#1081) There should be no spaces inside this paren. (space-in-parens)
(#1082) There should be no spaces inside this paren. (space-in-parens)
(#1082) There should be no spaces inside this paren. (space-in-parens)
(#1083) There should be no spaces inside this paren. (space-in-parens)
(#1083) There should be no spaces inside this paren. (space-in-parens)
(#1085) There should be no spaces inside this paren. (space-in-parens)
(#1085) There should be no space after '[' (computed-property-spacing)
(#1085) There should be no space before ']' (computed-property-spacing)
(#1085) There should be no space after '[' (computed-property-spacing)
(#1085) There should be no space before ']' (computed-property-spacing)
(#1085) There should be no spaces inside this paren. (space-in-parens)
(#1087) There should be no spaces inside this paren. (space-in-parens)
(#1087) There should be no spaces inside this paren. (space-in-parens)
(#1098) There should be no spaces inside this paren. (space-in-parens)
(#1098) There should be no spaces inside this paren. (space-in-parens)
(#1100) There should be no spaces inside this paren. (space-in-parens)
(#1100) There should be no spaces inside this paren. (space-in-parens)
(#1103) There should be no spaces inside this paren. (space-in-parens)
(#1103) There should be no spaces inside this paren. (space-in-parens)
(#1108) There should be no spaces inside this paren. (space-in-parens)
(#1108) There should be no spaces inside this paren. (space-in-parens)
(#1110) There should be no spaces inside this paren. (space-in-parens)
(#1110) There should be no space after '[' (computed-property-spacing)
(#1110) There should be no space before ']' (computed-property-spacing)
(#1110) There should be no space after '[' (computed-property-spacing)
(#1110) There should be no space before ']' (computed-property-spacing)
(#1110) There should be no spaces inside this paren. (space-in-parens)
(#1117) There should be no spaces inside this paren. (space-in-parens)
(#1117) There should be no spaces inside this paren. (space-in-parens)
(#1121) There should be no spaces inside this paren. (space-in-parens)
(#1121) Unexpected whitespace before semicolon. (semi-spacing)
(#1121) There should be no spaces inside this paren. (space-in-parens)
(#1122) There should be no spaces inside this paren. (space-in-parens)
(#1122) There should be no spaces inside this paren. (space-in-parens)
(#1123) There should be no spaces inside this paren. (space-in-parens)
(#1123) There should be no space after '[' (computed-property-spacing)
(#1123) There should be no space before ']' (computed-property-spacing)
(#1123) There should be no space after '[' (computed-property-spacing)
(#1123) There should be no space before ']' (computed-property-spacing)
(#1123) There should be no spaces inside this paren. (space-in-parens)
(#1125) Blocks are nested too deeply (5). (max-depth)
(#1125) There should be no spaces inside this paren. (space-in-parens)
(#1125) There should be no spaces inside this paren. (space-in-parens)
(#1126) Blocks are nested too deeply (6). (max-depth)
(#1126) There should be no spaces inside this paren. (space-in-parens)
(#1126) There should be no spaces inside this paren. (space-in-parens)
(#1128) Blocks are nested too deeply (7). (max-depth)
(#1128) There should be no spaces inside this paren. (space-in-parens)
(#1128) There should be no spaces inside this paren. (space-in-parens)
(#1134) There should be no spaces inside this paren. (space-in-parens)
(#1134) There should be no spaces inside this paren. (space-in-parens)
(#1137) Blocks are nested too deeply (5). (max-depth)
(#1137) There should be no spaces inside this paren. (space-in-parens)
(#1137) There should be no spaces inside this paren. (space-in-parens)
(#1147) There should be no spaces inside this paren. (space-in-parens)
(#1147) There should be no spaces inside this paren. (space-in-parens)
(#1148) There should be no spaces inside this paren. (space-in-parens)
(#1148) There should be no spaces inside this paren. (space-in-parens)
(#1151) There should be no spaces inside this paren. (space-in-parens)
(#1151) There should be no spaces inside this paren. (space-in-parens)
(#1152) There should be no spaces inside this paren. (space-in-parens)
(#1152) There should be no space after '[' (computed-property-spacing)
(#1152) There should be no space before ']' (computed-property-spacing)
(#1152) There should be no spaces inside this paren. (space-in-parens)
(#1176) There should be no spaces inside this paren. (space-in-parens)
(#1176) There should be no spaces inside this paren. (space-in-parens)
(#1186) There should be no spaces inside this paren. (space-in-parens)
(#1186) There should be no spaces inside this paren. (space-in-parens)
(#1187) There should be no spaces inside this paren. (space-in-parens)
(#1187) There should be no spaces inside this paren. (space-in-parens)
(#1188) There should be no spaces inside this paren. (space-in-parens)
(#1188) There should be no spaces inside this paren. (space-in-parens)
(#1189) There should be no spaces inside this paren. (space-in-parens)
(#1189) There should be no spaces inside this paren. (space-in-parens)
(#1190) There should be no spaces inside this paren. (space-in-parens)
(#1190) There should be no space after '[' (array-bracket-spacing)
(#1190) There should be no space before ']' (array-bracket-spacing)
(#1190) There should be no spaces inside this paren. (space-in-parens)
(#1192) There should be no spaces inside this paren. (space-in-parens)
(#1192) There should be no spaces inside this paren. (space-in-parens)
(#1192) There should be no spaces inside this paren. (space-in-parens)
(#1192) There should be no spaces inside this paren. (space-in-parens)
(#1193) There should be no spaces inside this paren. (space-in-parens)
(#1193) There should be no spaces inside this paren. (space-in-parens)
(#1200) There should be no spaces inside this paren. (space-in-parens)
(#1200) There should be no spaces inside this paren. (space-in-parens)
(#1214) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#1220) There should be no spaces inside this paren. (space-in-parens)
(#1220) There should be no spaces inside this paren. (space-in-parens)
(#1221) There should be no spaces inside this paren. (space-in-parens)
(#1221) There should be no spaces inside this paren. (space-in-parens)
(#1222) There should be no spaces inside this paren. (space-in-parens)
(#1222) There should be no spaces inside this paren. (space-in-parens)
(#1223) There should be no spaces inside this paren. (space-in-parens)
(#1223) There should be no spaces inside this paren. (space-in-parens)
(#1243) There should be no spaces inside this paren. (space-in-parens)
(#1243) There should be no spaces inside this paren. (space-in-parens)
(#1244) There should be no spaces inside this paren. (space-in-parens)
(#1244) There should be no spaces inside this paren. (space-in-parens)
(#1244) There should be no spaces inside this paren. (space-in-parens)
(#1244) There should be no spaces inside this paren. (space-in-parens)
(#1244) There should be no spaces inside this paren. (space-in-parens)
(#1244) There should be no spaces inside this paren. (space-in-parens)
(#1248) There should be no spaces inside this paren. (space-in-parens)
(#1248) There should be no spaces inside this paren. (space-in-parens)
(#1248) There should be no spaces inside this paren. (space-in-parens)
(#1248) There should be no spaces inside this paren. (space-in-parens)
(#1251) There should be no spaces inside this paren. (space-in-parens)
(#1251) There should be no spaces inside this paren. (space-in-parens)
(#1252) There should be no spaces inside this paren. (space-in-parens)
(#1252) There should be no spaces inside this paren. (space-in-parens)
(#1253) There should be no spaces inside this paren. (space-in-parens)
(#1254) There should be no space after '[' (array-bracket-spacing)
(#1254) There should be no space before ']' (array-bracket-spacing)
(#1255) There should be no space after '[' (array-bracket-spacing)
(#1255) There should be no space before ']' (array-bracket-spacing)
(#1256) There should be no space after '[' (array-bracket-spacing)
(#1256) There should be no space before ']' (array-bracket-spacing)
(#1257) There should be no spaces inside this paren. (space-in-parens)
(#1257) There should be no spaces inside this paren. (space-in-parens)
(#1258) There should be no space after '[' (computed-property-spacing)
(#1258) There should be no space before ']' (computed-property-spacing)
(#1259) There should be no space after '[' (computed-property-spacing)
(#1259) There should be no space before ']' (computed-property-spacing)
(#1261) There should be no spaces inside this paren. (space-in-parens)
(#1261) There should be no spaces inside this paren. (space-in-parens)
(#1261) There should be no spaces inside this paren. (space-in-parens)
(#1261) There should be no spaces inside this paren. (space-in-parens)
(#1262) There should be no space after '[' (computed-property-spacing)
(#1262) There should be no space before ']' (computed-property-spacing)
(#1263) There should be no spaces inside this paren. (space-in-parens)
(#1263) There should be no spaces inside this paren. (space-in-parens)
(#1264) There should be no spaces inside this paren. (space-in-parens)
(#1264) There should be no spaces inside this paren. (space-in-parens)
(#1264) There should be no spaces inside this paren. (space-in-parens)
(#1264) There should be no spaces inside this paren. (space-in-parens)
(#1265) There should be no spaces inside this paren. (space-in-parens)
(#1265) There should be no spaces inside this paren. (space-in-parens)
(#1267) There should be no space after '[' (computed-property-spacing)
(#1267) There should be no space before ']' (computed-property-spacing)
(#1267) There should be no spaces inside this paren. (space-in-parens)
(#1267) There should be no space after '[' (array-bracket-spacing)
(#1267) There should be no space before ']' (array-bracket-spacing)
(#1267) There should be no spaces inside this paren. (space-in-parens)
(#1271) There should be no space after '[' (computed-property-spacing)
(#1271) There should be no space before ']' (computed-property-spacing)
(#1271) There should be no spaces inside this paren. (space-in-parens)
(#1271) There should be no space after '[' (computed-property-spacing)
(#1271) There should be no space before ']' (computed-property-spacing)
(#1271) There should be no spaces inside this paren. (space-in-parens)
(#1278) There should be no spaces inside this paren. (space-in-parens)
(#1278) There should be no spaces inside this paren. (space-in-parens)
(#1279) There should be no spaces inside this paren. (space-in-parens)
(#1279) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#1279) There should be no spaces inside this paren. (space-in-parens)
(#1282) There should be no spaces inside this paren. (space-in-parens)
(#1282) There should be no spaces inside this paren. (space-in-parens)
(#1283) There should be no space after '[' (computed-property-spacing)
(#1283) There should be no space before ']' (computed-property-spacing)
(#1283) There should be no space after '[' (computed-property-spacing)
(#1283) There should be no space before ']' (computed-property-spacing)
(#1292) There should be no spaces inside this paren. (space-in-parens)
(#1292) There should be no spaces inside this paren. (space-in-parens)
(#1293) There should be no space after '[' (computed-property-spacing)
(#1293) There should be no space before ']' (computed-property-spacing)
(#1293) There should be no space after '[' (computed-property-spacing)
(#1293) There should be no space before ']' (computed-property-spacing)
(#1294) There should be no space after '[' (computed-property-spacing)
(#1294) There should be no space before ']' (computed-property-spacing)
(#1294) There should be no space after '[' (computed-property-spacing)
(#1294) There should be no space before ']' (computed-property-spacing)
(#1298) There should be no spaces inside this paren. (space-in-parens)
(#1300) There should be no spaces inside this paren. (space-in-parens)
(#1300) There should be no spaces inside this paren. (space-in-parens)
(#1302) There should be no spaces inside this paren. (space-in-parens)
(#1305) There should be no spaces inside this paren. (space-in-parens)
(#1305) There should be no spaces inside this paren. (space-in-parens)
(#1306) There should be no spaces inside this paren. (space-in-parens)
(#1306) There should be no spaces inside this paren. (space-in-parens)
(#1314) There should be no spaces inside this paren. (space-in-parens)
(#1314) There should be no spaces inside this paren. (space-in-parens)
(#1315) There should be no spaces inside this paren. (space-in-parens)
(#1315) There should be no spaces inside this paren. (space-in-parens)
(#1318) There should be no spaces inside this paren. (space-in-parens)
(#1318) There should be no spaces inside this paren. (space-in-parens)
(#1320) 'pCount' is defined but never used (no-unused-vars)
(#1321) There should be no spaces inside this paren. (space-in-parens)
(#1321) There should be no spaces inside this paren. (space-in-parens)
(#1325) Missing JSDoc comment. (require-jsdoc)
(#1325) There should be no spaces inside this paren. (space-in-parens)
(#1325) There should be no spaces inside this paren. (space-in-parens)
(#1326) There should be no spaces inside this paren. (space-in-parens)
(#1326) There should be no spaces inside this paren. (space-in-parens)
(#1327) There should be no space after '[' (computed-property-spacing)
(#1327) There should be no space before ']' (computed-property-spacing)
(#1327) There should be no spaces inside this paren. (space-in-parens)
(#1327) There should be no spaces inside this paren. (space-in-parens)
(#1328) There should be no spaces inside this paren. (space-in-parens)
(#1328) There should be no spaces inside this paren. (space-in-parens)
(#1328) There should be no spaces inside this paren. (space-in-parens)
(#1328) There should be no spaces inside this paren. (space-in-parens)
(#1329) There should be no spaces inside this paren. (space-in-parens)
(#1329) There should be no spaces inside this paren. (space-in-parens)
(#1333) Missing JSDoc comment. (require-jsdoc)
(#1333) There should be no spaces inside this paren. (space-in-parens)
(#1333) There should be no spaces inside this paren. (space-in-parens)
(#1334) There should be no spaces inside this paren. (space-in-parens)
(#1334) There should be no spaces inside this paren. (space-in-parens)
(#1335) There should be no space after '[' (computed-property-spacing)
(#1335) There should be no space before ']' (computed-property-spacing)
(#1335) There should be no spaces inside this paren. (space-in-parens)
(#1335) There should be no spaces inside this paren. (space-in-parens)
(#1336) There should be no spaces inside this paren. (space-in-parens)
(#1336) There should be no spaces inside this paren. (space-in-parens)
(#1339) There should be no spaces inside this paren. (space-in-parens)
(#1339) There should be no spaces inside this paren. (space-in-parens)
(#1340) There should be no spaces inside this paren. (space-in-parens)
(#1340) There should be no spaces inside this paren. (space-in-parens)
(#1341) There should be no spaces inside this paren. (space-in-parens)
(#1341) There should be no space after '[' (computed-property-spacing)
(#1341) There should be no space before ']' (computed-property-spacing)
(#1341) There should be no space after '[' (computed-property-spacing)
(#1341) There should be no space before ']' (computed-property-spacing)
(#1341) There should be no spaces inside this paren. (space-in-parens)
(#1341) There should be no space after '[' (computed-property-spacing)
(#1341) There should be no space before ']' (computed-property-spacing)
(#1341) There should be no spaces inside this paren. (space-in-parens)
(#1341) There should be no spaces inside this paren. (space-in-parens)
(#1342) There should be no space after '[' (computed-property-spacing)
(#1342) There should be no space before ']' (computed-property-spacing)
(#1342) There should be no spaces inside this paren. (space-in-parens)
(#1342) There should be no spaces inside this paren. (space-in-parens)
(#1347) There should be no spaces inside this paren. (space-in-parens)
(#1347) There should be no spaces inside this paren. (space-in-parens)
(#1348) There should be no spaces inside this paren. (space-in-parens)
(#1348) There should be no spaces inside this paren. (space-in-parens)
(#1350) There should be no spaces inside this paren. (space-in-parens)
(#1350) There should be no spaces inside this paren. (space-in-parens)
(#1351) There should be no spaces inside this paren. (space-in-parens)
(#1351) There should be no space after '[' (array-bracket-spacing)
(#1351) There should be no space before ']' (array-bracket-spacing)
(#1351) There should be no spaces inside this paren. (space-in-parens)
(#1359) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#1370) 'events' is defined but never used (no-unused-vars)
(#1374) There should be no spaces inside this paren. (space-in-parens)
(#1374) There should be no spaces inside this paren. (space-in-parens)
(#1375) 'documentElement' is defined but never used (no-unused-vars)
(#1381) There should be no spaces inside this paren. (space-in-parens)
(#1381) There should be no spaces inside this paren. (space-in-parens)
(#1382) There should be no spaces inside this paren. (space-in-parens)
(#1382) There should be no spaces inside this paren. (space-in-parens)
(#1382) There should be no space after '[' (computed-property-spacing)
(#1382) There should be no space before ']' (computed-property-spacing)
(#1385) There should be no spaces inside this paren. (space-in-parens)
(#1385) There should be no spaces inside this paren. (space-in-parens)
(#1390) There should be no spaces inside this paren. (space-in-parens)
(#1390) There should be no spaces inside this paren. (space-in-parens)
(#1391) There should be no spaces inside this paren. (space-in-parens)
(#1391) There should be no spaces inside this paren. (space-in-parens)
(#1392) There should be no spaces inside this paren. (space-in-parens)
(#1392) There should be no spaces inside this paren. (space-in-parens)
(#1392) There should be no space after '[' (computed-property-spacing)
(#1392) There should be no space before ']' (computed-property-spacing)
(#1396) There should be no spaces inside this paren. (space-in-parens)
(#1396) There should be no spaces inside this paren. (space-in-parens)
(#1408) There should be no spaces inside this paren. (space-in-parens)
(#1408) There should be no spaces inside this paren. (space-in-parens)
(#1412) There should be no spaces inside this paren. (space-in-parens)
(#1412) There should be no spaces inside this paren. (space-in-parens)
(#1417) There should be no spaces inside this paren. (space-in-parens)
(#1417) There should be no spaces inside this paren. (space-in-parens)
(#1426) There should be no spaces inside this paren. (space-in-parens)
(#1426) There should be no spaces inside this paren. (space-in-parens)
(#1440) There should be no spaces inside this paren. (space-in-parens)
(#1440) There should be no spaces inside this paren. (space-in-parens)
(#1459) There should be no spaces inside this paren. (space-in-parens)
(#1459) There should be no spaces inside this paren. (space-in-parens)
(#1470) Expected space(s) after "catch". (keyword-spacing)
(#1470) There should be no spaces inside this paren. (space-in-parens)
(#1470) There should be no spaces inside this paren. (space-in-parens)
(#1474) There should be no spaces inside this paren. (space-in-parens)
(#1474) There should be no spaces inside this paren. (space-in-parens)
(#1475) There should be no spaces inside this paren. (space-in-parens)
(#1480) There should be no spaces inside this paren. (space-in-parens)
(#1480) There should be no spaces inside this paren. (space-in-parens)
(#1480) There should be no spaces inside this paren. (space-in-parens)
(#1480) There should be no spaces inside this paren. (space-in-parens)
(#1493) There should be no spaces inside this paren. (space-in-parens)
(#1493) There should be no spaces inside this paren. (space-in-parens)
(#1495) There should be no spaces inside this paren. (space-in-parens)
(#1495) There should be no spaces inside this paren. (space-in-parens)
(#1497) There should be no spaces inside this paren. (space-in-parens)
(#1497) There should be no spaces inside this paren. (space-in-parens)
(#1500) There should be no spaces inside this paren. (space-in-parens)
(#1500) There should be no spaces inside this paren. (space-in-parens)
(#1500) There should be no spaces inside this paren. (space-in-parens)
(#1500) There should be no spaces inside this paren. (space-in-parens)
(#1506) There should be no spaces inside this paren. (space-in-parens)
(#1506) There should be no spaces inside this paren. (space-in-parens)
(#1507) There should be no spaces inside this paren. (space-in-parens)
(#1507) There should be no spaces inside this paren. (space-in-parens)
(#1515) There should be no spaces inside this paren. (space-in-parens)
(#1515) There should be no spaces inside this paren. (space-in-parens)
(#1516) There should be no spaces inside this paren. (space-in-parens)
(#1522) There should be no spaces inside this paren. (space-in-parens)
(#1522) There should be no spaces inside this paren. (space-in-parens)
(#1523) There should be no spaces inside this paren. (space-in-parens)
(#1523) There should be no spaces inside this paren. (space-in-parens)
(#1524) There should be no spaces inside this paren. (space-in-parens)
(#1524) There should be no spaces inside this paren. (space-in-parens)
(#1525) There should be no spaces inside this paren. (space-in-parens)
(#1525) There should be no space after '[' (computed-property-spacing)
(#1525) There should be no space before ']' (computed-property-spacing)
(#1525) There should be no spaces inside this paren. (space-in-parens)
(#1527) There should be no space after '[' (computed-property-spacing)
(#1527) There should be no space before ']' (computed-property-spacing)
(#1531) There should be no spaces inside this paren. (space-in-parens)
(#1531) There should be no spaces inside this paren. (space-in-parens)
(#1538) 'table' is defined but never used (no-unused-vars)
(#1543) There should be no spaces inside this paren. (space-in-parens)
(#1543) There should be no spaces inside this paren. (space-in-parens)
(#1553) Line 1553 exceeds the maximum line length of 132. (max-len)
(#1558) Line 1558 exceeds the maximum line length of 132. (max-len)
(#1559) There should be no spaces inside this paren. (space-in-parens)
(#1559) There should be no spaces inside this paren. (space-in-parens)
(#1563) There should be no spaces inside this paren. (space-in-parens)
(#1563) There should be no spaces inside this paren. (space-in-parens)
(#1573) There should be no spaces inside this paren. (space-in-parens)
(#1573) There should be no spaces inside this paren. (space-in-parens)
(#1574) There should be no spaces inside this paren. (space-in-parens)
(#1574) There should be no space after '[' (computed-property-spacing)
(#1574) There should be no space before ']' (computed-property-spacing)
(#1574) There should be no spaces inside this paren. (space-in-parens)
(#1576) There should be no space after '[' (computed-property-spacing)
(#1576) There should be no space before ']' (computed-property-spacing)
(#1577) There should be no space after '[' (computed-property-spacing)
(#1577) There should be no space before ']' (computed-property-spacing)
(#1581) There should be no spaces inside this paren. (space-in-parens)
(#1581) There should be no space after '[' (computed-property-spacing)
(#1581) There should be no space before ']' (computed-property-spacing)
(#1581) There should be no spaces inside this paren. (space-in-parens)
(#1588) There should be no spaces inside this paren. (space-in-parens)
(#1588) There should be no spaces inside this paren. (space-in-parens)
(#1590) There should be no spaces inside this paren. (space-in-parens)
(#1590) There should be no spaces inside this paren. (space-in-parens)
(#1594) There should be no spaces inside this paren. (space-in-parens)
(#1594) There should be no spaces inside this paren. (space-in-parens)
(#1596) There should be no spaces inside this paren. (space-in-parens)
(#1596) There should be no spaces inside this paren. (space-in-parens)
(#1596) There should be no spaces inside this paren. (space-in-parens)
(#1596) There should be no spaces inside this paren. (space-in-parens)
(#1596) There should be no spaces inside this paren. (space-in-parens)
(#1596) There should be no space after '{' (object-curly-spacing)
(#1596) There should be no space before '}' (object-curly-spacing)
(#1596) There should be no spaces inside this paren. (space-in-parens)
(#1596) There should be no spaces inside this paren. (space-in-parens)
(#1596) There should be no spaces inside this paren. (space-in-parens)
(#1599) There should be no spaces inside this paren. (space-in-parens)
(#1599) There should be no spaces inside this paren. (space-in-parens)
(#1610) There should be no spaces inside this paren. (space-in-parens)
(#1610) There should be no spaces inside this paren. (space-in-parens)
(#1617) There should be no spaces inside this paren. (space-in-parens)
(#1617) There should be no spaces inside this paren. (space-in-parens)
(#1628) There should be no spaces inside this paren. (space-in-parens)
(#1628) There should be no spaces inside this paren. (space-in-parens)
(#1629) There should be no spaces inside this paren. (space-in-parens)
(#1629) There should be no spaces inside this paren. (space-in-parens)
(#1636) There should be no spaces inside this paren. (space-in-parens)
(#1636) There should be no spaces inside this paren. (space-in-parens)
(#1642) There should be no spaces inside this paren. (space-in-parens)
(#1642) There should be no spaces inside this paren. (space-in-parens)
(#1643) There should be no spaces inside this paren. (space-in-parens)
(#1643) There should be no spaces inside this paren. (space-in-parens)
(#1645) There should be no spaces inside this paren. (space-in-parens)
(#1645) There should be no spaces inside this paren. (space-in-parens)
(#1647) There should be no spaces inside this paren. (space-in-parens)
(#1647) There should be no spaces inside this paren. (space-in-parens)
(#1647) There should be no spaces inside this paren. (space-in-parens)
(#1647) There should be no space after '{' (object-curly-spacing)
(#1647) There should be no space before '}' (object-curly-spacing)
(#1647) There should be no spaces inside this paren. (space-in-parens)
(#1650) There should be no spaces inside this paren. (space-in-parens)
(#1650) There should be no spaces inside this paren. (space-in-parens)
(#1654) There should be no spaces inside this paren. (space-in-parens)
(#1654) There should be no spaces inside this paren. (space-in-parens)
(#1657) There should be no spaces inside this paren. (space-in-parens)
(#1657) There should be no spaces inside this paren. (space-in-parens)
(#1665) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#1677) There should be no spaces inside this paren. (space-in-parens)
(#1677) There should be no spaces inside this paren. (space-in-parens)
(#1677) There should be no spaces inside this paren. (space-in-parens)
(#1677) There should be no spaces inside this paren. (space-in-parens)
(#1688) There should be no spaces inside this paren. (space-in-parens)
(#1688) There should be no spaces inside this paren. (space-in-parens)
(#1689) There should be no space after '[' (computed-property-spacing)
(#1689) There should be no space before ']' (computed-property-spacing)
(#1689) There should be no space after '[' (computed-property-spacing)
(#1689) There should be no space before ']' (computed-property-spacing)
(#1690) There should be no spaces inside this paren. (space-in-parens)
(#1690) There should be no spaces inside this paren. (space-in-parens)
(#1693) There should be no spaces inside this paren. (space-in-parens)
(#1693) There should be no spaces inside this paren. (space-in-parens)
(#1694) There should be no spaces inside this paren. (space-in-parens)
(#1694) There should be no spaces inside this paren. (space-in-parens)
(#1694) There should be no spaces inside this paren. (space-in-parens)
(#1694) There should be no spaces inside this paren. (space-in-parens)
(#1712) There should be no space after '[' (computed-property-spacing)
(#1712) There should be no space before ']' (computed-property-spacing)
(#1712) There should be no space after '[' (computed-property-spacing)
(#1712) There should be no space before ']' (computed-property-spacing)
(#1717) There should be no spaces inside this paren. (space-in-parens)
(#1717) There should be no spaces inside this paren. (space-in-parens)
(#1721) There should be no spaces inside this paren. (space-in-parens)
(#1721) There should be no spaces inside this paren. (space-in-parens)
(#1724) There should be no spaces inside this paren. (space-in-parens)
(#1724) There should be no spaces inside this paren. (space-in-parens)
(#1725) There should be no space after '[' (computed-property-spacing)
(#1725) There should be no space before ']' (computed-property-spacing)
(#1731) There should be no spaces inside this paren. (space-in-parens)
(#1731) There should be no space after '[' (computed-property-spacing)
(#1731) There should be no space before ']' (computed-property-spacing)
(#1731) There should be no spaces inside this paren. (space-in-parens)
(#1732) There should be no space after '[' (computed-property-spacing)
(#1732) There should be no space before ']' (computed-property-spacing)
(#1736) There should be no spaces inside this paren. (space-in-parens)
(#1736) There should be no spaces inside this paren. (space-in-parens)
(#1737) There should be no space after '[' (computed-property-spacing)
(#1737) There should be no space before ']' (computed-property-spacing)
(#1743) There should be no spaces inside this paren. (space-in-parens)
(#1743) There should be no spaces inside this paren. (space-in-parens)
(#1744) There should be no spaces inside this paren. (space-in-parens)
(#1744) There should be no spaces inside this paren. (space-in-parens)
(#1745) There should be no space after '[' (computed-property-spacing)
(#1745) There should be no space before ']' (computed-property-spacing)
(#1745) There should be no spaces inside this paren. (space-in-parens)
(#1745) There should be no space after '[' (computed-property-spacing)
(#1745) There should be no space before ']' (computed-property-spacing)
(#1745) There should be no spaces inside this paren. (space-in-parens)
(#1747) There should be no space after '[' (computed-property-spacing)
(#1747) There should be no space before ']' (computed-property-spacing)
(#1747) There should be no spaces inside this paren. (space-in-parens)
(#1747) There should be no space after '[' (computed-property-spacing)
(#1747) There should be no space before ']' (computed-property-spacing)
(#1747) There should be no spaces inside this paren. (space-in-parens)
(#1751) There should be no space after '[' (computed-property-spacing)
(#1751) There should be no space before ']' (computed-property-spacing)
(#1756) There should be no spaces inside this paren. (space-in-parens)
(#1756) There should be no spaces inside this paren. (space-in-parens)
(#1757) There should be no spaces inside this paren. (space-in-parens)
(#1757) There should be no spaces inside this paren. (space-in-parens)
(#1764) There should be no spaces inside this paren. (space-in-parens)
(#1764) There should be no spaces inside this paren. (space-in-parens)
(#1765) There should be no space after '[' (computed-property-spacing)
(#1765) There should be no spaces inside this paren. (space-in-parens)
(#1765) There should be no spaces inside this paren. (space-in-parens)
(#1765) There should be no space before ']' (computed-property-spacing)
(#1770) There should be no spaces inside this paren. (space-in-parens)
(#1770) There should be no space after '[' (computed-property-spacing)
(#1770) There should be no space before ']' (computed-property-spacing)
(#1770) There should be no spaces inside this paren. (space-in-parens)
(#1771) Expected no return value. (consistent-return)
(#1776) There should be no spaces inside this paren. (space-in-parens)
(#1776) There should be no spaces inside this paren. (space-in-parens)
(#1779) There should be no space after '[' (computed-property-spacing)
(#1779) There should be no space before ']' (computed-property-spacing)
(#1782) There should be no spaces inside this paren. (space-in-parens)
(#1782) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#1782) There should be no spaces inside this paren. (space-in-parens)
(#1785) There should be no space after '[' (computed-property-spacing)
(#1785) There should be no spaces inside this paren. (space-in-parens)
(#1785) There should be no spaces inside this paren. (space-in-parens)
(#1785) There should be no space before ']' (computed-property-spacing)
(#1791) Expected no return value. (consistent-return)
(#1794) Function 'removeData' has a complexity of 21. (complexity)
(#1794) There should be no spaces inside this paren. (space-in-parens)
(#1794) There should be no spaces inside this paren. (space-in-parens)
(#1795) There should be no spaces inside this paren. (space-in-parens)
(#1795) There should be no spaces inside this paren. (space-in-parens)
(#1795) There should be no spaces inside this paren. (space-in-parens)
(#1795) There should be no spaces inside this paren. (space-in-parens)
(#1810) There should be no space after '[' (computed-property-spacing)
(#1810) There should be no space before ']' (computed-property-spacing)
(#1814) There should be no spaces inside this paren. (space-in-parens)
(#1814) There should be no space after '[' (computed-property-spacing)
(#1814) There should be no space before ']' (computed-property-spacing)
(#1814) There should be no spaces inside this paren. (space-in-parens)
(#1818) There should be no spaces inside this paren. (space-in-parens)
(#1818) There should be no spaces inside this paren. (space-in-parens)
(#1820) There should be no space after '[' (computed-property-spacing)
(#1820) There should be no space before ']' (computed-property-spacing)
(#1820) There should be no space after '[' (computed-property-spacing)
(#1820) There should be no space before ']' (computed-property-spacing)
(#1822) There should be no spaces inside this paren. (space-in-parens)
(#1822) There should be no spaces inside this paren. (space-in-parens)
(#1825) There should be no spaces inside this paren. (space-in-parens)
(#1825) There should be no spaces inside this paren. (space-in-parens)
(#1825) There should be no spaces inside this paren. (space-in-parens)
(#1825) There should be no spaces inside this paren. (space-in-parens)
(#1828) There should be no spaces inside this paren. (space-in-parens)
(#1828) There should be no spaces inside this paren. (space-in-parens)
(#1829) There should be no space after '[' (array-bracket-spacing)
(#1829) There should be no space before ']' (array-bracket-spacing)
(#1833) There should be no spaces inside this paren. (space-in-parens)
(#1833) There should be no spaces inside this paren. (space-in-parens)
(#1834) Blocks are nested too deeply (5). (max-depth)
(#1834) There should be no spaces inside this paren. (space-in-parens)
(#1834) There should be no spaces inside this paren. (space-in-parens)
(#1835) There should be no space after '[' (array-bracket-spacing)
(#1835) There should be no space before ']' (array-bracket-spacing)
(#1837) There should be no spaces inside this paren. (space-in-parens)
(#1837) There should be no spaces inside this paren. (space-in-parens)
(#1842) There should be no spaces inside this paren. (space-in-parens)
(#1842) There should be no spaces inside this paren. (space-in-parens)
(#1843) There should be no space after '[' (computed-property-spacing)
(#1843) There should be no space before ']' (computed-property-spacing)
(#1848) There should be no spaces inside this paren. (space-in-parens)
(#1848) There should be no spaces inside this paren. (space-in-parens)
(#1848) There should be no spaces inside this paren. (space-in-parens)
(#1848) There should be no spaces inside this paren. (space-in-parens)
(#1848) There should be no spaces inside this paren. (space-in-parens)
(#1848) There should be no spaces inside this paren. (space-in-parens)
(#1855) There should be no spaces inside this paren. (space-in-parens)
(#1855) There should be no spaces inside this paren. (space-in-parens)
(#1856) There should be no space after '[' (computed-property-spacing)
(#1856) There should be no space before ']' (computed-property-spacing)
(#1860) There should be no spaces inside this paren. (space-in-parens)
(#1860) There should be no space after '[' (computed-property-spacing)
(#1860) There should be no space before ']' (computed-property-spacing)
(#1860) There should be no spaces inside this paren. (space-in-parens)
(#1869) There should be no spaces inside this paren. (space-in-parens)
(#1869) There should be no spaces inside this paren. (space-in-parens)
(#1870) There should be no space after '[' (computed-property-spacing)
(#1870) There should be no space before ']' (computed-property-spacing)
(#1872) There should be no space after '[' (computed-property-spacing)
(#1872) There should be no space before ']' (computed-property-spacing)
(#1877) There should be no spaces inside this paren. (space-in-parens)
(#1877) There should be no spaces inside this paren. (space-in-parens)
(#1881) There should be no spaces inside this paren. (space-in-parens)
(#1881) There should be no spaces inside this paren. (space-in-parens)
(#1882) There should be no space after '[' (computed-property-spacing)
(#1882) There should be no space before ']' (computed-property-spacing)
(#1883) There should be no spaces inside this paren. (space-in-parens)
(#1883) There should be no spaces inside this paren. (space-in-parens)
(#1884) There should be no spaces inside this paren. (space-in-parens)
(#1884) There should be no spaces inside this paren. (space-in-parens)
(#1886) There should be no space after '[' (computed-property-spacing)
(#1886) There should be no space before ']' (computed-property-spacing)
(#1892) There should be no spaces inside this paren. (space-in-parens)
(#1892) There should be no spaces inside this paren. (space-in-parens)
(#1893) There should be no spaces inside this paren. (space-in-parens)
(#1893) There should be no spaces inside this paren. (space-in-parens)
(#1897) There should be no spaces inside this paren. (space-in-parens)
(#1897) There should be no spaces inside this paren. (space-in-parens)
(#1898) There should be no spaces inside this paren. (space-in-parens)
(#1898) There should be no spaces inside this paren. (space-in-parens)
(#1899) There should be no space after '[' (computed-property-spacing)
(#1899) There should be no space before ']' (computed-property-spacing)
(#1901) There should be no spaces inside this paren. (space-in-parens)
(#1901) There should be no spaces inside this paren. (space-in-parens)
(#1911) There should be no spaces inside this paren. (space-in-parens)
(#1911) There should be no spaces inside this paren. (space-in-parens)
(#1918) There should be no spaces inside this paren. (space-in-parens)
(#1918) There should be no spaces inside this paren. (space-in-parens)
(#1919) There should be no spaces inside this paren. (space-in-parens)
(#1919) There should be no spaces inside this paren. (space-in-parens)
(#1920) There should be no spaces inside this paren. (space-in-parens)
(#1920) There should be no spaces inside this paren. (space-in-parens)
(#1922) There should be no spaces inside this paren. (space-in-parens)
(#1922) There should be no spaces inside this paren. (space-in-parens)
(#1922) There should be no spaces inside this paren. (space-in-parens)
(#1922) There should be no spaces inside this paren. (space-in-parens)
(#1924) There should be no spaces inside this paren. (space-in-parens)
(#1924) There should be no spaces inside this paren. (space-in-parens)
(#1927) Blocks are nested too deeply (5). (max-depth)
(#1927) There should be no spaces inside this paren. (space-in-parens)
(#1927) There should be no spaces inside this paren. (space-in-parens)
(#1927) There should be no spaces inside this paren. (space-in-parens)
(#1927) There should be no spaces inside this paren. (space-in-parens)
(#1928) There should be no spaces inside this paren. (space-in-parens)
(#1928) There should be no spaces inside this paren. (space-in-parens)
(#1930) There should be no spaces inside this paren. (space-in-parens)
(#1930) There should be no space after '[' (computed-property-spacing)
(#1930) There should be no space before ']' (computed-property-spacing)
(#1930) There should be no spaces inside this paren. (space-in-parens)
(#1933) There should be no spaces inside this paren. (space-in-parens)
(#1933) There should be no spaces inside this paren. (space-in-parens)
(#1941) There should be no spaces inside this paren. (space-in-parens)
(#1941) There should be no spaces inside this paren. (space-in-parens)
(#1943) There should be no spaces inside this paren. (space-in-parens)
(#1943) There should be no spaces inside this paren. (space-in-parens)
(#1947) There should be no spaces inside this paren. (space-in-parens)
(#1947) There should be no spaces inside this paren. (space-in-parens)
(#1951) There should be no spaces inside this paren. (space-in-parens)
(#1951) Expected to return a value at the end of this function. (consistent-return)
(#1951) There should be no spaces inside this paren. (space-in-parens)
(#1951) There should be no spaces inside this paren. (space-in-parens)
(#1953) There should be no spaces inside this paren. (space-in-parens)
(#1953) There should be no spaces inside this paren. (space-in-parens)
(#1954) There should be no spaces inside this paren. (space-in-parens)
(#1954) There should be no space after '[' (array-bracket-spacing)
(#1954) There should be no space before ']' (array-bracket-spacing)
(#1954) There should be no spaces inside this paren. (space-in-parens)
(#1957) There should be no spaces inside this paren. (space-in-parens)
(#1957) There should be no spaces inside this paren. (space-in-parens)
(#1958) There should be no spaces inside this paren. (space-in-parens)
(#1958) There should be no spaces inside this paren. (space-in-parens)
(#1959) There should be no spaces inside this paren. (space-in-parens)
(#1959) There should be no spaces inside this paren. (space-in-parens)
(#1963) There should be no spaces inside this paren. (space-in-parens)
(#1963) There should be no spaces inside this paren. (space-in-parens)
(#1969) There should be no spaces inside this paren. (space-in-parens)
(#1969) There should be no spaces inside this paren. (space-in-parens)
(#1971) There should be no spaces inside this paren. (space-in-parens)
(#1971) There should be no spaces inside this paren. (space-in-parens)
(#1972) There should be no spaces inside this paren. (space-in-parens)
(#1972) There should be no spaces inside this paren. (space-in-parens)
(#1973) There should be no spaces inside this paren. (space-in-parens)
(#1973) There should be no spaces inside this paren. (space-in-parens)
(#1975) There should be no spaces inside this paren. (space-in-parens)
(#1978) There should be no spaces inside this paren. (space-in-parens)
(#1978) There should be no spaces inside this paren. (space-in-parens)
(#1980) There should be no spaces inside this paren. (space-in-parens)
(#1980) There should be no spaces inside this paren. (space-in-parens)
(#1985) Missing JSDoc comment. (require-jsdoc)
(#1985) There should be no spaces inside this paren. (space-in-parens)
(#1985) There should be no spaces inside this paren. (space-in-parens)
(#1988) There should be no spaces inside this paren. (space-in-parens)
(#1988) There should be no spaces inside this paren. (space-in-parens)
(#1990) There should be no spaces inside this paren. (space-in-parens)
(#1990) There should be no spaces inside this paren. (space-in-parens)
(#1992) There should be no spaces inside this paren. (space-in-parens)
(#1992) There should be no spaces inside this paren. (space-in-parens)
(#1994) There should be no spaces inside this paren. (space-in-parens)
(#1994) There should be no spaces inside this paren. (space-in-parens)
(#1996) Do not nest ternary expressions (no-nested-ternary)
(#1997) Do not nest ternary expressions (no-nested-ternary)
(#1998) Do not nest ternary expressions (no-nested-ternary)
(#1999) Do not nest ternary expressions (no-nested-ternary)
(#1999) There should be no spaces inside this paren. (space-in-parens)
(#1999) There should be no spaces inside this paren. (space-in-parens)
(#2000) There should be no spaces inside this paren. (space-in-parens)
(#2000) There should be no spaces inside this paren. (space-in-parens)
(#2000) There should be no spaces inside this paren. (space-in-parens)
(#2000) There should be no spaces inside this paren. (space-in-parens)
(#2002) Expected space(s) after "catch". (keyword-spacing)
(#2002) There should be no spaces inside this paren. (space-in-parens)
(#2002) There should be no spaces inside this paren. (space-in-parens)
(#2002) Empty block statement. (no-empty)
(#2005) There should be no spaces inside this paren. (space-in-parens)
(#2005) There should be no spaces inside this paren. (space-in-parens)
(#2016) Missing JSDoc comment. (require-jsdoc)
(#2016) There should be no spaces inside this paren. (space-in-parens)
(#2016) There should be no spaces inside this paren. (space-in-parens)
(#2017) There should be no spaces inside this paren. (space-in-parens)
(#2017) There should be no spaces inside this paren. (space-in-parens)
(#2020) There should be no spaces inside this paren. (space-in-parens)
(#2020) There should be no spaces inside this paren. (space-in-parens)
(#2020) There should be no spaces inside this paren. (space-in-parens)
(#2020) There should be no spaces inside this paren. (space-in-parens)
(#2023) There should be no spaces inside this paren. (space-in-parens)
(#2023) There should be no spaces inside this paren. (space-in-parens)
(#2033) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#2034) Missing JSDoc comment. (require-jsdoc)
(#2034) There should be no spaces inside this paren. (space-in-parens)
(#2034) There should be no spaces inside this paren. (space-in-parens)
(#2038) There should be no spaces inside this paren. (space-in-parens)
(#2038) There should be no spaces inside this paren. (space-in-parens)
(#2039) There should be no spaces inside this paren. (space-in-parens)
(#2040) There should be no spaces inside this paren. (space-in-parens)
(#2040) There should be no spaces inside this paren. (space-in-parens)
(#2041) There should be no spaces inside this paren. (space-in-parens)
(#2041) There should be no spaces inside this paren. (space-in-parens)
(#2041) There should be no spaces inside this paren. (space-in-parens)
(#2044) There should be no spaces inside this paren. (space-in-parens)
(#2045) There should be no spaces inside this paren. (space-in-parens)
(#2045) There should be no spaces inside this paren. (space-in-parens)
(#2045) There should be no spaces inside this paren. (space-in-parens)
(#2046) There should be no spaces inside this paren. (space-in-parens)
(#2046) There should be no spaces inside this paren. (space-in-parens)
(#2046) There should be no spaces inside this paren. (space-in-parens)
(#2047) There should be no spaces inside this paren. (space-in-parens)
(#2047) There should be no spaces inside this paren. (space-in-parens)
(#2050) There should be no spaces inside this paren. (space-in-parens)
(#2056) There should be no spaces inside this paren. (space-in-parens)
(#2056) There should be no spaces inside this paren. (space-in-parens)
(#2057) There should be no spaces inside this paren. (space-in-parens)
(#2057) There should be no spaces inside this paren. (space-in-parens)
(#2058) There should be no spaces inside this paren. (space-in-parens)
(#2058) There should be no spaces inside this paren. (space-in-parens)
(#2059) There should be no spaces inside this paren. (space-in-parens)
(#2059) There should be no spaces inside this paren. (space-in-parens)
(#2059) There should be no spaces inside this paren. (space-in-parens)
(#2059) There should be no spaces inside this paren. (space-in-parens)
(#2063) There should be no spaces inside this paren. (space-in-parens)
(#2063) There should be no spaces inside this paren. (space-in-parens)
(#2064) There should be no spaces inside this paren. (space-in-parens)
(#2064) There should be no spaces inside this paren. (space-in-parens)
(#2069) There should be no spaces inside this paren. (space-in-parens)
(#2069) There should be no spaces inside this paren. (space-in-parens)
(#2072) There should be no spaces inside this paren. (space-in-parens)
(#2072) There should be no spaces inside this paren. (space-in-parens)
(#2072) There should be no spaces inside this paren. (space-in-parens)
(#2072) There should be no spaces inside this paren. (space-in-parens)
(#2073) There should be no spaces inside this paren. (space-in-parens)
(#2073) There should be no spaces inside this paren. (space-in-parens)
(#2074) There should be no spaces inside this paren. (space-in-parens)
(#2074) There should be no spaces inside this paren. (space-in-parens)
(#2076) There should be no spaces inside this paren. (space-in-parens)
(#2076) There should be no spaces inside this paren. (space-in-parens)
(#2077) There should be no spaces inside this paren. (space-in-parens)
(#2077) There should be no spaces inside this paren. (space-in-parens)
(#2082) Expected to return a value at the end of this function. (consistent-return)
(#2082) There should be no spaces inside this paren. (space-in-parens)
(#2082) There should be no spaces inside this paren. (space-in-parens)
(#2084) There should be no spaces inside this paren. (space-in-parens)
(#2084) There should be no spaces inside this paren. (space-in-parens)
(#2085) There should be no spaces inside this paren. (space-in-parens)
(#2085) There should be no spaces inside this paren. (space-in-parens)
(#2086) There should be no spaces inside this paren. (space-in-parens)
(#2086) There should be no spaces inside this paren. (space-in-parens)
(#2089) There should be no spaces inside this paren. (space-in-parens)
(#2089) There should be no spaces inside this paren. (space-in-parens)
(#2090) There should be no spaces inside this paren. (space-in-parens)
(#2090) There should be no spaces inside this paren. (space-in-parens)
(#2091) There should be no spaces inside this paren. (space-in-parens)
(#2091) There should be no spaces inside this paren. (space-in-parens)
(#2093) There should be no spaces inside this paren. (space-in-parens)
(#2093) There should be no spaces inside this paren. (space-in-parens)
(#2100) There should be no spaces inside this paren. (space-in-parens)
(#2100) There should be no spaces inside this paren. (space-in-parens)
(#2103) There should be no spaces inside this paren. (space-in-parens)
(#2103) There should be no spaces inside this paren. (space-in-parens)
(#2108) There should be no spaces inside this paren. (space-in-parens)
(#2108) There should be no spaces inside this paren. (space-in-parens)
(#2112) There should be no spaces inside this paren. (space-in-parens)
(#2112) There should be no spaces inside this paren. (space-in-parens)
(#2115) There should be no spaces inside this paren. (space-in-parens)
(#2115) There should be no spaces inside this paren. (space-in-parens)
(#2116) There should be no spaces inside this paren. (space-in-parens)
(#2116) There should be no spaces inside this paren. (space-in-parens)
(#2119) There should be no spaces inside this paren. (space-in-parens)
(#2119) There should be no spaces inside this paren. (space-in-parens)
(#2120) There should be no spaces inside this paren. (space-in-parens)
(#2121) There should be no spaces inside this paren. (space-in-parens)
(#2121) There should be no spaces inside this paren. (space-in-parens)
(#2122) There should be no spaces inside this paren. (space-in-parens)
(#2125) There should be no spaces inside this paren. (space-in-parens)
(#2125) There should be no spaces inside this paren. (space-in-parens)
(#2126) There should be no spaces inside this paren. (space-in-parens)
(#2126) There should be no spaces inside this paren. (space-in-parens)
(#2127) There should be no spaces inside this paren. (space-in-parens)
(#2127) There should be no spaces inside this paren. (space-in-parens)
(#2133) There should be no spaces inside this paren. (space-in-parens)
(#2133) There should be no spaces inside this paren. (space-in-parens)
(#2136) There should be no spaces inside this paren. (space-in-parens)
(#2136) There should be no spaces inside this paren. (space-in-parens)
(#2142) There should be no spaces inside this paren. (space-in-parens)
(#2142) There should be no spaces inside this paren. (space-in-parens)
(#2143) There should be no spaces inside this paren. (space-in-parens)
(#2143) There should be no spaces inside this paren. (space-in-parens)
(#2149) There should be no spaces inside this paren. (space-in-parens)
(#2149) There should be no spaces inside this paren. (space-in-parens)
(#2151) There should be no spaces inside this paren. (space-in-parens)
(#2151) There should be no spaces inside this paren. (space-in-parens)
(#2152) There should be no spaces inside this paren. (space-in-parens)
(#2152) There should be no spaces inside this paren. (space-in-parens)
(#2156) There should be no spaces inside this paren. (space-in-parens)
(#2156) There should be no spaces inside this paren. (space-in-parens)
(#2158) There should be no spaces inside this paren. (space-in-parens)
(#2158) There should be no spaces inside this paren. (space-in-parens)
(#2163) There should be no spaces inside this paren. (space-in-parens)
(#2163) There should be no spaces inside this paren. (space-in-parens)
(#2164) There should be no space after '[' (computed-property-spacing)
(#2164) There should be no space before ']' (computed-property-spacing)
(#2167) There should be no spaces inside this paren. (space-in-parens)
(#2167) There should be no spaces inside this paren. (space-in-parens)
(#2167) There should be no spaces inside this paren. (space-in-parens)
(#2168) There should be no spaces inside this paren. (space-in-parens)
(#2168) There should be no spaces inside this paren. (space-in-parens)
(#2170) There should be no spaces inside this paren. (space-in-parens)
(#2170) There should be no spaces inside this paren. (space-in-parens)
(#2174) There should be no spaces inside this paren. (space-in-parens)
(#2174) There should be no spaces inside this paren. (space-in-parens)
(#2175) There should be no spaces inside this paren. (space-in-parens)
(#2175) There should be no spaces inside this paren. (space-in-parens)
(#2179) There should be no spaces inside this paren. (space-in-parens)
(#2179) There should be no spaces inside this paren. (space-in-parens)
(#2180) There should be no spaces inside this paren. (space-in-parens)
(#2180) There should be no spaces inside this paren. (space-in-parens)
(#2193) Missing JSDoc comment. (require-jsdoc)
(#2194) There should be no spaces inside this paren. (space-in-parens)
(#2194) There should be no spaces inside this paren. (space-in-parens)
(#2194) There should be no spaces inside this paren. (space-in-parens)
(#2194) There should be no spaces inside this paren. (space-in-parens)
(#2195) There should be no spaces inside this paren. (space-in-parens)
(#2195) There should be no space after '[' (array-bracket-spacing)
(#2195) There should be no space before ']' (array-bracket-spacing)
(#2195) There should be no spaces inside this paren. (space-in-parens)
(#2198) Expected space(s) after "while". (keyword-spacing)
(#2198) There should be no spaces inside this paren. (space-in-parens)
(#2198) There should be no spaces inside this paren. (space-in-parens)
(#2199) There should be no spaces inside this paren. (space-in-parens)
(#2199) There should be no spaces inside this paren. (space-in-parens)
(#2199) There should be no space after '[' (computed-property-spacing)
(#2199) There should be no space before ']' (computed-property-spacing)
(#2199) There should be no spaces inside this paren. (space-in-parens)
(#2200) There should be no spaces inside this paren. (space-in-parens)
(#2200) There should be no spaces inside this paren. (space-in-parens)
(#2200) There should be no space after '[' (computed-property-spacing)
(#2200) There should be no space before ']' (computed-property-spacing)
(#2200) There should be no spaces inside this paren. (space-in-parens)
(#2201) There should be no spaces inside this paren. (space-in-parens)
(#2201) There should be no space after '[' (computed-property-spacing)
(#2201) There should be no space before ']' (computed-property-spacing)
(#2201) There should be no spaces inside this paren. (space-in-parens)
(#2201) There should be no spaces inside this paren. (space-in-parens)
(#2202) There should be no spaces inside this paren. (space-in-parens)
(#2202) There should be no space after '[' (computed-property-spacing)
(#2202) There should be no space before ']' (computed-property-spacing)
(#2202) There should be no spaces inside this paren. (space-in-parens)
(#2202) There should be no spaces inside this paren. (space-in-parens)
(#2202) There should be no spaces inside this paren. (space-in-parens)
(#2202) There should be no spaces inside this paren. (space-in-parens)
(#2204) There should be no spaces inside this paren. (space-in-parens)
(#2204) There should be no spaces inside this paren. (space-in-parens)
(#2208) There should be no spaces inside this paren. (space-in-parens)
(#2208) There should be no spaces inside this paren. (space-in-parens)
(#2214) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#2221) Line 2221 exceeds the maximum line length of 132. (max-len)
(#2226) There should be no spaces inside this paren. (space-in-parens)
(#2226) There should be no spaces inside this paren. (space-in-parens)
(#2227) There should be no spaces inside this paren. (space-in-parens)
(#2227) There should be no spaces inside this paren. (space-in-parens)
(#2230) There should be no spaces inside this paren. (space-in-parens)
(#2230) There should be no spaces inside this paren. (space-in-parens)
(#2232) There should be no spaces inside this paren. (space-in-parens)
(#2232) There should be no spaces inside this paren. (space-in-parens)
(#2236) There should be no spaces inside this paren. (space-in-parens)
(#2236) There should be no spaces inside this paren. (space-in-parens)
(#2237) There should be no spaces inside this paren. (space-in-parens)
(#2237) There should be no spaces inside this paren. (space-in-parens)
(#2240) There should be no spaces inside this paren. (space-in-parens)
(#2240) There should be no spaces inside this paren. (space-in-parens)
(#2241) There should be no space after '[' (computed-property-spacing)
(#2241) There should be no space before ']' (computed-property-spacing)
(#2245) There should be no space after '[' (computed-property-spacing)
(#2245) There should be no space before ']' (computed-property-spacing)
(#2246) There should be no space after '[' (computed-property-spacing)
(#2246) There should be no space before ']' (computed-property-spacing)
(#2247) Expected space(s) after "catch". (keyword-spacing)
(#2247) There should be no spaces inside this paren. (space-in-parens)
(#2247) There should be no spaces inside this paren. (space-in-parens)
(#2247) Empty block statement. (no-empty)
(#2251) There should be no spaces inside this paren. (space-in-parens)
(#2251) There should be no spaces inside this paren. (space-in-parens)
(#2255) There should be no spaces inside this paren. (space-in-parens)
(#2255) There should be no spaces inside this paren. (space-in-parens)
(#2255) There should be no spaces inside this paren. (space-in-parens)
(#2255) There should be no spaces inside this paren. (space-in-parens)
(#2256) There should be no spaces inside this paren. (space-in-parens)
(#2256) There should be no spaces inside this paren. (space-in-parens)
(#2257) There should be no spaces inside this paren. (space-in-parens)
(#2257) There should be no spaces inside this paren. (space-in-parens)
(#2257) There should be no spaces inside this paren. (space-in-parens)
(#2257) There should be no spaces inside this paren. (space-in-parens)
(#2261) There should be no spaces inside this paren. (space-in-parens)
(#2261) There should be no spaces inside this paren. (space-in-parens)
(#2262) There should be no spaces inside this paren. (space-in-parens)
(#2262) There should be no spaces inside this paren. (space-in-parens)
(#2264) There should be no spaces inside this paren. (space-in-parens)
(#2264) There should be no spaces inside this paren. (space-in-parens)
(#2265) There should be no space after '[' (computed-property-spacing)
(#2265) There should be no space before ']' (computed-property-spacing)
(#2267) There should be no spaces inside this paren. (space-in-parens)
(#2267) There should be no spaces inside this paren. (space-in-parens)
(#2268) There should be no spaces inside this paren. (space-in-parens)
(#2268) There should be no spaces inside this paren. (space-in-parens)
(#2274) Blocks are nested too deeply (5). (max-depth)
(#2274) There should be no spaces inside this paren. (space-in-parens)
(#2274) There should be no spaces inside this paren. (space-in-parens)
(#2275) Blocks are nested too deeply (6). (max-depth)
(#2275) There should be no spaces inside this paren. (space-in-parens)
(#2275) Unexpected use of '~'. (no-bitwise)
(#2275) There should be no spaces inside this paren. (space-in-parens)
(#2275) There should be no space after '[' (computed-property-spacing)
(#2275) There should be no space before ']' (computed-property-spacing)
(#2275) There should be no spaces inside this paren. (space-in-parens)
(#2275) There should be no spaces inside this paren. (space-in-parens)
(#2276) There should be no space after '[' (computed-property-spacing)
(#2276) There should be no space before ']' (computed-property-spacing)
(#2279) There should be no spaces inside this paren. (space-in-parens)
(#2279) There should be no spaces inside this paren. (space-in-parens)
(#2288) There should be no spaces inside this paren. (space-in-parens)
(#2288) There should be no spaces inside this paren. (space-in-parens)
(#2291) There should be no spaces inside this paren. (space-in-parens)
(#2291) There should be no spaces inside this paren. (space-in-parens)
(#2291) There should be no spaces inside this paren. (space-in-parens)
(#2291) There should be no spaces inside this paren. (space-in-parens)
(#2292) There should be no spaces inside this paren. (space-in-parens)
(#2292) There should be no spaces inside this paren. (space-in-parens)
(#2293) There should be no spaces inside this paren. (space-in-parens)
(#2293) There should be no spaces inside this paren. (space-in-parens)
(#2293) There should be no spaces inside this paren. (space-in-parens)
(#2293) There should be no spaces inside this paren. (space-in-parens)
(#2297) There should be no spaces inside this paren. (space-in-parens)
(#2297) There should be no spaces inside this paren. (space-in-parens)
(#2298) There should be no spaces inside this paren. (space-in-parens)
(#2298) There should be no spaces inside this paren. (space-in-parens)
(#2298) There should be no spaces inside this paren. (space-in-parens)
(#2298) There should be no spaces inside this paren. (space-in-parens)
(#2300) There should be no spaces inside this paren. (space-in-parens)
(#2300) There should be no spaces inside this paren. (space-in-parens)
(#2301) There should be no space after '[' (computed-property-spacing)
(#2301) There should be no space before ']' (computed-property-spacing)
(#2303) There should be no spaces inside this paren. (space-in-parens)
(#2303) There should be no spaces inside this paren. (space-in-parens)
(#2304) There should be no spaces inside this paren. (space-in-parens)
(#2304) There should be no spaces inside this paren. (space-in-parens)
(#2305) There should be no spaces inside this paren. (space-in-parens)
(#2305) There should be no spaces inside this paren. (space-in-parens)
(#2306) Blocks are nested too deeply (5). (max-depth)
(#2306) There should be no spaces inside this paren. (space-in-parens)
(#2306) There should be no spaces inside this paren. (space-in-parens)
(#2307) There should be no space after '[' (computed-property-spacing)
(#2307) There should be no space before ']' (computed-property-spacing)
(#2309) There should be no spaces inside this paren. (space-in-parens)
(#2309) There should be no spaces inside this paren. (space-in-parens)
(#2321) There should be no spaces inside this paren. (space-in-parens)
(#2321) There should be no spaces inside this paren. (space-in-parens)
(#2325) There should be no spaces inside this paren. (space-in-parens)
(#2325) There should be no spaces inside this paren. (space-in-parens)
(#2325) There should be no spaces inside this paren. (space-in-parens)
(#2325) There should be no spaces inside this paren. (space-in-parens)
(#2326) There should be no spaces inside this paren. (space-in-parens)
(#2326) There should be no spaces inside this paren. (space-in-parens)
(#2327) There should be no spaces inside this paren. (space-in-parens)
(#2327) There should be no spaces inside this paren. (space-in-parens)
(#2327) There should be no spaces inside this paren. (space-in-parens)
(#2327) There should be no spaces inside this paren. (space-in-parens)
(#2332) There should be no spaces inside this paren. (space-in-parens)
(#2332) There should be no spaces inside this paren. (space-in-parens)
(#2336) There should be no spaces inside this paren. (space-in-parens)
(#2336) There should be no spaces inside this paren. (space-in-parens)
(#2338) There should be no spaces inside this paren. (space-in-parens)
(#2338) There should be no spaces inside this paren. (space-in-parens)
(#2340) There should be no spaces inside this paren. (space-in-parens)
(#2340) There should be no space after '[' (computed-property-spacing)
(#2340) There should be no space before ']' (computed-property-spacing)
(#2340) There should be no spaces inside this paren. (space-in-parens)
(#2342) There should be no spaces inside this paren. (space-in-parens)
(#2342) There should be no spaces inside this paren. (space-in-parens)
(#2343) There should be no space after '[' (computed-property-spacing)
(#2343) There should be no space before ']' (computed-property-spacing)
(#2343) There should be no spaces inside this paren. (space-in-parens)
(#2343) There should be no spaces inside this paren. (space-in-parens)
(#2346) There should be no spaces inside this paren. (space-in-parens)
(#2346) There should be no spaces inside this paren. (space-in-parens)
(#2347) There should be no spaces inside this paren. (space-in-parens)
(#2347) There should be no spaces inside this paren. (space-in-parens)
(#2349) There should be no spaces inside this paren. (space-in-parens)
(#2349) There should be no spaces inside this paren. (space-in-parens)
(#2353) There should be no spaces inside this paren. (space-in-parens)
(#2353) There should be no spaces inside this paren. (space-in-parens)
(#2358) There should be no spaces inside this paren. (space-in-parens)
(#2358) There should be no spaces inside this paren. (space-in-parens)
(#2362) There should be no spaces inside this paren. (space-in-parens)
(#2362) There should be no spaces inside this paren. (space-in-parens)
(#2363) There should be no spaces inside this paren. (space-in-parens)
(#2363) There should be no spaces inside this paren. (space-in-parens)
(#2363) There should be no spaces inside this paren. (space-in-parens)
(#2363) There should be no spaces inside this paren. (space-in-parens)
(#2371) There should be no spaces inside this paren. (space-in-parens)
(#2371) There should be no spaces inside this paren. (space-in-parens)
(#2375) There should be no spaces inside this paren. (space-in-parens)
(#2375) There should be no spaces inside this paren. (space-in-parens)
(#2376) There should be no spaces inside this paren. (space-in-parens)
(#2376) There should be no spaces inside this paren. (space-in-parens)
(#2377) There should be no space after '[' (computed-property-spacing)
(#2377) There should be no space before ']' (computed-property-spacing)
(#2377) There should be no space after '[' (computed-property-spacing)
(#2377) There should be no space before ']' (computed-property-spacing)
(#2379) There should be no spaces inside this paren. (space-in-parens)
(#2379) There should be no spaces inside this paren. (space-in-parens)
(#2379) There should be no spaces inside this paren. (space-in-parens)
(#2379) There should be no spaces inside this paren. (space-in-parens)
(#2385) Do not nest ternary expressions (no-nested-ternary)
(#2389) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2392) Expected a return value. (consistent-return)
(#2395) There should be no spaces inside this paren. (space-in-parens)
(#2395) There should be no spaces inside this paren. (space-in-parens)
(#2397) There should be no spaces inside this paren. (space-in-parens)
(#2397) There should be no spaces inside this paren. (space-in-parens)
(#2398) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2400) There should be no spaces inside this paren. (space-in-parens)
(#2400) There should be no spaces inside this paren. (space-in-parens)
(#2404) There should be no spaces inside this paren. (space-in-parens)
(#2404) There should be no spaces inside this paren. (space-in-parens)
(#2405) There should be no spaces inside this paren. (space-in-parens)
(#2405) There should be no spaces inside this paren. (space-in-parens)
(#2411) There should be no spaces inside this paren. (space-in-parens)
(#2411) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2411) There should be no spaces inside this paren. (space-in-parens)
(#2413) There should be no spaces inside this paren. (space-in-parens)
(#2413) There should be no spaces inside this paren. (space-in-parens)
(#2415) There should be no spaces inside this paren. (space-in-parens)
(#2415) There should be no spaces inside this paren. (space-in-parens)
(#2415) There should be no spaces inside this paren. (space-in-parens)
(#2415) There should be no spaces inside this paren. (space-in-parens)
(#2416) Unexpected space before function parentheses. (space-before-function-paren)
(#2416) There should be no spaces inside this paren. (space-in-parens)
(#2416) There should be no spaces inside this paren. (space-in-parens)
(#2417) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2421) There should be no space after '[' (computed-property-spacing)
(#2421) There should be no space before ']' (computed-property-spacing)
(#2421) There should be no space after '[' (computed-property-spacing)
(#2421) There should be no space before ']' (computed-property-spacing)
(#2424) There should be no spaces inside this paren. (space-in-parens)
(#2424) There should be no spaces inside this paren. (space-in-parens)
(#2424) There should be no spaces inside this paren. (space-in-parens)
(#2424) There should be no spaces inside this paren. (space-in-parens)
(#2434) There should be no spaces inside this paren. (space-in-parens)
(#2434) There should be no spaces inside this paren. (space-in-parens)
(#2442) There should be no spaces inside this paren. (space-in-parens)
(#2442) There should be no spaces inside this paren. (space-in-parens)
(#2450) There should be no spaces inside this paren. (space-in-parens)
(#2450) There should be no spaces inside this paren. (space-in-parens)
(#2457) There should be no spaces inside this paren. (space-in-parens)
(#2457) There should be no spaces inside this paren. (space-in-parens)
(#2458) There should be no space after '[' (computed-property-spacing)
(#2458) There should be no space before ']' (computed-property-spacing)
(#2461) Line 2461 exceeds the maximum line length of 132. (max-len)
(#2461) There should be no spaces inside this paren. (space-in-parens)
(#2462) There should be no spaces inside this paren. (space-in-parens)
(#2462) There should be no spaces inside this paren. (space-in-parens)
(#2462) There should be no spaces inside this paren. (space-in-parens)
(#2465) There should be no spaces inside this paren. (space-in-parens)
(#2465) There should be no spaces inside this paren. (space-in-parens)
(#2468) There should be no spaces inside this paren. (space-in-parens)
(#2468) There should be no spaces inside this paren. (space-in-parens)
(#2473) There should be no spaces inside this paren. (space-in-parens)
(#2473) There should be no spaces inside this paren. (space-in-parens)
(#2478) There should be no spaces inside this paren. (space-in-parens)
(#2478) There should be no spaces inside this paren. (space-in-parens)
(#2479) There should be no spaces inside this paren. (space-in-parens)
(#2479) There should be no space after '[' (computed-property-spacing)
(#2479) There should be no space before ']' (computed-property-spacing)
(#2479) There should be no spaces inside this paren. (space-in-parens)
(#2485) There should be no spaces inside this paren. (space-in-parens)
(#2485) There should be no spaces inside this paren. (space-in-parens)
(#2486) There should be no spaces inside this paren. (space-in-parens)
(#2486) There should be no spaces inside this paren. (space-in-parens)
(#2489) There should be no spaces inside this paren. (space-in-parens)
(#2489) There should be no spaces inside this paren. (space-in-parens)
(#2492) There should be no spaces inside this paren. (space-in-parens)
(#2492) There should be no spaces inside this paren. (space-in-parens)
(#2511) There should be no spaces inside this paren. (space-in-parens)
(#2511) There should be no spaces inside this paren. (space-in-parens)
(#2516) There should be no spaces inside this paren. (space-in-parens)
(#2516) There should be no spaces inside this paren. (space-in-parens)
(#2520) There should be no spaces inside this paren. (space-in-parens)
(#2520) There should be no spaces inside this paren. (space-in-parens)
(#2521) Expected no return value. (consistent-return)
(#2521) There should be no spaces inside this paren. (space-in-parens)
(#2521) There should be no spaces inside this paren. (space-in-parens)
(#2521) There should be no space after '[' (computed-property-spacing)
(#2521) There should be no space before ']' (computed-property-spacing)
(#2521) There should be no spaces inside this paren. (space-in-parens)
(#2521) There should be no spaces inside this paren. (space-in-parens)
(#2525) There should be no spaces inside this paren. (space-in-parens)
(#2525) There should be no spaces inside this paren. (space-in-parens)
(#2526) Expected no return value. (consistent-return)
(#2526) There should be no spaces inside this paren. (space-in-parens)
(#2526) There should be no spaces inside this paren. (space-in-parens)
(#2529) There should be no spaces inside this paren. (space-in-parens)
(#2529) There should be no spaces inside this paren. (space-in-parens)
(#2533) There should be no spaces inside this paren. (space-in-parens)
(#2533) There should be no spaces inside this paren. (space-in-parens)
(#2535) There should be no space after '[' (computed-property-spacing)
(#2535) There should be no space before ']' (computed-property-spacing)
(#2535) There should be no spaces inside this paren. (space-in-parens)
(#2535) There should be no spaces inside this paren. (space-in-parens)
(#2535) There should be no spaces inside this paren. (space-in-parens)
(#2535) There should be no spaces inside this paren. (space-in-parens)
(#2538) There should be no spaces inside this paren. (space-in-parens)
(#2538) There should be no spaces inside this paren. (space-in-parens)
(#2540) There should be no spaces inside this paren. (space-in-parens)
(#2540) There should be no spaces inside this paren. (space-in-parens)
(#2541) There should be no spaces inside this paren. (space-in-parens)
(#2541) There should be no spaces inside this paren. (space-in-parens)
(#2544) There should be no spaces inside this paren. (space-in-parens)
(#2544) There should be no spaces inside this paren. (space-in-parens)
(#2544) There should be no spaces inside this paren. (space-in-parens)
(#2544) There should be no spaces inside this paren. (space-in-parens)
(#2545) Expected no return value. (consistent-return)
(#2548) There should be no spaces inside this paren. (space-in-parens)
(#2548) There should be no spaces inside this paren. (space-in-parens)
(#2549) Expected no return value. (consistent-return)
(#2552) There should be no spaces inside this paren. (space-in-parens)
(#2552) There should be no spaces inside this paren. (space-in-parens)
(#2552) There should be no spaces inside this paren. (space-in-parens)
(#2552) There should be no spaces inside this paren. (space-in-parens)
(#2553) Expected no return value. (consistent-return)
(#2557) There should be no spaces inside this paren. (space-in-parens)
(#2557) There should be no spaces inside this paren. (space-in-parens)
(#2560) Expected no return value. (consistent-return)
(#2566) There should be no spaces inside this paren. (space-in-parens)
(#2566) There should be no spaces inside this paren. (space-in-parens)
(#2570) There should be no spaces inside this paren. (space-in-parens)
(#2570) There should be no spaces inside this paren. (space-in-parens)
(#2571) There should be no spaces inside this paren. (space-in-parens)
(#2571) There should be no spaces inside this paren. (space-in-parens)
(#2574) There should be no spaces inside this paren. (space-in-parens)
(#2574) There should be no spaces inside this paren. (space-in-parens)
(#2575) There should be no space after '[' (computed-property-spacing)
(#2575) There should be no space before ']' (computed-property-spacing)
(#2577) There should be no spaces inside this paren. (space-in-parens)
(#2577) There should be no spaces inside this paren. (space-in-parens)
(#2578) There should be no space after '[' (computed-property-spacing)
(#2578) There should be no space before ']' (computed-property-spacing)
(#2579) There should be no spaces inside this paren. (space-in-parens)
(#2579) There should be no spaces inside this paren. (space-in-parens)
(#2583) There should be no spaces inside this paren. (space-in-parens)
(#2583) There should be no spaces inside this paren. (space-in-parens)
(#2584) There should be no spaces inside this paren. (space-in-parens)
(#2584) There should be no spaces inside this paren. (space-in-parens)
(#2586) There should be no spaces inside this paren. (space-in-parens)
(#2586) There should be no spaces inside this paren. (space-in-parens)
(#2589) There should be no spaces inside this paren. (space-in-parens)
(#2589) There should be no spaces inside this paren. (space-in-parens)
(#2590) There should be no space after '[' (computed-property-spacing)
(#2590) There should be no space before ']' (computed-property-spacing)
(#2599) Expected to return a value at the end of this function. (consistent-return)
(#2599) There should be no spaces inside this paren. (space-in-parens)
(#2599) There should be no spaces inside this paren. (space-in-parens)
(#2601) There should be no spaces inside this paren. (space-in-parens)
(#2601) There should be no spaces inside this paren. (space-in-parens)
(#2601) There should be no spaces inside this paren. (space-in-parens)
(#2601) There should be no spaces inside this paren. (space-in-parens)
(#2602) There should be no spaces inside this paren. (space-in-parens)
(#2602) There should be no spaces inside this paren. (space-in-parens)
(#2603) There should be no spaces inside this paren. (space-in-parens)
(#2603) There should be no spaces inside this paren. (space-in-parens)
(#2608) There should be no spaces inside this paren. (space-in-parens)
(#2608) There should be no spaces inside this paren. (space-in-parens)
(#2609) There should be no spaces inside this paren. (space-in-parens)
(#2609) There should be no spaces inside this paren. (space-in-parens)
(#2619) There should be no spaces inside this paren. (space-in-parens)
(#2619) There should be no spaces inside this paren. (space-in-parens)
(#2620) There should be no spaces inside this paren. (space-in-parens)
(#2620) There should be no spaces inside this paren. (space-in-parens)
(#2620) There should be no spaces inside this paren. (space-in-parens)
(#2620) There should be no spaces inside this paren. (space-in-parens)
(#2621) There should be no spaces inside this paren. (space-in-parens)
(#2621) There should be no spaces inside this paren. (space-in-parens)
(#2627) Expected to return a value at the end of this function. (consistent-return)
(#2627) There should be no spaces inside this paren. (space-in-parens)
(#2627) There should be no spaces inside this paren. (space-in-parens)
(#2628) There should be no spaces inside this paren. (space-in-parens)
(#2628) There should be no spaces inside this paren. (space-in-parens)
(#2628) There should be no spaces inside this paren. (space-in-parens)
(#2628) There should be no spaces inside this paren. (space-in-parens)
(#2629) There should be no spaces inside this paren. (space-in-parens)
(#2629) There should be no spaces inside this paren. (space-in-parens)
(#2652) There should be no spaces inside this paren. (space-in-parens)
(#2652) There should be no spaces inside this paren. (space-in-parens)
(#2657) There should be no spaces inside this paren. (space-in-parens)
(#2657) There should be no spaces inside this paren. (space-in-parens)
(#2661) There should be no spaces inside this paren. (space-in-parens)
(#2661) There should be no spaces inside this paren. (space-in-parens)
(#2663) There should be no spaces inside this paren. (space-in-parens)
(#2663) There should be no spaces inside this paren. (space-in-parens)
(#2665) There should be no space after '[' (computed-property-spacing)
(#2665) There should be no space before ']' (computed-property-spacing)
(#2666) There should be no space after '[' (computed-property-spacing)
(#2666) There should be no space before ']' (computed-property-spacing)
(#2669) There should be no spaces inside this paren. (space-in-parens)
(#2669) There should be no spaces inside this paren. (space-in-parens)
(#2670) There should be no spaces inside this paren. (space-in-parens)
(#2670) There should be no spaces inside this paren. (space-in-parens)
(#2670) There should be no spaces inside this paren. (space-in-parens)
(#2670) There should be no spaces inside this paren. (space-in-parens)
(#2671) Expected no return value. (consistent-return)
(#2674) Expected no return value. (consistent-return)
(#2674) There should be no spaces inside this paren. (space-in-parens)
(#2674) There should be no space after '[' (computed-property-spacing)
(#2674) There should be no space before ']' (computed-property-spacing)
(#2674) There should be no spaces inside this paren. (space-in-parens)
(#2678) There should be no spaces inside this paren. (space-in-parens)
(#2678) There should be no spaces inside this paren. (space-in-parens)
(#2678) There should be no spaces inside this paren. (space-in-parens)
(#2678) There should be no spaces inside this paren. (space-in-parens)
(#2679) Expected no return value. (consistent-return)
(#2682) Expected no return value. (consistent-return)
(#2682) There should be no space after '[' (computed-property-spacing)
(#2682) There should be no space before ']' (computed-property-spacing)
(#2689) There should be no spaces inside this paren. (space-in-parens)
(#2689) There should be no spaces inside this paren. (space-in-parens)
(#2694) Do not nest ternary expressions (no-nested-ternary)
(#2695) There should be no spaces inside this paren. (space-in-parens)
(#2695) There should be no spaces inside this paren. (space-in-parens)
(#2696) There should be no spaces inside this paren. (space-in-parens)
(#2696) There should be no spaces inside this paren. (space-in-parens)
(#2696) There should be no spaces inside this paren. (space-in-parens)
(#2696) There should be no spaces inside this paren. (space-in-parens)
(#2709) There should be no spaces inside this paren. (space-in-parens)
(#2709) There should be no spaces inside this paren. (space-in-parens)
(#2713) There should be no spaces inside this paren. (space-in-parens)
(#2713) There should be no spaces inside this paren. (space-in-parens)
(#2714) Line 2714 exceeds the maximum line length of 132. (max-len)
(#2714) There should be no spaces inside this paren. (space-in-parens)
(#2714) There should be no spaces inside this paren. (space-in-parens)
(#2718) There should be no spaces inside this paren. (space-in-parens)
(#2718) There should be no spaces inside this paren. (space-in-parens)
(#2720) There should be no spaces inside this paren. (space-in-parens)
(#2720) There should be no spaces inside this paren. (space-in-parens)
(#2722) There should be no spaces inside this paren. (space-in-parens)
(#2722) There should be no spaces inside this paren. (space-in-parens)
(#2726) There should be no space after '[' (computed-property-spacing)
(#2726) There should be no space before ']' (computed-property-spacing)
(#2727) There should be no spaces inside this paren. (space-in-parens)
(#2727) There should be no spaces inside this paren. (space-in-parens)
(#2729) There should be no space after '[' (computed-property-spacing)
(#2729) There should be no space before ']' (computed-property-spacing)
(#2732) There should be no spaces inside this paren. (space-in-parens)
(#2732) There should be no spaces inside this paren. (space-in-parens)
(#2739) There should be no spaces inside this paren. (space-in-parens)
(#2739) There should be no spaces inside this paren. (space-in-parens)
(#2750) There should be no spaces inside this paren. (space-in-parens)
(#2750) There should be no spaces inside this paren. (space-in-parens)
(#2752) There should be no spaces inside this paren. (space-in-parens)
(#2752) There should be no spaces inside this paren. (space-in-parens)
(#2753) There should be no spaces inside this paren. (space-in-parens)
(#2753) There should be no space after '[' (computed-property-spacing)
(#2753) There should be no space before ']' (computed-property-spacing)
(#2753) There should be no spaces inside this paren. (space-in-parens)
(#2757) There should be no spaces inside this paren. (space-in-parens)
(#2757) There should be no spaces inside this paren. (space-in-parens)
(#2759) There should be no spaces inside this paren. (space-in-parens)
(#2759) There should be no spaces inside this paren. (space-in-parens)
(#2760) There should be no spaces inside this paren. (space-in-parens)
(#2760) There should be no spaces inside this paren. (space-in-parens)
(#2761) There should be no spaces inside this paren. (space-in-parens)
(#2761) There should be no spaces inside this paren. (space-in-parens)
(#2762) There should be no spaces inside this paren. (space-in-parens)
(#2762) There should be no spaces inside this paren. (space-in-parens)
(#2764) There should be no spaces inside this paren. (space-in-parens)
(#2764) There should be no spaces inside this paren. (space-in-parens)
(#2773) There should be no space after '[' (array-bracket-spacing)
(#2773) There should be no space before ']' (array-bracket-spacing)
(#2773) There should be no spaces inside this paren. (space-in-parens)
(#2773) There should be no spaces inside this paren. (space-in-parens)
(#2774) There should be no space after '[' (computed-property-spacing)
(#2774) There should be no space before ']' (computed-property-spacing)
(#2774) There should be no spaces inside this paren. (space-in-parens)
(#2774) There should be no space after '[' (computed-property-spacing)
(#2774) There should be no space before ']' (computed-property-spacing)
(#2775) Expected to return a value at the end of this function. (consistent-return)
(#2775) There should be no spaces inside this paren. (space-in-parens)
(#2775) There should be no spaces inside this paren. (space-in-parens)
(#2776) There should be no spaces inside this paren. (space-in-parens)
(#2776) There should be no spaces inside this paren. (space-in-parens)
(#2777) There should be no spaces inside this paren. (space-in-parens)
(#2777) There should be no spaces inside this paren. (space-in-parens)
(#2788) There should be no spaces inside this paren. (space-in-parens)
(#2788) There should be no spaces inside this paren. (space-in-parens)
(#2789) There should be no spaces inside this paren. (space-in-parens)
(#2789) There should be no spaces inside this paren. (space-in-parens)
(#2792) There should be no spaces inside this paren. (space-in-parens)
(#2792) There should be no spaces inside this paren. (space-in-parens)
(#2799) There should be no spaces inside this paren. (space-in-parens)
(#2799) There should be no spaces inside this paren. (space-in-parens)
(#2800) There should be no space after '[' (array-bracket-spacing)
(#2800) There should be no space before ']' (array-bracket-spacing)
(#2800) There should be no spaces inside this paren. (space-in-parens)
(#2800) There should be no spaces inside this paren. (space-in-parens)
(#2801) There should be no space after '[' (computed-property-spacing)
(#2801) There should be no space before ']' (computed-property-spacing)
(#2801) There should be no spaces inside this paren. (space-in-parens)
(#2801) There should be no space after '[' (computed-property-spacing)
(#2801) There should be no space before ']' (computed-property-spacing)
(#2802) There should be no spaces inside this paren. (space-in-parens)
(#2802) There should be no spaces inside this paren. (space-in-parens)
(#2803) There should be no spaces inside this paren. (space-in-parens)
(#2803) There should be no spaces inside this paren. (space-in-parens)
(#2810) There should be no spaces inside this paren. (space-in-parens)
(#2810) There should be no spaces inside this paren. (space-in-parens)
(#2812) There should be no spaces inside this paren. (space-in-parens)
(#2812) There should be no spaces inside this paren. (space-in-parens)
(#2817) There should be no spaces inside this paren. (space-in-parens)
(#2817) There should be no spaces inside this paren. (space-in-parens)
(#2818) There should be no spaces inside this paren. (space-in-parens)
(#2818) There should be no spaces inside this paren. (space-in-parens)
(#2825) There should be no spaces inside this paren. (space-in-parens)
(#2825) There should be no spaces inside this paren. (space-in-parens)
(#2826) There should be no spaces inside this paren. (space-in-parens)
(#2827) There should be no spaces inside this paren. (space-in-parens)
(#2827) There should be no spaces inside this paren. (space-in-parens)
(#2830) There should be no spaces inside this paren. (space-in-parens)
(#2830) There should be no spaces inside this paren. (space-in-parens)
(#2831) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2834) There should be no spaces inside this paren. (space-in-parens)
(#2834) There should be no spaces inside this paren. (space-in-parens)
(#2835) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2844) There should be no spaces inside this paren. (space-in-parens)
(#2844) There should be no spaces inside this paren. (space-in-parens)
(#2849) There should be no spaces inside this paren. (space-in-parens)
(#2849) There should be no spaces inside this paren. (space-in-parens)
(#2850) There should be no space after '[' (array-bracket-spacing)
(#2850) There should be no space before ']' (array-bracket-spacing)
(#2851) There should be no space after '[' (computed-property-spacing)
(#2851) There should be no space before ']' (computed-property-spacing)
(#2852) There should be no spaces inside this paren. (space-in-parens)
(#2852) There should be no spaces inside this paren. (space-in-parens)
(#2859) There should be no space after '[' (array-bracket-spacing)
(#2859) There should be no space before ']' (array-bracket-spacing)
(#2860) There should be no space after '[' (computed-property-spacing)
(#2860) There should be no space before ']' (computed-property-spacing)
(#2860) There should be no spaces inside this paren. (space-in-parens)
(#2860) There should be no space after '[' (computed-property-spacing)
(#2860) There should be no space before ']' (computed-property-spacing)
(#2861) Expected to return a value at the end of this function. (consistent-return)
(#2861) There should be no spaces inside this paren. (space-in-parens)
(#2861) There should be no spaces inside this paren. (space-in-parens)
(#2862) There should be no spaces inside this paren. (space-in-parens)
(#2862) There should be no spaces inside this paren. (space-in-parens)
(#2862) There should be no spaces inside this paren. (space-in-parens)
(#2862) There should be no spaces inside this paren. (space-in-parens)
(#2863) There should be no spaces inside this paren. (space-in-parens)
(#2863) There should be no spaces inside this paren. (space-in-parens)
(#2863) There should be no spaces inside this paren. (space-in-parens)
(#2863) There should be no spaces inside this paren. (space-in-parens)
(#2871) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#2879) There should be no spaces inside this paren. (space-in-parens)
(#2879) There should be no spaces inside this paren. (space-in-parens)
(#2880) There should be no spaces inside this paren. (space-in-parens)
(#2880) There should be no spaces inside this paren. (space-in-parens)
(#2881) There should be no spaces inside this paren. (space-in-parens)
(#2881) There should be no spaces inside this paren. (space-in-parens)
(#2884) There should be no spaces inside this paren. (space-in-parens)
(#2884) There should be no spaces inside this paren. (space-in-parens)
(#2885) There should be no spaces inside this paren. (space-in-parens)
(#2885) There should be no spaces inside this paren. (space-in-parens)
(#2889) There should be no spaces inside this paren. (space-in-parens)
(#2889) There should be no spaces inside this paren. (space-in-parens)
(#2894) There should be no spaces inside this paren. (space-in-parens)
(#2894) There should be no space after '[' (computed-property-spacing)
(#2894) ["class"] is better written in dot notation. (dot-notation)
(#2894) There should be no space before ']' (computed-property-spacing)
(#2894) There should be no spaces inside this paren. (space-in-parens)
(#2897) There should be no spaces inside this paren. (space-in-parens)
(#2897) There should be no spaces inside this paren. (space-in-parens)
(#2898) There should be no spaces inside this paren. (space-in-parens)
(#2898) There should be no spaces inside this paren. (space-in-parens)
(#2907) Function 'add' has a complexity of 25. (complexity)
(#2907) There should be no spaces inside this paren. (space-in-parens)
(#2907) There should be no spaces inside this paren. (space-in-parens)
(#2911) 'quick' is defined but never used (no-unused-vars)
(#2914) There should be no spaces inside this paren. (space-in-parens)
(#2914) There should be no spaces inside this paren. (space-in-parens)
(#2914) There should be no spaces inside this paren. (space-in-parens)
(#2914) There should be no spaces inside this paren. (space-in-parens)
(#2919) There should be no spaces inside this paren. (space-in-parens)
(#2919) There should be no spaces inside this paren. (space-in-parens)
(#2926) There should be no spaces inside this paren. (space-in-parens)
(#2926) There should be no spaces inside this paren. (space-in-parens)
(#2932) There should be no spaces inside this paren. (space-in-parens)
(#2932) There should be no spaces inside this paren. (space-in-parens)
(#2936) There should be no spaces inside this paren. (space-in-parens)
(#2936) There should be no spaces inside this paren. (space-in-parens)
(#2937) There should be no spaces inside this paren. (space-in-parens)
(#2937) There should be no spaces inside this paren. (space-in-parens)
(#2941) There should be no spaces inside this paren. (space-in-parens)
(#2941) There should be no spaces inside this paren. (space-in-parens)
(#2950) There should be no spaces inside this paren. (space-in-parens)
(#2950) There should be no spaces inside this paren. (space-in-parens)
(#2950) There should be no spaces inside this paren. (space-in-parens)
(#2950) There should be no spaces inside this paren. (space-in-parens)
(#2951) There should be no spaces inside this paren. (space-in-parens)
(#2951) There should be no spaces inside this paren. (space-in-parens)
(#2953) There should be no spaces inside this paren. (space-in-parens)
(#2953) There should be no spaces inside this paren. (space-in-parens)
(#2955) There should be no spaces inside this paren. (space-in-parens)
(#2955) There should be no spaces inside this paren. (space-in-parens)
(#2955) There should be no spaces inside this paren. (space-in-parens)
(#2955) There should be no spaces inside this paren. (space-in-parens)
(#2958) There should be no space after '[' (computed-property-spacing)
(#2958) There should be no space before ']' (computed-property-spacing)
(#2961) There should be no spaces inside this paren. (space-in-parens)
(#2961) There should be no spaces inside this paren. (space-in-parens)
(#2964) There should be no space after '[' (computed-property-spacing)
(#2964) There should be no space before ']' (computed-property-spacing)
(#2974) There should be no spaces inside this paren. (space-in-parens)
(#2974) There should be no spaces inside this paren. (space-in-parens)
(#2976) There should be no spaces inside this paren. (space-in-parens)
(#2979) There should be no space after '[' (computed-property-spacing)
(#2979) There should be no space before ']' (computed-property-spacing)
(#2980) There should be no spaces inside this paren. (space-in-parens)
(#2980) There should be no spaces inside this paren. (space-in-parens)
(#2981) There should be no space after '[' (computed-property-spacing)
(#2981) There should be no space before ']' (computed-property-spacing)
(#2985) There should be no spaces inside this paren. (space-in-parens)
(#2985) There should be no spaces inside this paren. (space-in-parens)
(#2985) There should be no spaces inside this paren. (space-in-parens)
(#2985) There should be no spaces inside this paren. (space-in-parens)
(#2987) There should be no spaces inside this paren. (space-in-parens)
(#2987) There should be no spaces inside this paren. (space-in-parens)
(#2988) There should be no spaces inside this paren. (space-in-parens)
(#2988) There should be no spaces inside this paren. (space-in-parens)
(#2990) There should be no spaces inside this paren. (space-in-parens)
(#2990) There should be no spaces inside this paren. (space-in-parens)
(#2991) There should be no spaces inside this paren. (space-in-parens)
(#2991) There should be no spaces inside this paren. (space-in-parens)
(#2996) There should be no spaces inside this paren. (space-in-parens)
(#2996) There should be no spaces inside this paren. (space-in-parens)
(#2997) There should be no spaces inside this paren. (space-in-parens)
(#2997) There should be no spaces inside this paren. (space-in-parens)
(#2999) There should be no spaces inside this paren. (space-in-parens)
(#2999) There should be no spaces inside this paren. (space-in-parens)
(#3005) There should be no spaces inside this paren. (space-in-parens)
(#3005) There should be no spaces inside this paren. (space-in-parens)
(#3006) There should be no spaces inside this paren. (space-in-parens)
(#3006) There should be no spaces inside this paren. (space-in-parens)
(#3008) There should be no spaces inside this paren. (space-in-parens)
(#3008) There should be no spaces inside this paren. (space-in-parens)
(#3012) There should be no space after '[' (computed-property-spacing)
(#3012) There should be no space before ']' (computed-property-spacing)
(#3022) Function 'remove' has a complexity of 27. (complexity)
(#3022) There should be no spaces inside this paren. (space-in-parens)
(#3022) There should be no spaces inside this paren. (space-in-parens)
(#3024) There should be no spaces inside this paren. (space-in-parens)
(#3024) There should be no spaces inside this paren. (space-in-parens)
(#3024) There should be no spaces inside this paren. (space-in-parens)
(#3024) There should be no spaces inside this paren. (space-in-parens)
(#3028) There should be no spaces inside this paren. (space-in-parens)
(#3028) There should be no spaces inside this paren. (space-in-parens)
(#3033) There should be no spaces inside this paren. (space-in-parens)
(#3033) There should be no spaces inside this paren. (space-in-parens)
(#3033) There should be no spaces inside this paren. (space-in-parens)
(#3033) There should be no spaces inside this paren. (space-in-parens)
(#3034) There should be no spaces inside this paren. (space-in-parens)
(#3034) There should be no spaces inside this paren. (space-in-parens)
(#3035) There should be no spaces inside this paren. (space-in-parens)
(#3035) There should be no spaces inside this paren. (space-in-parens)
(#3040) There should be no spaces inside this paren. (space-in-parens)
(#3040) There should be no spaces inside this paren. (space-in-parens)
(#3041) There should be no spaces inside this paren. (space-in-parens)
(#3041) There should be no spaces inside this paren. (space-in-parens)
(#3042) There should be no spaces inside this paren. (space-in-parens)
(#3042) There should be no space after '[' (computed-property-spacing)
(#3042) There should be no space before ']' (computed-property-spacing)
(#3042) There should be no spaces inside this paren. (space-in-parens)
(#3047) There should be no space after '[' (computed-property-spacing)
(#3047) There should be no space before ']' (computed-property-spacing)
(#3048) There should be no spaces inside this paren. (space-in-parens)
(#3048) Infix operators must be spaced. (space-infix-ops)
(#3048) There should be no spaces inside this paren. (space-in-parens)
(#3049) There should be no space after '[' (computed-property-spacing)
(#3049) There should be no space before ']' (computed-property-spacing)
(#3054) There should be no spaces inside this paren. (space-in-parens)
(#3054) There should be no spaces inside this paren. (space-in-parens)
(#3055) There should be no space after '[' (computed-property-spacing)
(#3055) There should be no space before ']' (computed-property-spacing)
(#3057) There should be no spaces inside this paren. (space-in-parens)
(#3057) There should be no spaces inside this paren. (space-in-parens)
(#3057) There should be no spaces inside this paren. (space-in-parens)
(#3058) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#3058) There should be no spaces inside this paren. (space-in-parens)
(#3058) There should be no spaces inside this paren. (space-in-parens)
(#3059) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#3059) There should be no spaces inside this paren. (space-in-parens)
(#3059) There should be no spaces inside this paren. (space-in-parens)
(#3059) There should be no spaces inside this paren. (space-in-parens)
(#3059) There should be no spaces inside this paren. (space-in-parens)
(#3060) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#3060) There should be no spaces inside this paren. (space-in-parens)
(#3060) There should be no spaces inside this paren. (space-in-parens)
(#3060) There should be no spaces inside this paren. (space-in-parens)
(#3061) There should be no spaces inside this paren. (space-in-parens)
(#3061) There should be no spaces inside this paren. (space-in-parens)
(#3063) There should be no spaces inside this paren. (space-in-parens)
(#3063) There should be no spaces inside this paren. (space-in-parens)
(#3066) There should be no spaces inside this paren. (space-in-parens)
(#3066) There should be no spaces inside this paren. (space-in-parens)
(#3067) There should be no spaces inside this paren. (space-in-parens)
(#3067) There should be no spaces inside this paren. (space-in-parens)
(#3074) There should be no spaces inside this paren. (space-in-parens)
(#3074) There should be no spaces inside this paren. (space-in-parens)
(#3075) There should be no spaces inside this paren. (space-in-parens)
(#3075) There should be no spaces inside this paren. (space-in-parens)
(#3075) There should be no spaces inside this paren. (space-in-parens)
(#3075) There should be no spaces inside this paren. (space-in-parens)
(#3076) There should be no spaces inside this paren. (space-in-parens)
(#3076) There should be no spaces inside this paren. (space-in-parens)
(#3079) There should be no space after '[' (computed-property-spacing)
(#3079) There should be no space before ']' (computed-property-spacing)
(#3084) There should be no spaces inside this paren. (space-in-parens)
(#3084) There should be no spaces inside this paren. (space-in-parens)
(#3084) There should be no spaces inside this paren. (space-in-parens)
(#3084) There should be no spaces inside this paren. (space-in-parens)
(#3086) There should be no spaces inside this paren. (space-in-parens)
(#3086) There should be no spaces inside this paren. (space-in-parens)
(#3092) There should be no spaces inside this paren. (space-in-parens)
(#3092) There should be no space after '[' (array-bracket-spacing)
(#3092) There should be no space before ']' (array-bracket-spacing)
(#3092) There should be no spaces inside this paren. (space-in-parens)
(#3104) Function 'trigger' has a complexity of 39. (complexity)
(#3104) There should be no spaces inside this paren. (space-in-parens)
(#3104) There should be no spaces inside this paren. (space-in-parens)
(#3106) There should be no spaces inside this paren. (space-in-parens)
(#3106) There should be no spaces inside this paren. (space-in-parens)
(#3116) There should be no spaces inside this paren. (space-in-parens)
(#3116) There should be no spaces inside this paren. (space-in-parens)
(#3116) There should be no spaces inside this paren. (space-in-parens)
(#3116) There should be no spaces inside this paren. (space-in-parens)
(#3120) There should be no spaces inside this paren. (space-in-parens)
(#3120) There should be no spaces inside this paren. (space-in-parens)
(#3120) There should be no spaces inside this paren. (space-in-parens)
(#3120) There should be no spaces inside this paren. (space-in-parens)
(#3126) There should be no spaces inside this paren. (space-in-parens)
(#3126) There should be no spaces inside this paren. (space-in-parens)
(#3126) There should be no spaces inside this paren. (space-in-parens)
(#3126) There should be no spaces inside this paren. (space-in-parens)
(#3133) There should be no spaces inside this paren. (space-in-parens)
(#3133) There should be no space after '[' (computed-property-spacing)
(#3133) There should be no space before ']' (computed-property-spacing)
(#3133) There should be no space after '[' (computed-property-spacing)
(#3133) There should be no space before ']' (computed-property-spacing)
(#3133) There should be no spaces inside this paren. (space-in-parens)
(#3139) Do not nest ternary expressions (no-nested-ternary)
(#3141) There should be no space after '[' (computed-property-spacing)
(#3141) There should be no space before ']' (computed-property-spacing)
(#3143) There should be no spaces inside this paren. (space-in-parens)
(#3143) There should be no spaces inside this paren. (space-in-parens)
(#3145) There should be no spaces inside this paren. (space-in-parens)
(#3145) There should be no spaces inside this paren. (space-in-parens)
(#3150) There should be no spaces inside this paren. (space-in-parens)
(#3150) There should be no spaces inside this paren. (space-in-parens)
(#3151) Identifier 'namespace_re' is not in camel case. (camelcase)
(#3151) Infix operators must be spaced. (space-infix-ops)
(#3152) There should be no spaces inside this paren. (space-in-parens)
(#3152) There should be no spaces inside this paren. (space-in-parens)
(#3155) There should be no spaces inside this paren. (space-in-parens)
(#3155) There should be no spaces inside this paren. (space-in-parens)
(#3159) There should be no spaces inside this paren. (space-in-parens)
(#3159) There should be no spaces inside this paren. (space-in-parens)
(#3160) There should be no spaces inside this paren. (space-in-parens)
(#3160) There should be no space after '[' (computed-property-spacing)
(#3160) There should be no space before ']' (computed-property-spacing)
(#3160) There should be no space after '[' (computed-property-spacing)
(#3160) There should be no space before ']' (computed-property-spacing)
(#3160) There should be no space after '[' (computed-property-spacing)
(#3160) There should be no space before ']' (computed-property-spacing)
(#3160) There should be no spaces inside this paren. (space-in-parens)
(#3161) There should be no spaces inside this paren. (space-in-parens)
(#3161) There should be no space after '[' (computed-property-spacing)
(#3161) There should be no space before ']' (computed-property-spacing)
(#3161) There should be no spaces inside this paren. (space-in-parens)
(#3169) There should be no spaces inside this paren. (space-in-parens)
(#3169) There should be no spaces inside this paren. (space-in-parens)
(#3174) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#3174) There should be no spaces inside this paren. (space-in-parens)
(#3174) There should be no spaces inside this paren. (space-in-parens)
(#3175) There should be no spaces inside this paren. (space-in-parens)
(#3175) There should be no spaces inside this paren. (space-in-parens)
(#3178) There should be no space after '[' (computed-property-spacing)
(#3178) There should be no space before ']' (computed-property-spacing)
(#3179) There should be no spaces inside this paren. (space-in-parens)
(#3179) There should be no spaces inside this paren. (space-in-parens)
(#3179) There should be no spaces inside this paren. (space-in-parens)
(#3179) There should be no spaces inside this paren. (space-in-parens)
(#3185) There should be no space after '[' (array-bracket-spacing)
(#3185) There should be no space before ']' (array-bracket-spacing)
(#3186) There should be no spaces inside this paren. (space-in-parens)
(#3186) There should be no spaces inside this paren. (space-in-parens)
(#3186) There should be no spaces inside this paren. (space-in-parens)
(#3186) There should be no spaces inside this paren. (space-in-parens)
(#3189) There should be no spaces inside this paren. (space-in-parens)
(#3189) There should be no spaces inside this paren. (space-in-parens)
(#3191) There should be no spaces inside this paren. (space-in-parens)
(#3191) There should be no spaces inside this paren. (space-in-parens)
(#3192) There should be no space after '[' (array-bracket-spacing)
(#3192) There should be no space before ']' (array-bracket-spacing)
(#3197) There should be no spaces inside this paren. (space-in-parens)
(#3197) There should be no spaces inside this paren. (space-in-parens)
(#3198) There should be no space after '[' (array-bracket-spacing)
(#3198) There should be no space before ']' (array-bracket-spacing)
(#3203) There should be no spaces inside this paren. (space-in-parens)
(#3203) There should be no spaces inside this paren. (space-in-parens)
(#3208) There should be no spaces inside this paren. (space-in-parens)
(#3208) There should be no spaces inside this paren. (space-in-parens)
(#3208) There should be no spaces inside this paren. (space-in-parens)
(#3208) There should be no spaces inside this paren. (space-in-parens)
(#3208) There should be no space after '[' (computed-property-spacing)
(#3208) There should be no space before ']' (computed-property-spacing)
(#3208) There should be no spaces inside this paren. (space-in-parens)
(#3208) There should be no spaces inside this paren. (space-in-parens)
(#3209) There should be no spaces inside this paren. (space-in-parens)
(#3209) There should be no spaces inside this paren. (space-in-parens)
(#3210) There should be no spaces inside this paren. (space-in-parens)
(#3210) There should be no spaces inside this paren. (space-in-parens)
(#3213) There should be no space after '[' (computed-property-spacing)
(#3213) There should be no space before ']' (computed-property-spacing)
(#3214) There should be no spaces inside this paren. (space-in-parens)
(#3214) There should be no spaces inside this paren. (space-in-parens)
(#3214) There should be no spaces inside this paren. (space-in-parens)
(#3214) There should be no spaces inside this paren. (space-in-parens)
(#3214) There should be no spaces inside this paren. (space-in-parens)
(#3214) There should be no spaces inside this paren. (space-in-parens)
(#3221) There should be no spaces inside this paren. (space-in-parens)
(#3221) There should be no spaces inside this paren. (space-in-parens)
(#3223) There should be no spaces inside this paren. (space-in-parens)
(#3223) There should be no spaces inside this paren. (space-in-parens)
(#3223) There should be no spaces inside this paren. (space-in-parens)
(#3224) There should be no spaces inside this paren. (space-in-parens)
(#3224) There should be no spaces inside this paren. (space-in-parens)
(#3224) There should be no spaces inside this paren. (space-in-parens)
(#3224) There should be no spaces inside this paren. (space-in-parens)
(#3224) There should be no spaces inside this paren. (space-in-parens)
(#3230) Line 3230 exceeds the maximum line length of 132. (max-len)
(#3230) There should be no spaces inside this paren. (space-in-parens)
(#3230) There should be no space after '[' (computed-property-spacing)
(#3230) There should be no space before ']' (computed-property-spacing)
(#3230) There should be no spaces inside this paren. (space-in-parens)
(#3230) There should be no spaces inside this paren. (space-in-parens)
(#3230) There should be no spaces inside this paren. (space-in-parens)
(#3233) There should be no space after '[' (computed-property-spacing)
(#3233) There should be no space before ']' (computed-property-spacing)
(#3235) There should be no spaces inside this paren. (space-in-parens)
(#3235) There should be no spaces inside this paren. (space-in-parens)
(#3236) There should be no space after '[' (computed-property-spacing)
(#3236) There should be no space before ']' (computed-property-spacing)
(#3241) There should be no space after '[' (computed-property-spacing)
(#3241) There should be no space before ']' (computed-property-spacing)
(#3244) There should be no spaces inside this paren. (space-in-parens)
(#3244) There should be no spaces inside this paren. (space-in-parens)
(#3245) There should be no space after '[' (computed-property-spacing)
(#3245) There should be no space before ']' (computed-property-spacing)
(#3251) Expected no return value. (consistent-return)
(#3254) Function 'dispatch' has a complexity of 27. (complexity)
(#3254) There should be no spaces inside this paren. (space-in-parens)
(#3254) There should be no spaces inside this paren. (space-in-parens)
(#3257) There should be no spaces inside this paren. (space-in-parens)
(#3257) There should be no spaces inside this paren. (space-in-parens)
(#3259) There should be no spaces inside this paren. (space-in-parens)
(#3259) There should be no spaces inside this paren. (space-in-parens)
(#3259) There should be no spaces inside this paren. (space-in-parens)
(#3259) There should be no spaces inside this paren. (space-in-parens)
(#3259) There should be no space after '[' (computed-property-spacing)
(#3259) There should be no space before ']' (computed-property-spacing)
(#3261) There should be no spaces inside this paren. (space-in-parens)
(#3261) There should be no spaces inside this paren. (space-in-parens)
(#3262) Identifier 'run_all' is not in camel case. (camelcase)
(#3263) There should be no space after '[' (computed-property-spacing)
(#3263) There should be no space before ']' (computed-property-spacing)
(#3265) 'related' is defined but never used (no-unused-vars)
(#3272) There should be no spaces inside this paren. (space-in-parens)
(#3272) There should be no spaces inside this paren. (space-in-parens)
(#3272) There should be no spaces inside this paren. (space-in-parens)
(#3272) There should be no spaces inside this paren. (space-in-parens)
(#3278) There should be no spaces inside this paren. (space-in-parens)
(#3278) There should be no spaces inside this paren. (space-in-parens)
(#3284) There should be no spaces inside this paren. (space-in-parens)
(#3284) There should be no spaces inside this paren. (space-in-parens)
(#3287) There should be no spaces inside this paren. (space-in-parens)
(#3287) There should be no spaces inside this paren. (space-in-parens)
(#3291) There should be no spaces inside this paren. (space-in-parens)
(#3291) There should be no spaces inside this paren. (space-in-parens)
(#3292) There should be no space after '[' (computed-property-spacing)
(#3292) There should be no space before ']' (computed-property-spacing)
(#3295) Blocks are nested too deeply (5). (max-depth)
(#3295) There should be no spaces inside this paren. (space-in-parens)
(#3295) There should be no space after '[' (computed-property-spacing)
(#3295) There should be no space before ']' (computed-property-spacing)
(#3295) There should be no spaces inside this paren. (space-in-parens)
(#3296) There should be no space after '[' (computed-property-spacing)
(#3296) There should be no space before ']' (computed-property-spacing)
(#3297) There should be no spaces inside this paren. (space-in-parens)
(#3297) There should be no spaces inside this paren. (space-in-parens)
(#3297) There should be no spaces inside this paren. (space-in-parens)
(#3297) There should be no spaces inside this paren. (space-in-parens)
(#3300) Blocks are nested too deeply (5). (max-depth)
(#3300) There should be no spaces inside this paren. (space-in-parens)
(#3300) There should be no space after '[' (computed-property-spacing)
(#3300) There should be no space before ']' (computed-property-spacing)
(#3300) There should be no spaces inside this paren. (space-in-parens)
(#3301) There should be no spaces inside this paren. (space-in-parens)
(#3301) There should be no spaces inside this paren. (space-in-parens)
(#3304) There should be no spaces inside this paren. (space-in-parens)
(#3304) There should be no spaces inside this paren. (space-in-parens)
(#3305) There should be no space after '{' (object-curly-spacing)
(#3305) There should be no space before '}' (object-curly-spacing)
(#3312) There should be no spaces inside this paren. (space-in-parens)
(#3312) There should be no spaces inside this paren. (space-in-parens)
(#3313) There should be no space after '{' (object-curly-spacing)
(#3313) There should be no spaces inside this paren. (space-in-parens)
(#3313) There should be no spaces inside this paren. (space-in-parens)
(#3313) There should be no space before '}' (object-curly-spacing)
(#3317) There should be no spaces inside this paren. (space-in-parens)
(#3317) There should be no spaces inside this paren. (space-in-parens)
(#3318) There should be no space after '[' (computed-property-spacing)
(#3318) There should be no space before ']' (computed-property-spacing)
(#3321) There should be no spaces inside this paren. (space-in-parens)
(#3321) There should be no spaces inside this paren. (space-in-parens)
(#3322) There should be no space after '[' (computed-property-spacing)
(#3322) There should be no space before ']' (computed-property-spacing)
(#3326) Line 3326 exceeds the maximum line length of 132. (max-len)
(#3326) There should be no spaces inside this paren. (space-in-parens)
(#3326) Identifier 'run_all' is not in camel case. (camelcase)
(#3326) There should be no spaces inside this paren. (space-in-parens)
(#3326) There should be no spaces inside this paren. (space-in-parens)
(#3326) There should be no spaces inside this paren. (space-in-parens)
(#3331) There should be no spaces inside this paren. (space-in-parens)
(#3331) There should be no space after '[' (computed-property-spacing)
(#3331) There should be no space before ']' (computed-property-spacing)
(#3331) There should be no spaces inside this paren. (space-in-parens)
(#3332) There should be no spaces inside this paren. (space-in-parens)
(#3332) There should be no spaces inside this paren. (space-in-parens)
(#3334) There should be no spaces inside this paren. (space-in-parens)
(#3334) There should be no spaces inside this paren. (space-in-parens)
(#3336) Blocks are nested too deeply (5). (max-depth)
(#3336) There should be no spaces inside this paren. (space-in-parens)
(#3336) There should be no spaces inside this paren. (space-in-parens)
(#3346) There should be no spaces inside this paren. (space-in-parens)
(#3346) There should be no spaces inside this paren. (space-in-parens)
(#3347) There should be no spaces inside this paren. (space-in-parens)
(#3347) There should be no spaces inside this paren. (space-in-parens)
(#3350) Expected no return value. (consistent-return)
(#3355) Line 3355 exceeds the maximum line length of 132. (max-len)
(#3361) There should be no spaces inside this paren. (space-in-parens)
(#3361) There should be no spaces inside this paren. (space-in-parens)
(#3364) There should be no spaces inside this paren. (space-in-parens)
(#3364) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#3364) There should be no spaces inside this paren. (space-in-parens)
(#3365) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#3374) There should be no spaces inside this paren. (space-in-parens)
(#3374) There should be no spaces inside this paren. (space-in-parens)
(#3380) There should be no spaces inside this paren. (space-in-parens)
(#3380) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#3380) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#3380) There should be no spaces inside this paren. (space-in-parens)
(#3385) Line 3385 exceeds the maximum line length of 132. (max-len)
(#3385) There should be no spaces inside this paren. (space-in-parens)
(#3385) There should be no spaces inside this paren. (space-in-parens)
(#3385) There should be no spaces inside this paren. (space-in-parens)
(#3385) There should be no spaces inside this paren. (space-in-parens)
(#3386) Line 3386 exceeds the maximum line length of 132. (max-len)
(#3386) There should be no spaces inside this paren. (space-in-parens)
(#3386) Multiple spaces found before '||'. (no-multi-spaces)
(#3386) Multiple spaces found before '||'. (no-multi-spaces)
(#3386) There should be no spaces inside this paren. (space-in-parens)
(#3386) There should be no spaces inside this paren. (space-in-parens)
(#3386) Multiple spaces found before '||'. (no-multi-spaces)
(#3386) Multiple spaces found before '||'. (no-multi-spaces)
(#3386) There should be no spaces inside this paren. (space-in-parens)
(#3390) There should be no spaces inside this paren. (space-in-parens)
(#3390) There should be no spaces inside this paren. (space-in-parens)
(#3396) There should be no spaces inside this paren. (space-in-parens)
(#3396) There should be no spaces inside this paren. (space-in-parens)
(#3397) There should be no spaces inside this paren. (space-in-parens)
(#3397) Do not nest ternary expressions (no-nested-ternary)
(#3397) Unexpected use of '&'. (no-bitwise)
(#3397) There should be no spaces inside this paren. (space-in-parens)
(#3397) Do not nest ternary expressions (no-nested-ternary)
(#3397) Unexpected use of '&'. (no-bitwise)
(#3397) There should be no spaces inside this paren. (space-in-parens)
(#3397) Unexpected use of '&'. (no-bitwise)
(#3397) There should be no spaces inside this paren. (space-in-parens)
(#3397) There should be no spaces inside this paren. (space-in-parens)
(#3397) There should be no spaces inside this paren. (space-in-parens)
(#3404) There should be no spaces inside this paren. (space-in-parens)
(#3404) There should be no spaces inside this paren. (space-in-parens)
(#3405) There should be no spaces inside this paren. (space-in-parens)
(#3405) There should be no space after '[' (computed-property-spacing)
(#3405) There should be no space before ']' (computed-property-spacing)
(#3405) There should be no spaces inside this paren. (space-in-parens)
(#3412) There should be no space after '[' (computed-property-spacing)
(#3412) There should be no space before ']' (computed-property-spacing)
(#3413) There should be no spaces inside this paren. (space-in-parens)
(#3413) There should be no spaces inside this paren. (space-in-parens)
(#3415) There should be no spaces inside this paren. (space-in-parens)
(#3415) There should be no spaces inside this paren. (space-in-parens)
(#3417) There should be no spaces inside this paren. (space-in-parens)
(#3417) There should be no spaces inside this paren. (space-in-parens)
(#3418) There should be no space after '[' (computed-property-spacing)
(#3418) There should be no space before ']' (computed-property-spacing)
(#3419) There should be no space after '[' (computed-property-spacing)
(#3419) There should be no space before ']' (computed-property-spacing)
(#3419) There should be no space after '[' (computed-property-spacing)
(#3419) There should be no space before ']' (computed-property-spacing)
(#3423) There should be no spaces inside this paren. (space-in-parens)
(#3423) There should be no spaces inside this paren. (space-in-parens)
(#3428) There should be no spaces inside this paren. (space-in-parens)
(#3428) There should be no spaces inside this paren. (space-in-parens)
(#3433) There should be no spaces inside this paren. (space-in-parens)
(#3433) There should be no spaces inside this paren. (space-in-parens)
(#3437) Infix operators must be spaced. (space-infix-ops)
(#3437) There should be no spaces inside this paren. (space-in-parens)
(#3437) There should be no spaces inside this paren. (space-in-parens)
(#3459) There should be no spaces inside this paren. (space-in-parens)
(#3459) There should be no spaces inside this paren. (space-in-parens)
(#3461) There should be no spaces inside this paren. (space-in-parens)
(#3461) There should be no spaces inside this paren. (space-in-parens)
(#3461) There should be no spaces inside this paren. (space-in-parens)
(#3461) There should be no spaces inside this paren. (space-in-parens)
(#3466) There should be no spaces inside this paren. (space-in-parens)
(#3466) There should be no spaces inside this paren. (space-in-parens)
(#3467) There should be no spaces inside this paren. (space-in-parens)
(#3467) There should be no spaces inside this paren. (space-in-parens)
(#3474) There should be no spaces inside this paren. (space-in-parens)
(#3474) There should be no spaces inside this paren. (space-in-parens)
(#3481) There should be no space after '{' (object-curly-spacing)
(#3486) There should be no spaces inside this paren. (space-in-parens)
(#3486) There should be no spaces inside this paren. (space-in-parens)
(#3487) There should be no spaces inside this paren. (space-in-parens)
(#3487) There should be no spaces inside this paren. (space-in-parens)
(#3489) There should be no spaces inside this paren. (space-in-parens)
(#3489) There should be no spaces inside this paren. (space-in-parens)
(#3491) There should be no spaces inside this paren. (space-in-parens)
(#3491) There should be no spaces inside this paren. (space-in-parens)
(#3502) There should be no spaces inside this paren. (space-in-parens)
(#3502) There should be no spaces inside this paren. (space-in-parens)
(#3503) There should be no spaces inside this paren. (space-in-parens)
(#3503) There should be no spaces inside this paren. (space-in-parens)
(#3504) There should be no spaces inside this paren. (space-in-parens)
(#3504) There should be no spaces inside this paren. (space-in-parens)
(#3507) There should be no spaces inside this paren. (space-in-parens)
(#3507) There should be no spaces inside this paren. (space-in-parens)
(#3508) There should be no spaces inside this paren. (space-in-parens)
(#3508) There should be no spaces inside this paren. (space-in-parens)
(#3509) There should be no spaces inside this paren. (space-in-parens)
(#3509) There should be no spaces inside this paren. (space-in-parens)
(#3513) Expected to return a value at the end of this function. (consistent-return)
(#3513) There should be no spaces inside this paren. (space-in-parens)
(#3513) There should be no spaces inside this paren. (space-in-parens)
(#3515) There should be no spaces inside this paren. (space-in-parens)
(#3515) There should be no spaces inside this paren. (space-in-parens)
(#3516) There should be no spaces inside this paren. (space-in-parens)
(#3516) There should be no spaces inside this paren. (space-in-parens)
(#3520) There should be no spaces inside this paren. (space-in-parens)
(#3520) There should be no spaces inside this paren. (space-in-parens)
(#3526) There should be no spaces inside this paren. (space-in-parens)
(#3527) There should be no spaces inside this paren. (space-in-parens)
(#3535) There should be no spaces inside this paren. (space-in-parens)
(#3535) There should be no spaces inside this paren. (space-in-parens)
(#3536) There should be no spaces inside this paren. (space-in-parens)
(#3536) There should be no spaces inside this paren. (space-in-parens)
(#3543) There should be no space after '[' (computed-property-spacing)
(#3543) There should be no space before ']' (computed-property-spacing)
(#3546) Missing JSDoc comment. (require-jsdoc)
(#3549) Missing JSDoc comment. (require-jsdoc)
(#3560) There should be no spaces inside this paren. (space-in-parens)
(#3560) There should be no spaces inside this paren. (space-in-parens)
(#3565) There should be no spaces inside this paren. (space-in-parens)
(#3565) There should be no spaces inside this paren. (space-in-parens)
(#3577) There should be no spaces inside this paren. (space-in-parens)
(#3577) There should be no spaces inside this paren. (space-in-parens)
(#3581) There should be no spaces inside this paren. (space-in-parens)
(#3581) There should be no spaces inside this paren. (space-in-parens)
(#3600) There should be no spaces inside this paren. (space-in-parens)
(#3600) There should be no spaces inside this paren. (space-in-parens)
(#3601) There should be no space after '[' (computed-property-spacing)
(#3601) There should be no space before ']' (computed-property-spacing)
(#3605) There should be no spaces inside this paren. (space-in-parens)
(#3605) There should be no spaces inside this paren. (space-in-parens)
(#3609) 'selector' is defined but never used (no-unused-vars)
(#3614) There should be no spaces inside this paren. (space-in-parens)
(#3614) There should be no spaces inside this paren. (space-in-parens)
(#3614) There should be no spaces inside this paren. (space-in-parens)
(#3614) There should be no spaces inside this paren. (space-in-parens)
(#3616) There should be no spaces inside this paren. (space-in-parens)
(#3616) There should be no spaces inside this paren. (space-in-parens)
(#3625) There should be no spaces inside this paren. (space-in-parens)
(#3625) There should be no spaces inside this paren. (space-in-parens)
(#3628) Expected to return a value at the end of this function. (consistent-return)
(#3630) There should be no spaces inside this paren. (space-in-parens)
(#3630) There should be no spaces inside this paren. (space-in-parens)
(#3630) There should be no spaces inside this paren. (space-in-parens)
(#3630) There should be no spaces inside this paren. (space-in-parens)
(#3635) There should be no spaces inside this paren. (space-in-parens)
(#3635) There should be no spaces inside this paren. (space-in-parens)
(#3635) There should be no spaces inside this paren. (space-in-parens)
(#3638) There should be no spaces inside this paren. (space-in-parens)
(#3638) There should be no spaces inside this paren. (space-in-parens)
(#3638) There should be no spaces inside this paren. (space-in-parens)
(#3638) There should be no spaces inside this paren. (space-in-parens)
(#3639) There should be no spaces inside this paren. (space-in-parens)
(#3639) There should be no spaces inside this paren. (space-in-parens)
(#3640) There should be no spaces inside this paren. (space-in-parens)
(#3640) There should be no spaces inside this paren. (space-in-parens)
(#3640) There should be no spaces inside this paren. (space-in-parens)
(#3641) Identifier '_submit_bubble' is not in camel case. (camelcase)
(#3643) Identifier '_submit_attached' is not in camel case. (camelcase)
(#3648) Trailing spaces not allowed. (no-trailing-spaces)
(#3649) There should be no spaces inside this paren. (space-in-parens)
(#3649) There should be no spaces inside this paren. (space-in-parens)
(#3651) There should be no spaces inside this paren. (space-in-parens)
(#3651) There should be no spaces inside this paren. (space-in-parens)
(#3653) There should be no spaces inside this paren. (space-in-parens)
(#3653) There should be no spaces inside this paren. (space-in-parens)
(#3654) There should be no spaces inside this paren. (space-in-parens)
(#3654) There should be no spaces inside this paren. (space-in-parens)
(#3659) Expected to return a value at the end of this function. (consistent-return)
(#3661) There should be no spaces inside this paren. (space-in-parens)
(#3661) There should be no spaces inside this paren. (space-in-parens)
(#3661) There should be no spaces inside this paren. (space-in-parens)
(#3661) There should be no spaces inside this paren. (space-in-parens)
(#3666) There should be no spaces inside this paren. (space-in-parens)
(#3666) There should be no spaces inside this paren. (space-in-parens)
(#3672) There should be no spaces inside this paren. (space-in-parens)
(#3672) There should be no spaces inside this paren. (space-in-parens)
(#3676) Expected to return a value at the end of this function. (consistent-return)
(#3678) There should be no spaces inside this paren. (space-in-parens)
(#3678) There should be no spaces inside this paren. (space-in-parens)
(#3678) There should be no spaces inside this paren. (space-in-parens)
(#3678) There should be no spaces inside this paren. (space-in-parens)
(#3682) There should be no spaces inside this paren. (space-in-parens)
(#3682) There should be no spaces inside this paren. (space-in-parens)
(#3683) There should be no spaces inside this paren. (space-in-parens)
(#3683) There should be no spaces inside this paren. (space-in-parens)
(#3683) There should be no spaces inside this paren. (space-in-parens)
(#3684) There should be no spaces inside this paren. (space-in-parens)
(#3684) There should be no spaces inside this paren. (space-in-parens)
(#3685) Identifier '_just_changed' is not in camel case. (camelcase)
(#3688) There should be no spaces inside this paren. (space-in-parens)
(#3688) There should be no spaces inside this paren. (space-in-parens)
(#3688) There should be no spaces inside this paren. (space-in-parens)
(#3689) There should be no spaces inside this paren. (space-in-parens)
(#3689) There should be no spaces inside this paren. (space-in-parens)
(#3690) Identifier '_just_changed' is not in camel case. (camelcase)
(#3691) There should be no spaces inside this paren. (space-in-parens)
(#3691) There should be no spaces inside this paren. (space-in-parens)
(#3698) There should be no spaces inside this paren. (space-in-parens)
(#3698) There should be no spaces inside this paren. (space-in-parens)
(#3698) There should be no spaces inside this paren. (space-in-parens)
(#3701) There should be no spaces inside this paren. (space-in-parens)
(#3701) There should be no spaces inside this paren. (space-in-parens)
(#3701) There should be no spaces inside this paren. (space-in-parens)
(#3701) There should be no spaces inside this paren. (space-in-parens)
(#3702) There should be no spaces inside this paren. (space-in-parens)
(#3702) There should be no spaces inside this paren. (space-in-parens)
(#3702) There should be no spaces inside this paren. (space-in-parens)
(#3703) There should be no spaces inside this paren. (space-in-parens)
(#3703) There should be no spaces inside this paren. (space-in-parens)
(#3704) There should be no spaces inside this paren. (space-in-parens)
(#3704) There should be no spaces inside this paren. (space-in-parens)
(#3707) Identifier '_change_attached' is not in camel case. (camelcase)
(#3712) Expected to return a value at the end of this function. (consistent-return)
(#3712) There should be no spaces inside this paren. (space-in-parens)
(#3712) There should be no spaces inside this paren. (space-in-parens)
(#3716) There should be no spaces inside this paren. (space-in-parens)
(#3716) There should be no spaces inside this paren. (space-in-parens)
(#3717) There should be no spaces inside this paren. (space-in-parens)
(#3717) There should be no spaces inside this paren. (space-in-parens)
(#3722) There should be no spaces inside this paren. (space-in-parens)
(#3722) There should be no spaces inside this paren. (space-in-parens)
(#3724) There should be no spaces inside this paren. (space-in-parens)
(#3724) There should be no spaces inside this paren. (space-in-parens)
(#3730) There should be no spaces inside this paren. (space-in-parens)
(#3730) There should be no spaces inside this paren. (space-in-parens)
(#3731) There should be no space after '{' (object-curly-spacing)
(#3731) There should be no space before '}' (object-curly-spacing)
(#3731) There should be no spaces inside this paren. (space-in-parens)
(#3731) There should be no spaces inside this paren. (space-in-parens)
(#3735) There should be no spaces inside this paren. (space-in-parens)
(#3735) There should be no spaces inside this paren. (space-in-parens)
(#3736) There should be no spaces inside this paren. (space-in-parens)
(#3736) There should be no spaces inside this paren. (space-in-parens)
(#3736) There should be no spaces inside this paren. (space-in-parens)
(#3736) There should be no spaces inside this paren. (space-in-parens)
(#3739) There should be no space after '[' (computed-property-spacing)
(#3739) There should be no space before ']' (computed-property-spacing)
(#3741) There should be no spaces inside this paren. (space-in-parens)
(#3741) There should be no spaces inside this paren. (space-in-parens)
(#3742) There should be no spaces inside this paren. (space-in-parens)
(#3742) There should be no spaces inside this paren. (space-in-parens)
(#3746) There should be no spaces inside this paren. (space-in-parens)
(#3746) There should be no spaces inside this paren. (space-in-parens)
(#3747) There should be no spaces inside this paren. (space-in-parens)
(#3747) There should be no spaces inside this paren. (space-in-parens)
(#3756) There should be no spaces inside this paren. (space-in-parens)
(#3756) Expected space or tab after '/*' in comment. (spaced-comment)
(#3756) There should be no spaces inside this paren. (space-in-parens)
(#3760) There should be no spaces inside this paren. (space-in-parens)
(#3760) There should be no spaces inside this paren. (space-in-parens)
(#3762) There should be no spaces inside this paren. (space-in-parens)
(#3762) There should be no spaces inside this paren. (space-in-parens)
(#3767) There should be no spaces inside this paren. (space-in-parens)
(#3767) There should be no spaces inside this paren. (space-in-parens)
(#3768) There should be no spaces inside this paren. (space-in-parens)
(#3768) There should be no space after '[' (computed-property-spacing)
(#3768) There should be no space before ']' (computed-property-spacing)
(#3768) There should be no spaces inside this paren. (space-in-parens)
(#3773) There should be no spaces inside this paren. (space-in-parens)
(#3773) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#3773) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#3773) There should be no spaces inside this paren. (space-in-parens)
(#3777) There should be no spaces inside this paren. (space-in-parens)
(#3777) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#3777) There should be no spaces inside this paren. (space-in-parens)
(#3778) There should be no spaces inside this paren. (space-in-parens)
(#3778) There should be no spaces inside this paren. (space-in-parens)
(#3789) There should be no spaces inside this paren. (space-in-parens)
(#3789) There should be no spaces inside this paren. (space-in-parens)
(#3791) There should be no spaces inside this paren. (space-in-parens)
(#3791) There should be no spaces inside this paren. (space-in-parens)
(#3795) There should be no spaces inside this paren. (space-in-parens)
(#3795) There should be no spaces inside this paren. (space-in-parens)
(#3797) There should be no spaces inside this paren. (space-in-parens)
(#3797) There should be no spaces inside this paren. (space-in-parens)
(#3799) There should be no spaces inside this paren. (space-in-parens)
(#3799) There should be no spaces inside this paren. (space-in-parens)
(#3800) There should be no spaces inside this paren. (space-in-parens)
(#3800) There should be no spaces inside this paren. (space-in-parens)
(#3803) There should be no spaces inside this paren. (space-in-parens)
(#3803) There should be no spaces inside this paren. (space-in-parens)
(#3805) There should be no spaces inside this paren. (space-in-parens)
(#3806) There should be no spaces inside this paren. (space-in-parens)
(#3806) There should be no spaces inside this paren. (space-in-parens)
(#3809) There should be no spaces inside this paren. (space-in-parens)
(#3809) There should be no spaces inside this paren. (space-in-parens)
(#3810) There should be no spaces inside this paren. (space-in-parens)
(#3810) There should be no spaces inside this paren. (space-in-parens)
(#3812) There should be no spaces inside this paren. (space-in-parens)
(#3812) There should be no spaces inside this paren. (space-in-parens)
(#3813) There should be no spaces inside this paren. (space-in-parens)
(#3813) There should be no spaces inside this paren. (space-in-parens)
(#3816) There should be no spaces inside this paren. (space-in-parens)
(#3816) There should be no spaces inside this paren. (space-in-parens)
(#3823) There should be no spaces inside this paren. (space-in-parens)
(#3823) There should be no spaces inside this paren. (space-in-parens)
(#3825) There should be no spaces inside this paren. (space-in-parens)
(#3825) There should be no spaces inside this paren. (space-in-parens)
(#3826) There should be no spaces inside this paren. (space-in-parens)
(#3826) There should be no space after '[' (computed-property-spacing)
(#3826) There should be no space before ']' (computed-property-spacing)
(#3826) There should be no spaces inside this paren. (space-in-parens)
(#3830) There should be no spaces inside this paren. (space-in-parens)
(#3830) There should be no spaces inside this paren. (space-in-parens)
(#3835) There should be no spaces inside this paren. (space-in-parens)
(#3835) There should be no spaces inside this paren. (space-in-parens)
(#3839) There should be no spaces inside this paren. (space-in-parens)
(#3839) There should be no spaces inside this paren. (space-in-parens)
(#3843) There should be no spaces inside this paren. (space-in-parens)
(#3843) There should be no spaces inside this paren. (space-in-parens)
(#3844) There should be no spaces inside this paren. (space-in-parens)
(#3844) There should be no spaces inside this paren. (space-in-parens)
(#3846) There should be no spaces inside this paren. (space-in-parens)
(#3846) There should be no spaces inside this paren. (space-in-parens)
(#3847) There should be no spaces inside this paren. (space-in-parens)
(#3847) There should be no spaces inside this paren. (space-in-parens)
(#3850) There should be no spaces inside this paren. (space-in-parens)
(#3850) There should be no spaces inside this paren. (space-in-parens)
(#3851) There should be no spaces inside this paren. (space-in-parens)
(#3851) There should be no spaces inside this paren. (space-in-parens)
(#3851) There should be no spaces inside this paren. (space-in-parens)
(#3851) There should be no spaces inside this paren. (space-in-parens)
(#3854) There should be no spaces inside this paren. (space-in-parens)
(#3854) There should be no spaces inside this paren. (space-in-parens)
(#3855) There should be no spaces inside this paren. (space-in-parens)
(#3855) There should be no spaces inside this paren. (space-in-parens)
(#3855) There should be no spaces inside this paren. (space-in-parens)
(#3855) There should be no spaces inside this paren. (space-in-parens)
(#3859) There should be no spaces inside this paren. (space-in-parens)
(#3859) There should be no spaces inside this paren. (space-in-parens)
(#3860) There should be no spaces inside this paren. (space-in-parens)
(#3860) There should be no spaces inside this paren. (space-in-parens)
(#3862) There should be no spaces inside this paren. (space-in-parens)
(#3862) There should be no spaces inside this paren. (space-in-parens)
(#3864) Infix operators must be spaced. (space-infix-ops)
(#3864) There should be no spaces inside this paren. (space-in-parens)
(#3864) There should be no spaces inside this paren. (space-in-parens)
(#3864) There should be no spaces inside this paren. (space-in-parens)
(#3864) There should be no spaces inside this paren. (space-in-parens)
(#3867) There should be no spaces inside this paren. (space-in-parens)
(#3867) There should be no spaces inside this paren. (space-in-parens)
(#3869) There should be no spaces inside this paren. (space-in-parens)
(#3869) There should be no spaces inside this paren. (space-in-parens)
(#3872) Expected to return a value at the end of this function. (consistent-return)
(#3872) There should be no spaces inside this paren. (space-in-parens)
(#3872) There should be no spaces inside this paren. (space-in-parens)
(#3873) There should be no spaces inside this paren. (space-in-parens)
(#3873) There should be no spaces inside this paren. (space-in-parens)
(#3874) There should be no spaces inside this paren. (space-in-parens)
(#3874) There should be no spaces inside this paren. (space-in-parens)
(#3878) There should be no spaces inside this paren. (space-in-parens)
(#3878) There should be no spaces inside this paren. (space-in-parens)
(#3883) There should be no spaces inside this paren. (space-in-parens)
(#3883) There should be no spaces inside this paren. (space-in-parens)
(#3885) There should be no spaces inside this paren. (space-in-parens)
(#3885) There should be no spaces inside this paren. (space-in-parens)
(#3885) There should be no spaces inside this paren. (space-in-parens)
(#3885) There should be no spaces inside this paren. (space-in-parens)
(#3886) There should be no spaces inside this paren. (space-in-parens)
(#3886) There should be no spaces inside this paren. (space-in-parens)
(#3892) There should be no space after '[' (computed-property-spacing)
(#3892) There should be no space before ']' (computed-property-spacing)
(#3892) There should be no spaces inside this paren. (space-in-parens)
(#3892) There should be no spaces inside this paren. (space-in-parens)
(#3897) There should be no spaces inside this paren. (space-in-parens)
(#3897) There should be no spaces inside this paren. (space-in-parens)
(#3898) There should be no space after '[' (computed-property-spacing)
(#3898) There should be no space before ']' (computed-property-spacing)
(#3901) There should be no spaces inside this paren. (space-in-parens)
(#3901) There should be no spaces inside this paren. (space-in-parens)
(#3904) There should be no spaces inside this paren. (space-in-parens)
(#3904) There should be no spaces inside this paren. (space-in-parens)
(#3905) There should be no spaces inside this paren. (space-in-parens)
(#3905) There should be no spaces inside this paren. (space-in-parens)
(#3905) There should be no spaces inside this paren. (space-in-parens)
(#3905) There should be no spaces inside this paren. (space-in-parens)
(#3909) There should be no spaces inside this paren. (space-in-parens)
(#3911) There should be no spaces inside this paren. (space-in-parens)
(#3911) There should be no spaces inside this paren. (space-in-parens)
(#3914) There should be no space after '[' (computed-property-spacing)
(#3914) There should be no space before ']' (computed-property-spacing)
(#3914) There should be no spaces inside this paren. (space-in-parens)
(#3914) There should be no spaces inside this paren. (space-in-parens)
(#3915) There should be no spaces inside this paren. (space-in-parens)
(#3915) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#3915) There should be no spaces inside this paren. (space-in-parens)
(#3921) There should be no spaces inside this paren. (space-in-parens)
(#3921) There should be no spaces inside this paren. (space-in-parens)
(#3922) There should be no spaces inside this paren. (space-in-parens)
(#3922) There should be no spaces inside this paren. (space-in-parens)
(#3925) There should be no spaces inside this paren. (space-in-parens)
(#3925) There should be no spaces inside this paren. (space-in-parens)
(#3926) There should be no space after '[' (computed-property-spacing)
(#3926) There should be no space before ']' (computed-property-spacing)
(#3929) There should be no spaces inside this paren. (space-in-parens)
(#3929) There should be no spaces inside this paren. (space-in-parens)
(#3929) There should be no spaces inside this paren. (space-in-parens)
(#3929) There should be no spaces inside this paren. (space-in-parens)
(#3930) There should be no space after '[' (computed-property-spacing)
(#3930) There should be no space before ']' (computed-property-spacing)
(#3933) There should be no spaces inside this paren. (space-in-parens)
(#3933) There should be no spaces inside this paren. (space-in-parens)
(#3933) There should be no spaces inside this paren. (space-in-parens)
(#3933) There should be no spaces inside this paren. (space-in-parens)
(#3934) There should be no space after '[' (computed-property-spacing)
(#3934) There should be no space before ']' (computed-property-spacing)
(#3939) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#3940) Expected space or tab after '/*' in comment. (spaced-comment)
(#3946) Missing space before opening brace. (space-before-blocks)
(#3948) Line 3948 exceeds the maximum line length of 132. (max-len)
(#3967) Function 'anonymous' has a complexity of 37. (complexity)
(#3967) There should be no spaces inside this paren. (space-in-parens)
(#3967) There should be no spaces inside this paren. (space-in-parens)
(#3973) There should be no spaces inside this paren. (space-in-parens)
(#3973) There should be no spaces inside this paren. (space-in-parens)
(#3977) There should be no spaces inside this paren. (space-in-parens)
(#3977) There should be no spaces inside this paren. (space-in-parens)
(#3983) There should be no spaces inside this paren. (space-in-parens)
(#3983) There should be no spaces inside this paren. (space-in-parens)
(#3989) There should be no spaces inside this paren. (space-in-parens)
(#3989) There should be no spaces inside this paren. (space-in-parens)
(#3990) There should be no spaces inside this paren. (space-in-parens)
(#3990) There should be no spaces inside this paren. (space-in-parens)
(#3992) There should be no spaces inside this paren. (space-in-parens)
(#3992) There should be no spaces inside this paren. (space-in-parens)
(#3995) There should be no spaces inside this paren. (space-in-parens)
(#3995) There should be no spaces inside this paren. (space-in-parens)
(#3997) There should be no spaces inside this paren. (space-in-parens)
(#3997) There should be no spaces inside this paren. (space-in-parens)
(#4002) There should be no spaces inside this paren. (space-in-parens)
(#4002) There should be no spaces inside this paren. (space-in-parens)
(#4004) There should be no spaces inside this paren. (space-in-parens)
(#4004) There should be no spaces inside this paren. (space-in-parens)
(#4004) There should be no spaces inside this paren. (space-in-parens)
(#4004) There should be no spaces inside this paren. (space-in-parens)
(#4006) There should be no spaces inside this paren. (space-in-parens)
(#4006) There should be no space after '[' (computed-property-spacing)
(#4006) There should be no space before ']' (computed-property-spacing)
(#4006) There should be no spaces inside this paren. (space-in-parens)
(#4007) There should be no spaces inside this paren. (space-in-parens)
(#4007) There should be no spaces inside this paren. (space-in-parens)
(#4010) There should be no space after '[' (computed-property-spacing)
(#4010) There should be no space before ']' (computed-property-spacing)
(#4011) There should be no space after '[' (array-bracket-spacing)
(#4011) There should be no space before ']' (array-bracket-spacing)
(#4012) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#4012) There should be no spaces inside this paren. (space-in-parens)
(#4012) There should be no spaces inside this paren. (space-in-parens)
(#4014) There should be no spaces inside this paren. (space-in-parens)
(#4014) There should be no spaces inside this paren. (space-in-parens)
(#4017) There should be no spaces inside this paren. (space-in-parens)
(#4017) There should be no space after '[' (computed-property-spacing)
(#4017) There should be no space before ']' (computed-property-spacing)
(#4017) There should be no spaces inside this paren. (space-in-parens)
(#4021) There should be no spaces inside this paren. (space-in-parens)
(#4021) There should be no spaces inside this paren. (space-in-parens)
(#4028) There should be no spaces inside this paren. (space-in-parens)
(#4029) There should be no spaces inside this paren. (space-in-parens)
(#4031) There should be no spaces inside this paren. (space-in-parens)
(#4031) There should be no spaces inside this paren. (space-in-parens)
(#4033) There should be no spaces inside this paren. (space-in-parens)
(#4033) There should be no spaces inside this paren. (space-in-parens)
(#4037) There should be no spaces inside this paren. (space-in-parens)
(#4037) There should be no spaces inside this paren. (space-in-parens)
(#4039) There should be no space after '{' (object-curly-spacing)
(#4039) There should be no space before '}' (object-curly-spacing)
(#4040) Line 4040 exceeds the maximum line length of 132. (max-len)
(#4040) There should be no spaces inside this paren. (space-in-parens)
(#4040) There should be no spaces inside this paren. (space-in-parens)
(#4043) There should be no spaces inside this paren. (space-in-parens)
(#4043) There should be no spaces inside this paren. (space-in-parens)
(#4046) There should be no spaces inside this paren. (space-in-parens)
(#4046) There should be no spaces inside this paren. (space-in-parens)
(#4047) There should be no spaces inside this paren. (space-in-parens)
(#4047) There should be no spaces inside this paren. (space-in-parens)
(#4053) There should be no spaces inside this paren. (space-in-parens)
(#4053) There should be no spaces inside this paren. (space-in-parens)
(#4057) There should be no spaces inside this paren. (space-in-parens)
(#4057) There should be no space after '[' (computed-property-spacing)
(#4057) There should be no space before ']' (computed-property-spacing)
(#4057) There should be no spaces inside this paren. (space-in-parens)
(#4063) There should be no spaces inside this paren. (space-in-parens)
(#4063) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#4063) There should be no spaces inside this paren. (space-in-parens)
(#4067) There should be no space after '[' (computed-property-spacing)
(#4067) There should be no space before ']' (computed-property-spacing)
(#4067) There should be no spaces inside this paren. (space-in-parens)
(#4067) There should be no spaces inside this paren. (space-in-parens)
(#4075) There should be no spaces inside this paren. (space-in-parens)
(#4075) There should be no spaces inside this paren. (space-in-parens)
(#4079) There should be no spaces inside this paren. (space-in-parens)
(#4079) There should be no spaces inside this paren. (space-in-parens)
(#4080) There should be no spaces inside this paren. (space-in-parens)
(#4080) There should be no spaces inside this paren. (space-in-parens)
(#4083) There should be no spaces inside this paren. (space-in-parens)
(#4083) There should be no spaces inside this paren. (space-in-parens)
(#4084) There should be no spaces inside this paren. (space-in-parens)
(#4084) There should be no spaces inside this paren. (space-in-parens)
(#4085) There should be no spaces inside this paren. (space-in-parens)
(#4085) There should be no spaces inside this paren. (space-in-parens)
(#4087) There should be no spaces inside this paren. (space-in-parens)
(#4087) There should be no spaces inside this paren. (space-in-parens)
(#4088) There should be no spaces inside this paren. (space-in-parens)
(#4088) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#4088) There should be no spaces inside this paren. (space-in-parens)
(#4089) Line 4089 exceeds the maximum line length of 132. (max-len)
(#4089) There should be no spaces inside this paren. (space-in-parens)
(#4089) There should be no spaces inside this paren. (space-in-parens)
(#4090) There should be no spaces inside this paren. (space-in-parens)
(#4090) There should be no spaces inside this paren. (space-in-parens)
(#4095) There should be no spaces inside this paren. (space-in-parens)
(#4095) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#4095) There should be no spaces inside this paren. (space-in-parens)
(#4096) There should be no spaces inside this paren. (space-in-parens)
(#4096) There should be no spaces inside this paren. (space-in-parens)
(#4097) There should be no spaces inside this paren. (space-in-parens)
(#4097) There should be no spaces inside this paren. (space-in-parens)
(#4103) There should be no spaces inside this paren. (space-in-parens)
(#4103) There should be no spaces inside this paren. (space-in-parens)
(#4106) There should be no spaces inside this paren. (space-in-parens)
(#4106) There should be no spaces inside this paren. (space-in-parens)
(#4107) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#4107) There should be no spaces inside this paren. (space-in-parens)
(#4107) There should be no spaces inside this paren. (space-in-parens)
(#4108) There should be no spaces inside this paren. (space-in-parens)
(#4108) There should be no spaces inside this paren. (space-in-parens)
(#4114) There should be no spaces inside this paren. (space-in-parens)
(#4114) There should be no spaces inside this paren. (space-in-parens)
(#4115) There should be no spaces inside this paren. (space-in-parens)
(#4115) There should be no spaces inside this paren. (space-in-parens)
(#4117) There should be no spaces inside this paren. (space-in-parens)
(#4117) There should be no spaces inside this paren. (space-in-parens)
(#4119) There should be no spaces inside this paren. (space-in-parens)
(#4119) There should be no spaces inside this paren. (space-in-parens)
(#4120) There should be no spaces inside this paren. (space-in-parens)
(#4120) There should be no spaces inside this paren. (space-in-parens)
(#4121) There should be no spaces inside this paren. (space-in-parens)
(#4121) There should be no space after '[' (computed-property-spacing)
(#4121) There should be no space before ']' (computed-property-spacing)
(#4121) There should be no spaces inside this paren. (space-in-parens)
(#4122) There should be no spaces inside this paren. (space-in-parens)
(#4122) There should be no spaces inside this paren. (space-in-parens)
(#4131) There should be no spaces inside this paren. (space-in-parens)
(#4131) There should be no spaces inside this paren. (space-in-parens)
(#4132) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#4132) There should be no spaces inside this paren. (space-in-parens)
(#4132) There should be no spaces inside this paren. (space-in-parens)
(#4135) There should be no spaces inside this paren. (space-in-parens)
(#4135) There should be no spaces inside this paren. (space-in-parens)
(#4136) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#4136) There should be no spaces inside this paren. (space-in-parens)
(#4136) There should be no spaces inside this paren. (space-in-parens)
(#4139) There should be no spaces inside this paren. (space-in-parens)
(#4139) There should be no spaces inside this paren. (space-in-parens)
(#4142) There should be no spaces inside this paren. (space-in-parens)
(#4142) There should be no spaces inside this paren. (space-in-parens)
(#4146) There should be no spaces inside this paren. (space-in-parens)
(#4146) There should be no spaces inside this paren. (space-in-parens)
(#4149) There should be no spaces inside this paren. (space-in-parens)
(#4149) There should be no space after '[' (computed-property-spacing)
(#4149) There should be no space before ']' (computed-property-spacing)
(#4149) There should be no spaces inside this paren. (space-in-parens)
(#4149) There should be no spaces inside this paren. (space-in-parens)
(#4149) There should be no spaces inside this paren. (space-in-parens)
(#4151) There should be no spaces inside this paren. (space-in-parens)
(#4151) There should be no spaces inside this paren. (space-in-parens)
(#4153) There should be no spaces inside this paren. (space-in-parens)
(#4153) There should be no spaces inside this paren. (space-in-parens)
(#4153) There should be no spaces inside this paren. (space-in-parens)
(#4153) There should be no spaces inside this paren. (space-in-parens)
(#4154) There should be no spaces inside this paren. (space-in-parens)
(#4154) There should be no spaces inside this paren. (space-in-parens)
(#4155) There should be no space after '[' (computed-property-spacing)
(#4155) There should be no space before ']' (computed-property-spacing)
(#4155) There should be no spaces inside this paren. (space-in-parens)
(#4155) There should be no spaces inside this paren. (space-in-parens)
(#4157) There should be no spaces inside this paren. (space-in-parens)
(#4157) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#4157) There should be no spaces inside this paren. (space-in-parens)
(#4158) There should be no spaces inside this paren. (space-in-parens)
(#4158) There should be no space after '[' (computed-property-spacing)
(#4158) There should be no space before ']' (computed-property-spacing)
(#4158) There should be no spaces inside this paren. (space-in-parens)
(#4165) There should be no spaces inside this paren. (space-in-parens)
(#4165) There should be no spaces inside this paren. (space-in-parens)
(#4167) There should be no spaces inside this paren. (space-in-parens)
(#4167) There should be no spaces inside this paren. (space-in-parens)
(#4171) There should be no space after '{' (object-curly-spacing)
(#4171) There should be no space before '}' (object-curly-spacing)
(#4174) There should be no spaces inside this paren. (space-in-parens)
(#4174) There should be no spaces inside this paren. (space-in-parens)
(#4181) There should be no spaces inside this paren. (space-in-parens)
(#4181) There should be no spaces inside this paren. (space-in-parens)
(#4183) There should be no spaces inside this paren. (space-in-parens)
(#4183) There should be no spaces inside this paren. (space-in-parens)
(#4184) There should be no spaces inside this paren. (space-in-parens)
(#4184) There should be no spaces inside this paren. (space-in-parens)
(#4185) There should be no spaces inside this paren. (space-in-parens)
(#4185) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#4185) There should be no space after '[' (computed-property-spacing)
(#4185) There should be no space before ']' (computed-property-spacing)
(#4185) There should be no spaces inside this paren. (space-in-parens)
(#4185) There should be no spaces inside this paren. (space-in-parens)
(#4185) There should be no spaces inside this paren. (space-in-parens)
(#4186) There should be no space after '[' (computed-property-spacing)
(#4186) There should be no space before ']' (computed-property-spacing)
(#4191) A space is required after ','. (comma-spacing)
(#4193) There should be no spaces inside this paren. (space-in-parens)
(#4193) There should be no spaces inside this paren. (space-in-parens)
(#4193) There should be no spaces inside this paren. (space-in-parens)
(#4193) There should be no spaces inside this paren. (space-in-parens)
(#4197) There should be no spaces inside this paren. (space-in-parens)
(#4197) There should be no spaces inside this paren. (space-in-parens)
(#4201) There should be no spaces inside this paren. (space-in-parens)
(#4201) There should be no space after '[' (computed-property-spacing)
(#4201) There should be no space before ']' (computed-property-spacing)
(#4201) There should be no spaces inside this paren. (space-in-parens)
(#4202) There should be no space after '[' (computed-property-spacing)
(#4202) There should be no space before ']' (computed-property-spacing)
(#4202) There should be no spaces inside this paren. (space-in-parens)
(#4202) There should be no spaces inside this paren. (space-in-parens)
(#4204) Blocks are nested too deeply (5). (max-depth)
(#4204) There should be no spaces inside this paren. (space-in-parens)
(#4204) There should be no spaces inside this paren. (space-in-parens)
(#4207) There should be no spaces inside this paren. (space-in-parens)
(#4207) There should be no spaces inside this paren. (space-in-parens)
(#4212) There should be no spaces inside this paren. (space-in-parens)
(#4212) There should be no spaces inside this paren. (space-in-parens)
(#4213) There should be no spaces inside this paren. (space-in-parens)
(#4213) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#4213) There should be no spaces inside this paren. (space-in-parens)
(#4214) Blocks are nested too deeply (5). (max-depth)
(#4214) There should be no spaces inside this paren. (space-in-parens)
(#4214) There should be no spaces inside this paren. (space-in-parens)
(#4215) There should be no spaces inside this paren. (space-in-parens)
(#4215) There should be no spaces inside this paren. (space-in-parens)
(#4216) Unexpected use of '^'. (no-bitwise)
(#4218) Blocks are nested too deeply (6). (max-depth)
(#4218) There should be no spaces inside this paren. (space-in-parens)
(#4218) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#4218) There should be no spaces inside this paren. (space-in-parens)
(#4219) Blocks are nested too deeply (7). (max-depth)
(#4219) There should be no spaces inside this paren. (space-in-parens)
(#4219) There should be no spaces inside this paren. (space-in-parens)
(#4226) There should be no spaces inside this paren. (space-in-parens)
(#4226) There should be no spaces inside this paren. (space-in-parens)
(#4227) There should be no spaces inside this paren. (space-in-parens)
(#4227) There should be no spaces inside this paren. (space-in-parens)
(#4234) There should be no spaces inside this paren. (space-in-parens)
(#4234) There should be no spaces inside this paren. (space-in-parens)
(#4235) There should be no spaces inside this paren. (space-in-parens)
(#4235) There should be no spaces inside this paren. (space-in-parens)
(#4239) There should be no spaces inside this paren. (space-in-parens)
(#4239) There should be no space after '[' (computed-property-spacing)
(#4239) There should be no space before ']' (computed-property-spacing)
(#4239) There should be no spaces inside this paren. (space-in-parens)
(#4241) There should be no spaces inside this paren. (space-in-parens)
(#4241) There should be no spaces inside this paren. (space-in-parens)
(#4251) There should be no spaces inside this paren. (space-in-parens)
(#4251) There should be no spaces inside this paren. (space-in-parens)
(#4252) There should be no spaces inside this paren. (space-in-parens)
(#4252) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#4252) There should be no spaces inside this paren. (space-in-parens)
(#4253) There should be no spaces inside this paren. (space-in-parens)
(#4253) There should be no spaces inside this paren. (space-in-parens)
(#4266) There should be no spaces inside this paren. (space-in-parens)
(#4266) There should be no spaces inside this paren. (space-in-parens)
(#4267) There should be no spaces inside this paren. (space-in-parens)
(#4267) There should be no spaces inside this paren. (space-in-parens)
(#4270) Missing JSDoc @returns for function. (valid-jsdoc)
(#4274) There should be no spaces inside this paren. (space-in-parens)
(#4274) There should be no spaces inside this paren. (space-in-parens)
(#4279) There should be no spaces inside this paren. (space-in-parens)
(#4279) There should be no spaces inside this paren. (space-in-parens)
(#4280) There should be no spaces inside this paren. (space-in-parens)
(#4280) There should be no spaces inside this paren. (space-in-parens)
(#4282) There should be no spaces inside this paren. (space-in-parens)
(#4282) There should be no spaces inside this paren. (space-in-parens)
(#4284) There should be no spaces inside this paren. (space-in-parens)
(#4284) There should be no spaces inside this paren. (space-in-parens)
(#4286) There should be no spaces inside this paren. (space-in-parens)
(#4286) There should be no spaces inside this paren. (space-in-parens)
(#4289) There should be no spaces inside this paren. (space-in-parens)
(#4290) There should be no spaces inside this paren. (space-in-parens)
(#4290) There should be no spaces inside this paren. (space-in-parens)
(#4293) There should be no spaces inside this paren. (space-in-parens)
(#4293) There should be no spaces inside this paren. (space-in-parens)
(#4299) There should be no spaces inside this paren. (space-in-parens)
(#4299) There should be no spaces inside this paren. (space-in-parens)
(#4301) There should be no spaces inside this paren. (space-in-parens)
(#4301) There should be no spaces inside this paren. (space-in-parens)
(#4302) There should be no spaces inside this paren. (space-in-parens)
(#4302) There should be no spaces inside this paren. (space-in-parens)
(#4310) There should be no space after '[' (array-bracket-spacing)
(#4310) There should be no space before ']' (array-bracket-spacing)
(#4331) There should be no spaces inside this paren. (space-in-parens)
(#4331) There should be no spaces inside this paren. (space-in-parens)
(#4332) There should be no spaces inside this paren. (space-in-parens)
(#4332) There should be no spaces inside this paren. (space-in-parens)
(#4334) There should be no spaces inside this paren. (space-in-parens)
(#4334) There should be no spaces inside this paren. (space-in-parens)
(#4335) There should be no spaces inside this paren. (space-in-parens)
(#4335) There should be no spaces inside this paren. (space-in-parens)
(#4340) Missing space before opening brace. (space-before-blocks)
(#4342) There should be no spaces inside this paren. (space-in-parens)
(#4342) There should be no spaces inside this paren. (space-in-parens)
(#4345) There should be no spaces inside this paren. (space-in-parens)
(#4345) There should be no spaces inside this paren. (space-in-parens)
(#4349) There should be no spaces inside this paren. (space-in-parens)
(#4349) There should be no spaces inside this paren. (space-in-parens)
(#4350) There should be no spaces inside this paren. (space-in-parens)
(#4350) There should be no spaces inside this paren. (space-in-parens)
(#4351) There should be no spaces inside this paren. (space-in-parens)
(#4351) There should be no spaces inside this paren. (space-in-parens)
(#4351) Empty block statement. (no-empty)
(#4359) There should be no spaces inside this paren. (space-in-parens)
(#4359) There should be no spaces inside this paren. (space-in-parens)
(#4360) There should be no spaces inside this paren. (space-in-parens)
(#4360) There should be no spaces inside this paren. (space-in-parens)
(#4364) There should be no spaces inside this paren. (space-in-parens)
(#4364) There should be no spaces inside this paren. (space-in-parens)
(#4370) There should be no spaces inside this paren. (space-in-parens)
(#4370) There should be no spaces inside this paren. (space-in-parens)
(#4370) There should be no spaces inside this paren. (space-in-parens)
(#4370) There should be no spaces inside this paren. (space-in-parens)
(#4373) There should be no spaces inside this paren. (space-in-parens)
(#4373) There should be no spaces inside this paren. (space-in-parens)
(#4376) There should be no spaces inside this paren. (space-in-parens)
(#4376) There should be no spaces inside this paren. (space-in-parens)
(#4383) There should be no spaces inside this paren. (space-in-parens)
(#4383) There should be no spaces inside this paren. (space-in-parens)
(#4386) There should be no spaces inside this paren. (space-in-parens)
(#4386) There should be no spaces inside this paren. (space-in-parens)
(#4393) There should be no spaces inside this paren. (space-in-parens)
(#4393) There should be no spaces inside this paren. (space-in-parens)
(#4394) There should be no spaces inside this paren. (space-in-parens)
(#4394) There should be no spaces inside this paren. (space-in-parens)
(#4399) Missing space before opening brace. (space-before-blocks)
(#4404) There should be no spaces inside this paren. (space-in-parens)
(#4404) There should be no spaces inside this paren. (space-in-parens)
(#4404) There should be no spaces inside this paren. (space-in-parens)
(#4404) There should be no spaces inside this paren. (space-in-parens)
(#4410) There should be no spaces inside this paren. (space-in-parens)
(#4410) There should be no spaces inside this paren. (space-in-parens)
(#4413) There should be no spaces inside this paren. (space-in-parens)
(#4413) There should be no spaces inside this paren. (space-in-parens)
(#4418) There should be no spaces inside this paren. (space-in-parens)
(#4418) There should be no spaces inside this paren. (space-in-parens)
(#4418) There should be no spaces inside this paren. (space-in-parens)
(#4418) There should be no spaces inside this paren. (space-in-parens)
(#4424) There should be no spaces inside this paren. (space-in-parens)
(#4424) There should be no spaces inside this paren. (space-in-parens)
(#4429) Expected to return a value at the end of this function. (consistent-return)
(#4429) There should be no spaces inside this paren. (space-in-parens)
(#4429) There should be no spaces inside this paren. (space-in-parens)
(#4430) There should be no spaces inside this paren. (space-in-parens)
(#4430) There should be no spaces inside this paren. (space-in-parens)
(#4438) Expected to return a value at the end of this function. (consistent-return)
(#4438) There should be no spaces inside this paren. (space-in-parens)
(#4438) There should be no spaces inside this paren. (space-in-parens)
(#4439) There should be no spaces inside this paren. (space-in-parens)
(#4439) There should be no spaces inside this paren. (space-in-parens)
(#4441) There should be no spaces inside this paren. (space-in-parens)
(#4441) There should be no spaces inside this paren. (space-in-parens)
(#4443) There should be no spaces inside this paren. (space-in-parens)
(#4443) There should be no spaces inside this paren. (space-in-parens)
(#4444) There should be no spaces inside this paren. (space-in-parens)
(#4444) There should be no spaces inside this paren. (space-in-parens)
(#4445) There should be no spaces inside this paren. (space-in-parens)
(#4445) There should be no spaces inside this paren. (space-in-parens)
(#4453) Expected to return a value at the end of this function. (consistent-return)
(#4453) There should be no spaces inside this paren. (space-in-parens)
(#4453) There should be no spaces inside this paren. (space-in-parens)
(#4454) There should be no spaces inside this paren. (space-in-parens)
(#4454) There should be no spaces inside this paren. (space-in-parens)
(#4455) There should be no spaces inside this paren. (space-in-parens)
(#4455) There should be no spaces inside this paren. (space-in-parens)
(#4460) There should be no spaces inside this paren. (space-in-parens)
(#4460) There should be no spaces inside this paren. (space-in-parens)
(#4461) There should be no spaces inside this paren. (space-in-parens)
(#4461) There should be no spaces inside this paren. (space-in-parens)
(#4463) There should be no spaces inside this paren. (space-in-parens)
(#4463) There should be no spaces inside this paren. (space-in-parens)
(#4467) There should be no spaces inside this paren. (space-in-parens)
(#4467) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#4467) There should be no spaces inside this paren. (space-in-parens)
(#4468) There should be no spaces inside this paren. (space-in-parens)
(#4468) There should be no spaces inside this paren. (space-in-parens)
(#4469) There should be no spaces inside this paren. (space-in-parens)
(#4469) Unexpected use of '^'. (no-bitwise)
(#4469) There should be no spaces inside this paren. (space-in-parens)
(#4470) There should be no spaces inside this paren. (space-in-parens)
(#4470) There should be no spaces inside this paren. (space-in-parens)
(#4471) There should be no spaces inside this paren. (space-in-parens)
(#4471) There should be no spaces inside this paren. (space-in-parens)
(#4474) There should be no spaces inside this paren. (space-in-parens)
(#4474) There should be no spaces inside this paren. (space-in-parens)
(#4483) There should be no spaces inside this paren. (space-in-parens)
(#4483) There should be no spaces inside this paren. (space-in-parens)
(#4484) There should be no spaces inside this paren. (space-in-parens)
(#4484) There should be no spaces inside this paren. (space-in-parens)
(#4487) There should be no spaces inside this paren. (space-in-parens)
(#4487) 'curLoop' is defined but never used (no-unused-vars)
(#4487) There should be no spaces inside this paren. (space-in-parens)
(#4488) There should be no spaces inside this paren. (space-in-parens)
(#4488) There should be no spaces inside this paren. (space-in-parens)
(#4491) There should be no spaces inside this paren. (space-in-parens)
(#4491) There should be no spaces inside this paren. (space-in-parens)
(#4492) There should be no spaces inside this paren. (space-in-parens)
(#4492) There should be no spaces inside this paren. (space-in-parens)
(#4493) There should be no spaces inside this paren. (space-in-parens)
(#4493) There should be no spaces inside this paren. (space-in-parens)
(#4494) There should be no spaces inside this paren. (space-in-parens)
(#4494) There should be no spaces inside this paren. (space-in-parens)
(#4502) There should be no spaces inside this paren. (space-in-parens)
(#4502) There should be no spaces inside this paren. (space-in-parens)
(#4508) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#4508) There should be no spaces inside this paren. (space-in-parens)
(#4508) There should be no spaces inside this paren. (space-in-parens)
(#4509) There should be no spaces inside this paren. (space-in-parens)
(#4509) There should be no spaces inside this paren. (space-in-parens)
(#4518) There should be no spaces inside this paren. (space-in-parens)
(#4518) There should be no spaces inside this paren. (space-in-parens)
(#4519) There should be no spaces inside this paren. (space-in-parens)
(#4519) There should be no spaces inside this paren. (space-in-parens)
(#4521) There should be no spaces inside this paren. (space-in-parens)
(#4521) There should be no spaces inside this paren. (space-in-parens)
(#4526) There should be no spaces inside this paren. (space-in-parens)
(#4526) There should be no spaces inside this paren. (space-in-parens)
(#4526) There should be no spaces inside this paren. (space-in-parens)
(#4526) There should be no spaces inside this paren. (space-in-parens)
(#4528) There should be no spaces inside this paren. (space-in-parens)
(#4528) There should be no spaces inside this paren. (space-in-parens)
(#4535) There should be no spaces inside this paren. (space-in-parens)
(#4535) There should be no spaces inside this paren. (space-in-parens)
(#4536) There should be no spaces inside this paren. (space-in-parens)
(#4536) There should be no spaces inside this paren. (space-in-parens)
(#4538) There should be no spaces inside this paren. (space-in-parens)
(#4538) There should be no spaces inside this paren. (space-in-parens)
(#4538) There should be no spaces inside this paren. (space-in-parens)
(#4538) There should be no spaces inside this paren. (space-in-parens)
(#4539) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#4542) Unexpected use of '^'. (no-bitwise)
(#4544) There should be no spaces inside this paren. (space-in-parens)
(#4544) There should be no spaces inside this paren. (space-in-parens)
(#4545) There should be no spaces inside this paren. (space-in-parens)
(#4545) There should be no spaces inside this paren. (space-in-parens)
(#4551) There should be no spaces inside this paren. (space-in-parens)
(#4551) There should be no spaces inside this paren. (space-in-parens)
(#4551) There should be no spaces inside this paren. (space-in-parens)
(#4551) There should be no spaces inside this paren. (space-in-parens)
(#4551) There should be no spaces inside this paren. (space-in-parens)
(#4551) There should be no spaces inside this paren. (space-in-parens)
(#4558) There should be no spaces inside this paren. (space-in-parens)
(#4558) There should be no spaces inside this paren. (space-in-parens)
(#4559) There should be no spaces inside this paren. (space-in-parens)
(#4559) There should be no spaces inside this paren. (space-in-parens)
(#4566) There should be no spaces inside this paren. (space-in-parens)
(#4566) There should be no spaces inside this paren. (space-in-parens)
(#4570) There should be no spaces inside this paren. (space-in-parens)
(#4570) There should be no spaces inside this paren. (space-in-parens)
(#4574) There should be no spaces inside this paren. (space-in-parens)
(#4574) There should be no spaces inside this paren. (space-in-parens)
(#4578) There should be no spaces inside this paren. (space-in-parens)
(#4578) There should be no spaces inside this paren. (space-in-parens)
(#4581) There should be no spaces inside this paren. (space-in-parens)
(#4581) There should be no spaces inside this paren. (space-in-parens)
(#4582) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4588) There should be no spaces inside this paren. (space-in-parens)
(#4588) There should be no spaces inside this paren. (space-in-parens)
(#4592) There should be no spaces inside this paren. (space-in-parens)
(#4592) There should be no spaces inside this paren. (space-in-parens)
(#4596) There should be no spaces inside this paren. (space-in-parens)
(#4596) There should be no spaces inside this paren. (space-in-parens)
(#4597) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#4597) There should be no spaces inside this paren. (space-in-parens)
(#4597) There should be no spaces inside this paren. (space-in-parens)
(#4600) There should be no spaces inside this paren. (space-in-parens)
(#4600) There should be no spaces inside this paren. (space-in-parens)
(#4601) There should be no spaces inside this paren. (space-in-parens)
(#4601) There should be no spaces inside this paren. (space-in-parens)
(#4604) There should be no spaces inside this paren. (space-in-parens)
(#4604) There should be no spaces inside this paren. (space-in-parens)
(#4605) There should be no spaces inside this paren. (space-in-parens)
(#4605) There should be no spaces inside this paren. (space-in-parens)
(#4605) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4608) There should be no spaces inside this paren. (space-in-parens)
(#4608) There should be no spaces inside this paren. (space-in-parens)
(#4611) There should be no spaces inside this paren. (space-in-parens)
(#4611) There should be no spaces inside this paren. (space-in-parens)
(#4615) There should be no spaces inside this paren. (space-in-parens)
(#4615) There should be no spaces inside this paren. (space-in-parens)
(#4619) There should be no spaces inside this paren. (space-in-parens)
(#4619) There should be no spaces inside this paren. (space-in-parens)
(#4623) There should be no spaces inside this paren. (space-in-parens)
(#4623) There should be no spaces inside this paren. (space-in-parens)
(#4627) There should be no spaces inside this paren. (space-in-parens)
(#4627) There should be no spaces inside this paren. (space-in-parens)
(#4632) There should be no spaces inside this paren. (space-in-parens)
(#4632) There should be no spaces inside this paren. (space-in-parens)
(#4636) There should be no spaces inside this paren. (space-in-parens)
(#4636) There should be no spaces inside this paren. (space-in-parens)
(#4641) There should be no spaces inside this paren. (space-in-parens)
(#4641) There should be no spaces inside this paren. (space-in-parens)
(#4646) There should be no spaces inside this paren. (space-in-parens)
(#4646) There should be no spaces inside this paren. (space-in-parens)
(#4647) There should be no spaces inside this paren. (space-in-parens)
(#4647) There should be no spaces inside this paren. (space-in-parens)
(#4650) There should be no spaces inside this paren. (space-in-parens)
(#4650) There should be no spaces inside this paren. (space-in-parens)
(#4655) There should be no spaces inside this paren. (space-in-parens)
(#4655) There should be no spaces inside this paren. (space-in-parens)
(#4659) There should be no spaces inside this paren. (space-in-parens)
(#4659) There should be no spaces inside this paren. (space-in-parens)
(#4663) There should be no spaces inside this paren. (space-in-parens)
(#4663) There should be no spaces inside this paren. (space-in-parens)
(#4667) There should be no spaces inside this paren. (space-in-parens)
(#4667) There should be no spaces inside this paren. (space-in-parens)
(#4671) There should be no spaces inside this paren. (space-in-parens)
(#4671) There should be no spaces inside this paren. (space-in-parens)
(#4675) There should be no spaces inside this paren. (space-in-parens)
(#4675) There should be no spaces inside this paren. (space-in-parens)
(#4679) There should be no spaces inside this paren. (space-in-parens)
(#4679) There should be no spaces inside this paren. (space-in-parens)
(#4683) There should be no spaces inside this paren. (space-in-parens)
(#4683) There should be no spaces inside this paren. (space-in-parens)
(#4688) Expected to return a value at the end of this function. (consistent-return)
(#4688) There should be no spaces inside this paren. (space-in-parens)
(#4688) There should be no spaces inside this paren. (space-in-parens)
(#4690) There should be no space after '[' (computed-property-spacing)
(#4690) There should be no space before ']' (computed-property-spacing)
(#4692) There should be no spaces inside this paren. (space-in-parens)
(#4692) There should be no spaces inside this paren. (space-in-parens)
(#4693) There should be no spaces inside this paren. (space-in-parens)
(#4693) There should be no spaces inside this paren. (space-in-parens)
(#4695) There should be no spaces inside this paren. (space-in-parens)
(#4695) There should be no spaces inside this paren. (space-in-parens)
(#4696) There should be no space after '[' (array-bracket-spacing)
(#4696) There should be no space before ']' (array-bracket-spacing)
(#4698) There should be no spaces inside this paren. (space-in-parens)
(#4698) There should be no spaces inside this paren. (space-in-parens)
(#4701) There should be no spaces inside this paren. (space-in-parens)
(#4701) There should be no spaces inside this paren. (space-in-parens)
(#4702) There should be no spaces inside this paren. (space-in-parens)
(#4702) There should be no spaces inside this paren. (space-in-parens)
(#4710) There should be no spaces inside this paren. (space-in-parens)
(#4710) There should be no spaces inside this paren. (space-in-parens)
(#4714) Expected to return a value at the end of this function. (consistent-return)
(#4714) There should be no spaces inside this paren. (space-in-parens)
(#4714) There should be no spaces inside this paren. (space-in-parens)
(#4716) 'cache' is defined but never used (no-unused-vars)
(#4721) There should be no spaces inside this paren. (space-in-parens)
(#4721) There should be no spaces inside this paren. (space-in-parens)
(#4724) There should be no spaces inside this paren. (space-in-parens)
(#4724) There should be no spaces inside this paren. (space-in-parens)
(#4725) There should be no spaces inside this paren. (space-in-parens)
(#4725) There should be no spaces inside this paren. (space-in-parens)
(#4730) There should be no spaces inside this paren. (space-in-parens)
(#4730) There should be no spaces inside this paren. (space-in-parens)
(#4738) There should be no spaces inside this paren. (space-in-parens)
(#4738) There should be no spaces inside this paren. (space-in-parens)
(#4739) There should be no spaces inside this paren. (space-in-parens)
(#4739) There should be no spaces inside this paren. (space-in-parens)
(#4750) There should be no spaces inside this paren. (space-in-parens)
(#4750) There should be no spaces inside this paren. (space-in-parens)
(#4757) There should be no spaces inside this paren. (space-in-parens)
(#4757) There should be no space after '[' (computed-property-spacing)
(#4757) There should be no space before ']' (computed-property-spacing)
(#4757) There should be no spaces inside this paren. (space-in-parens)
(#4760) There should be no spaces inside this paren. (space-in-parens)
(#4760) There should be no spaces inside this paren. (space-in-parens)
(#4761) There should be no spaces inside this paren. (space-in-parens)
(#4761) There should be no spaces inside this paren. (space-in-parens)
(#4766) There should be no space after '[' (computed-property-spacing)
(#4766) There should be no space before ']' (computed-property-spacing)
(#4771) There should be no spaces inside this paren. (space-in-parens)
(#4771) There should be no spaces inside this paren. (space-in-parens)
(#4775) There should be no spaces inside this paren. (space-in-parens)
(#4775) There should be no spaces inside this paren. (space-in-parens)
(#4780) There should be no spaces inside this paren. (space-in-parens)
(#4780) There should be no spaces inside this paren. (space-in-parens)
(#4784) There should be no spaces inside this paren. (space-in-parens)
(#4784) There should be no spaces inside this paren. (space-in-parens)
(#4788) There should be no spaces inside this paren. (space-in-parens)
(#4788) There should be no spaces inside this paren. (space-in-parens)
(#4790) There should be no spaces inside this paren. (space-in-parens)
(#4790) There should be no spaces inside this paren. (space-in-parens)
(#4793) There should be no spaces inside this paren. (space-in-parens)
(#4793) There should be no spaces inside this paren. (space-in-parens)
(#4795) Do not nest ternary expressions (no-nested-ternary)
(#4796) There should be no spaces inside this paren. (space-in-parens)
(#4796) There should be no spaces inside this paren. (space-in-parens)
(#4797) Do not nest ternary expressions (no-nested-ternary)
(#4797) There should be no space after '[' (computed-property-spacing)
(#4797) There should be no space before ']' (computed-property-spacing)
(#4798) There should be no space after '[' (computed-property-spacing)
(#4798) There should be no space before ']' (computed-property-spacing)
(#4798) There should be no spaces inside this paren. (space-in-parens)
(#4798) There should be no spaces inside this paren. (space-in-parens)
(#4799) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#4799) There should be no space after '[' (computed-property-spacing)
(#4799) There should be no space before ']' (computed-property-spacing)
(#4800) There should be no space after '[' (computed-property-spacing)
(#4800) There should be no space before ']' (computed-property-spacing)
(#4801) There should be no spaces inside this paren. (space-in-parens)
(#4801) There should be no spaces inside this paren. (space-in-parens)
(#4806) Do not nest ternary expressions (no-nested-ternary)
(#4806) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#4808) Do not nest ternary expressions (no-nested-ternary)
(#4809) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#4810) Do not nest ternary expressions (no-nested-ternary)
(#4812) Do not nest ternary expressions (no-nested-ternary)
(#4814) Do not nest ternary expressions (no-nested-ternary)
(#4816) Do not nest ternary expressions (no-nested-ternary)
(#4818) Do not nest ternary expressions (no-nested-ternary)
(#4820) Do not nest ternary expressions (no-nested-ternary)
(#4822) Do not nest ternary expressions (no-nested-ternary)
(#4829) Expected to return a value at the end of this function. (consistent-return)
(#4829) There should be no spaces inside this paren. (space-in-parens)
(#4829) There should be no spaces inside this paren. (space-in-parens)
(#4831) There should be no space after '[' (computed-property-spacing)
(#4831) There should be no space before ']' (computed-property-spacing)
(#4833) There should be no spaces inside this paren. (space-in-parens)
(#4833) There should be no spaces inside this paren. (space-in-parens)
(#4834) There should be no spaces inside this paren. (space-in-parens)
(#4834) There should be no spaces inside this paren. (space-in-parens)
(#4841) Missing space before opening brace. (space-before-blocks)
(#4845) There should be no spaces inside this paren. (space-in-parens)
(#4845) There should be no spaces inside this paren. (space-in-parens)
(#4846) There should be no space after '[' (computed-property-spacing)
(#4846) There should be no space before ']' (computed-property-spacing)
(#4846) There should be no spaces inside this paren. (space-in-parens)
(#4846) There should be no space after '[' (computed-property-spacing)
(#4846) There should be no space before ']' (computed-property-spacing)
(#4846) There should be no spaces inside this paren. (space-in-parens)
(#4847) There should be no space after '[' (computed-property-spacing)
(#4847) There should be no space before ']' (computed-property-spacing)
(#4847) There should be no spaces inside this paren. (space-in-parens)
(#4847) There should be no space after '[' (computed-property-spacing)
(#4847) There should be no space before ']' (computed-property-spacing)
(#4847) There should be no spaces inside this paren. (space-in-parens)
(#4853) There should be no spaces inside this paren. (space-in-parens)
(#4853) There should be no spaces inside this paren. (space-in-parens)
(#4854) There should be no spaces inside this paren. (space-in-parens)
(#4854) There should be no spaces inside this paren. (space-in-parens)
(#4856) There should be no spaces inside this paren. (space-in-parens)
(#4856) There should be no spaces inside this paren. (space-in-parens)
(#4857) There should be no spaces inside this paren. (space-in-parens)
(#4857) There should be no spaces inside this paren. (space-in-parens)
(#4869) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4869) There should be no spaces inside this paren. (space-in-parens)
(#4869) There should be no spaces inside this paren. (space-in-parens)
(#4872) Expected space(s) after "catch". (keyword-spacing)
(#4872) There should be no spaces inside this paren. (space-in-parens)
(#4872) There should be no spaces inside this paren. (space-in-parens)
(#4873) There should be no spaces inside this paren. (space-in-parens)
(#4873) There should be no spaces inside this paren. (space-in-parens)
(#4877) There should be no spaces inside this paren. (space-in-parens)
(#4877) There should be no spaces inside this paren. (space-in-parens)
(#4878) There should be no spaces inside this paren. (space-in-parens)
(#4878) There should be no spaces inside this paren. (space-in-parens)
(#4881) There should be no spaces inside this paren. (space-in-parens)
(#4881) There should be no spaces inside this paren. (space-in-parens)
(#4882) There should be no spaces inside this paren. (space-in-parens)
(#4882) There should be no spaces inside this paren. (space-in-parens)
(#4883) There should be no spaces inside this paren. (space-in-parens)
(#4883) There should be no spaces inside this paren. (space-in-parens)
(#4887) There should be no spaces inside this paren. (space-in-parens)
(#4887) There should be no spaces inside this paren. (space-in-parens)
(#4888) There should be no spaces inside this paren. (space-in-parens)
(#4888) There should be no spaces inside this paren. (space-in-parens)
(#4899) There should be no spaces inside this paren. (space-in-parens)
(#4899) There should be no spaces inside this paren. (space-in-parens)
(#4900) There should be no spaces inside this paren. (space-in-parens)
(#4900) There should be no spaces inside this paren. (space-in-parens)
(#4901) There should be no spaces inside this paren. (space-in-parens)
(#4901) There should be no spaces inside this paren. (space-in-parens)
(#4906) There should be no spaces inside this paren. (space-in-parens)
(#4906) There should be no spaces inside this paren. (space-in-parens)
(#4910) Unexpected use of '&'. (no-bitwise)
(#4914) There should be no spaces inside this paren. (space-in-parens)
(#4914) There should be no spaces inside this paren. (space-in-parens)
(#4916) There should be no spaces inside this paren. (space-in-parens)
(#4916) There should be no spaces inside this paren. (space-in-parens)
(#4921) There should be no spaces inside this paren. (space-in-parens)
(#4921) There should be no spaces inside this paren. (space-in-parens)
(#4933) There should be no spaces inside this paren. (space-in-parens)
(#4933) There should be no spaces inside this paren. (space-in-parens)
(#4934) There should be no spaces inside this paren. (space-in-parens)
(#4934) There should be no spaces inside this paren. (space-in-parens)
(#4937) There should be no spaces inside this paren. (space-in-parens)
(#4937) There should be no spaces inside this paren. (space-in-parens)
(#4940) There should be no spaces inside this paren. (space-in-parens)
(#4940) There should be no spaces inside this paren. (space-in-parens)
(#4946) There should be no spaces inside this paren. (space-in-parens)
(#4946) There should be no spaces inside this paren. (space-in-parens)
(#4947) There should be no spaces inside this paren. (space-in-parens)
(#4947) There should be no spaces inside this paren. (space-in-parens)
(#4953) There should be no spaces inside this paren. (space-in-parens)
(#4953) There should be no spaces inside this paren. (space-in-parens)
(#4954) There should be no spaces inside this paren. (space-in-parens)
(#4954) There should be no spaces inside this paren. (space-in-parens)
(#4962) There should be no spaces inside this paren. (space-in-parens)
(#4962) There should be no spaces inside this paren. (space-in-parens)
(#4963) There should be no spaces inside this paren. (space-in-parens)
(#4963) There should be no spaces inside this paren. (space-in-parens)
(#4964) There should be no spaces inside this paren. (space-in-parens)
(#4964) There should be no spaces inside this paren. (space-in-parens)
(#4969) 'i' used outside of binding context. (block-scoped-var)
(#4970) There should be no spaces inside this paren. (space-in-parens)
(#4970) 'i' used outside of binding context. (block-scoped-var)
(#4970) There should be no spaces inside this paren. (space-in-parens)
(#4971) There should be no spaces inside this paren. (space-in-parens)
(#4971) 'i' used outside of binding context. (block-scoped-var)
(#4971) There should be no spaces inside this paren. (space-in-parens)
(#4974) There should be no spaces inside this paren. (space-in-parens)
(#4974) There should be no spaces inside this paren. (space-in-parens)
(#4975) There should be no spaces inside this paren. (space-in-parens)
(#4975) There should be no spaces inside this paren. (space-in-parens)
(#4981) There should be no spaces inside this paren. (space-in-parens)
(#4981) There should be no spaces inside this paren. (space-in-parens)
(#4982) There should be no spaces inside this paren. (space-in-parens)
(#4982) There should be no spaces inside this paren. (space-in-parens)
(#4995) Missing space before opening brace. (space-before-blocks)
(#5004) There should be no spaces inside this paren. (space-in-parens)
(#5004) There should be no spaces inside this paren. (space-in-parens)
(#5008) There should be no spaces inside this paren. (space-in-parens)
(#5008) There should be no spaces inside this paren. (space-in-parens)
(#5008) There should be no spaces inside this paren. (space-in-parens)
(#5008) There should be no spaces inside this paren. (space-in-parens)
(#5009) Expected to return a value at the end of this function. (consistent-return)
(#5009) There should be no spaces inside this paren. (space-in-parens)
(#5009) There should be no spaces inside this paren. (space-in-parens)
(#5010) There should be no spaces inside this paren. (space-in-parens)
(#5010) There should be no spaces inside this paren. (space-in-parens)
(#5013) Do not nest ternary expressions (no-nested-ternary)
(#5014) Line 5014 exceeds the maximum line length of 132. (max-len)
(#5021) There should be no spaces inside this paren. (space-in-parens)
(#5021) There should be no spaces inside this paren. (space-in-parens)
(#5028) There should be no spaces inside this paren. (space-in-parens)
(#5028) There should be no spaces inside this paren. (space-in-parens)
(#5034) Missing space before opening brace. (space-before-blocks)
(#5040) There should be no spaces inside this paren. (space-in-parens)
(#5040) There should be no spaces inside this paren. (space-in-parens)
(#5043) There should be no spaces inside this paren. (space-in-parens)
(#5043) There should be no spaces inside this paren. (space-in-parens)
(#5044) There should be no spaces inside this paren. (space-in-parens)
(#5044) There should be no spaces inside this paren. (space-in-parens)
(#5045) There should be no spaces inside this paren. (space-in-parens)
(#5045) There should be no spaces inside this paren. (space-in-parens)
(#5048) There should be no spaces inside this paren. (space-in-parens)
(#5048) There should be no spaces inside this paren. (space-in-parens)
(#5051) There should be no spaces inside this paren. (space-in-parens)
(#5051) There should be no spaces inside this paren. (space-in-parens)
(#5052) There should be no spaces inside this paren. (space-in-parens)
(#5052) There should be no spaces inside this paren. (space-in-parens)
(#5053) There should be no spaces inside this paren. (space-in-parens)
(#5053) There should be no spaces inside this paren. (space-in-parens)
(#5067) There should be no spaces inside this paren. (space-in-parens)
(#5068) There should be no spaces inside this paren. (space-in-parens)
(#5070) There should be no spaces inside this paren. (space-in-parens)
(#5070) There should be no spaces inside this paren. (space-in-parens)
(#5071) There should be no spaces inside this paren. (space-in-parens)
(#5071) There should be no spaces inside this paren. (space-in-parens)
(#5079) There should be no spaces inside this paren. (space-in-parens)
(#5079) There should be no spaces inside this paren. (space-in-parens)
(#5080) Missing space before opening brace. (space-before-blocks)
(#5089) There should be no spaces inside this paren. (space-in-parens)
(#5089) There should be no spaces inside this paren. (space-in-parens)
(#5093) Function 'anonymous' has a complexity of 21. (complexity)
(#5093) There should be no spaces inside this paren. (space-in-parens)
(#5093) There should be no spaces inside this paren. (space-in-parens)
(#5098) There should be no spaces inside this paren. (space-in-parens)
(#5098) There should be no spaces inside this paren. (space-in-parens)
(#5100) There should be no spaces inside this paren. (space-in-parens)
(#5100) There should be no spaces inside this paren. (space-in-parens)
(#5102) There should be no spaces inside this paren. (space-in-parens)
(#5102) There should be no spaces inside this paren. (space-in-parens)
(#5104) There should be no spaces inside this paren. (space-in-parens)
(#5104) There should be no spaces inside this paren. (space-in-parens)
(#5105) There should be no spaces inside this paren. (space-in-parens)
(#5105) There should be no spaces inside this paren. (space-in-parens)
(#5105) There should be no spaces inside this paren. (space-in-parens)
(#5105) There should be no spaces inside this paren. (space-in-parens)
(#5108) There should be no spaces inside this paren. (space-in-parens)
(#5108) There should be no spaces inside this paren. (space-in-parens)
(#5109) There should be no spaces inside this paren. (space-in-parens)
(#5109) There should be no spaces inside this paren. (space-in-parens)
(#5109) There should be no spaces inside this paren. (space-in-parens)
(#5109) There should be no spaces inside this paren. (space-in-parens)
(#5113) There should be no spaces inside this paren. (space-in-parens)
(#5113) There should be no spaces inside this paren. (space-in-parens)
(#5116) There should be no spaces inside this paren. (space-in-parens)
(#5116) There should be no spaces inside this paren. (space-in-parens)
(#5117) There should be no spaces inside this paren. (space-in-parens)
(#5117) There should be no space after '[' (array-bracket-spacing)
(#5117) There should be no space before ']' (array-bracket-spacing)
(#5117) There should be no spaces inside this paren. (space-in-parens)
(#5120) There should be no spaces inside this paren. (space-in-parens)
(#5120) There should be no spaces inside this paren. (space-in-parens)
(#5121) There should be no spaces inside this paren. (space-in-parens)
(#5121) There should be no spaces inside this paren. (space-in-parens)
(#5125) There should be no spaces inside this paren. (space-in-parens)
(#5125) There should be no spaces inside this paren. (space-in-parens)
(#5128) There should be no spaces inside this paren. (space-in-parens)
(#5128) There should be no spaces inside this paren. (space-in-parens)
(#5129) There should be no spaces inside this paren. (space-in-parens)
(#5129) There should be no space after '[' (array-bracket-spacing)
(#5129) There should be no space before ']' (array-bracket-spacing)
(#5129) There should be no spaces inside this paren. (space-in-parens)
(#5133) There should be no spaces inside this paren. (space-in-parens)
(#5133) There should be no spaces inside this paren. (space-in-parens)
(#5138) There should be no spaces inside this paren. (space-in-parens)
(#5138) There should be no spaces inside this paren. (space-in-parens)
(#5139) Expected space(s) after "catch". (keyword-spacing)
(#5139) Empty block statement. (no-empty)
(#5145) There should be no spaces inside this paren. (space-in-parens)
(#5145) There should be no spaces inside this paren. (space-in-parens)
(#5147) There should be no spaces inside this paren. (space-in-parens)
(#5147) There should be no spaces inside this paren. (space-in-parens)
(#5150) There should be no spaces inside this paren. (space-in-parens)
(#5150) There should be no spaces inside this paren. (space-in-parens)
(#5152) There should be no spaces inside this paren. (space-in-parens)
(#5152) There should be no spaces inside this paren. (space-in-parens)
(#5153) There should be no spaces inside this paren. (space-in-parens)
(#5153) There should be no spaces inside this paren. (space-in-parens)
(#5155) There should be no spaces inside this paren. (space-in-parens)
(#5155) There should be no spaces inside this paren. (space-in-parens)
(#5157) There should be no spaces inside this paren. (space-in-parens)
(#5157) There should be no spaces inside this paren. (space-in-parens)
(#5162) There should be no spaces inside this paren. (space-in-parens)
(#5162) There should be no spaces inside this paren. (space-in-parens)
(#5163) There should be no spaces inside this paren. (space-in-parens)
(#5163) There should be no spaces inside this paren. (space-in-parens)
(#5163) There should be no spaces inside this paren. (space-in-parens)
(#5163) There should be no spaces inside this paren. (space-in-parens)
(#5166) Expected space(s) after "catch". (keyword-spacing)
(#5166) Empty block statement. (no-empty)
(#5168) There should be no spaces inside this paren. (space-in-parens)
(#5168) There should be no spaces inside this paren. (space-in-parens)
(#5169) There should be no spaces inside this paren. (space-in-parens)
(#5169) There should be no spaces inside this paren. (space-in-parens)
(#5178) There should be no spaces inside this paren. (space-in-parens)
(#5178) There should be no spaces inside this paren. (space-in-parens)
(#5179) There should be no space after '[' (computed-property-spacing)
(#5179) There should be no space before ']' (computed-property-spacing)
(#5179) There should be no space after '[' (computed-property-spacing)
(#5179) There should be no space before ']' (computed-property-spacing)
(#5187) Missing space before opening brace. (space-before-blocks)
(#5191) There should be no spaces inside this paren. (space-in-parens)
(#5191) There should be no spaces inside this paren. (space-in-parens)
(#5194) There should be no spaces inside this paren. (space-in-parens)
(#5194) There should be no spaces inside this paren. (space-in-parens)
(#5194) There should be no spaces inside this paren. (space-in-parens)
(#5194) There should be no spaces inside this paren. (space-in-parens)
(#5200) There should be no spaces inside this paren. (space-in-parens)
(#5200) There should be no spaces inside this paren. (space-in-parens)
(#5202) Expected space(s) after "catch". (keyword-spacing)
(#5202) There should be no spaces inside this paren. (space-in-parens)
(#5202) There should be no spaces inside this paren. (space-in-parens)
(#5206) There should be no spaces inside this paren. (space-in-parens)
(#5206) There should be no spaces inside this paren. (space-in-parens)
(#5208) Unnecessary escape character: \= (no-useless-escape)
(#5210) There should be no spaces inside this paren. (space-in-parens)
(#5210) There should be no spaces inside this paren. (space-in-parens)
(#5210) There should be no spaces inside this paren. (space-in-parens)
(#5210) There should be no spaces inside this paren. (space-in-parens)
(#5212) There should be no spaces inside this paren. (space-in-parens)
(#5212) There should be no spaces inside this paren. (space-in-parens)
(#5212) There should be no spaces inside this paren. (space-in-parens)
(#5212) There should be no spaces inside this paren. (space-in-parens)
(#5212) There should be no spaces inside this paren. (space-in-parens)
(#5212) There should be no spaces inside this paren. (space-in-parens)
(#5213) There should be no spaces inside this paren. (space-in-parens)
(#5213) There should be no spaces inside this paren. (space-in-parens)
(#5216) There should be no spaces inside this paren. (space-in-parens)
(#5219) There should be no spaces inside this paren. (space-in-parens)
(#5223) Expected space(s) after "catch". (keyword-spacing)
(#5223) Empty block statement. (no-empty)
(#5226) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#5231) Missing space before opening brace. (space-before-blocks)
(#5238) There should be no spaces inside this paren. (space-in-parens)
(#5238) There should be no spaces inside this paren. (space-in-parens)
(#5245) There should be no spaces inside this paren. (space-in-parens)
(#5245) There should be no spaces inside this paren. (space-in-parens)
(#5250) Expected to return a value at the end of this function. (consistent-return)
(#5250) There should be no spaces inside this paren. (space-in-parens)
(#5250) There should be no spaces inside this paren. (space-in-parens)
(#5251) There should be no spaces inside this paren. (space-in-parens)
(#5251) There should be no spaces inside this paren. (space-in-parens)
(#5260) Missing JSDoc comment. (require-jsdoc)
(#5260) There should be no spaces inside this paren. (space-in-parens)
(#5260) There should be no spaces inside this paren. (space-in-parens)
(#5261) There should be no spaces inside this paren. (space-in-parens)
(#5261) There should be no spaces inside this paren. (space-in-parens)
(#5264) There should be no spaces inside this paren. (space-in-parens)
(#5264) There should be no spaces inside this paren. (space-in-parens)
(#5269) There should be no spaces inside this paren. (space-in-parens)
(#5269) There should be no spaces inside this paren. (space-in-parens)
(#5270) There should be no spaces inside this paren. (space-in-parens)
(#5270) There should be no space after '[' (computed-property-spacing)
(#5270) There should be no space before ']' (computed-property-spacing)
(#5270) There should be no spaces inside this paren. (space-in-parens)
(#5275) There should be no spaces inside this paren. (space-in-parens)
(#5275) There should be no spaces inside this paren. (space-in-parens)
(#5275) Missing space before opening brace. (space-before-blocks)
(#5276) There should be no space after '[' (computed-property-spacing)
(#5276) There should be no space before ']' (computed-property-spacing)
(#5280) There should be no spaces inside this paren. (space-in-parens)
(#5280) There should be no spaces inside this paren. (space-in-parens)
(#5293) Missing JSDoc comment. (require-jsdoc)
(#5293) There should be no spaces inside this paren. (space-in-parens)
(#5293) There should be no spaces inside this paren. (space-in-parens)
(#5294) There should be no spaces inside this paren. (space-in-parens)
(#5294) There should be no spaces inside this paren. (space-in-parens)
(#5297) There should be no spaces inside this paren. (space-in-parens)
(#5297) There should be no spaces inside this paren. (space-in-parens)
(#5302) There should be no spaces inside this paren. (space-in-parens)
(#5302) There should be no spaces inside this paren. (space-in-parens)
(#5303) There should be no spaces inside this paren. (space-in-parens)
(#5303) There should be no space after '[' (computed-property-spacing)
(#5303) There should be no space before ']' (computed-property-spacing)
(#5303) There should be no spaces inside this paren. (space-in-parens)
(#5308) There should be no spaces inside this paren. (space-in-parens)
(#5308) There should be no spaces inside this paren. (space-in-parens)
(#5309) Blocks are nested too deeply (5). (max-depth)
(#5309) There should be no spaces inside this paren. (space-in-parens)
(#5309) There should be no spaces inside this paren. (space-in-parens)
(#5310) There should be no space after '[' (computed-property-spacing)
(#5310) There should be no space before ']' (computed-property-spacing)
(#5314) Blocks are nested too deeply (5). (max-depth)
(#5314) There should be no spaces inside this paren. (space-in-parens)
(#5314) There should be no spaces inside this paren. (space-in-parens)
(#5315) Blocks are nested too deeply (6). (max-depth)
(#5315) There should be no spaces inside this paren. (space-in-parens)
(#5315) There should be no spaces inside this paren. (space-in-parens)
(#5320) There should be no spaces inside this paren. (space-in-parens)
(#5320) There should be no spaces inside this paren. (space-in-parens)
(#5320) There should be no spaces inside this paren. (space-in-parens)
(#5320) There should be no spaces inside this paren. (space-in-parens)
(#5334) There should be no spaces inside this paren. (space-in-parens)
(#5334) There should be no spaces inside this paren. (space-in-parens)
(#5335) There should be no spaces inside this paren. (space-in-parens)
(#5335) There should be no spaces inside this paren. (space-in-parens)
(#5339) There should be no spaces inside this paren. (space-in-parens)
(#5339) There should be no spaces inside this paren. (space-in-parens)
(#5340) There should be no spaces inside this paren. (space-in-parens)
(#5340) There should be no spaces inside this paren. (space-in-parens)
(#5341) Unexpected use of '&'. (no-bitwise)
(#5350) There should be no spaces inside this paren. (space-in-parens)
(#5350) There should be no spaces inside this paren. (space-in-parens)
(#5358) There should be no spaces inside this paren. (space-in-parens)
(#5358) There should be no spaces inside this paren. (space-in-parens)
(#5366) There should be no spaces inside this paren. (space-in-parens)
(#5366) There should be no spaces inside this paren. (space-in-parens)
(#5366) There should be no spaces inside this paren. (space-in-parens)
(#5366) There should be no spaces inside this paren. (space-in-parens)
(#5368) There should be no spaces inside this paren. (space-in-parens)
(#5368) There should be no spaces inside this paren. (space-in-parens)
(#5373) There should be no spaces inside this paren. (space-in-parens)
(#5373) There should be no spaces inside this paren. (space-in-parens)
(#5374) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#5374) There should be no spaces inside this paren. (space-in-parens)
(#5374) There should be no spaces inside this paren. (space-in-parens)
(#5377) There should be no spaces inside this paren. (space-in-parens)
(#5377) There should be no spaces inside this paren. (space-in-parens)
(#5412) There should be no spaces inside this paren. (space-in-parens)
(#5412) There should be no spaces inside this paren. (space-in-parens)
(#5416) There should be no spaces inside this paren. (space-in-parens)
(#5416) There should be no spaces inside this paren. (space-in-parens)
(#5417) There should be no spaces inside this paren. (space-in-parens)
(#5417) There should be no spaces inside this paren. (space-in-parens)
(#5417) Expected to return a value at the end of this function. (array-callback-return)
(#5417) Expected to return a value at the end of this function. (consistent-return)
(#5418) There should be no spaces inside this paren. (space-in-parens)
(#5418) There should be no spaces inside this paren. (space-in-parens)
(#5419) There should be no spaces inside this paren. (space-in-parens)
(#5419) There should be no spaces inside this paren. (space-in-parens)
(#5419) There should be no space after '[' (computed-property-spacing)
(#5419) There should be no space before ']' (computed-property-spacing)
(#5419) There should be no spaces inside this paren. (space-in-parens)
(#5419) There should be no spaces inside this paren. (space-in-parens)
(#5426) There should be no spaces inside this paren. (space-in-parens)
(#5426) There should be no spaces inside this paren. (space-in-parens)
(#5429) There should be no spaces inside this paren. (space-in-parens)
(#5429) There should be no spaces inside this paren. (space-in-parens)
(#5431) There should be no spaces inside this paren. (space-in-parens)
(#5431) There should be no spaces inside this paren. (space-in-parens)
(#5433) There should be no spaces inside this paren. (space-in-parens)
(#5433) There should be no spaces inside this paren. (space-in-parens)
(#5435) There should be no spaces inside this paren. (space-in-parens)
(#5435) There should be no spaces inside this paren. (space-in-parens)
(#5436) There should be no spaces inside this paren. (space-in-parens)
(#5436) There should be no spaces inside this paren. (space-in-parens)
(#5437) Blocks are nested too deeply (5). (max-depth)
(#5437) There should be no spaces inside this paren. (space-in-parens)
(#5437) There should be no spaces inside this paren. (space-in-parens)
(#5449) There should be no spaces inside this paren. (space-in-parens)
(#5449) There should be no spaces inside this paren. (space-in-parens)
(#5450) There should be no spaces inside this paren. (space-in-parens)
(#5450) There should be no spaces inside this paren. (space-in-parens)
(#5451) Expected to return a value at the end of this function. (array-callback-return)
(#5451) Expected to return a value at the end of this function. (consistent-return)
(#5452) There should be no spaces inside this paren. (space-in-parens)
(#5452) There should be no spaces inside this paren. (space-in-parens)
(#5453) There should be no spaces inside this paren. (space-in-parens)
(#5453) There should be no spaces inside this paren. (space-in-parens)
(#5453) There should be no spaces inside this paren. (space-in-parens)
(#5453) There should be no spaces inside this paren. (space-in-parens)
(#5460) There should be no spaces inside this paren. (space-in-parens)
(#5460) There should be no spaces inside this paren. (space-in-parens)
(#5461) There should be no spaces inside this paren. (space-in-parens)
(#5464) There should be no spaces inside this paren. (space-in-parens)
(#5464) There should be no spaces inside this paren. (space-in-parens)
(#5465) There should be no spaces inside this paren. (space-in-parens)
(#5465) There should be no spaces inside this paren. (space-in-parens)
(#5468) There should be no spaces inside this paren. (space-in-parens)
(#5468) There should be no spaces inside this paren. (space-in-parens)
(#5470) Do not nest ternary expressions (no-nested-ternary)
(#5473) There should be no spaces inside this paren. (space-in-parens)
(#5473) There should be no spaces inside this paren. (space-in-parens)
(#5474) There should be no spaces inside this paren. (space-in-parens)
(#5474) There should be no spaces inside this paren. (space-in-parens)
(#5474) There should be no spaces inside this paren. (space-in-parens)
(#5474) There should be no spaces inside this paren. (space-in-parens)
(#5475) There should be no spaces inside this paren. (space-in-parens)
(#5475) There should be no spaces inside this paren. (space-in-parens)
(#5476) There should be no spaces inside this paren. (space-in-parens)
(#5476) There should be no spaces inside this paren. (space-in-parens)
(#5476) There should be no spaces inside this paren. (space-in-parens)
(#5479) There should be no spaces inside this paren. (space-in-parens)
(#5479) There should be no spaces inside this paren. (space-in-parens)
(#5480) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#5480) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#5483) There should be no spaces inside this paren. (space-in-parens)
(#5483) There should be no spaces inside this paren. (space-in-parens)
(#5483) There should be no spaces inside this paren. (space-in-parens)
(#5483) There should be no spaces inside this paren. (space-in-parens)
(#5486) There should be no spaces inside this paren. (space-in-parens)
(#5486) There should be no spaces inside this paren. (space-in-parens)
(#5487) There should be no spaces inside this paren. (space-in-parens)
(#5487) There should be no spaces inside this paren. (space-in-parens)
(#5489) There should be no spaces inside this paren. (space-in-parens)
(#5489) There should be no spaces inside this paren. (space-in-parens)
(#5489) There should be no spaces inside this paren. (space-in-parens)
(#5489) There should be no spaces inside this paren. (space-in-parens)
(#5489) There should be no space after '[' (computed-property-spacing)
(#5489) There should be no space before ']' (computed-property-spacing)
(#5489) There should be no spaces inside this paren. (space-in-parens)
(#5489) There should be no spaces inside this paren. (space-in-parens)
(#5490) There should be no space after '{' (object-curly-spacing)
(#5490) There should be no space after '[' (computed-property-spacing)
(#5490) There should be no space before ']' (computed-property-spacing)
(#5490) There should be no space before '}' (object-curly-spacing)
(#5502) There should be no spaces inside this paren. (space-in-parens)
(#5502) There should be no spaces inside this paren. (space-in-parens)
(#5503) There should be no spaces inside this paren. (space-in-parens)
(#5503) There should be no spaces inside this paren. (space-in-parens)
(#5506) There should be no spaces inside this paren. (space-in-parens)
(#5506) There should be no spaces inside this paren. (space-in-parens)
(#5509) There should be no spaces inside this paren. (space-in-parens)
(#5509) There should be no spaces inside this paren. (space-in-parens)
(#5510) There should be no spaces inside this paren. (space-in-parens)
(#5510) There should be no spaces inside this paren. (space-in-parens)
(#5511) There should be no spaces inside this paren. (space-in-parens)
(#5511) There should be no spaces inside this paren. (space-in-parens)
(#5516) There should be no spaces inside this paren. (space-in-parens)
(#5516) There should be no spaces inside this paren. (space-in-parens)
(#5523) There should be no spaces inside this paren. (space-in-parens)
(#5523) There should be no spaces inside this paren. (space-in-parens)
(#5525) There should be no spaces inside this paren. (space-in-parens)
(#5525) There should be no spaces inside this paren. (space-in-parens)
(#5530) There should be no spaces inside this paren. (space-in-parens)
(#5530) There should be no spaces inside this paren. (space-in-parens)
(#5533) There should be no spaces inside this paren. (space-in-parens)
(#5533) There should be no spaces inside this paren. (space-in-parens)
(#5534) There should be no spaces inside this paren. (space-in-parens)
(#5534) There should be no spaces inside this paren. (space-in-parens)
(#5538) There should be no spaces inside this paren. (space-in-parens)
(#5538) There should be no spaces inside this paren. (space-in-parens)
(#5539) There should be no spaces inside this paren. (space-in-parens)
(#5539) There should be no spaces inside this paren. (space-in-parens)
(#5539) There should be no spaces inside this paren. (space-in-parens)
(#5539) There should be no spaces inside this paren. (space-in-parens)
(#5545) There should be no spaces inside this paren. (space-in-parens)
(#5548) There should be no spaces inside this paren. (space-in-parens)
(#5548) There should be no spaces inside this paren. (space-in-parens)
(#5550) There should be no spaces inside this paren. (space-in-parens)
(#5550) There should be no spaces inside this paren. (space-in-parens)
(#5551) There should be no spaces inside this paren. (space-in-parens)
(#5551) There should be no space after '[' (array-bracket-spacing)
(#5551) There should be no space before ']' (array-bracket-spacing)
(#5551) There should be no spaces inside this paren. (space-in-parens)
(#5552) There should be no spaces inside this paren. (space-in-parens)
(#5552) There should be no spaces inside this paren. (space-in-parens)
(#5554) There should be no spaces inside this paren. (space-in-parens)
(#5554) There should be no spaces inside this paren. (space-in-parens)
(#5554) There should be no spaces inside this paren. (space-in-parens)
(#5554) There should be no spaces inside this paren. (space-in-parens)
(#5554) There should be no spaces inside this paren. (space-in-parens)
(#5556) There should be no spaces inside this paren. (space-in-parens)
(#5556) There should be no spaces inside this paren. (space-in-parens)
(#5556) There should be no spaces inside this paren. (space-in-parens)
(#5560) There should be no spaces inside this paren. (space-in-parens)
(#5560) There should be no spaces inside this paren. (space-in-parens)
(#5566) Missing JSDoc comment. (require-jsdoc)
(#5566) There should be no spaces inside this paren. (space-in-parens)
(#5566) There should be no spaces inside this paren. (space-in-parens)
(#5571) There should be no spaces inside this paren. (space-in-parens)
(#5571) There should be no spaces inside this paren. (space-in-parens)
(#5575) There should be no spaces inside this paren. (space-in-parens)
(#5575) There should be no spaces inside this paren. (space-in-parens)
(#5576) There should be no spaces inside this paren. (space-in-parens)
(#5576) There should be no spaces inside this paren. (space-in-parens)
(#5578) There should be no spaces inside this paren. (space-in-parens)
(#5578) There should be no spaces inside this paren. (space-in-parens)
(#5579) There should be no spaces inside this paren. (space-in-parens)
(#5579) There should be no spaces inside this paren. (space-in-parens)
(#5581) There should be no spaces inside this paren. (space-in-parens)
(#5581) There should be no spaces inside this paren. (space-in-parens)
(#5582) There should be no spaces inside this paren. (space-in-parens)
(#5582) There should be no spaces inside this paren. (space-in-parens)
(#5584) There should be no spaces inside this paren. (space-in-parens)
(#5584) There should be no spaces inside this paren. (space-in-parens)
(#5585) There should be no spaces inside this paren. (space-in-parens)
(#5585) There should be no spaces inside this paren. (space-in-parens)
(#5587) There should be no spaces inside this paren. (space-in-parens)
(#5587) There should be no spaces inside this paren. (space-in-parens)
(#5588) There should be no spaces inside this paren. (space-in-parens)
(#5588) There should be no spaces inside this paren. (space-in-parens)
(#5590) There should be no spaces inside this paren. (space-in-parens)
(#5590) There should be no spaces inside this paren. (space-in-parens)
(#5591) There should be no spaces inside this paren. (space-in-parens)
(#5591) There should be no spaces inside this paren. (space-in-parens)
(#5593) There should be no spaces inside this paren. (space-in-parens)
(#5593) There should be no spaces inside this paren. (space-in-parens)
(#5594) There should be no spaces inside this paren. (space-in-parens)
(#5594) There should be no spaces inside this paren. (space-in-parens)
(#5596) There should be no spaces inside this paren. (space-in-parens)
(#5596) There should be no spaces inside this paren. (space-in-parens)
(#5597) There should be no spaces inside this paren. (space-in-parens)
(#5597) There should be no spaces inside this paren. (space-in-parens)
(#5599) There should be no spaces inside this paren. (space-in-parens)
(#5599) There should be no spaces inside this paren. (space-in-parens)
(#5600) There should be no spaces inside this paren. (space-in-parens)
(#5600) There should be no spaces inside this paren. (space-in-parens)
(#5600) There should be no spaces inside this paren. (space-in-parens)
(#5600) There should be no spaces inside this paren. (space-in-parens)
(#5602) There should be no spaces inside this paren. (space-in-parens)
(#5602) There should be no spaces inside this paren. (space-in-parens)
(#5603) There should be no spaces inside this paren. (space-in-parens)
(#5603) There should be no spaces inside this paren. (space-in-parens)
(#5605) There should be no spaces inside this paren. (space-in-parens)
(#5605) There should be no spaces inside this paren. (space-in-parens)
(#5606) There should be no spaces inside this paren. (space-in-parens)
(#5606) There should be no spaces inside this paren. (space-in-parens)
(#5608) There should be no spaces inside this paren. (space-in-parens)
(#5608) There should be no spaces inside this paren. (space-in-parens)
(#5610) There should be no spaces inside this paren. (space-in-parens)
(#5610) There should be no spaces inside this paren. (space-in-parens)
(#5611) There should be no space after '[' (computed-property-spacing)
(#5611) There should be no space before ']' (computed-property-spacing)
(#5611) There should be no spaces inside this paren. (space-in-parens)
(#5611) There should be no spaces inside this paren. (space-in-parens)
(#5612) There should be no spaces inside this paren. (space-in-parens)
(#5612) There should be no spaces inside this paren. (space-in-parens)
(#5614) There should be no spaces inside this paren. (space-in-parens)
(#5614) There should be no spaces inside this paren. (space-in-parens)
(#5614) There should be no spaces inside this paren. (space-in-parens)
(#5614) There should be no spaces inside this paren. (space-in-parens)
(#5618) There should be no spaces inside this paren. (space-in-parens)
(#5618) There should be no spaces inside this paren. (space-in-parens)
(#5619) There should be no spaces inside this paren. (space-in-parens)
(#5619) There should be no spaces inside this paren. (space-in-parens)
(#5622) There should be no space after '[' (computed-property-spacing)
(#5622) There should be no space before ']' (computed-property-spacing)
(#5622) There should be no spaces inside this paren. (space-in-parens)
(#5622) There should be no spaces inside this paren. (space-in-parens)
(#5624) There should be no spaces inside this paren. (space-in-parens)
(#5624) There should be no spaces inside this paren. (space-in-parens)
(#5624) There should be no spaces inside this paren. (space-in-parens)
(#5624) There should be no spaces inside this paren. (space-in-parens)
(#5624) There should be no spaces inside this paren. (space-in-parens)
(#5624) There should be no spaces inside this paren. (space-in-parens)
(#5628) There should be no spaces inside this paren. (space-in-parens)
(#5628) There should be no spaces inside this paren. (space-in-parens)
(#5628) There should be no spaces inside this paren. (space-in-parens)
(#5628) There should be no spaces inside this paren. (space-in-parens)
(#5633) There should be no spaces inside this paren. (space-in-parens)
(#5633) There should be no spaces inside this paren. (space-in-parens)
(#5634) There should be no spaces inside this paren. (space-in-parens)
(#5634) There should be no spaces inside this paren. (space-in-parens)
(#5638) Do not nest ternary expressions (no-nested-ternary)
(#5639) There should be no space after '[' (array-bracket-spacing)
(#5639) There should be no space before ']' (array-bracket-spacing)
(#5643) There should be no spaces inside this paren. (space-in-parens)
(#5643) There should be no spaces inside this paren. (space-in-parens)
(#5645) There should be no space after '[' (computed-property-spacing)
(#5645) There should be no space before ']' (computed-property-spacing)
(#5647) There should be no spaces inside this paren. (space-in-parens)
(#5647) 'until' is not modified in this loop. (no-unmodified-loop-condition)
(#5647) 'undefined' is not modified in this loop. (no-unmodified-loop-condition)
(#5647) There should be no spaces inside this paren. (space-in-parens)
(#5647) There should be no spaces inside this paren. (space-in-parens)
(#5647) There should be no spaces inside this paren. (space-in-parens)
(#5647) There should be no spaces inside this paren. (space-in-parens)
(#5647) There should be no spaces inside this paren. (space-in-parens)
(#5648) There should be no spaces inside this paren. (space-in-parens)
(#5648) There should be no spaces inside this paren. (space-in-parens)
(#5649) There should be no spaces inside this paren. (space-in-parens)
(#5649) There should be no spaces inside this paren. (space-in-parens)
(#5656) There should be no spaces inside this paren. (space-in-parens)
(#5656) 'elem' is defined but never used (no-unused-vars)
(#5656) There should be no spaces inside this paren. (space-in-parens)
(#5660) There should be no spaces inside this paren. (space-in-parens)
(#5660) There should be no spaces inside this paren. (space-in-parens)
(#5661) There should be no spaces inside this paren. (space-in-parens)
(#5661) There should be no spaces inside this paren. (space-in-parens)
(#5669) There should be no spaces inside this paren. (space-in-parens)
(#5669) There should be no spaces inside this paren. (space-in-parens)
(#5672) There should be no spaces inside this paren. (space-in-parens)
(#5672) There should be no spaces inside this paren. (space-in-parens)
(#5673) There should be no spaces inside this paren. (space-in-parens)
(#5673) There should be no spaces inside this paren. (space-in-parens)
(#5674) There should be no spaces inside this paren. (space-in-parens)
(#5674) There should be no spaces inside this paren. (space-in-parens)
(#5683) Missing JSDoc comment. (require-jsdoc)
(#5683) There should be no spaces inside this paren. (space-in-parens)
(#5683) There should be no spaces inside this paren. (space-in-parens)
(#5689) There should be no spaces inside this paren. (space-in-parens)
(#5689) There should be no spaces inside this paren. (space-in-parens)
(#5689) There should be no spaces inside this paren. (space-in-parens)
(#5689) There should be no spaces inside this paren. (space-in-parens)
(#5690) There should be no spaces inside this paren. (space-in-parens)
(#5690) There should be no spaces inside this paren. (space-in-parens)
(#5691) There should be no spaces inside this paren. (space-in-parens)
(#5691) There should be no spaces inside this paren. (space-in-parens)
(#5695) There should be no spaces inside this paren. (space-in-parens)
(#5695) There should be no spaces inside this paren. (space-in-parens)
(#5696) There should be no spaces inside this paren. (space-in-parens)
(#5696) 'i' is defined but never used (no-unused-vars)
(#5696) There should be no spaces inside this paren. (space-in-parens)
(#5697) There should be no spaces inside this paren. (space-in-parens)
(#5697) There should be no spaces inside this paren. (space-in-parens)
(#5700) There should be no spaces inside this paren. (space-in-parens)
(#5700) There should be no spaces inside this paren. (space-in-parens)
(#5701) There should be no spaces inside this paren. (space-in-parens)
(#5701) There should be no spaces inside this paren. (space-in-parens)
(#5705) There should be no spaces inside this paren. (space-in-parens)
(#5705) There should be no spaces inside this paren. (space-in-parens)
(#5705) There should be no spaces inside this paren. (space-in-parens)
(#5705) There should be no spaces inside this paren. (space-in-parens)
(#5708) There should be no spaces inside this paren. (space-in-parens)
(#5708) There should be no spaces inside this paren. (space-in-parens)
(#5712) There should be no spaces inside this paren. (space-in-parens)
(#5712) 'i' is defined but never used (no-unused-vars)
(#5712) There should be no spaces inside this paren. (space-in-parens)
(#5713) There should be no spaces inside this paren. (space-in-parens)
(#5713) There should be no spaces inside this paren. (space-in-parens)
(#5713) There should be no spaces inside this paren. (space-in-parens)
(#5713) There should be no spaces inside this paren. (space-in-parens)
(#5719) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#5720) Missing JSDoc comment. (require-jsdoc)
(#5720) There should be no spaces inside this paren. (space-in-parens)
(#5720) There should be no spaces inside this paren. (space-in-parens)
(#5721) There should be no spaces inside this paren. (space-in-parens)
(#5721) There should be no spaces inside this paren. (space-in-parens)
(#5724) There should be no spaces inside this paren. (space-in-parens)
(#5724) There should be no spaces inside this paren. (space-in-parens)
(#5725) There should be no spaces inside this paren. (space-in-parens)
(#5725) There should be no spaces inside this paren. (space-in-parens)
(#5750) There should be no space after '[' (array-bracket-spacing)
(#5750) There should be no space before ']' (array-bracket-spacing)
(#5751) There should be no space after '[' (array-bracket-spacing)
(#5751) There should be no space before ']' (array-bracket-spacing)
(#5752) There should be no space after '[' (array-bracket-spacing)
(#5752) There should be no space before ']' (array-bracket-spacing)
(#5753) There should be no space after '[' (array-bracket-spacing)
(#5753) There should be no space before ']' (array-bracket-spacing)
(#5754) There should be no space after '[' (array-bracket-spacing)
(#5754) There should be no space before ']' (array-bracket-spacing)
(#5755) There should be no space after '[' (array-bracket-spacing)
(#5755) There should be no space before ']' (array-bracket-spacing)
(#5756) There should be no space after '[' (array-bracket-spacing)
(#5756) There should be no space before ']' (array-bracket-spacing)
(#5757) There should be no space after '[' (array-bracket-spacing)
(#5757) There should be no space before ']' (array-bracket-spacing)
(#5759) There should be no spaces inside this paren. (space-in-parens)
(#5759) There should be no spaces inside this paren. (space-in-parens)
(#5766) There should be no spaces inside this paren. (space-in-parens)
(#5766) There should be no spaces inside this paren. (space-in-parens)
(#5767) There should be no space after '[' (array-bracket-spacing)
(#5767) There should be no space before ']' (array-bracket-spacing)
(#5771) There should be no spaces inside this paren. (space-in-parens)
(#5771) There should be no spaces inside this paren. (space-in-parens)
(#5772) There should be no spaces inside this paren. (space-in-parens)
(#5772) There should be no spaces inside this paren. (space-in-parens)
(#5772) There should be no spaces inside this paren. (space-in-parens)
(#5774) There should be no spaces inside this paren. (space-in-parens)
(#5774) There should be no spaces inside this paren. (space-in-parens)
(#5775) There should be no spaces inside this paren. (space-in-parens)
(#5775) There should be no spaces inside this paren. (space-in-parens)
(#5775) There should be no spaces inside this paren. (space-in-parens)
(#5775) There should be no spaces inside this paren. (space-in-parens)
(#5775) There should be no spaces inside this paren. (space-in-parens)
(#5775) There should be no spaces inside this paren. (space-in-parens)
(#5776) There should be no spaces inside this paren. (space-in-parens)
(#5779) There should be no spaces inside this paren. (space-in-parens)
(#5779) There should be no spaces inside this paren. (space-in-parens)
(#5780) There should be no spaces inside this paren. (space-in-parens)
(#5780) There should be no spaces inside this paren. (space-in-parens)
(#5780) There should be no spaces inside this paren. (space-in-parens)
(#5780) There should be no spaces inside this paren. (space-in-parens)
(#5782) There should be no spaces inside this paren. (space-in-parens)
(#5782) There should be no spaces inside this paren. (space-in-parens)
(#5786) There should be no spaces inside this paren. (space-in-parens)
(#5786) There should be no spaces inside this paren. (space-in-parens)
(#5788) There should be no spaces inside this paren. (space-in-parens)
(#5788) There should be no spaces inside this paren. (space-in-parens)
(#5790) There should be no spaces inside this paren. (space-in-parens)
(#5790) There should be no spaces inside this paren. (space-in-parens)
(#5791) There should be no spaces inside this paren. (space-in-parens)
(#5791) There should be no spaces inside this paren. (space-in-parens)
(#5797) There should be no spaces inside this paren. (space-in-parens)
(#5797) There should be no spaces inside this paren. (space-in-parens)
(#5802) There should be no spaces inside this paren. (space-in-parens)
(#5802) There should be no spaces inside this paren. (space-in-parens)
(#5808) There should be no spaces inside this paren. (space-in-parens)
(#5808) There should be no spaces inside this paren. (space-in-parens)
(#5809) There should be no spaces inside this paren. (space-in-parens)
(#5809) There should be no spaces inside this paren. (space-in-parens)
(#5809) There should be no spaces inside this paren. (space-in-parens)
(#5809) There should be no spaces inside this paren. (space-in-parens)
(#5811) There should be no spaces inside this paren. (space-in-parens)
(#5811) There should be no spaces inside this paren. (space-in-parens)
(#5816) There should be no spaces inside this paren. (space-in-parens)
(#5816) There should be no spaces inside this paren. (space-in-parens)
(#5819) There should be no spaces inside this paren. (space-in-parens)
(#5819) There should be no spaces inside this paren. (space-in-parens)
(#5820) There should be no spaces inside this paren. (space-in-parens)
(#5820) There should be no spaces inside this paren. (space-in-parens)
(#5823) There should be no spaces inside this paren. (space-in-parens)
(#5823) There should be no spaces inside this paren. (space-in-parens)
(#5828) There should be no spaces inside this paren. (space-in-parens)
(#5828) There should be no spaces inside this paren. (space-in-parens)
(#5829) There should be no spaces inside this paren. (space-in-parens)
(#5829) There should be no spaces inside this paren. (space-in-parens)
(#5832) There should be no spaces inside this paren. (space-in-parens)
(#5832) There should be no spaces inside this paren. (space-in-parens)
(#5832) There should be no spaces inside this paren. (space-in-parens)
(#5832) There should be no spaces inside this paren. (space-in-parens)
(#5838) There should be no spaces inside this paren. (space-in-parens)
(#5838) There should be no spaces inside this paren. (space-in-parens)
(#5838) There should be no spaces inside this paren. (space-in-parens)
(#5838) There should be no spaces inside this paren. (space-in-parens)
(#5839) There should be no spaces inside this paren. (space-in-parens)
(#5839) There should be no spaces inside this paren. (space-in-parens)
(#5839) There should be no spaces inside this paren. (space-in-parens)
(#5839) There should be no spaces inside this paren. (space-in-parens)
(#5845) There should be no spaces inside this paren. (space-in-parens)
(#5845) There should be no spaces inside this paren. (space-in-parens)
(#5846) There should be no spaces inside this paren. (space-in-parens)
(#5846) There should be no spaces inside this paren. (space-in-parens)
(#5847) There should be no spaces inside this paren. (space-in-parens)
(#5847) There should be no spaces inside this paren. (space-in-parens)
(#5853) There should be no spaces inside this paren. (space-in-parens)
(#5853) There should be no spaces inside this paren. (space-in-parens)
(#5854) There should be no spaces inside this paren. (space-in-parens)
(#5854) There should be no spaces inside this paren. (space-in-parens)
(#5855) There should be no spaces inside this paren. (space-in-parens)
(#5855) There should be no spaces inside this paren. (space-in-parens)
(#5860) Expected to return a value at the end of this function. (consistent-return)
(#5861) There should be no spaces inside this paren. (space-in-parens)
(#5861) There should be no spaces inside this paren. (space-in-parens)
(#5862) There should be no spaces inside this paren. (space-in-parens)
(#5862) There should be no spaces inside this paren. (space-in-parens)
(#5863) There should be no spaces inside this paren. (space-in-parens)
(#5863) There should be no spaces inside this paren. (space-in-parens)
(#5865) There should be no spaces inside this paren. (space-in-parens)
(#5865) There should be no spaces inside this paren. (space-in-parens)
(#5866) There should be no spaces inside this paren. (space-in-parens)
(#5866) There should be no spaces inside this paren. (space-in-parens)
(#5867) There should be no spaces inside this paren. (space-in-parens)
(#5867) There should be no spaces inside this paren. (space-in-parens)
(#5868) There should be no spaces inside this paren. (space-in-parens)
(#5868) There should be no spaces inside this paren. (space-in-parens)
(#5872) Expected to return a value at the end of this function. (consistent-return)
(#5873) There should be no spaces inside this paren. (space-in-parens)
(#5873) There should be no spaces inside this paren. (space-in-parens)
(#5874) There should be no spaces inside this paren. (space-in-parens)
(#5874) There should be no spaces inside this paren. (space-in-parens)
(#5875) There should be no spaces inside this paren. (space-in-parens)
(#5875) There should be no spaces inside this paren. (space-in-parens)
(#5877) There should be no spaces inside this paren. (space-in-parens)
(#5877) There should be no spaces inside this paren. (space-in-parens)
(#5878) There should be no spaces inside this paren. (space-in-parens)
(#5878) There should be no spaces inside this paren. (space-in-parens)
(#5879) There should be no spaces inside this paren. (space-in-parens)
(#5879) There should be no spaces inside this paren. (space-in-parens)
(#5885) There should be no spaces inside this paren. (space-in-parens)
(#5885) There should be no spaces inside this paren. (space-in-parens)
(#5886) There should be no spaces inside this paren. (space-in-parens)
(#5886) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#5886) There should be no spaces inside this paren. (space-in-parens)
(#5887) There should be no spaces inside this paren. (space-in-parens)
(#5887) There should be no spaces inside this paren. (space-in-parens)
(#5887) There should be no space after '[' (array-bracket-spacing)
(#5887) There should be no space before ']' (array-bracket-spacing)
(#5887) There should be no spaces inside this paren. (space-in-parens)
(#5887) There should be no spaces inside this paren. (space-in-parens)
(#5888) There should be no spaces inside this paren. (space-in-parens)
(#5888) There should be no spaces inside this paren. (space-in-parens)
(#5889) There should be no spaces inside this paren. (space-in-parens)
(#5889) There should be no spaces inside this paren. (space-in-parens)
(#5890) There should be no spaces inside this paren. (space-in-parens)
(#5890) There should be no space after '[' (array-bracket-spacing)
(#5890) There should be no space before ']' (array-bracket-spacing)
(#5890) There should be no spaces inside this paren. (space-in-parens)
(#5893) There should be no spaces inside this paren. (space-in-parens)
(#5893) There should be no spaces inside this paren. (space-in-parens)
(#5894) There should be no spaces inside this paren. (space-in-parens)
(#5894) There should be no spaces inside this paren. (space-in-parens)
(#5903) There should be no spaces inside this paren. (space-in-parens)
(#5903) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#5903) There should be no spaces inside this paren. (space-in-parens)
(#5905) There should be no spaces inside this paren. (space-in-parens)
(#5905) There should be no spaces inside this paren. (space-in-parens)
(#5906) There should be no spaces inside this paren. (space-in-parens)
(#5906) There should be no spaces inside this paren. (space-in-parens)
(#5910) There should be no spaces inside this paren. (space-in-parens)
(#5910) There should be no spaces inside this paren. (space-in-parens)
(#5911) There should be no spaces inside this paren. (space-in-parens)
(#5911) There should be no spaces inside this paren. (space-in-parens)
(#5918) There should be no spaces inside this paren. (space-in-parens)
(#5918) There should be no spaces inside this paren. (space-in-parens)
(#5919) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#5920) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#5922) There should be no spaces inside this paren. (space-in-parens)
(#5922) Unexpected space before function parentheses. (space-before-function-paren)
(#5923) There should be no spaces inside this paren. (space-in-parens)
(#5923) There should be no spaces inside this paren. (space-in-parens)
(#5927) There should be no spaces inside this paren. (space-in-parens)
(#5927) There should be no spaces inside this paren. (space-in-parens)
(#5928) There should be no spaces inside this paren. (space-in-parens)
(#5928) Expected to return a value at the end of this function. (consistent-return)
(#5928) There should be no spaces inside this paren. (space-in-parens)
(#5928) There should be no spaces inside this paren. (space-in-parens)
(#5933) There should be no spaces inside this paren. (space-in-parens)
(#5933) There should be no spaces inside this paren. (space-in-parens)
(#5935) There should be no spaces inside this paren. (space-in-parens)
(#5935) There should be no spaces inside this paren. (space-in-parens)
(#5940) There should be no spaces inside this paren. (space-in-parens)
(#5940) There should be no spaces inside this paren. (space-in-parens)
(#5940) There should be no spaces inside this paren. (space-in-parens)
(#5941) There should be no spaces inside this paren. (space-in-parens)
(#5941) There should be no spaces inside this paren. (space-in-parens)
(#5941) There should be no spaces inside this paren. (space-in-parens)
(#5941) There should be no spaces inside this paren. (space-in-parens)
(#5942) There should be no space after '[' (computed-property-spacing)
(#5942) There should be no spaces inside this paren. (space-in-parens)
(#5942) There should be no spaces inside this paren. (space-in-parens)
(#5942) There should be no spaces inside this paren. (space-in-parens)
(#5942) There should be no spaces inside this paren. (space-in-parens)
(#5942) There should be no space before ']' (computed-property-spacing)
(#5942) There should be no spaces inside this paren. (space-in-parens)
(#5944) There should be no spaces inside this paren. (space-in-parens)
(#5944) There should be no spaces inside this paren. (space-in-parens)
(#5947) There should be no spaces inside this paren. (space-in-parens)
(#5950) There should be no spaces inside this paren. (space-in-parens)
(#5950) There should be no spaces inside this paren. (space-in-parens)
(#5951) There should be no spaces inside this paren. (space-in-parens)
(#5951) There should be no spaces inside this paren. (space-in-parens)
(#5951) There should be no spaces inside this paren. (space-in-parens)
(#5951) There should be no spaces inside this paren. (space-in-parens)
(#5959) Expected space(s) after "catch". (keyword-spacing)
(#5959) Empty block statement. (no-empty)
(#5962) There should be no spaces inside this paren. (space-in-parens)
(#5962) There should be no spaces inside this paren. (space-in-parens)
(#5963) There should be no spaces inside this paren. (space-in-parens)
(#5963) There should be no spaces inside this paren. (space-in-parens)
(#5965) There should be no spaces inside this paren. (space-in-parens)
(#5968) There should be no spaces inside this paren. (space-in-parens)
(#5968) There should be no spaces inside this paren. (space-in-parens)
(#5969) There should be no spaces inside this paren. (space-in-parens)
(#5969) There should be no spaces inside this paren. (space-in-parens)
(#5972) There should be no spaces inside this paren. (space-in-parens)
(#5972) There should be no spaces inside this paren. (space-in-parens)
(#5972) There should be no spaces inside this paren. (space-in-parens)
(#5972) There should be no spaces inside this paren. (space-in-parens)
(#5974) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#5975) There should be no spaces inside this paren. (space-in-parens)
(#5975) There should be no spaces inside this paren. (space-in-parens)
(#5975) There should be no spaces inside this paren. (space-in-parens)
(#5975) There should be no spaces inside this paren. (space-in-parens)
(#5979) There should be no spaces inside this paren. (space-in-parens)
(#5979) There should be no spaces inside this paren. (space-in-parens)
(#5980) There should be no spaces inside this paren. (space-in-parens)
(#5980) There should be no spaces inside this paren. (space-in-parens)
(#5987) There should be no spaces inside this paren. (space-in-parens)
(#5987) There should be no spaces inside this paren. (space-in-parens)
(#5989) There should be no spaces inside this paren. (space-in-parens)
(#5989) There should be no spaces inside this paren. (space-in-parens)
(#5990) There should be no spaces inside this paren. (space-in-parens)
(#5990) There should be no spaces inside this paren. (space-in-parens)
(#5992) There should be no spaces inside this paren. (space-in-parens)
(#5992) There should be no spaces inside this paren. (space-in-parens)
(#5997) There should be no spaces inside this paren. (space-in-parens)
(#5997) There should be no spaces inside this paren. (space-in-parens)
(#6002) There should be no spaces inside this paren. (space-in-parens)
(#6002) There should be no spaces inside this paren. (space-in-parens)
(#6003) There should be no spaces inside this paren. (space-in-parens)
(#6003) There should be no spaces inside this paren. (space-in-parens)
(#6006) There should be no spaces inside this paren. (space-in-parens)
(#6006) There should be no spaces inside this paren. (space-in-parens)
(#6012) There should be no spaces inside this paren. (space-in-parens)
(#6012) There should be no spaces inside this paren. (space-in-parens)
(#6012) There should be no spaces inside this paren. (space-in-parens)
(#6012) There should be no spaces inside this paren. (space-in-parens)
(#6014) There should be no spaces inside this paren. (space-in-parens)
(#6014) There should be no spaces inside this paren. (space-in-parens)
(#6018) There should be no spaces inside this paren. (space-in-parens)
(#6018) There should be no spaces inside this paren. (space-in-parens)
(#6022) There should be no spaces inside this paren. (space-in-parens)
(#6022) There should be no spaces inside this paren. (space-in-parens)
(#6026) There should be no spaces inside this paren. (space-in-parens)
(#6026) There should be no spaces inside this paren. (space-in-parens)
(#6030) There should be no spaces inside this paren. (space-in-parens)
(#6030) There should be no spaces inside this paren. (space-in-parens)
(#6031) There should be no space after '{' (object-curly-spacing)
(#6031) There should be no space before '}' (object-curly-spacing)
(#6034) There should be no spaces inside this paren. (space-in-parens)
(#6034) There should be no spaces inside this paren. (space-in-parens)
(#6039) There should be no spaces inside this paren. (space-in-parens)
(#6039) There should be no spaces inside this paren. (space-in-parens)
(#6045) There should be no spaces inside this paren. (space-in-parens)
(#6045) There should be no spaces inside this paren. (space-in-parens)
(#6046) There should be no spaces inside this paren. (space-in-parens)
(#6046) There should be no spaces inside this paren. (space-in-parens)
(#6048) There should be no spaces inside this paren. (space-in-parens)
(#6048) There should be no spaces inside this paren. (space-in-parens)
(#6060) There should be no spaces inside this paren. (space-in-parens)
(#6060) There should be no spaces inside this paren. (space-in-parens)
(#6061) There should be no spaces inside this paren. (space-in-parens)
(#6061) There should be no spaces inside this paren. (space-in-parens)
(#6067) There should be no spaces inside this paren. (space-in-parens)
(#6067) There should be no spaces inside this paren. (space-in-parens)
(#6068) There should be no spaces inside this paren. (space-in-parens)
(#6068) There should be no spaces inside this paren. (space-in-parens)
(#6068) There should be no spaces inside this paren. (space-in-parens)
(#6069) There should be no spaces inside this paren. (space-in-parens)
(#6069) There should be no spaces inside this paren. (space-in-parens)
(#6078) Line 6078 exceeds the maximum line length of 132. (max-len)
(#6078) There should be no spaces inside this paren. (space-in-parens)
(#6078) There should be no spaces inside this paren. (space-in-parens)
(#6078) There should be no spaces inside this paren. (space-in-parens)
(#6078) There should be no spaces inside this paren. (space-in-parens)
(#6078) There should be no spaces inside this paren. (space-in-parens)
(#6078) There should be no spaces inside this paren. (space-in-parens)
(#6081) There should be no spaces inside this paren. (space-in-parens)
(#6081) There should be no spaces inside this paren. (space-in-parens)
(#6082) There should be no spaces inside this paren. (space-in-parens)
(#6082) There should be no spaces inside this paren. (space-in-parens)
(#6092) Missing JSDoc comment. (require-jsdoc)
(#6092) There should be no spaces inside this paren. (space-in-parens)
(#6092) 'cur' is defined but never used (no-unused-vars)
(#6092) There should be no spaces inside this paren. (space-in-parens)
(#6099) Missing JSDoc comment. (require-jsdoc)
(#6099) There should be no spaces inside this paren. (space-in-parens)
(#6099) There should be no spaces inside this paren. (space-in-parens)
(#6101) There should be no spaces inside this paren. (space-in-parens)
(#6101) There should be no spaces inside this paren. (space-in-parens)
(#6101) There should be no spaces inside this paren. (space-in-parens)
(#6101) There should be no spaces inside this paren. (space-in-parens)
(#6106) There should be no spaces inside this paren. (space-in-parens)
(#6106) There should be no spaces inside this paren. (space-in-parens)
(#6107) There should be no spaces inside this paren. (space-in-parens)
(#6107) There should be no spaces inside this paren. (space-in-parens)
(#6110) There should be no spaces inside this paren. (space-in-parens)
(#6110) There should be no spaces inside this paren. (space-in-parens)
(#6114) There should be no spaces inside this paren. (space-in-parens)
(#6114) There should be no spaces inside this paren. (space-in-parens)
(#6115) There should be no spaces inside this paren. (space-in-parens)
(#6115) There should be no space after '[' (computed-property-spacing)
(#6115) There should be no space before ']' (computed-property-spacing)
(#6115) There should be no spaces inside this paren. (space-in-parens)
(#6116) There should be no spaces inside this paren. (space-in-parens)
(#6116) There should be no space after '[' (computed-property-spacing)
(#6116) There should be no space before ']' (computed-property-spacing)
(#6116) There should be no space after '[' (computed-property-spacing)
(#6116) There should be no space before ']' (computed-property-spacing)
(#6116) There should be no spaces inside this paren. (space-in-parens)
(#6122) There should be no spaces inside this paren. (space-in-parens)
(#6122) There should be no spaces inside this paren. (space-in-parens)
(#6123) There should be no spaces inside this paren. (space-in-parens)
(#6123) There should be no spaces inside this paren. (space-in-parens)
(#6127) Missing JSDoc comment. (require-jsdoc)
(#6127) There should be no spaces inside this paren. (space-in-parens)
(#6127) There should be no spaces inside this paren. (space-in-parens)
(#6131) There should be no spaces inside this paren. (space-in-parens)
(#6131) There should be no spaces inside this paren. (space-in-parens)
(#6137) There should be no spaces inside this paren. (space-in-parens)
(#6137) There should be no spaces inside this paren. (space-in-parens)
(#6143) There should be no spaces inside this paren. (space-in-parens)
(#6143) There should be no spaces inside this paren. (space-in-parens)
(#6144) There should be no spaces inside this paren. (space-in-parens)
(#6144) There should be no spaces inside this paren. (space-in-parens)
(#6152) There should be no spaces inside this paren. (space-in-parens)
(#6152) There should be no spaces inside this paren. (space-in-parens)
(#6155) There should be no spaces inside this paren. (space-in-parens)
(#6155) There should be no spaces inside this paren. (space-in-parens)
(#6159) There should be no spaces inside this paren. (space-in-parens)
(#6159) There should be no spaces inside this paren. (space-in-parens)
(#6165) There should be no spaces inside this paren. (space-in-parens)
(#6165) There should be no spaces inside this paren. (space-in-parens)
(#6171) There should be no spaces inside this paren. (space-in-parens)
(#6171) There should be no spaces inside this paren. (space-in-parens)
(#6176) There should be no spaces inside this paren. (space-in-parens)
(#6176) There should be no spaces inside this paren. (space-in-parens)
(#6180) There should be no spaces inside this paren. (space-in-parens)
(#6180) There should be no spaces inside this paren. (space-in-parens)
(#6186) There should be no spaces inside this paren. (space-in-parens)
(#6186) There should be no spaces inside this paren. (space-in-parens)
(#6190) There should be no spaces inside this paren. (space-in-parens)
(#6190) There should be no spaces inside this paren. (space-in-parens)
(#6191) There should be no spaces inside this paren. (space-in-parens)
(#6191) There should be no spaces inside this paren. (space-in-parens)
(#6194) There should be no spaces inside this paren. (space-in-parens)
(#6194) There should be no spaces inside this paren. (space-in-parens)
(#6196) There should be no space after '[' (computed-property-spacing)
(#6196) There should be no space before ']' (computed-property-spacing)
(#6201) There should be no spaces inside this paren. (space-in-parens)
(#6201) There should be no spaces inside this paren. (space-in-parens)
(#6208) There should be no spaces inside this paren. (space-in-parens)
(#6208) There should be no spaces inside this paren. (space-in-parens)
(#6217) There should be no spaces inside this paren. (space-in-parens)
(#6218) There should be no spaces inside this paren. (space-in-parens)
(#6218) There should be no spaces inside this paren. (space-in-parens)
(#6219) There should be no spaces inside this paren. (space-in-parens)
(#6219) There should be no spaces inside this paren. (space-in-parens)
(#6220) There should be no spaces inside this paren. (space-in-parens)
(#6220) There should be no spaces inside this paren. (space-in-parens)
(#6220) There should be no spaces inside this paren. (space-in-parens)
(#6224) There should be no space after '[' (computed-property-spacing)
(#6224) There should be no space before ']' (computed-property-spacing)
(#6225) There should be no spaces inside this paren. (space-in-parens)
(#6225) There should be no spaces inside this paren. (space-in-parens)
(#6230) There should be no spaces inside this paren. (space-in-parens)
(#6230) There should be no spaces inside this paren. (space-in-parens)
(#6232) There should be no spaces inside this paren. (space-in-parens)
(#6232) There should be no spaces inside this paren. (space-in-parens)
(#6235) There should be no spaces inside this paren. (space-in-parens)
(#6235) There should be no spaces inside this paren. (space-in-parens)
(#6236) There should be no space after '[' (computed-property-spacing)
(#6236) There should be no space before ']' (computed-property-spacing)
(#6239) There should be no space after '{' (object-curly-spacing)
(#6239) There should be no space before '}' (object-curly-spacing)
(#6250) There should be no spaces inside this paren. (space-in-parens)
(#6250) There should be no spaces inside this paren. (space-in-parens)
(#6251) There should be no space after '[' (computed-property-spacing)
(#6251) There should be no space before ']' (computed-property-spacing)
(#6251) There should be no spaces inside this paren. (space-in-parens)
(#6251) There should be no spaces inside this paren. (space-in-parens)
(#6253) There should be no spaces inside this paren. (space-in-parens)
(#6253) There should be no spaces inside this paren. (space-in-parens)
(#6256) There should be no spaces inside this paren. (space-in-parens)
(#6256) There should be no spaces inside this paren. (space-in-parens)
(#6257) There should be no space after '[' (computed-property-spacing)
(#6257) There should be no space before ']' (computed-property-spacing)
(#6257) There should be no spaces inside this paren. (space-in-parens)
(#6257) There should be no spaces inside this paren. (space-in-parens)
(#6261) There should be no spaces inside this paren. (space-in-parens)
(#6261) There should be no spaces inside this paren. (space-in-parens)
(#6262) There should be no spaces inside this paren. (space-in-parens)
(#6262) There should be no spaces inside this paren. (space-in-parens)
(#6263) There should be no spaces inside this paren. (space-in-parens)
(#6263) There should be no spaces inside this paren. (space-in-parens)
(#6263) There should be no space after '[' (computed-property-spacing)
(#6263) There should be no space before ']' (computed-property-spacing)
(#6263) There should be no spaces inside this paren. (space-in-parens)
(#6263) There should be no spaces inside this paren. (space-in-parens)
(#6264) There should be no spaces inside this paren. (space-in-parens)
(#6264) There should be no spaces inside this paren. (space-in-parens)
(#6267) There should be no spaces inside this paren. (space-in-parens)
(#6267) There should be no spaces inside this paren. (space-in-parens)
(#6272) Missing JSDoc comment. (require-jsdoc)
(#6272) There should be no spaces inside this paren. (space-in-parens)
(#6272) There should be no spaces inside this paren. (space-in-parens)
(#6273) There should be no spaces inside this paren. (space-in-parens)
(#6273) There should be no spaces inside this paren. (space-in-parens)
(#6274) There should be no spaces inside this paren. (space-in-parens)
(#6274) There should be no spaces inside this paren. (space-in-parens)
(#6276) There should be no spaces inside this paren. (space-in-parens)
(#6276) There should be no spaces inside this paren. (space-in-parens)
(#6277) There should be no spaces inside this paren. (space-in-parens)
(#6277) There should be no spaces inside this paren. (space-in-parens)
(#6285) Missing JSDoc comment. (require-jsdoc)
(#6285) There should be no spaces inside this paren. (space-in-parens)
(#6285) There should be no spaces inside this paren. (space-in-parens)
(#6286) There should be no spaces inside this paren. (space-in-parens)
(#6286) There should be no spaces inside this paren. (space-in-parens)
(#6291) Missing JSDoc comment. (require-jsdoc)
(#6291) There should be no spaces inside this paren. (space-in-parens)
(#6291) There should be no spaces inside this paren. (space-in-parens)
(#6292) There should be no spaces inside this paren. (space-in-parens)
(#6292) There should be no spaces inside this paren. (space-in-parens)
(#6293) There should be no spaces inside this paren. (space-in-parens)
(#6293) There should be no spaces inside this paren. (space-in-parens)
(#6294) There should be no spaces inside this paren. (space-in-parens)
(#6294) There should be no spaces inside this paren. (space-in-parens)
(#6296) There should be no spaces inside this paren. (space-in-parens)
(#6296) There should be no spaces inside this paren. (space-in-parens)
(#6297) There should be no spaces inside this paren. (space-in-parens)
(#6297) There should be no spaces inside this paren. (space-in-parens)
(#6302) Missing JSDoc comment. (require-jsdoc)
(#6302) There should be no spaces inside this paren. (space-in-parens)
(#6302) There should be no spaces inside this paren. (space-in-parens)
(#6303) There should be no spaces inside this paren. (space-in-parens)
(#6303) There should be no spaces inside this paren. (space-in-parens)
(#6304) There should be no spaces inside this paren. (space-in-parens)
(#6304) There should be no spaces inside this paren. (space-in-parens)
(#6311) There should be no spaces inside this paren. (space-in-parens)
(#6311) There should be no spaces inside this paren. (space-in-parens)
(#6316) There should be no spaces inside this paren. (space-in-parens)
(#6316) There should be no spaces inside this paren. (space-in-parens)
(#6317) There should be no spaces inside this paren. (space-in-parens)
(#6317) There should be no spaces inside this paren. (space-in-parens)
(#6318) There should be no spaces inside this paren. (space-in-parens)
(#6318) There should be no spaces inside this paren. (space-in-parens)
(#6320) There should be no spaces inside this paren. (space-in-parens)
(#6321) There should be no spaces inside this paren. (space-in-parens)
(#6328) There should be no spaces inside this paren. (space-in-parens)
(#6328) There should be no spaces inside this paren. (space-in-parens)
(#6331) There should be no spaces inside this paren. (space-in-parens)
(#6331) There should be no spaces inside this paren. (space-in-parens)
(#6332) There should be no spaces inside this paren. (space-in-parens)
(#6332) There should be no spaces inside this paren. (space-in-parens)
(#6337) There should be no spaces inside this paren. (space-in-parens)
(#6337) There should be no spaces inside this paren. (space-in-parens)
(#6339) There should be no spaces inside this paren. (space-in-parens)
(#6339) There should be no spaces inside this paren. (space-in-parens)
(#6340) There should be no spaces inside this paren. (space-in-parens)
(#6340) There should be no spaces inside this paren. (space-in-parens)
(#6346) There should be no spaces inside this paren. (space-in-parens)
(#6346) There should be no spaces inside this paren. (space-in-parens)
(#6347) There should be no spaces inside this paren. (space-in-parens)
(#6347) There should be no spaces inside this paren. (space-in-parens)
(#6349) There should be no spaces inside this paren. (space-in-parens)
(#6349) There should be no spaces inside this paren. (space-in-parens)
(#6350) There should be no spaces inside this paren. (space-in-parens)
(#6350) There should be no spaces inside this paren. (space-in-parens)
(#6351) There should be no spaces inside this paren. (space-in-parens)
(#6351) There should be no spaces inside this paren. (space-in-parens)
(#6353) There should be no spaces inside this paren. (space-in-parens)
(#6353) There should be no spaces inside this paren. (space-in-parens)
(#6354) There should be no spaces inside this paren. (space-in-parens)
(#6354) There should be no spaces inside this paren. (space-in-parens)
(#6365) Function 'clean' has a complexity of 33. (complexity)
(#6365) There should be no spaces inside this paren. (space-in-parens)
(#6365) There should be no spaces inside this paren. (space-in-parens)
(#6372) There should be no spaces inside this paren. (space-in-parens)
(#6372) There should be no spaces inside this paren. (space-in-parens)
(#6376) There should be no spaces inside this paren. (space-in-parens)
(#6376) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#6376) There should be no spaces inside this paren. (space-in-parens)
(#6377) There should be no spaces inside this paren. (space-in-parens)
(#6377) There should be no spaces inside this paren. (space-in-parens)
(#6381) There should be no spaces inside this paren. (space-in-parens)
(#6381) There should be no spaces inside this paren. (space-in-parens)
(#6386) There should be no spaces inside this paren. (space-in-parens)
(#6386) There should be no spaces inside this paren. (space-in-parens)
(#6387) There should be no spaces inside this paren. (space-in-parens)
(#6387) There should be no spaces inside this paren. (space-in-parens)
(#6387) There should be no spaces inside this paren. (space-in-parens)
(#6387) There should be no spaces inside this paren. (space-in-parens)
(#6388) There should be no spaces inside this paren. (space-in-parens)
(#6388) There should be no spaces inside this paren. (space-in-parens)
(#6394) There should be no spaces inside this paren. (space-in-parens)
(#6394) There should be no spaces inside this paren. (space-in-parens)
(#6394) There should be no spaces inside this paren. (space-in-parens)
(#6394) There should be no spaces inside this paren. (space-in-parens)
(#6395) There should be no space after '[' (computed-property-spacing)
(#6395) There should be no space before ']' (computed-property-spacing)
(#6402) There should be no spaces inside this paren. (space-in-parens)
(#6402) There should be no spaces inside this paren. (space-in-parens)
(#6404) There should be no spaces inside this paren. (space-in-parens)
(#6404) There should be no spaces inside this paren. (space-in-parens)
(#6407) There should be no spaces inside this paren. (space-in-parens)
(#6407) There should be no spaces inside this paren. (space-in-parens)
(#6407) There should be no spaces inside this paren. (space-in-parens)
(#6407) There should be no spaces inside this paren. (space-in-parens)
(#6414) There should be no spaces inside this paren. (space-in-parens)
(#6414) There should be no spaces inside this paren. (space-in-parens)
(#6419) There should be no spaces inside this paren. (space-in-parens)
(#6419) There should be no spaces inside this paren. (space-in-parens)
(#6423) Do not nest ternary expressions (no-nested-ternary)
(#6431) Blocks are nested too deeply (5). (max-depth)
(#6431) There should be no spaces inside this paren. (space-in-parens)
(#6431) Unexpected whitespace before semicolon. (semi-spacing)
(#6431) There should be no spaces inside this paren. (space-in-parens)
(#6432) Blocks are nested too deeply (6). (max-depth)
(#6432) There should be no spaces inside this paren. (space-in-parens)
(#6432) There should be no spaces inside this paren. (space-in-parens)
(#6432) There should be no space after '[' (computed-property-spacing)
(#6432) There should be no space before ']' (computed-property-spacing)
(#6432) There should be no spaces inside this paren. (space-in-parens)
(#6432) There should be no space after '[' (computed-property-spacing)
(#6432) There should be no space before ']' (computed-property-spacing)
(#6432) There should be no spaces inside this paren. (space-in-parens)
(#6433) There should be no space after '[' (computed-property-spacing)
(#6433) There should be no space before ']' (computed-property-spacing)
(#6433) There should be no spaces inside this paren. (space-in-parens)
(#6433) There should be no space after '[' (computed-property-spacing)
(#6433) There should be no space before ']' (computed-property-spacing)
(#6433) There should be no spaces inside this paren. (space-in-parens)
(#6439) There should be no spaces inside this paren. (space-in-parens)
(#6439) There should be no spaces inside this paren. (space-in-parens)
(#6439) There should be no spaces inside this paren. (space-in-parens)
(#6439) There should be no spaces inside this paren. (space-in-parens)
(#6440) There should be no spaces inside this paren. (space-in-parens)
(#6440) There should be no spaces inside this paren. (space-in-parens)
(#6440) There should be no spaces inside this paren. (space-in-parens)
(#6440) There should be no spaces inside this paren. (space-in-parens)
(#6447) There should be no spaces inside this paren. (space-in-parens)
(#6447) There should be no spaces inside this paren. (space-in-parens)
(#6448) There should be no spaces inside this paren. (space-in-parens)
(#6448) There should be no spaces inside this paren. (space-in-parens)
(#6451) Blocks are nested too deeply (5). (max-depth)
(#6451) There should be no spaces inside this paren. (space-in-parens)
(#6451) There should be no spaces inside this paren. (space-in-parens)
(#6452) There should be no space after '[' (computed-property-spacing)
(#6452) There should be no space before ']' (computed-property-spacing)
(#6454) Blocks are nested too deeply (6). (max-depth)
(#6454) There should be no spaces inside this paren. (space-in-parens)
(#6454) There should be no spaces inside this paren. (space-in-parens)
(#6455) There should be no spaces inside this paren. (space-in-parens)
(#6455) There should be no spaces inside this paren. (space-in-parens)
(#6465) There should be no spaces inside this paren. (space-in-parens)
(#6465) There should be no spaces inside this paren. (space-in-parens)
(#6466) There should be no spaces inside this paren. (space-in-parens)
(#6466) There should be no spaces inside this paren. (space-in-parens)
(#6467) There should be no spaces inside this paren. (space-in-parens)
(#6467) There should be no spaces inside this paren. (space-in-parens)
(#6468) There should be no spaces inside this paren. (space-in-parens)
(#6468) There should be no spaces inside this paren. (space-in-parens)
(#6471) There should be no spaces inside this paren. (space-in-parens)
(#6471) There should be no spaces inside this paren. (space-in-parens)
(#6475) There should be no spaces inside this paren. (space-in-parens)
(#6475) There should be no spaces inside this paren. (space-in-parens)
(#6476) There should be no spaces inside this paren. (space-in-parens)
(#6476) There should be no spaces inside this paren. (space-in-parens)
(#6478) There should be no spaces inside this paren. (space-in-parens)
(#6478) There should be no spaces inside this paren. (space-in-parens)
(#6482) There should be no spaces inside this paren. (space-in-parens)
(#6482) There should be no spaces inside this paren. (space-in-parens)
(#6483) There should be no spaces inside this paren. (space-in-parens)
(#6483) There should be no spaces inside this paren. (space-in-parens)
(#6484) There should be no spaces inside this paren. (space-in-parens)
(#6484) There should be no spaces inside this paren. (space-in-parens)
(#6486) There should be no spaces inside this paren. (space-in-parens)
(#6486) 'i' used outside of binding context. (block-scoped-var)
(#6486) 'i' used outside of binding context. (block-scoped-var)
(#6486) 'i' used outside of binding context. (block-scoped-var)
(#6486) There should be no spaces inside this paren. (space-in-parens)
(#6487) 'i' used outside of binding context. (block-scoped-var)
(#6488) There should be no spaces inside this paren. (space-in-parens)
(#6488) There should be no spaces inside this paren. (space-in-parens)
(#6488) There should be no spaces inside this paren. (space-in-parens)
(#6488) There should be no spaces inside this paren. (space-in-parens)
(#6488) There should be no spaces inside this paren. (space-in-parens)
(#6488) There should be no spaces inside this paren. (space-in-parens)
(#6489) There should be no spaces inside this paren. (space-in-parens)
(#6489) There should be no spaces inside this paren. (space-in-parens)
(#6489) There should be no spaces inside this paren. (space-in-parens)
(#6489) There should be no spaces inside this paren. (space-in-parens)
(#6492) There should be no spaces inside this paren. (space-in-parens)
(#6492) There should be no spaces inside this paren. (space-in-parens)
(#6493) There should be no spaces inside this paren. (space-in-parens)
(#6493) There should be no spaces inside this paren. (space-in-parens)
(#6493) There should be no spaces inside this paren. (space-in-parens)
(#6493) There should be no spaces inside this paren. (space-in-parens)
(#6495) There should be no spaces inside this paren. (space-in-parens)
(#6495) 'i' used outside of binding context. (block-scoped-var)
(#6495) There should be no spaces inside this paren. (space-in-parens)
(#6495) There should be no spaces inside this paren. (space-in-parens)
(#6495) There should be no spaces inside this paren. (space-in-parens)
(#6497) There should be no spaces inside this paren. (space-in-parens)
(#6497) There should be no spaces inside this paren. (space-in-parens)
(#6505) There should be no spaces inside this paren. (space-in-parens)
(#6505) There should be no spaces inside this paren. (space-in-parens)
(#6511) There should be no spaces inside this paren. (space-in-parens)
(#6511) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#6511) There should be no spaces inside this paren. (space-in-parens)
(#6512) There should be no spaces inside this paren. (space-in-parens)
(#6512) There should be no spaces inside this paren. (space-in-parens)
(#6516) There should be no space after '[' (computed-property-spacing)
(#6516) There should be no space before ']' (computed-property-spacing)
(#6518) There should be no spaces inside this paren. (space-in-parens)
(#6518) There should be no spaces inside this paren. (space-in-parens)
(#6519) There should be no space after '[' (computed-property-spacing)
(#6519) There should be no space before ']' (computed-property-spacing)
(#6521) There should be no spaces inside this paren. (space-in-parens)
(#6521) There should be no spaces inside this paren. (space-in-parens)
(#6522) There should be no spaces inside this paren. (space-in-parens)
(#6522) There should be no spaces inside this paren. (space-in-parens)
(#6523) Blocks are nested too deeply (5). (max-depth)
(#6523) There should be no spaces inside this paren. (space-in-parens)
(#6523) There should be no space after '[' (computed-property-spacing)
(#6523) There should be no space before ']' (computed-property-spacing)
(#6523) There should be no spaces inside this paren. (space-in-parens)
(#6524) There should be no spaces inside this paren. (space-in-parens)
(#6524) There should be no spaces inside this paren. (space-in-parens)
(#6528) There should be no spaces inside this paren. (space-in-parens)
(#6528) There should be no spaces inside this paren. (space-in-parens)
(#6533) There should be no spaces inside this paren. (space-in-parens)
(#6533) There should be no spaces inside this paren. (space-in-parens)
(#6538) There should be no spaces inside this paren. (space-in-parens)
(#6538) There should be no spaces inside this paren. (space-in-parens)
(#6539) There should be no space after '[' (computed-property-spacing)
(#6539) There should be no space before ']' (computed-property-spacing)
(#6541) There should be no spaces inside this paren. (space-in-parens)
(#6541) There should be no spaces inside this paren. (space-in-parens)
(#6542) There should be no spaces inside this paren. (space-in-parens)
(#6542) There should be no spaces inside this paren. (space-in-parens)
(#6545) There should be no space after '[' (computed-property-spacing)
(#6545) There should be no space before ']' (computed-property-spacing)
(#6553) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#6563) There should be no space after '{' (object-curly-spacing)
(#6563) There should be no space before '}' (object-curly-spacing)
(#6566) There should be no space after '[' (array-bracket-spacing)
(#6566) There should be no space before ']' (array-bracket-spacing)
(#6573) There should be no spaces inside this paren. (space-in-parens)
(#6573) There should be no spaces inside this paren. (space-in-parens)
(#6574) There should be no spaces inside this paren. (space-in-parens)
(#6574) There should be no spaces inside this paren. (space-in-parens)
(#6574) There should be no spaces inside this paren. (space-in-parens)
(#6576) There should be no spaces inside this paren. (space-in-parens)
(#6576) There should be no spaces inside this paren. (space-in-parens)
(#6577) There should be no spaces inside this paren. (space-in-parens)
(#6577) There should be no spaces inside this paren. (space-in-parens)
(#6578) There should be no spaces inside this paren. (space-in-parens)
(#6586) There should be no spaces inside this paren. (space-in-parens)
(#6586) There should be no spaces inside this paren. (space-in-parens)
(#6587) There should be no spaces inside this paren. (space-in-parens)
(#6587) There should be no spaces inside this paren. (space-in-parens)
(#6589) There should be no spaces inside this paren. (space-in-parens)
(#6589) There should be no spaces inside this paren. (space-in-parens)
(#6619) There should be no spaces inside this paren. (space-in-parens)
(#6619) There should be no spaces inside this paren. (space-in-parens)
(#6621) There should be no spaces inside this paren. (space-in-parens)
(#6621) There should be no spaces inside this paren. (space-in-parens)
(#6626) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6626) There should be no spaces inside this paren. (space-in-parens)
(#6626) There should be no spaces inside this paren. (space-in-parens)
(#6627) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6627) There should be no space after '[' (computed-property-spacing)
(#6627) There should be no space before ']' (computed-property-spacing)
(#6629) There should be no space after '[' (computed-property-spacing)
(#6629) There should be no space before ']' (computed-property-spacing)
(#6632) There should be no spaces inside this paren. (space-in-parens)
(#6632) There should be no spaces inside this paren. (space-in-parens)
(#6636) There should be no spaces inside this paren. (space-in-parens)
(#6636) There should be no spaces inside this paren. (space-in-parens)
(#6636) There should be no spaces inside this paren. (space-in-parens)
(#6636) There should be no spaces inside this paren. (space-in-parens)
(#6637) There should be no spaces inside this paren. (space-in-parens)
(#6637) There should be no spaces inside this paren. (space-in-parens)
(#6637) There should be no spaces inside this paren. (space-in-parens)
(#6637) There should be no spaces inside this paren. (space-in-parens)
(#6637) There should be no spaces inside this paren. (space-in-parens)
(#6637) There should be no spaces inside this paren. (space-in-parens)
(#6637) There should be no spaces inside this paren. (space-in-parens)
(#6643) There should be no spaces inside this paren. (space-in-parens)
(#6643) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#6643) There should be no spaces inside this paren. (space-in-parens)
(#6643) There should be no spaces inside this paren. (space-in-parens)
(#6643) There should be no spaces inside this paren. (space-in-parens)
(#6648) There should be no spaces inside this paren. (space-in-parens)
(#6648) There should be no space after '[' (computed-property-spacing)
(#6648) There should be no space before ']' (computed-property-spacing)
(#6648) There should be no spaces inside this paren. (space-in-parens)
(#6653) There should be no spaces inside this paren. (space-in-parens)
(#6653) There should be no spaces inside this paren. (space-in-parens)
(#6653) There should be no spaces inside this paren. (space-in-parens)
(#6653) There should be no spaces inside this paren. (space-in-parens)
(#6657) There should be no space after '[' (computed-property-spacing)
(#6657) There should be no space before ']' (computed-property-spacing)
(#6658) Expected space(s) after "catch". (keyword-spacing)
(#6658) Empty block statement. (no-empty)
(#6663) There should be no spaces inside this paren. (space-in-parens)
(#6663) There should be no spaces inside this paren. (space-in-parens)
(#6663) There should be no spaces inside this paren. (space-in-parens)
(#6663) There should be no spaces inside this paren. (space-in-parens)
(#6664) Expected no return value. (consistent-return)
(#6668) Expected no return value. (consistent-return)
(#6668) There should be no space after '[' (computed-property-spacing)
(#6668) There should be no space before ']' (computed-property-spacing)
(#6672) Expected to return a value at the end of this function. (consistent-return)
(#6672) There should be no spaces inside this paren. (space-in-parens)
(#6672) There should be no spaces inside this paren. (space-in-parens)
(#6676) There should be no spaces inside this paren. (space-in-parens)
(#6676) There should be no spaces inside this paren. (space-in-parens)
(#6677) There should be no space after '[' (computed-property-spacing)
(#6677) There should be no space before ']' (computed-property-spacing)
(#6678) There should be no space after '[' (computed-property-spacing)
(#6678) There should be no space before ']' (computed-property-spacing)
(#6681) There should be no spaces inside this paren. (space-in-parens)
(#6681) There should be no spaces inside this paren. (space-in-parens)
(#6686) There should be no spaces inside this paren. (space-in-parens)
(#6686) There should be no spaces inside this paren. (space-in-parens)
(#6686) There should be no spaces inside this paren. (space-in-parens)
(#6686) There should be no spaces inside this paren. (space-in-parens)
(#6690) There should be no spaces inside this paren. (space-in-parens)
(#6690) There should be no spaces inside this paren. (space-in-parens)
(#6691) There should be no spaces inside this paren. (space-in-parens)
(#6691) There should be no spaces inside this paren. (space-in-parens)
(#6696) There should be no spaces inside this paren. (space-in-parens)
(#6696) There should be no spaces inside this paren. (space-in-parens)
(#6701) There should be no spaces inside this paren. (space-in-parens)
(#6701) There should be no spaces inside this paren. (space-in-parens)
(#6702) There should be no space after '[' (computed-property-spacing)
(#6702) There should be no space before ']' (computed-property-spacing)
(#6702) There should be no space after '[' (computed-property-spacing)
(#6702) There should be no space before ']' (computed-property-spacing)
(#6703) There should be no space after '[' (computed-property-spacing)
(#6703) There should be no space before ']' (computed-property-spacing)
(#6703) There should be no space after '[' (computed-property-spacing)
(#6703) There should be no space before ']' (computed-property-spacing)
(#6706) There should be no spaces inside this paren. (space-in-parens)
(#6706) There should be no spaces inside this paren. (space-in-parens)
(#6709) There should be no spaces inside this paren. (space-in-parens)
(#6709) There should be no spaces inside this paren. (space-in-parens)
(#6710) There should be no space after '[' (computed-property-spacing)
(#6710) There should be no space before ']' (computed-property-spacing)
(#6710) There should be no space after '[' (computed-property-spacing)
(#6710) There should be no space before ']' (computed-property-spacing)
(#6720) There should be no spaces inside this paren. (space-in-parens)
(#6720) There should be no spaces inside this paren. (space-in-parens)
(#6721) There should be no spaces inside this paren. (space-in-parens)
(#6721) There should be no spaces inside this paren. (space-in-parens)
(#6725) There should be no spaces inside this paren. (space-in-parens)
(#6725) There should be no spaces inside this paren. (space-in-parens)
(#6727) There should be no spaces inside this paren. (space-in-parens)
(#6728) There should be no spaces inside this paren. (space-in-parens)
(#6728) There should be no spaces inside this paren. (space-in-parens)
(#6728) There should be no spaces inside this paren. (space-in-parens)
(#6730) There should be no spaces inside this paren. (space-in-parens)
(#6730) There should be no spaces inside this paren. (space-in-parens)
(#6731) There should be no spaces inside this paren. (space-in-parens)
(#6731) There should be no spaces inside this paren. (space-in-parens)
(#6731) There should be no spaces inside this paren. (space-in-parens)
(#6731) There should be no spaces inside this paren. (space-in-parens)
(#6732) There should be no spaces inside this paren. (space-in-parens)
(#6732) There should be no spaces inside this paren. (space-in-parens)
(#6739) There should be no spaces inside this paren. (space-in-parens)
(#6739) There should be no spaces inside this paren. (space-in-parens)
(#6739) There should be no spaces inside this paren. (space-in-parens)
(#6739) There should be no spaces inside this paren. (space-in-parens)
(#6739) There should be no spaces inside this paren. (space-in-parens)
(#6739) There should be no spaces inside this paren. (space-in-parens)
(#6750) There should be no spaces inside this paren. (space-in-parens)
(#6750) There should be no spaces inside this paren. (space-in-parens)
(#6751) There should be no spaces inside this paren. (space-in-parens)
(#6751) There should be no spaces inside this paren. (space-in-parens)
(#6753) There should be no space after '[' (computed-property-spacing)
(#6753) There should be no space before ']' (computed-property-spacing)
(#6758) There should be no spaces inside this paren. (space-in-parens)
(#6758) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#6758) There should be no space after '[' (computed-property-spacing)
(#6758) There should be no space before ']' (computed-property-spacing)
(#6758) There should be no spaces inside this paren. (space-in-parens)
(#6767) There should be no spaces inside this paren. (space-in-parens)
(#6767) There should be no spaces inside this paren. (space-in-parens)
(#6767) There should be no spaces inside this paren. (space-in-parens)
(#6767) There should be no spaces inside this paren. (space-in-parens)
(#6774) There should be no spaces inside this paren. (space-in-parens)
(#6774) There should be no spaces inside this paren. (space-in-parens)
(#6782) There should be no spaces inside this paren. (space-in-parens)
(#6782) There should be no spaces inside this paren. (space-in-parens)
(#6793) Missing JSDoc comment. (require-jsdoc)
(#6793) Function 'getWidthOrHeight' has a complexity of 22. (complexity)
(#6793) There should be no spaces inside this paren. (space-in-parens)
(#6793) There should be no spaces inside this paren. (space-in-parens)
(#6800) There should be no spaces inside this paren. (space-in-parens)
(#6800) There should be no spaces inside this paren. (space-in-parens)
(#6801) There should be no spaces inside this paren. (space-in-parens)
(#6801) There should be no spaces inside this paren. (space-in-parens)
(#6802) There should be no spaces inside this paren. (space-in-parens)
(#6802) There should be no spaces inside this paren. (space-in-parens)
(#6803) There should be no spaces inside this paren. (space-in-parens)
(#6803) There should be no spaces inside this paren. (space-in-parens)
(#6804) There should be no spaces inside this paren. (space-in-parens)
(#6804) There should be no spaces inside this paren. (space-in-parens)
(#6804) There should be no space after '[' (computed-property-spacing)
(#6804) There should be no space before ']' (computed-property-spacing)
(#6804) There should be no spaces inside this paren. (space-in-parens)
(#6804) There should be no spaces inside this paren. (space-in-parens)
(#6806) There should be no spaces inside this paren. (space-in-parens)
(#6806) There should be no spaces inside this paren. (space-in-parens)
(#6807) There should be no spaces inside this paren. (space-in-parens)
(#6807) There should be no spaces inside this paren. (space-in-parens)
(#6807) There should be no space after '[' (computed-property-spacing)
(#6807) There should be no space before ']' (computed-property-spacing)
(#6807) There should be no spaces inside this paren. (space-in-parens)
(#6807) There should be no spaces inside this paren. (space-in-parens)
(#6809) There should be no spaces inside this paren. (space-in-parens)
(#6809) There should be no spaces inside this paren. (space-in-parens)
(#6809) There should be no space after '[' (computed-property-spacing)
(#6809) There should be no space before ']' (computed-property-spacing)
(#6809) There should be no spaces inside this paren. (space-in-parens)
(#6809) There should be no spaces inside this paren. (space-in-parens)
(#6818) There should be no spaces inside this paren. (space-in-parens)
(#6818) There should be no spaces inside this paren. (space-in-parens)
(#6819) There should be no spaces inside this paren. (space-in-parens)
(#6819) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#6819) There should be no spaces inside this paren. (space-in-parens)
(#6820) There should be no space after '[' (computed-property-spacing)
(#6820) There should be no space before ']' (computed-property-spacing)
(#6824) There should be no spaces inside this paren. (space-in-parens)
(#6824) There should be no spaces inside this paren. (space-in-parens)
(#6829) There should be no spaces inside this paren. (space-in-parens)
(#6829) There should be no spaces inside this paren. (space-in-parens)
(#6832) There should be no spaces inside this paren. (space-in-parens)
(#6832) There should be no spaces inside this paren. (space-in-parens)
(#6833) There should be no spaces inside this paren. (space-in-parens)
(#6833) There should be no spaces inside this paren. (space-in-parens)
(#6834) There should be no spaces inside this paren. (space-in-parens)
(#6834) There should be no spaces inside this paren. (space-in-parens)
(#6834) There should be no space after '[' (computed-property-spacing)
(#6834) There should be no space before ']' (computed-property-spacing)
(#6834) There should be no spaces inside this paren. (space-in-parens)
(#6834) There should be no spaces inside this paren. (space-in-parens)
(#6835) There should be no spaces inside this paren. (space-in-parens)
(#6835) There should be no spaces inside this paren. (space-in-parens)
(#6836) There should be no spaces inside this paren. (space-in-parens)
(#6836) There should be no spaces inside this paren. (space-in-parens)
(#6836) There should be no space after '[' (computed-property-spacing)
(#6836) There should be no space before ']' (computed-property-spacing)
(#6836) There should be no spaces inside this paren. (space-in-parens)
(#6836) There should be no spaces inside this paren. (space-in-parens)
(#6838) There should be no spaces inside this paren. (space-in-parens)
(#6838) There should be no spaces inside this paren. (space-in-parens)
(#6839) There should be no spaces inside this paren. (space-in-parens)
(#6839) There should be no spaces inside this paren. (space-in-parens)
(#6839) There should be no space after '[' (computed-property-spacing)
(#6839) There should be no space before ']' (computed-property-spacing)
(#6839) There should be no spaces inside this paren. (space-in-parens)
(#6847) There should be no space after '[' (array-bracket-spacing)
(#6847) There should be no space before ']' (array-bracket-spacing)
(#6847) There should be no spaces inside this paren. (space-in-parens)
(#6847) There should be no spaces inside this paren. (space-in-parens)
(#6848) There should be no space after '[' (computed-property-spacing)
(#6848) There should be no space before ']' (computed-property-spacing)
(#6849) Expected to return a value at the end of this function. (consistent-return)
(#6849) There should be no spaces inside this paren. (space-in-parens)
(#6849) There should be no spaces inside this paren. (space-in-parens)
(#6850) There should be no spaces inside this paren. (space-in-parens)
(#6850) There should be no spaces inside this paren. (space-in-parens)
(#6851) There should be no spaces inside this paren. (space-in-parens)
(#6851) There should be no spaces inside this paren. (space-in-parens)
(#6852) There should be no spaces inside this paren. (space-in-parens)
(#6852) There should be no spaces inside this paren. (space-in-parens)
(#6854) There should be no spaces inside this paren. (space-in-parens)
(#6855) There should be no spaces inside this paren. (space-in-parens)
(#6855) There should be no spaces inside this paren. (space-in-parens)
(#6861) There should be no spaces inside this paren. (space-in-parens)
(#6861) There should be no spaces inside this paren. (space-in-parens)
(#6862) There should be no spaces inside this paren. (space-in-parens)
(#6862) There should be no spaces inside this paren. (space-in-parens)
(#6869) There should be no spaces inside this paren. (space-in-parens)
(#6869) There should be no spaces inside this paren. (space-in-parens)
(#6871) There should be no spaces inside this paren. (space-in-parens)
(#6871) There should be no spaces inside this paren. (space-in-parens)
(#6873) Do not nest ternary expressions (no-nested-ternary)
(#6873) There should be no spaces inside this paren. (space-in-parens)
(#6873) There should be no spaces inside this paren. (space-in-parens)
(#6874) There should be no spaces inside this paren. (space-in-parens)
(#6874) There should be no spaces inside this paren. (space-in-parens)
(#6874) There should be no spaces inside this paren. (space-in-parens)
(#6874) There should be no spaces inside this paren. (space-in-parens)
(#6878) There should be no spaces inside this paren. (space-in-parens)
(#6878) There should be no spaces inside this paren. (space-in-parens)
(#6881) There should be no spaces inside this paren. (space-in-parens)
(#6881) There should be no spaces inside this paren. (space-in-parens)
(#6889) There should be no spaces inside this paren. (space-in-parens)
(#6889) There should be no spaces inside this paren. (space-in-parens)
(#6889) There should be no spaces inside this paren. (space-in-parens)
(#6889) There should be no spaces inside this paren. (space-in-parens)
(#6889) There should be no spaces inside this paren. (space-in-parens)
(#6889) There should be no spaces inside this paren. (space-in-parens)
(#6894) There should be no spaces inside this paren. (space-in-parens)
(#6894) There should be no spaces inside this paren. (space-in-parens)
(#6897) There should be no spaces inside this paren. (space-in-parens)
(#6897) There should be no spaces inside this paren. (space-in-parens)
(#6903) There should be no spaces inside this paren. (space-in-parens)
(#6903) There should be no spaces inside this paren. (space-in-parens)
(#6904) There should be no spaces inside this paren. (space-in-parens)
(#6904) There should be no spaces inside this paren. (space-in-parens)
(#6913) There should be no spaces inside this paren. (space-in-parens)
(#6913) There should be no spaces inside this paren. (space-in-parens)
(#6915) There should be no spaces inside this paren. (space-in-parens)
(#6915) There should be no spaces inside this paren. (space-in-parens)
(#6918) There should be no spaces inside this paren. (space-in-parens)
(#6918) There should be no space after '{' (object-curly-spacing)
(#6918) There should be no space before '}' (object-curly-spacing)
(#6919) There should be no spaces inside this paren. (space-in-parens)
(#6919) There should be no spaces inside this paren. (space-in-parens)
(#6920) There should be no spaces inside this paren. (space-in-parens)
(#6920) There should be no spaces inside this paren. (space-in-parens)
(#6930) There should be no spaces inside this paren. (space-in-parens)
(#6930) There should be no spaces inside this paren. (space-in-parens)
(#6931) There should be no spaces inside this paren. (space-in-parens)
(#6931) There should be no spaces inside this paren. (space-in-parens)
(#6935) Line 6935 exceeds the maximum line length of 132. (max-len)
(#6935) There should be no spaces inside this paren. (space-in-parens)
(#6935) There should be no spaces inside this paren. (space-in-parens)
(#6935) There should be no spaces inside this paren. (space-in-parens)
(#6935) There should be no spaces inside this paren. (space-in-parens)
(#6938) There should be no spaces inside this paren. (space-in-parens)
(#6938) There should be no spaces inside this paren. (space-in-parens)
(#6939) There should be no spaces inside this paren. (space-in-parens)
(#6939) There should be no spaces inside this paren. (space-in-parens)
(#6948) There should be no spaces inside this paren. (space-in-parens)
(#6948) There should be no spaces inside this paren. (space-in-parens)
(#6950) There should be no space after '[' (computed-property-spacing)
(#6950) There should be no space before ']' (computed-property-spacing)
(#6951) There should be no spaces inside this paren. (space-in-parens)
(#6951) There should be no spaces inside this paren. (space-in-parens)
(#6955) There should be no space after '[' (array-bracket-spacing)
(#6955) There should be no space before ']' (array-bracket-spacing)
(#6958) There should be no spaces inside this paren. (space-in-parens)
(#6958) There should be no spaces inside this paren. (space-in-parens)
(#6959) There should be no space after '[' (computed-property-spacing)
(#6959) There should be no space after '[' (computed-property-spacing)
(#6959) There should be no space before ']' (computed-property-spacing)
(#6959) There should be no space before ']' (computed-property-spacing)
(#6960) There should be no space after '[' (computed-property-spacing)
(#6960) There should be no space before ']' (computed-property-spacing)
(#6960) There should be no space after '[' (computed-property-spacing)
(#6960) There should be no space before ']' (computed-property-spacing)
(#6960) There should be no space after '[' (computed-property-spacing)
(#6960) There should be no space before ']' (computed-property-spacing)
(#6970) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#7022) Expected space(s) after "catch". (keyword-spacing)
(#7022) There should be no spaces inside this paren. (space-in-parens)
(#7022) There should be no spaces inside this paren. (space-in-parens)
(#7025) There should be no spaces inside this paren. (space-in-parens)
(#7025) There should be no spaces inside this paren. (space-in-parens)
(#7031) There should be no spaces inside this paren. (space-in-parens)
(#7031) There should be no spaces inside this paren. (space-in-parens)
(#7034) Missing JSDoc comment. (require-jsdoc)
(#7034) There should be no spaces inside this paren. (space-in-parens)
(#7034) There should be no spaces inside this paren. (space-in-parens)
(#7037) There should be no spaces inside this paren. (space-in-parens)
(#7037) There should be no spaces inside this paren. (space-in-parens)
(#7039) There should be no spaces inside this paren. (space-in-parens)
(#7039) There should be no spaces inside this paren. (space-in-parens)
(#7044) There should be no spaces inside this paren. (space-in-parens)
(#7044) There should be no spaces inside this paren. (space-in-parens)
(#7044) There should be no spaces inside this paren. (space-in-parens)
(#7044) There should be no spaces inside this paren. (space-in-parens)
(#7045) There should be no spaces inside this paren. (space-in-parens)
(#7045) There should be no spaces inside this paren. (space-in-parens)
(#7053) There should be no spaces inside this paren. (space-in-parens)
(#7053) There should be no spaces inside this paren. (space-in-parens)
(#7054) There should be no space after '[' (computed-property-spacing)
(#7054) There should be no space before ']' (computed-property-spacing)
(#7057) There should be no spaces inside this paren. (space-in-parens)
(#7057) There should be no spaces inside this paren. (space-in-parens)
(#7058) There should be no spaces inside this paren. (space-in-parens)
(#7058) There should be no spaces inside this paren. (space-in-parens)
(#7059) There should be no spaces inside this paren. (space-in-parens)
(#7059) There should be no spaces inside this paren. (space-in-parens)
(#7061) There should be no space after '[' (computed-property-spacing)
(#7061) There should be no space before ']' (computed-property-spacing)
(#7061) There should be no space after '[' (computed-property-spacing)
(#7061) There should be no space before ']' (computed-property-spacing)
(#7063) There should be no space after '[' (computed-property-spacing)
(#7063) There should be no space before ']' (computed-property-spacing)
(#7063) There should be no spaces inside this paren. (space-in-parens)
(#7063) There should be no spaces inside this paren. (space-in-parens)
(#7070) Missing JSDoc comment. (require-jsdoc)
(#7070) There should be no spaces inside this paren. (space-in-parens)
(#7071) There should be no spaces inside this paren. (space-in-parens)
(#7073) There should be no space after '[' (computed-property-spacing)
(#7073) There should be no space before ']' (computed-property-spacing)
(#7076) There should be no space after '[' (computed-property-spacing)
(#7076) There should be no space before ']' (computed-property-spacing)
(#7078) There should be no space after '[' (computed-property-spacing)
(#7078) There should be no space before ']' (computed-property-spacing)
(#7081) There should be no spaces inside this paren. (space-in-parens)
(#7081) There should be no spaces inside this paren. (space-in-parens)
(#7084) There should be no spaces inside this paren. (space-in-parens)
(#7084) There should be no spaces inside this paren. (space-in-parens)
(#7084) There should be no spaces inside this paren. (space-in-parens)
(#7084) There should be no spaces inside this paren. (space-in-parens)
(#7085) There should be no space after '[' (computed-property-spacing)
(#7085) There should be no space before ']' (computed-property-spacing)
(#7085) There should be no spaces inside this paren. (space-in-parens)
(#7085) There should be no spaces inside this paren. (space-in-parens)
(#7088) There should be no spaces inside this paren. (space-in-parens)
(#7088) There should be no spaces inside this paren. (space-in-parens)
(#7089) There should be no spaces inside this paren. (space-in-parens)
(#7089) There should be no space after '[' (computed-property-spacing)
(#7089) There should be no space before ']' (computed-property-spacing)
(#7089) There should be no spaces inside this paren. (space-in-parens)
(#7092) There should be no spaces inside this paren. (space-in-parens)
(#7092) There should be no spaces inside this paren. (space-in-parens)
(#7094) There should be no spaces inside this paren. (space-in-parens)
(#7100) There should be no spaces inside this paren. (space-in-parens)
(#7100) There should be no spaces inside this paren. (space-in-parens)
(#7100) There should be no spaces inside this paren. (space-in-parens)
(#7100) There should be no space after '[' (computed-property-spacing)
(#7100) There should be no space before ']' (computed-property-spacing)
(#7100) There should be no spaces inside this paren. (space-in-parens)
(#7102) There should be no spaces inside this paren. (space-in-parens)
(#7112) Missing JSDoc comment. (require-jsdoc)
(#7112) There should be no spaces inside this paren. (space-in-parens)
(#7112) There should be no spaces inside this paren. (space-in-parens)
(#7115) There should be no spaces inside this paren. (space-in-parens)
(#7115) There should be no spaces inside this paren. (space-in-parens)
(#7116) There should be no spaces inside this paren. (space-in-parens)
(#7116) There should be no space after '[' (computed-property-spacing)
(#7116) There should be no space before ']' (computed-property-spacing)
(#7116) There should be no spaces inside this paren. (space-in-parens)
(#7117) There should be no spaces inside this paren. (space-in-parens)
(#7117) There should be no space after '[' (computed-property-spacing)
(#7117) There should be no space before ']' (computed-property-spacing)
(#7117) There should be no spaces inside this paren. (space-in-parens)
(#7117) There should be no spaces inside this paren. (space-in-parens)
(#7117) There should be no spaces inside this paren. (space-in-parens)
(#7117) There should be no spaces inside this paren. (space-in-parens)
(#7117) There should be no spaces inside this paren. (space-in-parens)
(#7117) There should be no space after '[' (computed-property-spacing)
(#7117) There should be no space before ']' (computed-property-spacing)
(#7117) There should be no space after '[' (computed-property-spacing)
(#7117) There should be no space before ']' (computed-property-spacing)
(#7120) There should be no spaces inside this paren. (space-in-parens)
(#7120) There should be no spaces inside this paren. (space-in-parens)
(#7121) There should be no spaces inside this paren. (space-in-parens)
(#7121) There should be no spaces inside this paren. (space-in-parens)
(#7126) There should be no spaces inside this paren. (space-in-parens)
(#7126) There should be no spaces inside this paren. (space-in-parens)
(#7127) There should be no spaces inside this paren. (space-in-parens)
(#7127) There should be no spaces inside this paren. (space-in-parens)
(#7128) There should be no spaces inside this paren. (space-in-parens)
(#7128) There should be no spaces inside this paren. (space-in-parens)
(#7131) There should be no spaces inside this paren. (space-in-parens)
(#7131) There should be no spaces inside this paren. (space-in-parens)
(#7135) There should be no spaces inside this paren. (space-in-parens)
(#7135) There should be no spaces inside this paren. (space-in-parens)
(#7136) There should be no spaces inside this paren. (space-in-parens)
(#7136) There should be no spaces inside this paren. (space-in-parens)
(#7137) There should be no spaces inside this paren. (space-in-parens)
(#7137) There should be no spaces inside this paren. (space-in-parens)
(#7138) There should be no spaces inside this paren. (space-in-parens)
(#7138) There should be no spaces inside this paren. (space-in-parens)
(#7145) There should be no spaces inside this paren. (space-in-parens)
(#7145) There should be no spaces inside this paren. (space-in-parens)
(#7147) There should be no spaces inside this paren. (space-in-parens)
(#7147) There should be no spaces inside this paren. (space-in-parens)
(#7147) There should be no spaces inside this paren. (space-in-parens)
(#7147) There should be no spaces inside this paren. (space-in-parens)
(#7153) There should be no spaces inside this paren. (space-in-parens)
(#7153) There should be no spaces inside this paren. (space-in-parens)
(#7154) There should be no spaces inside this paren. (space-in-parens)
(#7154) There should be no spaces inside this paren. (space-in-parens)
(#7168) There should be no spaces inside this paren. (space-in-parens)
(#7168) There should be no spaces inside this paren. (space-in-parens)
(#7172) There should be no spaces inside this paren. (space-in-parens)
(#7172) There should be no spaces inside this paren. (space-in-parens)
(#7175) There should be no spaces inside this paren. (space-in-parens)
(#7175) There should be no spaces inside this paren. (space-in-parens)
(#7179) There should be no spaces inside this paren. (space-in-parens)
(#7179) 'selector' used outside of binding context. (block-scoped-var)
(#7187) 'selector' used outside of binding context. (block-scoped-var)
(#7190) There should be no spaces inside this paren. (space-in-parens)
(#7193) There should be no spaces inside this paren. (space-in-parens)
(#7193) There should be no spaces inside this paren. (space-in-parens)
(#7194) There should be no spaces inside this paren. (space-in-parens)
(#7194) There should be no space after '[' (array-bracket-spacing)
(#7194) There should be no space before ']' (array-bracket-spacing)
(#7194) There should be no spaces inside this paren. (space-in-parens)
(#7203) There should be no spaces inside this paren. (space-in-parens)
(#7203) There should be no spaces inside this paren. (space-in-parens)
(#7207) Missing space before opening brace. (space-before-blocks)
(#7208) There should be no spaces inside this paren. (space-in-parens)
(#7208) There should be no spaces inside this paren. (space-in-parens)
(#7210) Missing space before opening brace. (space-before-blocks)
(#7212) There should be no spaces inside this paren. (space-in-parens)
(#7212) There should be no spaces inside this paren. (space-in-parens)
(#7212) There should be no spaces inside this paren. (space-in-parens)
(#7213) There should be no spaces inside this paren. (space-in-parens)
(#7213) There should be no spaces inside this paren. (space-in-parens)
(#7213) There should be no spaces inside this paren. (space-in-parens)
(#7215) There should be no spaces inside this paren. (space-in-parens)
(#7215) There should be no spaces inside this paren. (space-in-parens)
(#7215) Missing space before opening brace. (space-before-blocks)
(#7216) There should be no spaces inside this paren. (space-in-parens)
(#7216) There should be no spaces inside this paren. (space-in-parens)
(#7218) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#7218) Do not nest ternary expressions (no-nested-ternary)
(#7220) There should be no spaces inside this paren. (space-in-parens)
(#7220) There should be no spaces inside this paren. (space-in-parens)
(#7221) There should be no spaces inside this paren. (space-in-parens)
(#7221) There should be no spaces inside this paren. (space-in-parens)
(#7221) 'i' is defined but never used (no-unused-vars)
(#7221) There should be no spaces inside this paren. (space-in-parens)
(#7221) Missing space before opening brace. (space-before-blocks)
(#7222) There should be no space after '{' (object-curly-spacing)
(#7222) There should be no spaces inside this paren. (space-in-parens)
(#7222) There should be no spaces inside this paren. (space-in-parens)
(#7222) There should be no space before '}' (object-curly-spacing)
(#7224) There should be no space after '{' (object-curly-spacing)
(#7224) There should be no spaces inside this paren. (space-in-parens)
(#7224) There should be no spaces inside this paren. (space-in-parens)
(#7224) There should be no space before '}' (object-curly-spacing)
(#7230) There should be no spaces inside this paren. (space-in-parens)
(#7230) There should be no spaces inside this paren. (space-in-parens)
(#7230) There should be no spaces inside this paren. (space-in-parens)
(#7230) There should be no spaces inside this paren. (space-in-parens)
(#7230) There should be no spaces inside this paren. (space-in-parens)
(#7230) Missing space before opening brace. (space-before-blocks)
(#7231) There should be no space after '[' (computed-property-spacing)
(#7231) There should be no space before ']' (computed-property-spacing)
(#7231) There should be no spaces inside this paren. (space-in-parens)
(#7231) There should be no spaces inside this paren. (space-in-parens)
(#7231) Missing space before opening brace. (space-before-blocks)
(#7232) There should be no spaces inside this paren. (space-in-parens)
(#7232) There should be no spaces inside this paren. (space-in-parens)
(#7236) There should be no spaces inside this paren. (space-in-parens)
(#7236) There should be no space after '[' (array-bracket-spacing)
(#7236) There should be no space before ']' (array-bracket-spacing)
(#7236) There should be no spaces inside this paren. (space-in-parens)
(#7236) There should be no spaces inside this paren. (space-in-parens)
(#7237) There should be no space after '[' (computed-property-spacing)
(#7237) There should be no space before ']' (computed-property-spacing)
(#7237) There should be no spaces inside this paren. (space-in-parens)
(#7237) There should be no spaces inside this paren. (space-in-parens)
(#7239) There should be no spaces inside this paren. (space-in-parens)
(#7239) There should be no spaces inside this paren. (space-in-parens)
(#7239) There should be no spaces inside this paren. (space-in-parens)
(#7239) There should be no spaces inside this paren. (space-in-parens)
(#7257) There should be no spaces inside this paren. (space-in-parens)
(#7257) There should be no spaces inside this paren. (space-in-parens)
(#7258) There should be no spaces inside this paren. (space-in-parens)
(#7258) There should be no spaces inside this paren. (space-in-parens)
(#7261) There should be no spaces inside this paren. (space-in-parens)
(#7261) There should be no spaces inside this paren. (space-in-parens)
(#7262) There should be no spaces inside this paren. (space-in-parens)
(#7262) There should be no spaces inside this paren. (space-in-parens)
(#7268) There should be no spaces inside this paren. (space-in-parens)
(#7268) There should be no spaces inside this paren. (space-in-parens)
(#7269) There should be no spaces inside this paren. (space-in-parens)
(#7269) There should be no spaces inside this paren. (space-in-parens)
(#7271) There should be no spaces inside this paren. (space-in-parens)
(#7271) There should be no spaces inside this paren. (space-in-parens)
(#7277) There should be no spaces inside this paren. (space-in-parens)
(#7277) There should be no spaces inside this paren. (space-in-parens)
(#7283) There should be no spaces inside this paren. (space-in-parens)
(#7283) There should be no space after '[' (computed-property-spacing)
(#7283) There should be no space before ']' (computed-property-spacing)
(#7283) There should be no spaces inside this paren. (space-in-parens)
(#7347) There should be no spaces inside this paren. (space-in-parens)
(#7347) There should be no spaces inside this paren. (space-in-parens)
(#7348) There should be no spaces inside this paren. (space-in-parens)
(#7348) There should be no spaces inside this paren. (space-in-parens)
(#7351) Function 'ajax' has a complexity of 42. (complexity)
(#7351) There should be no spaces inside this paren. (space-in-parens)
(#7351) There should be no spaces inside this paren. (space-in-parens)
(#7354) There should be no spaces inside this paren. (space-in-parens)
(#7354) There should be no spaces inside this paren. (space-in-parens)
(#7363) There should be no spaces inside this paren. (space-in-parens)
(#7363) There should be no spaces inside this paren. (space-in-parens)
(#7370) There should be no spaces inside this paren. (space-in-parens)
(#7370) There should be no spaces inside this paren. (space-in-parens)
(#7371) There should be no spaces inside this paren. (space-in-parens)
(#7371) There should be no spaces inside this paren. (space-in-parens)
(#7374) There should be no spaces inside this paren. (space-in-parens)
(#7374) There should be no spaces inside this paren. (space-in-parens)
(#7403) There should be no spaces inside this paren. (space-in-parens)
(#7403) There should be no spaces inside this paren. (space-in-parens)
(#7404) There should be no spaces inside this paren. (space-in-parens)
(#7404) There should be no spaces inside this paren. (space-in-parens)
(#7406) There should be no space after '[' (computed-property-spacing)
(#7406) There should be no space before ']' (computed-property-spacing)
(#7406) There should be no space after '[' (computed-property-spacing)
(#7406) There should be no space before ']' (computed-property-spacing)
(#7407) There should be no space after '[' (computed-property-spacing)
(#7407) There should be no space before ']' (computed-property-spacing)
(#7418) There should be no spaces inside this paren. (space-in-parens)
(#7418) There should be no spaces inside this paren. (space-in-parens)
(#7420) There should be no spaces inside this paren. (space-in-parens)
(#7420) There should be no spaces inside this paren. (space-in-parens)
(#7421) There should be no spaces inside this paren. (space-in-parens)
(#7421) There should be no spaces inside this paren. (space-in-parens)
(#7423) Expected space(s) after "while". (keyword-spacing)
(#7423) There should be no spaces inside this paren. (space-in-parens)
(#7423) There should be no spaces inside this paren. (space-in-parens)
(#7423) There should be no spaces inside this paren. (space-in-parens)
(#7423) There should be no spaces inside this paren. (space-in-parens)
(#7423) There should be no spaces inside this paren. (space-in-parens)
(#7423) There should be no spaces inside this paren. (space-in-parens)
(#7424) There should be no space after '[' (computed-property-spacing)
(#7424) There should be no space before ']' (computed-property-spacing)
(#7424) There should be no space after '[' (computed-property-spacing)
(#7424) There should be no space before ']' (computed-property-spacing)
(#7427) There should be no space after '[' (computed-property-spacing)
(#7427) There should be no space before ']' (computed-property-spacing)
(#7433) There should be no spaces inside this paren. (space-in-parens)
(#7433) There should be no spaces inside this paren. (space-in-parens)
(#7434) There should be no spaces inside this paren. (space-in-parens)
(#7434) There should be no spaces inside this paren. (space-in-parens)
(#7441) There should be no spaces inside this paren. (space-in-parens)
(#7441) There should be no spaces inside this paren. (space-in-parens)
(#7443) There should be no spaces inside this paren. (space-in-parens)
(#7443) There should be no spaces inside this paren. (space-in-parens)
(#7444) There should be no spaces inside this paren. (space-in-parens)
(#7444) There should be no spaces inside this paren. (space-in-parens)
(#7446) There should be no spaces inside this paren. (space-in-parens)
(#7446) There should be no spaces inside this paren. (space-in-parens)
(#7454) Function 'done' has a complexity of 23. (complexity)
(#7454) Missing JSDoc comment. (require-jsdoc)
(#7454) There should be no spaces inside this paren. (space-in-parens)
(#7454) There should be no spaces inside this paren. (space-in-parens)
(#7457) There should be no spaces inside this paren. (space-in-parens)
(#7457) There should be no spaces inside this paren. (space-in-parens)
(#7465) There should be no spaces inside this paren. (space-in-parens)
(#7465) There should be no spaces inside this paren. (space-in-parens)
(#7466) There should be no spaces inside this paren. (space-in-parens)
(#7466) There should be no spaces inside this paren. (space-in-parens)
(#7483) There should be no spaces inside this paren. (space-in-parens)
(#7483) There should be no spaces inside this paren. (space-in-parens)
(#7488) There should be no spaces inside this paren. (space-in-parens)
(#7488) There should be no spaces inside this paren. (space-in-parens)
(#7491) There should be no spaces inside this paren. (space-in-parens)
(#7491) There should be no spaces inside this paren. (space-in-parens)
(#7493) There should be no spaces inside this paren. (space-in-parens)
(#7493) There should be no spaces inside this paren. (space-in-parens)
(#7493) There should be no spaces inside this paren. (space-in-parens)
(#7493) There should be no spaces inside this paren. (space-in-parens)
(#7493) There should be no spaces inside this paren. (space-in-parens)
(#7493) There should be no spaces inside this paren. (space-in-parens)
(#7494) There should be no space after '[' (computed-property-spacing)
(#7494) There should be no space before ']' (computed-property-spacing)
(#7496) There should be no spaces inside this paren. (space-in-parens)
(#7496) There should be no spaces inside this paren. (space-in-parens)
(#7496) There should be no spaces inside this paren. (space-in-parens)
(#7496) There should be no spaces inside this paren. (space-in-parens)
(#7496) There should be no spaces inside this paren. (space-in-parens)
(#7496) There should be no spaces inside this paren. (space-in-parens)
(#7497) There should be no space after '[' (computed-property-spacing)
(#7497) There should be no space before ']' (computed-property-spacing)
(#7502) There should be no spaces inside this paren. (space-in-parens)
(#7502) There should be no spaces inside this paren. (space-in-parens)
(#7511) There should be no spaces inside this paren. (space-in-parens)
(#7511) There should be no spaces inside this paren. (space-in-parens)
(#7514) Expected space(s) after "catch". (keyword-spacing)
(#7524) There should be no spaces inside this paren. (space-in-parens)
(#7524) There should be no spaces inside this paren. (space-in-parens)
(#7526) There should be no spaces inside this paren. (space-in-parens)
(#7526) There should be no spaces inside this paren. (space-in-parens)
(#7534) There should be no spaces inside this paren. (space-in-parens)
(#7534) There should be no spaces inside this paren. (space-in-parens)
(#7537) There should be no spaces inside this paren. (space-in-parens)
(#7537) There should be no spaces inside this paren. (space-in-parens)
(#7538) There should be no spaces inside this paren. (space-in-parens)
(#7538) There should be no space after '[' (array-bracket-spacing)
(#7538) There should be no space before ']' (array-bracket-spacing)
(#7538) There should be no spaces inside this paren. (space-in-parens)
(#7540) There should be no spaces inside this paren. (space-in-parens)
(#7540) There should be no space after '[' (array-bracket-spacing)
(#7540) There should be no space before ']' (array-bracket-spacing)
(#7540) There should be no spaces inside this paren. (space-in-parens)
(#7544) There should be no spaces inside this paren. (space-in-parens)
(#7544) There should be no spaces inside this paren. (space-in-parens)
(#7547) There should be no spaces inside this paren. (space-in-parens)
(#7547) There should be no spaces inside this paren. (space-in-parens)
(#7548) There should be no spaces inside this paren. (space-in-parens)
(#7548) There should be no spaces inside this paren. (space-in-parens)
(#7548) There should be no spaces inside this paren. (space-in-parens)
(#7549) There should be no space after '[' (array-bracket-spacing)
(#7549) There should be no space before ']' (array-bracket-spacing)
(#7549) There should be no spaces inside this paren. (space-in-parens)
(#7553) There should be no spaces inside this paren. (space-in-parens)
(#7553) There should be no space after '[' (array-bracket-spacing)
(#7553) There should be no space before ']' (array-bracket-spacing)
(#7553) There should be no spaces inside this paren. (space-in-parens)
(#7555) There should be no spaces inside this paren. (space-in-parens)
(#7555) There should be no spaces inside this paren. (space-in-parens)
(#7556) There should be no spaces inside this paren. (space-in-parens)
(#7556) There should be no space after '[' (array-bracket-spacing)
(#7556) There should be no space before ']' (array-bracket-spacing)
(#7556) There should be no spaces inside this paren. (space-in-parens)
(#7558) There should be no spaces inside this paren. (space-in-parens)
(#7558) There should be no spaces inside this paren. (space-in-parens)
(#7558) There should be no spaces inside this paren. (space-in-parens)
(#7558) There should be no spaces inside this paren. (space-in-parens)
(#7559) There should be no spaces inside this paren. (space-in-parens)
(#7559) There should be no spaces inside this paren. (space-in-parens)
(#7565) There should be no spaces inside this paren. (space-in-parens)
(#7565) There should be no spaces inside this paren. (space-in-parens)
(#7571) There should be no spaces inside this paren. (space-in-parens)
(#7571) There should be no spaces inside this paren. (space-in-parens)
(#7572) There should be no spaces inside this paren. (space-in-parens)
(#7572) There should be no spaces inside this paren. (space-in-parens)
(#7574) There should be no spaces inside this paren. (space-in-parens)
(#7574) There should be no spaces inside this paren. (space-in-parens)
(#7575) There should be no spaces inside this paren. (space-in-parens)
(#7575) There should be no spaces inside this paren. (space-in-parens)
(#7576) There should be no space after '[' (computed-property-spacing)
(#7576) There should be no space before ']' (computed-property-spacing)
(#7576) There should be no space after '[' (array-bracket-spacing)
(#7576) There should be no space before ']' (array-bracket-spacing)
(#7579) There should be no space after '[' (computed-property-spacing)
(#7579) There should be no space before ']' (computed-property-spacing)
(#7580) There should be no spaces inside this paren. (space-in-parens)
(#7580) There should be no spaces inside this paren. (space-in-parens)
(#7589) There should be no spaces inside this paren. (space-in-parens)
(#7589) There should be no spaces inside this paren. (space-in-parens)
(#7589) There should be no spaces inside this paren. (space-in-parens)
(#7589) There should be no spaces inside this paren. (space-in-parens)
(#7589) There should be no spaces inside this paren. (space-in-parens)
(#7589) There should be no spaces inside this paren. (space-in-parens)
(#7589) There should be no spaces inside this paren. (space-in-parens)
(#7589) There should be no space after '[' (computed-property-spacing)
(#7589) There should be no space before ']' (computed-property-spacing)
(#7589) There should be no spaces inside this paren. (space-in-parens)
(#7592) There should be no spaces inside this paren. (space-in-parens)
(#7592) There should be no spaces inside this paren. (space-in-parens)
(#7592) There should be no spaces inside this paren. (space-in-parens)
(#7592) There should be no spaces inside this paren. (space-in-parens)
(#7595) There should be no spaces inside this paren. (space-in-parens)
(#7595) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#7595) There should be no spaces inside this paren. (space-in-parens)
(#7596) There should be no spaces inside this paren. (space-in-parens)
(#7596) There should be no spaces inside this paren. (space-in-parens)
(#7597) There should be no spaces inside this paren. (space-in-parens)
(#7598) There should be no spaces inside this paren. (space-in-parens)
(#7598) There should be no space after '[' (computed-property-spacing)
(#7598) There should be no space before ']' (computed-property-spacing)
(#7598) There should be no space after '[' (computed-property-spacing)
(#7598) There should be no space before ']' (computed-property-spacing)
(#7598) There should be no space after '[' (computed-property-spacing)
(#7598) There should be no space before ']' (computed-property-spacing)
(#7598) There should be no space after '[' (computed-property-spacing)
(#7598) There should be no space before ']' (computed-property-spacing)
(#7599) There should be no spaces inside this paren. (space-in-parens)
(#7599) There should be no space after '[' (computed-property-spacing)
(#7599) There should be no space before ']' (computed-property-spacing)
(#7599) There should be no spaces inside this paren. (space-in-parens)
(#7599) There should be no space after '[' (computed-property-spacing)
(#7599) There should be no space before ']' (computed-property-spacing)
(#7599) There should be no spaces inside this paren. (space-in-parens)
(#7599) There should be no spaces inside this paren. (space-in-parens)
(#7600) There should be no spaces inside this paren. (space-in-parens)
(#7600) There should be no space after '[' (computed-property-spacing)
(#7600) There should be no space before ']' (computed-property-spacing)
(#7600) There should be no spaces inside this paren. (space-in-parens)
(#7600) There should be no space after '[' (computed-property-spacing)
(#7600) There should be no space before ']' (computed-property-spacing)
(#7600) There should be no spaces inside this paren. (space-in-parens)
(#7600) There should be no spaces inside this paren. (space-in-parens)
(#7600) There should be no spaces inside this paren. (space-in-parens)
(#7605) There should be no spaces inside this paren. (space-in-parens)
(#7605) There should be no spaces inside this paren. (space-in-parens)
(#7606) There should be no spaces inside this paren. (space-in-parens)
(#7606) There should be no spaces inside this paren. (space-in-parens)
(#7610) There should be no spaces inside this paren. (space-in-parens)
(#7610) There should be no spaces inside this paren. (space-in-parens)
(#7613) There should be no spaces inside this paren. (space-in-parens)
(#7613) There should be no spaces inside this paren. (space-in-parens)
(#7624) There should be no spaces inside this paren. (space-in-parens)
(#7624) There should be no spaces inside this paren. (space-in-parens)
(#7627) There should be no spaces inside this paren. (space-in-parens)
(#7627) There should be no spaces inside this paren. (space-in-parens)
(#7628) There should be no spaces inside this paren. (space-in-parens)
(#7628) There should be no spaces inside this paren. (space-in-parens)
(#7632) There should be no spaces inside this paren. (space-in-parens)
(#7632) There should be no spaces inside this paren. (space-in-parens)
(#7635) There should be no spaces inside this paren. (space-in-parens)
(#7635) There should be no spaces inside this paren. (space-in-parens)
(#7636) There should be no spaces inside this paren. (space-in-parens)
(#7636) There should be no spaces inside this paren. (space-in-parens)
(#7636) There should be no spaces inside this paren. (space-in-parens)
(#7636) There should be no spaces inside this paren. (space-in-parens)
(#7645) There should be no spaces inside this paren. (space-in-parens)
(#7645) There should be no spaces inside this paren. (space-in-parens)
(#7649) There should be no spaces inside this paren. (space-in-parens)
(#7649) There should be no spaces inside this paren. (space-in-parens)
(#7652) There should be no spaces inside this paren. (space-in-parens)
(#7652) There should be no spaces inside this paren. (space-in-parens)
(#7652) There should be no spaces inside this paren. (space-in-parens)
(#7652) There should be no spaces inside this paren. (space-in-parens)
(#7652) There should be no spaces inside this paren. (space-in-parens)
(#7652) There should be no spaces inside this paren. (space-in-parens)
(#7652) There should be no spaces inside this paren. (space-in-parens)
(#7652) There should be no spaces inside this paren. (space-in-parens)
(#7657) There should be no spaces inside this paren. (space-in-parens)
(#7657) There should be no spaces inside this paren. (space-in-parens)
(#7658) There should be no spaces inside this paren. (space-in-parens)
(#7658) There should be no spaces inside this paren. (space-in-parens)
(#7662) There should be no spaces inside this paren. (space-in-parens)
(#7662) There should be no spaces inside this paren. (space-in-parens)
(#7664) There should be no spaces inside this paren. (space-in-parens)
(#7664) There should be no space after '[' (computed-property-spacing)
(#7664) There should be no space before ']' (computed-property-spacing)
(#7664) There should be no spaces inside this paren. (space-in-parens)
(#7665) There should be no spaces inside this paren. (space-in-parens)
(#7665) There should be no space after '[' (computed-property-spacing)
(#7665) There should be no space before ']' (computed-property-spacing)
(#7665) There should be no spaces inside this paren. (space-in-parens)
(#7667) There should be no spaces inside this paren. (space-in-parens)
(#7667) There should be no space after '[' (computed-property-spacing)
(#7667) There should be no space before ']' (computed-property-spacing)
(#7667) There should be no spaces inside this paren. (space-in-parens)
(#7668) There should be no spaces inside this paren. (space-in-parens)
(#7668) There should be no space after '[' (computed-property-spacing)
(#7668) There should be no space before ']' (computed-property-spacing)
(#7668) There should be no spaces inside this paren. (space-in-parens)
(#7675) There should be no space after '[' (computed-property-spacing)
(#7675) There should be no space before ']' (computed-property-spacing)
(#7675) There should be no space after '[' (computed-property-spacing)
(#7675) There should be no space before ']' (computed-property-spacing)
(#7676) There should be no space after '[' (computed-property-spacing)
(#7676) There should be no space before ']' (computed-property-spacing)
(#7676) There should be no spaces inside this paren. (space-in-parens)
(#7676) There should be no space after '[' (computed-property-spacing)
(#7676) There should be no space before ']' (computed-property-spacing)
(#7676) There should be no spaces inside this paren. (space-in-parens)
(#7677) There should be no space after '[' (computed-property-spacing)
(#7677) There should be no space before ']' (computed-property-spacing)
(#7681) There should be no spaces inside this paren. (space-in-parens)
(#7681) There should be no spaces inside this paren. (space-in-parens)
(#7682) There should be no spaces inside this paren. (space-in-parens)
(#7682) There should be no space after '[' (computed-property-spacing)
(#7682) There should be no space before ']' (computed-property-spacing)
(#7682) There should be no spaces inside this paren. (space-in-parens)
(#7686) There should be no spaces inside this paren. (space-in-parens)
(#7686) There should be no spaces inside this paren. (space-in-parens)
(#7686) There should be no spaces inside this paren. (space-in-parens)
(#7686) There should be no spaces inside this paren. (space-in-parens)
(#7686) There should be no spaces inside this paren. (space-in-parens)
(#7686) There should be no spaces inside this paren. (space-in-parens)
(#7694) There should be no spaces inside this paren. (space-in-parens)
(#7694) There should be no space after '{' (object-curly-spacing)
(#7694) There should be no space before '}' (object-curly-spacing)
(#7694) There should be no spaces inside this paren. (space-in-parens)
(#7695) There should be no space after '[' (computed-property-spacing)
(#7695) There should be no space before ']' (computed-property-spacing)
(#7695) There should be no spaces inside this paren. (space-in-parens)
(#7695) There should be no space after '[' (computed-property-spacing)
(#7695) There should be no space before ']' (computed-property-spacing)
(#7695) There should be no spaces inside this paren. (space-in-parens)
(#7699) There should be no spaces inside this paren. (space-in-parens)
(#7699) There should be no spaces inside this paren. (space-in-parens)
(#7702) There should be no spaces inside this paren. (space-in-parens)
(#7702) There should be no spaces inside this paren. (space-in-parens)
(#7703) There should be no spaces inside this paren. (space-in-parens)
(#7703) There should be no spaces inside this paren. (space-in-parens)
(#7707) There should be no spaces inside this paren. (space-in-parens)
(#7707) There should be no spaces inside this paren. (space-in-parens)
(#7708) There should be no spaces inside this paren. (space-in-parens)
(#7708) There should be no space after '[' (array-bracket-spacing)
(#7708) There should be no space before ']' (array-bracket-spacing)
(#7708) There should be no spaces inside this paren. (space-in-parens)
(#7711) There should be no spaces inside this paren. (space-in-parens)
(#7711) There should be no spaces inside this paren. (space-in-parens)
(#7712) There should be no spaces inside this paren. (space-in-parens)
(#7712) Missing space before opening brace. (space-before-blocks)
(#7713) There should be no spaces inside this paren. (space-in-parens)
(#7713) There should be no spaces inside this paren. (space-in-parens)
(#7714) There should be no spaces inside this paren. (space-in-parens)
(#7719) There should be no spaces inside this paren. (space-in-parens)
(#7719) There should be no spaces inside this paren. (space-in-parens)
(#7722) There should be no spaces inside this paren. (space-in-parens)
(#7722) There should be no spaces inside this paren. (space-in-parens)
(#7723) There should be no spaces inside this paren. (space-in-parens)
(#7723) There should be no spaces inside this paren. (space-in-parens)
(#7736) There should be no spaces inside this paren. (space-in-parens)
(#7736) There should be no spaces inside this paren. (space-in-parens)
(#7738) There should be no spaces inside this paren. (space-in-parens)
(#7738) There should be no spaces inside this paren. (space-in-parens)
(#7740) There should be no spaces inside this paren. (space-in-parens)
(#7740) There should be no spaces inside this paren. (space-in-parens)
(#7741) There should be no space after '[' (computed-property-spacing)
(#7741) There should be no space before ']' (computed-property-spacing)
(#7741) There should be no spaces inside this paren. (space-in-parens)
(#7741) There should be no spaces inside this paren. (space-in-parens)
(#7741) There should be no spaces inside this paren. (space-in-parens)
(#7741) There should be no spaces inside this paren. (space-in-parens)
(#7745) There should be no spaces inside this paren. (space-in-parens)
(#7745) There should be no spaces inside this paren. (space-in-parens)
(#7750) There should be no spaces inside this paren. (space-in-parens)
(#7750) There should be no spaces inside this paren. (space-in-parens)
(#7750) There should be no spaces inside this paren. (space-in-parens)
(#7750) There should be no spaces inside this paren. (space-in-parens)
(#7750) There should be no spaces inside this paren. (space-in-parens)
(#7750) There should be no spaces inside this paren. (space-in-parens)
(#7750) There should be no spaces inside this paren. (space-in-parens)
(#7750) There should be no spaces inside this paren. (space-in-parens)
(#7752) There should be no spaces inside this paren. (space-in-parens)
(#7753) There should be no spaces inside this paren. (space-in-parens)
(#7753) There should be no spaces inside this paren. (space-in-parens)
(#7759) There should be no spaces inside this paren. (space-in-parens)
(#7759) There should be no spaces inside this paren. (space-in-parens)
(#7760) There should be no spaces inside this paren. (space-in-parens)
(#7760) There should be no space after '[' (computed-property-spacing)
(#7760) There should be no space before ']' (computed-property-spacing)
(#7760) There should be no spaces inside this paren. (space-in-parens)
(#7765) There should be no spaces inside this paren. (space-in-parens)
(#7765) There should be no spaces inside this paren. (space-in-parens)
(#7765) There should be no spaces inside this paren. (space-in-parens)
(#7765) There should be no spaces inside this paren. (space-in-parens)
(#7769) Missing JSDoc comment. (require-jsdoc)
(#7769) There should be no spaces inside this paren. (space-in-parens)
(#7769) There should be no spaces inside this paren. (space-in-parens)
(#7770) There should be no spaces inside this paren. (space-in-parens)
(#7770) There should be no spaces inside this paren. (space-in-parens)
(#7770) There should be no spaces inside this paren. (space-in-parens)
(#7770) There should be no spaces inside this paren. (space-in-parens)
(#7772) There should be no spaces inside this paren. (space-in-parens)
(#7772) There should be no spaces inside this paren. (space-in-parens)
(#7772) There should be no spaces inside this paren. (space-in-parens)
(#7773) There should be no spaces inside this paren. (space-in-parens)
(#7773) There should be no spaces inside this paren. (space-in-parens)
(#7773) There should be no spaces inside this paren. (space-in-parens)
(#7773) There should be no spaces inside this paren. (space-in-parens)
(#7775) There should be no spaces inside this paren. (space-in-parens)
(#7775) There should be no spaces inside this paren. (space-in-parens)
(#7785) There should be no spaces inside this paren. (space-in-parens)
(#7785) There should be no spaces inside this paren. (space-in-parens)
(#7785) There should be no spaces inside this paren. (space-in-parens)
(#7785) There should be no spaces inside this paren. (space-in-parens)
(#7789) There should be no spaces inside this paren. (space-in-parens)
(#7789) There should be no spaces inside this paren. (space-in-parens)
(#7789) There should be no spaces inside this paren. (space-in-parens)
(#7789) There should be no spaces inside this paren. (space-in-parens)
(#7791) There should be no spaces inside this paren. (space-in-parens)
(#7791) There should be no spaces inside this paren. (space-in-parens)
(#7792) There should be no spaces inside this paren. (space-in-parens)
(#7792) There should be no space after '[' (computed-property-spacing)
(#7792) There should be no space before ']' (computed-property-spacing)
(#7792) There should be no spaces inside this paren. (space-in-parens)
(#7797) There should be no spaces inside this paren. (space-in-parens)
(#7797) There should be no spaces inside this paren. (space-in-parens)
(#7819) Missing JSDoc comment. (require-jsdoc)
(#7819) Expected to return a value at the end of this function. (consistent-return)
(#7819) There should be no spaces inside this paren. (space-in-parens)
(#7819) There should be no spaces inside this paren. (space-in-parens)
(#7830) There should be no spaces inside this paren. (space-in-parens)
(#7830) There should be no spaces inside this paren. (space-in-parens)
(#7831) There should be no spaces inside this paren. (space-in-parens)
(#7831) There should be no spaces inside this paren. (space-in-parens)
(#7832) There should be no space after '[' (computed-property-spacing)
(#7832) There should be no space before ']' (computed-property-spacing)
(#7832) There should be no space after '[' (computed-property-spacing)
(#7832) There should be no space before ']' (computed-property-spacing)
(#7837) Expected space(s) after "while". (keyword-spacing)
(#7837) There should be no spaces inside this paren. (space-in-parens)
(#7837) There should be no space after '[' (computed-property-spacing)
(#7837) There should be no space before ']' (computed-property-spacing)
(#7837) There should be no spaces inside this paren. (space-in-parens)
(#7839) There should be no spaces inside this paren. (space-in-parens)
(#7839) There should be no spaces inside this paren. (space-in-parens)
(#7840) There should be no spaces inside this paren. (space-in-parens)
(#7840) There should be no spaces inside this paren. (space-in-parens)
(#7845) There should be no spaces inside this paren. (space-in-parens)
(#7845) There should be no spaces inside this paren. (space-in-parens)
(#7846) There should be no spaces inside this paren. (space-in-parens)
(#7846) There should be no spaces inside this paren. (space-in-parens)
(#7847) There should be no spaces inside this paren. (space-in-parens)
(#7847) There should be no space after '[' (computed-property-spacing)
(#7847) There should be no space before ']' (computed-property-spacing)
(#7847) There should be no space after '[' (computed-property-spacing)
(#7847) There should be no space before ']' (computed-property-spacing)
(#7847) There should be no spaces inside this paren. (space-in-parens)
(#7847) There should be no spaces inside this paren. (space-in-parens)
(#7847) There should be no spaces inside this paren. (space-in-parens)
(#7848) There should be no spaces inside this paren. (space-in-parens)
(#7848) There should be no spaces inside this paren. (space-in-parens)
(#7855) There should be no spaces inside this paren. (space-in-parens)
(#7855) There should be no space after '[' (computed-property-spacing)
(#7855) There should be no space before ']' (computed-property-spacing)
(#7855) There should be no spaces inside this paren. (space-in-parens)
(#7856) There should be no space after '[' (computed-property-spacing)
(#7856) There should be no space before ']' (computed-property-spacing)
(#7859) There should be no spaces inside this paren. (space-in-parens)
(#7859) There should be no spaces inside this paren. (space-in-parens)
(#7860) There should be no spaces inside this paren. (space-in-parens)
(#7860) There should be no space after '[' (computed-property-spacing)
(#7860) There should be no space before ']' (computed-property-spacing)
(#7860) There should be no space after '[' (computed-property-spacing)
(#7860) There should be no space before ']' (computed-property-spacing)
(#7860) There should be no spaces inside this paren. (space-in-parens)
(#7864) There should be no spaces inside this paren. (space-in-parens)
(#7864) There should be no spaces inside this paren. (space-in-parens)
(#7875) There should be no spaces inside this paren. (space-in-parens)
(#7875) There should be no spaces inside this paren. (space-in-parens)
(#7876) There should be no spaces inside this paren. (space-in-parens)
(#7876) There should be no space after '[' (computed-property-spacing)
(#7876) There should be no space before ']' (computed-property-spacing)
(#7876) There should be no spaces inside this paren. (space-in-parens)
(#7877) There should be no spaces inside this paren. (space-in-parens)
(#7877) There should be no spaces inside this paren. (space-in-parens)
(#7879) There should be no space after '[' (computed-property-spacing)
(#7879) There should be no space before ']' (computed-property-spacing)
(#7884) Missing JSDoc comment. (require-jsdoc)
(#7884) There should be no spaces inside this paren. (space-in-parens)
(#7884) There should be no spaces inside this paren. (space-in-parens)
(#7887) There should be no spaces inside this paren. (space-in-parens)
(#7887) There should be no spaces inside this paren. (space-in-parens)
(#7888) There should be no spaces inside this paren. (space-in-parens)
(#7888) There should be no spaces inside this paren. (space-in-parens)
(#7898) There should be no space after '[' (computed-property-spacing)
(#7898) There should be no space before ']' (computed-property-spacing)
(#7909) There should be no spaces inside this paren. (space-in-parens)
(#7909) There should be no spaces inside this paren. (space-in-parens)
(#7913) There should be no spaces inside this paren. (space-in-parens)
(#7913) There should be no spaces inside this paren. (space-in-parens)
(#7914) There should be no spaces inside this paren. (space-in-parens)
(#7914) There should be no spaces inside this paren. (space-in-parens)
(#7915) There should be no spaces inside this paren. (space-in-parens)
(#7915) There should be no spaces inside this paren. (space-in-parens)
(#7916) There should be no space after '[' (computed-property-spacing)
(#7916) There should be no space before ']' (computed-property-spacing)
(#7916) There should be no space after '[' (computed-property-spacing)
(#7916) There should be no space before ']' (computed-property-spacing)
(#7923) There should be no space after '[' (computed-property-spacing)
(#7923) There should be no space before ']' (computed-property-spacing)
(#7926) There should be no spaces inside this paren. (space-in-parens)
(#7926) There should be no spaces inside this paren. (space-in-parens)
(#7929) There should be no spaces inside this paren. (space-in-parens)
(#7929) There should be no spaces inside this paren. (space-in-parens)
(#7933) There should be no space after '[' (computed-property-spacing)
(#7933) There should be no space before ']' (computed-property-spacing)
(#7933) There should be no space after '[' (computed-property-spacing)
(#7933) There should be no space before ']' (computed-property-spacing)
(#7936) There should be no spaces inside this paren. (space-in-parens)
(#7936) There should be no spaces inside this paren. (space-in-parens)
(#7938) There should be no spaces inside this paren. (space-in-parens)
(#7938) There should be no spaces inside this paren. (space-in-parens)
(#7939) There should be no spaces inside this paren. (space-in-parens)
(#7939) There should be no spaces inside this paren. (space-in-parens)
(#7940) Blocks are nested too deeply (5). (max-depth)
(#7940) There should be no spaces inside this paren. (space-in-parens)
(#7940) There should be no space after '[' (computed-property-spacing)
(#7940) There should be no space before ']' (computed-property-spacing)
(#7940) There should be no space after '[' (computed-property-spacing)
(#7940) There should be no space before ']' (computed-property-spacing)
(#7940) There should be no spaces inside this paren. (space-in-parens)
(#7941) There should be no space after '[' (computed-property-spacing)
(#7941) There should be no space before ']' (computed-property-spacing)
(#7942) Blocks are nested too deeply (6). (max-depth)
(#7942) There should be no spaces inside this paren. (space-in-parens)
(#7942) There should be no spaces inside this paren. (space-in-parens)
(#7943) There should be no space after '[' (computed-property-spacing)
(#7943) There should be no space before ']' (computed-property-spacing)
(#7944) Blocks are nested too deeply (7). (max-depth)
(#7944) There should be no spaces inside this paren. (space-in-parens)
(#7944) There should be no spaces inside this paren. (space-in-parens)
(#7946) There should be no spaces inside this paren. (space-in-parens)
(#7946) There should be no spaces inside this paren. (space-in-parens)
(#7955) There should be no spaces inside this paren. (space-in-parens)
(#7955) There should be no spaces inside this paren. (space-in-parens)
(#7955) There should be no spaces inside this paren. (space-in-parens)
(#7955) There should be no spaces inside this paren. (space-in-parens)
(#7956) There should be no spaces inside this paren. (space-in-parens)
(#7956) A space is required after ','. (comma-spacing)
(#7956) There should be no spaces inside this paren. (space-in-parens)
(#7959) There should be no spaces inside this paren. (space-in-parens)
(#7959) There should be no spaces inside this paren. (space-in-parens)
(#7961) There should be no spaces inside this paren. (space-in-parens)
(#7961) There should be no spaces inside this paren. (space-in-parens)
(#7961) There should be no spaces inside this paren. (space-in-parens)
(#7961) There should be no spaces inside this paren. (space-in-parens)
(#7970) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#7972) Unnecessary escape character: \= (no-useless-escape)
(#7978) There should be no spaces inside this paren. (space-in-parens)
(#7978) There should be no spaces inside this paren. (space-in-parens)
(#7983) There should be no spaces inside this paren. (space-in-parens)
(#7983) Expected to return a value at the end of this function. (consistent-return)
(#7983) There should be no spaces inside this paren. (space-in-parens)
(#7983) There should be no spaces inside this paren. (space-in-parens)
(#7985) There should be no spaces inside this paren. (space-in-parens)
(#7985) There should be no spaces inside this paren. (space-in-parens)
(#7985) There should be no spaces inside this paren. (space-in-parens)
(#7985) There should be no spaces inside this paren. (space-in-parens)
(#7987) There should be no spaces inside this paren. (space-in-parens)
(#7987) There should be no space after '[' (computed-property-spacing)
(#7987) There should be no space before ']' (computed-property-spacing)
(#7988) There should be no spaces inside this paren. (space-in-parens)
(#7988) There should be no spaces inside this paren. (space-in-parens)
(#7988) There should be no spaces inside this paren. (space-in-parens)
(#7989) There should be no spaces inside this paren. (space-in-parens)
(#7989) There should be no spaces inside this paren. (space-in-parens)
(#7989) There should be no spaces inside this paren. (space-in-parens)
(#7989) There should be no spaces inside this paren. (space-in-parens)
(#7993) There should be no spaces inside this paren. (space-in-parens)
(#7993) There should be no spaces inside this paren. (space-in-parens)
(#7994) There should be no space after '[' (computed-property-spacing)
(#7994) There should be no space before ']' (computed-property-spacing)
(#7999) There should be no spaces inside this paren. (space-in-parens)
(#7999) There should be no spaces inside this paren. (space-in-parens)
(#8000) There should be no spaces inside this paren. (space-in-parens)
(#8000) There should be no spaces inside this paren. (space-in-parens)
(#8001) There should be no spaces inside this paren. (space-in-parens)
(#8001) There should be no spaces inside this paren. (space-in-parens)
(#8002) There should be no spaces inside this paren. (space-in-parens)
(#8002) There should be no spaces inside this paren. (space-in-parens)
(#8003) There should be no spaces inside this paren. (space-in-parens)
(#8003) There should be no spaces inside this paren. (space-in-parens)
(#8005) There should be no spaces inside this paren. (space-in-parens)
(#8005) There should be no spaces inside this paren. (space-in-parens)
(#8007) There should be no spaces inside this paren. (space-in-parens)
(#8007) There should be no spaces inside this paren. (space-in-parens)
(#8016) There should be no space after '[' (computed-property-spacing)
(#8016) There should be no space before ']' (computed-property-spacing)
(#8016) There should be no spaces inside this paren. (space-in-parens)
(#8016) There should be no spaces inside this paren. (space-in-parens)
(#8017) There should be no space after '[' (array-bracket-spacing)
(#8017) There should be no space before ']' (array-bracket-spacing)
(#8023) There should be no space after '[' (computed-property-spacing)
(#8023) There should be no space before ']' (computed-property-spacing)
(#8025) There should be no spaces inside this paren. (space-in-parens)
(#8025) There should be no spaces inside this paren. (space-in-parens)
(#8025) There should be no spaces inside this paren. (space-in-parens)
(#8025) There should be no spaces inside this paren. (space-in-parens)
(#8026) There should be no space after '[' (computed-property-spacing)
(#8026) There should be no space before ']' (computed-property-spacing)
(#8026) There should be no spaces inside this paren. (space-in-parens)
(#8026) There should be no space after '[' (computed-property-spacing)
(#8026) There should be no space before ']' (computed-property-spacing)
(#8026) There should be no spaces inside this paren. (space-in-parens)
(#8032) There should be no spaces inside this paren. (space-in-parens)
(#8032) There should be no spaces inside this paren. (space-in-parens)
(#8033) There should be no spaces inside this paren. (space-in-parens)
(#8033) There should be no spaces inside this paren. (space-in-parens)
(#8035) There should be no space after '[' (computed-property-spacing)
(#8035) There should be no space before ']' (computed-property-spacing)
(#8039) There should be no space after '[' (computed-property-spacing)
(#8039) There should be no space before ']' (computed-property-spacing)
(#8048) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#8058) There should be no spaces inside this paren. (space-in-parens)
(#8058) There should be no spaces inside this paren. (space-in-parens)
(#8059) There should be no spaces inside this paren. (space-in-parens)
(#8059) There should be no spaces inside this paren. (space-in-parens)
(#8066) There should be no spaces inside this paren. (space-in-parens)
(#8066) There should be no spaces inside this paren. (space-in-parens)
(#8066) There should be no spaces inside this paren. (space-in-parens)
(#8067) There should be no spaces inside this paren. (space-in-parens)
(#8067) There should be no spaces inside this paren. (space-in-parens)
(#8070) There should be no spaces inside this paren. (space-in-parens)
(#8070) There should be no spaces inside this paren. (space-in-parens)
(#8077) There should be no spaces inside this paren. (space-in-parens)
(#8077) Expected to return a value at the end of this function. (consistent-return)
(#8080) There should be no spaces inside this paren. (space-in-parens)
(#8080) There should be no spaces inside this paren. (space-in-parens)
(#8083) There should be no spaces inside this paren. (space-in-parens)
(#8083) There should be no spaces inside this paren. (space-in-parens)
(#8087) There should be no spaces inside this paren. (space-in-parens)
(#8087) There should be no spaces inside this paren. (space-in-parens)
(#8089) There should be no spaces inside this paren. (space-in-parens)
(#8089) There should be no spaces inside this paren. (space-in-parens)
(#8093) There should be no spaces inside this paren. (space-in-parens)
(#8093) There should be no spaces inside this paren. (space-in-parens)
(#8100) There should be no spaces inside this paren. (space-in-parens)
(#8100) There should be no spaces inside this paren. (space-in-parens)
(#8102) There should be no spaces inside this paren. (space-in-parens)
(#8102) There should be no spaces inside this paren. (space-in-parens)
(#8102) There should be no spaces inside this paren. (space-in-parens)
(#8102) There should be no spaces inside this paren. (space-in-parens)
(#8108) There should be no spaces inside this paren. (space-in-parens)
(#8108) There should be no spaces inside this paren. (space-in-parens)
(#8109) There should be no spaces inside this paren. (space-in-parens)
(#8109) There should be no spaces inside this paren. (space-in-parens)
(#8116) There should be no spaces inside this paren. (space-in-parens)
(#8116) There should be no spaces inside this paren. (space-in-parens)
(#8117) There should be no spaces inside this paren. (space-in-parens)
(#8117) There should be no spaces inside this paren. (space-in-parens)
(#8123) There should be no spaces inside this paren. (space-in-parens)
(#8123) There should be no spaces inside this paren. (space-in-parens)
(#8127) There should be no spaces inside this paren. (space-in-parens)
(#8127) There should be no spaces inside this paren. (space-in-parens)
(#8128) There should be no spaces inside this paren. (space-in-parens)
(#8128) There should be no spaces inside this paren. (space-in-parens)
(#8137) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#8141) There should be no spaces inside this paren. (space-in-parens)
(#8141) There should be no spaces inside this paren. (space-in-parens)
(#8142) There should be no space after '[' (computed-property-spacing)
(#8142) There should be no space before ']' (computed-property-spacing)
(#8142) There should be no spaces inside this paren. (space-in-parens)
(#8142) There should be no spaces inside this paren. (space-in-parens)
(#8149) Missing JSDoc comment. (require-jsdoc)
(#8149) Expected to return a value at the end of this function. (consistent-return)
(#8152) Expected space(s) after "catch". (keyword-spacing)
(#8152) There should be no spaces inside this paren. (space-in-parens)
(#8152) There should be no spaces inside this paren. (space-in-parens)
(#8152) Empty block statement. (no-empty)
(#8155) Missing JSDoc comment. (require-jsdoc)
(#8155) Expected to return a value at the end of this function. (consistent-return)
(#8157) There should be no spaces inside this paren. (space-in-parens)
(#8157) There should be no spaces inside this paren. (space-in-parens)
(#8158) Expected space(s) after "catch". (keyword-spacing)
(#8158) There should be no spaces inside this paren. (space-in-parens)
(#8158) There should be no spaces inside this paren. (space-in-parens)
(#8158) Empty block statement. (no-empty)
(#8177) There should be no spaces inside this paren. (space-in-parens)
(#8177) There should be no spaces inside this paren. (space-in-parens)
(#8178) There should be no spaces inside this paren. (space-in-parens)
(#8180) There should be no spaces inside this paren. (space-in-parens)
(#8180) There should be no spaces inside this paren. (space-in-parens)
(#8182) There should be no spaces inside this paren. (space-in-parens)
(#8182) There should be no spaces inside this paren. (space-in-parens)
(#8185) There should be no spaces inside this paren. (space-in-parens)
(#8185) There should be no spaces inside this paren. (space-in-parens)
(#8187) Expected to return a value at the end of this function. (consistent-return)
(#8187) There should be no spaces inside this paren. (space-in-parens)
(#8187) There should be no spaces inside this paren. (space-in-parens)
(#8189) There should be no spaces inside this paren. (space-in-parens)
(#8189) There should be no spaces inside this paren. (space-in-parens)
(#8194) There should be no spaces inside this paren. (space-in-parens)
(#8194) There should be no spaces inside this paren. (space-in-parens)
(#8203) There should be no spaces inside this paren. (space-in-parens)
(#8203) There should be no spaces inside this paren. (space-in-parens)
(#8204) There should be no spaces inside this paren. (space-in-parens)
(#8204) There should be no spaces inside this paren. (space-in-parens)
(#8206) There should be no spaces inside this paren. (space-in-parens)
(#8206) There should be no spaces inside this paren. (space-in-parens)
(#8210) There should be no spaces inside this paren. (space-in-parens)
(#8210) There should be no spaces inside this paren. (space-in-parens)
(#8211) There should be no spaces inside this paren. (space-in-parens)
(#8211) There should be no spaces inside this paren. (space-in-parens)
(#8212) There should be no space after '[' (computed-property-spacing)
(#8212) There should be no space before ']' (computed-property-spacing)
(#8212) There should be no space after '[' (computed-property-spacing)
(#8212) There should be no space before ']' (computed-property-spacing)
(#8217) There should be no spaces inside this paren. (space-in-parens)
(#8217) There should be no spaces inside this paren. (space-in-parens)
(#8218) There should be no spaces inside this paren. (space-in-parens)
(#8218) There should be no spaces inside this paren. (space-in-parens)
(#8226) There should be no spaces inside this paren. (space-in-parens)
(#8226) There should be no spaces inside this paren. (space-in-parens)
(#8227) There should be no space after '[' (computed-property-spacing)
(#8227) There should be no space before ']' (computed-property-spacing)
(#8232) There should be no spaces inside this paren. (space-in-parens)
(#8232) There should be no spaces inside this paren. (space-in-parens)
(#8233) There should be no spaces inside this paren. (space-in-parens)
(#8233) There should be no space after '[' (computed-property-spacing)
(#8233) There should be no space before ']' (computed-property-spacing)
(#8233) There should be no spaces inside this paren. (space-in-parens)
(#8235) Expected space(s) after "catch". (keyword-spacing)
(#8235) There should be no spaces inside this paren. (space-in-parens)
(#8235) There should be no spaces inside this paren. (space-in-parens)
(#8235) Empty block statement. (no-empty)
(#8240) There should be no spaces inside this paren. (space-in-parens)
(#8240) There should be no spaces inside this paren. (space-in-parens)
(#8240) There should be no spaces inside this paren. (space-in-parens)
(#8240) There should be no spaces inside this paren. (space-in-parens)
(#8243) There should be no spaces inside this paren. (space-in-parens)
(#8243) There should be no spaces inside this paren. (space-in-parens)
(#8253) Line 8253 exceeds the maximum line length of 132. (max-len)
(#8257) There should be no spaces inside this paren. (space-in-parens)
(#8257) There should be no spaces inside this paren. (space-in-parens)
(#8257) There should be no spaces inside this paren. (space-in-parens)
(#8257) There should be no spaces inside this paren. (space-in-parens)
(#8263) There should be no spaces inside this paren. (space-in-parens)
(#8263) There should be no spaces inside this paren. (space-in-parens)
(#8265) There should be no spaces inside this paren. (space-in-parens)
(#8265) There should be no spaces inside this paren. (space-in-parens)
(#8266) There should be no space after '[' (computed-property-spacing)
(#8266) There should be no space before ']' (computed-property-spacing)
(#8271) There should be no spaces inside this paren. (space-in-parens)
(#8271) There should be no spaces inside this paren. (space-in-parens)
(#8273) There should be no spaces inside this paren. (space-in-parens)
(#8273) There should be no spaces inside this paren. (space-in-parens)
(#8283) There should be no spaces inside this paren. (space-in-parens)
(#8283) There should be no spaces inside this paren. (space-in-parens)
(#8291) Expected space(s) after "catch". (keyword-spacing)
(#8291) There should be no spaces inside this paren. (space-in-parens)
(#8291) There should be no spaces inside this paren. (space-in-parens)
(#8291) Empty block statement. (no-empty)
(#8298) Expected space(s) after "catch". (keyword-spacing)
(#8298) There should be no spaces inside this paren. (space-in-parens)
(#8298) There should be no spaces inside this paren. (space-in-parens)
(#8308) There should be no spaces inside this paren. (space-in-parens)
(#8308) There should be no spaces inside this paren. (space-in-parens)
(#8311) There should be no spaces inside this paren. (space-in-parens)
(#8311) There should be no spaces inside this paren. (space-in-parens)
(#8316) Expected space(s) after "catch". (keyword-spacing)
(#8316) There should be no spaces inside this paren. (space-in-parens)
(#8316) There should be no spaces inside this paren. (space-in-parens)
(#8317) There should be no spaces inside this paren. (space-in-parens)
(#8317) There should be no spaces inside this paren. (space-in-parens)
(#8318) There should be no spaces inside this paren. (space-in-parens)
(#8318) There should be no spaces inside this paren. (space-in-parens)
(#8323) There should be no spaces inside this paren. (space-in-parens)
(#8323) There should be no spaces inside this paren. (space-in-parens)
(#8324) There should be no spaces inside this paren. (space-in-parens)
(#8324) There should be no spaces inside this paren. (space-in-parens)
(#8331) There should be no spaces inside this paren. (space-in-parens)
(#8331) There should be no spaces inside this paren. (space-in-parens)
(#8335) There should be no spaces inside this paren. (space-in-parens)
(#8335) There should be no spaces inside this paren. (space-in-parens)
(#8338) There should be no spaces inside this paren. (space-in-parens)
(#8338) There should be no spaces inside this paren. (space-in-parens)
(#8340) There should be no spaces inside this paren. (space-in-parens)
(#8340) There should be no spaces inside this paren. (space-in-parens)
(#8340) There should be no spaces inside this paren. (space-in-parens)
(#8340) There should be no spaces inside this paren. (space-in-parens)
(#8343) There should be no space after '[' (computed-property-spacing)
(#8343) There should be no space before ']' (computed-property-spacing)
(#8350) There should be no spaces inside this paren. (space-in-parens)
(#8350) There should be no spaces inside this paren. (space-in-parens)
(#8351) A space is required after ','. (comma-spacing)
(#8361) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#8369) There should be no space after '[' (array-bracket-spacing)
(#8369) There should be no space before ']' (array-bracket-spacing)
(#8371) There should be no space after '[' (array-bracket-spacing)
(#8371) There should be no space before ']' (array-bracket-spacing)
(#8373) There should be no space after '[' (array-bracket-spacing)
(#8373) There should be no space before ']' (array-bracket-spacing)
(#8378) There should be no spaces inside this paren. (space-in-parens)
(#8378) There should be no spaces inside this paren. (space-in-parens)
(#8381) There should be no spaces inside this paren. (space-in-parens)
(#8381) There should be no spaces inside this paren. (space-in-parens)
(#8382) There should be no spaces inside this paren. (space-in-parens)
(#8382) There should be no spaces inside this paren. (space-in-parens)
(#8385) There should be no spaces inside this paren. (space-in-parens)
(#8385) There should be no spaces inside this paren. (space-in-parens)
(#8386) There should be no space after '[' (computed-property-spacing)
(#8386) There should be no space before ']' (computed-property-spacing)
(#8388) There should be no spaces inside this paren. (space-in-parens)
(#8388) There should be no spaces inside this paren. (space-in-parens)
(#8393) There should be no spaces inside this paren. (space-in-parens)
(#8393) There should be no spaces inside this paren. (space-in-parens)
(#8400) There should be no spaces inside this paren. (space-in-parens)
(#8401) There should be no spaces inside this paren. (space-in-parens)
(#8401) There should be no spaces inside this paren. (space-in-parens)
(#8401) There should be no spaces inside this paren. (space-in-parens)
(#8402) There should be no spaces inside this paren. (space-in-parens)
(#8402) There should be no spaces inside this paren. (space-in-parens)
(#8409) There should be no spaces inside this paren. (space-in-parens)
(#8409) 'i' used outside of binding context. (block-scoped-var)
(#8409) 'i' used outside of binding context. (block-scoped-var)
(#8409) 'j' used outside of binding context. (block-scoped-var)
(#8409) 'i' used outside of binding context. (block-scoped-var)
(#8409) There should be no spaces inside this paren. (space-in-parens)
(#8410) There should be no space after '[' (computed-property-spacing)
(#8410) 'i' used outside of binding context. (block-scoped-var)
(#8410) There should be no space before ']' (computed-property-spacing)
(#8412) There should be no spaces inside this paren. (space-in-parens)
(#8412) There should be no spaces inside this paren. (space-in-parens)
(#8415) There should be no spaces inside this paren. (space-in-parens)
(#8415) There should be no spaces inside this paren. (space-in-parens)
(#8416) There should be no spaces inside this paren. (space-in-parens)
(#8416) There should be no spaces inside this paren. (space-in-parens)
(#8425) There should be no spaces inside this paren. (space-in-parens)
(#8425) There should be no spaces inside this paren. (space-in-parens)
(#8426) There should be no spaces inside this paren. (space-in-parens)
(#8426) There should be no spaces inside this paren. (space-in-parens)
(#8427) There should be no spaces inside this paren. (space-in-parens)
(#8434) There should be no spaces inside this paren. (space-in-parens)
(#8434) There should be no spaces inside this paren. (space-in-parens)
(#8436) There should be no spaces inside this paren. (space-in-parens)
(#8436) There should be no spaces inside this paren. (space-in-parens)
(#8437) There should be no spaces inside this paren. (space-in-parens)
(#8437) There should be no spaces inside this paren. (space-in-parens)
(#8439) There should be no spaces inside this paren. (space-in-parens)
(#8439) There should be no spaces inside this paren. (space-in-parens)
(#8439) There should be no spaces inside this paren. (space-in-parens)
(#8439) There should be no spaces inside this paren. (space-in-parens)
(#8440) There should be no spaces inside this paren. (space-in-parens)
(#8440) There should be no spaces inside this paren. (space-in-parens)
(#8447) There should be no spaces inside this paren. (space-in-parens)
(#8447) There should be no spaces inside this paren. (space-in-parens)
(#8448) There should be no spaces inside this paren. (space-in-parens)
(#8448) There should be no spaces inside this paren. (space-in-parens)
(#8460) There should be no spaces inside this paren. (space-in-parens)
(#8460) There should be no spaces inside this paren. (space-in-parens)
(#8463) There should be no spaces inside this paren. (space-in-parens)
(#8463) There should be no spaces inside this paren. (space-in-parens)
(#8464) There should be no spaces inside this paren. (space-in-parens)
(#8464) There should be no spaces inside this paren. (space-in-parens)
(#8466) There should be no spaces inside this paren. (space-in-parens)
(#8466) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#8466) There should be no spaces inside this paren. (space-in-parens)
(#8469) There should be no space after '[' (computed-property-spacing)
(#8469) There should be no space before ']' (computed-property-spacing)
(#8479) There should be no spaces inside this paren. (space-in-parens)
(#8479) There should be no spaces inside this paren. (space-in-parens)
(#8484) There should be no spaces inside this paren. (space-in-parens)
(#8484) There should be no spaces inside this paren. (space-in-parens)
(#8485) There should be no spaces inside this paren. (space-in-parens)
(#8485) There should be no spaces inside this paren. (space-in-parens)
(#8487) There should be no spaces inside this paren. (space-in-parens)
(#8487) There should be no spaces inside this paren. (space-in-parens)
(#8487) There should be no spaces inside this paren. (space-in-parens)
(#8487) There should be no spaces inside this paren. (space-in-parens)
(#8488) There should be no spaces inside this paren. (space-in-parens)
(#8488) There should be no space after '[' (array-bracket-spacing)
(#8488) There should be no space before ']' (array-bracket-spacing)
(#8488) There should be no spaces inside this paren. (space-in-parens)
(#8492) There should be no spaces inside this paren. (space-in-parens)
(#8492) There should be no spaces inside this paren. (space-in-parens)
(#8494) Missing JSDoc comment. (require-jsdoc)
(#8494) Function 'doAnimation' has a complexity of 34. (complexity)
(#8498) There should be no spaces inside this paren. (space-in-parens)
(#8498) There should be no spaces inside this paren. (space-in-parens)
(#8499) There should be no spaces inside this paren. (space-in-parens)
(#8499) There should be no spaces inside this paren. (space-in-parens)
(#8502) There should be no spaces inside this paren. (space-in-parens)
(#8502) There should be no spaces inside this paren. (space-in-parens)
(#8513) There should be no spaces inside this paren. (space-in-parens)
(#8513) There should be no spaces inside this paren. (space-in-parens)
(#8514) There should be no spaces inside this paren. (space-in-parens)
(#8514) There should be no spaces inside this paren. (space-in-parens)
(#8515) There should be no spaces inside this paren. (space-in-parens)
(#8515) There should be no spaces inside this paren. (space-in-parens)
(#8516) There should be no space after '[' (computed-property-spacing)
(#8516) There should be no space before ']' (computed-property-spacing)
(#8516) There should be no space after '[' (computed-property-spacing)
(#8516) There should be no space before ']' (computed-property-spacing)
(#8517) There should be no space after '[' (computed-property-spacing)
(#8517) There should be no space before ']' (computed-property-spacing)
(#8520) There should be no spaces inside this paren. (space-in-parens)
(#8520) There should be no spaces inside this paren. (space-in-parens)
(#8520) There should be no space after '[' (computed-property-spacing)
(#8520) There should be no space before ']' (computed-property-spacing)
(#8520) There should be no spaces inside this paren. (space-in-parens)
(#8520) There should be no spaces inside this paren. (space-in-parens)
(#8521) There should be no spaces inside this paren. (space-in-parens)
(#8521) There should be no space after '[' (computed-property-spacing)
(#8521) There should be no space before ']' (computed-property-spacing)
(#8521) There should be no spaces inside this paren. (space-in-parens)
(#8522) There should be no space after '[' (computed-property-spacing)
(#8522) There should be no space before ']' (computed-property-spacing)
(#8526) There should be no spaces inside this paren. (space-in-parens)
(#8526) There should be no spaces inside this paren. (space-in-parens)
(#8527) There should be no spaces inside this paren. (space-in-parens)
(#8527) Unexpected space after unary operator '!'. (space-unary-ops)
(#8527) There should be no spaces inside this paren. (space-in-parens)
(#8527) There should be no spaces inside this paren. (space-in-parens)
(#8527) There should be no spaces inside this paren. (space-in-parens)
(#8528) There should be no space after '[' (computed-property-spacing)
(#8528) There should be no space before ']' (computed-property-spacing)
(#8528) There should be no space after '[' (computed-property-spacing)
(#8528) There should be no space before ']' (computed-property-spacing)
(#8534) There should be no spaces inside this paren. (space-in-parens)
(#8534) There should be no spaces inside this paren. (space-in-parens)
(#8535) There should be no space after '[' (computed-property-spacing)
(#8535) There should be no space before ']' (computed-property-spacing)
(#8537) There should be no spaces inside this paren. (space-in-parens)
(#8537) There should be no spaces inside this paren. (space-in-parens)
(#8537) There should be no spaces inside this paren. (space-in-parens)
(#8537) There should be no spaces inside this paren. (space-in-parens)
(#8538) There should be no space after '[' (computed-property-spacing)
(#8538) There should be no space before ']' (computed-property-spacing)
(#8538) There should be no space after '[' (computed-property-spacing)
(#8538) There should be no space before ']' (computed-property-spacing)
(#8539) There should be no space after '[' (computed-property-spacing)
(#8539) There should be no space before ']' (computed-property-spacing)
(#8539) There should be no space after '[' (computed-property-spacing)
(#8539) There should be no space before ']' (computed-property-spacing)
(#8541) There should be no space after '[' (computed-property-spacing)
(#8541) There should be no space before ']' (computed-property-spacing)
(#8541) There should be no space after '[' (computed-property-spacing)
(#8541) There should be no space before ']' (computed-property-spacing)
(#8544) There should be no spaces inside this paren. (space-in-parens)
(#8544) There should be no spaces inside this paren. (space-in-parens)
(#8545) There should be no spaces inside this paren. (space-in-parens)
(#8545) There should be no spaces inside this paren. (space-in-parens)
(#8548) There should be no spaces inside this paren. (space-in-parens)
(#8548) There should be no spaces inside this paren. (space-in-parens)
(#8548) There should be no spaces inside this paren. (space-in-parens)
(#8548) There should be no spaces inside this paren. (space-in-parens)
(#8553) There should be no space after '[' (array-bracket-spacing)
(#8553) There should be no space before ']' (array-bracket-spacing)
(#8557) There should be no spaces inside this paren. (space-in-parens)
(#8557) There should be no spaces inside this paren. (space-in-parens)
(#8557) There should be no spaces inside this paren. (space-in-parens)
(#8558) There should be no spaces inside this paren. (space-in-parens)
(#8558) There should be no spaces inside this paren. (space-in-parens)
(#8558) There should be no spaces inside this paren. (space-in-parens)
(#8562) There should be no spaces inside this paren. (space-in-parens)
(#8562) There should be no spaces inside this paren. (space-in-parens)
(#8562) There should be no spaces inside this paren. (space-in-parens)
(#8562) There should be no spaces inside this paren. (space-in-parens)
(#8572) There should be no spaces inside this paren. (space-in-parens)
(#8572) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#8572) There should be no spaces inside this paren. (space-in-parens)
(#8576) There should be no spaces inside this paren. (space-in-parens)
(#8576) There should be no spaces inside this paren. (space-in-parens)
(#8577) There should be no spaces inside this paren. (space-in-parens)
(#8577) There should be no spaces inside this paren. (space-in-parens)
(#8578) There should be no space after '[' (computed-property-spacing)
(#8578) There should be no space before ']' (computed-property-spacing)
(#8580) There should be no spaces inside this paren. (space-in-parens)
(#8580) There should be no spaces inside this paren. (space-in-parens)
(#8580) There should be no spaces inside this paren. (space-in-parens)
(#8580) There should be no spaces inside this paren. (space-in-parens)
(#8584) There should be no spaces inside this paren. (space-in-parens)
(#8584) There should be no spaces inside this paren. (space-in-parens)
(#8584) There should be no spaces inside this paren. (space-in-parens)
(#8584) Do not nest ternary expressions (no-nested-ternary)
(#8584) There should be no spaces inside this paren. (space-in-parens)
(#8585) There should be no spaces inside this paren. (space-in-parens)
(#8585) There should be no spaces inside this paren. (space-in-parens)
(#8586) There should be no spaces inside this paren. (space-in-parens)
(#8586) There should be no spaces inside this paren. (space-in-parens)
(#8587) There should be no space after '[' (computed-property-spacing)
(#8587) There should be no space before ']' (computed-property-spacing)
(#8589) There should be no space after '[' (computed-property-spacing)
(#8589) There should be no space before ']' (computed-property-spacing)
(#8593) There should be no spaces inside this paren. (space-in-parens)
(#8593) There should be no spaces inside this paren. (space-in-parens)
(#8596) There should be no spaces inside this paren. (space-in-parens)
(#8596) There should be no spaces inside this paren. (space-in-parens)
(#8597) There should be no spaces inside this paren. (space-in-parens)
(#8597) There should be no spaces inside this paren. (space-in-parens)
(#8598) There should be no spaces inside this paren. (space-in-parens)
(#8598) There should be no space after '[' (computed-property-spacing)
(#8598) There should be no space before ']' (computed-property-spacing)
(#8598) There should be no spaces inside this paren. (space-in-parens)
(#8601) There should be no spaces inside this paren. (space-in-parens)
(#8601) There should be no spaces inside this paren. (space-in-parens)
(#8602) There should be no spaces inside this paren. (space-in-parens)
(#8603) There should be no spaces inside this paren. (space-in-parens)
(#8603) There should be no spaces inside this paren. (space-in-parens)
(#8604) There should be no spaces inside this paren. (space-in-parens)
(#8608) There should be no spaces inside this paren. (space-in-parens)
(#8608) There should be no spaces inside this paren. (space-in-parens)
(#8609) There should be no spaces inside this paren. (space-in-parens)
(#8609) There should be no space after '[' (computed-property-spacing)
(#8609) There should be no space before ']' (computed-property-spacing)
(#8609) There should be no spaces inside this paren. (space-in-parens)
(#8612) There should be no spaces inside this paren. (space-in-parens)
(#8612) There should be no spaces inside this paren. (space-in-parens)
(#8615) There should be no spaces inside this paren. (space-in-parens)
(#8615) There should be no spaces inside this paren. (space-in-parens)
(#8625) There should be no spaces inside this paren. (space-in-parens)
(#8625) There should be no spaces inside this paren. (space-in-parens)
(#8626) There should be no spaces inside this paren. (space-in-parens)
(#8626) There should be no spaces inside this paren. (space-in-parens)
(#8629) There should be no spaces inside this paren. (space-in-parens)
(#8629) There should be no spaces inside this paren. (space-in-parens)
(#8630) There should be no spaces inside this paren. (space-in-parens)
(#8630) There should be no spaces inside this paren. (space-in-parens)
(#8635) There should be no spaces inside this paren. (space-in-parens)
(#8635) There should be no spaces inside this paren. (space-in-parens)
(#8636) There should be no spaces inside this paren. (space-in-parens)
(#8636) There should be no spaces inside this paren. (space-in-parens)
(#8643) There should be no spaces inside this paren. (space-in-parens)
(#8643) There should be no spaces inside this paren. (space-in-parens)
(#8646) There should be no spaces inside this paren. (space-in-parens)
(#8646) There should be no spaces inside this paren. (space-in-parens)
(#8647) There should be no spaces inside this paren. (space-in-parens)
(#8647) There should be no spaces inside this paren. (space-in-parens)
(#8650) Missing JSDoc comment. (require-jsdoc)
(#8650) There should be no spaces inside this paren. (space-in-parens)
(#8650) There should be no spaces inside this paren. (space-in-parens)
(#8651) There should be no space after '[' (computed-property-spacing)
(#8651) There should be no space before ']' (computed-property-spacing)
(#8652) There should be no spaces inside this paren. (space-in-parens)
(#8652) There should be no spaces inside this paren. (space-in-parens)
(#8653) There should be no spaces inside this paren. (space-in-parens)
(#8653) There should be no spaces inside this paren. (space-in-parens)
(#8656) There should be no spaces inside this paren. (space-in-parens)
(#8656) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#8656) There should be no spaces inside this paren. (space-in-parens)
(#8657) There should be no spaces inside this paren. (space-in-parens)
(#8657) There should be no spaces inside this paren. (space-in-parens)
(#8658) There should be no spaces inside this paren. (space-in-parens)
(#8658) There should be no space after '[' (computed-property-spacing)
(#8658) There should be no space before ']' (computed-property-spacing)
(#8658) There should be no space after '[' (computed-property-spacing)
(#8658) There should be no space before ']' (computed-property-spacing)
(#8658) There should be no spaces inside this paren. (space-in-parens)
(#8659) There should be no spaces inside this paren. (space-in-parens)
(#8659) There should be no spaces inside this paren. (space-in-parens)
(#8662) There should be no spaces inside this paren. (space-in-parens)
(#8662) There should be no space after '[' (computed-property-spacing)
(#8662) There should be no space before ']' (computed-property-spacing)
(#8662) There should be no space after '[' (computed-property-spacing)
(#8662) There should be no space before ']' (computed-property-spacing)
(#8662) There should be no spaces inside this paren. (space-in-parens)
(#8662) Missing space before opening brace. (space-before-blocks)
(#8663) There should be no spaces inside this paren. (space-in-parens)
(#8663) There should be no spaces inside this paren. (space-in-parens)
(#8666) There should be no spaces inside this paren. (space-in-parens)
(#8666) There should be no spaces inside this paren. (space-in-parens)
(#8667) There should be no spaces inside this paren. (space-in-parens)
(#8667) There should be no space after '[' (computed-property-spacing)
(#8667) There should be no space before ']' (computed-property-spacing)
(#8667) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#8667) There should be no space after '[' (computed-property-spacing)
(#8667) There should be no space before ']' (computed-property-spacing)
(#8667) There should be no spaces inside this paren. (space-in-parens)
(#8668) There should be no spaces inside this paren. (space-in-parens)
(#8668) There should be no spaces inside this paren. (space-in-parens)
(#8671) There should be no space after '[' (computed-property-spacing)
(#8671) There should be no space before ']' (computed-property-spacing)
(#8671) There should be no spaces inside this paren. (space-in-parens)
(#8671) There should be no spaces inside this paren. (space-in-parens)
(#8673) There should be no space after '[' (computed-property-spacing)
(#8673) There should be no space before ']' (computed-property-spacing)
(#8676) There should be no spaces inside this paren. (space-in-parens)
(#8676) There should be no spaces inside this paren. (space-in-parens)
(#8683) There should be no spaces inside this paren. (space-in-parens)
(#8683) There should be no spaces inside this paren. (space-in-parens)
(#8683) There should be no spaces inside this paren. (space-in-parens)
(#8683) There should be no spaces inside this paren. (space-in-parens)
(#8684) There should be no spaces inside this paren. (space-in-parens)
(#8684) There should be no spaces inside this paren. (space-in-parens)
(#8692) Missing JSDoc comment. (require-jsdoc)
(#8693) There should be no spaces inside this paren. (space-in-parens)
(#8693) There should be no spaces inside this paren. (space-in-parens)
(#8694) There should be no spaces inside this paren. (space-in-parens)
(#8694) There should be no spaces inside this paren. (space-in-parens)
(#8697) Missing JSDoc comment. (require-jsdoc)
(#8702) Missing JSDoc comment. (require-jsdoc)
(#8702) There should be no spaces inside this paren. (space-in-parens)
(#8702) There should be no spaces inside this paren. (space-in-parens)
(#8705) There should be no spaces inside this paren. (space-in-parens)
(#8705) There should be no spaces inside this paren. (space-in-parens)
(#8705) There should be no spaces inside this paren. (space-in-parens)
(#8706) There should be no space after '[' (computed-property-spacing)
(#8706) There should be no space before ']' (computed-property-spacing)
(#8714) There should be no spaces inside this paren. (space-in-parens)
(#8714) There should be no spaces inside this paren. (space-in-parens)
(#8715) There should be no spaces inside this paren. (space-in-parens)
(#8715) There should be no spaces inside this paren. (space-in-parens)
(#8716) There should be no spaces inside this paren. (space-in-parens)
(#8716) There should be no spaces inside this paren. (space-in-parens)
(#8717) There should be no space after '{' (object-curly-spacing)
(#8717) There should be no space before '}' (object-curly-spacing)
(#8718) There should be no space after '{' (object-curly-spacing)
(#8718) There should be no space before '}' (object-curly-spacing)
(#8719) There should be no space after '{' (object-curly-spacing)
(#8719) There should be no space before '}' (object-curly-spacing)
(#8720) There should be no spaces inside this paren. (space-in-parens)
(#8720) There should be no spaces inside this paren. (space-in-parens)
(#8721) There should be no space after '[' (computed-property-spacing)
(#8721) There should be no space before ']' (computed-property-spacing)
(#8721) There should be no spaces inside this paren. (space-in-parens)
(#8721) There should be no spaces inside this paren. (space-in-parens)
(#8722) There should be no spaces inside this paren. (space-in-parens)
(#8722) There should be no spaces inside this paren. (space-in-parens)
(#8727) There should be no spaces inside this paren. (space-in-parens)
(#8727) There should be no spaces inside this paren. (space-in-parens)
(#8728) There should be no spaces inside this paren. (space-in-parens)
(#8728) There should be no spaces inside this paren. (space-in-parens)
(#8730) There should be no spaces inside this paren. (space-in-parens)
(#8730) There should be no spaces inside this paren. (space-in-parens)
(#8732) There should be no spaces inside this paren. (space-in-parens)
(#8732) There should be no spaces inside this paren. (space-in-parens)
(#8735) Do not nest ternary expressions (no-nested-ternary)
(#8735) Do not nest ternary expressions (no-nested-ternary)
(#8736) There should be no space after '[' (computed-property-spacing)
(#8736) There should be no space before ']' (computed-property-spacing)
(#8739) There should be no spaces inside this paren. (space-in-parens)
(#8739) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#8739) There should be no spaces inside this paren. (space-in-parens)
(#8746) There should be no spaces inside this paren. (space-in-parens)
(#8746) There should be no spaces inside this paren. (space-in-parens)
(#8747) There should be no spaces inside this paren. (space-in-parens)
(#8747) There should be no spaces inside this paren. (space-in-parens)
(#8747) There should be no spaces inside this paren. (space-in-parens)
(#8747) There should be no spaces inside this paren. (space-in-parens)
(#8748) There should be no spaces inside this paren. (space-in-parens)
(#8748) There should be no spaces inside this paren. (space-in-parens)
(#8751) There should be no spaces inside this paren. (space-in-parens)
(#8751) There should be no spaces inside this paren. (space-in-parens)
(#8752) There should be no spaces inside this paren. (space-in-parens)
(#8752) There should be no spaces inside this paren. (space-in-parens)
(#8753) There should be no spaces inside this paren. (space-in-parens)
(#8753) There should be no spaces inside this paren. (space-in-parens)
(#8754) There should be no spaces inside this paren. (space-in-parens)
(#8754) There should be no spaces inside this paren. (space-in-parens)
(#8762) There should be no spaces inside this paren. (space-in-parens)
(#8762) There should be no spaces inside this paren. (space-in-parens)
(#8765) There should be no spaces inside this paren. (space-in-parens)
(#8765) There should be no spaces inside this paren. (space-in-parens)
(#8766) There should be no spaces inside this paren. (space-in-parens)
(#8766) There should be no spaces inside this paren. (space-in-parens)
(#8766) Infix operators must be spaced. (space-infix-ops)
(#8766) There should be no spaces inside this paren. (space-in-parens)
(#8766) There should be no spaces inside this paren. (space-in-parens)
(#8772) There should be no spaces inside this paren. (space-in-parens)
(#8772) There should be no spaces inside this paren. (space-in-parens)
(#8785) There should be no spaces inside this paren. (space-in-parens)
(#8785) There should be no spaces inside this paren. (space-in-parens)
(#8786) There should be no spaces inside this paren. (space-in-parens)
(#8786) There should be no spaces inside this paren. (space-in-parens)
(#8789) There should be no spaces inside this paren. (space-in-parens)
(#8789) There should be no space after '[' (computed-property-spacing)
(#8789) There should be no space before ']' (computed-property-spacing)
(#8789) There should be no spaces inside this paren. (space-in-parens)
(#8789) There should be no spaces inside this paren. (space-in-parens)
(#8789) There should be no spaces inside this paren. (space-in-parens)
(#8794) There should be no spaces inside this paren. (space-in-parens)
(#8794) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#8794) There should be no space after '[' (computed-property-spacing)
(#8794) There should be no space before ']' (computed-property-spacing)
(#8794) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#8794) There should be no space after '[' (computed-property-spacing)
(#8794) There should be no space before ']' (computed-property-spacing)
(#8794) There should be no spaces inside this paren. (space-in-parens)
(#8795) There should be no space after '[' (computed-property-spacing)
(#8795) There should be no space before ']' (computed-property-spacing)
(#8799) There should be no spaces inside this paren. (space-in-parens)
(#8799) There should be no spaces inside this paren. (space-in-parens)
(#8803) Do not nest ternary expressions (no-nested-ternary)
(#8803) There should be no spaces inside this paren. (space-in-parens)
(#8803) There should be no spaces inside this paren. (space-in-parens)
(#8803) There should be no spaces inside this paren. (space-in-parens)
(#8803) There should be no spaces inside this paren. (space-in-parens)
(#8807) There should be no spaces inside this paren. (space-in-parens)
(#8807) There should be no spaces inside this paren. (space-in-parens)
(#8815) There should be no spaces inside this paren. (space-in-parens)
(#8815) There should be no space after '[' (computed-property-spacing)
(#8815) There should be no space before ']' (computed-property-spacing)
(#8815) There should be no spaces inside this paren. (space-in-parens)
(#8817) Missing JSDoc comment. (require-jsdoc)
(#8817) There should be no spaces inside this paren. (space-in-parens)
(#8817) There should be no spaces inside this paren. (space-in-parens)
(#8818) There should be no spaces inside this paren. (space-in-parens)
(#8818) There should be no spaces inside this paren. (space-in-parens)
(#8824) There should be no spaces inside this paren. (space-in-parens)
(#8824) There should be no spaces inside this paren. (space-in-parens)
(#8824) There should be no spaces inside this paren. (space-in-parens)
(#8824) There should be no spaces inside this paren. (space-in-parens)
(#8825) There should be no spaces inside this paren. (space-in-parens)
(#8825) There should be no spaces inside this paren. (space-in-parens)
(#8826) There should be no spaces inside this paren. (space-in-parens)
(#8826) There should be no spaces inside this paren. (space-in-parens)
(#8827) There should be no spaces inside this paren. (space-in-parens)
(#8827) There should be no spaces inside this paren. (space-in-parens)
(#8828) There should be no spaces inside this paren. (space-in-parens)
(#8828) There should be no spaces inside this paren. (space-in-parens)
(#8833) There should be no spaces inside this paren. (space-in-parens)
(#8833) There should be no spaces inside this paren. (space-in-parens)
(#8834) There should be no spaces inside this paren. (space-in-parens)
(#8834) There should be no spaces inside this paren. (space-in-parens)
(#8840) There should be no spaces inside this paren. (space-in-parens)
(#8840) There should be no spaces inside this paren. (space-in-parens)
(#8843) There should be no space after '[' (computed-property-spacing)
(#8843) There should be no space before ']' (computed-property-spacing)
(#8843) There should be no spaces inside this paren. (space-in-parens)
(#8843) There should be no spaces inside this paren. (space-in-parens)
(#8848) There should be no spaces inside this paren. (space-in-parens)
(#8848) There should be no spaces inside this paren. (space-in-parens)
(#8850) There should be no spaces inside this paren. (space-in-parens)
(#8850) There should be no spaces inside this paren. (space-in-parens)
(#8852) There should be no spaces inside this paren. (space-in-parens)
(#8852) There should be no spaces inside this paren. (space-in-parens)
(#8856) There should be no spaces inside this paren. (space-in-parens)
(#8856) There should be no spaces inside this paren. (space-in-parens)
(#8862) There should be no space after '[' (computed-property-spacing)
(#8862) There should be no space before ']' (computed-property-spacing)
(#8862) There should be no spaces inside this paren. (space-in-parens)
(#8862) There should be no spaces inside this paren. (space-in-parens)
(#8862) There should be no spaces inside this paren. (space-in-parens)
(#8862) There should be no spaces inside this paren. (space-in-parens)
(#8866) There should be no spaces inside this paren. (space-in-parens)
(#8866) There should be no spaces inside this paren. (space-in-parens)
(#8870) There should be no spaces inside this paren. (space-in-parens)
(#8870) There should be no spaces inside this paren. (space-in-parens)
(#8877) There should be no spaces inside this paren. (space-in-parens)
(#8877) There should be no spaces inside this paren. (space-in-parens)
(#8882) There should be no space after '[' (computed-property-spacing)
(#8882) There should be no space before ']' (computed-property-spacing)
(#8884) There should be no spaces inside this paren. (space-in-parens)
(#8884) There should be no spaces inside this paren. (space-in-parens)
(#8885) There should be no spaces inside this paren. (space-in-parens)
(#8885) There should be no space after '[' (computed-property-spacing)
(#8885) There should be no space before ']' (computed-property-spacing)
(#8885) There should be no spaces inside this paren. (space-in-parens)
(#8890) There should be no spaces inside this paren. (space-in-parens)
(#8890) There should be no spaces inside this paren. (space-in-parens)
(#8892) There should be no spaces inside this paren. (space-in-parens)
(#8892) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#8892) There should be no spaces inside this paren. (space-in-parens)
(#8894) There should be no spaces inside this paren. (space-in-parens)
(#8894) There should be no space after '[' (array-bracket-spacing)
(#8894) There should be no space before ']' (array-bracket-spacing)
(#8894) There should be no spaces inside this paren. (space-in-parens)
(#8894) There should be no spaces inside this paren. (space-in-parens)
(#8895) There should be no space after '[' (computed-property-spacing)
(#8895) There should be no space before ']' (computed-property-spacing)
(#8895) There should be no space after '[' (computed-property-spacing)
(#8895) There should be no space before ']' (computed-property-spacing)
(#8900) There should be no spaces inside this paren. (space-in-parens)
(#8900) There should be no spaces inside this paren. (space-in-parens)
(#8901) There should be no spaces inside this paren. (space-in-parens)
(#8901) There should be no spaces inside this paren. (space-in-parens)
(#8905) There should be no spaces inside this paren. (space-in-parens)
(#8905) There should be no spaces inside this paren. (space-in-parens)
(#8906) There should be no spaces inside this paren. (space-in-parens)
(#8906) There should be no spaces inside this paren. (space-in-parens)
(#8907) There should be no spaces inside this paren. (space-in-parens)
(#8907) There should be no space after '[' (computed-property-spacing)
(#8907) There should be no space before ']' (computed-property-spacing)
(#8907) There should be no spaces inside this paren. (space-in-parens)
(#8908) There should be no spaces inside this paren. (space-in-parens)
(#8908) There should be no spaces inside this paren. (space-in-parens)
(#8910) There should be no spaces inside this paren. (space-in-parens)
(#8910) There should be no spaces inside this paren. (space-in-parens)
(#8919) There should be no spaces inside this paren. (space-in-parens)
(#8919) There should be no spaces inside this paren. (space-in-parens)
(#8922) There should be no spaces inside this paren. (space-in-parens)
(#8922) There should be no spaces inside this paren. (space-in-parens)
(#8930) There should be no spaces inside this paren. (space-in-parens)
(#8930) There should be no spaces inside this paren. (space-in-parens)
(#8937) There should be no space after '[' (computed-property-spacing)
(#8937) There should be no space before ']' (computed-property-spacing)
(#8937) There should be no spaces inside this paren. (space-in-parens)
(#8937) There should be no spaces inside this paren. (space-in-parens)
(#8938) There should be no spaces inside this paren. (space-in-parens)
(#8938) There should be no spaces inside this paren. (space-in-parens)
(#8948) There should be no spaces inside this paren. (space-in-parens)
(#8954) There should be no spaces inside this paren. (space-in-parens)
(#8954) There should be no spaces inside this paren. (space-in-parens)
(#8955) There should be no space after '[' (computed-property-spacing)
(#8955) There should be no space before ']' (computed-property-spacing)
(#8957) There should be no spaces inside this paren. (space-in-parens)
(#8957) There should be no space after '[' (computed-property-spacing)
(#8957) There should be no space before ']' (computed-property-spacing)
(#8957) There should be no spaces inside this paren. (space-in-parens)
(#8958) There should be no spaces inside this paren. (space-in-parens)
(#8958) There should be no spaces inside this paren. (space-in-parens)
(#8962) There should be no spaces inside this paren. (space-in-parens)
(#8962) There should be no spaces inside this paren. (space-in-parens)
(#8970) There should be no spaces inside this paren. (space-in-parens)
(#8970) There should be no spaces inside this paren. (space-in-parens)
(#8982) There should be no spaces inside this paren. (space-in-parens)
(#8982) There should be no spaces inside this paren. (space-in-parens)
(#8983) There should be no spaces inside this paren. (space-in-parens)
(#8983) There should be no spaces inside this paren. (space-in-parens)
(#8986) There should be no spaces inside this paren. (space-in-parens)
(#8986) There should be no spaces inside this paren. (space-in-parens)
(#8987) There should be no spaces inside this paren. (space-in-parens)
(#8987) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#8987) There should be no space after '[' (computed-property-spacing)
(#8987) There should be no space before ']' (computed-property-spacing)
(#8987) There should be no spaces inside this paren. (space-in-parens)
(#8988) There should be no space after '[' (computed-property-spacing)
(#8988) There should be no space before ']' (computed-property-spacing)
(#8990) There should be no space after '[' (computed-property-spacing)
(#8990) There should be no space before ']' (computed-property-spacing)
(#8997) There should be no spaces inside this paren. (space-in-parens)
(#8997) There should be no spaces inside this paren. (space-in-parens)
(#8997) There should be no spaces inside this paren. (space-in-parens)
(#8997) There should be no spaces inside this paren. (space-in-parens)
(#8997) There should be no spaces inside this paren. (space-in-parens)
(#8999) There should be no spaces inside this paren. (space-in-parens)
(#8999) There should be no spaces inside this paren. (space-in-parens)
(#8999) There should be no spaces inside this paren. (space-in-parens)
(#8999) There should be no spaces inside this paren. (space-in-parens)
(#9000) There should be no space after '[' (computed-property-spacing)
(#9000) There should be no space before ']' (computed-property-spacing)
(#9000) There should be no spaces inside this paren. (space-in-parens)
(#9000) There should be no spaces inside this paren. (space-in-parens)
(#9001) There should be no spaces inside this paren. (space-in-parens)
(#9001) There should be no spaces inside this paren. (space-in-parens)
(#9006) There should be no spaces inside this paren. (space-in-parens)
(#9006) There should be no spaces inside this paren. (space-in-parens)
(#9007) There should be no spaces inside this paren. (space-in-parens)
(#9007) There should be no spaces inside this paren. (space-in-parens)
(#9008) There should be no spaces inside this paren. (space-in-parens)
(#9008) There should be no spaces inside this paren. (space-in-parens)
(#9015) Missing JSDoc comment. (require-jsdoc)
(#9015) There should be no spaces inside this paren. (space-in-parens)
(#9015) There should be no spaces inside this paren. (space-in-parens)
(#9017) There should be no spaces inside this paren. (space-in-parens)
(#9017) There should be no space after '[' (computed-property-spacing)
(#9017) There should be no space before ']' (computed-property-spacing)
(#9017) There should be no spaces inside this paren. (space-in-parens)
(#9020) There should be no spaces inside this paren. (space-in-parens)
(#9020) There should be no spaces inside this paren. (space-in-parens)
(#9020) There should be no spaces inside this paren. (space-in-parens)
(#9020) There should be no spaces inside this paren. (space-in-parens)
(#9021) There should be no spaces inside this paren. (space-in-parens)
(#9021) There should be no spaces inside this paren. (space-in-parens)
(#9026) There should be no spaces inside this paren. (space-in-parens)
(#9026) There should be no spaces inside this paren. (space-in-parens)
(#9028) There should be no spaces inside this paren. (space-in-parens)
(#9028) There should be no spaces inside this paren. (space-in-parens)
(#9029) There should be no spaces inside this paren. (space-in-parens)
(#9029) There should be no spaces inside this paren. (space-in-parens)
(#9033) There should be no spaces inside this paren. (space-in-parens)
(#9033) There should be no spaces inside this paren. (space-in-parens)
(#9038) There should be no spaces inside this paren. (space-in-parens)
(#9038) There should be no spaces inside this paren. (space-in-parens)
(#9039) There should be no spaces inside this paren. (space-in-parens)
(#9039) There should be no spaces inside this paren. (space-in-parens)
(#9040) There should be no spaces inside this paren. (space-in-parens)
(#9040) There should be no spaces inside this paren. (space-in-parens)
(#9040) There should be no spaces inside this paren. (space-in-parens)
(#9040) There should be no spaces inside this paren. (space-in-parens)
(#9044) There should be no spaces inside this paren. (space-in-parens)
(#9044) There should be no spaces inside this paren. (space-in-parens)
(#9046) There should be no spaces inside this paren. (space-in-parens)
(#9046) There should be no spaces inside this paren. (space-in-parens)
(#9048) There should be no spaces inside this paren. (space-in-parens)
(#9048) There should be no spaces inside this paren. (space-in-parens)
(#9049) There should be no spaces inside this paren. (space-in-parens)
(#9049) There should be no spaces inside this paren. (space-in-parens)
(#9053) There should be no space after '[' (computed-property-spacing)
(#9053) There should be no space before ']' (computed-property-spacing)
(#9056) There should be no space after '[' (computed-property-spacing)
(#9056) There should be no space before ']' (computed-property-spacing)
(#9061) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#9066) There should be no spaces inside this paren. (space-in-parens)
(#9066) There should be no spaces inside this paren. (space-in-parens)
(#9067) There should be no spaces inside this paren. (space-in-parens)
(#9067) There should be no spaces inside this paren. (space-in-parens)
(#9070) Expected space(s) after "catch". (keyword-spacing)
(#9070) Empty block statement. (no-empty)
(#9073) There should be no spaces inside this paren. (space-in-parens)
(#9073) There should be no spaces inside this paren. (space-in-parens)
(#9073) There should be no spaces inside this paren. (space-in-parens)
(#9073) There should be no spaces inside this paren. (space-in-parens)
(#9074) There should be no space after '{' (object-curly-spacing)
(#9074) There should be no space before '}' (object-curly-spacing)
(#9074) There should be no space after '{' (object-curly-spacing)
(#9074) There should be no space before '}' (object-curly-spacing)
(#9078) There should be no spaces inside this paren. (space-in-parens)
(#9078) There should be no spaces inside this paren. (space-in-parens)
(#9079) Multiple spaces found before '='. (no-multi-spaces)
(#9079) Multiple spaces found before '||'. (no-multi-spaces)
(#9079) Multiple spaces found before '||'. (no-multi-spaces)
(#9081) Multiple spaces found before '='. (no-multi-spaces)
(#9081) Multiple spaces found before '||'. (no-multi-spaces)
(#9083) Multiple spaces found before '='. (no-multi-spaces)
(#9083) Multiple spaces found before '+'. (no-multi-spaces)
(#9083) Multiple spaces found before '-'. (no-multi-spaces)
(#9086) There should be no space after '{' (object-curly-spacing)
(#9086) There should be no space before '}' (object-curly-spacing)
(#9090) There should be no spaces inside this paren. (space-in-parens)
(#9090) There should be no spaces inside this paren. (space-in-parens)
(#9093) 'prevOffsetParent' is defined but never used (no-unused-vars)
(#9096) There should be no spaces inside this paren. (space-in-parens)
(#9096) There should be no spaces inside this paren. (space-in-parens)
(#9100) There should be no spaces inside this paren. (space-in-parens)
(#9100) There should be no spaces inside this paren. (space-in-parens)
(#9101) There should be no spaces inside this paren. (space-in-parens)
(#9101) There should be no spaces inside this paren. (space-in-parens)
(#9106) Multiple spaces found before '-='. (no-multi-spaces)
(#9109) There should be no spaces inside this paren. (space-in-parens)
(#9109) There should be no spaces inside this paren. (space-in-parens)
(#9110) Multiple spaces found before '+='. (no-multi-spaces)
(#9113) Line 9113 exceeds the maximum line length of 132. (max-len)
(#9113) There should be no spaces inside this paren. (space-in-parens)
(#9113) There should be no spaces inside this paren. (space-in-parens)
(#9114) Multiple spaces found before '+='. (no-multi-spaces)
(#9114) There should be no spaces inside this paren. (space-in-parens)
(#9114) There should be no spaces inside this paren. (space-in-parens)
(#9114) Multiple spaces found before ')'. (no-multi-spaces)
(#9115) There should be no spaces inside this paren. (space-in-parens)
(#9115) There should be no spaces inside this paren. (space-in-parens)
(#9122) There should be no spaces inside this paren. (space-in-parens)
(#9122) There should be no spaces inside this paren. (space-in-parens)
(#9123) Multiple spaces found before '+='. (no-multi-spaces)
(#9123) There should be no spaces inside this paren. (space-in-parens)
(#9123) Multiple spaces found before ')'. (no-multi-spaces)
(#9123) There should be no spaces inside this paren. (space-in-parens)
(#9124) There should be no spaces inside this paren. (space-in-parens)
(#9124) There should be no spaces inside this paren. (space-in-parens)
(#9130) There should be no spaces inside this paren. (space-in-parens)
(#9130) There should be no spaces inside this paren. (space-in-parens)
(#9131) Multiple spaces found before '+='. (no-multi-spaces)
(#9135) There should be no spaces inside this paren. (space-in-parens)
(#9135) There should be no spaces inside this paren. (space-in-parens)
(#9136) Multiple spaces found before '+='. (no-multi-spaces)
(#9136) There should be no spaces inside this paren. (space-in-parens)
(#9136) There should be no spaces inside this paren. (space-in-parens)
(#9137) There should be no spaces inside this paren. (space-in-parens)
(#9137) There should be no spaces inside this paren. (space-in-parens)
(#9140) There should be no space after '{' (object-curly-spacing)
(#9140) There should be no space before '}' (object-curly-spacing)
(#9144) There should be no spaces inside this paren. (space-in-parens)
(#9144) There should be no spaces inside this paren. (space-in-parens)
(#9145) There should be no spaces inside this paren. (space-in-parens)
(#9145) There should be no spaces inside this paren. (space-in-parens)
(#9148) There should be no spaces inside this paren. (space-in-parens)
(#9148) There should be no spaces inside this paren. (space-in-parens)
(#9149) There should be no spaces inside this paren. (space-in-parens)
(#9149) There should be no spaces inside this paren. (space-in-parens)
(#9156) There should be no spaces inside this paren. (space-in-parens)
(#9156) There should be no spaces inside this paren. (space-in-parens)
(#9160) There should be no spaces inside this paren. (space-in-parens)
(#9160) There should be no spaces inside this paren. (space-in-parens)
(#9161) There should be no spaces inside this paren. (space-in-parens)
(#9161) There should be no spaces inside this paren. (space-in-parens)
(#9164) There should be no spaces inside this paren. (space-in-parens)
(#9164) There should be no spaces inside this paren. (space-in-parens)
(#9169) There should be no spaces inside this paren. (space-in-parens)
(#9169) There should be no spaces inside this paren. (space-in-parens)
(#9173) There should be no spaces inside this paren. (space-in-parens)
(#9173) There should be no spaces inside this paren. (space-in-parens)
(#9174) Multiple spaces found before '+='. (no-multi-spaces)
(#9174) There should be no spaces inside this paren. (space-in-parens)
(#9174) There should be no spaces inside this paren. (space-in-parens)
(#9175) There should be no spaces inside this paren. (space-in-parens)
(#9175) There should be no spaces inside this paren. (space-in-parens)
(#9178) There should be no space after '{' (object-curly-spacing)
(#9178) There should be no space before '}' (object-curly-spacing)
(#9181) There should be no spaces inside this paren. (space-in-parens)
(#9181) There should be no spaces inside this paren. (space-in-parens)
(#9182) There should be no spaces inside this paren. (space-in-parens)
(#9182) There should be no spaces inside this paren. (space-in-parens)
(#9185) There should be no spaces inside this paren. (space-in-parens)
(#9185) There should be no spaces inside this paren. (space-in-parens)
(#9189) There should be no spaces inside this paren. (space-in-parens)
(#9189) There should be no spaces inside this paren. (space-in-parens)
(#9191) There should be no spaces inside this paren. (space-in-parens)
(#9191) There should be no spaces inside this paren. (space-in-parens)
(#9192) There should be no spaces inside this paren. (space-in-parens)
(#9192) There should be no spaces inside this paren. (space-in-parens)
(#9193) Line 9193 exceeds the maximum line length of 132. (max-len)
(#9193) There should be no spaces inside this paren. (space-in-parens)
(#9193) There should be no spaces inside this paren. (space-in-parens)
(#9194) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#9194) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#9197) There should be no spaces inside this paren. (space-in-parens)
(#9197) There should be no spaces inside this paren. (space-in-parens)
(#9202) There should be no spaces inside this paren. (space-in-parens)
(#9202) There should be no spaces inside this paren. (space-in-parens)
(#9203) There should be no spaces inside this paren. (space-in-parens)
(#9203) There should be no spaces inside this paren. (space-in-parens)
(#9206) There should be no spaces inside this paren. (space-in-parens)
(#9206) There should be no spaces inside this paren. (space-in-parens)
(#9206) There should be no spaces inside this paren. (space-in-parens)
(#9206) There should be no spaces inside this paren. (space-in-parens)
(#9207) There should be no spaces inside this paren. (space-in-parens)
(#9207) There should be no spaces inside this paren. (space-in-parens)
(#9210) There should be no spaces inside this paren. (space-in-parens)
(#9210) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#9210) There should be no spaces inside this paren. (space-in-parens)
(#9211) There should be no spaces inside this paren. (space-in-parens)
(#9211) There should be no spaces inside this paren. (space-in-parens)
(#9213) There should be no spaces inside this paren. (space-in-parens)
(#9213) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#9213) There should be no spaces inside this paren. (space-in-parens)
(#9214) There should be no spaces inside this paren. (space-in-parens)
(#9214) There should be no spaces inside this paren. (space-in-parens)
(#9217) There should be no spaces inside this paren. (space-in-parens)
(#9217) There should be no spaces inside this paren. (space-in-parens)
(#9218) There should be no spaces inside this paren. (space-in-parens)
(#9218) There should be no spaces inside this paren. (space-in-parens)
(#9220) There should be no spaces inside this paren. (space-in-parens)
(#9220) There should be no spaces inside this paren. (space-in-parens)
(#9229) There should be no spaces inside this paren. (space-in-parens)
(#9229) There should be no spaces inside this paren. (space-in-parens)
(#9239) Multiple spaces found before '='. (no-multi-spaces)
(#9240) There should be no space after '{' (object-curly-spacing)
(#9240) There should be no space before '}' (object-curly-spacing)
(#9245) Multiple spaces found before '-='. (no-multi-spaces)
(#9245) There should be no spaces inside this paren. (space-in-parens)
(#9245) There should be no spaces inside this paren. (space-in-parens)
(#9246) There should be no spaces inside this paren. (space-in-parens)
(#9246) There should be no spaces inside this paren. (space-in-parens)
(#9249) Multiple spaces found before '+='. (no-multi-spaces)
(#9249) There should be no spaces inside this paren. (space-in-parens)
(#9249) There should be no spaces inside this paren. (space-in-parens)
(#9250) There should be no spaces inside this paren. (space-in-parens)
(#9250) There should be no spaces inside this paren. (space-in-parens)
(#9254) Multiple spaces found before '-'. (no-multi-spaces)
(#9262) There should be no spaces inside this paren. (space-in-parens)
(#9262) There should be no spaces inside this paren. (space-in-parens)
(#9272) There should be no spaces inside this paren. (space-in-parens)
(#9272) There should be no spaces inside this paren. (space-in-parens)
(#9272) There should be no spaces inside this paren. (space-in-parens)
(#9273) There should be no spaces inside this paren. (space-in-parens)
(#9273) There should be no spaces inside this paren. (space-in-parens)
(#9275) There should be no space after '[' (computed-property-spacing)
(#9275) There should be no space before ']' (computed-property-spacing)
(#9275) There should be no spaces inside this paren. (space-in-parens)
(#9275) There should be no spaces inside this paren. (space-in-parens)
(#9276) There should be no spaces inside this paren. (space-in-parens)
(#9276) Expected to return a value at the end of this function. (consistent-return)
(#9276) There should be no spaces inside this paren. (space-in-parens)
(#9276) There should be no spaces inside this paren. (space-in-parens)
(#9277) There should be no spaces inside this paren. (space-in-parens)
(#9277) There should be no spaces inside this paren. (space-in-parens)
(#9279) There should be no spaces inside this paren. (space-in-parens)
(#9279) There should be no spaces inside this paren. (space-in-parens)
(#9280) Do not nest ternary expressions (no-nested-ternary)
(#9280) There should be no space after '[' (computed-property-spacing)
(#9280) There should be no space before ']' (computed-property-spacing)
(#9281) There should be no space after '[' (computed-property-spacing)
(#9281) There should be no space before ']' (computed-property-spacing)
(#9282) There should be no space after '[' (computed-property-spacing)
(#9282) There should be no space before ']' (computed-property-spacing)
(#9283) There should be no space after '[' (computed-property-spacing)
(#9283) There should be no space before ']' (computed-property-spacing)
(#9286) There should be no spaces inside this paren. (space-in-parens)
(#9286) There should be no spaces inside this paren. (space-in-parens)
(#9288) There should be no spaces inside this paren. (space-in-parens)
(#9288) There should be no spaces inside this paren. (space-in-parens)
(#9289) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#9289) There should be no spaces inside this paren. (space-in-parens)
(#9289) There should be no spaces inside this paren. (space-in-parens)
(#9293) There should be no space after '[' (computed-property-spacing)
(#9293) There should be no space before ']' (computed-property-spacing)
(#9295) There should be no spaces inside this paren. (space-in-parens)
(#9299) Missing JSDoc comment. (require-jsdoc)
(#9299) There should be no spaces inside this paren. (space-in-parens)
(#9299) There should be no spaces inside this paren. (space-in-parens)
(#9300) Do not nest ternary expressions (no-nested-ternary)
(#9300) There should be no spaces inside this paren. (space-in-parens)
(#9300) There should be no spaces inside this paren. (space-in-parens)
(#9309) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#9311) There should be no spaces inside this paren. (space-in-parens)
(#9311) There should be no space after '{' (object-curly-spacing)
(#9311) There should be no space before '}' (object-curly-spacing)
(#9311) There should be no spaces inside this paren. (space-in-parens)
(#9311) There should be no spaces inside this paren. (space-in-parens)
(#9317) There should be no space after '[' (computed-property-spacing)
(#9317) There should be no space before ']' (computed-property-spacing)
(#9319) Do not nest ternary expressions (no-nested-ternary)
(#9321) There should be no spaces inside this paren. (space-in-parens)
(#9321) There should be no spaces inside this paren. (space-in-parens)
(#9321) There should be no spaces inside this paren. (space-in-parens)
(#9321) There should be no spaces inside this paren. (space-in-parens)
(#9322) There should be no space after '[' (computed-property-spacing)
(#9322) There should be no space before ']' (computed-property-spacing)
(#9327) There should be no space after '[' (computed-property-spacing)
(#9327) There should be no space before ']' (computed-property-spacing)
(#9327) There should be no spaces inside this paren. (space-in-parens)
(#9327) There should be no spaces inside this paren. (space-in-parens)
(#9329) Do not nest ternary expressions (no-nested-ternary)
(#9331) There should be no spaces inside this paren. (space-in-parens)
(#9331) There should be no spaces inside this paren. (space-in-parens)
(#9331) There should be no spaces inside this paren. (space-in-parens)
(#9331) There should be no spaces inside this paren. (space-in-parens)
(#9332) There should be no space after '[' (computed-property-spacing)
(#9332) There should be no space before ']' (computed-property-spacing)
(#9336) There should be no space after '[' (computed-property-spacing)
(#9336) There should be no space before ']' (computed-property-spacing)
(#9336) There should be no spaces inside this paren. (space-in-parens)
(#9336) There should be no spaces inside this paren. (space-in-parens)
(#9337) There should be no spaces inside this paren. (space-in-parens)
(#9337) Expected to return a value at the end of this function. (consistent-return)
(#9337) There should be no spaces inside this paren. (space-in-parens)
(#9337) There should be no spaces inside this paren. (space-in-parens)
(#9340) There should be no spaces inside this paren. (space-in-parens)
(#9340) There should be no spaces inside this paren. (space-in-parens)
(#9340) There should be no spaces inside this paren. (space-in-parens)
(#9340) There should be no spaces inside this paren. (space-in-parens)
(#9343) There should be no space after '[' (computed-property-spacing)
(#9343) There should be no space before ']' (computed-property-spacing)
(#9345) There should be no space after '[' (computed-property-spacing)
(#9345) There should be no space before ']' (computed-property-spacing)
(#9349) There should be no spaces inside this paren. (space-in-parens)
(#9349) There should be no spaces inside this paren. (space-in-parens)
(#9357) There should be no spaces inside this paren. (space-in-parens)
(#9357) There should be no space after '[' (computed-property-spacing)
(#9357) There should be no space before ']' (computed-property-spacing)
(#9357) There should be no space after '[' (computed-property-spacing)
(#9357) There should be no space before ']' (computed-property-spacing)
(#9357) There should be no spaces inside this paren. (space-in-parens)
(#9358) There should be no space after '[' (computed-property-spacing)
(#9358) There should be no space before ']' (computed-property-spacing)
(#9362) There should be no space after '[' (computed-property-spacing)
(#9362) There should be no space before ']' (computed-property-spacing)
(#9362) There should be no space after '[' (computed-property-spacing)
(#9362) There should be no space before ']' (computed-property-spacing)
(#9363) There should be no space after '[' (computed-property-spacing)
(#9363) There should be no space before ']' (computed-property-spacing)
(#9363) There should be no space after '[' (computed-property-spacing)
(#9363) There should be no space before ']' (computed-property-spacing)
(#9368) There should be no spaces inside this paren. (space-in-parens)
(#9368) There should be no spaces inside this paren. (space-in-parens)
(#9369) There should be no spaces inside this paren. (space-in-parens)
(#9369) There should be no spaces inside this paren. (space-in-parens)
(#9370) There should be no spaces inside this paren. (space-in-parens)
(#9370) There should be no spaces inside this paren. (space-in-parens)
(#9371) There should be no spaces inside this paren. (space-in-parens)
(#9371) There should be no spaces inside this paren. (space-in-parens)
(#9375) There should be no spaces inside this paren. (space-in-parens)
(#9375) There should be no spaces inside this paren. (space-in-parens)
(#9375) There should be no spaces inside this paren. (space-in-parens)
(#9375) There should be no spaces inside this paren. (space-in-parens)
(#9376) There should be no spaces inside this paren. (space-in-parens)
(#9382) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#9398) There should be no spaces inside this paren. (space-in-parens)
(#9398) There should be no spaces inside this paren. (space-in-parens)
(#9399) There should be no spaces inside this paren. (space-in-parens)
(#9399) Unexpected space before function parentheses. (space-before-function-paren)
(#9399) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#9399) Statement inside of curly braces should be on next line. (brace-style)
(#9399) There should be no spaces inside this paren. (space-in-parens)
(#9403) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#9404) There should be no spaces inside this paren. (space-in-parens)
(#9404) There should be no spaces inside this paren. (space-in-parens)
mod/offlinequiz/jquery/jquery-1.7.2.min.js
(#1) Expected space or tab after '/*' in comment. (spaced-comment)
(#2) Line 2 exceeds the maximum line length of 132. (max-len)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Do not nest ternary expressions (no-nested-ternary)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) Expected space(s) before "function". (keyword-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Expected space(s) before "function". (keyword-spacing)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) Expected space(s) before "function". (keyword-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Expected space(s) before "function". (keyword-spacing)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) Expected space(s) before "function". (keyword-spacing)
(#2) Expected to return a value at the end of this function. (consistent-return)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected space(s) after "try". (keyword-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Expected space(s) after "catch". (keyword-spacing)
(#2) Expected space(s) before "catch". (keyword-spacing)
(#2) Empty block statement. (no-empty)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) Expected space(s) before "function". (keyword-spacing)
(#2) Expected to return a value at the end of this function. (consistent-return)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected space(s) after "try". (keyword-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing '()' invoking a constructor (new-parens)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Expected space(s) after "catch". (keyword-spacing)
(#2) Expected space(s) before "catch". (keyword-spacing)
(#2) Empty block statement. (no-empty)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space before '}'. (block-spacing)
(#2) Expected space(s) before "function". (keyword-spacing)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Expected { after 'for-in'. (curly)
(#2) Expected space(s) before "for". (keyword-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Expected space(s) before "typeof". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Blocks are nested too deeply (5). (max-depth)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Blocks are nested too deeply (6). (max-depth)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Expected space(s) before "function". (keyword-spacing)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) Expected to return a value at the end of this function. (consistent-return)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'for-in'. (curly)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "while". (keyword-spacing)
(#2) Expected { after 'while' condition. (curly)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected { after 'for-in'. (curly)
(#2) Expected space(s) before "for". (keyword-spacing)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Expected space(s) before "if". (keyword-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Expected space(s) before "if". (keyword-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "else". (keyword-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Expected space(s) before "if". (keyword-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Expected space(s) before "function". (keyword-spacing)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Expected { after 'for-in'. (curly)
(#2) Expected space(s) before "for". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'else'. (curly)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Expected space(s) before "function". (keyword-spacing)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'for-in'. (curly)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) Expected space(s) before "function". (keyword-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'for' condition. (curly)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) Expected space(s) before "function". (keyword-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'for' condition. (curly)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) Expected space(s) before "function". (keyword-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected space(s) before "for". (keyword-spacing)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Expected { after 'for' condition. (curly)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected space(s) before "for". (keyword-spacing)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Expected { after 'for' condition. (curly)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Expected space(s) before "function". (keyword-spacing)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Expected space(s) before "function". (keyword-spacing)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) Expected space(s) before "function". (keyword-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Expected space(s) before "function". (keyword-spacing)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Do not nest ternary expressions (no-nested-ternary)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Expected space(s) before "function". (keyword-spacing)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Do not nest ternary expressions (no-nested-ternary)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Do not nest ternary expressions (no-nested-ternary)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Do not nest ternary expressions (no-nested-ternary)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) Expected space(s) before "function". (keyword-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Expected { after 'for-in'. (curly)
(#2) Expected space(s) before "for". (keyword-spacing)
(#2) Expected { after 'for' condition. (curly)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) Expected space(s) before "function". (keyword-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) 'b' is defined but never used (no-unused-vars)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Expected space(s) before "function". (keyword-spacing)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected space(s) after "while". (keyword-spacing)
(#2) Expected space(s) before "while". (keyword-spacing)
(#2) Expected { after 'while' condition. (curly)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) Expected space(s) before "function". (keyword-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) 'd' is defined but never used (no-unused-vars)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) 'd' is defined but never used (no-unused-vars)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Expected space(s) before "function". (keyword-spacing)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) Expected space(s) before "function". (keyword-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) Expected space(s) before "function". (keyword-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) Expected space(s) before "function". (keyword-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Expected space(s) before "function". (keyword-spacing)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected space(s) before "continue". (keyword-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) Expected space(s) before "function". (keyword-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Expected space(s) after "try". (keyword-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Do not nest ternary expressions (no-nested-ternary)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Do not nest ternary expressions (no-nested-ternary)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Do not nest ternary expressions (no-nested-ternary)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Do not nest ternary expressions (no-nested-ternary)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Expected space(s) after "catch". (keyword-spacing)
(#2) Expected space(s) before "catch". (keyword-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Empty block statement. (no-empty)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Expected { after 'else'. (curly)
(#2) Expected space(s) before "else". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) Expected space(s) before "function". (keyword-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Expected { after 'for' condition. (curly)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Expected space(s) before "var". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected space(s) after "try". (keyword-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Expected space(s) before "catch". (keyword-spacing)
(#2) Expected space(s) after "catch". (keyword-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Expected space(s) before "var". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before value for key 'constructor'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'init'. (key-spacing)
(#2) Function 'init' has a complexity of 23. (complexity)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Expected space(s) before "if". (keyword-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Expected space(s) before "if". (keyword-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Do not nest ternary expressions (no-nested-ternary)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Expected space(s) before "this". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected space(s) before "if". (keyword-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'selector'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'jquery'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'length'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'size'. (key-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'toArray'. (key-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'get'. (key-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2) Do not nest ternary expressions (no-nested-ternary)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'pushStack'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'each'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'ready'. (key-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'eq'. (key-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'first'. (key-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'last'. (key-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'slice'. (key-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'map'. (key-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'end'. (key-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'push'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'sort'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'splice'. (key-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Expected { after 'for' condition. (curly)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) before "if". (keyword-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Expected space(s) before "for". (keyword-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected space(s) before "continue". (keyword-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'noConflict'. (key-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'isReady'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'readyWait'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'holdReady'. (key-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected to return a value at the end of this function. (consistent-return)
(#2) Missing space before value for key 'ready'. (key-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected a return value. (consistent-return)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'bindReady'. (key-spacing)
(#2) Expected to return a value at the end of this function. (consistent-return)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "try". (keyword-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Expected space(s) after "catch". (keyword-spacing)
(#2) Expected space(s) before "catch". (keyword-spacing)
(#2) Empty block statement. (no-empty)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'isFunction'. (key-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'isArray'. (key-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'isWindow'. (key-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'isNumeric'. (key-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'type'. (key-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'isPlainObject'. (key-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "try". (keyword-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Expected space(s) before "catch". (keyword-spacing)
(#2) Expected space(s) after "catch". (keyword-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Expected space(s) before "var". (keyword-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'for-in'. (curly)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'isEmptyObject'. (key-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Expected { after 'for-in'. (curly)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) 'b' is defined but never used (no-unused-vars)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'error'. (key-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'parseJSON'. (key-spacing)
(#2) Expected to return a value at the end of this function. (consistent-return)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) The Function constructor is eval. (no-new-func)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'parseXML'. (key-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "try". (keyword-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing '()' invoking a constructor (new-parens)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) 'ActiveXObject' is not defined. (no-undef)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Expected space(s) before "catch". (keyword-spacing)
(#2) Expected space(s) after "catch". (keyword-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'noop'. (key-spacing)
(#2) Unexpected empty function. (no-empty-function)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'globalEval'. (key-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) unnecessary '.call()'. (no-useless-call)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'camelCase'. (key-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'nodeName'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'each'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Expected { after 'for-in'. (curly)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected space(s) before "if". (keyword-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected space(s) before "break". (keyword-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Expected space(s) before "else". (keyword-spacing)
(#2) Expected { after 'else'. (curly)
(#2) Expected { after 'for' condition. (curly)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected space(s) before "if". (keyword-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected space(s) before "break". (keyword-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Expected space(s) before "else". (keyword-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Expected { after 'for-in'. (curly)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) before "if". (keyword-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected space(s) before "break". (keyword-spacing)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Expected space(s) before "else". (keyword-spacing)
(#2) Expected { after 'else'. (curly)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Expected { after 'for' condition. (curly)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) before "if". (keyword-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected space(s) before "break". (keyword-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'trim'. (key-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'makeArray'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'inArray'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected { after 'if' condition. (curly)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Do not nest ternary expressions (no-nested-ternary)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Expected { after 'for' condition. (curly)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) before "if". (keyword-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'merge'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected { after 'for' condition. (curly)
(#2) Expected space(s) before "for". (keyword-spacing)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'else'. (curly)
(#2) Expected { after 'while' condition. (curly)
(#2) Expected space(s) after "while". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'grep'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Expected { after 'for' condition. (curly)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'map'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected { after 'for' condition. (curly)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Expected space(s) before "for". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'else'. (curly)
(#2) Expected { after 'for-in'. (curly)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'guid'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'proxy'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected space(s) before "if". (keyword-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'access'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected { after 'for-in'. (curly)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Expected space(s) before "else". (keyword-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected { after 'for' condition. (curly)
(#2) Expected space(s) before "for". (keyword-spacing)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Do not nest ternary expressions (no-nested-ternary)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Do not nest ternary expressions (no-nested-ternary)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'now'. (key-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Missing '()' invoking a constructor (new-parens)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'uaMatch'. (key-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Missing space before value for key 'browser'. (key-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'version'. (key-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'sub'. (key-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'browser'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) 'i' is defined but never used (no-unused-vars)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Expected { after 'for' condition. (curly)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Expected { after 'for' condition. (curly)
(#2) 'c' is not modified in this loop. (no-unmodified-loop-condition)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) before "if". (keyword-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Do not nest ternary expressions (no-nested-ternary)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before value for key 'add'. (key-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'remove'. (key-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'for' condition. (curly)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Expected space(s) before "for". (keyword-spacing)
(#2) Expected { after 'for' condition. (curly)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected space(s) before "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Expected { after 'if' condition. (curly)
(#2) Blocks are nested too deeply (5). (max-depth)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected space(s) before "break". (keyword-spacing)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'has'. (key-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'for' condition. (curly)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) before "if". (keyword-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'empty'. (key-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'disable'. (key-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'disabled'. (key-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'lock'. (key-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'locked'. (key-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'fireWith'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'fire'. (key-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'fired'. (key-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Missing space before value for key 'Deferred'. (key-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before value for key 'resolve'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'reject'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'notify'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before value for key 'done'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'fail'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'progress'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'state'. (key-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'isResolved'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'isRejected'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'then'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'always'. (key-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'pipe'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing space before value for key 'done'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'fail'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'progress'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'promise'. (key-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected { after 'if' condition. (curly)
(#2) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'else'. (curly)
(#2) Expected { after 'for-in'. (curly)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Expected { after 'for-in'. (curly)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'when'. (key-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Expected space(s) before "function". (keyword-spacing)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Expected space(s) before "var". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) 'h' is defined but never used (no-unused-vars)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Expected { after 'for' condition. (curly)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Expected space(s) before "else". (keyword-spacing)
(#2) Expected { after 'else'. (curly)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) 'l' is defined but never used (no-unused-vars)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) 'q' is defined but never used (no-unused-vars)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before value for key 'leadingWhitespace'. (key-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'tbody'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'htmlSerialize'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'style'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'hrefNormalized'. (key-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'opacity'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'cssFloat'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'checkOn'. (key-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'optSelected'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'getSetAttribute'. (key-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'enctype'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'html5Clone'. (key-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'submitBubbles'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'changeBubbles'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'focusinBubbles'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'deleteExpando'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'noCloneEvent'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'inlineBlockNeedsLayout'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'shrinkWrapBlocks'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'reliableMarginRight'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'pixelMargin'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "try". (keyword-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Expected space(s) before "catch". (keyword-spacing)
(#2) Expected space(s) after "catch". (keyword-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Expected space(s) before "for". (keyword-spacing)
(#2) Expected { after 'for-in'. (curly)
(#2) Expected space(s) after "in". (keyword-spacing)
(#2) Missing space before value for key 'submit'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'change'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'focusin'. (key-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) 'h' is defined but never used (no-unused-vars)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before value for key 'marginRight'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before value for key 'doesNotAddBorder'. (key-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'doesAddBorderForTableAndCells'. (key-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before value for key 'marginTop'. (key-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Missing space before value for key 'cache'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'uuid'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'expando'. (key-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'noData'. (key-spacing)
(#2) Missing space before value for key 'embed'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'object'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'applet'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'hasData'. (key-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'data'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Redundant double negation. (no-extra-boolean-cast)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected no return value. (consistent-return)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected no return value. (consistent-return)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'removeData'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Redundant double negation. (no-extra-boolean-cast)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'for' condition. (curly)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) before "delete". (keyword-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Expected space(s) before "if". (keyword-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Do not nest ternary expressions (no-nested-ternary)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key '_data'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'acceptData'. (key-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Missing space before value for key 'data'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'for' condition. (curly)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) before "if". (keyword-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected to return a value at the end of this function. (consistent-return)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'removeData'. (key-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key '_mark'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key '_unmark'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected to return a value at the end of this function. (consistent-return)
(#2) Missing space before value for key 'queue'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'dequeue'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'queue'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'dequeue'. (key-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'delay'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'clearQueue'. (key-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'promise'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Expected space(s) before "typeof". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "while". (keyword-spacing)
(#2) Expected { after 'while' condition. (curly)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected space(s) before "if". (keyword-spacing)
(#2) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Missing space before value for key 'attr'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'removeAttr'. (key-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'prop'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'removeProp'. (key-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Expected space(s) after "try". (keyword-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Expected space(s) after "catch". (keyword-spacing)
(#2) Expected space(s) before "catch". (keyword-spacing)
(#2) Empty block statement. (no-empty)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'addClass'. (key-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected space(s) before "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "else". (keyword-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'for' condition. (curly)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Unexpected use of '~'. (no-bitwise)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'removeClass'. (key-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected space(s) before "if". (keyword-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Expected { after 'for' condition. (curly)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Expected space(s) before "else". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'toggleClass'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "while". (keyword-spacing)
(#2) Expected { after 'while' condition. (curly)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Expected space(s) before "else". (keyword-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Expected space(s) before "this". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'hasClass'. (key-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'for' condition. (curly)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected space(s) before "if". (keyword-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected to return a value at the end of this function. (consistent-return)
(#2) Missing space before value for key 'val'. (key-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Redundant double negation. (no-extra-boolean-cast)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2) Do not nest ternary expressions (no-nested-ternary)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected space(s) before "this". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected space(s) before "if". (keyword-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Do not nest ternary expressions (no-nested-ternary)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Missing space before value for key 'valHooks'. (key-spacing)
(#2) Missing space before value for key 'option'. (key-spacing)
(#2) Missing space before value for key 'get'. (key-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'select'. (key-spacing)
(#2) Missing space before value for key 'get'. (key-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Expected space(s) before "if". (keyword-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'set'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'attrFn'. (key-spacing)
(#2) Missing space before value for key 'val'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'css'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'html'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'text'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'data'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'width'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'height'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'offset'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'attr'. (key-spacing)
(#2) Expected to return a value at the end of this function. (consistent-return)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected { after 'if' condition. (curly)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Expected a return value. (consistent-return)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected space(s) before "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected space(s) before "if". (keyword-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'removeAttr'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'for' condition. (curly)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'attrHooks'. (key-spacing)
(#2) Missing space before value for key 'type'. (key-spacing)
(#2) Expected to return a value at the end of this function. (consistent-return)
(#2) Missing space before value for key 'set'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected { after 'if' condition. (curly)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'value'. (key-spacing)
(#2) Missing space before value for key 'get'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'set'. (key-spacing)
(#2) Expected to return a value at the end of this function. (consistent-return)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'propFix'. (key-spacing)
(#2) Missing space before value for key 'tabindex'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'readonly'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'for'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'class'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'maxlength'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'cellspacing'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'cellpadding'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'rowspan'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'colspan'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'usemap'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'frameborder'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'contenteditable'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'prop'. (key-spacing)
(#2) Expected to return a value at the end of this function. (consistent-return)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Do not nest ternary expressions (no-nested-ternary)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'propHooks'. (key-spacing)
(#2) Missing space before value for key 'tabIndex'. (key-spacing)
(#2) Missing space before value for key 'get'. (key-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Do not nest ternary expressions (no-nested-ternary)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before value for key 'get'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'set'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before value for key 'name'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'id'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'coords'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before value for key 'get'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'set'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'set'. (key-spacing)
(#2) Expected to return a value at the end of this function. (consistent-return)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before value for key 'get'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'set'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'get'. (key-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before value for key 'get'. (key-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'set'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'get'. (key-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before value for key 'get'. (key-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'set'. (key-spacing)
(#2) Expected to return a value at the end of this function. (consistent-return)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Expected { after 'if' condition. (curly)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#3) Line 3 exceeds the maximum line length of 132. (max-len)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Expected space(s) after "return". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) ["class"] is better written in dot notation. (dot-notation)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before value for key 'add'. (key-spacing)
(#3) Function 'add' has a complexity of 22. (complexity)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) 'q' is defined but never used (no-unused-vars)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "for". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before value for key 'type'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'origType'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'data'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'handler'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'guid'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'selector'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'quick'. (key-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'namespace'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'global'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'remove'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "for". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Expected { after 'for-in'. (curly)
(#3) Expected space(s) after "for". (keyword-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected { after 'for' condition. (curly)
(#3) Expected space(s) after "for". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'customEvent'. (key-spacing)
(#3) Missing space before value for key 'getData'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'setData'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'changeData'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Function 'trigger' has a complexity of 29. (complexity)
(#3) Missing space before value for key 'trigger'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Do not nest ternary expressions (no-nested-ternary)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Identifier 'namespace_re' is not in camel case. (camelcase)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "for". (keyword-spacing)
(#3) Expected { after 'for-in'. (curly)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "for". (keyword-spacing)
(#3) Expected { after 'for' condition. (curly)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Expected space(s) before "for". (keyword-spacing)
(#3) Expected space(s) after "for". (keyword-spacing)
(#3) Expected { after 'for' condition. (curly)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Expected no return value. (consistent-return)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'dispatch'. (key-spacing)
(#3) Expected to return a value at the end of this function. (consistent-return)
(#3) Function 'dispatch' has a complexity of 22. (complexity)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) 'u' is defined but never used (no-unused-vars)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Expected space(s) after "for". (keyword-spacing)
(#3) Expected { after 'for' condition. (curly)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Expected space(s) before "if". (keyword-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "for". (keyword-spacing)
(#3) Blocks are nested too deeply (5). (max-depth)
(#3) Expected { after 'for' condition. (curly)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before value for key 'elem'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'matches'. (key-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before value for key 'elem'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'matches'. (key-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "for". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "for". (keyword-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'props'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'fixHooks'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'keyHooks'. (key-spacing)
(#3) Missing space before value for key 'props'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'filter'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'mouseHooks'. (key-spacing)
(#3) Missing space before value for key 'props'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'filter'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Do not nest ternary expressions (no-nested-ternary)
(#3) Unexpected use of '&'. (no-bitwise)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Do not nest ternary expressions (no-nested-ternary)
(#3) Unexpected use of '&'. (no-bitwise)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Unexpected use of '&'. (no-bitwise)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'fix'. (key-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "for". (keyword-spacing)
(#3) Expected { after 'for' condition. (curly)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'special'. (key-spacing)
(#3) Missing space before value for key 'ready'. (key-spacing)
(#3) Missing space before value for key 'setup'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'load'. (key-spacing)
(#3) Missing space before value for key 'noBubble'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'focus'. (key-spacing)
(#3) Missing space before value for key 'delegateType'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'blur'. (key-spacing)
(#3) Missing space before value for key 'delegateType'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'beforeunload'. (key-spacing)
(#3) Missing space before value for key 'setup'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'teardown'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'simulate'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing '()' invoking a constructor (new-parens)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'type'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'isSimulated'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'originalEvent'. (key-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Expected to return a value at the end of this function. (consistent-return)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before value for key 'preventDefault'. (key-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'stopPropagation'. (key-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'stopImmediatePropagation'. (key-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'isDefaultPrevented'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'isPropagationStopped'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'isImmediatePropagationStopped'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'mouseenter'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'mouseleave'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before value for key 'delegateType'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'bindType'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'handle'. (key-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) 'g' is defined but never used (no-unused-vars)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before value for key 'setup'. (key-spacing)
(#3) Expected to return a value at the end of this function. (consistent-return)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Expected space(s) after "return". (keyword-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Identifier '_submit_bubble' is not in camel case. (camelcase)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Identifier '_submit_attached' is not in camel case. (camelcase)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'postDispatch'. (key-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected to return a value at the end of this function. (consistent-return)
(#3) Missing space before value for key 'teardown'. (key-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected space(s) after "return". (keyword-spacing)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before value for key 'setup'. (key-spacing)
(#3) Expected to return a value at the end of this function. (consistent-return)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Expected { after 'if' condition. (curly)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Identifier '_just_changed' is not in camel case. (camelcase)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Identifier '_just_changed' is not in camel case. (camelcase)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Expected space(s) after "return". (keyword-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Identifier '_change_attached' is not in camel case. (camelcase)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected to return a value at the end of this function. (consistent-return)
(#3) Missing space before value for key 'handle'. (key-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'teardown'. (key-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before value for key 'focus'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'blur'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before value for key 'setup'. (key-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'teardown'. (key-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'on'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected { after 'for-in'. (curly)
(#3) Expected space(s) after "for". (keyword-spacing)
(#3) Expected space(s) before "this". (keyword-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'one'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'off'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Expected space(s) before "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Expected { after 'for-in'. (curly)
(#3) Expected space(s) after "for". (keyword-spacing)
(#3) Expected space(s) before "this". (keyword-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Expected space(s) before "if". (keyword-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'bind'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'unbind'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'live'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'die'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'delegate'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'undelegate'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'trigger'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected to return a value at the end of this function. (consistent-return)
(#3) Missing space before value for key 'triggerHandler'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Expected { after 'if' condition. (curly)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'toggle'. (key-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "while". (keyword-spacing)
(#3) Expected { after 'while' condition. (curly)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'hover'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing JSDoc comment. (require-jsdoc)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected space(s) after "for". (keyword-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "while". (keyword-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Expected space(s) before "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Blocks are nested too deeply (5). (max-depth)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Blocks are nested too deeply (6). (max-depth)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Expected space(s) before "else". (keyword-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Expected space(s) before "function". (keyword-spacing)
(#3) Missing JSDoc comment. (require-jsdoc)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Expected space(s) after "for". (keyword-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "while". (keyword-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Expected space(s) before "var". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Function 'anonymous' has a complexity of 31. (complexity)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Expected space(s) after "return". (keyword-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "do". (keyword-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Expected space(s) after "while". (keyword-spacing)
(#3) Expected space(s) before "while". (keyword-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Expected space(s) before "if". (keyword-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "else". (keyword-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected { after 'while' condition. (curly)
(#3) Expected space(s) after "while". (keyword-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Expected space(s) before "else". (keyword-spacing)
(#3) Expected space(s) after "else". (keyword-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before value for key 'expr'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'set'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected { after 'while' condition. (curly)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Expected space(s) after "while". (keyword-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Expected space(s) before "else". (keyword-spacing)
(#3) Expected { after 'else'. (curly)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Expected space(s) before "if". (keyword-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Expected { after 'for' condition. (curly)
(#3) Expected space(s) after "for". (keyword-spacing)
(#3) Expected space(s) before "for". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected { after 'for' condition. (curly)
(#3) Expected space(s) after "for". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected { after 'else'. (curly)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) before "for". (keyword-spacing)
(#3) Expected space(s) after "for". (keyword-spacing)
(#3) Expected { after 'for' condition. (curly)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) after "return". (keyword-spacing)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "for". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "return". (keyword-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing space before value for key 'set'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'expr'. (key-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "while". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Expected space(s) after "for". (keyword-spacing)
(#3) Expected { after 'for-in'. (curly)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Expected space(s) before "if". (keyword-spacing)
(#3) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Expected space(s) before "continue". (keyword-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Blocks are nested too deeply (5). (max-depth)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Expected space(s) before "continue". (keyword-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Expected space(s) before "if". (keyword-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Expected space(s) before "for". (keyword-spacing)
(#3) Expected { after 'for' condition. (curly)
(#3) Expected space(s) after "for". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Unexpected use of '^'. (no-bitwise)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Do not nest ternary expressions (no-nested-ternary)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Expected space(s) after "return". (keyword-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) before "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Expected space(s) before "if". (keyword-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Expected { after 'if' condition. (curly)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Expected { after 'for' condition. (curly)
(#3) Expected space(s) after "for". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Expected space(s) before "else". (keyword-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Expected space(s) before "else". (keyword-spacing)
(#3) Expected { after 'else'. (curly)
(#3) Expected { after 'for' condition. (curly)
(#3) Expected space(s) after "for". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before value for key 'order'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'match'. (key-spacing)
(#3) Missing space before value for key 'ID'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'CLASS'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'NAME'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'ATTR'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'TAG'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'CHILD'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'POS'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'PSEUDO'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'leftMatch'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'attrMap'. (key-spacing)
(#3) Missing space before value for key 'class'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'for'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'attrHandle'. (key-spacing)
(#3) Missing space before value for key 'href'. (key-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'type'. (key-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'relative'. (key-spacing)
(#3) Missing space before value for key '+'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "for". (keyword-spacing)
(#3) Expected { after 'for' condition. (curly)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Expected space(s) before "if". (keyword-spacing)
(#3) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Expected space(s) after "while". (keyword-spacing)
(#3) Expected { after 'while' condition. (curly)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '>'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "for". (keyword-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Expected space(s) after "else". (keyword-spacing)
(#3) Expected space(s) before "else". (keyword-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Expected { after 'for' condition. (curly)
(#3) Expected space(s) after "for". (keyword-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key ''. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '~'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'find'. (key-spacing)
(#3) Missing space before value for key 'ID'. (key-spacing)
(#3) Expected to return a value at the end of this function. (consistent-return)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected to return a value at the end of this function. (consistent-return)
(#3) Missing space before value for key 'NAME'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected { after 'for' condition. (curly)
(#3) Expected space(s) after "for". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'TAG'. (key-spacing)
(#3) Expected to return a value at the end of this function. (consistent-return)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'preFilter'. (key-spacing)
(#3) Missing space before value for key 'CLASS'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected { after 'for' condition. (curly)
(#3) Expected space(s) after "for". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Unexpected use of '^'. (no-bitwise)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Expected space(s) after "return". (keyword-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'ID'. (key-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'TAG'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) 'b' is defined but never used (no-unused-vars)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'CHILD'. (key-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Expected { after 'else'. (curly)
(#3) Expected space(s) before "else". (keyword-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'ATTR'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'PSEUDO'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Expected space(s) before "if". (keyword-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "else". (keyword-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of '^'. (no-bitwise)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "return". (keyword-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Expected space(s) before "else". (keyword-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Expected space(s) after "return". (keyword-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'POS'. (key-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'filters'. (key-spacing)
(#3) Missing space before value for key 'enabled'. (key-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'disabled'. (key-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'checked'. (key-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'selected'. (key-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'parent'. (key-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected space(s) after "return". (keyword-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'empty'. (key-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Expected space(s) after "return". (keyword-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'has'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected space(s) after "return". (keyword-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'header'. (key-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Expected space(s) after "return". (keyword-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'text'. (key-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'radio'. (key-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'checkbox'. (key-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'file'. (key-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'password'. (key-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'submit'. (key-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "return". (keyword-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'image'. (key-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'reset'. (key-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Expected space(s) after "return". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'button'. (key-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'input'. (key-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Expected space(s) after "return". (keyword-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'focus'. (key-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'setFilters'. (key-spacing)
(#3) Missing space before value for key 'first'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'last'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'even'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'odd'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'lt'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'gt'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'nth'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'eq'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'filter'. (key-spacing)
(#3) Expected to return a value at the end of this function. (consistent-return)
(#3) Missing space before value for key 'PSEUDO'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Expected space(s) after "return". (keyword-spacing)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected { after 'for' condition. (curly)
(#3) Expected space(s) after "for". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Expected space(s) before "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Expected space(s) after "return". (keyword-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Expected space(s) after "return". (keyword-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected to return a value at the end of this function. (consistent-return)
(#3) Missing space before value for key 'CHILD'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) 'h' is defined but never used (no-unused-vars)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Expected space(s) after "switch". (keyword-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Expected space(s) after "case". (keyword-spacing)
(#3) Expected space(s) after "case". (keyword-spacing)
(#3) Expected space(s) after "while". (keyword-spacing)
(#3) Expected { after 'while' condition. (curly)
(#3) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) before "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Expected space(s) after "return". (keyword-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Expected space(s) after "return". (keyword-spacing)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "case". (keyword-spacing)
(#3) Expected a 'break' statement before 'case'. (no-fallthrough)
(#3) Expected { after 'while' condition. (curly)
(#3) Expected space(s) after "while". (keyword-spacing)
(#3) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) before "if". (keyword-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Expected space(s) after "return". (keyword-spacing)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "return". (keyword-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "case". (keyword-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Expected space(s) after "return". (keyword-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected { after 'for' condition. (curly)
(#3) Expected space(s) after "for". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'ID'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'TAG'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'CLASS'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected space(s) after "return". (keyword-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'ATTR'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Do not nest ternary expressions (no-nested-ternary)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Do not nest ternary expressions (no-nested-ternary)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Do not nest ternary expressions (no-nested-ternary)
(#3) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Do not nest ternary expressions (no-nested-ternary)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Do not nest ternary expressions (no-nested-ternary)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Do not nest ternary expressions (no-nested-ternary)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Do not nest ternary expressions (no-nested-ternary)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Do not nest ternary expressions (no-nested-ternary)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Do not nest ternary expressions (no-nested-ternary)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Do not nest ternary expressions (no-nested-ternary)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Do not nest ternary expressions (no-nested-ternary)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected to return a value at the end of this function. (consistent-return)
(#3) Missing space before value for key 'POS'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Expected space(s) after "return". (keyword-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected { after 'for-in'. (curly)
(#3) Expected space(s) after "for". (keyword-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "try". (keyword-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Expected space(s) after "catch". (keyword-spacing)
(#3) Expected space(s) before "catch". (keyword-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Expected { after 'for' condition. (curly)
(#3) Expected space(s) after "for". (keyword-spacing)
(#3) Expected space(s) before "for". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected { after 'else'. (curly)
(#3) Expected { after 'for' condition. (curly)
(#3) Expected space(s) after "for". (keyword-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Expected space(s) before "var". (keyword-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Expected space(s) before "if". (keyword-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Unexpected use of '&'. (no-bitwise)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) before "if". (keyword-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Expected space(s) after "return". (keyword-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected { after 'while' condition. (curly)
(#3) Expected space(s) after "while". (keyword-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "while". (keyword-spacing)
(#3) Expected { after 'while' condition. (curly)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "for". (keyword-spacing)
(#3) Expected { after 'for' condition. (curly)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) before "if". (keyword-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) 'k' used outside of binding context. (block-scoped-var)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) 'k' used outside of binding context. (block-scoped-var)
(#3) A space is required after ','. (comma-spacing)
(#3) 'k' used outside of binding context. (block-scoped-var)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "while". (keyword-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Expected space(s) after "return". (keyword-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing '()' invoking a constructor (new-parens)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Expected to return a value at the end of this function. (consistent-return)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Do not nest ternary expressions (no-nested-ternary)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected { after 'for' condition. (curly)
(#3) Expected space(s) after "for". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Function 'anonymous' has a complexity of 21. (complexity)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Expected space(s) before "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Expected space(s) after "try". (keyword-spacing)
(#3) Expected space(s) before "try". (keyword-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Expected space(s) after "catch". (keyword-spacing)
(#3) Expected space(s) before "catch". (keyword-spacing)
(#3) Empty block statement. (no-empty)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space before '}'. (block-spacing)
(#3) Expected space(s) before "else". (keyword-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "try". (keyword-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Expected space(s) before "catch". (keyword-spacing)
(#3) Expected space(s) after "catch". (keyword-spacing)
(#3) Empty block statement. (no-empty)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected space(s) after "finally". (keyword-spacing)
(#3) Expected space(s) before "finally". (keyword-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected { after 'for-in'. (curly)
(#3) Expected space(s) after "for". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "try". (keyword-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Expected space(s) after "catch". (keyword-spacing)
(#3) Expected space(s) before "catch". (keyword-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Unnecessary escape character: \= (no-useless-escape)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Expected space(s) before "try". (keyword-spacing)
(#3) Expected space(s) after "try". (keyword-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Expected space(s) before "catch". (keyword-spacing)
(#3) Expected space(s) after "catch". (keyword-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Empty block statement. (no-empty)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Expected to return a value at the end of this function. (consistent-return)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Do not nest ternary expressions (no-nested-ternary)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected space(s) after "return". (keyword-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Unexpected use of '&'. (no-bitwise)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected space(s) after "return". (keyword-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected { after 'while' condition. (curly)
(#3) Expected space(s) after "while". (keyword-spacing)
(#3) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "for". (keyword-spacing)
(#3) Expected { after 'for' condition. (curly)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before value for key 'children'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'contents'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'next'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'prev'. (key-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Missing space before value for key 'find'. (key-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Expected to return a value at the end of this function. (consistent-return)
(#3) Expected to return a value at the end of this function. (array-callback-return)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected { after 'for' condition. (curly)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Expected space(s) after "for". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) before "if". (keyword-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Expected space(s) after "return". (keyword-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "for". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Expected { after 'if' condition. (curly)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Expected space(s) before "for". (keyword-spacing)
(#3) Expected space(s) after "for". (keyword-spacing)
(#3) Expected { after 'for' condition. (curly)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) before "for". (keyword-spacing)
(#3) Expected space(s) after "for". (keyword-spacing)
(#3) Expected { after 'for' condition. (curly)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Expected space(s) before "if". (keyword-spacing)
(#3) Blocks are nested too deeply (5). (max-depth)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'has'. (key-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Expected to return a value at the end of this function. (array-callback-return)
(#3) Expected to return a value at the end of this function. (consistent-return)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Expected { after 'for' condition. (curly)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Expected space(s) after "for". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) before "if". (keyword-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected space(s) after "return". (keyword-spacing)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'not'. (key-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'filter'. (key-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'is'. (key-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Expected space(s) after "return". (keyword-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Do not nest ternary expressions (no-nested-ternary)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'closest'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "while". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Expected { after 'for' condition. (curly)
(#3) Expected space(s) after "for". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before value for key 'selector'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'elem'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'level'. (key-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Expected space(s) before "var". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "for". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Expected space(s) after "while". (keyword-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Expected { after 'if' condition. (curly)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Expected space(s) before "break". (keyword-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'index'. (key-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'add'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'andSelf'. (key-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'parent'. (key-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'parents'. (key-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'parentsUntil'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'next'. (key-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'prev'. (key-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'nextAll'. (key-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'prevAll'. (key-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'nextUntil'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'prevUntil'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'siblings'. (key-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'children'. (key-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'contents'. (key-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'filter'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Do not nest ternary expressions (no-nested-ternary)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'dir'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected { after 'while' condition. (curly)
(#3) Expected space(s) after "while". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) 'd' is not modified in this loop. (no-unmodified-loop-condition)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) 'b' is not modified in this loop. (no-unmodified-loop-condition)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'nth'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) 'd' is defined but never used (no-unused-vars)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "for". (keyword-spacing)
(#3) Expected { after 'for' condition. (curly)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Expected space(s) before "if". (keyword-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Expected space(s) before "break". (keyword-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'sibling'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected { after 'for' condition. (curly)
(#3) Expected space(s) after "for". (keyword-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before value for key 'option'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'legend'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'thead'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'tr'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'td'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'col'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'area'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_default'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'text'. (key-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'wrapAll'. (key-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "while". (keyword-spacing)
(#3) Expected { after 'while' condition. (curly)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'wrapInner'. (key-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'wrap'. (key-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'unwrap'. (key-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'append'. (key-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'prepend'. (key-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected to return a value at the end of this function. (consistent-return)
(#3) Missing space before value for key 'before'. (key-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#4) Line 4 exceeds the maximum line length of 132. (max-len)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) Requires a space before '}'. (block-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected to return a value at the end of this function. (consistent-return)
(#4) Missing space before value for key 'after'. (key-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Expected { after 'if' condition. (curly)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Expected space(s) before "return". (keyword-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) A space is required after ','. (comma-spacing)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) Requires a space before '}'. (block-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'remove'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Expected space(s) after "for". (keyword-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Expected { after 'for' condition. (curly)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected { after 'if' condition. (curly)
(#4) Expected space(s) before "if". (keyword-spacing)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Unexpected use of comma operator. (no-sequences)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'empty'. (key-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Expected space(s) after "for". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Expected space(s) after "while". (keyword-spacing)
(#4) Expected { after 'while' condition. (curly)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) Expected space(s) before "return". (keyword-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'clone'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Unexpected use of comma operator. (no-sequences)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'html'. (key-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected to return a value at the end of this function. (consistent-return)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected { after 'if' condition. (curly)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Expected space(s) before "return". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected space(s) after "try". (keyword-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space after '{'. (block-spacing)
(#4) Expected { after 'for' condition. (curly)
(#4) Expected space(s) after "for". (keyword-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Unexpected use of comma operator. (no-sequences)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) Expected space(s) before "catch". (keyword-spacing)
(#4) Expected space(s) after "catch". (keyword-spacing)
(#4) Empty block statement. (no-empty)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space before '}'. (block-spacing)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'replaceWith'. (key-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Expected { after 'if' condition. (curly)
(#4) Expected space(s) before "return". (keyword-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Unexpected use of comma operator. (no-sequences)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Expected space(s) before "return". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'detach'. (key-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'domManip'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected { after 'if' condition. (curly)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Expected space(s) before "return". (keyword-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected { after 'if' condition. (curly)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Expected space(s) before "return". (keyword-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Unexpected use of comma operator. (no-sequences)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Unexpected use of comma operator. (no-sequences)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing space before value for key 'fragment'. (key-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected { after 'for' condition. (curly)
(#4) Expected space(s) after "for". (keyword-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing space before value for key 'type'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'global'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'url'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'async'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'dataType'. (key-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Unexpected use of comma operator. (no-sequences)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Expected space(s) before "return". (keyword-spacing)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Unexpected use of comma operator. (no-sequences)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Expected space(s) after "return". (keyword-spacing)
(#4) Missing space before value for key 'fragment'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'cacheable'. (key-spacing)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'appendTo'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'prependTo'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'insertBefore'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'insertAfter'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'replaceAll'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) Expected space(s) after "for". (keyword-spacing)
(#4) Expected space(s) before "for". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) A space is required after ','. (comma-spacing)
(#4) Unexpected use of comma operator. (no-sequences)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Expected space(s) before "return". (keyword-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'clone'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Unexpected use of comma operator. (no-sequences)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected { after 'for' condition. (curly)
(#4) Expected space(s) after "for". (keyword-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Expected space(s) before "if". (keyword-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Unexpected use of comma operator. (no-sequences)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Expected space(s) after "for". (keyword-spacing)
(#4) Expected { after 'for' condition. (curly)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'clean'. (key-spacing)
(#4) Function 'clean' has a complexity of 26. (complexity)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Unexpected use of comma operator. (no-sequences)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected space(s) after "for". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected { after 'if' condition. (curly)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Expected space(s) before "continue". (keyword-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected { after 'if' condition. (curly)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Expected space(s) before "if". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected space(s) after "else". (keyword-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#4) A space is required after ','. (comma-spacing)
(#4) Unexpected use of comma operator. (no-sequences)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected space(s) after "while". (keyword-spacing)
(#4) Expected { after 'while' condition. (curly)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Do not nest ternary expressions (no-nested-ternary)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected space(s) after "for". (keyword-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Expected { after 'for' condition. (curly)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Unexpected use of comma operator. (no-sequences)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) Expected space(s) before "var". (keyword-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected { after 'if' condition. (curly)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Expected space(s) before "if". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Expected space(s) after "for". (keyword-spacing)
(#4) Expected space(s) before "for". (keyword-spacing)
(#4) Expected { after 'for' condition. (curly)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Expected space(s) before "if". (keyword-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Expected space(s) after "return". (keyword-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Expected space(s) after "for". (keyword-spacing)
(#4) 'k' used outside of binding context. (block-scoped-var)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) 'k' used outside of binding context. (block-scoped-var)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) 'k' used outside of binding context. (block-scoped-var)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) 'k' used outside of binding context. (block-scoped-var)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Expected { after 'if' condition. (curly)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected space(s) after "else". (keyword-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) A space is required after ','. (comma-spacing)
(#4) 'k' used outside of binding context. (block-scoped-var)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Expected space(s) before "return". (keyword-spacing)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'cleanData'. (key-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected space(s) after "for". (keyword-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Expected { after 'if' condition. (curly)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Expected space(s) before "continue". (keyword-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Expected space(s) after "for". (keyword-spacing)
(#4) Expected { after 'for-in'. (curly)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Unexpected use of comma operator. (no-sequences)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) Requires a space before '}'. (block-spacing)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing space before value for key 'position'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'visibility'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'display'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Unexpected use of comma operator. (no-sequences)
(#4) Missing space before value for key 'cssHooks'. (key-spacing)
(#4) Missing space before value for key 'opacity'. (key-spacing)
(#4) Missing space before value for key 'get'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Expected space(s) before "return". (keyword-spacing)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'cssNumber'. (key-spacing)
(#4) Missing space before value for key 'fillOpacity'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'fontWeight'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'lineHeight'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'opacity'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'orphans'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'widows'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'zIndex'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'zoom'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'cssProps'. (key-spacing)
(#4) Missing space before value for key 'float'. (key-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected to return a value at the end of this function. (consistent-return)
(#4) Missing space before value for key 'style'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Expected { after 'if' condition. (curly)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Expected space(s) before "return". (keyword-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Unexpected use of comma operator. (no-sequences)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected { after 'if' condition. (curly)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Expected a return value. (consistent-return)
(#4) Expected space(s) before "return". (keyword-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected { after 'if' condition. (curly)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Expected space(s) before "try". (keyword-spacing)
(#4) Expected space(s) after "try". (keyword-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) Expected space(s) before "catch". (keyword-spacing)
(#4) Expected space(s) after "catch". (keyword-spacing)
(#4) Empty block statement. (no-empty)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space before '}'. (block-spacing)
(#4) Requires a space before '}'. (block-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'css'. (key-spacing)
(#4) Expected to return a value at the end of this function. (consistent-return)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Unexpected use of comma operator. (no-sequences)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Expected { after 'if' condition. (curly)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Expected space(s) before "return". (keyword-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected { after 'if' condition. (curly)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Expected space(s) before "return". (keyword-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'swap'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected { after 'for-in'. (curly)
(#4) Expected space(s) after "for". (keyword-spacing)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Unexpected use of comma operator. (no-sequences)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected { after 'for-in'. (curly)
(#4) Expected space(s) after "for". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Unexpected use of comma operator. (no-sequences)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Unexpected use of comma operator. (no-sequences)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Expected to return a value at the end of this function. (consistent-return)
(#4) Missing space before value for key 'get'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Expected { after 'if' condition. (curly)
(#4) Expected space(s) before "return". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'set'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing space before value for key 'get'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Do not nest ternary expressions (no-nested-ternary)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'set'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Expected { after 'if' condition. (curly)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Expected space(s) before "return". (keyword-spacing)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing space before value for key 'get'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'display'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Expected space(s) after "return". (keyword-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'margin'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'padding'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'border'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing space before value for key 'expand'. (key-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected { after 'for' condition. (curly)
(#4) Expected space(s) after "for". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected space(s) after "try". (keyword-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) Expected space(s) before "catch". (keyword-spacing)
(#4) Expected space(s) after "catch". (keyword-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Unexpected use of comma operator. (no-sequences)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Unexpected use of comma operator. (no-sequences)
(#4) Missing space before value for key 'load'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Expected { after 'if' condition. (curly)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Expected space(s) before "return". (keyword-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Expected { after 'if' condition. (curly)
(#4) Expected space(s) before "return". (keyword-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) Expected space(s) before "var". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Missing space before value for key 'url'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'type'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'dataType'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'data'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'complete'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Unexpected use of comma operator. (no-sequences)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) 'g' used outside of binding context. (block-scoped-var)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) 'g' used outside of binding context. (block-scoped-var)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'serialize'. (key-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'serializeArray'. (key-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Do not nest ternary expressions (no-nested-ternary)
(#4) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) 'c' is defined but never used (no-unused-vars)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Expected space(s) after "return". (keyword-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Missing space before value for key 'name'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'value'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing space before value for key 'name'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'value'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Missing space before value for key 'type'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'url'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'data'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'success'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'dataType'. (key-spacing)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'getScript'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'getJSON'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'ajaxSetup'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Unexpected use of comma operator. (no-sequences)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'ajaxSettings'. (key-spacing)
(#4) Missing space before value for key 'url'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'isLocal'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'global'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'type'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'contentType'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'processData'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'async'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'accepts'. (key-spacing)
(#4) Missing space before value for key 'xml'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'html'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'text'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'json'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key '*'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'contents'. (key-spacing)
(#4) Missing space before value for key 'xml'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'html'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'json'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'responseFields'. (key-spacing)
(#4) Missing space before value for key 'xml'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'text'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'converters'. (key-spacing)
(#4) Missing space before value for key '* text'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'text html'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'text json'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'text xml'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'flatOptions'. (key-spacing)
(#4) Missing space before value for key 'context'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'url'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'ajaxPrefilter'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'ajaxTransport'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'ajax'. (key-spacing)
(#4) Function 'ajax' has a complexity of 30. (complexity)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing JSDoc comment. (require-jsdoc)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Unexpected use of comma operator. (no-sequences)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Expected { after 'if' condition. (curly)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Expected { after 'if' condition. (curly)
(#4) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Expected { after 'if' condition. (curly)
(#4) Expected space(s) before "if". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Unexpected use of comma operator. (no-sequences)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected { after 'else'. (curly)
(#4) Expected space(s) after "try". (keyword-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Unexpected use of comma operator. (no-sequences)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) Expected space(s) before "catch". (keyword-spacing)
(#4) Expected space(s) after "catch". (keyword-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Unexpected use of comma operator. (no-sequences)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) Requires a space before '}'. (block-spacing)
(#4) Expected space(s) before "else". (keyword-spacing)
(#4) Expected space(s) after "else". (keyword-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Expected { after 'if' condition. (curly)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Unexpected use of comma operator. (no-sequences)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Unexpected use of comma operator. (no-sequences)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) Requires a space before '}'. (block-spacing)
(#4) Expected space(s) before "typeof". (keyword-spacing)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Unexpected use of comma operator. (no-sequences)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing space before value for key 'readyState'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'setRequestHeader'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Unexpected use of comma operator. (no-sequences)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Expected space(s) before "return". (keyword-spacing)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'getAllResponseHeaders'. (key-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'getResponseHeader'. (key-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Expected { after 'while' condition. (curly)
(#4) Expected space(s) after "while". (keyword-spacing)
(#4) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Expected space(s) before "return". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'overrideMimeType'. (key-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'abort'. (key-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Unexpected use of comma operator. (no-sequences)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) A space is required after ','. (comma-spacing)
(#4) Unexpected use of comma operator. (no-sequences)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Expected { after 'if' condition. (curly)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Expected space(s) after "for". (keyword-spacing)
(#4) Expected space(s) before "for". (keyword-spacing)
(#4) Expected { after 'for-in'. (curly)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected { after 'else'. (curly)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Unexpected use of comma operator. (no-sequences)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) Expected space(s) before "return". (keyword-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Expected { after 'if' condition. (curly)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Expected space(s) after "return". (keyword-spacing)
(#4) Expected space(s) before "return". (keyword-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Unexpected use of comma operator. (no-sequences)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Unexpected use of comma operator. (no-sequences)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Unexpected use of comma operator. (no-sequences)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected space(s) after "for". (keyword-spacing)
(#4) Expected { after 'for-in'. (curly)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected space(s) after "return". (keyword-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) Expected space(s) before "for". (keyword-spacing)
(#4) Expected space(s) after "for". (keyword-spacing)
(#4) Expected { after 'for-in'. (curly)
(#4) Expected space(s) after "in". (keyword-spacing)
(#4) Missing space before value for key 'success'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'error'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'complete'. (key-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected { after 'if' condition. (curly)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected space(s) after "else". (keyword-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Unexpected use of comma operator. (no-sequences)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected space(s) after "try". (keyword-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space after '{'. (block-spacing)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Unexpected use of comma operator. (no-sequences)
(#4) A space is required after ','. (comma-spacing)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) Expected space(s) before "catch". (keyword-spacing)
(#4) Expected space(s) after "catch". (keyword-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Expected { after 'if' condition. (curly)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected { after 'else'. (curly)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) Requires a space before '}'. (block-spacing)
(#4) Expected space(s) before "return". (keyword-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'param'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Unexpected use of comma operator. (no-sequences)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Expected { after 'if' condition. (curly)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) A space is required after ','. (comma-spacing)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected { after 'else'. (curly)
(#4) Expected { after 'for-in'. (curly)
(#4) Expected space(s) after "for". (keyword-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'active'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'lastModified'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'etag'. (key-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Unnecessary escape character: \= (no-useless-escape)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Missing space before value for key 'jsonp'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'jsonpCallback'. (key-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) Unexpected use of comma operator. (no-sequences)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected to return a value at the end of this function. (consistent-return)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Unexpected use of comma operator. (no-sequences)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Unexpected use of comma operator. (no-sequences)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Expected space(s) after "return". (keyword-spacing)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'accepts'. (key-spacing)
(#4) Missing space before value for key 'script'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'contents'. (key-spacing)
(#4) Missing space before value for key 'script'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'converters'. (key-spacing)
(#4) Missing space before value for key 'text script'. (key-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Unexpected use of comma operator. (no-sequences)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected to return a value at the end of this function. (consistent-return)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Expected space(s) after "return". (keyword-spacing)
(#4) Missing space before value for key 'send'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Unexpected use of comma operator. (no-sequences)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Expected { after 'if' condition. (curly)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Unexpected use of comma operator. (no-sequences)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'abort'. (key-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Expected { after 'for-in'. (curly)
(#4) Expected space(s) after "for". (keyword-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Expected space(s) after "return". (keyword-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) Unexpected use of comma operator. (no-sequences)
(#4) A space is required after ','. (comma-spacing)
(#4) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'ajax'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'cors'. (key-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Expected to return a value at the end of this function. (consistent-return)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Expected space(s) after "return". (keyword-spacing)
(#4) Missing space before value for key 'send'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected { after 'if' condition. (curly)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Expected space(s) after "for". (keyword-spacing)
(#4) Expected space(s) before "for". (keyword-spacing)
(#4) Expected { after 'for-in'. (curly)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Unexpected use of comma operator. (no-sequences)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected space(s) after "try". (keyword-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Expected { after 'for-in'. (curly)
(#4) Expected space(s) after "for". (keyword-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) Expected space(s) before "catch". (keyword-spacing)
(#4) Expected space(s) after "catch". (keyword-spacing)
(#4) Empty block statement. (no-empty)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Unexpected use of comma operator. (no-sequences)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected space(s) after "try". (keyword-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Unexpected use of comma operator. (no-sequences)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Expected { after 'if' condition. (curly)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected space(s) after "else". (keyword-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Unexpected use of comma operator. (no-sequences)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected space(s) after "try". (keyword-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) Expected space(s) after "catch". (keyword-spacing)
(#4) Expected space(s) before "catch". (keyword-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Empty block statement. (no-empty)
(#4) Expected space(s) before "try". (keyword-spacing)
(#4) Expected space(s) after "try". (keyword-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) Expected space(s) after "catch". (keyword-spacing)
(#4) Expected space(s) before "catch". (keyword-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) Requires a space before '}'. (block-spacing)
(#4) Expected space(s) after "catch". (keyword-spacing)
(#4) Expected space(s) before "catch". (keyword-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'abort'. (key-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Missing space before value for key 'show'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Expected { after 'if' condition. (curly)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Expected space(s) before "return". (keyword-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected { after 'for' condition. (curly)
(#4) Expected space(s) after "for". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Unexpected use of comma operator. (no-sequences)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected space(s) after "for". (keyword-spacing)
(#4) 'g' used outside of binding context. (block-scoped-var)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) 'g' used outside of binding context. (block-scoped-var)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) 'h' used outside of binding context. (block-scoped-var)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) 'g' used outside of binding context. (block-scoped-var)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) 'g' used outside of binding context. (block-scoped-var)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Expected { after 'if' condition. (curly)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) Expected space(s) before "return". (keyword-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'hide'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Expected { after 'if' condition. (curly)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Expected space(s) before "return". (keyword-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected space(s) after "for". (keyword-spacing)
(#4) Expected { after 'for' condition. (curly)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Unexpected use of comma operator. (no-sequences)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected { after 'for' condition. (curly)
(#4) Expected space(s) after "for". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Expected space(s) before "this". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key '_toggle'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'toggle'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Do not nest ternary expressions (no-nested-ternary)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'fadeTo'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'opacity'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'animate'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Missing JSDoc comment. (require-jsdoc)
(#4) Function 'g' has a complexity of 27. (complexity)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected space(s) after "for". (keyword-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Unexpected use of comma operator. (no-sequences)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Unexpected use of comma operator. (no-sequences)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Expected { after 'for-in'. (curly)
(#4) Expected space(s) after "for". (keyword-spacing)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) Expected space(s) after "for". (keyword-spacing)
(#4) Expected space(s) before "for". (keyword-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Unexpected use of comma operator. (no-sequences)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Expected { after 'if' condition. (curly)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Expected space(s) before "return". (keyword-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected { after 'for-in'. (curly)
(#4) Expected space(s) after "for". (keyword-spacing)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Unexpected use of comma operator. (no-sequences)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Do not nest ternary expressions (no-nested-ternary)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected space(s) after "return". (keyword-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) Expected space(s) before "var". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected { after 'if' condition. (curly)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Expected space(s) before "return". (keyword-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'stop'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Unexpected use of comma operator. (no-sequences)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Missing JSDoc comment. (require-jsdoc)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Unexpected use of comma operator. (no-sequences)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) Expected space(s) before "var". (keyword-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Expected { after 'if' condition. (curly)
(#4) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Expected space(s) after "for". (keyword-spacing)
(#4) Expected { after 'for-in'. (curly)
(#4) Expected space(s) before "for". (keyword-spacing)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected { after 'else'. (curly)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected { after 'for' condition. (curly)
(#4) Expected space(s) after "for". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) Unexpected use of comma operator. (no-sequences)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'slideDown'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'slideUp'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'slideToggle'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'fadeIn'. (key-spacing)
(#4) Missing space before value for key 'opacity'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'fadeOut'. (key-spacing)
(#4) Missing space before value for key 'opacity'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'fadeToggle'. (key-spacing)
(#4) Missing space before value for key 'opacity'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'speed'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'complete'. (key-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'duration'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'easing'. (key-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Do not nest ternary expressions (no-nested-ternary)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Do not nest ternary expressions (no-nested-ternary)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected { after 'if' condition. (curly)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Unexpected use of comma operator. (no-sequences)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Unexpected use of comma operator. (no-sequences)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'easing'. (key-spacing)
(#4) Missing space before value for key 'linear'. (key-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'swing'. (key-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Expected space(s) after "return". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'timers'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'fx'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Unexpected use of comma operator. (no-sequences)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing space before value for key 'update'. (key-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Unexpected use of comma operator. (no-sequences)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'cur'. (key-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Expected { after 'if' condition. (curly)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Expected space(s) before "return". (keyword-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Do not nest ternary expressions (no-nested-ternary)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'custom'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing JSDoc comment. (require-jsdoc)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) Expected space(s) before "var". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Unexpected use of comma operator. (no-sequences)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'show'. (key-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Unexpected use of comma operator. (no-sequences)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'hide'. (key-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Unexpected use of comma operator. (no-sequences)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'step'. (key-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Unexpected use of comma operator. (no-sequences)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected space(s) after "for". (keyword-spacing)
(#4) Expected { after 'for-in'. (curly)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) A space is required after ','. (comma-spacing)
(#4) Unexpected use of comma operator. (no-sequences)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Expected { after 'if' condition. (curly)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Expected space(s) after "for". (keyword-spacing)
(#4) Expected space(s) before "for". (keyword-spacing)
(#4) Expected { after 'for-in'. (curly)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Unexpected use of comma operator. (no-sequences)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Unexpected use of comma operator. (no-sequences)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Expected space(s) after "return". (keyword-spacing)
(#4) Expected space(s) before "return". (keyword-spacing)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Unexpected use of comma operator. (no-sequences)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Expected space(s) after "return". (keyword-spacing)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'tick'. (key-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected { after 'for' condition. (curly)
(#4) Expected space(s) after "for". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Unexpected use of comma operator. (no-sequences)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'interval'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'stop'. (key-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Unexpected use of comma operator. (no-sequences)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'speeds'. (key-spacing)
(#4) Missing space before value for key 'slow'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'fast'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key '_default'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'step'. (key-spacing)
(#4) Missing space before value for key 'opacity'. (key-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key '_default'. (key-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) A space is required after ','. (comma-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Expected space(s) after "try". (keyword-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Requires a space after '{'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) Expected space(s) before "catch". (keyword-spacing)
(#4) Expected space(s) after "catch". (keyword-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Empty block statement. (no-empty)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Expected space(s) before "if". (keyword-spacing)
(#4) Expected { after 'if' condition. (curly)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected space(s) before "return". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing space before value for key 'top'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'left'. (key-spacing)
(#4) Missing space before value for key 'top'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'left'. (key-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Expected space(s) after "return". (keyword-spacing)
(#4) Missing space before value for key 'top'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'left'. (key-spacing)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) 'g' is defined but never used (no-unused-vars)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected space(s) after "while". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Expected { after 'if' condition. (curly)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Expected space(s) before "break". (keyword-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Unexpected use of comma operator. (no-sequences)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Expected space(s) before "if". (keyword-spacing)
(#4) Expected { after 'if' condition. (curly)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Unexpected use of comma operator. (no-sequences)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Expected space(s) after "return". (keyword-spacing)
(#4) Missing space before value for key 'top'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'left'. (key-spacing)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) Unexpected use of comma operator. (no-sequences)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Expected { after 'if' condition. (curly)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Expected space(s) before "return". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected { after 'if' condition. (curly)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Expected space(s) before "return". (keyword-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected { after 'if' condition. (curly)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Expected space(s) before "return". (keyword-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing space before value for key 'bodyOffset'. (key-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected space(s) after "return". (keyword-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Missing space before value for key 'top'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'left'. (key-spacing)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'setOffset'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Unexpected use of comma operator. (no-sequences)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'position'. (key-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Expected { after 'if' condition. (curly)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Expected space(s) before "return". (keyword-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing space before value for key 'top'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'left'. (key-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Unexpected use of comma operator. (no-sequences)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Expected space(s) after "return". (keyword-spacing)
(#4) Missing space before value for key 'top'. (key-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'left'. (key-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'offsetParent'. (key-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected { after 'while' condition. (curly)
(#4) Expected space(s) after "while". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'scrollLeft'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'scrollTop'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected to return a value at the end of this function. (consistent-return)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected { after 'if' condition. (curly)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Expected space(s) before "return". (keyword-spacing)
(#4) Do not nest ternary expressions (no-nested-ternary)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'Height'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'Width'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Do not nest ternary expressions (no-nested-ternary)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Unexpected use of comma operator. (no-sequences)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Do not nest ternary expressions (no-nested-ternary)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected to return a value at the end of this function. (consistent-return)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Unexpected use of comma operator. (no-sequences)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Expected space(s) before "if". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected { after 'if' condition. (curly)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Expected space(s) before "return". (keyword-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) Expected space(s) before "if". (keyword-spacing)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Unexpected use of comma operator. (no-sequences)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) A space is required after ','. (comma-spacing)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
mod/offlinequiz/jquery/jquery.doubleScroll.js
(#13) Trailing spaces not allowed. (no-trailing-spaces)
(#14) Missing space before opening brace. (space-before-blocks)
(#18) Line 18 exceeds the maximum line length of 132. (max-len)
(#19) Trailing spaces not allowed. (no-trailing-spaces)
(#20) Trailing spaces not allowed. (no-trailing-spaces)
(#22) Missing space before value for key 'overflow-y'. (key-spacing)
(#26) Missing space before value for key 'overflow-y'. (key-spacing)
(#28) Trailing spaces not allowed. (no-trailing-spaces)
(#29) Extra space after key '_create'. (key-spacing)
(#37) Trailing spaces not allowed. (no-trailing-spaces)
(#41) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#46) Missing space before opening brace. (space-before-blocks)
(#49) Trailing spaces not allowed. (no-trailing-spaces)
(#51) Missing space before opening brace. (space-before-blocks)
(#64) 'jQuery' is not defined. (no-undef)
mod/offlinequiz/lib/jquery/external/jquery.bgiframe-2.1.1.js
(#2) Trailing spaces not allowed. (no-trailing-spaces)
(#10) Line 10 exceeds the maximum line length of 132. (max-len)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Requires a space after '{'. (block-spacing)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Expected space(s) after "if". (keyword-spacing)
(#10) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing space before value for key 'top'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'left'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'width'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'height'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'opacity'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'src'. (key-spacing)
(#10) Script URL is a form of eval. (no-script-url)
(#10) A space is required after ','. (comma-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Requires a space before '}'. (block-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Requires a space after '{'. (block-spacing)
(#10) Expected space(s) after "if". (keyword-spacing)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Expected { after 'if' condition. (curly)
(#10) A space is required after ','. (comma-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Expected space(s) before "this". (keyword-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Requires a space before '}'. (block-spacing)
(#10) Requires a space before '}'. (block-spacing)
(#10) Expected space(s) before "return". (keyword-spacing)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Requires a space before '}'. (block-spacing)
(#10) Requires a space before '}'. (block-spacing)
(#10) 'jQuery' is not defined. (no-undef)
mod/offlinequiz/lib/jquery/external/jquery.cookie.js
(#1) Expected space or tab after '/*' in comment. (spaced-comment)
(#1) Expected space or tab after '/*' in comment. (spaced-comment)
(#46) JSDoc syntax error. (valid-jsdoc)
(#60) Unexpected space before function parentheses. (space-before-function-paren)
(#71) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#78) Line 78 exceeds the maximum line length of 132. (max-len)
(#87) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#87) Unexpected space before function parentheses. (space-before-function-paren)
(#87) Statement inside of curly braces should be on next line. (brace-style)
(#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) Line 88 exceeds the maximum line length of 132. (max-len)
mod/offlinequiz/lib/jquery/external/jquery.metadata.js
(#21) Trailing spaces not allowed. (no-trailing-spaces)
(#23) Trailing spaces not allowed. (no-trailing-spaces)
(#26) Trailing spaces not allowed. (no-trailing-spaces)
(#31) Trailing spaces not allowed. (no-trailing-spaces)
(#38) Trailing spaces not allowed. (no-trailing-spaces)
(#43) Trailing spaces not allowed. (no-trailing-spaces)
(#48) Trailing spaces not allowed. (no-trailing-spaces)
(#60) Extra space after key 'metadata'. (key-spacing)
(#61) Extra space after key 'defaults'. (key-spacing)
(#67) There should be no spaces inside this paren. (space-in-parens)
(#67) There should be no spaces inside this paren. (space-in-parens)
(#67) Missing space before opening brace. (space-before-blocks)
(#71) There should be no spaces inside this paren. (space-in-parens)
(#71) There should be no spaces inside this paren. (space-in-parens)
(#71) Missing space before opening brace. (space-before-blocks)
(#72) A space is required after ','. (comma-spacing)
(#72) A space is required after ','. (comma-spacing)
(#74) Expected { after 'if' condition. (curly)
(#74) There should be no spaces inside this paren. (space-in-parens)
(#74) There should be no spaces inside this paren. (space-in-parens)
(#75) Trailing spaces not allowed. (no-trailing-spaces)
(#78) Expected { after 'if' condition. (curly)
(#78) There should be no spaces inside this paren. (space-in-parens)
(#78) There should be no spaces inside this paren. (space-in-parens)
(#79) Trailing spaces not allowed. (no-trailing-spaces)
(#81) Trailing spaces not allowed. (no-trailing-spaces)
(#82) There should be no spaces inside this paren. (space-in-parens)
(#82) There should be no spaces inside this paren. (space-in-parens)
(#83) There should be no spaces inside this paren. (space-in-parens)
(#83) There should be no spaces inside this paren. (space-in-parens)
(#84) Expected { after 'if' condition. (curly)
(#84) There should be no spaces inside this paren. (space-in-parens)
(#84) There should be no spaces inside this paren. (space-in-parens)
(#86) There should be no spaces inside this paren. (space-in-parens)
(#86) There should be no spaces inside this paren. (space-in-parens)
(#87) Expected space(s) after "if". (keyword-spacing)
(#87) Expected { after 'if' condition. (curly)
(#87) There should be no spaces inside this paren. (space-in-parens)
(#87) There should be no spaces inside this paren. (space-in-parens)
(#90) Expected { after 'if' condition. (curly)
(#90) There should be no spaces inside this paren. (space-in-parens)
(#90) There should be no spaces inside this paren. (space-in-parens)
(#92) There should be no spaces inside this paren. (space-in-parens)
(#92) There should be no spaces inside this paren. (space-in-parens)
(#93) There should be no spaces inside this paren. (space-in-parens)
(#93) There should be no spaces inside this paren. (space-in-parens)
(#94) Expected { after 'if' condition. (curly)
(#94) There should be no spaces inside this paren. (space-in-parens)
(#94) There should be no spaces inside this paren. (space-in-parens)
(#97) Trailing spaces not allowed. (no-trailing-spaces)
(#98) Expected { after 'if' condition. (curly)
(#98) There should be no spaces inside this paren. (space-in-parens)
(#98) There should be no spaces inside this paren. (space-in-parens)
(#98) There should be no spaces inside this paren. (space-in-parens)
(#98) Infix operators must be spaced. (space-infix-ops)
(#98) There should be no spaces inside this paren. (space-in-parens)
(#100) Trailing spaces not allowed. (no-trailing-spaces)
(#101) eval can be harmful. (no-eval)
(#102) Trailing spaces not allowed. (no-trailing-spaces)
(#103) There should be no spaces inside this paren. (space-in-parens)
(#103) There should be no spaces inside this paren. (space-in-parens)
(#109) JSDoc syntax error. (valid-jsdoc)
(#118) There should be no spaces inside this paren. (space-in-parens)
(#118) There should be no spaces inside this paren. (space-in-parens)
(#118) Missing space before opening brace. (space-before-blocks)
(#119) There should be no spaces inside this paren. (space-in-parens)
(#119) There should be no spaces inside this paren. (space-in-parens)
(#122) 'jQuery' is not defined. (no-undef)
mod/offlinequiz/lib/jquery/external/qunit.js
(#3) Trailing spaces not allowed. (no-trailing-spaces)
(#20) There should be no spaces inside this paren. (space-in-parens)
(#20) There should be no spaces inside this paren. (space-in-parens)
(#21) There should be no spaces inside this paren. (space-in-parens)
(#21) There should be no spaces inside this paren. (space-in-parens)
(#26) There should be no space after '{' (object-curly-spacing)
(#26) There should be no space before '}' (object-curly-spacing)
(#28) There should be no spaces inside this paren. (space-in-parens)
(#28) There should be no spaces inside this paren. (space-in-parens)
(#33) There should be no spaces inside this paren. (space-in-parens)
(#33) There should be no spaces inside this paren. (space-in-parens)
(#40) Trailing spaces not allowed. (no-trailing-spaces)
(#42) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#44) There should be no spaces inside this paren. (space-in-parens)
(#44) There should be no spaces inside this paren. (space-in-parens)
(#49) There should be no spaces inside this paren. (space-in-parens)
(#50) Multiple spaces found before 'expected'. (no-multi-spaces)
(#54) There should be no spaces inside this paren. (space-in-parens)
(#54) There should be no spaces inside this paren. (space-in-parens)
(#58) There should be no spaces inside this paren. (space-in-parens)
(#58) There should be no spaces inside this paren. (space-in-parens)
(#65) Unexpected empty function. (no-empty-function)
(#66) Unexpected empty function. (no-empty-function)
(#69) A space is required after ','. (comma-spacing)
(#72) There should be no spaces inside this paren. (space-in-parens)
(#72) There should be no spaces inside this paren. (space-in-parens)
(#75) Identifier 'current_testEnvironment' is not in camel case. (camelcase)
(#76) Trailing spaces not allowed. (no-trailing-spaces)
(#79) Trailing spaces not allowed. (no-trailing-spaces)
(#85) There should be no spaces inside this paren. (space-in-parens)
(#85) There should be no spaces inside this paren. (space-in-parens)
(#87) There should be no spaces inside this paren. (space-in-parens)
(#87) There should be no spaces inside this paren. (space-in-parens)
(#87) Missing semicolon. (semi)
(#91) There should be no spaces inside this paren. (space-in-parens)
(#91) There should be no spaces inside this paren. (space-in-parens)
(#95) unnecessary '.call()'. (no-useless-call)
(#96) Expected space(s) after "catch". (keyword-spacing)
(#97) There should be no spaces inside this paren. (space-in-parens)
(#97) There should be no spaces inside this paren. (space-in-parens)
(#99) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#100) Trailing spaces not allowed. (no-trailing-spaces)
(#101) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#102) There should be no spaces inside this paren. (space-in-parens)
(#102) There should be no spaces inside this paren. (space-in-parens)
(#108) Expected space(s) after "catch". (keyword-spacing)
(#110) There should be no spaces inside this paren. (space-in-parens)
(#110) There should be no spaces inside this paren. (space-in-parens)
(#115) There should be no spaces inside this paren. (space-in-parens)
(#115) There should be no spaces inside this paren. (space-in-parens)
(#116) 'start' is not defined. (no-undef)
(#124) unnecessary '.call()'. (no-useless-call)
(#125) Expected space(s) after "catch". (keyword-spacing)
(#126) There should be no spaces inside this paren. (space-in-parens)
(#126) There should be no spaces inside this paren. (space-in-parens)
(#128) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#129) Trailing spaces not allowed. (no-trailing-spaces)
(#130) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#133) Expected space(s) after "catch". (keyword-spacing)
(#134) 'reset' is not defined. (no-undef)
(#137) There should be no spaces inside this paren. (space-in-parens)
(#137) There should be no spaces inside this paren. (space-in-parens)
(#138) There should be no spaces inside this paren. (space-in-parens)
(#138) There should be no spaces inside this paren. (space-in-parens)
(#141) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#147) There should be no spaces inside this paren. (space-in-parens)
(#147) There should be no spaces inside this paren. (space-in-parens)
(#148) Multiple spaces found before '='. (no-multi-spaces)
(#150) There should be no spaces inside this paren. (space-in-parens)
(#150) 'i' used outside of binding context. (block-scoped-var)
(#150) 'i' used outside of binding context. (block-scoped-var)
(#150) 'i' used outside of binding context. (block-scoped-var)
(#150) There should be no spaces inside this paren. (space-in-parens)
(#151) 'i' used outside of binding context. (block-scoped-var)
(#156) There should be no spaces inside this paren. (space-in-parens)
(#156) There should be no spaces inside this paren. (space-in-parens)
(#158) There should be no spaces inside this paren. (space-in-parens)
(#158) There should be no spaces inside this paren. (space-in-parens)
(#171) Line 171 exceeds the maximum line length of 132. (max-len)
(#172) Trailing spaces not allowed. (no-trailing-spaces)
(#174) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#177) Trailing spaces not allowed. (no-trailing-spaces)
(#180) There should be no spaces inside this paren. (space-in-parens)
(#180) There should be no spaces inside this paren. (space-in-parens)
(#183) There should be no spaces inside this paren. (space-in-parens)
(#183) There should be no spaces inside this paren. (space-in-parens)
(#184) Line 184 exceeds the maximum line length of 132. (max-len)
(#188) 'li' is already defined (no-redeclare)
(#188) 'li' used outside of binding context. (block-scoped-var)
(#189) 'li' used outside of binding context. (block-scoped-var)
(#190) 'li' used outside of binding context. (block-scoped-var)
(#191) 'li' used outside of binding context. (block-scoped-var)
(#191) There should be no spaces inside this paren. (space-in-parens)
(#191) 'li' used outside of binding context. (block-scoped-var)
(#191) There should be no spaces inside this paren. (space-in-parens)
(#192) 'li' used outside of binding context. (block-scoped-var)
(#192) There should be no spaces inside this paren. (space-in-parens)
(#192) There should be no spaces inside this paren. (space-in-parens)
(#193) 'li' used outside of binding context. (block-scoped-var)
(#193) There should be no spaces inside this paren. (space-in-parens)
(#193) There should be no spaces inside this paren. (space-in-parens)
(#195) There should be no spaces inside this paren. (space-in-parens)
(#195) There should be no spaces inside this paren. (space-in-parens)
(#197) There should be no spaces inside this paren. (space-in-parens)
(#197) There should be no spaces inside this paren. (space-in-parens)
(#205) There should be no spaces inside this paren. (space-in-parens)
(#205) 'i' is already defined (no-redeclare)
(#205) 'i' used outside of binding context. (block-scoped-var)
(#205) 'i' used outside of binding context. (block-scoped-var)
(#205) 'i' used outside of binding context. (block-scoped-var)
(#205) There should be no spaces inside this paren. (space-in-parens)
(#206) There should be no spaces inside this paren. (space-in-parens)
(#206) 'i' used outside of binding context. (block-scoped-var)
(#206) There should be no spaces inside this paren. (space-in-parens)
(#214) There should be no spaces inside this paren. (space-in-parens)
(#214) There should be no spaces inside this paren. (space-in-parens)
(#216) There should be no spaces inside this paren. (space-in-parens)
(#216) There should be no spaces inside this paren. (space-in-parens)
(#221) There should be no spaces inside this paren. (space-in-parens)
(#221) There should be no spaces inside this paren. (space-in-parens)
(#223) Trailing spaces not allowed. (no-trailing-spaces)
(#224) Missing JSDoc for parameter 'asserts'. (valid-jsdoc)
(#231) Missing JSDoc for parameter 'msg'. (valid-jsdoc)
(#231) Missing JSDoc for parameter 'a'. (valid-jsdoc)
(#245) Expected JSDoc for 'expected' but found 'String'. (valid-jsdoc)
(#245) Expected JSDoc for 'actual' but found 'Object'. (valid-jsdoc)
(#245) Missing JSDoc parameter type for 'String'. (valid-jsdoc)
(#245) Duplicate JSDoc parameter 'Object'. (valid-jsdoc)
(#245) Missing JSDoc parameter type for 'Object'. (valid-jsdoc)
(#245) Missing JSDoc for parameter 'message'. (valid-jsdoc)
(#245) Missing JSDoc parameter type for 'Object'. (valid-jsdoc)
(#264) Trailing spaces not allowed. (no-trailing-spaces)
(#281) Multiple spaces found before 'message'. (no-multi-spaces)
(#284) 'ok' is not defined. (no-undef)
(#284) There should be no spaces inside this paren. (space-in-parens)
(#284) There should be no spaces inside this paren. (space-in-parens)
(#286) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#287) 'ok' is not defined. (no-undef)
(#287) There should be no spaces inside this paren. (space-in-parens)
(#287) There should be no spaces inside this paren. (space-in-parens)
(#293) There should be no spaces inside this paren. (space-in-parens)
(#293) There should be no spaces inside this paren. (space-in-parens)
(#295) There should be no spaces inside this paren. (space-in-parens)
(#295) There should be no spaces inside this paren. (space-in-parens)
(#307) Trailing spaces not allowed. (no-trailing-spaces)
(#311) There should be no spaces inside this paren. (space-in-parens)
(#311) There should be no spaces inside this paren. (space-in-parens)
(#313) There should be no spaces inside this paren. (space-in-parens)
(#313) There should be no spaces inside this paren. (space-in-parens)
(#336) There should be no space after '{' (object-curly-spacing)
(#336) There should be no space before '}' (object-curly-spacing)
(#339) There should be no spaces inside this paren. (space-in-parens)
(#339) There should be no spaces inside this paren. (space-in-parens)
(#340) There should be no spaces inside this paren. (space-in-parens)
(#340) There should be no spaces inside this paren. (space-in-parens)
(#341) There should be no spaces inside this paren. (space-in-parens)
(#341) There should be no spaces inside this paren. (space-in-parens)
(#342) There should be no spaces inside this paren. (space-in-parens)
(#342) There should be no spaces inside this paren. (space-in-parens)
(#345) There should be no spaces inside this paren. (space-in-parens)
(#345) There should be no spaces inside this paren. (space-in-parens)
(#346) There should be no spaces inside this paren. (space-in-parens)
(#346) There should be no spaces inside this paren. (space-in-parens)
(#350) Trailing spaces not allowed. (no-trailing-spaces)
(#353) Trailing spaces not allowed. (no-trailing-spaces)
(#360) There should be no spaces inside this paren. (space-in-parens)
(#360) There should be no spaces inside this paren. (space-in-parens)
(#364) 'exports' is not defined. (no-undef)
(#365) 'exports' is not defined. (no-undef)
(#375) There should be no space after '{' (object-curly-spacing)
(#375) There should be no space before '}' (object-curly-spacing)
(#376) There should be no space after '{' (object-curly-spacing)
(#376) There should be no space before '}' (object-curly-spacing)
(#377) Missing '()' invoking a constructor (new-parens)
(#391) There should be no spaces inside this paren. (space-in-parens)
(#391) There should be no spaces inside this paren. (space-in-parens)
(#395) There should be no spaces inside this paren. (space-in-parens)
(#395) There should be no spaces inside this paren. (space-in-parens)
(#399) There should be no spaces inside this paren. (space-in-parens)
(#399) There should be no spaces inside this paren. (space-in-parens)
(#400) There should be no spaces inside this paren. (space-in-parens)
(#400) There should be no spaces inside this paren. (space-in-parens)
(#403) Trailing spaces not allowed. (no-trailing-spaces)
(#408) There should be no spaces inside this paren. (space-in-parens)
(#408) There should be no spaces inside this paren. (space-in-parens)
(#409) 'jQuery' is not defined. (no-undef)
(#409) There should be no spaces inside this paren. (space-in-parens)
(#409) There should be no spaces inside this paren. (space-in-parens)
(#412) Trailing spaces not allowed. (no-trailing-spaces)
(#413) Expected JSDoc for 'elem' but found 'DOMElement'. (valid-jsdoc)
(#413) Missing JSDoc parameter type for 'String'. (valid-jsdoc)
(#413) Missing JSDoc parameter type for 'DOMElement'. (valid-jsdoc)
(#413) Missing JSDoc for parameter 'event'. (valid-jsdoc)
(#413) Expected JSDoc for 'type' but found 'String'. (valid-jsdoc)
(#421) There should be no spaces inside this paren. (space-in-parens)
(#421) There should be no spaces inside this paren. (space-in-parens)
(#422) There should be no spaces inside this paren. (space-in-parens)
(#422) There should be no spaces inside this paren. (space-in-parens)
(#426) There should be no spaces inside this paren. (space-in-parens)
(#426) There should be no spaces inside this paren. (space-in-parens)
(#428) There should be no spaces inside this paren. (space-in-parens)
(#428) There should be no spaces inside this paren. (space-in-parens)
(#429) Infix operators must be spaced. (space-infix-ops)
(#432) Trailing spaces not allowed. (no-trailing-spaces)
(#434) There should be no spaces inside this paren. (space-in-parens)
(#434) There should be no spaces inside this paren. (space-in-parens)
(#435) There should be no spaces inside this paren. (space-in-parens)
(#435) There should be no spaces inside this paren. (space-in-parens)
(#437) Trailing spaces not allowed. (no-trailing-spaces)
(#438) There should be no spaces inside this paren. (space-in-parens)
(#438) There should be no spaces inside this paren. (space-in-parens)
(#448) There should be no spaces inside this paren. (space-in-parens)
(#448) There should be no spaces inside this paren. (space-in-parens)
(#471) Trailing spaces not allowed. (no-trailing-spaces)
(#473) Unexpected empty function. (no-empty-function)
(#474) 'total' is defined but never used (no-unused-vars)
(#474) Unexpected empty function. (no-empty-function)
(#475) 'message' is defined but never used (no-unused-vars)
(#475) Unexpected empty function. (no-empty-function)
(#476) 'testEnvironment' is defined but never used (no-unused-vars)
(#476) Unexpected empty function. (no-empty-function)
(#477) 'total' is defined but never used (no-unused-vars)
(#477) Unexpected empty function. (no-empty-function)
(#478) 'testEnvironment' is defined but never used (no-unused-vars)
(#478) Unexpected empty function. (no-empty-function)
(#479) 'total' is defined but never used (no-unused-vars)
(#479) Unexpected empty function. (no-empty-function)
(#482) There should be no spaces inside this paren. (space-in-parens)
(#482) There should be no spaces inside this paren. (space-in-parens)
(#488) Trailing spaces not allowed. (no-trailing-spaces)
(#497) There should be no spaces inside this paren. (space-in-parens)
(#497) There should be no spaces inside this paren. (space-in-parens)
(#501) There should be no spaces inside this paren. (space-in-parens)
(#501) There should be no spaces inside this paren. (space-in-parens)
(#502) Trailing spaces not allowed. (no-trailing-spaces)
(#504) Trailing spaces not allowed. (no-trailing-spaces)
(#506) There should be no spaces inside this paren. (space-in-parens)
(#506) There should be no spaces inside this paren. (space-in-parens)
(#508) Trailing spaces not allowed. (no-trailing-spaces)
(#513) There should be no spaces inside this paren. (space-in-parens)
(#515) There should be no spaces inside this paren. (space-in-parens)
(#515) There should be no spaces inside this paren. (space-in-parens)
(#516) There should be no spaces inside this paren. (space-in-parens)
(#516) There should be no spaces inside this paren. (space-in-parens)
(#521) There should be no spaces inside this paren. (space-in-parens)
(#521) There should be no spaces inside this paren. (space-in-parens)
(#526) There should be no spaces inside this paren. (space-in-parens)
(#526) There should be no spaces inside this paren. (space-in-parens)
(#532) There should be no spaces inside this paren. (space-in-parens)
(#534) There should be no spaces inside this paren. (space-in-parens)
(#534) There should be no spaces inside this paren. (space-in-parens)
(#535) Line 535 exceeds the maximum line length of 132. (max-len)
(#535) There should be no spaces inside this paren. (space-in-parens)
(#535) Unexpected space after unary operator '-'. (space-unary-ops)
(#535) There should be no spaces inside this paren. (space-in-parens)
(#540) There should be no spaces inside this paren. (space-in-parens)
(#540) There should be no spaces inside this paren. (space-in-parens)
(#545) There should be no spaces inside this paren. (space-in-parens)
(#545) There should be no spaces inside this paren. (space-in-parens)
(#549) There should be no spaces inside this paren. (space-in-parens)
(#549) There should be no spaces inside this paren. (space-in-parens)
(#558) Missing JSDoc comment. (require-jsdoc)
(#559) There should be no spaces inside this paren. (space-in-parens)
(#559) There should be no spaces inside this paren. (space-in-parens)
(#560) There should be no spaces inside this paren. (space-in-parens)
(#560) There should be no spaces inside this paren. (space-in-parens)
(#564) There should be no spaces inside this paren. (space-in-parens)
(#564) There should be no spaces inside this paren. (space-in-parens)
(#565) Missing space before opening brace. (space-before-blocks)
(#566) There should be no spaces inside this paren. (space-in-parens)
(#566) There should be no spaces inside this paren. (space-in-parens)
(#569) There should be no spaces inside this paren. (space-in-parens)
(#569) There should be no spaces inside this paren. (space-in-parens)
(#579) There should be no spaces inside this paren. (space-in-parens)
(#579) There should be no spaces inside this paren. (space-in-parens)
(#580) There should be no spaces inside this paren. (space-in-parens)
(#580) There should be no spaces inside this paren. (space-in-parens)
(#586) Missing '()' invoking a constructor (new-parens)
(#587) Line 587 exceeds the maximum line length of 132. (max-len)
(#587) A space is required after ','. (comma-spacing)
(#589) There should be no spaces inside this paren. (space-in-parens)
(#589) There should be no spaces inside this paren. (space-in-parens)
(#593) There should be no spaces inside this paren. (space-in-parens)
(#593) There should be no spaces inside this paren. (space-in-parens)
(#593) Trailing spaces not allowed. (no-trailing-spaces)
(#596) There should be no spaces inside this paren. (space-in-parens)
(#596) There should be no spaces inside this paren. (space-in-parens)
(#600) There should be no spaces inside this paren. (space-in-parens)
(#600) There should be no spaces inside this paren. (space-in-parens)
(#606) There should be no spaces inside this paren. (space-in-parens)
(#606) There should be no spaces inside this paren. (space-in-parens)
(#609) Missing JSDoc comment. (require-jsdoc)
(#609) There should be no spaces inside this paren. (space-in-parens)
(#609) There should be no spaces inside this paren. (space-in-parens)
(#613) There should be no spaces inside this paren. (space-in-parens)
(#613) There should be no spaces inside this paren. (space-in-parens)
(#616) Trailing spaces not allowed. (no-trailing-spaces)
(#617) There should be no spaces inside this paren. (space-in-parens)
(#617) There should be no spaces inside this paren. (space-in-parens)
(#621) There should be no spaces inside this paren. (space-in-parens)
(#621) There should be no spaces inside this paren. (space-in-parens)
(#625) There should be no spaces inside this paren. (space-in-parens)
(#625) There should be no spaces inside this paren. (space-in-parens)
(#629) There should be no spaces inside this paren. (space-in-parens)
(#629) There should be no spaces inside this paren. (space-in-parens)
(#637) Missing JSDoc comment. (require-jsdoc)
(#639) Unnecessary escape character: \& (no-useless-escape)
(#640) Expected space(s) after "switch". (keyword-spacing)
(#643) Unnecessary escape character: \" (no-useless-escape)
(#651) Missing JSDoc comment. (require-jsdoc)
(#660) Trailing spaces not allowed. (no-trailing-spaces)
(#669) Missing JSDoc comment. (require-jsdoc)
(#669) There should be no spaces inside this paren. (space-in-parens)
(#669) There should be no spaces inside this paren. (space-in-parens)
(#670) There should be no spaces inside this paren. (space-in-parens)
(#670) There should be no spaces inside this paren. (space-in-parens)
(#672) There should be no spaces inside this paren. (space-in-parens)
(#672) There should be no spaces inside this paren. (space-in-parens)
(#677) Missing JSDoc comment. (require-jsdoc)
(#680) There should be no spaces inside this paren. (space-in-parens)
(#680) There should be no spaces inside this paren. (space-in-parens)
(#681) There should be no spaces inside this paren. (space-in-parens)
(#681) There should be no spaces inside this paren. (space-in-parens)
(#685) There should be no spaces inside this paren. (space-in-parens)
(#685) There should be no spaces inside this paren. (space-in-parens)
(#691) Missing JSDoc comment. (require-jsdoc)
(#693) Trailing spaces not allowed. (no-trailing-spaces)
(#694) There should be no spaces inside this paren. (space-in-parens)
(#694) There should be no spaces inside this paren. (space-in-parens)
(#695) There should be no spaces inside this paren. (space-in-parens)
(#695) There should be no spaces inside this paren. (space-in-parens)
(#696) There should be no spaces inside this paren. (space-in-parens)
(#696) There should be no spaces inside this paren. (space-in-parens)
(#701) Missing JSDoc comment. (require-jsdoc)
(#701) There should be no spaces inside this paren. (space-in-parens)
(#701) 'name' is defined but never used (no-unused-vars)
(#701) There should be no spaces inside this paren. (space-in-parens)
(#704) Trailing spaces not allowed. (no-trailing-spaces)
(#705) There should be no spaces inside this paren. (space-in-parens)
(#705) There should be no spaces inside this paren. (space-in-parens)
(#706) There should be no spaces inside this paren. (space-in-parens)
(#706) There should be no spaces inside this paren. (space-in-parens)
(#707) 'ok' is not defined. (no-undef)
(#707) There should be no spaces inside this paren. (space-in-parens)
(#707) There should be no spaces inside this paren. (space-in-parens)
(#711) There should be no spaces inside this paren. (space-in-parens)
(#711) There should be no spaces inside this paren. (space-in-parens)
(#712) There should be no spaces inside this paren. (space-in-parens)
(#712) There should be no spaces inside this paren. (space-in-parens)
(#713) 'ok' is not defined. (no-undef)
(#713) There should be no spaces inside this paren. (space-in-parens)
(#713) There should be no spaces inside this paren. (space-in-parens)
(#719) Missing JSDoc comment. (require-jsdoc)
(#719) There should be no spaces inside this paren. (space-in-parens)
(#719) There should be no spaces inside this paren. (space-in-parens)
(#721) There should be no spaces inside this paren. (space-in-parens)
(#721) There should be no spaces inside this paren. (space-in-parens)
(#722) There should be no spaces inside this paren. (space-in-parens)
(#722) There should be no spaces inside this paren. (space-in-parens)
(#723) There should be no spaces inside this paren. (space-in-parens)
(#723) There should be no spaces inside this paren. (space-in-parens)
(#733) Missing JSDoc comment. (require-jsdoc)
(#734) There should be no spaces inside this paren. (space-in-parens)
(#734) Unexpected console statement. (no-console)
(#734) Unexpected console statement. (no-console)
(#734) There should be no spaces inside this paren. (space-in-parens)
(#735) Unexpected console statement. (no-console)
(#736) Unexpected console statement. (no-console)
(#737) Unexpected console statement. (no-console)
(#739) There should be no spaces inside this paren. (space-in-parens)
(#739) There should be no spaces inside this paren. (space-in-parens)
(#744) Missing JSDoc comment. (require-jsdoc)
(#745) There should be no spaces inside this paren. (space-in-parens)
(#745) There should be no spaces inside this paren. (space-in-parens)
(#752) Missing JSDoc comment. (require-jsdoc)
(#753) There should be no spaces inside this paren. (space-in-parens)
(#753) There should be no spaces inside this paren. (space-in-parens)
(#754) There should be no spaces inside this paren. (space-in-parens)
(#754) There should be no spaces inside this paren. (space-in-parens)
(#755) There should be no spaces inside this paren. (space-in-parens)
(#755) There should be no spaces inside this paren. (space-in-parens)
(#756) There should be no spaces inside this paren. (space-in-parens)
(#756) There should be no spaces inside this paren. (space-in-parens)
(#762) Missing JSDoc comment. (require-jsdoc)
(#764) There should be no spaces inside this paren. (space-in-parens)
(#764) There should be no spaces inside this paren. (space-in-parens)
(#771) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#771) Unexpected space before function parentheses. (space-before-function-paren)
(#778) Missing JSDoc comment. (require-jsdoc)
(#778) Expected to return a value at the end of this function. (consistent-return)
(#788) Trailing spaces not allowed. (no-trailing-spaces)
(#789) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#789) Unexpected space before function parentheses. (space-before-function-paren)
(#792) Missing JSDoc comment. (require-jsdoc)
(#810) Unexpected space before function parentheses. (space-before-function-paren)
(#814) Unexpected space before function parentheses. (space-before-function-paren)
(#818) Unexpected space before function parentheses. (space-before-function-paren)
(#829) Unexpected space before function parentheses. (space-before-function-paren)
(#835) Unexpected space before function parentheses. (space-before-function-paren)
(#840) There should be no spaces inside this paren. (space-in-parens)
(#840) Unexpected space after unary operator '!'. (space-unary-ops)
(#842) Trailing spaces not allowed. (no-trailing-spaces)
(#843) Trailing spaces not allowed. (no-trailing-spaces)
(#848) Trailing spaces not allowed. (no-trailing-spaces)
(#849) Expected space or tab after '//' in comment. (spaced-comment)
(#853) Expected space(s) after "for". (keyword-spacing)
(#853) Infix operators must be spaced. (space-infix-ops)
(#853) Missing whitespace after semicolon. (semi-spacing)
(#853) Infix operators must be spaced. (space-infix-ops)
(#853) Missing whitespace after semicolon. (semi-spacing)
(#853) Missing space before opening brace. (space-before-blocks)
(#854) Expected space(s) after "if". (keyword-spacing)
(#854) Missing space before opening brace. (space-before-blocks)
(#855) Expected space or tab after '//' in comment. (spaced-comment)
(#858) Unexpected space after unary operator '!'. (space-unary-ops)
(#867) Unexpected space before function parentheses. (space-before-function-paren)
(#870) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#873) There should be no spaces inside this paren. (space-in-parens)
(#879) Expected space or tab after '//' in comment. (spaced-comment)
(#881) Trailing spaces not allowed. (no-trailing-spaces)
(#884) Expected space(s) after "for". (keyword-spacing)
(#884) Infix operators must be spaced. (space-infix-ops)
(#884) Missing whitespace after semicolon. (semi-spacing)
(#884) Infix operators must be spaced. (space-infix-ops)
(#884) Missing whitespace after semicolon. (semi-spacing)
(#884) Missing space before opening brace. (space-before-blocks)
(#885) Expected space(s) after "if". (keyword-spacing)
(#885) Expected { after 'if' condition. (curly)
(#886) Expected space or tab after '//' in comment. (spaced-comment)
(#890) Unexpected space after unary operator '!'. (space-unary-ops)
(#909) Unexpected space before function parentheses. (space-before-function-paren)
(#915) Unexpected space before function parentheses. (space-before-function-paren)
(#918) Line 918 exceeds the maximum line length of 132. (max-len)
(#925) Avoid arguments.callee. (no-caller)
(#925) Infix operators must be spaced. (space-infix-ops)
(#943) Missing JSDoc comment. (require-jsdoc)
(#943) There should be no spaces inside this paren. (space-in-parens)
(#943) There should be no spaces inside this paren. (space-in-parens)
(#945) Unnecessary semicolon. (no-extra-semi)
(#946) Missing JSDoc comment. (require-jsdoc)
(#946) There should be no spaces inside this paren. (space-in-parens)
(#946) There should be no spaces inside this paren. (space-in-parens)
(#947) Trailing spaces not allowed. (no-trailing-spaces)
(#948) Unnecessary semicolon. (no-extra-semi)
(#949) Missing JSDoc comment. (require-jsdoc)
(#949) There should be no spaces inside this paren. (space-in-parens)
(#949) There should be no spaces inside this paren. (space-in-parens)
(#953) Expected { after 'if' condition. (curly)
(#953) There should be no spaces inside this paren. (space-in-parens)
(#953) There should be no spaces inside this paren. (space-in-parens)
(#954) There should be no spaces inside this paren. (space-in-parens)
(#954) There should be no spaces inside this paren. (space-in-parens)
(#955) Expected { after 'if' condition. (curly)
(#955) There should be no spaces inside this paren. (space-in-parens)
(#955) There should be no spaces inside this paren. (space-in-parens)
(#957) There should be no space after '[' (array-bracket-spacing)
(#957) There should be no space before ']' (array-bracket-spacing)
(#958) Unnecessary semicolon. (no-extra-semi)
(#959) Missing JSDoc comment. (require-jsdoc)
(#959) There should be no spaces inside this paren. (space-in-parens)
(#959) There should be no spaces inside this paren. (space-in-parens)
(#960) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#960) Trailing spaces not allowed. (no-trailing-spaces)
(#962) Expected { after 'while' condition. (curly)
(#962) There should be no spaces inside this paren. (space-in-parens)
(#962) There should be no spaces inside this paren. (space-in-parens)
(#963) There should be no spaces inside this paren. (space-in-parens)
(#963) There should be no spaces inside this paren. (space-in-parens)
(#963) Trailing spaces not allowed. (no-trailing-spaces)
(#965) There should be no spaces inside this paren. (space-in-parens)
(#965) There should be no spaces inside this paren. (space-in-parens)
(#966) Unnecessary semicolon. (no-extra-semi)
(#967) Trailing spaces not allowed. (no-trailing-spaces)
(#969) Trailing spaces not allowed. (no-trailing-spaces)
(#971) Missing space before value for key 'parse'. (key-spacing)
(#971) There should be no spaces inside this paren. (space-in-parens)
(#971) There should be no spaces inside this paren. (space-in-parens)
(#971) Expected space or tab after '//' in comment. (spaced-comment)
(#972) There should be no space after '[' (computed-property-spacing)
(#972) There should be no space before ']' (computed-property-spacing)
(#973) Trailing spaces not allowed. (no-trailing-spaces)
(#974) Trailing spaces not allowed. (no-trailing-spaces)
(#975) Do not nest ternary expressions (no-nested-ternary)
(#975) There should be no spaces inside this paren. (space-in-parens)
(#975) There should be no spaces inside this paren. (space-in-parens)
(#976) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#977) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#979) Missing space before value for key 'typeOf'. (key-spacing)
(#979) There should be no spaces inside this paren. (space-in-parens)
(#979) There should be no spaces inside this paren. (space-in-parens)
(#981) There should be no spaces inside this paren. (space-in-parens)
(#981) There should be no spaces inside this paren. (space-in-parens)
(#1004) Missing space before value for key 'separator'. (key-spacing)
(#1005) Do not nest ternary expressions (no-nested-ternary)
(#1007) Missing space before value for key 'indent'. (key-spacing)
(#1007) There should be no spaces inside this paren. (space-in-parens)
(#1007) There should be no spaces inside this paren. (space-in-parens)
(#1007) Requires a space after '{'. (block-spacing)
(#1008) Expected { after 'if' condition. (curly)
(#1008) There should be no spaces inside this paren. (space-in-parens)
(#1008) There should be no spaces inside this paren. (space-in-parens)
(#1011) Expected { after 'if' condition. (curly)
(#1011) There should be no spaces inside this paren. (space-in-parens)
(#1011) There should be no spaces inside this paren. (space-in-parens)
(#1012) A space is required after ','. (comma-spacing)
(#1012) A space is required after ','. (comma-spacing)
(#1013) There should be no spaces inside this paren. (space-in-parens)
(#1013) Infix operators must be spaced. (space-infix-ops)
(#1013) There should be no spaces inside this paren. (space-in-parens)
(#1015) Missing space before value for key 'up'. (key-spacing)
(#1015) There should be no spaces inside this paren. (space-in-parens)
(#1015) There should be no spaces inside this paren. (space-in-parens)
(#1018) Missing space before value for key 'down'. (key-spacing)
(#1018) There should be no spaces inside this paren. (space-in-parens)
(#1018) There should be no spaces inside this paren. (space-in-parens)
(#1021) Missing space before value for key 'setParser'. (key-spacing)
(#1021) There should be no spaces inside this paren. (space-in-parens)
(#1021) There should be no spaces inside this paren. (space-in-parens)
(#1025) Missing space before value for key 'quote'. (key-spacing)
(#1025) Trailing spaces not allowed. (no-trailing-spaces)
(#1026) Missing space before value for key 'literal'. (key-spacing)
(#1027) Missing space before value for key 'join'. (key-spacing)
(#1031) Missing space before value for key 'parsers'. (key-spacing)
(#1034) Missing space before value for key 'error'. (key-spacing)
(#1034) Expected space or tab after '//' in comment. (spaced-comment)
(#1036) Missing space before value for key 'null'. (key-spacing)
(#1037) Missing space before value for key 'undefined'. (key-spacing)
(#1038) Missing space before value for key 'function'. (key-spacing)
(#1038) There should be no spaces inside this paren. (space-in-parens)
(#1038) There should be no spaces inside this paren. (space-in-parens)
(#1040) Infix operators must be spaced. (space-infix-ops)
(#1040) Expected space or tab after '//' in comment. (spaced-comment)
(#1041) Expected { after 'if' condition. (curly)
(#1041) There should be no spaces inside this paren. (space-in-parens)
(#1041) There should be no spaces inside this paren. (space-in-parens)
(#1044) Trailing spaces not allowed. (no-trailing-spaces)
(#1045) There should be no space after '[' (array-bracket-spacing)
(#1045) There should be no spaces inside this paren. (space-in-parens)
(#1045) There should be no spaces inside this paren. (space-in-parens)
(#1046) There should be no spaces inside this paren. (space-in-parens)
(#1046) A space is required after ','. (comma-spacing)
(#1046) There should be no spaces inside this paren. (space-in-parens)
(#1051) Missing space before value for key 'object'. (key-spacing)
(#1051) There should be no spaces inside this paren. (space-in-parens)
(#1051) There should be no spaces inside this paren. (space-in-parens)
(#1052) There should be no space after '[' (array-bracket-spacing)
(#1054) Expected { after 'for-in'. (curly)
(#1054) There should be no spaces inside this paren. (space-in-parens)
(#1054) There should be no spaces inside this paren. (space-in-parens)
(#1055) There should be no spaces inside this paren. (space-in-parens)
(#1055) A space is required after ','. (comma-spacing)
(#1055) There should be no spaces inside this paren. (space-in-parens)
(#1057) There should be no spaces inside this paren. (space-in-parens)
(#1057) There should be no spaces inside this paren. (space-in-parens)
(#1059) Missing space before value for key 'node'. (key-spacing)
(#1059) There should be no spaces inside this paren. (space-in-parens)
(#1059) There should be no spaces inside this paren. (space-in-parens)
(#1062) Trailing spaces not allowed. (no-trailing-spaces)
(#1065) Trailing spaces not allowed. (no-trailing-spaces)
(#1066) There should be no spaces inside this paren. (space-in-parens)
(#1066) There should be no spaces inside this paren. (space-in-parens)
(#1068) Expected { after 'if' condition. (curly)
(#1068) There should be no spaces inside this paren. (space-in-parens)
(#1068) There should be no spaces inside this paren. (space-in-parens)
(#1069) There should be no spaces inside this paren. (space-in-parens)
(#1069) There should be no spaces inside this paren. (space-in-parens)
(#1073) Missing space before value for key 'functionArgs'. (key-spacing)
(#1073) There should be no spaces inside this paren. (space-in-parens)
(#1073) There should be no spaces inside this paren. (space-in-parens)
(#1073) Requires a space after '{'. (block-spacing)
(#1073) Expected space or tab after '//' in comment. (spaced-comment)
(#1075) Expected { after 'if' condition. (curly)
(#1075) There should be no spaces inside this paren. (space-in-parens)
(#1075) There should be no spaces inside this paren. (space-in-parens)
(#1075) Trailing spaces not allowed. (no-trailing-spaces)
(#1076) Trailing spaces not allowed. (no-trailing-spaces)
(#1078) Expected { after 'while' condition. (curly)
(#1078) There should be no spaces inside this paren. (space-in-parens)
(#1078) There should be no spaces inside this paren. (space-in-parens)
(#1079) Infix operators must be spaced. (space-infix-ops)
(#1079) Expected space or tab after '//' in comment. (spaced-comment)
(#1082) Missing space before value for key 'key'. (key-spacing)
(#1082) Expected space or tab after '//' in comment. (spaced-comment)
(#1083) Missing space before value for key 'functionCode'. (key-spacing)
(#1083) Expected space or tab after '//' in comment. (spaced-comment)
(#1084) Missing space before value for key 'attribute'. (key-spacing)
(#1084) Expected space or tab after '//' in comment. (spaced-comment)
(#1085) Missing space before value for key 'string'. (key-spacing)
(#1086) Missing space before value for key 'date'. (key-spacing)
(#1087) Missing space before value for key 'regexp'. (key-spacing)
(#1087) Expected space or tab after '//' in comment. (spaced-comment)
(#1088) Missing space before value for key 'number'. (key-spacing)
(#1089) Missing space before value for key 'boolean'. (key-spacing)
(#1091) Missing space before value for key 'DOMAttrs'. (key-spacing)
(#1091) Expected space or tab after '//' in comment. (spaced-comment)
(#1092) Missing space before value for key 'id'. (key-spacing)
(#1093) Missing space before value for key 'name'. (key-spacing)
(#1094) Missing space before value for key 'class'. (key-spacing)
(#1096) Missing space before value for key 'HTML'. (key-spacing)
(#1096) A space is required after ','. (comma-spacing)
(#1096) Expected space or tab after '//' in comment. (spaced-comment)
(#1097) Missing space before value for key 'indentChar'. (key-spacing)
(#1097) A space is required after ','. (comma-spacing)
(#1097) Expected space or tab after '//' in comment. (spaced-comment)
(#1098) Missing space before value for key 'multiline'. (key-spacing)
(#1098) Expected space or tab after '//' in comment. (spaced-comment)
(#1105) Missing JSDoc comment. (require-jsdoc)
(#1105) There should be no spaces inside this paren. (space-in-parens)
(#1105) There should be no spaces inside this paren. (space-in-parens)
(#1106) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1108) There should be no spaces inside this paren. (space-in-parens)
(#1108) There should be no spaces inside this paren. (space-in-parens)
(#1112) There should be no spaces inside this paren. (space-in-parens)
(#1112) There should be no spaces inside this paren. (space-in-parens)
(#1116) There should be no spaces inside this paren. (space-in-parens)
(#1116) There should be no spaces inside this paren. (space-in-parens)
(#1117) There should be no spaces inside this paren. (space-in-parens)
(#1117) There should be no spaces inside this paren. (space-in-parens)
(#1122) Unnecessary semicolon. (no-extra-semi)
(#1133) Trailing spaces not allowed. (no-trailing-spaces)
(#1135) Trailing spaces not allowed. (no-trailing-spaces)
(#1136) Line 1136 exceeds the maximum line length of 132. (max-len)
(#1139) Missing JSDoc comment. (require-jsdoc)
(#1139) Missing space before opening brace. (space-before-blocks)
(#1142) Trailing spaces not allowed. (no-trailing-spaces)
(#1143) 'i' used outside of binding context. (block-scoped-var)
(#1143) 'i' used outside of binding context. (block-scoped-var)
(#1143) 'i' used outside of binding context. (block-scoped-var)
(#1143) 'i' used outside of binding context. (block-scoped-var)
(#1143) 'i' used outside of binding context. (block-scoped-var)
(#1143) 'i' used outside of binding context. (block-scoped-var)
(#1143) 'i' used outside of binding context. (block-scoped-var)
(#1143) 'i' used outside of binding context. (block-scoped-var)
(#1143) 'i' used outside of binding context. (block-scoped-var)
(#1143) 'i' used outside of binding context. (block-scoped-var)
(#1143) 'i' used outside of binding context. (block-scoped-var)
(#1143) 'i' used outside of binding context. (block-scoped-var)
(#1144) Expected { after 'if' condition. (curly)
(#1144) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#1144) 'i' used outside of binding context. (block-scoped-var)
(#1144) 'i' used outside of binding context. (block-scoped-var)
(#1144) 'i' used outside of binding context. (block-scoped-var)
(#1144) 'i' used outside of binding context. (block-scoped-var)
(#1144) Trailing spaces not allowed. (no-trailing-spaces)
(#1145) 'i' used outside of binding context. (block-scoped-var)
(#1145) 'i' used outside of binding context. (block-scoped-var)
(#1145) 'i' used outside of binding context. (block-scoped-var)
(#1145) 'i' used outside of binding context. (block-scoped-var)
(#1149) 'i' used outside of binding context. (block-scoped-var)
(#1149) 'i' used outside of binding context. (block-scoped-var)
(#1149) 'i' used outside of binding context. (block-scoped-var)
(#1149) 'i' used outside of binding context. (block-scoped-var)
(#1149) 'i' used outside of binding context. (block-scoped-var)
(#1149) 'i' used outside of binding context. (block-scoped-var)
(#1149) 'i' used outside of binding context. (block-scoped-var)
(#1149) 'i' used outside of binding context. (block-scoped-var)
(#1151) Trailing spaces not allowed. (no-trailing-spaces)
(#1152) 'i' used outside of binding context. (block-scoped-var)
(#1152) 'i' is already defined (no-redeclare)
(#1152) 'i' used outside of binding context. (block-scoped-var)
(#1152) 'i' used outside of binding context. (block-scoped-var)
(#1152) 'i' used outside of binding context. (block-scoped-var)
(#1152) 'i' used outside of binding context. (block-scoped-var)
(#1152) 'i' used outside of binding context. (block-scoped-var)
(#1152) 'i' used outside of binding context. (block-scoped-var)
(#1152) 'i' used outside of binding context. (block-scoped-var)
(#1152) 'i' used outside of binding context. (block-scoped-var)
(#1152) 'i' used outside of binding context. (block-scoped-var)
(#1152) 'i' used outside of binding context. (block-scoped-var)
(#1152) 'i' used outside of binding context. (block-scoped-var)
(#1153) Expected { after 'if' condition. (curly)
(#1153) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#1153) 'i' used outside of binding context. (block-scoped-var)
(#1153) 'i' used outside of binding context. (block-scoped-var)
(#1153) 'i' used outside of binding context. (block-scoped-var)
(#1153) 'i' used outside of binding context. (block-scoped-var)
(#1153) Trailing spaces not allowed. (no-trailing-spaces)
(#1154) 'i' used outside of binding context. (block-scoped-var)
(#1154) 'i' used outside of binding context. (block-scoped-var)
(#1154) 'i' used outside of binding context. (block-scoped-var)
(#1154) 'i' used outside of binding context. (block-scoped-var)
(#1158) 'i' used outside of binding context. (block-scoped-var)
(#1158) 'i' used outside of binding context. (block-scoped-var)
(#1158) 'i' used outside of binding context. (block-scoped-var)
(#1158) 'i' used outside of binding context. (block-scoped-var)
(#1158) 'i' used outside of binding context. (block-scoped-var)
(#1158) 'i' used outside of binding context. (block-scoped-var)
(#1158) 'i' used outside of binding context. (block-scoped-var)
(#1158) 'i' used outside of binding context. (block-scoped-var)
(#1160) Trailing spaces not allowed. (no-trailing-spaces)
(#1161) 'i' used outside of binding context. (block-scoped-var)
(#1161) 'i' used outside of binding context. (block-scoped-var)
(#1161) 'i' used outside of binding context. (block-scoped-var)
(#1161) 'i' used outside of binding context. (block-scoped-var)
(#1161) 'i' is already defined (no-redeclare)
(#1162) 'i' used outside of binding context. (block-scoped-var)
(#1162) 'i' used outside of binding context. (block-scoped-var)
(#1162) 'i' used outside of binding context. (block-scoped-var)
(#1162) 'i' used outside of binding context. (block-scoped-var)
(#1162) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#1162) 'i' used outside of binding context. (block-scoped-var)
(#1162) 'i' used outside of binding context. (block-scoped-var)
(#1162) 'i' used outside of binding context. (block-scoped-var)
(#1162) 'i' used outside of binding context. (block-scoped-var)
(#1162) 'i' used outside of binding context. (block-scoped-var)
(#1162) 'i' used outside of binding context. (block-scoped-var)
(#1162) 'i' used outside of binding context. (block-scoped-var)
(#1162) 'i' used outside of binding context. (block-scoped-var)
(#1163) 'i' used outside of binding context. (block-scoped-var)
(#1163) 'i' used outside of binding context. (block-scoped-var)
(#1163) 'i' used outside of binding context. (block-scoped-var)
(#1163) 'i' used outside of binding context. (block-scoped-var)
(#1164) 'i' used outside of binding context. (block-scoped-var)
(#1164) 'i' used outside of binding context. (block-scoped-var)
(#1164) 'i' used outside of binding context. (block-scoped-var)
(#1164) 'i' used outside of binding context. (block-scoped-var)
(#1165) 'i' used outside of binding context. (block-scoped-var)
(#1165) 'i' used outside of binding context. (block-scoped-var)
(#1165) 'i' used outside of binding context. (block-scoped-var)
(#1165) 'i' used outside of binding context. (block-scoped-var)
(#1167) 'i' used outside of binding context. (block-scoped-var)
(#1167) 'i' used outside of binding context. (block-scoped-var)
(#1167) 'i' used outside of binding context. (block-scoped-var)
(#1167) 'i' used outside of binding context. (block-scoped-var)
(#1168) 'i' used outside of binding context. (block-scoped-var)
(#1168) 'i' used outside of binding context. (block-scoped-var)
(#1168) 'i' used outside of binding context. (block-scoped-var)
(#1168) 'i' used outside of binding context. (block-scoped-var)
(#1169) 'i' used outside of binding context. (block-scoped-var)
(#1169) 'i' used outside of binding context. (block-scoped-var)
(#1169) 'i' used outside of binding context. (block-scoped-var)
(#1169) 'i' used outside of binding context. (block-scoped-var)
(#1173) Trailing spaces not allowed. (no-trailing-spaces)
(#1174) 'i' used outside of binding context. (block-scoped-var)
(#1174) 'i' used outside of binding context. (block-scoped-var)
(#1174) 'i' is already defined (no-redeclare)
(#1174) 'i' used outside of binding context. (block-scoped-var)
(#1174) 'i' used outside of binding context. (block-scoped-var)
(#1174) 'i' used outside of binding context. (block-scoped-var)
(#1174) 'i' used outside of binding context. (block-scoped-var)
(#1174) 'i' used outside of binding context. (block-scoped-var)
(#1174) 'i' used outside of binding context. (block-scoped-var)
(#1174) 'i' used outside of binding context. (block-scoped-var)
(#1174) 'i' used outside of binding context. (block-scoped-var)
(#1174) 'i' used outside of binding context. (block-scoped-var)
(#1174) 'i' used outside of binding context. (block-scoped-var)
(#1175) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#1175) 'i' used outside of binding context. (block-scoped-var)
(#1175) 'i' used outside of binding context. (block-scoped-var)
(#1175) 'i' used outside of binding context. (block-scoped-var)
(#1175) 'i' used outside of binding context. (block-scoped-var)
(#1175) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#1175) 'i' used outside of binding context. (block-scoped-var)
(#1175) 'i' used outside of binding context. (block-scoped-var)
(#1175) 'i' used outside of binding context. (block-scoped-var)
(#1175) 'i' used outside of binding context. (block-scoped-var)
(#1175) 'i' used outside of binding context. (block-scoped-var)
(#1175) 'i' used outside of binding context. (block-scoped-var)
(#1175) 'i' used outside of binding context. (block-scoped-var)
(#1175) 'i' used outside of binding context. (block-scoped-var)
(#1175) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#1175) 'i' used outside of binding context. (block-scoped-var)
(#1175) 'i' used outside of binding context. (block-scoped-var)
(#1175) 'i' used outside of binding context. (block-scoped-var)
(#1175) 'i' used outside of binding context. (block-scoped-var)
(#1176) 'i' used outside of binding context. (block-scoped-var)
(#1176) 'i' used outside of binding context. (block-scoped-var)
(#1176) 'i' used outside of binding context. (block-scoped-var)
(#1176) 'i' used outside of binding context. (block-scoped-var)
(#1176) 'i' used outside of binding context. (block-scoped-var)
(#1176) 'i' used outside of binding context. (block-scoped-var)
(#1176) 'i' used outside of binding context. (block-scoped-var)
(#1176) 'i' used outside of binding context. (block-scoped-var)
(#1177) 'i' used outside of binding context. (block-scoped-var)
(#1177) 'i' used outside of binding context. (block-scoped-var)
(#1177) 'i' used outside of binding context. (block-scoped-var)
(#1177) 'i' used outside of binding context. (block-scoped-var)
(#1178) 'i' used outside of binding context. (block-scoped-var)
(#1178) 'i' used outside of binding context. (block-scoped-var)
(#1178) 'i' used outside of binding context. (block-scoped-var)
(#1178) 'i' used outside of binding context. (block-scoped-var)
(#1179) 'i' used outside of binding context. (block-scoped-var)
(#1179) 'i' used outside of binding context. (block-scoped-var)
(#1179) 'i' used outside of binding context. (block-scoped-var)
(#1179) 'i' used outside of binding context. (block-scoped-var)
(#1181) 'i' used outside of binding context. (block-scoped-var)
(#1181) 'i' used outside of binding context. (block-scoped-var)
(#1181) 'i' used outside of binding context. (block-scoped-var)
(#1181) 'i' used outside of binding context. (block-scoped-var)
(#1182) 'i' used outside of binding context. (block-scoped-var)
(#1182) 'i' used outside of binding context. (block-scoped-var)
(#1182) 'i' used outside of binding context. (block-scoped-var)
(#1182) 'i' used outside of binding context. (block-scoped-var)
(#1183) 'i' used outside of binding context. (block-scoped-var)
(#1183) 'i' used outside of binding context. (block-scoped-var)
(#1183) 'i' used outside of binding context. (block-scoped-var)
(#1183) 'i' used outside of binding context. (block-scoped-var)
(#1187) Trailing spaces not allowed. (no-trailing-spaces)
(#1188) 'i' used outside of binding context. (block-scoped-var)
(#1188) 'i' used outside of binding context. (block-scoped-var)
(#1188) 'i' is already defined (no-redeclare)
(#1188) 'i' used outside of binding context. (block-scoped-var)
(#1188) 'i' used outside of binding context. (block-scoped-var)
(#1188) 'i' used outside of binding context. (block-scoped-var)
(#1188) 'i' used outside of binding context. (block-scoped-var)
(#1188) 'i' used outside of binding context. (block-scoped-var)
(#1188) 'i' used outside of binding context. (block-scoped-var)
(#1188) 'i' used outside of binding context. (block-scoped-var)
(#1188) 'i' used outside of binding context. (block-scoped-var)
(#1188) 'i' used outside of binding context. (block-scoped-var)
(#1188) 'i' used outside of binding context. (block-scoped-var)
(#1189) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#1189) 'i' used outside of binding context. (block-scoped-var)
(#1189) 'i' used outside of binding context. (block-scoped-var)
(#1189) 'i' used outside of binding context. (block-scoped-var)
(#1189) 'i' used outside of binding context. (block-scoped-var)
(#1189) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#1189) 'i' used outside of binding context. (block-scoped-var)
(#1189) 'i' used outside of binding context. (block-scoped-var)
(#1189) 'i' used outside of binding context. (block-scoped-var)
(#1189) 'i' used outside of binding context. (block-scoped-var)
(#1189) 'i' used outside of binding context. (block-scoped-var)
(#1189) 'i' used outside of binding context. (block-scoped-var)
(#1189) 'i' used outside of binding context. (block-scoped-var)
(#1189) 'i' used outside of binding context. (block-scoped-var)
(#1189) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#1189) 'i' used outside of binding context. (block-scoped-var)
(#1189) 'i' used outside of binding context. (block-scoped-var)
(#1189) 'i' used outside of binding context. (block-scoped-var)
(#1189) 'i' used outside of binding context. (block-scoped-var)
(#1190) 'i' used outside of binding context. (block-scoped-var)
(#1190) 'i' used outside of binding context. (block-scoped-var)
(#1190) 'i' used outside of binding context. (block-scoped-var)
(#1190) 'i' used outside of binding context. (block-scoped-var)
(#1190) 'i' used outside of binding context. (block-scoped-var)
(#1190) 'i' used outside of binding context. (block-scoped-var)
(#1190) 'i' used outside of binding context. (block-scoped-var)
(#1190) 'i' used outside of binding context. (block-scoped-var)
(#1191) 'i' used outside of binding context. (block-scoped-var)
(#1191) 'i' used outside of binding context. (block-scoped-var)
(#1191) 'i' used outside of binding context. (block-scoped-var)
(#1191) 'i' used outside of binding context. (block-scoped-var)
(#1192) 'i' used outside of binding context. (block-scoped-var)
(#1192) 'i' used outside of binding context. (block-scoped-var)
(#1192) 'i' used outside of binding context. (block-scoped-var)
(#1192) 'i' used outside of binding context. (block-scoped-var)
(#1193) 'i' used outside of binding context. (block-scoped-var)
(#1193) 'i' used outside of binding context. (block-scoped-var)
(#1193) 'i' used outside of binding context. (block-scoped-var)
(#1193) 'i' used outside of binding context. (block-scoped-var)
(#1195) 'i' used outside of binding context. (block-scoped-var)
(#1195) 'i' used outside of binding context. (block-scoped-var)
(#1195) 'i' used outside of binding context. (block-scoped-var)
(#1195) 'i' used outside of binding context. (block-scoped-var)
(#1196) 'i' used outside of binding context. (block-scoped-var)
(#1196) 'i' used outside of binding context. (block-scoped-var)
(#1196) 'i' used outside of binding context. (block-scoped-var)
(#1196) 'i' used outside of binding context. (block-scoped-var)
(#1197) 'i' used outside of binding context. (block-scoped-var)
(#1197) 'i' used outside of binding context. (block-scoped-var)
(#1197) 'i' used outside of binding context. (block-scoped-var)
(#1197) 'i' used outside of binding context. (block-scoped-var)
(#1201) Trailing spaces not allowed. (no-trailing-spaces)
(#1207) Trailing spaces not allowed. (no-trailing-spaces)
(#1208) Missing space before opening brace. (space-before-blocks)
(#1214) Trailing spaces not allowed. (no-trailing-spaces)
(#1216) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#1219) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#1223) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#1226) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#1229) Trailing spaces not allowed. (no-trailing-spaces)
(#1231) 'i' used outside of binding context. (block-scoped-var)
(#1231) 'i' used outside of binding context. (block-scoped-var)
(#1231) 'i' used outside of binding context. (block-scoped-var)
(#1232) 'i' used outside of binding context. (block-scoped-var)
(#1232) 'i' used outside of binding context. (block-scoped-var)
(#1235) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#1236) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#1237) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#1241) Trailing spaces not allowed. (no-trailing-spaces)
(#1242) 'i' is already defined (no-redeclare)
(#1242) 'i' used outside of binding context. (block-scoped-var)
(#1242) 'i' used outside of binding context. (block-scoped-var)
(#1242) 'i' used outside of binding context. (block-scoped-var)
(#1243) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#1243) 'i' used outside of binding context. (block-scoped-var)
(#1244) 'i' used outside of binding context. (block-scoped-var)
(#1244) 'i' used outside of binding context. (block-scoped-var)
(#1246) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#1248) Trailing spaces not allowed. (no-trailing-spaces)
(#1249) 'i' used outside of binding context. (block-scoped-var)
(#1249) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#1252) 'i' used outside of binding context. (block-scoped-var)
(#1252) 'i' used outside of binding context. (block-scoped-var)
(#1256) Trailing spaces not allowed. (no-trailing-spaces)
(#1258) Missing semicolon. (semi)
mod/offlinequiz/lib/jquery/jquery-1.4.3.js
(#1) Expected space or tab after '/*' in comment. (spaced-comment)
(#16) There should be no spaces inside this paren. (space-in-parens)
(#16) There should be no spaces inside this paren. (space-in-parens)
(#23) There should be no spaces inside this paren. (space-in-parens)
(#23) There should be no spaces inside this paren. (space-in-parens)
(#25) There should be no spaces inside this paren. (space-in-parens)
(#25) There should be no spaces inside this paren. (space-in-parens)
(#91) Function 'init' has a complexity of 21. (complexity)
(#91) There should be no spaces inside this paren. (space-in-parens)
(#91) There should be no spaces inside this paren. (space-in-parens)
(#95) There should be no spaces inside this paren. (space-in-parens)
(#95) There should be no spaces inside this paren. (space-in-parens)
(#100) There should be no spaces inside this paren. (space-in-parens)
(#100) There should be no spaces inside this paren. (space-in-parens)
(#107) There should be no spaces inside this paren. (space-in-parens)
(#107) There should be no spaces inside this paren. (space-in-parens)
(#116) There should be no spaces inside this paren. (space-in-parens)
(#116) There should be no spaces inside this paren. (space-in-parens)
(#118) There should be no spaces inside this paren. (space-in-parens)
(#118) There should be no spaces inside this paren. (space-in-parens)
(#121) There should be no spaces inside this paren. (space-in-parens)
(#121) There should be no spaces inside this paren. (space-in-parens)
(#124) There should be no spaces inside this paren. (space-in-parens)
(#124) There should be no spaces inside this paren. (space-in-parens)
(#130) There should be no spaces inside this paren. (space-in-parens)
(#130) There should be no spaces inside this paren. (space-in-parens)
(#132) There should be no spaces inside this paren. (space-in-parens)
(#132) There should be no spaces inside this paren. (space-in-parens)
(#133) Blocks are nested too deeply (5). (max-depth)
(#133) There should be no spaces inside this paren. (space-in-parens)
(#133) There should be no spaces inside this paren. (space-in-parens)
(#133) There should be no spaces inside this paren. (space-in-parens)
(#133) There should be no spaces inside this paren. (space-in-parens)
(#134) There should be no space after '[' (array-bracket-spacing)
(#134) There should be no spaces inside this paren. (space-in-parens)
(#134) There should be no spaces inside this paren. (space-in-parens)
(#134) There should be no space before ']' (array-bracket-spacing)
(#135) There should be no spaces inside this paren. (space-in-parens)
(#135) There should be no spaces inside this paren. (space-in-parens)
(#138) There should be no space after '[' (array-bracket-spacing)
(#138) There should be no spaces inside this paren. (space-in-parens)
(#138) There should be no spaces inside this paren. (space-in-parens)
(#138) There should be no space before ']' (array-bracket-spacing)
(#142) There should be no spaces inside this paren. (space-in-parens)
(#142) There should be no space after '[' (array-bracket-spacing)
(#142) There should be no space before ']' (array-bracket-spacing)
(#142) There should be no space after '[' (array-bracket-spacing)
(#142) There should be no space before ']' (array-bracket-spacing)
(#142) There should be no spaces inside this paren. (space-in-parens)
(#146) There should be no spaces inside this paren. (space-in-parens)
(#146) There should be no spaces inside this paren. (space-in-parens)
(#150) There should be no spaces inside this paren. (space-in-parens)
(#150) There should be no spaces inside this paren. (space-in-parens)
(#154) There should be no spaces inside this paren. (space-in-parens)
(#154) There should be no spaces inside this paren. (space-in-parens)
(#157) Blocks are nested too deeply (5). (max-depth)
(#157) There should be no spaces inside this paren. (space-in-parens)
(#157) There should be no spaces inside this paren. (space-in-parens)
(#158) There should be no spaces inside this paren. (space-in-parens)
(#158) There should be no spaces inside this paren. (space-in-parens)
(#172) There should be no spaces inside this paren. (space-in-parens)
(#172) There should be no spaces inside this paren. (space-in-parens)
(#173) There should be no spaces inside this paren. (space-in-parens)
(#173) There should be no spaces inside this paren. (space-in-parens)
(#178) There should be no spaces inside this paren. (space-in-parens)
(#178) There should be no spaces inside this paren. (space-in-parens)
(#178) There should be no spaces inside this paren. (space-in-parens)
(#178) There should be no spaces inside this paren. (space-in-parens)
(#183) There should be no spaces inside this paren. (space-in-parens)
(#183) There should be no spaces inside this paren. (space-in-parens)
(#183) There should be no spaces inside this paren. (space-in-parens)
(#183) There should be no spaces inside this paren. (space-in-parens)
(#184) There should be no spaces inside this paren. (space-in-parens)
(#184) There should be no spaces inside this paren. (space-in-parens)
(#192) There should be no spaces inside this paren. (space-in-parens)
(#192) There should be no spaces inside this paren. (space-in-parens)
(#210) There should be no spaces inside this paren. (space-in-parens)
(#210) There should be no spaces inside this paren. (space-in-parens)
(#215) There should be no spaces inside this paren. (space-in-parens)
(#215) There should be no spaces inside this paren. (space-in-parens)
(#216) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#216) Do not nest ternary expressions (no-nested-ternary)
(#222) There should be no spaces inside this paren. (space-in-parens)
(#222) There should be no space after '[' (computed-property-spacing)
(#222) There should be no space before ']' (computed-property-spacing)
(#222) There should be no space after '[' (computed-property-spacing)
(#222) There should be no space before ']' (computed-property-spacing)
(#222) There should be no spaces inside this paren. (space-in-parens)
(#227) There should be no spaces inside this paren. (space-in-parens)
(#227) There should be no spaces inside this paren. (space-in-parens)
(#231) There should be no spaces inside this paren. (space-in-parens)
(#231) There should be no spaces inside this paren. (space-in-parens)
(#231) There should be no spaces inside this paren. (space-in-parens)
(#231) There should be no spaces inside this paren. (space-in-parens)
(#232) There should be no spaces inside this paren. (space-in-parens)
(#232) There should be no spaces inside this paren. (space-in-parens)
(#235) There should be no spaces inside this paren. (space-in-parens)
(#235) There should be no spaces inside this paren. (space-in-parens)
(#243) There should be no spaces inside this paren. (space-in-parens)
(#243) There should be no spaces inside this paren. (space-in-parens)
(#245) There should be no spaces inside this paren. (space-in-parens)
(#245) There should be no spaces inside this paren. (space-in-parens)
(#256) There should be no spaces inside this paren. (space-in-parens)
(#256) There should be no spaces inside this paren. (space-in-parens)
(#257) There should be no spaces inside this paren. (space-in-parens)
(#257) There should be no spaces inside this paren. (space-in-parens)
(#260) There should be no spaces inside this paren. (space-in-parens)
(#260) There should be no spaces inside this paren. (space-in-parens)
(#265) There should be no spaces inside this paren. (space-in-parens)
(#265) There should be no spaces inside this paren. (space-in-parens)
(#270) There should be no spaces inside this paren. (space-in-parens)
(#270) There should be no spaces inside this paren. (space-in-parens)
(#272) There should be no spaces inside this paren. (space-in-parens)
(#272) There should be no spaces inside this paren. (space-in-parens)
(#273) There should be no spaces inside this paren. (space-in-parens)
(#273) There should be no spaces inside this paren. (space-in-parens)
(#277) There should be no spaces inside this paren. (space-in-parens)
(#277) There should be no spaces inside this paren. (space-in-parens)
(#281) There should be no spaces inside this paren. (space-in-parens)
(#281) There should be no spaces inside this paren. (space-in-parens)
(#285) There should be no spaces inside this paren. (space-in-parens)
(#285) There should be no spaces inside this paren. (space-in-parens)
(#285) There should be no spaces inside this paren. (space-in-parens)
(#286) There should be no spaces inside this paren. (space-in-parens)
(#289) There should be no spaces inside this paren. (space-in-parens)
(#289) There should be no spaces inside this paren. (space-in-parens)
(#290) There should be no spaces inside this paren. (space-in-parens)
(#290) There should be no spaces inside this paren. (space-in-parens)
(#290) There should be no spaces inside this paren. (space-in-parens)
(#291) There should be no spaces inside this paren. (space-in-parens)
(#291) There should be no spaces inside this paren. (space-in-parens)
(#317) There should be no spaces inside this paren. (space-in-parens)
(#317) There should be no spaces inside this paren. (space-in-parens)
(#325) There should be no spaces inside this paren. (space-in-parens)
(#325) There should be no spaces inside this paren. (space-in-parens)
(#330) There should be no spaces inside this paren. (space-in-parens)
(#330) There should be no spaces inside this paren. (space-in-parens)
(#335) There should be no spaces inside this paren. (space-in-parens)
(#335) There should be no spaces inside this paren. (space-in-parens)
(#337) There should be no spaces inside this paren. (space-in-parens)
(#337) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#337) There should be no space after '[' (computed-property-spacing)
(#337) There should be no space before ']' (computed-property-spacing)
(#337) There should be no spaces inside this paren. (space-in-parens)
(#339) There should be no spaces inside this paren. (space-in-parens)
(#339) There should be no spaces inside this paren. (space-in-parens)
(#340) There should be no space after '[' (computed-property-spacing)
(#340) There should be no space before ']' (computed-property-spacing)
(#341) There should be no space after '[' (computed-property-spacing)
(#341) There should be no space before ']' (computed-property-spacing)
(#344) There should be no spaces inside this paren. (space-in-parens)
(#344) There should be no spaces inside this paren. (space-in-parens)
(#349) There should be no spaces inside this paren. (space-in-parens)
(#349) There should be no spaces inside this paren. (space-in-parens)
(#349) There should be no spaces inside this paren. (space-in-parens)
(#349) There should be no spaces inside this paren. (space-in-parens)
(#350) Blocks are nested too deeply (5). (max-depth)
(#350) There should be no spaces inside this paren. (space-in-parens)
(#350) There should be no spaces inside this paren. (space-in-parens)
(#359) There should be no space after '[' (computed-property-spacing)
(#359) There should be no space before ']' (computed-property-spacing)
(#359) There should be no spaces inside this paren. (space-in-parens)
(#359) There should be no spaces inside this paren. (space-in-parens)
(#362) There should be no spaces inside this paren. (space-in-parens)
(#362) There should be no spaces inside this paren. (space-in-parens)
(#363) There should be no space after '[' (computed-property-spacing)
(#363) There should be no space before ']' (computed-property-spacing)
(#374) There should be no spaces inside this paren. (space-in-parens)
(#374) There should be no spaces inside this paren. (space-in-parens)
(#377) There should be no spaces inside this paren. (space-in-parens)
(#377) There should be no spaces inside this paren. (space-in-parens)
(#392) Expected to return a value at the end of this function. (consistent-return)
(#392) There should be no spaces inside this paren. (space-in-parens)
(#392) There should be no spaces inside this paren. (space-in-parens)
(#394) There should be no spaces inside this paren. (space-in-parens)
(#394) There should be no spaces inside this paren. (space-in-parens)
(#399) There should be no spaces inside this paren. (space-in-parens)
(#399) There should be no spaces inside this paren. (space-in-parens)
(#401) There should be no spaces inside this paren. (space-in-parens)
(#401) There should be no spaces inside this paren. (space-in-parens)
(#402) There should be no spaces inside this paren. (space-in-parens)
(#402) There should be no spaces inside this paren. (space-in-parens)
(#409) There should be no spaces inside this paren. (space-in-parens)
(#409) There should be no spaces inside this paren. (space-in-parens)
(#410) Expected a return value. (consistent-return)
(#414) There should be no spaces inside this paren. (space-in-parens)
(#414) There should be no space after '[' (array-bracket-spacing)
(#414) There should be no space before ']' (array-bracket-spacing)
(#414) There should be no spaces inside this paren. (space-in-parens)
(#417) There should be no spaces inside this paren. (space-in-parens)
(#417) There should be no spaces inside this paren. (space-in-parens)
(#418) There should be no spaces inside this paren. (space-in-parens)
(#418) There should be no spaces inside this paren. (space-in-parens)
(#418) There should be no spaces inside this paren. (space-in-parens)
(#418) There should be no spaces inside this paren. (space-in-parens)
(#418) There should be no spaces inside this paren. (space-in-parens)
(#418) There should be no spaces inside this paren. (space-in-parens)
(#424) There should be no spaces inside this paren. (space-in-parens)
(#424) There should be no spaces inside this paren. (space-in-parens)
(#432) There should be no spaces inside this paren. (space-in-parens)
(#432) There should be no spaces inside this paren. (space-in-parens)
(#434) Expected no return value. (consistent-return)
(#434) There should be no spaces inside this paren. (space-in-parens)
(#434) There should be no spaces inside this paren. (space-in-parens)
(#438) There should be no spaces inside this paren. (space-in-parens)
(#438) There should be no spaces inside this paren. (space-in-parens)
(#440) There should be no spaces inside this paren. (space-in-parens)
(#440) There should be no spaces inside this paren. (space-in-parens)
(#443) There should be no spaces inside this paren. (space-in-parens)
(#443) There should be no spaces inside this paren. (space-in-parens)
(#446) There should be no spaces inside this paren. (space-in-parens)
(#446) There should be no spaces inside this paren. (space-in-parens)
(#452) There should be no spaces inside this paren. (space-in-parens)
(#452) There should be no spaces inside this paren. (space-in-parens)
(#459) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#460) Expected space(s) after "catch". (keyword-spacing)
(#460) Empty block statement. (no-empty)
(#462) There should be no spaces inside this paren. (space-in-parens)
(#462) There should be no spaces inside this paren. (space-in-parens)
(#471) There should be no spaces inside this paren. (space-in-parens)
(#471) There should be no spaces inside this paren. (space-in-parens)
(#475) There should be no spaces inside this paren. (space-in-parens)
(#475) There should be no spaces inside this paren. (space-in-parens)
(#480) There should be no spaces inside this paren. (space-in-parens)
(#480) There should be no spaces inside this paren. (space-in-parens)
(#484) There should be no spaces inside this paren. (space-in-parens)
(#484) There should be no spaces inside this paren. (space-in-parens)
(#485) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#485) There should be no spaces inside this paren. (space-in-parens)
(#485) There should be no spaces inside this paren. (space-in-parens)
(#485) There should be no spaces inside this paren. (space-in-parens)
(#485) There should be no spaces inside this paren. (space-in-parens)
(#488) There should be no spaces inside this paren. (space-in-parens)
(#488) There should be no spaces inside this paren. (space-in-parens)
(#489) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#490) There should be no spaces inside this paren. (space-in-parens)
(#490) There should be no spaces inside this paren. (space-in-parens)
(#491) There should be no space after '[' (computed-property-spacing)
(#491) There should be no space before ']' (computed-property-spacing)
(#494) There should be no spaces inside this paren. (space-in-parens)
(#494) There should be no spaces inside this paren. (space-in-parens)
(#498) There should be no spaces inside this paren. (space-in-parens)
(#498) There should be no spaces inside this paren. (space-in-parens)
(#498) There should be no spaces inside this paren. (space-in-parens)
(#498) There should be no spaces inside this paren. (space-in-parens)
(#503) There should be no spaces inside this paren. (space-in-parens)
(#505) There should be no spaces inside this paren. (space-in-parens)
(#513) There should be no spaces inside this paren. (space-in-parens)
(#513) There should be no spaces inside this paren. (space-in-parens)
(#513) Empty block statement. (no-empty)
(#515) There should be no spaces inside this paren. (space-in-parens)
(#515) There should be no spaces inside this paren. (space-in-parens)
(#518) There should be no spaces inside this paren. (space-in-parens)
(#518) There should be no spaces inside this paren. (space-in-parens)
(#519) There should be no spaces inside this paren. (space-in-parens)
(#519) 'name' is defined but never used (no-unused-vars)
(#519) There should be no spaces inside this paren. (space-in-parens)
(#525) There should be no spaces inside this paren. (space-in-parens)
(#525) There should be no spaces inside this paren. (space-in-parens)
(#529) Expected to return a value at the end of this function. (consistent-return)
(#529) There should be no spaces inside this paren. (space-in-parens)
(#529) There should be no spaces inside this paren. (space-in-parens)
(#530) There should be no spaces inside this paren. (space-in-parens)
(#530) There should be no spaces inside this paren. (space-in-parens)
(#535) There should be no spaces inside this paren. (space-in-parens)
(#535) There should be no spaces inside this paren. (space-in-parens)
(#539) There should be no spaces inside this paren. (space-in-parens)
(#541) There should be no spaces inside this paren. (space-in-parens)
(#545) There should be no spaces inside this paren. (space-in-parens)
(#545) There should be no spaces inside this paren. (space-in-parens)
(#546) The Function constructor is eval. (no-new-func)
(#549) There should be no spaces inside this paren. (space-in-parens)
(#549) There should be no spaces inside this paren. (space-in-parens)
(#555) There should be no spaces inside this paren. (space-in-parens)
(#555) There should be no space before ','. (comma-spacing)
(#555) There should be no space before ','. (comma-spacing)
(#555) There should be no spaces inside this paren. (space-in-parens)
(#557) There should be no spaces inside this paren. (space-in-parens)
(#557) There should be no spaces inside this paren. (space-in-parens)
(#559) There should be no spaces inside this paren. (space-in-parens)
(#559) There should be no space before ','. (comma-spacing)
(#559) There should be no spaces inside this paren. (space-in-parens)
(#561) 'ActiveXObject' is not defined. (no-undef)
(#561) There should be no spaces inside this paren. (space-in-parens)
(#561) There should be no spaces inside this paren. (space-in-parens)
(#563) There should be no spaces inside this paren. (space-in-parens)
(#563) There should be no spaces inside this paren. (space-in-parens)
(#568) There should be no spaces inside this paren. (space-in-parens)
(#568) Unexpected space after unary operator '!'. (space-unary-ops)
(#568) Unexpected space after unary operator '!'. (space-unary-ops)
(#568) There should be no spaces inside this paren. (space-in-parens)
(#569) There should be no spaces inside this paren. (space-in-parens)
(#569) There should be no spaces inside this paren. (space-in-parens)
(#575) Unexpected empty function. (no-empty-function)
(#578) There should be no spaces inside this paren. (space-in-parens)
(#578) There should be no spaces inside this paren. (space-in-parens)
(#579) There should be no spaces inside this paren. (space-in-parens)
(#579) There should be no spaces inside this paren. (space-in-parens)
(#582) There should be no spaces inside this paren. (space-in-parens)
(#582) There should be no spaces inside this paren. (space-in-parens)
(#583) There should be no spaces inside this paren. (space-in-parens)
(#583) There should be no spaces inside this paren. (space-in-parens)
(#585) There should be no spaces inside this paren. (space-in-parens)
(#585) There should be no spaces inside this paren. (space-in-parens)
(#586) There should be no spaces inside this paren. (space-in-parens)
(#586) There should be no spaces inside this paren. (space-in-parens)
(#586) There should be no spaces inside this paren. (space-in-parens)
(#586) There should be no spaces inside this paren. (space-in-parens)
(#593) There should be no spaces inside this paren. (space-in-parens)
(#593) There should be no spaces inside this paren. (space-in-parens)
(#594) There should be no spaces inside this paren. (space-in-parens)
(#594) There should be no spaces inside this paren. (space-in-parens)
(#598) There should be no spaces inside this paren. (space-in-parens)
(#598) There should be no spaces inside this paren. (space-in-parens)
(#603) There should be no spaces inside this paren. (space-in-parens)
(#603) There should be no spaces inside this paren. (space-in-parens)
(#604) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#608) There should be no spaces inside this paren. (space-in-parens)
(#608) There should be no spaces inside this paren. (space-in-parens)
(#609) There should be no spaces inside this paren. (space-in-parens)
(#609) There should be no spaces inside this paren. (space-in-parens)
(#610) There should be no spaces inside this paren. (space-in-parens)
(#610) There should be no spaces inside this paren. (space-in-parens)
(#611) There should be no spaces inside this paren. (space-in-parens)
(#611) There should be no spaces inside this paren. (space-in-parens)
(#611) There should be no space after '[' (computed-property-spacing)
(#611) There should be no space before ']' (computed-property-spacing)
(#611) There should be no spaces inside this paren. (space-in-parens)
(#611) There should be no spaces inside this paren. (space-in-parens)
(#616) There should be no spaces inside this paren. (space-in-parens)
(#616) There should be no spaces inside this paren. (space-in-parens)
(#617) There should be no spaces inside this paren. (space-in-parens)
(#617) There should be no spaces inside this paren. (space-in-parens)
(#617) There should be no space after '[' (computed-property-spacing)
(#617) There should be no space before ']' (computed-property-spacing)
(#617) There should be no spaces inside this paren. (space-in-parens)
(#617) There should be no spaces inside this paren. (space-in-parens)
(#625) There should be no spaces inside this paren. (space-in-parens)
(#625) There should be no spaces inside this paren. (space-in-parens)
(#626) There should be no spaces inside this paren. (space-in-parens)
(#626) There should be no spaces inside this paren. (space-in-parens)
(#627) There should be no spaces inside this paren. (space-in-parens)
(#627) There should be no spaces inside this paren. (space-in-parens)
(#627) There should be no space after '[' (computed-property-spacing)
(#627) There should be no space before ']' (computed-property-spacing)
(#627) There should be no space after '[' (computed-property-spacing)
(#627) There should be no space before ']' (computed-property-spacing)
(#627) There should be no spaces inside this paren. (space-in-parens)
(#627) There should be no spaces inside this paren. (space-in-parens)
(#632) There should be no spaces inside this paren. (space-in-parens)
(#633) There should be no spaces inside this paren. (space-in-parens)
(#633) There should be no spaces inside this paren. (space-in-parens)
(#633) There should be no spaces inside this paren. (space-in-parens)
(#633) Empty block statement. (no-empty)
(#642) There should be no spaces inside this paren. (space-in-parens)
(#642) There should be no spaces inside this paren. (space-in-parens)
(#643) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#645) There should be no spaces inside this paren. (space-in-parens)
(#645) There should be no spaces inside this paren. (space-in-parens)
(#649) There should be no spaces inside this paren. (space-in-parens)
(#649) There should be no spaces inside this paren. (space-in-parens)
(#650) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#652) There should be no spaces inside this paren. (space-in-parens)
(#652) There should be no spaces inside this paren. (space-in-parens)
(#652) There should be no spaces inside this paren. (space-in-parens)
(#652) There should be no spaces inside this paren. (space-in-parens)
(#656) There should be no spaces inside this paren. (space-in-parens)
(#656) There should be no spaces inside this paren. (space-in-parens)
(#659) There should be no spaces inside this paren. (space-in-parens)
(#659) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#659) There should be no spaces inside this paren. (space-in-parens)
(#666) Line 666 exceeds the maximum line length of 132. (max-len)
(#666) There should be no spaces inside this paren. (space-in-parens)
(#666) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#666) There should be no spaces inside this paren. (space-in-parens)
(#666) There should be no spaces inside this paren. (space-in-parens)
(#666) There should be no spaces inside this paren. (space-in-parens)
(#667) There should be no spaces inside this paren. (space-in-parens)
(#667) There should be no spaces inside this paren. (space-in-parens)
(#669) There should be no spaces inside this paren. (space-in-parens)
(#669) There should be no spaces inside this paren. (space-in-parens)
(#676) There should be no spaces inside this paren. (space-in-parens)
(#676) There should be no spaces inside this paren. (space-in-parens)
(#677) There should be no spaces inside this paren. (space-in-parens)
(#677) There should be no spaces inside this paren. (space-in-parens)
(#678) There should be no spaces inside this paren. (space-in-parens)
(#678) There should be no spaces inside this paren. (space-in-parens)
(#681) There should be no spaces inside this paren. (space-in-parens)
(#681) There should be no spaces inside this paren. (space-in-parens)
(#682) There should be no spaces inside this paren. (space-in-parens)
(#682) There should be no space after '[' (computed-property-spacing)
(#682) There should be no space before ']' (computed-property-spacing)
(#682) There should be no spaces inside this paren. (space-in-parens)
(#690) There should be no spaces inside this paren. (space-in-parens)
(#690) There should be no spaces inside this paren. (space-in-parens)
(#694) There should be no spaces inside this paren. (space-in-parens)
(#694) There should be no spaces inside this paren. (space-in-parens)
(#695) There should be no spaces inside this paren. (space-in-parens)
(#695) There should be no spaces inside this paren. (space-in-parens)
(#696) There should be no space after '[' (computed-property-spacing)
(#696) There should be no space before ']' (computed-property-spacing)
(#696) There should be no space after '[' (computed-property-spacing)
(#696) There should be no space before ']' (computed-property-spacing)
(#700) There should be no spaces inside this paren. (space-in-parens)
(#700) There should be no spaces inside this paren. (space-in-parens)
(#701) There should be no space after '[' (computed-property-spacing)
(#701) There should be no space before ']' (computed-property-spacing)
(#701) There should be no space after '[' (computed-property-spacing)
(#701) There should be no space before ']' (computed-property-spacing)
(#710) There should be no spaces inside this paren. (space-in-parens)
(#710) There should be no spaces inside this paren. (space-in-parens)
(#711) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#716) There should be no spaces inside this paren. (space-in-parens)
(#716) There should be no spaces inside this paren. (space-in-parens)
(#717) There should be no spaces inside this paren. (space-in-parens)
(#717) There should be no space after '[' (computed-property-spacing)
(#717) There should be no space before ']' (computed-property-spacing)
(#717) There should be no spaces inside this paren. (space-in-parens)
(#718) There should be no spaces inside this paren. (space-in-parens)
(#718) There should be no spaces inside this paren. (space-in-parens)
(#719) There should be no spaces inside this paren. (space-in-parens)
(#719) There should be no space after '[' (computed-property-spacing)
(#719) There should be no space before ']' (computed-property-spacing)
(#719) There should be no spaces inside this paren. (space-in-parens)
(#727) There should be no spaces inside this paren. (space-in-parens)
(#727) There should be no spaces inside this paren. (space-in-parens)
(#728) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#732) There should be no spaces inside this paren. (space-in-parens)
(#732) There should be no spaces inside this paren. (space-in-parens)
(#733) There should be no spaces inside this paren. (space-in-parens)
(#733) There should be no space after '[' (computed-property-spacing)
(#733) There should be no space before ']' (computed-property-spacing)
(#733) There should be no spaces inside this paren. (space-in-parens)
(#735) There should be no spaces inside this paren. (space-in-parens)
(#735) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#735) There should be no spaces inside this paren. (space-in-parens)
(#736) There should be no space after '[' (computed-property-spacing)
(#736) There should be no space before ']' (computed-property-spacing)
(#741) There should be no spaces inside this paren. (space-in-parens)
(#741) There should be no spaces inside this paren. (space-in-parens)
(#747) There should be no spaces inside this paren. (space-in-parens)
(#747) There should be no spaces inside this paren. (space-in-parens)
(#748) There should be no spaces inside this paren. (space-in-parens)
(#748) There should be no spaces inside this paren. (space-in-parens)
(#749) There should be no spaces inside this paren. (space-in-parens)
(#749) There should be no spaces inside this paren. (space-in-parens)
(#751) There should be no space after '[' (computed-property-spacing)
(#751) There should be no space before ']' (computed-property-spacing)
(#754) There should be no spaces inside this paren. (space-in-parens)
(#754) There should be no spaces inside this paren. (space-in-parens)
(#754) There should be no spaces inside this paren. (space-in-parens)
(#754) There should be no spaces inside this paren. (space-in-parens)
(#760) There should be no spaces inside this paren. (space-in-parens)
(#760) There should be no spaces inside this paren. (space-in-parens)
(#762) There should be no spaces inside this paren. (space-in-parens)
(#762) There should be no spaces inside this paren. (space-in-parens)
(#767) There should be no spaces inside this paren. (space-in-parens)
(#767) There should be no spaces inside this paren. (space-in-parens)
(#777) There should be no spaces inside this paren. (space-in-parens)
(#777) There should be no spaces inside this paren. (space-in-parens)
(#781) There should be no spaces inside this paren. (space-in-parens)
(#781) There should be no spaces inside this paren. (space-in-parens)
(#782) There should be no spaces inside this paren. (space-in-parens)
(#782) There should be no spaces inside this paren. (space-in-parens)
(#783) There should be no spaces inside this paren. (space-in-parens)
(#783) There should be no spaces inside this paren. (space-in-parens)
(#789) There should be no spaces inside this paren. (space-in-parens)
(#789) There should be no spaces inside this paren. (space-in-parens)
(#793) There should be no spaces inside this paren. (space-in-parens)
(#793) There should be no spaces inside this paren. (space-in-parens)
(#794) There should be no spaces inside this paren. (space-in-parens)
(#794) There should be no spaces inside this paren. (space-in-parens)
(#794) There should be no spaces inside this paren. (space-in-parens)
(#794) There should be no spaces inside this paren. (space-in-parens)
(#794) There should be no spaces inside this paren. (space-in-parens)
(#794) There should be no spaces inside this paren. (space-in-parens)
(#801) There should be no spaces inside this paren. (space-in-parens)
(#801) There should be no spaces inside this paren. (space-in-parens)
(#810) There should be no spaces inside this paren. (space-in-parens)
(#810) There should be no spaces inside this paren. (space-in-parens)
(#813) There should be no spaces inside this paren. (space-in-parens)
(#813) There should be no spaces inside this paren. (space-in-parens)
(#814) There should be no spaces inside this paren. (space-in-parens)
(#814) There should be no spaces inside this paren. (space-in-parens)
(#815) There should be no spaces inside this paren. (space-in-parens)
(#815) There should be no spaces inside this paren. (space-in-parens)
(#816) There should be no spaces inside this paren. (space-in-parens)
(#816) There should be no spaces inside this paren. (space-in-parens)
(#819) There should be no space after '{' (object-curly-spacing)
(#819) There should be no space before '}' (object-curly-spacing)
(#823) Missing JSDoc comment. (require-jsdoc)
(#823) There should be no spaces inside this paren. (space-in-parens)
(#823) There should be no spaces inside this paren. (space-in-parens)
(#824) There should be no spaces inside this paren. (space-in-parens)
(#824) There should be no spaces inside this paren. (space-in-parens)
(#826) There should be no spaces inside this paren. (space-in-parens)
(#826) There should be no spaces inside this paren. (space-in-parens)
(#831) There should be no spaces inside this paren. (space-in-parens)
(#831) There should be no spaces inside this paren. (space-in-parens)
(#832) There should be no spaces inside this paren. (space-in-parens)
(#832) There should be no spaces inside this paren. (space-in-parens)
(#836) There should be no spaces inside this paren. (space-in-parens)
(#836) There should be no spaces inside this paren. (space-in-parens)
(#848) There should be no space after '[' (computed-property-spacing)
(#848) There should be no space before ']' (computed-property-spacing)
(#851) There should be no spaces inside this paren. (space-in-parens)
(#851) There should be no spaces inside this paren. (space-in-parens)
(#852) There should be no spaces inside this paren. (space-in-parens)
(#852) There should be no spaces inside this paren. (space-in-parens)
(#853) There should be no space after '[' (computed-property-spacing)
(#853) There should be no space before ']' (computed-property-spacing)
(#858) There should be no spaces inside this paren. (space-in-parens)
(#858) There should be no spaces inside this paren. (space-in-parens)
(#862) There should be no spaces inside this paren. (space-in-parens)
(#862) There should be no spaces inside this paren. (space-in-parens)
(#863) There should be no spaces inside this paren. (space-in-parens)
(#863) There should be no spaces inside this paren. (space-in-parens)
(#864) There should be no spaces inside this paren. (space-in-parens)
(#864) There should be no spaces inside this paren. (space-in-parens)
(#869) There should be no spaces inside this paren. (space-in-parens)
(#869) There should be no spaces inside this paren. (space-in-parens)
(#869) There should be no spaces inside this paren. (space-in-parens)
(#869) There should be no spaces inside this paren. (space-in-parens)
(#878) There should be no spaces inside this paren. (space-in-parens)
(#878) There should be no spaces inside this paren. (space-in-parens)
(#880) There should be no spaces inside this paren. (space-in-parens)
(#880) There should be no spaces inside this paren. (space-in-parens)
(#884) There should be no spaces inside this paren. (space-in-parens)
(#884) There should be no spaces inside this paren. (space-in-parens)
(#887) There should be no spaces inside this paren. (space-in-parens)
(#887) There should be no spaces inside this paren. (space-in-parens)
(#888) There should be no spaces inside this paren. (space-in-parens)
(#888) There should be no spaces inside this paren. (space-in-parens)
(#895) Missing JSDoc comment. (require-jsdoc)
(#896) There should be no spaces inside this paren. (space-in-parens)
(#896) There should be no spaces inside this paren. (space-in-parens)
(#904) Expected space(s) after "catch". (keyword-spacing)
(#905) There should be no spaces inside this paren. (space-in-parens)
(#905) There should be no spaces inside this paren. (space-in-parens)
(#920) There should be no spaces inside this paren. (space-in-parens)
(#920) There should be no spaces inside this paren. (space-in-parens)
(#936) Multiple spaces found before '='. (no-multi-spaces)
(#940) There should be no spaces inside this paren. (space-in-parens)
(#940) There should be no spaces inside this paren. (space-in-parens)
(#947) There should be no spaces inside this paren. (space-in-parens)
(#947) There should be no spaces inside this paren. (space-in-parens)
(#951) There should be no spaces inside this paren. (space-in-parens)
(#951) There should be no spaces inside this paren. (space-in-parens)
(#952) There should be no space after '[' (computed-property-spacing)
(#952) There should be no space before ']' (computed-property-spacing)
(#953) There should be no spaces inside this paren. (space-in-parens)
(#953) There should be no spaces inside this paren. (space-in-parens)
(#954) There should be no spaces inside this paren. (space-in-parens)
(#954) There should be no spaces inside this paren. (space-in-parens)
(#955) There should be no spaces inside this paren. (space-in-parens)
(#955) There should be no spaces inside this paren. (space-in-parens)
(#956) There should be no spaces inside this paren. (space-in-parens)
(#956) There should be no spaces inside this paren. (space-in-parens)
(#957) There should be no spaces inside this paren. (space-in-parens)
(#957) There should be no spaces inside this paren. (space-in-parens)
(#960) There should be no spaces inside this paren. (space-in-parens)
(#960) There should be no spaces inside this paren. (space-in-parens)
(#961) There should be no spaces inside this paren. (space-in-parens)
(#961) There should be no space after '[' (computed-property-spacing)
(#961) There should be no space before ']' (computed-property-spacing)
(#961) There should be no space after '[' (computed-property-spacing)
(#961) There should be no space before ']' (computed-property-spacing)
(#961) There should be no spaces inside this paren. (space-in-parens)
(#968) There should be no spaces inside this paren. (space-in-parens)
(#968) There should be no spaces inside this paren. (space-in-parens)
(#969) There should be no spaces inside this paren. (space-in-parens)
(#969) There should be no spaces inside this paren. (space-in-parens)
(#974) Expected space(s) after "while". (keyword-spacing)
(#974) There should be no spaces inside this paren. (space-in-parens)
(#974) There should be no space after '[' (computed-property-spacing)
(#974) There should be no space before ']' (computed-property-spacing)
(#974) There should be no spaces inside this paren. (space-in-parens)
(#975) There should be no spaces inside this paren. (space-in-parens)
(#975) There should be no spaces inside this paren. (space-in-parens)
(#978) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#979) There should be no space after '[' (array-bracket-spacing)
(#979) There should be no space before ']' (array-bracket-spacing)
(#988) There should be no spaces inside this paren. (space-in-parens)
(#988) There should be no spaces inside this paren. (space-in-parens)
(#994) There should be no spaces inside this paren. (space-in-parens)
(#994) There should be no spaces inside this paren. (space-in-parens)
(#1009) There should be no spaces inside this paren. (space-in-parens)
(#1009) There should be no spaces inside this paren. (space-in-parens)
(#1014) There should be no spaces inside this paren. (space-in-parens)
(#1015) There should be no spaces inside this paren. (space-in-parens)
(#1015) There should be no spaces inside this paren. (space-in-parens)
(#1016) There should be no spaces inside this paren. (space-in-parens)
(#1016) There should be no spaces inside this paren. (space-in-parens)
(#1016) There should be no spaces inside this paren. (space-in-parens)
(#1016) There should be no spaces inside this paren. (space-in-parens)
(#1025) There should be no spaces inside this paren. (space-in-parens)
(#1025) There should be no spaces inside this paren. (space-in-parens)
(#1026) There should be no spaces inside this paren. (space-in-parens)
(#1026) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#1026) There should be no spaces inside this paren. (space-in-parens)
(#1027) There should be no spaces inside this paren. (space-in-parens)
(#1027) There should be no spaces inside this paren. (space-in-parens)
(#1033) Expected space(s) after "while". (keyword-spacing)
(#1033) There should be no spaces inside this paren. (space-in-parens)
(#1033) There should be no spaces inside this paren. (space-in-parens)
(#1034) There should be no space after '[' (computed-property-spacing)
(#1034) There should be no space before ']' (computed-property-spacing)
(#1034) There should be no space after '[' (computed-property-spacing)
(#1034) There should be no space before ']' (computed-property-spacing)
(#1038) There should be no spaces inside this paren. (space-in-parens)
(#1040) There should be no spaces inside this paren. (space-in-parens)
(#1040) There should be no spaces inside this paren. (space-in-parens)
(#1040) There should be no spaces inside this paren. (space-in-parens)
(#1040) There should be no spaces inside this paren. (space-in-parens)
(#1044) There should be no spaces inside this paren. (space-in-parens)
(#1044) There should be no spaces inside this paren. (space-in-parens)
(#1045) There should be no spaces inside this paren. (space-in-parens)
(#1045) There should be no spaces inside this paren. (space-in-parens)
(#1051) There should be no spaces inside this paren. (space-in-parens)
(#1051) There should be no spaces inside this paren. (space-in-parens)
(#1056) There should be no spaces inside this paren. (space-in-parens)
(#1056) There should be no spaces inside this paren. (space-in-parens)
(#1059) Missing JSDoc comment. (require-jsdoc)
(#1059) There should be no spaces inside this paren. (space-in-parens)
(#1059) There should be no spaces inside this paren. (space-in-parens)
(#1060) There should be no spaces inside this paren. (space-in-parens)
(#1060) There should be no spaces inside this paren. (space-in-parens)
(#1061) There should be no space after '[' (computed-property-spacing)
(#1061) There should be no space before ']' (computed-property-spacing)
(#1061) There should be no spaces inside this paren. (space-in-parens)
(#1061) There should be no spaces inside this paren. (space-in-parens)
(#1062) There should be no spaces inside this paren. (space-in-parens)
(#1062) There should be no spaces inside this paren. (space-in-parens)
(#1062) There should be no spaces inside this paren. (space-in-parens)
(#1062) There should be no spaces inside this paren. (space-in-parens)
(#1066) There should be no spaces inside this paren. (space-in-parens)
(#1066) There should be no spaces inside this paren. (space-in-parens)
(#1066) There should be no spaces inside this paren. (space-in-parens)
(#1066) There should be no spaces inside this paren. (space-in-parens)
(#1070) There should be no spaces inside this paren. (space-in-parens)
(#1070) There should be no spaces inside this paren. (space-in-parens)
(#1071) Expected space(s) after "for". (keyword-spacing)
(#1071) There should be no spaces inside this paren. (space-in-parens)
(#1071) There should be no spaces inside this paren. (space-in-parens)
(#1072) There should be no spaces inside this paren. (space-in-parens)
(#1072) There should be no space after '[' (computed-property-spacing)
(#1072) There should be no space before ']' (computed-property-spacing)
(#1072) There should be no spaces inside this paren. (space-in-parens)
(#1072) There should be no space after '[' (computed-property-spacing)
(#1072) There should be no space before ']' (computed-property-spacing)
(#1072) There should be no spaces inside this paren. (space-in-parens)
(#1072) There should be no spaces inside this paren. (space-in-parens)
(#1073) There should be no space after '[' (computed-property-spacing)
(#1073) There should be no space before ']' (computed-property-spacing)
(#1073) There should be no spaces inside this paren. (space-in-parens)
(#1073) There should be no spaces inside this paren. (space-in-parens)
(#1078) There should be no spaces inside this paren. (space-in-parens)
(#1078) There should be no spaces inside this paren. (space-in-parens)
(#1079) There should be no spaces inside this paren. (space-in-parens)
(#1079) There should be no spaces inside this paren. (space-in-parens)
(#1081) There should be no spaces inside this paren. (space-in-parens)
(#1081) There should be no spaces inside this paren. (space-in-parens)
(#1082) There should be no spaces inside this paren. (space-in-parens)
(#1082) There should be no space after '[' (array-bracket-spacing)
(#1082) There should be no space before ']' (array-bracket-spacing)
(#1082) There should be no spaces inside this paren. (space-in-parens)
(#1090) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#1103) There should be no spaces inside this paren. (space-in-parens)
(#1103) There should be no spaces inside this paren. (space-in-parens)
(#1107) There should be no spaces inside this paren. (space-in-parens)
(#1107) There should be no spaces inside this paren. (space-in-parens)
(#1125) There should be no spaces inside this paren. (space-in-parens)
(#1125) There should be no spaces inside this paren. (space-in-parens)
(#1134) There should be no spaces inside this paren. (space-in-parens)
(#1134) There should be no spaces inside this paren. (space-in-parens)
(#1163) There should be no spaces inside this paren. (space-in-parens)
(#1163) There should be no spaces inside this paren. (space-in-parens)
(#1172) There should be no spaces inside this paren. (space-in-parens)
(#1172) There should be no spaces inside this paren. (space-in-parens)
(#1181) There should be no spaces inside this paren. (space-in-parens)
(#1181) There should be no spaces inside this paren. (space-in-parens)
(#1181) There should be no spaces inside this paren. (space-in-parens)
(#1181) There should be no spaces inside this paren. (space-in-parens)
(#1182) Expected space(s) after "catch". (keyword-spacing)
(#1182) Empty block statement. (no-empty)
(#1184) There should be no spaces inside this paren. (space-in-parens)
(#1184) There should be no spaces inside this paren. (space-in-parens)
(#1186) There should be no spaces inside this paren. (space-in-parens)
(#1186) There should be no space after '[' (computed-property-spacing)
(#1186) There should be no space before ']' (computed-property-spacing)
(#1186) There should be no spaces inside this paren. (space-in-parens)
(#1188) There should be no space after '[' (computed-property-spacing)
(#1188) There should be no space before ']' (computed-property-spacing)
(#1193) There should be no spaces inside this paren. (space-in-parens)
(#1193) There should be no spaces inside this paren. (space-in-parens)
(#1204) Expected space(s) after "catch". (keyword-spacing)
(#1208) There should be no spaces inside this paren. (space-in-parens)
(#1208) There should be no spaces inside this paren. (space-in-parens)
(#1222) There should be no spaces inside this paren. (space-in-parens)
(#1222) There should be no spaces inside this paren. (space-in-parens)
(#1234) There should be no spaces inside this paren. (space-in-parens)
(#1234) There should be no spaces inside this paren. (space-in-parens)
(#1239) There should be no spaces inside this paren. (space-in-parens)
(#1239) There should be no spaces inside this paren. (space-in-parens)
(#1242) There should be no spaces inside this paren. (space-in-parens)
(#1242) There should be no spaces inside this paren. (space-in-parens)
(#1283) There should be no spaces inside this paren. (space-in-parens)
(#1283) There should be no spaces inside this paren. (space-in-parens)
(#1286) Line 1286 exceeds the maximum line length of 132. (max-len)
(#1286) There should be no spaces inside this paren. (space-in-parens)
(#1286) There should be no spaces inside this paren. (space-in-parens)
(#1289) There should be no spaces inside this paren. (space-in-parens)
(#1289) There should be no spaces inside this paren. (space-in-parens)
(#1295) There should be no spaces inside this paren. (space-in-parens)
(#1295) There should be no spaces inside this paren. (space-in-parens)
(#1303) There should be no spaces inside this paren. (space-in-parens)
(#1303) There should be no spaces inside this paren. (space-in-parens)
(#1308) There should be no spaces inside this paren. (space-in-parens)
(#1308) There should be no spaces inside this paren. (space-in-parens)
(#1323) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#1334) There should be no spaces inside this paren. (space-in-parens)
(#1334) There should be no spaces inside this paren. (space-in-parens)
(#1334) There should be no spaces inside this paren. (space-in-parens)
(#1334) There should be no spaces inside this paren. (space-in-parens)
(#1345) There should be no spaces inside this paren. (space-in-parens)
(#1345) There should be no spaces inside this paren. (space-in-parens)
(#1346) There should be no space after '[' (computed-property-spacing)
(#1346) There should be no space before ']' (computed-property-spacing)
(#1346) There should be no space after '[' (computed-property-spacing)
(#1346) There should be no space before ']' (computed-property-spacing)
(#1348) There should be no spaces inside this paren. (space-in-parens)
(#1348) There should be no spaces inside this paren. (space-in-parens)
(#1351) There should be no spaces inside this paren. (space-in-parens)
(#1351) There should be no spaces inside this paren. (space-in-parens)
(#1352) There should be no spaces inside this paren. (space-in-parens)
(#1352) There should be no spaces inside this paren. (space-in-parens)
(#1352) There should be no spaces inside this paren. (space-in-parens)
(#1352) There should be no spaces inside this paren. (space-in-parens)
(#1356) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1356) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1368) There should be no space after '[' (computed-property-spacing)
(#1368) There should be no space before ']' (computed-property-spacing)
(#1368) There should be no space after '[' (computed-property-spacing)
(#1368) There should be no space before ']' (computed-property-spacing)
(#1372) There should be no spaces inside this paren. (space-in-parens)
(#1372) There should be no space after '[' (computed-property-spacing)
(#1372) There should be no space before ']' (computed-property-spacing)
(#1372) There should be no space after '[' (computed-property-spacing)
(#1372) There should be no space before ']' (computed-property-spacing)
(#1372) There should be no spaces inside this paren. (space-in-parens)
(#1376) There should be no spaces inside this paren. (space-in-parens)
(#1376) There should be no spaces inside this paren. (space-in-parens)
(#1379) There should be no spaces inside this paren. (space-in-parens)
(#1379) There should be no spaces inside this paren. (space-in-parens)
(#1380) There should be no space after '[' (computed-property-spacing)
(#1380) There should be no space before ']' (computed-property-spacing)
(#1386) There should be no spaces inside this paren. (space-in-parens)
(#1386) There should be no space after '[' (computed-property-spacing)
(#1386) There should be no space before ']' (computed-property-spacing)
(#1386) There should be no spaces inside this paren. (space-in-parens)
(#1387) There should be no space after '[' (computed-property-spacing)
(#1387) There should be no space before ']' (computed-property-spacing)
(#1392) There should be no spaces inside this paren. (space-in-parens)
(#1392) There should be no spaces inside this paren. (space-in-parens)
(#1393) There should be no space after '[' (computed-property-spacing)
(#1393) There should be no space before ']' (computed-property-spacing)
(#1399) There should be no spaces inside this paren. (space-in-parens)
(#1399) There should be no spaces inside this paren. (space-in-parens)
(#1400) There should be no spaces inside this paren. (space-in-parens)
(#1400) There should be no spaces inside this paren. (space-in-parens)
(#1401) There should be no space after '[' (computed-property-spacing)
(#1401) There should be no space before ']' (computed-property-spacing)
(#1401) There should be no space after '[' (computed-property-spacing)
(#1401) There should be no space before ']' (computed-property-spacing)
(#1401) There should be no space after '[' (computed-property-spacing)
(#1401) There should be no space before ']' (computed-property-spacing)
(#1401) There should be no space after '[' (computed-property-spacing)
(#1401) There should be no space before ']' (computed-property-spacing)
(#1403) There should be no space after '[' (computed-property-spacing)
(#1403) There should be no space before ']' (computed-property-spacing)
(#1403) There should be no space after '[' (computed-property-spacing)
(#1403) There should be no space before ']' (computed-property-spacing)
(#1407) There should be no space after '[' (computed-property-spacing)
(#1407) There should be no space before ']' (computed-property-spacing)
(#1412) There should be no spaces inside this paren. (space-in-parens)
(#1412) There should be no spaces inside this paren. (space-in-parens)
(#1413) There should be no spaces inside this paren. (space-in-parens)
(#1413) There should be no space after '[' (computed-property-spacing)
(#1413) There should be no space before ']' (computed-property-spacing)
(#1413) There should be no spaces inside this paren. (space-in-parens)
(#1414) There should be no space after '[' (computed-property-spacing)
(#1414) There should be no space before ']' (computed-property-spacing)
(#1417) There should be no space after '[' (computed-property-spacing)
(#1417) There should be no space before ']' (computed-property-spacing)
(#1420) There should be no spaces inside this paren. (space-in-parens)
(#1420) There should be no spaces inside this paren. (space-in-parens)
(#1421) There should be no space after '[' (computed-property-spacing)
(#1421) There should be no space before ']' (computed-property-spacing)
(#1427) There should be no spaces inside this paren. (space-in-parens)
(#1427) There should be no spaces inside this paren. (space-in-parens)
(#1428) Expected no return value. (consistent-return)
(#1428) There should be no space after '[' (computed-property-spacing)
(#1428) There should be no space before ']' (computed-property-spacing)
(#1428) There should be no space after '[' (computed-property-spacing)
(#1428) There should be no space before ']' (computed-property-spacing)
(#1431) Expected no return value. (consistent-return)
(#1431) There should be no space after '[' (computed-property-spacing)
(#1431) There should be no space before ']' (computed-property-spacing)
(#1434) There should be no spaces inside this paren. (space-in-parens)
(#1434) There should be no spaces inside this paren. (space-in-parens)
(#1435) There should be no spaces inside this paren. (space-in-parens)
(#1435) There should be no spaces inside this paren. (space-in-parens)
(#1435) There should be no spaces inside this paren. (space-in-parens)
(#1435) There should be no spaces inside this paren. (space-in-parens)
(#1439) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1445) There should be no space after '[' (computed-property-spacing)
(#1445) There should be no space before ']' (computed-property-spacing)
(#1449) There should be no spaces inside this paren. (space-in-parens)
(#1449) There should be no space after '[' (computed-property-spacing)
(#1449) There should be no space before ']' (computed-property-spacing)
(#1449) There should be no spaces inside this paren. (space-in-parens)
(#1453) There should be no spaces inside this paren. (space-in-parens)
(#1453) There should be no spaces inside this paren. (space-in-parens)
(#1454) There should be no space after '[' (computed-property-spacing)
(#1454) There should be no space before ']' (computed-property-spacing)
(#1454) There should be no space after '[' (computed-property-spacing)
(#1454) There should be no space before ']' (computed-property-spacing)
(#1454) There should be no space after '[' (computed-property-spacing)
(#1454) There should be no space before ']' (computed-property-spacing)
(#1456) There should be no spaces inside this paren. (space-in-parens)
(#1456) There should be no spaces inside this paren. (space-in-parens)
(#1457) There should be no space after '[' (computed-property-spacing)
(#1457) There should be no space before ']' (computed-property-spacing)
(#1461) There should be no spaces inside this paren. (space-in-parens)
(#1461) There should be no spaces inside this paren. (space-in-parens)
(#1468) There should be no spaces inside this paren. (space-in-parens)
(#1468) There should be no spaces inside this paren. (space-in-parens)
(#1469) There should be no space after '[' (computed-property-spacing)
(#1469) There should be no space before ']' (computed-property-spacing)
(#1469) There should be no space after '[' (computed-property-spacing)
(#1469) There should be no space before ']' (computed-property-spacing)
(#1473) There should be no spaces inside this paren. (space-in-parens)
(#1473) There should be no space after '[' (computed-property-spacing)
(#1473) There should be no space before ']' (computed-property-spacing)
(#1473) There should be no spaces inside this paren. (space-in-parens)
(#1478) There should be no space after '[' (computed-property-spacing)
(#1478) There should be no space before ']' (computed-property-spacing)
(#1478) There should be no space after '[' (computed-property-spacing)
(#1478) There should be no space before ']' (computed-property-spacing)
(#1483) There should be no spaces inside this paren. (space-in-parens)
(#1483) There should be no spaces inside this paren. (space-in-parens)
(#1484) There should be no space after '[' (computed-property-spacing)
(#1484) There should be no space before ']' (computed-property-spacing)
(#1486) There should be no space after '[' (computed-property-spacing)
(#1486) There should be no space before ']' (computed-property-spacing)
(#1492) There should be no spaces inside this paren. (space-in-parens)
(#1492) There should be no spaces inside this paren. (space-in-parens)
(#1493) There should be no space after '[' (computed-property-spacing)
(#1493) There should be no space before ']' (computed-property-spacing)
(#1497) There should be no spaces inside this paren. (space-in-parens)
(#1497) There should be no spaces inside this paren. (space-in-parens)
(#1498) There should be no space after '[' (computed-property-spacing)
(#1498) There should be no space before ']' (computed-property-spacing)
(#1501) There should be no space after '[' (computed-property-spacing)
(#1501) There should be no space before ']' (computed-property-spacing)
(#1501) There should be no space after '[' (computed-property-spacing)
(#1501) There should be no space before ']' (computed-property-spacing)
(#1505) There should be no spaces inside this paren. (space-in-parens)
(#1505) There should be no spaces inside this paren. (space-in-parens)
(#1509) There should be no spaces inside this paren. (space-in-parens)
(#1509) There should be no spaces inside this paren. (space-in-parens)
(#1510) There should be no space after '[' (computed-property-spacing)
(#1510) There should be no space before ']' (computed-property-spacing)
(#1511) There should be no spaces inside this paren. (space-in-parens)
(#1511) There should be no spaces inside this paren. (space-in-parens)
(#1512) There should be no spaces inside this paren. (space-in-parens)
(#1512) There should be no spaces inside this paren. (space-in-parens)
(#1514) There should be no space after '[' (computed-property-spacing)
(#1514) There should be no space before ']' (computed-property-spacing)
(#1520) There should be no spaces inside this paren. (space-in-parens)
(#1520) There should be no spaces inside this paren. (space-in-parens)
(#1521) There should be no spaces inside this paren. (space-in-parens)
(#1521) There should be no spaces inside this paren. (space-in-parens)
(#1525) There should be no spaces inside this paren. (space-in-parens)
(#1525) There should be no spaces inside this paren. (space-in-parens)
(#1526) There should be no spaces inside this paren. (space-in-parens)
(#1526) There should be no spaces inside this paren. (space-in-parens)
(#1527) There should be no space after '[' (computed-property-spacing)
(#1527) There should be no space before ']' (computed-property-spacing)
(#1529) There should be no spaces inside this paren. (space-in-parens)
(#1529) There should be no spaces inside this paren. (space-in-parens)
(#1539) There should be no spaces inside this paren. (space-in-parens)
(#1539) There should be no spaces inside this paren. (space-in-parens)
(#1542) There should be no spaces inside this paren. (space-in-parens)
(#1542) There should be no spaces inside this paren. (space-in-parens)
(#1543) There should be no spaces inside this paren. (space-in-parens)
(#1543) There should be no spaces inside this paren. (space-in-parens)
(#1544) There should be no spaces inside this paren. (space-in-parens)
(#1544) There should be no spaces inside this paren. (space-in-parens)
(#1546) There should be no spaces inside this paren. (space-in-parens)
(#1546) There should be no spaces inside this paren. (space-in-parens)
(#1547) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1548) There should be no spaces inside this paren. (space-in-parens)
(#1548) There should be no spaces inside this paren. (space-in-parens)
(#1551) Blocks are nested too deeply (5). (max-depth)
(#1551) There should be no spaces inside this paren. (space-in-parens)
(#1551) There should be no spaces inside this paren. (space-in-parens)
(#1551) There should be no spaces inside this paren. (space-in-parens)
(#1551) There should be no spaces inside this paren. (space-in-parens)
(#1552) There should be no spaces inside this paren. (space-in-parens)
(#1552) There should be no spaces inside this paren. (space-in-parens)
(#1553) There should be no spaces inside this paren. (space-in-parens)
(#1553) There should be no space after '[' (computed-property-spacing)
(#1553) There should be no space before ']' (computed-property-spacing)
(#1553) There should be no spaces inside this paren. (space-in-parens)
(#1561) There should be no spaces inside this paren. (space-in-parens)
(#1561) There should be no spaces inside this paren. (space-in-parens)
(#1563) There should be no spaces inside this paren. (space-in-parens)
(#1563) There should be no spaces inside this paren. (space-in-parens)
(#1570) There should be no spaces inside this paren. (space-in-parens)
(#1570) There should be no spaces inside this paren. (space-in-parens)
(#1574) There should be no spaces inside this paren. (space-in-parens)
(#1574) There should be no spaces inside this paren. (space-in-parens)
(#1575) There should be no spaces inside this paren. (space-in-parens)
(#1575) There should be no spaces inside this paren. (space-in-parens)
(#1576) There should be no spaces inside this paren. (space-in-parens)
(#1576) There should be no spaces inside this paren. (space-in-parens)
(#1580) There should be no spaces inside this paren. (space-in-parens)
(#1580) There should be no spaces inside this paren. (space-in-parens)
(#1585) There should be no spaces inside this paren. (space-in-parens)
(#1585) There should be no spaces inside this paren. (space-in-parens)
(#1586) There should be no space after '[' (array-bracket-spacing)
(#1586) There should be no space before ']' (array-bracket-spacing)
(#1588) There should be no spaces inside this paren. (space-in-parens)
(#1588) There should be no spaces inside this paren. (space-in-parens)
(#1589) There should be no spaces inside this paren. (space-in-parens)
(#1589) There should be no spaces inside this paren. (space-in-parens)
(#1590) There should be no spaces inside this paren. (space-in-parens)
(#1590) There should be no spaces inside this paren. (space-in-parens)
(#1595) There should be no spaces inside this paren. (space-in-parens)
(#1595) There should be no spaces inside this paren. (space-in-parens)
(#1597) There should be no spaces inside this paren. (space-in-parens)
(#1597) There should be no spaces inside this paren. (space-in-parens)
(#1602) Missing JSDoc comment. (require-jsdoc)
(#1602) There should be no spaces inside this paren. (space-in-parens)
(#1602) There should be no spaces inside this paren. (space-in-parens)
(#1605) There should be no spaces inside this paren. (space-in-parens)
(#1605) There should be no spaces inside this paren. (space-in-parens)
(#1606) There should be no spaces inside this paren. (space-in-parens)
(#1606) There should be no spaces inside this paren. (space-in-parens)
(#1608) There should be no spaces inside this paren. (space-in-parens)
(#1608) There should be no spaces inside this paren. (space-in-parens)
(#1610) Do not nest ternary expressions (no-nested-ternary)
(#1611) Do not nest ternary expressions (no-nested-ternary)
(#1612) Do not nest ternary expressions (no-nested-ternary)
(#1613) Do not nest ternary expressions (no-nested-ternary)
(#1613) There should be no spaces inside this paren. (space-in-parens)
(#1613) There should be no spaces inside this paren. (space-in-parens)
(#1613) There should be no spaces inside this paren. (space-in-parens)
(#1613) There should be no spaces inside this paren. (space-in-parens)
(#1614) There should be no spaces inside this paren. (space-in-parens)
(#1614) There should be no spaces inside this paren. (space-in-parens)
(#1614) There should be no spaces inside this paren. (space-in-parens)
(#1614) There should be no spaces inside this paren. (space-in-parens)
(#1616) Expected space(s) after "catch". (keyword-spacing)
(#1616) There should be no spaces inside this paren. (space-in-parens)
(#1616) There should be no spaces inside this paren. (space-in-parens)
(#1616) Empty block statement. (no-empty)
(#1619) There should be no spaces inside this paren. (space-in-parens)
(#1619) There should be no spaces inside this paren. (space-in-parens)
(#1632) Missing JSDoc comment. (require-jsdoc)
(#1632) There should be no spaces inside this paren. (space-in-parens)
(#1632) There should be no spaces inside this paren. (space-in-parens)
(#1633) There should be no spaces inside this paren. (space-in-parens)
(#1633) There should be no spaces inside this paren. (space-in-parens)
(#1634) There should be no spaces inside this paren. (space-in-parens)
(#1634) There should be no spaces inside this paren. (space-in-parens)
(#1644) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#1646) There should be no spaces inside this paren. (space-in-parens)
(#1646) There should be no spaces inside this paren. (space-in-parens)
(#1647) There should be no spaces inside this paren. (space-in-parens)
(#1647) There should be no spaces inside this paren. (space-in-parens)
(#1652) There should be no spaces inside this paren. (space-in-parens)
(#1652) There should be no spaces inside this paren. (space-in-parens)
(#1655) There should be no spaces inside this paren. (space-in-parens)
(#1655) There should be no spaces inside this paren. (space-in-parens)
(#1656) Expected no return value. (consistent-return)
(#1659) There should be no spaces inside this paren. (space-in-parens)
(#1659) There should be no spaces inside this paren. (space-in-parens)
(#1660) There should be no spaces inside this paren. (space-in-parens)
(#1660) There should be no spaces inside this paren. (space-in-parens)
(#1663) There should be no spaces inside this paren. (space-in-parens)
(#1663) There should be no spaces inside this paren. (space-in-parens)
(#1666) Expected no return value. (consistent-return)
(#1669) There should be no spaces inside this paren. (space-in-parens)
(#1669) There should be no spaces inside this paren. (space-in-parens)
(#1672) There should be no spaces inside this paren. (space-in-parens)
(#1672) There should be no spaces inside this paren. (space-in-parens)
(#1676) There should be no spaces inside this paren. (space-in-parens)
(#1676) There should be no spaces inside this paren. (space-in-parens)
(#1680) There should be no spaces inside this paren. (space-in-parens)
(#1680) There should be no spaces inside this paren. (space-in-parens)
(#1683) There should be no spaces inside this paren. (space-in-parens)
(#1683) There should be no spaces inside this paren. (space-in-parens)
(#1692) There should be no spaces inside this paren. (space-in-parens)
(#1692) There should be no spaces inside this paren. (space-in-parens)
(#1693) There should be no spaces inside this paren. (space-in-parens)
(#1693) There should be no spaces inside this paren. (space-in-parens)
(#1699) There should be no spaces inside this paren. (space-in-parens)
(#1699) There should be no spaces inside this paren. (space-in-parens)
(#1700) There should be no spaces inside this paren. (space-in-parens)
(#1700) There should be no spaces inside this paren. (space-in-parens)
(#1705) There should be no spaces inside this paren. (space-in-parens)
(#1705) There should be no spaces inside this paren. (space-in-parens)
(#1706) There should be no spaces inside this paren. (space-in-parens)
(#1706) There should be no spaces inside this paren. (space-in-parens)
(#1708) There should be no spaces inside this paren. (space-in-parens)
(#1708) 'i' is defined but never used (no-unused-vars)
(#1708) There should be no spaces inside this paren. (space-in-parens)
(#1709) There should be no spaces inside this paren. (space-in-parens)
(#1709) There should be no spaces inside this paren. (space-in-parens)
(#1711) There should be no spaces inside this paren. (space-in-parens)
(#1711) There should be no spaces inside this paren. (space-in-parens)
(#1712) There should be no spaces inside this paren. (space-in-parens)
(#1712) There should be no spaces inside this paren. (space-in-parens)
(#1716) There should be no spaces inside this paren. (space-in-parens)
(#1716) There should be no spaces inside this paren. (space-in-parens)
(#1718) There should be no spaces inside this paren. (space-in-parens)
(#1718) There should be no spaces inside this paren. (space-in-parens)
(#1724) There should be no spaces inside this paren. (space-in-parens)
(#1724) There should be no spaces inside this paren. (space-in-parens)
(#1728) There should be no spaces inside this paren. (space-in-parens)
(#1731) There should be no spaces inside this paren. (space-in-parens)
(#1731) There should be no spaces inside this paren. (space-in-parens)
(#1732) There should be no spaces inside this paren. (space-in-parens)
(#1736) There should be no spaces inside this paren. (space-in-parens)
(#1736) There should be no spaces inside this paren. (space-in-parens)
(#1737) There should be no spaces inside this paren. (space-in-parens)
(#1737) There should be no spaces inside this paren. (space-in-parens)
(#1743) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#1767) There should be no spaces inside this paren. (space-in-parens)
(#1767) There should be no spaces inside this paren. (space-in-parens)
(#1768) There should be no spaces inside this paren. (space-in-parens)
(#1768) There should be no spaces inside this paren. (space-in-parens)
(#1771) There should be no spaces inside this paren. (space-in-parens)
(#1771) 'fn' is defined but never used (no-unused-vars)
(#1771) There should be no spaces inside this paren. (space-in-parens)
(#1772) Missing space before opening brace. (space-before-blocks)
(#1773) There should be no spaces inside this paren. (space-in-parens)
(#1773) There should be no spaces inside this paren. (space-in-parens)
(#1774) There should be no spaces inside this paren. (space-in-parens)
(#1774) There should be no spaces inside this paren. (space-in-parens)
(#1775) There should be no spaces inside this paren. (space-in-parens)
(#1775) There should be no spaces inside this paren. (space-in-parens)
(#1780) There should be no spaces inside this paren. (space-in-parens)
(#1780) There should be no spaces inside this paren. (space-in-parens)
(#1781) There should be no spaces inside this paren. (space-in-parens)
(#1781) There should be no spaces inside this paren. (space-in-parens)
(#1784) There should be no spaces inside this paren. (space-in-parens)
(#1784) There should be no spaces inside this paren. (space-in-parens)
(#1788) There should be no spaces inside this paren. (space-in-parens)
(#1788) There should be no spaces inside this paren. (space-in-parens)
(#1789) There should be no spaces inside this paren. (space-in-parens)
(#1789) There should be no spaces inside this paren. (space-in-parens)
(#1791) There should be no spaces inside this paren. (space-in-parens)
(#1791) There should be no spaces inside this paren. (space-in-parens)
(#1794) There should be no spaces inside this paren. (space-in-parens)
(#1794) There should be no spaces inside this paren. (space-in-parens)
(#1795) There should be no spaces inside this paren. (space-in-parens)
(#1795) There should be no spaces inside this paren. (space-in-parens)
(#1802) Blocks are nested too deeply (5). (max-depth)
(#1802) There should be no spaces inside this paren. (space-in-parens)
(#1802) There should be no spaces inside this paren. (space-in-parens)
(#1803) Blocks are nested too deeply (6). (max-depth)
(#1803) There should be no spaces inside this paren. (space-in-parens)
(#1803) There should be no spaces inside this paren. (space-in-parens)
(#1803) There should be no spaces inside this paren. (space-in-parens)
(#1803) There should be no spaces inside this paren. (space-in-parens)
(#1807) There should be no spaces inside this paren. (space-in-parens)
(#1807) There should be no spaces inside this paren. (space-in-parens)
(#1816) There should be no spaces inside this paren. (space-in-parens)
(#1816) There should be no spaces inside this paren. (space-in-parens)
(#1817) There should be no spaces inside this paren. (space-in-parens)
(#1817) There should be no spaces inside this paren. (space-in-parens)
(#1820) There should be no spaces inside this paren. (space-in-parens)
(#1820) There should be no spaces inside this paren. (space-in-parens)
(#1824) There should be no spaces inside this paren. (space-in-parens)
(#1824) There should be no spaces inside this paren. (space-in-parens)
(#1825) There should be no spaces inside this paren. (space-in-parens)
(#1825) There should be no spaces inside this paren. (space-in-parens)
(#1827) There should be no spaces inside this paren. (space-in-parens)
(#1827) There should be no spaces inside this paren. (space-in-parens)
(#1830) There should be no spaces inside this paren. (space-in-parens)
(#1830) There should be no spaces inside this paren. (space-in-parens)
(#1831) There should be no spaces inside this paren. (space-in-parens)
(#1831) There should be no spaces inside this paren. (space-in-parens)
(#1833) Blocks are nested too deeply (5). (max-depth)
(#1833) There should be no spaces inside this paren. (space-in-parens)
(#1833) There should be no spaces inside this paren. (space-in-parens)
(#1836) There should be no spaces inside this paren. (space-in-parens)
(#1836) There should be no spaces inside this paren. (space-in-parens)
(#1848) There should be no spaces inside this paren. (space-in-parens)
(#1848) There should be no spaces inside this paren. (space-in-parens)
(#1852) There should be no spaces inside this paren. (space-in-parens)
(#1852) There should be no spaces inside this paren. (space-in-parens)
(#1852) There should be no spaces inside this paren. (space-in-parens)
(#1852) There should be no spaces inside this paren. (space-in-parens)
(#1855) There should be no spaces inside this paren. (space-in-parens)
(#1855) There should be no spaces inside this paren. (space-in-parens)
(#1860) There should be no spaces inside this paren. (space-in-parens)
(#1860) There should be no spaces inside this paren. (space-in-parens)
(#1864) There should be no spaces inside this paren. (space-in-parens)
(#1864) There should be no spaces inside this paren. (space-in-parens)
(#1866) There should be no spaces inside this paren. (space-in-parens)
(#1866) There should be no spaces inside this paren. (space-in-parens)
(#1868) There should be no spaces inside this paren. (space-in-parens)
(#1868) There should be no space after '[' (computed-property-spacing)
(#1868) There should be no space before ']' (computed-property-spacing)
(#1868) There should be no spaces inside this paren. (space-in-parens)
(#1870) There should be no spaces inside this paren. (space-in-parens)
(#1870) There should be no spaces inside this paren. (space-in-parens)
(#1871) There should be no space after '[' (computed-property-spacing)
(#1871) There should be no space before ']' (computed-property-spacing)
(#1871) There should be no spaces inside this paren. (space-in-parens)
(#1871) There should be no spaces inside this paren. (space-in-parens)
(#1874) There should be no spaces inside this paren. (space-in-parens)
(#1874) There should be no spaces inside this paren. (space-in-parens)
(#1875) There should be no spaces inside this paren. (space-in-parens)
(#1875) There should be no spaces inside this paren. (space-in-parens)
(#1877) There should be no spaces inside this paren. (space-in-parens)
(#1877) There should be no spaces inside this paren. (space-in-parens)
(#1881) There should be no spaces inside this paren. (space-in-parens)
(#1881) There should be no spaces inside this paren. (space-in-parens)
(#1886) There should be no spaces inside this paren. (space-in-parens)
(#1886) There should be no spaces inside this paren. (space-in-parens)
(#1888) There should be no spaces inside this paren. (space-in-parens)
(#1888) There should be no spaces inside this paren. (space-in-parens)
(#1889) There should be no spaces inside this paren. (space-in-parens)
(#1889) There should be no spaces inside this paren. (space-in-parens)
(#1889) There should be no spaces inside this paren. (space-in-parens)
(#1889) There should be no spaces inside this paren. (space-in-parens)
(#1897) There should be no spaces inside this paren. (space-in-parens)
(#1897) There should be no spaces inside this paren. (space-in-parens)
(#1898) There should be no spaces inside this paren. (space-in-parens)
(#1898) There should be no spaces inside this paren. (space-in-parens)
(#1901) There should be no spaces inside this paren. (space-in-parens)
(#1901) There should be no spaces inside this paren. (space-in-parens)
(#1902) There should be no spaces inside this paren. (space-in-parens)
(#1902) There should be no spaces inside this paren. (space-in-parens)
(#1902) There should be no spaces inside this paren. (space-in-parens)
(#1902) There should be no spaces inside this paren. (space-in-parens)
(#1910) There should be no spaces inside this paren. (space-in-parens)
(#1910) There should be no spaces inside this paren. (space-in-parens)
(#1910) There should be no spaces inside this paren. (space-in-parens)
(#1910) There should be no spaces inside this paren. (space-in-parens)
(#1917) There should be no spaces inside this paren. (space-in-parens)
(#1917) There should be no spaces inside this paren. (space-in-parens)
(#1922) There should be no spaces inside this paren. (space-in-parens)
(#1922) There should be no spaces inside this paren. (space-in-parens)
(#1923) There should be no space after '[' (computed-property-spacing)
(#1923) There should be no space before ']' (computed-property-spacing)
(#1926) Line 1926 exceeds the maximum line length of 132. (max-len)
(#1926) Blocks are nested too deeply (5). (max-depth)
(#1926) There should be no spaces inside this paren. (space-in-parens)
(#1927) There should be no spaces inside this paren. (space-in-parens)
(#1927) There should be no spaces inside this paren. (space-in-parens)
(#1927) There should be no spaces inside this paren. (space-in-parens)
(#1933) Blocks are nested too deeply (6). (max-depth)
(#1933) There should be no spaces inside this paren. (space-in-parens)
(#1933) There should be no spaces inside this paren. (space-in-parens)
(#1938) There should be no spaces inside this paren. (space-in-parens)
(#1938) There should be no spaces inside this paren. (space-in-parens)
(#1943) There should be no spaces inside this paren. (space-in-parens)
(#1943) There should be no spaces inside this paren. (space-in-parens)
(#1944) There should be no spaces inside this paren. (space-in-parens)
(#1944) There should be no space after '[' (computed-property-spacing)
(#1944) There should be no space before ']' (computed-property-spacing)
(#1944) There should be no spaces inside this paren. (space-in-parens)
(#1951) There should be no spaces inside this paren. (space-in-parens)
(#1951) There should be no spaces inside this paren. (space-in-parens)
(#1951) There should be no spaces inside this paren. (space-in-parens)
(#1951) There should be no spaces inside this paren. (space-in-parens)
(#1966) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1968) There should be no spaces inside this paren. (space-in-parens)
(#1968) There should be no spaces inside this paren. (space-in-parens)
(#1972) There should be no spaces inside this paren. (space-in-parens)
(#1972) There should be no spaces inside this paren. (space-in-parens)
(#1977) There should be no spaces inside this paren. (space-in-parens)
(#1977) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#1977) There should be no spaces inside this paren. (space-in-parens)
(#1979) There should be no spaces inside this paren. (space-in-parens)
(#1979) There should be no spaces inside this paren. (space-in-parens)
(#1981) There should be no spaces inside this paren. (space-in-parens)
(#1981) There should be no spaces inside this paren. (space-in-parens)
(#1982) Unexpected space before function parentheses. (space-before-function-paren)
(#1983) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#1987) There should be no spaces inside this paren. (space-in-parens)
(#1987) There should be no spaces inside this paren. (space-in-parens)
(#1987) There should be no spaces inside this paren. (space-in-parens)
(#1987) There should be no spaces inside this paren. (space-in-parens)
(#1988) There should be no spaces inside this paren. (space-in-parens)
(#1988) There should be no spaces inside this paren. (space-in-parens)
(#1990) There should be no spaces inside this paren. (space-in-parens)
(#1990) There should be no spaces inside this paren. (space-in-parens)
(#1990) There should be no spaces inside this paren. (space-in-parens)
(#1990) There should be no spaces inside this paren. (space-in-parens)
(#1993) There should be no spaces inside this paren. (space-in-parens)
(#1993) There should be no spaces inside this paren. (space-in-parens)
(#1994) There should be no spaces inside this paren. (space-in-parens)
(#1994) There should be no spaces inside this paren. (space-in-parens)
(#1997) There should be no spaces inside this paren. (space-in-parens)
(#1997) There should be no spaces inside this paren. (space-in-parens)
(#2020) Function 'attr' has a complexity of 30. (complexity)
(#2020) There should be no spaces inside this paren. (space-in-parens)
(#2020) There should be no spaces inside this paren. (space-in-parens)
(#2022) There should be no spaces inside this paren. (space-in-parens)
(#2022) There should be no spaces inside this paren. (space-in-parens)
(#2026) There should be no spaces inside this paren. (space-in-parens)
(#2026) There should be no spaces inside this paren. (space-in-parens)
(#2030) There should be no spaces inside this paren. (space-in-parens)
(#2030) There should be no spaces inside this paren. (space-in-parens)
(#2035) There should be no space after '[' (computed-property-spacing)
(#2035) There should be no space before ']' (computed-property-spacing)
(#2038) There should be no spaces inside this paren. (space-in-parens)
(#2038) There should be no spaces inside this paren. (space-in-parens)
(#2040) There should be no spaces inside this paren. (space-in-parens)
(#2040) There should be no spaces inside this paren. (space-in-parens)
(#2044) There should be no spaces inside this paren. (space-in-parens)
(#2044) There should be no spaces inside this paren. (space-in-parens)
(#2046) There should be no spaces inside this paren. (space-in-parens)
(#2046) There should be no spaces inside this paren. (space-in-parens)
(#2047) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2050) There should be no spaces inside this paren. (space-in-parens)
(#2050) There should be no spaces inside this paren. (space-in-parens)
(#2051) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2058) There should be no spaces inside this paren. (space-in-parens)
(#2058) There should be no space after '[' (computed-property-spacing)
(#2058) There should be no space before ']' (computed-property-spacing)
(#2058) There should be no spaces inside this paren. (space-in-parens)
(#2059) There should be no spaces inside this paren. (space-in-parens)
(#2059) There should be no spaces inside this paren. (space-in-parens)
(#2061) There should be no spaces inside this paren. (space-in-parens)
(#2061) There should be no spaces inside this paren. (space-in-parens)
(#2061) There should be no spaces inside this paren. (space-in-parens)
(#2061) There should be no spaces inside this paren. (space-in-parens)
(#2062) There should be no spaces inside this paren. (space-in-parens)
(#2062) There should be no spaces inside this paren. (space-in-parens)
(#2065) There should be no spaces inside this paren. (space-in-parens)
(#2065) There should be no spaces inside this paren. (space-in-parens)
(#2066) Blocks are nested too deeply (5). (max-depth)
(#2066) There should be no spaces inside this paren. (space-in-parens)
(#2066) There should be no spaces inside this paren. (space-in-parens)
(#2067) There should be no spaces inside this paren. (space-in-parens)
(#2067) There should be no spaces inside this paren. (space-in-parens)
(#2071) There should be no space after '[' (computed-property-spacing)
(#2071) There should be no space before ']' (computed-property-spacing)
(#2076) There should be no spaces inside this paren. (space-in-parens)
(#2076) There should be no spaces inside this paren. (space-in-parens)
(#2076) There should be no spaces inside this paren. (space-in-parens)
(#2076) There should be no spaces inside this paren. (space-in-parens)
(#2077) There should be no spaces inside this paren. (space-in-parens)
(#2077) There should be no spaces inside this paren. (space-in-parens)
(#2082) There should be no spaces inside this paren. (space-in-parens)
(#2082) There should be no spaces inside this paren. (space-in-parens)
(#2083) There should be no spaces inside this paren. (space-in-parens)
(#2083) There should be no spaces inside this paren. (space-in-parens)
(#2085) Do not nest ternary expressions (no-nested-ternary)
(#2087) There should be no spaces inside this paren. (space-in-parens)
(#2087) There should be no spaces inside this paren. (space-in-parens)
(#2087) There should be no spaces inside this paren. (space-in-parens)
(#2087) There should be no spaces inside this paren. (space-in-parens)
(#2092) There should be no space after '[' (computed-property-spacing)
(#2092) There should be no space before ']' (computed-property-spacing)
(#2095) There should be no spaces inside this paren. (space-in-parens)
(#2095) There should be no spaces inside this paren. (space-in-parens)
(#2096) There should be no spaces inside this paren. (space-in-parens)
(#2096) There should be no spaces inside this paren. (space-in-parens)
(#2103) There should be no spaces inside this paren. (space-in-parens)
(#2103) There should be no spaces inside this paren. (space-in-parens)
(#2105) There should be no spaces inside this paren. (space-in-parens)
(#2105) There should be no spaces inside this paren. (space-in-parens)
(#2110) There should be no spaces inside this paren. (space-in-parens)
(#2110) There should be no space after '[' (computed-property-spacing)
(#2110) There should be no space before ']' (computed-property-spacing)
(#2110) There should be no spaces inside this paren. (space-in-parens)
(#2110) There should be no spaces inside this paren. (space-in-parens)
(#2110) There should be no spaces inside this paren. (space-in-parens)
(#2116) There should be no spaces inside this paren. (space-in-parens)
(#2116) There should be no spaces inside this paren. (space-in-parens)
(#2117) There should be no spaces inside this paren. (space-in-parens)
(#2117) There should be no spaces inside this paren. (space-in-parens)
(#2123) There should be no spaces inside this paren. (space-in-parens)
(#2123) There should be no spaces inside this paren. (space-in-parens)
(#2124) There should be no space after '[' (computed-property-spacing)
(#2124) There should be no space before ']' (computed-property-spacing)
(#2126) There should be no space after '[' (computed-property-spacing)
(#2126) There should be no space before ']' (computed-property-spacing)
(#2132) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#2138) There should be no spaces inside this paren. (space-in-parens)
(#2138) There should be no spaces inside this paren. (space-in-parens)
(#2151) Function 'add' has a complexity of 24. (complexity)
(#2151) There should be no spaces inside this paren. (space-in-parens)
(#2151) There should be no spaces inside this paren. (space-in-parens)
(#2152) There should be no spaces inside this paren. (space-in-parens)
(#2152) There should be no spaces inside this paren. (space-in-parens)
(#2161) There should be no spaces inside this paren. (space-in-parens)
(#2161) There should be no spaces inside this paren. (space-in-parens)
(#2161) There should be no spaces inside this paren. (space-in-parens)
(#2161) There should be no spaces inside this paren. (space-in-parens)
(#2161) There should be no spaces inside this paren. (space-in-parens)
(#2161) There should be no spaces inside this paren. (space-in-parens)
(#2165) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#2165) There should be no spaces inside this paren. (space-in-parens)
(#2165) There should be no spaces inside this paren. (space-in-parens)
(#2165) Empty block statement. (no-empty)
(#2167) There should be no spaces inside this paren. (space-in-parens)
(#2167) There should be no spaces inside this paren. (space-in-parens)
(#2169) There should be no spaces inside this paren. (space-in-parens)
(#2169) There should be no spaces inside this paren. (space-in-parens)
(#2176) There should be no spaces inside this paren. (space-in-parens)
(#2176) There should be no spaces inside this paren. (space-in-parens)
(#2182) There should be no spaces inside this paren. (space-in-parens)
(#2182) There should be no spaces inside this paren. (space-in-parens)
(#2187) There should be no spaces inside this paren. (space-in-parens)
(#2187) There should be no spaces inside this paren. (space-in-parens)
(#2191) There should be no spaces inside this paren. (space-in-parens)
(#2191) There should be no spaces inside this paren. (space-in-parens)
(#2198) There should be no spaces inside this paren. (space-in-parens)
(#2198) There should be no spaces inside this paren. (space-in-parens)
(#2202) There should be no spaces inside this paren. (space-in-parens)
(#2202) There should be no spaces inside this paren. (space-in-parens)
(#2203) There should be no spaces inside this paren. (space-in-parens)
(#2203) There should be no spaces inside this paren. (space-in-parens)
(#2207) There should be no spaces inside this paren. (space-in-parens)
(#2207) There should be no spaces inside this paren. (space-in-parens)
(#2220) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2220) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2222) There should be no spaces inside this paren. (space-in-parens)
(#2222) There should be no space after '[' (computed-property-spacing)
(#2222) There should be no space before ']' (computed-property-spacing)
(#2222) There should be no spaces inside this paren. (space-in-parens)
(#2225) There should be no space after '{' (object-curly-spacing)
(#2225) There should be no space before '}' (object-curly-spacing)
(#2228) There should be no spaces inside this paren. (space-in-parens)
(#2228) There should be no spaces inside this paren. (space-in-parens)
(#2239) There should be no spaces inside this paren. (space-in-parens)
(#2239) There should be no spaces inside this paren. (space-in-parens)
(#2244) There should be no space after '[' (computed-property-spacing)
(#2244) There should be no space before ']' (computed-property-spacing)
(#2245) There should be no space after '[' (computed-property-spacing)
(#2245) There should be no space before ']' (computed-property-spacing)
(#2248) There should be no spaces inside this paren. (space-in-parens)
(#2248) There should be no spaces inside this paren. (space-in-parens)
(#2249) There should be no space after '[' (computed-property-spacing)
(#2249) There should be no space before ']' (computed-property-spacing)
(#2254) There should be no spaces inside this paren. (space-in-parens)
(#2254) There should be no spaces inside this paren. (space-in-parens)
(#2254) There should be no spaces inside this paren. (space-in-parens)
(#2254) There should be no spaces inside this paren. (space-in-parens)
(#2256) There should be no spaces inside this paren. (space-in-parens)
(#2256) There should be no spaces inside this paren. (space-in-parens)
(#2257) There should be no spaces inside this paren. (space-in-parens)
(#2257) There should be no spaces inside this paren. (space-in-parens)
(#2259) There should be no spaces inside this paren. (space-in-parens)
(#2259) There should be no spaces inside this paren. (space-in-parens)
(#2260) There should be no spaces inside this paren. (space-in-parens)
(#2260) There should be no spaces inside this paren. (space-in-parens)
(#2265) There should be no spaces inside this paren. (space-in-parens)
(#2265) There should be no spaces inside this paren. (space-in-parens)
(#2266) There should be no spaces inside this paren. (space-in-parens)
(#2266) There should be no spaces inside this paren. (space-in-parens)
(#2268) There should be no spaces inside this paren. (space-in-parens)
(#2268) There should be no spaces inside this paren. (space-in-parens)
(#2274) There should be no spaces inside this paren. (space-in-parens)
(#2274) There should be no spaces inside this paren. (space-in-parens)
(#2277) There should be no space after '[' (computed-property-spacing)
(#2277) There should be no space before ']' (computed-property-spacing)
(#2287) Function 'remove' has a complexity of 34. (complexity)
(#2287) There should be no spaces inside this paren. (space-in-parens)
(#2287) There should be no spaces inside this paren. (space-in-parens)
(#2289) There should be no spaces inside this paren. (space-in-parens)
(#2289) There should be no spaces inside this paren. (space-in-parens)
(#2293) There should be no spaces inside this paren. (space-in-parens)
(#2293) There should be no spaces inside this paren. (space-in-parens)
(#2297) 'ret' is defined but never used (no-unused-vars)
(#2297) 'fn' is defined but never used (no-unused-vars)
(#2297) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2297) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2298) There should be no spaces inside this paren. (space-in-parens)
(#2298) There should be no spaces inside this paren. (space-in-parens)
(#2298) There should be no spaces inside this paren. (space-in-parens)
(#2298) There should be no spaces inside this paren. (space-in-parens)
(#2301) There should be no spaces inside this paren. (space-in-parens)
(#2301) There should be no spaces inside this paren. (space-in-parens)
(#2306) There should be no spaces inside this paren. (space-in-parens)
(#2306) There should be no spaces inside this paren. (space-in-parens)
(#2312) There should be no spaces inside this paren. (space-in-parens)
(#2312) There should be no spaces inside this paren. (space-in-parens)
(#2315) There should be no spaces inside this paren. (space-in-parens)
(#2315) There should be no spaces inside this paren. (space-in-parens)
(#2316) There should be no spaces inside this paren. (space-in-parens)
(#2316) There should be no spaces inside this paren. (space-in-parens)
(#2326) There should be no spaces inside this paren. (space-in-parens)
(#2326) There should be no space after '[' (computed-property-spacing)
(#2326) There should be no space before ']' (computed-property-spacing)
(#2326) There should be no spaces inside this paren. (space-in-parens)
(#2332) There should be no spaces inside this paren. (space-in-parens)
(#2332) There should be no spaces inside this paren. (space-in-parens)
(#2338) There should be no spaces inside this paren. (space-in-parens)
(#2338) There should be no spaces inside this paren. (space-in-parens)
(#2341) There should be no space after '[' (computed-property-spacing)
(#2341) There should be no space before ']' (computed-property-spacing)
(#2343) There should be no spaces inside this paren. (space-in-parens)
(#2343) There should be no spaces inside this paren. (space-in-parens)
(#2347) There should be no spaces inside this paren. (space-in-parens)
(#2347) There should be no spaces inside this paren. (space-in-parens)
(#2348) There should be no spaces inside this paren. (space-in-parens)
(#2348) There should be no spaces inside this paren. (space-in-parens)
(#2349) There should be no space after '[' (computed-property-spacing)
(#2349) There should be no space before ']' (computed-property-spacing)
(#2351) There should be no spaces inside this paren. (space-in-parens)
(#2351) There should be no spaces inside this paren. (space-in-parens)
(#2351) There should be no spaces inside this paren. (space-in-parens)
(#2351) There should be no spaces inside this paren. (space-in-parens)
(#2352) There should be no spaces inside this paren. (space-in-parens)
(#2352) There should be no spaces inside this paren. (space-in-parens)
(#2353) There should be no spaces inside this paren. (space-in-parens)
(#2353) There should be no spaces inside this paren. (space-in-parens)
(#2360) There should be no space after '[' (computed-property-spacing)
(#2360) There should be no space before ']' (computed-property-spacing)
(#2362) There should be no spaces inside this paren. (space-in-parens)
(#2362) There should be no spaces inside this paren. (space-in-parens)
(#2363) There should be no space after '[' (computed-property-spacing)
(#2363) There should be no space before ']' (computed-property-spacing)
(#2365) There should be no spaces inside this paren. (space-in-parens)
(#2365) There should be no spaces inside this paren. (space-in-parens)
(#2367) There should be no spaces inside this paren. (space-in-parens)
(#2367) There should be no spaces inside this paren. (space-in-parens)
(#2367) There should be no spaces inside this paren. (space-in-parens)
(#2367) There should be no spaces inside this paren. (space-in-parens)
(#2368) Blocks are nested too deeply (5). (max-depth)
(#2368) There should be no spaces inside this paren. (space-in-parens)
(#2368) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2368) There should be no spaces inside this paren. (space-in-parens)
(#2369) There should be no spaces inside this paren. (space-in-parens)
(#2369) There should be no spaces inside this paren. (space-in-parens)
(#2372) Blocks are nested too deeply (5). (max-depth)
(#2372) There should be no spaces inside this paren. (space-in-parens)
(#2372) There should be no spaces inside this paren. (space-in-parens)
(#2373) There should be no spaces inside this paren. (space-in-parens)
(#2373) There should be no spaces inside this paren. (space-in-parens)
(#2377) There should be no spaces inside this paren. (space-in-parens)
(#2377) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2377) There should be no spaces inside this paren. (space-in-parens)
(#2384) There should be no spaces inside this paren. (space-in-parens)
(#2384) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2384) There should be no spaces inside this paren. (space-in-parens)
(#2385) There should be no spaces inside this paren. (space-in-parens)
(#2385) There should be no spaces inside this paren. (space-in-parens)
(#2385) There should be no spaces inside this paren. (space-in-parens)
(#2385) There should be no spaces inside this paren. (space-in-parens)
(#2386) There should be no spaces inside this paren. (space-in-parens)
(#2386) There should be no spaces inside this paren. (space-in-parens)
(#2390) There should be no space after '[' (computed-property-spacing)
(#2390) There should be no space before ']' (computed-property-spacing)
(#2395) There should be no spaces inside this paren. (space-in-parens)
(#2395) There should be no spaces inside this paren. (space-in-parens)
(#2395) There should be no spaces inside this paren. (space-in-parens)
(#2395) There should be no spaces inside this paren. (space-in-parens)
(#2397) There should be no spaces inside this paren. (space-in-parens)
(#2397) There should be no spaces inside this paren. (space-in-parens)
(#2404) There should be no spaces inside this paren. (space-in-parens)
(#2404) There should be no spaces inside this paren. (space-in-parens)
(#2404) There should be no spaces inside this paren. (space-in-parens)
(#2404) There should be no spaces inside this paren. (space-in-parens)
(#2405) There should be no spaces inside this paren. (space-in-parens)
(#2405) There should be no spaces inside this paren. (space-in-parens)
(#2411) Expected to return a value at the end of this function. (consistent-return)
(#2411) Function 'trigger' has a complexity of 25. (complexity)
(#2411) There should be no spaces inside this paren. (space-in-parens)
(#2411) Expected space or tab after '/*' in comment. (spaced-comment)
(#2411) There should be no spaces inside this paren. (space-in-parens)
(#2416) There should be no spaces inside this paren. (space-in-parens)
(#2416) There should be no spaces inside this paren. (space-in-parens)
(#2417) Do not nest ternary expressions (no-nested-ternary)
(#2419) There should be no space after '[' (computed-property-spacing)
(#2419) There should be no space before ']' (computed-property-spacing)
(#2421) There should be no spaces inside this paren. (space-in-parens)
(#2421) There should be no spaces inside this paren. (space-in-parens)
(#2425) There should be no spaces inside this paren. (space-in-parens)
(#2425) There should be no spaces inside this paren. (space-in-parens)
(#2431) There should be no spaces inside this paren. (space-in-parens)
(#2431) There should be no spaces inside this paren. (space-in-parens)
(#2436) There should be no spaces inside this paren. (space-in-parens)
(#2436) There should be no space after '[' (computed-property-spacing)
(#2436) There should be no space before ']' (computed-property-spacing)
(#2436) There should be no spaces inside this paren. (space-in-parens)
(#2439) There should be no spaces inside this paren. (space-in-parens)
(#2444) There should be no space after '[' (computed-property-spacing)
(#2444) There should be no space before ']' (computed-property-spacing)
(#2445) There should be no spaces inside this paren. (space-in-parens)
(#2445) There should be no space after '[' (computed-property-spacing)
(#2445) There should be no space before ']' (computed-property-spacing)
(#2445) There should be no spaces inside this paren. (space-in-parens)
(#2446) There should be no spaces inside this paren. (space-in-parens)
(#2446) There should be no spaces inside this paren. (space-in-parens)
(#2455) There should be no spaces inside this paren. (space-in-parens)
(#2455) There should be no spaces inside this paren. (space-in-parens)
(#2464) There should be no spaces inside this paren. (space-in-parens)
(#2464) There should be no spaces inside this paren. (space-in-parens)
(#2465) There should be no spaces inside this paren. (space-in-parens)
(#2465) There should be no spaces inside this paren. (space-in-parens)
(#2471) There should be no spaces inside this paren. (space-in-parens)
(#2471) There should be no spaces inside this paren. (space-in-parens)
(#2473) There should be no spaces inside this paren. (space-in-parens)
(#2473) There should be no spaces inside this paren. (space-in-parens)
(#2474) There should be no spaces inside this paren. (space-in-parens)
(#2474) There should be no spaces inside this paren. (space-in-parens)
(#2481) There should be no spaces inside this paren. (space-in-parens)
(#2481) There should be no spaces inside this paren. (space-in-parens)
(#2482) There should be no spaces inside this paren. (space-in-parens)
(#2482) There should be no space after '[' (computed-property-spacing)
(#2482) There should be no space before ']' (computed-property-spacing)
(#2482) There should be no space after '[' (computed-property-spacing)
(#2482) There should be no space before ']' (computed-property-spacing)
(#2482) There should be no spaces inside this paren. (space-in-parens)
(#2482) There should be no spaces inside this paren. (space-in-parens)
(#2482) There should be no spaces inside this paren. (space-in-parens)
(#2489) Empty block statement. (no-empty)
(#2491) There should be no spaces inside this paren. (space-in-parens)
(#2491) There should be no spaces inside this paren. (space-in-parens)
(#2492) There should be no spaces inside this paren. (space-in-parens)
(#2492) There should be no spaces inside this paren. (space-in-parens)
(#2494) There should be no spaces inside this paren. (space-in-parens)
(#2494) There should be no spaces inside this paren. (space-in-parens)
(#2497) There should be no spaces inside this paren. (space-in-parens)
(#2497) There should be no spaces inside this paren. (space-in-parens)
(#2498) There should be no spaces inside this paren. (space-in-parens)
(#2498) There should be no spaces inside this paren. (space-in-parens)
(#2499) There should be no space after '[' (computed-property-spacing)
(#2499) There should be no space before ']' (computed-property-spacing)
(#2501) There should be no spaces inside this paren. (space-in-parens)
(#2501) There should be no spaces inside this paren. (space-in-parens)
(#2501) There should be no spaces inside this paren. (space-in-parens)
(#2502) There should be no spaces inside this paren. (space-in-parens)
(#2505) There should be no spaces inside this paren. (space-in-parens)
(#2505) There should be no space after '[' (computed-property-spacing)
(#2505) There should be no space before ']' (computed-property-spacing)
(#2505) There should be no spaces inside this paren. (space-in-parens)
(#2507) There should be no space after '[' (computed-property-spacing)
(#2507) There should be no space before ']' (computed-property-spacing)
(#2509) Blocks are nested too deeply (5). (max-depth)
(#2509) There should be no spaces inside this paren. (space-in-parens)
(#2509) There should be no spaces inside this paren. (space-in-parens)
(#2510) There should be no space after '[' (computed-property-spacing)
(#2510) There should be no space before ']' (computed-property-spacing)
(#2514) There should be no space after '[' (computed-property-spacing)
(#2514) There should be no space before ']' (computed-property-spacing)
(#2518) Empty block statement. (no-empty)
(#2520) There should be no spaces inside this paren. (space-in-parens)
(#2520) There should be no spaces inside this paren. (space-in-parens)
(#2521) There should be no space after '[' (computed-property-spacing)
(#2521) There should be no space before ']' (computed-property-spacing)
(#2529) There should be no spaces inside this paren. (space-in-parens)
(#2529) There should be no spaces inside this paren. (space-in-parens)
(#2530) Identifier 'namespace_re' is not in camel case. (camelcase)
(#2531) Identifier 'namespace_sort' is not in camel case. (camelcase)
(#2532) There should be no spaces inside this paren. (space-in-parens)
(#2532) There should be no spaces inside this paren. (space-in-parens)
(#2534) There should be no spaces inside this paren. (space-in-parens)
(#2534) There should be no spaces inside this paren. (space-in-parens)
(#2540) There should be no spaces inside this paren. (space-in-parens)
(#2540) There should be no spaces inside this paren. (space-in-parens)
(#2543) Identifier 'namespace_sort' is not in camel case. (camelcase)
(#2544) Identifier 'namespace_re' is not in camel case. (camelcase)
(#2544) Identifier 'namespace_sort' is not in camel case. (camelcase)
(#2547) Identifier 'namespace_sort' is not in camel case. (camelcase)
(#2551) There should be no space after '[' (computed-property-spacing)
(#2551) There should be no space before ']' (computed-property-spacing)
(#2553) There should be no spaces inside this paren. (space-in-parens)
(#2553) There should be no spaces inside this paren. (space-in-parens)
(#2557) There should be no spaces inside this paren. (space-in-parens)
(#2557) There should be no spaces inside this paren. (space-in-parens)
(#2558) There should be no space after '[' (computed-property-spacing)
(#2558) There should be no space before ']' (computed-property-spacing)
(#2561) There should be no spaces inside this paren. (space-in-parens)
(#2561) Identifier 'namespace_re' is not in camel case. (camelcase)
(#2561) There should be no spaces inside this paren. (space-in-parens)
(#2561) There should be no spaces inside this paren. (space-in-parens)
(#2561) There should be no spaces inside this paren. (space-in-parens)
(#2568) There should be no spaces inside this paren. (space-in-parens)
(#2568) There should be no spaces inside this paren. (space-in-parens)
(#2570) There should be no spaces inside this paren. (space-in-parens)
(#2570) There should be no spaces inside this paren. (space-in-parens)
(#2572) Blocks are nested too deeply (5). (max-depth)
(#2572) There should be no spaces inside this paren. (space-in-parens)
(#2572) There should be no spaces inside this paren. (space-in-parens)
(#2578) There should be no spaces inside this paren. (space-in-parens)
(#2578) There should be no spaces inside this paren. (space-in-parens)
(#2588) Line 2588 exceeds the maximum line length of 132. (max-len)
(#2590) Function 'fix' has a complexity of 25. (complexity)
(#2590) There should be no spaces inside this paren. (space-in-parens)
(#2590) There should be no spaces inside this paren. (space-in-parens)
(#2591) There should be no spaces inside this paren. (space-in-parens)
(#2591) There should be no space after '[' (computed-property-spacing)
(#2591) There should be no space before ']' (computed-property-spacing)
(#2591) There should be no spaces inside this paren. (space-in-parens)
(#2598) There should be no spaces inside this paren. (space-in-parens)
(#2598) There should be no spaces inside this paren. (space-in-parens)
(#2600) There should be no spaces inside this paren. (space-in-parens)
(#2600) There should be no spaces inside this paren. (space-in-parens)
(#2601) There should be no space after '[' (computed-property-spacing)
(#2601) There should be no space before ']' (computed-property-spacing)
(#2602) There should be no space after '[' (computed-property-spacing)
(#2602) There should be no space before ']' (computed-property-spacing)
(#2602) There should be no space after '[' (computed-property-spacing)
(#2602) There should be no space before ']' (computed-property-spacing)
(#2606) There should be no spaces inside this paren. (space-in-parens)
(#2606) There should be no spaces inside this paren. (space-in-parens)
(#2612) There should be no spaces inside this paren. (space-in-parens)
(#2612) There should be no spaces inside this paren. (space-in-parens)
(#2617) There should be no spaces inside this paren. (space-in-parens)
(#2617) There should be no spaces inside this paren. (space-in-parens)
(#2622) There should be no spaces inside this paren. (space-in-parens)
(#2622) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2622) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2622) There should be no spaces inside this paren. (space-in-parens)
(#2626) Line 2626 exceeds the maximum line length of 132. (max-len)
(#2627) Line 2627 exceeds the maximum line length of 132. (max-len)
(#2627) Multiple spaces found before '||'. (no-multi-spaces)
(#2627) Multiple spaces found before '||'. (no-multi-spaces)
(#2627) Multiple spaces found before '||'. (no-multi-spaces)
(#2627) Multiple spaces found before '||'. (no-multi-spaces)
(#2631) There should be no spaces inside this paren. (space-in-parens)
(#2631) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2631) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2631) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2631) There should be no spaces inside this paren. (space-in-parens)
(#2632) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2636) There should be no spaces inside this paren. (space-in-parens)
(#2636) There should be no spaces inside this paren. (space-in-parens)
(#2642) There should be no spaces inside this paren. (space-in-parens)
(#2642) There should be no spaces inside this paren. (space-in-parens)
(#2643) Do not nest ternary expressions (no-nested-ternary)
(#2643) Unexpected use of '&'. (no-bitwise)
(#2643) There should be no spaces inside this paren. (space-in-parens)
(#2643) Do not nest ternary expressions (no-nested-ternary)
(#2643) Unexpected use of '&'. (no-bitwise)
(#2643) There should be no spaces inside this paren. (space-in-parens)
(#2643) Unexpected use of '&'. (no-bitwise)
(#2643) There should be no spaces inside this paren. (space-in-parens)
(#2643) There should be no spaces inside this paren. (space-in-parens)
(#2663) There should be no spaces inside this paren. (space-in-parens)
(#2663) There should be no spaces inside this paren. (space-in-parens)
(#2664) There should be no spaces inside this paren. (space-in-parens)
(#2665) There should be no spaces inside this paren. (space-in-parens)
(#2665) There should be no spaces inside this paren. (space-in-parens)
(#2666) There should be no spaces inside this paren. (space-in-parens)
(#2669) There should be no spaces inside this paren. (space-in-parens)
(#2669) There should be no spaces inside this paren. (space-in-parens)
(#2670) There should be no spaces inside this paren. (space-in-parens)
(#2670) There should be no spaces inside this paren. (space-in-parens)
(#2670) There should be no spaces inside this paren. (space-in-parens)
(#2670) There should be no spaces inside this paren. (space-in-parens)
(#2675) There should be no spaces inside this paren. (space-in-parens)
(#2675) There should be no spaces inside this paren. (space-in-parens)
(#2677) There should be no spaces inside this paren. (space-in-parens)
(#2677) There should be no spaces inside this paren. (space-in-parens)
(#2677) There should be no spaces inside this paren. (space-in-parens)
(#2677) There should be no spaces inside this paren. (space-in-parens)
(#2682) There should be no spaces inside this paren. (space-in-parens)
(#2682) There should be no spaces inside this paren. (space-in-parens)
(#2683) There should be no spaces inside this paren. (space-in-parens)
(#2683) There should be no spaces inside this paren. (space-in-parens)
(#2692) There should be no spaces inside this paren. (space-in-parens)
(#2692) There should be no spaces inside this paren. (space-in-parens)
(#2693) There should be no spaces inside this paren. (space-in-parens)
(#2693) There should be no spaces inside this paren. (space-in-parens)
(#2694) There should be no spaces inside this paren. (space-in-parens)
(#2694) There should be no spaces inside this paren. (space-in-parens)
(#2697) There should be no spaces inside this paren. (space-in-parens)
(#2697) There should be no spaces inside this paren. (space-in-parens)
(#2698) There should be no spaces inside this paren. (space-in-parens)
(#2698) There should be no spaces inside this paren. (space-in-parens)
(#2699) There should be no spaces inside this paren. (space-in-parens)
(#2699) There should be no spaces inside this paren. (space-in-parens)
(#2703) Expected to return a value at the end of this function. (consistent-return)
(#2703) There should be no spaces inside this paren. (space-in-parens)
(#2703) There should be no spaces inside this paren. (space-in-parens)
(#2705) There should be no spaces inside this paren. (space-in-parens)
(#2705) There should be no spaces inside this paren. (space-in-parens)
(#2706) There should be no spaces inside this paren. (space-in-parens)
(#2706) There should be no spaces inside this paren. (space-in-parens)
(#2710) There should be no spaces inside this paren. (space-in-parens)
(#2710) There should be no spaces inside this paren. (space-in-parens)
(#2729) There should be no space after '[' (computed-property-spacing)
(#2729) There should be no space before ']' (computed-property-spacing)
(#2732) Missing JSDoc comment. (require-jsdoc)
(#2735) Missing JSDoc comment. (require-jsdoc)
(#2746) There should be no spaces inside this paren. (space-in-parens)
(#2746) There should be no spaces inside this paren. (space-in-parens)
(#2751) There should be no spaces inside this paren. (space-in-parens)
(#2751) There should be no spaces inside this paren. (space-in-parens)
(#2763) There should be no spaces inside this paren. (space-in-parens)
(#2763) There should be no spaces inside this paren. (space-in-parens)
(#2767) There should be no spaces inside this paren. (space-in-parens)
(#2767) There should be no spaces inside this paren. (space-in-parens)
(#2784) There should be no spaces inside this paren. (space-in-parens)
(#2784) There should be no spaces inside this paren. (space-in-parens)
(#2794) There should be no spaces inside this paren. (space-in-parens)
(#2794) There should be no spaces inside this paren. (space-in-parens)
(#2798) There should be no spaces inside this paren. (space-in-parens)
(#2798) There should be no spaces inside this paren. (space-in-parens)
(#2802) There should be no spaces inside this paren. (space-in-parens)
(#2802) There should be no spaces inside this paren. (space-in-parens)
(#2807) There should be no spaces inside this paren. (space-in-parens)
(#2807) There should be no spaces inside this paren. (space-in-parens)
(#2811) Expected space(s) after "catch". (keyword-spacing)
(#2811) Empty block statement. (no-empty)
(#2816) There should be no spaces inside this paren. (space-in-parens)
(#2816) There should be no spaces inside this paren. (space-in-parens)
(#2818) There should be no spaces inside this paren. (space-in-parens)
(#2818) There should be no spaces inside this paren. (space-in-parens)
(#2825) There should be no spaces inside this paren. (space-in-parens)
(#2825) There should be no spaces inside this paren. (space-in-parens)
(#2826) There should be no space after '[' (computed-property-spacing)
(#2826) There should be no space before ']' (computed-property-spacing)
(#2827) There should be no spaces inside this paren. (space-in-parens)
(#2827) There should be no spaces inside this paren. (space-in-parens)
(#2828) There should be no spaces inside this paren. (space-in-parens)
(#2828) There should be no spaces inside this paren. (space-in-parens)
(#2830) There should be no spaces inside this paren. (space-in-parens)
(#2830) There should be no spaces inside this paren. (space-in-parens)
(#2831) There should be no spaces inside this paren. (space-in-parens)
(#2831) There should be no spaces inside this paren. (space-in-parens)
(#2837) There should be no spaces inside this paren. (space-in-parens)
(#2837) There should be no spaces inside this paren. (space-in-parens)
(#2840) Expected to return a value at the end of this function. (consistent-return)
(#2840) There should be no spaces inside this paren. (space-in-parens)
(#2840) 'namespaces' is defined but never used (no-unused-vars)
(#2840) There should be no spaces inside this paren. (space-in-parens)
(#2841) There should be no spaces inside this paren. (space-in-parens)
(#2841) There should be no spaces inside this paren. (space-in-parens)
(#2842) There should be no spaces inside this paren. (space-in-parens)
(#2842) There should be no spaces inside this paren. (space-in-parens)
(#2846) There should be no spaces inside this paren. (space-in-parens)
(#2846) There should be no spaces inside this paren. (space-in-parens)
(#2846) There should be no spaces inside this paren. (space-in-parens)
(#2846) There should be no spaces inside this paren. (space-in-parens)
(#2847) There should be no spaces inside this paren. (space-in-parens)
(#2847) There should be no spaces inside this paren. (space-in-parens)
(#2851) There should be no spaces inside this paren. (space-in-parens)
(#2851) There should be no spaces inside this paren. (space-in-parens)
(#2855) There should be no spaces inside this paren. (space-in-parens)
(#2855) There should be no spaces inside this paren. (space-in-parens)
(#2855) There should be no spaces inside this paren. (space-in-parens)
(#2855) There should be no spaces inside this paren. (space-in-parens)
(#2856) There should be no spaces inside this paren. (space-in-parens)
(#2856) There should be no spaces inside this paren. (space-in-parens)
(#2865) There should be no spaces inside this paren. (space-in-parens)
(#2865) 'namespaces' is defined but never used (no-unused-vars)
(#2865) There should be no spaces inside this paren. (space-in-parens)
(#2866) There should be no spaces inside this paren. (space-in-parens)
(#2866) There should be no spaces inside this paren. (space-in-parens)
(#2873) There should be no spaces inside this paren. (space-in-parens)
(#2873) There should be no spaces inside this paren. (space-in-parens)
(#2877) There should be no spaces inside this paren. (space-in-parens)
(#2877) There should be no spaces inside this paren. (space-in-parens)
(#2878) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2880) There should be no spaces inside this paren. (space-in-parens)
(#2880) There should be no spaces inside this paren. (space-in-parens)
(#2883) There should be no spaces inside this paren. (space-in-parens)
(#2883) There should be no spaces inside this paren. (space-in-parens)
(#2885) There should be no spaces inside this paren. (space-in-parens)
(#2885) There should be no spaces inside this paren. (space-in-parens)
(#2885) There should be no spaces inside this paren. (space-in-parens)
(#2890) There should be no spaces inside this paren. (space-in-parens)
(#2890) There should be no spaces inside this paren. (space-in-parens)
(#2897) There should be no spaces inside this paren. (space-in-parens)
(#2897) There should be no spaces inside this paren. (space-in-parens)
(#2898) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2900) There should be no spaces inside this paren. (space-in-parens)
(#2900) There should be no spaces inside this paren. (space-in-parens)
(#2900) There should be no spaces inside this paren. (space-in-parens)
(#2900) There should be no spaces inside this paren. (space-in-parens)
(#2904) There should be no spaces inside this paren. (space-in-parens)
(#2904) There should be no spaces inside this paren. (space-in-parens)
(#2908) There should be no spaces inside this paren. (space-in-parens)
(#2908) There should be no spaces inside this paren. (space-in-parens)
(#2909) There should be no spaces inside this paren. (space-in-parens)
(#2909) There should be no spaces inside this paren. (space-in-parens)
(#2912) There should be no spaces inside this paren. (space-in-parens)
(#2912) There should be no spaces inside this paren. (space-in-parens)
(#2916) There should be no spaces inside this paren. (space-in-parens)
(#2916) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2916) There should be no spaces inside this paren. (space-in-parens)
(#2919) There should be no spaces inside this paren. (space-in-parens)
(#2919) There should be no spaces inside this paren. (space-in-parens)
(#2929) There should be no spaces inside this paren. (space-in-parens)
(#2929) There should be no spaces inside this paren. (space-in-parens)
(#2930) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2932) There should be no spaces inside this paren. (space-in-parens)
(#2932) There should be no spaces inside this paren. (space-in-parens)
(#2933) There should be no spaces inside this paren. (space-in-parens)
(#2933) There should be no spaces inside this paren. (space-in-parens)
(#2939) There should be no spaces inside this paren. (space-in-parens)
(#2939) There should be no spaces inside this paren. (space-in-parens)
(#2940) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2942) There should be no spaces inside this paren. (space-in-parens)
(#2944) There should be no spaces inside this paren. (space-in-parens)
(#2945) There should be no spaces inside this paren. (space-in-parens)
(#2945) There should be no spaces inside this paren. (space-in-parens)
(#2952) There should be no spaces inside this paren. (space-in-parens)
(#2952) There should be no spaces inside this paren. (space-in-parens)
(#2954) There should be no spaces inside this paren. (space-in-parens)
(#2954) There should be no spaces inside this paren. (space-in-parens)
(#2958) There should be no spaces inside this paren. (space-in-parens)
(#2958) 'namespaces' is defined but never used (no-unused-vars)
(#2958) There should be no spaces inside this paren. (space-in-parens)
(#2959) There should be no spaces inside this paren. (space-in-parens)
(#2959) There should be no spaces inside this paren. (space-in-parens)
(#2963) There should be no spaces inside this paren. (space-in-parens)
(#2963) There should be no spaces inside this paren. (space-in-parens)
(#2964) There should be no spaces inside this paren. (space-in-parens)
(#2964) There should be no spaces inside this paren. (space-in-parens)
(#2967) There should be no spaces inside this paren. (space-in-parens)
(#2967) There should be no spaces inside this paren. (space-in-parens)
(#2970) There should be no spaces inside this paren. (space-in-parens)
(#2970) 'namespaces' is defined but never used (no-unused-vars)
(#2970) There should be no spaces inside this paren. (space-in-parens)
(#2971) There should be no spaces inside this paren. (space-in-parens)
(#2971) There should be no spaces inside this paren. (space-in-parens)
(#2973) There should be no spaces inside this paren. (space-in-parens)
(#2973) There should be no spaces inside this paren. (space-in-parens)
(#2983) Missing JSDoc comment. (require-jsdoc)
(#2983) There should be no spaces inside this paren. (space-in-parens)
(#2983) There should be no spaces inside this paren. (space-in-parens)
(#2988) There should be no spaces inside this paren. (space-in-parens)
(#2988) There should be no space after '[' (computed-property-spacing)
(#2988) There should be no space before ']' (computed-property-spacing)
(#2988) There should be no spaces inside this paren. (space-in-parens)
(#2992) There should be no spaces inside this paren. (space-in-parens)
(#2992) There should be no spaces inside this paren. (space-in-parens)
(#2993) There should be no spaces inside this paren. (space-in-parens)
(#2993) There should be no spaces inside this paren. (space-in-parens)
(#2994) There should be no space after '[' (computed-property-spacing)
(#2994) There should be no space before ']' (computed-property-spacing)
(#2999) There should be no spaces inside this paren. (space-in-parens)
(#2999) There should be no spaces inside this paren. (space-in-parens)
(#3000) There should be no space after '{' (object-curly-spacing)
(#3000) There should be no space before '}' (object-curly-spacing)
(#3000) There should be no spaces inside this paren. (space-in-parens)
(#3000) There should be no spaces inside this paren. (space-in-parens)
(#3001) Trailing spaces not allowed. (no-trailing-spaces)
(#3004) Trailing spaces not allowed. (no-trailing-spaces)
(#3005) There should be no space after '[' (computed-property-spacing)
(#3005) There should be no space before ']' (computed-property-spacing)
(#3007) There should be no spaces inside this paren. (space-in-parens)
(#3007) There should be no spaces inside this paren. (space-in-parens)
(#3008) There should be no spaces inside this paren. (space-in-parens)
(#3008) There should be no spaces inside this paren. (space-in-parens)
(#3012) There should be no spaces inside this paren. (space-in-parens)
(#3012) There should be no spaces inside this paren. (space-in-parens)
(#3013) There should be no spaces inside this paren. (space-in-parens)
(#3013) There should be no spaces inside this paren. (space-in-parens)
(#3018) Missing JSDoc comment. (require-jsdoc)
(#3018) There should be no spaces inside this paren. (space-in-parens)
(#3018) There should be no spaces inside this paren. (space-in-parens)
(#3021) There should be no spaces inside this paren. (space-in-parens)
(#3021) There should be no spaces inside this paren. (space-in-parens)
(#3024) There should be no spaces inside this paren. (space-in-parens)
(#3024) There should be no spaces inside this paren. (space-in-parens)
(#3025) There should be no spaces inside this paren. (space-in-parens)
(#3025) There should be no spaces inside this paren. (space-in-parens)
(#3032) There should be no spaces inside this paren. (space-in-parens)
(#3032) There should be no spaces inside this paren. (space-in-parens)
(#3033) There should be no space after '[' (computed-property-spacing)
(#3033) There should be no space before ']' (computed-property-spacing)
(#3033) There should be no spaces inside this paren. (space-in-parens)
(#3033) There should be no spaces inside this paren. (space-in-parens)
(#3035) There should be no spaces inside this paren. (space-in-parens)
(#3035) There should be no spaces inside this paren. (space-in-parens)
(#3036) There should be no spaces inside this paren. (space-in-parens)
(#3036) There should be no spaces inside this paren. (space-in-parens)
(#3037) There should be no space after '[' (computed-property-spacing)
(#3037) There should be no space before ']' (computed-property-spacing)
(#3042) There should be no spaces inside this paren. (space-in-parens)
(#3042) There should be no spaces inside this paren. (space-in-parens)
(#3042) There should be no spaces inside this paren. (space-in-parens)
(#3042) There should be no spaces inside this paren. (space-in-parens)
(#3047) There should be no spaces inside this paren. (space-in-parens)
(#3047) There should be no spaces inside this paren. (space-in-parens)
(#3047) There should be no spaces inside this paren. (space-in-parens)
(#3048) There should be no spaces inside this paren. (space-in-parens)
(#3048) There should be no spaces inside this paren. (space-in-parens)
(#3048) There should be no spaces inside this paren. (space-in-parens)
(#3048) There should be no spaces inside this paren. (space-in-parens)
(#3049) There should be no spaces inside this paren. (space-in-parens)
(#3049) There should be no spaces inside this paren. (space-in-parens)
(#3052) There should be no spaces inside this paren. (space-in-parens)
(#3052) There should be no spaces inside this paren. (space-in-parens)
(#3053) There should be no spaces inside this paren. (space-in-parens)
(#3053) There should be no spaces inside this paren. (space-in-parens)
(#3056) There should be no spaces inside this paren. (space-in-parens)
(#3056) There should be no spaces inside this paren. (space-in-parens)
(#3057) There should be no spaces inside this paren. (space-in-parens)
(#3057) There should be no spaces inside this paren. (space-in-parens)
(#3066) There should be no spaces inside this paren. (space-in-parens)
(#3066) There should be no spaces inside this paren. (space-in-parens)
(#3068) There should be no spaces inside this paren. (space-in-parens)
(#3068) There should be no spaces inside this paren. (space-in-parens)
(#3069) There should be no spaces inside this paren. (space-in-parens)
(#3069) There should be no spaces inside this paren. (space-in-parens)
(#3074) There should be no spaces inside this paren. (space-in-parens)
(#3074) There should be no spaces inside this paren. (space-in-parens)
(#3075) There should be no spaces inside this paren. (space-in-parens)
(#3075) There should be no spaces inside this paren. (space-in-parens)
(#3082) There should be no spaces inside this paren. (space-in-parens)
(#3082) There should be no spaces inside this paren. (space-in-parens)
(#3083) There should be no spaces inside this paren. (space-in-parens)
(#3083) There should be no spaces inside this paren. (space-in-parens)
(#3086) There should be no spaces inside this paren. (space-in-parens)
(#3086) There should be no spaces inside this paren. (space-in-parens)
(#3087) There should be no spaces inside this paren. (space-in-parens)
(#3087) There should be no spaces inside this paren. (space-in-parens)
(#3088) There should be no spaces inside this paren. (space-in-parens)
(#3088) There should be no spaces inside this paren. (space-in-parens)
(#3091) There should be no spaces inside this paren. (space-in-parens)
(#3091) There should be no spaces inside this paren. (space-in-parens)
(#3095) There should be no spaces inside this paren. (space-in-parens)
(#3095) There should be no spaces inside this paren. (space-in-parens)
(#3097) There should be no spaces inside this paren. (space-in-parens)
(#3097) There should be no spaces inside this paren. (space-in-parens)
(#3101) Expected to return a value at the end of this function. (consistent-return)
(#3101) There should be no spaces inside this paren. (space-in-parens)
(#3101) There should be no spaces inside this paren. (space-in-parens)
(#3102) There should be no spaces inside this paren. (space-in-parens)
(#3102) There should be no spaces inside this paren. (space-in-parens)
(#3103) There should be no spaces inside this paren. (space-in-parens)
(#3103) There should be no spaces inside this paren. (space-in-parens)
(#3106) There should be no spaces inside this paren. (space-in-parens)
(#3106) There should be no spaces inside this paren. (space-in-parens)
(#3111) There should be no spaces inside this paren. (space-in-parens)
(#3111) There should be no spaces inside this paren. (space-in-parens)
(#3117) There should be no spaces inside this paren. (space-in-parens)
(#3117) There should be no spaces inside this paren. (space-in-parens)
(#3118) There should be no spaces inside this paren. (space-in-parens)
(#3118) There should be no space after '[' (computed-property-spacing)
(#3118) There should be no space before ']' (computed-property-spacing)
(#3118) There should be no spaces inside this paren. (space-in-parens)
(#3121) There should be no spaces inside this paren. (space-in-parens)
(#3121) There should be no spaces inside this paren. (space-in-parens)
(#3121) There should be no spaces inside this paren. (space-in-parens)
(#3121) There should be no spaces inside this paren. (space-in-parens)
(#3123) There should be no spaces inside this paren. (space-in-parens)
(#3123) There should be no spaces inside this paren. (space-in-parens)
(#3123) There should be no spaces inside this paren. (space-in-parens)
(#3123) There should be no spaces inside this paren. (space-in-parens)
(#3124) There should be no spaces inside this paren. (space-in-parens)
(#3124) There should be no spaces inside this paren. (space-in-parens)
(#3130) There should be no space after '[' (computed-property-spacing)
(#3130) There should be no space before ']' (computed-property-spacing)
(#3130) There should be no spaces inside this paren. (space-in-parens)
(#3130) There should be no spaces inside this paren. (space-in-parens)
(#3134) There should be no spaces inside this paren. (space-in-parens)
(#3134) There should be no spaces inside this paren. (space-in-parens)
(#3135) There should be no spaces inside this paren. (space-in-parens)
(#3135) There should be no spaces inside this paren. (space-in-parens)
(#3135) There should be no spaces inside this paren. (space-in-parens)
(#3135) There should be no spaces inside this paren. (space-in-parens)
(#3146) There should be no spaces inside this paren. (space-in-parens)
(#3146) There should be no spaces inside this paren. (space-in-parens)
(#3147) There should be no space after '[' (computed-property-spacing)
(#3147) There should be no space before ']' (computed-property-spacing)
(#3147) There should be no spaces inside this paren. (space-in-parens)
(#3147) There should be no spaces inside this paren. (space-in-parens)
(#3148) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3148) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3150) There should be no spaces inside this paren. (space-in-parens)
(#3150) There should be no spaces inside this paren. (space-in-parens)
(#3152) There should be no spaces inside this paren. (space-in-parens)
(#3152) There should be no spaces inside this paren. (space-in-parens)
(#3153) There should be no spaces inside this paren. (space-in-parens)
(#3153) There should be no spaces inside this paren. (space-in-parens)
(#3154) There should be no space after '[' (computed-property-spacing)
(#3154) There should be no space before ']' (computed-property-spacing)
(#3154) There should be no spaces inside this paren. (space-in-parens)
(#3154) There should be no spaces inside this paren. (space-in-parens)
(#3160) There should be no spaces inside this paren. (space-in-parens)
(#3160) There should be no spaces inside this paren. (space-in-parens)
(#3160) There should be no spaces inside this paren. (space-in-parens)
(#3160) There should be no spaces inside this paren. (space-in-parens)
(#3167) There should be no spaces inside this paren. (space-in-parens)
(#3167) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#3167) There should be no space after '[' (computed-property-spacing)
(#3167) There should be no space before ']' (computed-property-spacing)
(#3167) There should be no spaces inside this paren. (space-in-parens)
(#3168) There should be no spaces inside this paren. (space-in-parens)
(#3168) There should be no spaces inside this paren. (space-in-parens)
(#3171) There should be no spaces inside this paren. (space-in-parens)
(#3171) There should be no spaces inside this paren. (space-in-parens)
(#3171) Multiple spaces found before '{'. (no-multi-spaces)
(#3173) There should be no spaces inside this paren. (space-in-parens)
(#3173) There should be no spaces inside this paren. (space-in-parens)
(#3176) There should be no spaces inside this paren. (space-in-parens)
(#3176) There should be no spaces inside this paren. (space-in-parens)
(#3177) There should be no spaces inside this paren. (space-in-parens)
(#3177) There should be no spaces inside this paren. (space-in-parens)
(#3183) There should be no spaces inside this paren. (space-in-parens)
(#3183) There should be no spaces inside this paren. (space-in-parens)
(#3184) There should be no spaces inside this paren. (space-in-parens)
(#3184) There should be no space after '[' (computed-property-spacing)
(#3184) There should be no space before ']' (computed-property-spacing)
(#3184) There should be no spaces inside this paren. (space-in-parens)
(#3188) There should be no space after '[' (computed-property-spacing)
(#3188) There should be no space before ']' (computed-property-spacing)
(#3191) There should be no spaces inside this paren. (space-in-parens)
(#3191) There should be no spaces inside this paren. (space-in-parens)
(#3193) There should be no spaces inside this paren. (space-in-parens)
(#3193) There should be no spaces inside this paren. (space-in-parens)
(#3194) There should be no spaces inside this paren. (space-in-parens)
(#3194) There should be no spaces inside this paren. (space-in-parens)
(#3194) There should be no spaces inside this paren. (space-in-parens)
(#3195) There should be no space after '{' (object-curly-spacing)
(#3195) There should be no space before '}' (object-curly-spacing)
(#3195) There should be no spaces inside this paren. (space-in-parens)
(#3200) There should be no spaces inside this paren. (space-in-parens)
(#3200) There should be no spaces inside this paren. (space-in-parens)
(#3200) There should be no spaces inside this paren. (space-in-parens)
(#3200) There should be no spaces inside this paren. (space-in-parens)
(#3208) Missing JSDoc comment. (require-jsdoc)
(#3208) Function 'liveHandler' has a complexity of 23. (complexity)
(#3208) There should be no spaces inside this paren. (space-in-parens)
(#3208) There should be no spaces inside this paren. (space-in-parens)
(#3209) 'data' is defined but never used (no-unused-vars)
(#3212) There should be no spaces inside this paren. (space-in-parens)
(#3212) There should be no spaces inside this paren. (space-in-parens)
(#3215) There should be no spaces inside this paren. (space-in-parens)
(#3215) There should be no spaces inside this paren. (space-in-parens)
(#3219) There should be no spaces inside this paren. (space-in-parens)
(#3219) There should be no spaces inside this paren. (space-in-parens)
(#3227) There should be no spaces inside this paren. (space-in-parens)
(#3227) There should be no spaces inside this paren. (space-in-parens)
(#3230) There should be no spaces inside this paren. (space-in-parens)
(#3230) There should be no spaces inside this paren. (space-in-parens)
(#3230) There should be no spaces inside this paren. (space-in-parens)
(#3230) There should be no spaces inside this paren. (space-in-parens)
(#3231) There should be no spaces inside this paren. (space-in-parens)
(#3231) There should be no spaces inside this paren. (space-in-parens)
(#3234) There should be no spaces inside this paren. (space-in-parens)
(#3234) There should be no spaces inside this paren. (space-in-parens)
(#3238) There should be no spaces inside this paren. (space-in-parens)
(#3238) There should be no spaces inside this paren. (space-in-parens)
(#3238) There should be no spaces inside this paren. (space-in-parens)
(#3238) There should be no spaces inside this paren. (space-in-parens)
(#3240) There should be no spaces inside this paren. (space-in-parens)
(#3240) There should be no spaces inside this paren. (space-in-parens)
(#3243) There should be no spaces inside this paren. (space-in-parens)
(#3243) There should be no spaces inside this paren. (space-in-parens)
(#3246) Line 3246 exceeds the maximum line length of 132. (max-len)
(#3246) There should be no spaces inside this paren. (space-in-parens)
(#3246) There should be no spaces inside this paren. (space-in-parens)
(#3246) There should be no spaces inside this paren. (space-in-parens)
(#3246) There should be no spaces inside this paren. (space-in-parens)
(#3251) There should be no spaces inside this paren. (space-in-parens)
(#3251) There should be no spaces inside this paren. (space-in-parens)
(#3253) There should be no spaces inside this paren. (space-in-parens)
(#3253) There should be no spaces inside this paren. (space-in-parens)
(#3253) There should be no spaces inside this paren. (space-in-parens)
(#3253) There should be no spaces inside this paren. (space-in-parens)
(#3256) There should be no spaces inside this paren. (space-in-parens)
(#3256) There should be no spaces inside this paren. (space-in-parens)
(#3257) There should be no space after '{' (object-curly-spacing)
(#3257) There should be no space before '}' (object-curly-spacing)
(#3263) There should be no spaces inside this paren. (space-in-parens)
(#3263) There should be no spaces inside this paren. (space-in-parens)
(#3266) There should be no spaces inside this paren. (space-in-parens)
(#3266) There should be no spaces inside this paren. (space-in-parens)
(#3274) There should be no spaces inside this paren. (space-in-parens)
(#3274) There should be no spaces inside this paren. (space-in-parens)
(#3276) There should be no spaces inside this paren. (space-in-parens)
(#3276) There should be no spaces inside this paren. (space-in-parens)
(#3279) There should be no spaces inside this paren. (space-in-parens)
(#3279) There should be no spaces inside this paren. (space-in-parens)
(#3282) There should be no spaces inside this paren. (space-in-parens)
(#3282) There should be no spaces inside this paren. (space-in-parens)
(#3288) Expected no return value. (consistent-return)
(#3291) Missing JSDoc comment. (require-jsdoc)
(#3291) There should be no spaces inside this paren. (space-in-parens)
(#3291) There should be no spaces inside this paren. (space-in-parens)
(#3295) There should be no spaces inside this paren. (space-in-parens)
(#3297) There should be no spaces inside this paren. (space-in-parens)
(#3297) There should be no spaces inside this paren. (space-in-parens)
(#3300) There should be no space after '[' (computed-property-spacing)
(#3300) There should be no space before ']' (computed-property-spacing)
(#3300) There should be no spaces inside this paren. (space-in-parens)
(#3300) There should be no spaces inside this paren. (space-in-parens)
(#3301) There should be no spaces inside this paren. (space-in-parens)
(#3301) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#3301) There should be no spaces inside this paren. (space-in-parens)
(#3307) There should be no spaces inside this paren. (space-in-parens)
(#3307) There should be no spaces inside this paren. (space-in-parens)
(#3308) There should be no spaces inside this paren. (space-in-parens)
(#3308) There should be no spaces inside this paren. (space-in-parens)
(#3311) There should be no spaces inside this paren. (space-in-parens)
(#3311) There should be no spaces inside this paren. (space-in-parens)
(#3312) There should be no space after '[' (computed-property-spacing)
(#3312) There should be no space before ']' (computed-property-spacing)
(#3317) Expected space or tab after '/*' in comment. (spaced-comment)
(#3323) Missing space before opening brace. (space-before-blocks)
(#3325) Line 3325 exceeds the maximum line length of 132. (max-len)
(#3342) Function 'anonymous' has a complexity of 37. (complexity)
(#3342) There should be no spaces inside this paren. (space-in-parens)
(#3342) There should be no spaces inside this paren. (space-in-parens)
(#3348) There should be no spaces inside this paren. (space-in-parens)
(#3348) There should be no spaces inside this paren. (space-in-parens)
(#3351) Trailing spaces not allowed. (no-trailing-spaces)
(#3352) There should be no spaces inside this paren. (space-in-parens)
(#3352) There should be no spaces inside this paren. (space-in-parens)
(#3358) There should be no spaces inside this paren. (space-in-parens)
(#3358) There should be no spaces inside this paren. (space-in-parens)
(#3361) Trailing spaces not allowed. (no-trailing-spaces)
(#3364) There should be no spaces inside this paren. (space-in-parens)
(#3364) There should be no spaces inside this paren. (space-in-parens)
(#3365) There should be no spaces inside this paren. (space-in-parens)
(#3365) There should be no spaces inside this paren. (space-in-parens)
(#3367) There should be no spaces inside this paren. (space-in-parens)
(#3367) There should be no spaces inside this paren. (space-in-parens)
(#3369) Trailing spaces not allowed. (no-trailing-spaces)
(#3370) There should be no spaces inside this paren. (space-in-parens)
(#3370) There should be no spaces inside this paren. (space-in-parens)
(#3371) Trailing spaces not allowed. (no-trailing-spaces)
(#3372) There should be no spaces inside this paren. (space-in-parens)
(#3372) There should be no spaces inside this paren. (space-in-parens)
(#3377) There should be no spaces inside this paren. (space-in-parens)
(#3377) There should be no spaces inside this paren. (space-in-parens)
(#3379) There should be no spaces inside this paren. (space-in-parens)
(#3379) There should be no spaces inside this paren. (space-in-parens)
(#3379) There should be no spaces inside this paren. (space-in-parens)
(#3379) There should be no spaces inside this paren. (space-in-parens)
(#3381) There should be no spaces inside this paren. (space-in-parens)
(#3381) There should be no space after '[' (computed-property-spacing)
(#3381) There should be no space before ']' (computed-property-spacing)
(#3381) There should be no spaces inside this paren. (space-in-parens)
(#3382) There should be no spaces inside this paren. (space-in-parens)
(#3382) There should be no spaces inside this paren. (space-in-parens)
(#3385) There should be no space after '[' (computed-property-spacing)
(#3385) There should be no space before ']' (computed-property-spacing)
(#3386) There should be no space after '[' (array-bracket-spacing)
(#3386) There should be no space before ']' (array-bracket-spacing)
(#3387) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#3387) There should be no spaces inside this paren. (space-in-parens)
(#3387) There should be no spaces inside this paren. (space-in-parens)
(#3389) There should be no spaces inside this paren. (space-in-parens)
(#3389) There should be no spaces inside this paren. (space-in-parens)
(#3392) There should be no spaces inside this paren. (space-in-parens)
(#3392) There should be no space after '[' (computed-property-spacing)
(#3392) There should be no space before ']' (computed-property-spacing)
(#3392) There should be no spaces inside this paren. (space-in-parens)
(#3395) Trailing spaces not allowed. (no-trailing-spaces)
(#3396) There should be no spaces inside this paren. (space-in-parens)
(#3396) There should be no spaces inside this paren. (space-in-parens)
(#3403) There should be no spaces inside this paren. (space-in-parens)
(#3404) There should be no spaces inside this paren. (space-in-parens)
(#3406) There should be no spaces inside this paren. (space-in-parens)
(#3406) There should be no spaces inside this paren. (space-in-parens)
(#3408) There should be no spaces inside this paren. (space-in-parens)
(#3408) There should be no spaces inside this paren. (space-in-parens)
(#3412) There should be no spaces inside this paren. (space-in-parens)
(#3412) There should be no spaces inside this paren. (space-in-parens)
(#3414) There should be no space after '{' (object-curly-spacing)
(#3414) There should be no space before '}' (object-curly-spacing)
(#3415) Line 3415 exceeds the maximum line length of 132. (max-len)
(#3415) There should be no spaces inside this paren. (space-in-parens)
(#3415) There should be no spaces inside this paren. (space-in-parens)
(#3418) There should be no spaces inside this paren. (space-in-parens)
(#3418) There should be no spaces inside this paren. (space-in-parens)
(#3421) There should be no spaces inside this paren. (space-in-parens)
(#3421) There should be no spaces inside this paren. (space-in-parens)
(#3422) There should be no spaces inside this paren. (space-in-parens)
(#3422) There should be no spaces inside this paren. (space-in-parens)
(#3428) There should be no spaces inside this paren. (space-in-parens)
(#3428) There should be no spaces inside this paren. (space-in-parens)
(#3432) There should be no spaces inside this paren. (space-in-parens)
(#3432) There should be no space after '[' (computed-property-spacing)
(#3432) There should be no space before ']' (computed-property-spacing)
(#3432) There should be no spaces inside this paren. (space-in-parens)
(#3438) There should be no spaces inside this paren. (space-in-parens)
(#3438) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#3438) There should be no spaces inside this paren. (space-in-parens)
(#3442) There should be no space after '[' (computed-property-spacing)
(#3442) There should be no space before ']' (computed-property-spacing)
(#3442) There should be no spaces inside this paren. (space-in-parens)
(#3442) There should be no spaces inside this paren. (space-in-parens)
(#3450) There should be no spaces inside this paren. (space-in-parens)
(#3450) There should be no spaces inside this paren. (space-in-parens)
(#3454) There should be no spaces inside this paren. (space-in-parens)
(#3454) There should be no spaces inside this paren. (space-in-parens)
(#3455) There should be no spaces inside this paren. (space-in-parens)
(#3455) There should be no spaces inside this paren. (space-in-parens)
(#3458) There should be no spaces inside this paren. (space-in-parens)
(#3458) There should be no spaces inside this paren. (space-in-parens)
(#3459) There should be no spaces inside this paren. (space-in-parens)
(#3459) There should be no spaces inside this paren. (space-in-parens)
(#3460) There should be no spaces inside this paren. (space-in-parens)
(#3460) There should be no spaces inside this paren. (space-in-parens)
(#3462) There should be no spaces inside this paren. (space-in-parens)
(#3462) There should be no spaces inside this paren. (space-in-parens)
(#3463) There should be no spaces inside this paren. (space-in-parens)
(#3463) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#3463) There should be no spaces inside this paren. (space-in-parens)
(#3464) Line 3464 exceeds the maximum line length of 132. (max-len)
(#3464) There should be no spaces inside this paren. (space-in-parens)
(#3464) There should be no spaces inside this paren. (space-in-parens)
(#3465) There should be no spaces inside this paren. (space-in-parens)
(#3465) There should be no spaces inside this paren. (space-in-parens)
(#3470) There should be no spaces inside this paren. (space-in-parens)
(#3470) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#3470) There should be no spaces inside this paren. (space-in-parens)
(#3471) There should be no spaces inside this paren. (space-in-parens)
(#3471) There should be no spaces inside this paren. (space-in-parens)
(#3472) There should be no spaces inside this paren. (space-in-parens)
(#3472) There should be no spaces inside this paren. (space-in-parens)
(#3478) There should be no spaces inside this paren. (space-in-parens)
(#3478) There should be no spaces inside this paren. (space-in-parens)
(#3481) There should be no spaces inside this paren. (space-in-parens)
(#3481) There should be no spaces inside this paren. (space-in-parens)
(#3482) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#3482) There should be no spaces inside this paren. (space-in-parens)
(#3482) There should be no spaces inside this paren. (space-in-parens)
(#3483) There should be no spaces inside this paren. (space-in-parens)
(#3483) There should be no spaces inside this paren. (space-in-parens)
(#3489) There should be no spaces inside this paren. (space-in-parens)
(#3489) There should be no spaces inside this paren. (space-in-parens)
(#3490) There should be no spaces inside this paren. (space-in-parens)
(#3490) There should be no spaces inside this paren. (space-in-parens)
(#3492) There should be no spaces inside this paren. (space-in-parens)
(#3492) There should be no spaces inside this paren. (space-in-parens)
(#3494) There should be no spaces inside this paren. (space-in-parens)
(#3494) There should be no spaces inside this paren. (space-in-parens)
(#3495) There should be no spaces inside this paren. (space-in-parens)
(#3495) There should be no spaces inside this paren. (space-in-parens)
(#3496) There should be no spaces inside this paren. (space-in-parens)
(#3496) There should be no space after '[' (computed-property-spacing)
(#3496) There should be no space before ']' (computed-property-spacing)
(#3496) There should be no spaces inside this paren. (space-in-parens)
(#3497) There should be no spaces inside this paren. (space-in-parens)
(#3497) There should be no spaces inside this paren. (space-in-parens)
(#3506) There should be no spaces inside this paren. (space-in-parens)
(#3506) There should be no spaces inside this paren. (space-in-parens)
(#3507) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#3507) There should be no spaces inside this paren. (space-in-parens)
(#3507) There should be no spaces inside this paren. (space-in-parens)
(#3510) There should be no spaces inside this paren. (space-in-parens)
(#3510) There should be no spaces inside this paren. (space-in-parens)
(#3511) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#3511) There should be no spaces inside this paren. (space-in-parens)
(#3511) There should be no spaces inside this paren. (space-in-parens)
(#3514) There should be no spaces inside this paren. (space-in-parens)
(#3514) There should be no spaces inside this paren. (space-in-parens)
(#3517) There should be no spaces inside this paren. (space-in-parens)
(#3517) There should be no spaces inside this paren. (space-in-parens)
(#3521) There should be no spaces inside this paren. (space-in-parens)
(#3521) There should be no spaces inside this paren. (space-in-parens)
(#3524) Trailing spaces not allowed. (no-trailing-spaces)
(#3525) There should be no spaces inside this paren. (space-in-parens)
(#3525) There should be no space after '[' (computed-property-spacing)
(#3525) There should be no space before ']' (computed-property-spacing)
(#3525) There should be no spaces inside this paren. (space-in-parens)
(#3525) There should be no spaces inside this paren. (space-in-parens)
(#3525) There should be no spaces inside this paren. (space-in-parens)
(#3527) There should be no spaces inside this paren. (space-in-parens)
(#3527) There should be no spaces inside this paren. (space-in-parens)
(#3529) There should be no spaces inside this paren. (space-in-parens)
(#3529) There should be no spaces inside this paren. (space-in-parens)
(#3529) There should be no spaces inside this paren. (space-in-parens)
(#3529) There should be no spaces inside this paren. (space-in-parens)
(#3530) There should be no spaces inside this paren. (space-in-parens)
(#3530) There should be no spaces inside this paren. (space-in-parens)
(#3531) There should be no space after '[' (computed-property-spacing)
(#3531) There should be no space before ']' (computed-property-spacing)
(#3531) There should be no spaces inside this paren. (space-in-parens)
(#3531) There should be no spaces inside this paren. (space-in-parens)
(#3533) There should be no spaces inside this paren. (space-in-parens)
(#3533) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#3533) There should be no spaces inside this paren. (space-in-parens)
(#3534) There should be no spaces inside this paren. (space-in-parens)
(#3534) There should be no space after '[' (computed-property-spacing)
(#3534) There should be no space before ']' (computed-property-spacing)
(#3534) There should be no spaces inside this paren. (space-in-parens)
(#3541) There should be no spaces inside this paren. (space-in-parens)
(#3541) There should be no spaces inside this paren. (space-in-parens)
(#3543) There should be no spaces inside this paren. (space-in-parens)
(#3543) There should be no spaces inside this paren. (space-in-parens)
(#3547) There should be no space after '{' (object-curly-spacing)
(#3547) There should be no space before '}' (object-curly-spacing)
(#3550) There should be no spaces inside this paren. (space-in-parens)
(#3550) There should be no spaces inside this paren. (space-in-parens)
(#3555) There should be no spaces inside this paren. (space-in-parens)
(#3555) There should be no spaces inside this paren. (space-in-parens)
(#3557) There should be no spaces inside this paren. (space-in-parens)
(#3557) There should be no spaces inside this paren. (space-in-parens)
(#3558) There should be no spaces inside this paren. (space-in-parens)
(#3558) There should be no spaces inside this paren. (space-in-parens)
(#3559) There should be no spaces inside this paren. (space-in-parens)
(#3559) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#3559) There should be no space after '[' (computed-property-spacing)
(#3559) There should be no space before ']' (computed-property-spacing)
(#3559) There should be no spaces inside this paren. (space-in-parens)
(#3559) There should be no spaces inside this paren. (space-in-parens)
(#3559) There should be no spaces inside this paren. (space-in-parens)
(#3561) There should be no space after '[' (computed-property-spacing)
(#3561) There should be no space before ']' (computed-property-spacing)
(#3566) A space is required after ','. (comma-spacing)
(#3568) There should be no spaces inside this paren. (space-in-parens)
(#3568) There should be no spaces inside this paren. (space-in-parens)
(#3568) There should be no spaces inside this paren. (space-in-parens)
(#3568) There should be no spaces inside this paren. (space-in-parens)
(#3572) There should be no spaces inside this paren. (space-in-parens)
(#3572) There should be no spaces inside this paren. (space-in-parens)
(#3576) There should be no spaces inside this paren. (space-in-parens)
(#3576) There should be no space after '[' (computed-property-spacing)
(#3576) There should be no space before ']' (computed-property-spacing)
(#3576) There should be no spaces inside this paren. (space-in-parens)
(#3577) There should be no space after '[' (computed-property-spacing)
(#3577) There should be no space before ']' (computed-property-spacing)
(#3577) There should be no spaces inside this paren. (space-in-parens)
(#3577) There should be no spaces inside this paren. (space-in-parens)
(#3579) Blocks are nested too deeply (5). (max-depth)
(#3579) There should be no spaces inside this paren. (space-in-parens)
(#3579) There should be no spaces inside this paren. (space-in-parens)
(#3582) There should be no spaces inside this paren. (space-in-parens)
(#3582) There should be no spaces inside this paren. (space-in-parens)
(#3587) There should be no spaces inside this paren. (space-in-parens)
(#3587) There should be no spaces inside this paren. (space-in-parens)
(#3588) There should be no spaces inside this paren. (space-in-parens)
(#3588) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#3588) There should be no spaces inside this paren. (space-in-parens)
(#3589) Blocks are nested too deeply (5). (max-depth)
(#3589) There should be no spaces inside this paren. (space-in-parens)
(#3589) There should be no spaces inside this paren. (space-in-parens)
(#3590) There should be no spaces inside this paren. (space-in-parens)
(#3590) There should be no spaces inside this paren. (space-in-parens)
(#3591) Unexpected use of '^'. (no-bitwise)
(#3593) Blocks are nested too deeply (6). (max-depth)
(#3593) There should be no spaces inside this paren. (space-in-parens)
(#3593) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#3593) There should be no spaces inside this paren. (space-in-parens)
(#3594) Blocks are nested too deeply (7). (max-depth)
(#3594) There should be no spaces inside this paren. (space-in-parens)
(#3594) There should be no spaces inside this paren. (space-in-parens)
(#3601) There should be no spaces inside this paren. (space-in-parens)
(#3601) There should be no spaces inside this paren. (space-in-parens)
(#3602) There should be no spaces inside this paren. (space-in-parens)
(#3602) There should be no spaces inside this paren. (space-in-parens)
(#3609) There should be no spaces inside this paren. (space-in-parens)
(#3609) There should be no spaces inside this paren. (space-in-parens)
(#3610) There should be no spaces inside this paren. (space-in-parens)
(#3610) There should be no spaces inside this paren. (space-in-parens)
(#3614) There should be no spaces inside this paren. (space-in-parens)
(#3614) There should be no space after '[' (computed-property-spacing)
(#3614) There should be no space before ']' (computed-property-spacing)
(#3614) There should be no spaces inside this paren. (space-in-parens)
(#3616) There should be no spaces inside this paren. (space-in-parens)
(#3616) There should be no spaces inside this paren. (space-in-parens)
(#3626) There should be no spaces inside this paren. (space-in-parens)
(#3626) There should be no spaces inside this paren. (space-in-parens)
(#3627) There should be no spaces inside this paren. (space-in-parens)
(#3627) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#3627) There should be no spaces inside this paren. (space-in-parens)
(#3628) There should be no spaces inside this paren. (space-in-parens)
(#3628) There should be no spaces inside this paren. (space-in-parens)
(#3641) There should be no spaces inside this paren. (space-in-parens)
(#3641) There should be no spaces inside this paren. (space-in-parens)
(#3642) Expected an object to be thrown. (no-throw-literal)
(#3646) There should be no space after '[' (array-bracket-spacing)
(#3646) There should be no space before ']' (array-bracket-spacing)
(#3667) There should be no spaces inside this paren. (space-in-parens)
(#3667) There should be no spaces inside this paren. (space-in-parens)
(#3668) There should be no spaces inside this paren. (space-in-parens)
(#3668) There should be no spaces inside this paren. (space-in-parens)
(#3670) There should be no spaces inside this paren. (space-in-parens)
(#3670) There should be no spaces inside this paren. (space-in-parens)
(#3671) There should be no spaces inside this paren. (space-in-parens)
(#3671) There should be no spaces inside this paren. (space-in-parens)
(#3676) Missing space before opening brace. (space-before-blocks)
(#3678) There should be no spaces inside this paren. (space-in-parens)
(#3678) There should be no spaces inside this paren. (space-in-parens)
(#3681) There should be no spaces inside this paren. (space-in-parens)
(#3681) There should be no spaces inside this paren. (space-in-parens)
(#3685) There should be no spaces inside this paren. (space-in-parens)
(#3685) There should be no spaces inside this paren. (space-in-parens)
(#3686) There should be no spaces inside this paren. (space-in-parens)
(#3686) There should be no spaces inside this paren. (space-in-parens)
(#3687) There should be no spaces inside this paren. (space-in-parens)
(#3687) There should be no spaces inside this paren. (space-in-parens)
(#3687) Empty block statement. (no-empty)
(#3695) There should be no spaces inside this paren. (space-in-parens)
(#3695) There should be no spaces inside this paren. (space-in-parens)
(#3696) There should be no spaces inside this paren. (space-in-parens)
(#3696) There should be no spaces inside this paren. (space-in-parens)
(#3700) There should be no spaces inside this paren. (space-in-parens)
(#3700) There should be no spaces inside this paren. (space-in-parens)
(#3706) There should be no spaces inside this paren. (space-in-parens)
(#3706) There should be no spaces inside this paren. (space-in-parens)
(#3706) There should be no spaces inside this paren. (space-in-parens)
(#3706) There should be no spaces inside this paren. (space-in-parens)
(#3709) There should be no spaces inside this paren. (space-in-parens)
(#3709) There should be no spaces inside this paren. (space-in-parens)
(#3712) There should be no spaces inside this paren. (space-in-parens)
(#3712) There should be no spaces inside this paren. (space-in-parens)
(#3719) There should be no spaces inside this paren. (space-in-parens)
(#3719) There should be no spaces inside this paren. (space-in-parens)
(#3722) There should be no spaces inside this paren. (space-in-parens)
(#3722) There should be no spaces inside this paren. (space-in-parens)
(#3729) There should be no spaces inside this paren. (space-in-parens)
(#3729) There should be no spaces inside this paren. (space-in-parens)
(#3730) There should be no spaces inside this paren. (space-in-parens)
(#3730) There should be no spaces inside this paren. (space-in-parens)
(#3735) Missing space before opening brace. (space-before-blocks)
(#3740) There should be no spaces inside this paren. (space-in-parens)
(#3740) There should be no spaces inside this paren. (space-in-parens)
(#3740) There should be no spaces inside this paren. (space-in-parens)
(#3740) There should be no spaces inside this paren. (space-in-parens)
(#3746) There should be no spaces inside this paren. (space-in-parens)
(#3746) There should be no spaces inside this paren. (space-in-parens)
(#3749) There should be no spaces inside this paren. (space-in-parens)
(#3749) There should be no spaces inside this paren. (space-in-parens)
(#3754) There should be no spaces inside this paren. (space-in-parens)
(#3754) There should be no spaces inside this paren. (space-in-parens)
(#3754) There should be no spaces inside this paren. (space-in-parens)
(#3754) There should be no spaces inside this paren. (space-in-parens)
(#3760) There should be no spaces inside this paren. (space-in-parens)
(#3760) There should be no spaces inside this paren. (space-in-parens)
(#3765) Expected to return a value at the end of this function. (consistent-return)
(#3765) There should be no spaces inside this paren. (space-in-parens)
(#3765) There should be no spaces inside this paren. (space-in-parens)
(#3766) There should be no spaces inside this paren. (space-in-parens)
(#3766) There should be no spaces inside this paren. (space-in-parens)
(#3774) Expected to return a value at the end of this function. (consistent-return)
(#3774) There should be no spaces inside this paren. (space-in-parens)
(#3774) There should be no spaces inside this paren. (space-in-parens)
(#3775) There should be no spaces inside this paren. (space-in-parens)
(#3775) There should be no spaces inside this paren. (space-in-parens)
(#3777) There should be no spaces inside this paren. (space-in-parens)
(#3777) There should be no spaces inside this paren. (space-in-parens)
(#3779) There should be no spaces inside this paren. (space-in-parens)
(#3779) There should be no spaces inside this paren. (space-in-parens)
(#3780) There should be no spaces inside this paren. (space-in-parens)
(#3780) There should be no spaces inside this paren. (space-in-parens)
(#3781) There should be no spaces inside this paren. (space-in-parens)
(#3781) There should be no spaces inside this paren. (space-in-parens)
(#3789) Expected to return a value at the end of this function. (consistent-return)
(#3789) There should be no spaces inside this paren. (space-in-parens)
(#3789) There should be no spaces inside this paren. (space-in-parens)
(#3790) There should be no spaces inside this paren. (space-in-parens)
(#3790) There should be no spaces inside this paren. (space-in-parens)
(#3791) There should be no spaces inside this paren. (space-in-parens)
(#3791) There should be no spaces inside this paren. (space-in-parens)
(#3796) There should be no spaces inside this paren. (space-in-parens)
(#3796) There should be no spaces inside this paren. (space-in-parens)
(#3797) There should be no spaces inside this paren. (space-in-parens)
(#3797) There should be no spaces inside this paren. (space-in-parens)
(#3799) There should be no spaces inside this paren. (space-in-parens)
(#3799) There should be no spaces inside this paren. (space-in-parens)
(#3803) There should be no spaces inside this paren. (space-in-parens)
(#3803) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#3803) There should be no spaces inside this paren. (space-in-parens)
(#3804) There should be no spaces inside this paren. (space-in-parens)
(#3804) There should be no spaces inside this paren. (space-in-parens)
(#3805) There should be no spaces inside this paren. (space-in-parens)
(#3805) Unexpected use of '^'. (no-bitwise)
(#3805) There should be no spaces inside this paren. (space-in-parens)
(#3806) There should be no spaces inside this paren. (space-in-parens)
(#3806) There should be no spaces inside this paren. (space-in-parens)
(#3807) There should be no spaces inside this paren. (space-in-parens)
(#3807) There should be no spaces inside this paren. (space-in-parens)
(#3810) There should be no spaces inside this paren. (space-in-parens)
(#3810) There should be no spaces inside this paren. (space-in-parens)
(#3819) There should be no spaces inside this paren. (space-in-parens)
(#3819) There should be no spaces inside this paren. (space-in-parens)
(#3820) There should be no spaces inside this paren. (space-in-parens)
(#3820) There should be no spaces inside this paren. (space-in-parens)
(#3823) There should be no spaces inside this paren. (space-in-parens)
(#3823) 'curLoop' is defined but never used (no-unused-vars)
(#3823) There should be no spaces inside this paren. (space-in-parens)
(#3824) There should be no spaces inside this paren. (space-in-parens)
(#3824) There should be no spaces inside this paren. (space-in-parens)
(#3827) There should be no spaces inside this paren. (space-in-parens)
(#3827) There should be no spaces inside this paren. (space-in-parens)
(#3828) There should be no spaces inside this paren. (space-in-parens)
(#3828) There should be no spaces inside this paren. (space-in-parens)
(#3829) There should be no spaces inside this paren. (space-in-parens)
(#3829) There should be no spaces inside this paren. (space-in-parens)
(#3830) There should be no spaces inside this paren. (space-in-parens)
(#3830) There should be no spaces inside this paren. (space-in-parens)
(#3838) There should be no spaces inside this paren. (space-in-parens)
(#3838) There should be no spaces inside this paren. (space-in-parens)
(#3844) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#3844) There should be no spaces inside this paren. (space-in-parens)
(#3844) There should be no spaces inside this paren. (space-in-parens)
(#3845) There should be no spaces inside this paren. (space-in-parens)
(#3845) There should be no spaces inside this paren. (space-in-parens)
(#3854) There should be no spaces inside this paren. (space-in-parens)
(#3854) There should be no spaces inside this paren. (space-in-parens)
(#3855) There should be no spaces inside this paren. (space-in-parens)
(#3855) There should be no spaces inside this paren. (space-in-parens)
(#3856) Trailing spaces not allowed. (no-trailing-spaces)
(#3857) There should be no spaces inside this paren. (space-in-parens)
(#3857) There should be no spaces inside this paren. (space-in-parens)
(#3862) There should be no spaces inside this paren. (space-in-parens)
(#3862) There should be no spaces inside this paren. (space-in-parens)
(#3862) There should be no spaces inside this paren. (space-in-parens)
(#3862) There should be no spaces inside this paren. (space-in-parens)
(#3864) There should be no spaces inside this paren. (space-in-parens)
(#3864) There should be no spaces inside this paren. (space-in-parens)
(#3871) There should be no spaces inside this paren. (space-in-parens)
(#3871) There should be no spaces inside this paren. (space-in-parens)
(#3872) There should be no spaces inside this paren. (space-in-parens)
(#3872) There should be no spaces inside this paren. (space-in-parens)
(#3874) There should be no spaces inside this paren. (space-in-parens)
(#3874) There should be no spaces inside this paren. (space-in-parens)
(#3874) There should be no spaces inside this paren. (space-in-parens)
(#3874) There should be no spaces inside this paren. (space-in-parens)
(#3875) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#3878) Unexpected use of '^'. (no-bitwise)
(#3880) There should be no spaces inside this paren. (space-in-parens)
(#3880) There should be no spaces inside this paren. (space-in-parens)
(#3881) There should be no spaces inside this paren. (space-in-parens)
(#3881) There should be no spaces inside this paren. (space-in-parens)
(#3887) There should be no spaces inside this paren. (space-in-parens)
(#3887) There should be no spaces inside this paren. (space-in-parens)
(#3887) There should be no spaces inside this paren. (space-in-parens)
(#3887) There should be no spaces inside this paren. (space-in-parens)
(#3887) There should be no spaces inside this paren. (space-in-parens)
(#3887) There should be no spaces inside this paren. (space-in-parens)
(#3890) Trailing spaces not allowed. (no-trailing-spaces)
(#3894) There should be no spaces inside this paren. (space-in-parens)
(#3894) There should be no spaces inside this paren. (space-in-parens)
(#3895) There should be no spaces inside this paren. (space-in-parens)
(#3895) There should be no spaces inside this paren. (space-in-parens)
(#3900) Trailing spaces not allowed. (no-trailing-spaces)
(#3902) There should be no spaces inside this paren. (space-in-parens)
(#3902) There should be no spaces inside this paren. (space-in-parens)
(#3906) There should be no spaces inside this paren. (space-in-parens)
(#3906) There should be no spaces inside this paren. (space-in-parens)
(#3910) There should be no spaces inside this paren. (space-in-parens)
(#3910) There should be no spaces inside this paren. (space-in-parens)
(#3913) Trailing spaces not allowed. (no-trailing-spaces)
(#3914) There should be no spaces inside this paren. (space-in-parens)
(#3914) There should be no spaces inside this paren. (space-in-parens)
(#3917) There should be no spaces inside this paren. (space-in-parens)
(#3917) There should be no spaces inside this paren. (space-in-parens)
(#3918) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3920) Trailing spaces not allowed. (no-trailing-spaces)
(#3924) There should be no spaces inside this paren. (space-in-parens)
(#3924) There should be no spaces inside this paren. (space-in-parens)
(#3928) There should be no spaces inside this paren. (space-in-parens)
(#3928) There should be no spaces inside this paren. (space-in-parens)
(#3932) There should be no spaces inside this paren. (space-in-parens)
(#3932) There should be no spaces inside this paren. (space-in-parens)
(#3933) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#3933) There should be no spaces inside this paren. (space-in-parens)
(#3933) There should be no spaces inside this paren. (space-in-parens)
(#3936) There should be no spaces inside this paren. (space-in-parens)
(#3936) There should be no spaces inside this paren. (space-in-parens)
(#3937) There should be no spaces inside this paren. (space-in-parens)
(#3937) There should be no spaces inside this paren. (space-in-parens)
(#3940) There should be no spaces inside this paren. (space-in-parens)
(#3940) There should be no spaces inside this paren. (space-in-parens)
(#3941) There should be no spaces inside this paren. (space-in-parens)
(#3941) There should be no spaces inside this paren. (space-in-parens)
(#3941) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3942) Trailing spaces not allowed. (no-trailing-spaces)
(#3944) There should be no spaces inside this paren. (space-in-parens)
(#3944) There should be no spaces inside this paren. (space-in-parens)
(#3947) There should be no spaces inside this paren. (space-in-parens)
(#3947) There should be no spaces inside this paren. (space-in-parens)
(#3951) There should be no spaces inside this paren. (space-in-parens)
(#3951) There should be no spaces inside this paren. (space-in-parens)
(#3955) There should be no spaces inside this paren. (space-in-parens)
(#3955) There should be no spaces inside this paren. (space-in-parens)
(#3958) There should be no spaces inside this paren. (space-in-parens)
(#3958) There should be no spaces inside this paren. (space-in-parens)
(#3962) There should be no spaces inside this paren. (space-in-parens)
(#3962) There should be no spaces inside this paren. (space-in-parens)
(#3966) There should be no spaces inside this paren. (space-in-parens)
(#3966) There should be no spaces inside this paren. (space-in-parens)
(#3970) There should be no spaces inside this paren. (space-in-parens)
(#3970) There should be no spaces inside this paren. (space-in-parens)
(#3974) There should be no spaces inside this paren. (space-in-parens)
(#3974) There should be no spaces inside this paren. (space-in-parens)
(#3978) There should be no spaces inside this paren. (space-in-parens)
(#3978) There should be no spaces inside this paren. (space-in-parens)
(#3979) There should be no spaces inside this paren. (space-in-parens)
(#3979) There should be no spaces inside this paren. (space-in-parens)
(#3983) There should be no spaces inside this paren. (space-in-parens)
(#3983) There should be no spaces inside this paren. (space-in-parens)
(#3987) There should be no spaces inside this paren. (space-in-parens)
(#3987) There should be no spaces inside this paren. (space-in-parens)
(#3991) There should be no spaces inside this paren. (space-in-parens)
(#3991) There should be no spaces inside this paren. (space-in-parens)
(#3995) There should be no spaces inside this paren. (space-in-parens)
(#3995) There should be no spaces inside this paren. (space-in-parens)
(#3999) There should be no spaces inside this paren. (space-in-parens)
(#3999) There should be no spaces inside this paren. (space-in-parens)
(#4003) There should be no spaces inside this paren. (space-in-parens)
(#4003) There should be no spaces inside this paren. (space-in-parens)
(#4007) There should be no spaces inside this paren. (space-in-parens)
(#4007) There should be no spaces inside this paren. (space-in-parens)
(#4011) There should be no spaces inside this paren. (space-in-parens)
(#4011) There should be no spaces inside this paren. (space-in-parens)
(#4016) Expected to return a value at the end of this function. (consistent-return)
(#4016) There should be no spaces inside this paren. (space-in-parens)
(#4016) There should be no spaces inside this paren. (space-in-parens)
(#4018) There should be no space after '[' (computed-property-spacing)
(#4018) There should be no space before ']' (computed-property-spacing)
(#4020) There should be no spaces inside this paren. (space-in-parens)
(#4020) There should be no spaces inside this paren. (space-in-parens)
(#4021) There should be no spaces inside this paren. (space-in-parens)
(#4021) There should be no spaces inside this paren. (space-in-parens)
(#4023) There should be no spaces inside this paren. (space-in-parens)
(#4023) There should be no spaces inside this paren. (space-in-parens)
(#4024) There should be no space after '[' (array-bracket-spacing)
(#4024) There should be no space before ']' (array-bracket-spacing)
(#4026) There should be no spaces inside this paren. (space-in-parens)
(#4026) There should be no spaces inside this paren. (space-in-parens)
(#4029) There should be no spaces inside this paren. (space-in-parens)
(#4029) There should be no spaces inside this paren. (space-in-parens)
(#4030) There should be no spaces inside this paren. (space-in-parens)
(#4030) There should be no spaces inside this paren. (space-in-parens)
(#4038) There should be no spaces inside this paren. (space-in-parens)
(#4038) There should be no spaces inside this paren. (space-in-parens)
(#4042) Expected to return a value at the end of this function. (consistent-return)
(#4042) There should be no spaces inside this paren. (space-in-parens)
(#4042) There should be no spaces inside this paren. (space-in-parens)
(#4046) There should be no spaces inside this paren. (space-in-parens)
(#4046) There should be no spaces inside this paren. (space-in-parens)
(#4049) There should be no spaces inside this paren. (space-in-parens)
(#4049) There should be no spaces inside this paren. (space-in-parens)
(#4050) There should be no spaces inside this paren. (space-in-parens)
(#4050) There should be no spaces inside this paren. (space-in-parens)
(#4050) Trailing spaces not allowed. (no-trailing-spaces)
(#4051) Trailing spaces not allowed. (no-trailing-spaces)
(#4055) There should be no spaces inside this paren. (space-in-parens)
(#4055) There should be no spaces inside this paren. (space-in-parens)
(#4055) Trailing spaces not allowed. (no-trailing-spaces)
(#4056) Trailing spaces not allowed. (no-trailing-spaces)
(#4061) Expected a 'break' statement before 'case'. (no-fallthrough)
(#4062) There should be no spaces inside this paren. (space-in-parens)
(#4062) There should be no spaces inside this paren. (space-in-parens)
(#4063) There should be no spaces inside this paren. (space-in-parens)
(#4063) There should be no spaces inside this paren. (space-in-parens)
(#4063) Trailing spaces not allowed. (no-trailing-spaces)
(#4064) Trailing spaces not allowed. (no-trailing-spaces)
(#4074) There should be no spaces inside this paren. (space-in-parens)
(#4074) There should be no spaces inside this paren. (space-in-parens)
(#4077) Trailing spaces not allowed. (no-trailing-spaces)
(#4080) Trailing spaces not allowed. (no-trailing-spaces)
(#4081) There should be no spaces inside this paren. (space-in-parens)
(#4081) There should be no spaces inside this paren. (space-in-parens)
(#4083) Trailing spaces not allowed. (no-trailing-spaces)
(#4084) There should be no spaces inside this paren. (space-in-parens)
(#4084) There should be no spaces inside this paren. (space-in-parens)
(#4085) There should be no spaces inside this paren. (space-in-parens)
(#4085) There should be no spaces inside this paren. (space-in-parens)
(#4088) Trailing spaces not allowed. (no-trailing-spaces)
(#4092) Trailing spaces not allowed. (no-trailing-spaces)
(#4095) There should be no spaces inside this paren. (space-in-parens)
(#4095) There should be no spaces inside this paren. (space-in-parens)
(#4099) There should be no spaces inside this paren. (space-in-parens)
(#4099) There should be no spaces inside this paren. (space-in-parens)
(#4104) There should be no spaces inside this paren. (space-in-parens)
(#4104) There should be no spaces inside this paren. (space-in-parens)
(#4108) There should be no spaces inside this paren. (space-in-parens)
(#4108) There should be no spaces inside this paren. (space-in-parens)
(#4111) Trailing spaces not allowed. (no-trailing-spaces)
(#4112) There should be no spaces inside this paren. (space-in-parens)
(#4112) There should be no spaces inside this paren. (space-in-parens)
(#4114) There should be no spaces inside this paren. (space-in-parens)
(#4114) There should be no spaces inside this paren. (space-in-parens)
(#4117) There should be no spaces inside this paren. (space-in-parens)
(#4117) There should be no spaces inside this paren. (space-in-parens)
(#4119) Do not nest ternary expressions (no-nested-ternary)
(#4119) There should be no space after '[' (computed-property-spacing)
(#4119) There should be no space before ']' (computed-property-spacing)
(#4120) There should be no space after '[' (computed-property-spacing)
(#4120) There should be no space before ']' (computed-property-spacing)
(#4120) There should be no spaces inside this paren. (space-in-parens)
(#4120) There should be no spaces inside this paren. (space-in-parens)
(#4121) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#4121) There should be no space after '[' (computed-property-spacing)
(#4121) There should be no space before ']' (computed-property-spacing)
(#4122) There should be no space after '[' (computed-property-spacing)
(#4122) There should be no space before ']' (computed-property-spacing)
(#4123) There should be no spaces inside this paren. (space-in-parens)
(#4123) There should be no spaces inside this paren. (space-in-parens)
(#4128) Do not nest ternary expressions (no-nested-ternary)
(#4128) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#4130) Do not nest ternary expressions (no-nested-ternary)
(#4132) Do not nest ternary expressions (no-nested-ternary)
(#4134) Do not nest ternary expressions (no-nested-ternary)
(#4136) Do not nest ternary expressions (no-nested-ternary)
(#4138) Do not nest ternary expressions (no-nested-ternary)
(#4140) Do not nest ternary expressions (no-nested-ternary)
(#4142) Do not nest ternary expressions (no-nested-ternary)
(#4149) Expected to return a value at the end of this function. (consistent-return)
(#4149) There should be no spaces inside this paren. (space-in-parens)
(#4149) There should be no spaces inside this paren. (space-in-parens)
(#4151) There should be no space after '[' (computed-property-spacing)
(#4151) There should be no space before ']' (computed-property-spacing)
(#4153) There should be no spaces inside this paren. (space-in-parens)
(#4153) There should be no spaces inside this paren. (space-in-parens)
(#4154) There should be no spaces inside this paren. (space-in-parens)
(#4154) There should be no spaces inside this paren. (space-in-parens)
(#4161) Missing space before opening brace. (space-before-blocks)
(#4165) There should be no spaces inside this paren. (space-in-parens)
(#4165) There should be no spaces inside this paren. (space-in-parens)
(#4166) There should be no space after '[' (computed-property-spacing)
(#4166) There should be no space before ']' (computed-property-spacing)
(#4166) There should be no spaces inside this paren. (space-in-parens)
(#4166) There should be no space after '[' (computed-property-spacing)
(#4166) There should be no space before ']' (computed-property-spacing)
(#4166) There should be no spaces inside this paren. (space-in-parens)
(#4167) There should be no space after '[' (computed-property-spacing)
(#4167) There should be no space before ']' (computed-property-spacing)
(#4167) There should be no spaces inside this paren. (space-in-parens)
(#4167) There should be no space after '[' (computed-property-spacing)
(#4167) There should be no space before ']' (computed-property-spacing)
(#4167) There should be no spaces inside this paren. (space-in-parens)
(#4170) There should be no spaces inside this paren. (space-in-parens)
(#4170) There should be no spaces inside this paren. (space-in-parens)
(#4171) There should be no spaces inside this paren. (space-in-parens)
(#4171) There should be no spaces inside this paren. (space-in-parens)
(#4173) There should be no spaces inside this paren. (space-in-parens)
(#4173) There should be no spaces inside this paren. (space-in-parens)
(#4174) There should be no spaces inside this paren. (space-in-parens)
(#4174) There should be no spaces inside this paren. (space-in-parens)
(#4177) Trailing spaces not allowed. (no-trailing-spaces)
(#4186) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4186) There should be no spaces inside this paren. (space-in-parens)
(#4186) There should be no spaces inside this paren. (space-in-parens)
(#4189) Expected space(s) after "catch". (keyword-spacing)
(#4189) There should be no spaces inside this paren. (space-in-parens)
(#4189) There should be no spaces inside this paren. (space-in-parens)
(#4190) There should be no spaces inside this paren. (space-in-parens)
(#4190) There should be no spaces inside this paren. (space-in-parens)
(#4194) There should be no spaces inside this paren. (space-in-parens)
(#4194) There should be no spaces inside this paren. (space-in-parens)
(#4195) There should be no spaces inside this paren. (space-in-parens)
(#4195) There should be no spaces inside this paren. (space-in-parens)
(#4198) There should be no spaces inside this paren. (space-in-parens)
(#4198) There should be no spaces inside this paren. (space-in-parens)
(#4199) There should be no spaces inside this paren. (space-in-parens)
(#4199) There should be no spaces inside this paren. (space-in-parens)
(#4200) There should be no spaces inside this paren. (space-in-parens)
(#4200) There should be no spaces inside this paren. (space-in-parens)
(#4204) There should be no spaces inside this paren. (space-in-parens)
(#4204) There should be no spaces inside this paren. (space-in-parens)
(#4205) There should be no spaces inside this paren. (space-in-parens)
(#4205) There should be no spaces inside this paren. (space-in-parens)
(#4216) There should be no spaces inside this paren. (space-in-parens)
(#4216) There should be no spaces inside this paren. (space-in-parens)
(#4217) There should be no spaces inside this paren. (space-in-parens)
(#4217) There should be no spaces inside this paren. (space-in-parens)
(#4218) There should be no spaces inside this paren. (space-in-parens)
(#4218) There should be no spaces inside this paren. (space-in-parens)
(#4223) There should be no spaces inside this paren. (space-in-parens)
(#4223) There should be no spaces inside this paren. (space-in-parens)
(#4227) Unexpected use of '&'. (no-bitwise)
(#4231) There should be no spaces inside this paren. (space-in-parens)
(#4231) There should be no spaces inside this paren. (space-in-parens)
(#4240) There should be no spaces inside this paren. (space-in-parens)
(#4240) There should be no spaces inside this paren. (space-in-parens)
(#4245) There should be no spaces inside this paren. (space-in-parens)
(#4245) There should be no spaces inside this paren. (space-in-parens)
(#4246) There should be no spaces inside this paren. (space-in-parens)
(#4246) There should be no spaces inside this paren. (space-in-parens)
(#4249) There should be no spaces inside this paren. (space-in-parens)
(#4249) There should be no spaces inside this paren. (space-in-parens)
(#4252) There should be no spaces inside this paren. (space-in-parens)
(#4252) There should be no spaces inside this paren. (space-in-parens)
(#4258) There should be no spaces inside this paren. (space-in-parens)
(#4258) There should be no spaces inside this paren. (space-in-parens)
(#4259) There should be no spaces inside this paren. (space-in-parens)
(#4259) There should be no spaces inside this paren. (space-in-parens)
(#4265) There should be no spaces inside this paren. (space-in-parens)
(#4265) There should be no spaces inside this paren. (space-in-parens)
(#4266) There should be no spaces inside this paren. (space-in-parens)
(#4266) There should be no spaces inside this paren. (space-in-parens)
(#4274) There should be no spaces inside this paren. (space-in-parens)
(#4274) There should be no spaces inside this paren. (space-in-parens)
(#4275) There should be no spaces inside this paren. (space-in-parens)
(#4275) There should be no spaces inside this paren. (space-in-parens)
(#4276) There should be no spaces inside this paren. (space-in-parens)
(#4276) There should be no spaces inside this paren. (space-in-parens)
(#4281) 'i' used outside of binding context. (block-scoped-var)
(#4282) There should be no spaces inside this paren. (space-in-parens)
(#4282) 'i' used outside of binding context. (block-scoped-var)
(#4282) There should be no spaces inside this paren. (space-in-parens)
(#4283) There should be no spaces inside this paren. (space-in-parens)
(#4283) 'i' used outside of binding context. (block-scoped-var)
(#4283) There should be no spaces inside this paren. (space-in-parens)
(#4286) There should be no spaces inside this paren. (space-in-parens)
(#4286) There should be no spaces inside this paren. (space-in-parens)
(#4287) There should be no spaces inside this paren. (space-in-parens)
(#4287) There should be no spaces inside this paren. (space-in-parens)
(#4293) There should be no spaces inside this paren. (space-in-parens)
(#4293) There should be no spaces inside this paren. (space-in-parens)
(#4294) There should be no spaces inside this paren. (space-in-parens)
(#4294) There should be no spaces inside this paren. (space-in-parens)
(#4306) There should be no spaces inside this paren. (space-in-parens)
(#4306) There should be no spaces inside this paren. (space-in-parens)
(#4307) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4309) There should be no spaces inside this paren. (space-in-parens)
(#4309) There should be no spaces inside this paren. (space-in-parens)
(#4313) There should be no spaces inside this paren. (space-in-parens)
(#4313) There should be no spaces inside this paren. (space-in-parens)
(#4317) There should be no spaces inside this paren. (space-in-parens)
(#4317) There should be no spaces inside this paren. (space-in-parens)
(#4318) There should be no spaces inside this paren. (space-in-parens)
(#4318) There should be no spaces inside this paren. (space-in-parens)
(#4327) Missing space before opening brace. (space-before-blocks)
(#4336) There should be no spaces inside this paren. (space-in-parens)
(#4336) There should be no spaces inside this paren. (space-in-parens)
(#4340) There should be no spaces inside this paren. (space-in-parens)
(#4340) There should be no spaces inside this paren. (space-in-parens)
(#4340) There should be no spaces inside this paren. (space-in-parens)
(#4340) There should be no spaces inside this paren. (space-in-parens)
(#4341) Expected to return a value at the end of this function. (consistent-return)
(#4341) There should be no spaces inside this paren. (space-in-parens)
(#4341) There should be no spaces inside this paren. (space-in-parens)
(#4342) There should be no spaces inside this paren. (space-in-parens)
(#4342) There should be no spaces inside this paren. (space-in-parens)
(#4345) Do not nest ternary expressions (no-nested-ternary)
(#4346) Line 4346 exceeds the maximum line length of 132. (max-len)
(#4353) There should be no spaces inside this paren. (space-in-parens)
(#4353) There should be no spaces inside this paren. (space-in-parens)
(#4360) There should be no spaces inside this paren. (space-in-parens)
(#4360) There should be no spaces inside this paren. (space-in-parens)
(#4366) Missing space before opening brace. (space-before-blocks)
(#4372) There should be no spaces inside this paren. (space-in-parens)
(#4372) There should be no spaces inside this paren. (space-in-parens)
(#4375) There should be no spaces inside this paren. (space-in-parens)
(#4375) There should be no spaces inside this paren. (space-in-parens)
(#4376) There should be no spaces inside this paren. (space-in-parens)
(#4376) There should be no spaces inside this paren. (space-in-parens)
(#4377) There should be no spaces inside this paren. (space-in-parens)
(#4377) There should be no spaces inside this paren. (space-in-parens)
(#4380) There should be no spaces inside this paren. (space-in-parens)
(#4380) There should be no spaces inside this paren. (space-in-parens)
(#4383) There should be no spaces inside this paren. (space-in-parens)
(#4383) There should be no spaces inside this paren. (space-in-parens)
(#4384) There should be no spaces inside this paren. (space-in-parens)
(#4384) There should be no spaces inside this paren. (space-in-parens)
(#4385) There should be no spaces inside this paren. (space-in-parens)
(#4385) There should be no spaces inside this paren. (space-in-parens)
(#4399) There should be no spaces inside this paren. (space-in-parens)
(#4400) There should be no spaces inside this paren. (space-in-parens)
(#4402) There should be no spaces inside this paren. (space-in-parens)
(#4402) There should be no spaces inside this paren. (space-in-parens)
(#4403) There should be no spaces inside this paren. (space-in-parens)
(#4403) There should be no spaces inside this paren. (space-in-parens)
(#4411) There should be no spaces inside this paren. (space-in-parens)
(#4411) There should be no spaces inside this paren. (space-in-parens)
(#4412) Missing space before opening brace. (space-before-blocks)
(#4421) There should be no spaces inside this paren. (space-in-parens)
(#4421) There should be no spaces inside this paren. (space-in-parens)
(#4424) Trailing spaces not allowed. (no-trailing-spaces)
(#4425) Function 'anonymous' has a complexity of 21. (complexity)
(#4425) There should be no spaces inside this paren. (space-in-parens)
(#4425) There should be no spaces inside this paren. (space-in-parens)
(#4430) There should be no spaces inside this paren. (space-in-parens)
(#4430) There should be no spaces inside this paren. (space-in-parens)
(#4432) There should be no spaces inside this paren. (space-in-parens)
(#4432) There should be no spaces inside this paren. (space-in-parens)
(#4433) Trailing spaces not allowed. (no-trailing-spaces)
(#4434) There should be no spaces inside this paren. (space-in-parens)
(#4434) There should be no spaces inside this paren. (space-in-parens)
(#4436) There should be no spaces inside this paren. (space-in-parens)
(#4436) There should be no spaces inside this paren. (space-in-parens)
(#4437) There should be no spaces inside this paren. (space-in-parens)
(#4437) There should be no spaces inside this paren. (space-in-parens)
(#4437) There should be no spaces inside this paren. (space-in-parens)
(#4437) There should be no spaces inside this paren. (space-in-parens)
(#4438) Trailing spaces not allowed. (no-trailing-spaces)
(#4440) There should be no spaces inside this paren. (space-in-parens)
(#4440) There should be no spaces inside this paren. (space-in-parens)
(#4441) There should be no spaces inside this paren. (space-in-parens)
(#4441) There should be no spaces inside this paren. (space-in-parens)
(#4441) There should be no spaces inside this paren. (space-in-parens)
(#4441) There should be no spaces inside this paren. (space-in-parens)
(#4444) Trailing spaces not allowed. (no-trailing-spaces)
(#4445) There should be no spaces inside this paren. (space-in-parens)
(#4445) There should be no spaces inside this paren. (space-in-parens)
(#4448) There should be no spaces inside this paren. (space-in-parens)
(#4448) There should be no spaces inside this paren. (space-in-parens)
(#4449) There should be no spaces inside this paren. (space-in-parens)
(#4449) There should be no space after '[' (array-bracket-spacing)
(#4449) There should be no space before ']' (array-bracket-spacing)
(#4449) There should be no spaces inside this paren. (space-in-parens)
(#4450) Trailing spaces not allowed. (no-trailing-spaces)
(#4452) There should be no spaces inside this paren. (space-in-parens)
(#4452) There should be no spaces inside this paren. (space-in-parens)
(#4453) There should be no spaces inside this paren. (space-in-parens)
(#4453) There should be no spaces inside this paren. (space-in-parens)
(#4457) There should be no spaces inside this paren. (space-in-parens)
(#4457) There should be no spaces inside this paren. (space-in-parens)
(#4460) There should be no spaces inside this paren. (space-in-parens)
(#4460) There should be no spaces inside this paren. (space-in-parens)
(#4461) There should be no spaces inside this paren. (space-in-parens)
(#4461) There should be no space after '[' (array-bracket-spacing)
(#4461) There should be no space before ']' (array-bracket-spacing)
(#4461) There should be no spaces inside this paren. (space-in-parens)
(#4463) Trailing spaces not allowed. (no-trailing-spaces)
(#4465) There should be no spaces inside this paren. (space-in-parens)
(#4465) There should be no spaces inside this paren. (space-in-parens)
(#4468) Trailing spaces not allowed. (no-trailing-spaces)
(#4470) There should be no spaces inside this paren. (space-in-parens)
(#4470) There should be no spaces inside this paren. (space-in-parens)
(#4471) Expected space(s) after "catch". (keyword-spacing)
(#4471) Empty block statement. (no-empty)
(#4477) There should be no spaces inside this paren. (space-in-parens)
(#4477) There should be no spaces inside this paren. (space-in-parens)
(#4479) There should be no spaces inside this paren. (space-in-parens)
(#4479) There should be no spaces inside this paren. (space-in-parens)
(#4482) There should be no spaces inside this paren. (space-in-parens)
(#4482) There should be no spaces inside this paren. (space-in-parens)
(#4484) There should be no spaces inside this paren. (space-in-parens)
(#4484) There should be no spaces inside this paren. (space-in-parens)
(#4485) There should be no spaces inside this paren. (space-in-parens)
(#4485) There should be no spaces inside this paren. (space-in-parens)
(#4487) There should be no spaces inside this paren. (space-in-parens)
(#4487) There should be no spaces inside this paren. (space-in-parens)
(#4489) There should be no spaces inside this paren. (space-in-parens)
(#4489) There should be no spaces inside this paren. (space-in-parens)
(#4494) There should be no spaces inside this paren. (space-in-parens)
(#4494) There should be no spaces inside this paren. (space-in-parens)
(#4495) There should be no spaces inside this paren. (space-in-parens)
(#4495) There should be no spaces inside this paren. (space-in-parens)
(#4495) There should be no spaces inside this paren. (space-in-parens)
(#4495) There should be no spaces inside this paren. (space-in-parens)
(#4498) Expected space(s) after "catch". (keyword-spacing)
(#4498) Empty block statement. (no-empty)
(#4500) There should be no spaces inside this paren. (space-in-parens)
(#4500) There should be no spaces inside this paren. (space-in-parens)
(#4501) There should be no spaces inside this paren. (space-in-parens)
(#4501) There should be no spaces inside this paren. (space-in-parens)
(#4506) Trailing spaces not allowed. (no-trailing-spaces)
(#4510) There should be no spaces inside this paren. (space-in-parens)
(#4510) There should be no spaces inside this paren. (space-in-parens)
(#4511) There should be no space after '[' (computed-property-spacing)
(#4511) There should be no space before ']' (computed-property-spacing)
(#4511) There should be no space after '[' (computed-property-spacing)
(#4511) There should be no space before ']' (computed-property-spacing)
(#4519) Missing space before opening brace. (space-before-blocks)
(#4523) There should be no spaces inside this paren. (space-in-parens)
(#4523) There should be no spaces inside this paren. (space-in-parens)
(#4526) There should be no spaces inside this paren. (space-in-parens)
(#4526) There should be no spaces inside this paren. (space-in-parens)
(#4526) There should be no spaces inside this paren. (space-in-parens)
(#4526) There should be no spaces inside this paren. (space-in-parens)
(#4532) There should be no spaces inside this paren. (space-in-parens)
(#4532) There should be no spaces inside this paren. (space-in-parens)
(#4533) Trailing spaces not allowed. (no-trailing-spaces)
(#4534) Expected space(s) after "catch". (keyword-spacing)
(#4534) There should be no spaces inside this paren. (space-in-parens)
(#4534) There should be no spaces inside this paren. (space-in-parens)
(#4538) There should be no spaces inside this paren. (space-in-parens)
(#4538) There should be no spaces inside this paren. (space-in-parens)
(#4540) Unnecessary escape character: \= (no-useless-escape)
(#4542) There should be no spaces inside this paren. (space-in-parens)
(#4542) There should be no spaces inside this paren. (space-in-parens)
(#4542) There should be no spaces inside this paren. (space-in-parens)
(#4542) There should be no spaces inside this paren. (space-in-parens)
(#4543) Trailing spaces not allowed. (no-trailing-spaces)
(#4544) There should be no spaces inside this paren. (space-in-parens)
(#4544) There should be no spaces inside this paren. (space-in-parens)
(#4544) There should be no spaces inside this paren. (space-in-parens)
(#4544) There should be no spaces inside this paren. (space-in-parens)
(#4544) There should be no spaces inside this paren. (space-in-parens)
(#4544) There should be no spaces inside this paren. (space-in-parens)
(#4545) There should be no spaces inside this paren. (space-in-parens)
(#4545) There should be no spaces inside this paren. (space-in-parens)
(#4548) There should be no spaces inside this paren. (space-in-parens)
(#4551) There should be no spaces inside this paren. (space-in-parens)
(#4555) Expected space(s) after "catch". (keyword-spacing)
(#4555) Empty block statement. (no-empty)
(#4558) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#4563) Missing space before opening brace. (space-before-blocks)
(#4570) There should be no spaces inside this paren. (space-in-parens)
(#4570) There should be no spaces inside this paren. (space-in-parens)
(#4577) There should be no spaces inside this paren. (space-in-parens)
(#4577) There should be no spaces inside this paren. (space-in-parens)
(#4580) Trailing spaces not allowed. (no-trailing-spaces)
(#4582) Expected to return a value at the end of this function. (consistent-return)
(#4582) There should be no spaces inside this paren. (space-in-parens)
(#4582) There should be no spaces inside this paren. (space-in-parens)
(#4583) There should be no spaces inside this paren. (space-in-parens)
(#4583) There should be no spaces inside this paren. (space-in-parens)
(#4592) Missing JSDoc comment. (require-jsdoc)
(#4592) There should be no spaces inside this paren. (space-in-parens)
(#4592) There should be no spaces inside this paren. (space-in-parens)
(#4593) There should be no spaces inside this paren. (space-in-parens)
(#4593) There should be no spaces inside this paren. (space-in-parens)
(#4596) There should be no spaces inside this paren. (space-in-parens)
(#4596) There should be no spaces inside this paren. (space-in-parens)
(#4601) There should be no spaces inside this paren. (space-in-parens)
(#4601) There should be no spaces inside this paren. (space-in-parens)
(#4602) There should be no spaces inside this paren. (space-in-parens)
(#4602) There should be no spaces inside this paren. (space-in-parens)
(#4607) There should be no spaces inside this paren. (space-in-parens)
(#4607) There should be no spaces inside this paren. (space-in-parens)
(#4607) Missing space before opening brace. (space-before-blocks)
(#4612) There should be no spaces inside this paren. (space-in-parens)
(#4612) There should be no spaces inside this paren. (space-in-parens)
(#4625) Missing JSDoc comment. (require-jsdoc)
(#4625) There should be no spaces inside this paren. (space-in-parens)
(#4625) There should be no spaces inside this paren. (space-in-parens)
(#4626) There should be no spaces inside this paren. (space-in-parens)
(#4626) There should be no spaces inside this paren. (space-in-parens)
(#4629) There should be no spaces inside this paren. (space-in-parens)
(#4629) There should be no spaces inside this paren. (space-in-parens)
(#4631) Trailing spaces not allowed. (no-trailing-spaces)
(#4634) There should be no spaces inside this paren. (space-in-parens)
(#4634) There should be no spaces inside this paren. (space-in-parens)
(#4635) There should be no spaces inside this paren. (space-in-parens)
(#4635) There should be no spaces inside this paren. (space-in-parens)
(#4640) There should be no spaces inside this paren. (space-in-parens)
(#4640) There should be no spaces inside this paren. (space-in-parens)
(#4641) Blocks are nested too deeply (5). (max-depth)
(#4641) There should be no spaces inside this paren. (space-in-parens)
(#4641) There should be no spaces inside this paren. (space-in-parens)
(#4646) Blocks are nested too deeply (5). (max-depth)
(#4646) There should be no spaces inside this paren. (space-in-parens)
(#4646) There should be no spaces inside this paren. (space-in-parens)
(#4647) Blocks are nested too deeply (6). (max-depth)
(#4647) There should be no spaces inside this paren. (space-in-parens)
(#4647) There should be no spaces inside this paren. (space-in-parens)
(#4652) There should be no spaces inside this paren. (space-in-parens)
(#4652) There should be no spaces inside this paren. (space-in-parens)
(#4652) There should be no spaces inside this paren. (space-in-parens)
(#4652) There should be no spaces inside this paren. (space-in-parens)
(#4666) There should be no spaces inside this paren. (space-in-parens)
(#4666) There should be no spaces inside this paren. (space-in-parens)
(#4667) There should be no spaces inside this paren. (space-in-parens)
(#4667) There should be no spaces inside this paren. (space-in-parens)
(#4671) There should be no spaces inside this paren. (space-in-parens)
(#4671) There should be no spaces inside this paren. (space-in-parens)
(#4672) There should be no spaces inside this paren. (space-in-parens)
(#4672) There should be no spaces inside this paren. (space-in-parens)
(#4673) Unexpected use of '&'. (no-bitwise)
(#4682) There should be no spaces inside this paren. (space-in-parens)
(#4682) There should be no spaces inside this paren. (space-in-parens)
(#4684) Trailing spaces not allowed. (no-trailing-spaces)
(#4690) There should be no spaces inside this paren. (space-in-parens)
(#4690) There should be no spaces inside this paren. (space-in-parens)
(#4698) There should be no spaces inside this paren. (space-in-parens)
(#4698) There should be no spaces inside this paren. (space-in-parens)
(#4698) There should be no spaces inside this paren. (space-in-parens)
(#4698) There should be no spaces inside this paren. (space-in-parens)
(#4700) There should be no spaces inside this paren. (space-in-parens)
(#4700) There should be no spaces inside this paren. (space-in-parens)
(#4705) There should be no spaces inside this paren. (space-in-parens)
(#4705) There should be no spaces inside this paren. (space-in-parens)
(#4706) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#4706) There should be no spaces inside this paren. (space-in-parens)
(#4706) There should be no spaces inside this paren. (space-in-parens)
(#4709) There should be no spaces inside this paren. (space-in-parens)
(#4709) There should be no spaces inside this paren. (space-in-parens)
(#4741) There should be no spaces inside this paren. (space-in-parens)
(#4741) There should be no spaces inside this paren. (space-in-parens)
(#4742) There should be no spaces inside this paren. (space-in-parens)
(#4742) There should be no spaces inside this paren. (space-in-parens)
(#4745) There should be no spaces inside this paren. (space-in-parens)
(#4745) There should be no spaces inside this paren. (space-in-parens)
(#4747) There should be no spaces inside this paren. (space-in-parens)
(#4747) There should be no spaces inside this paren. (space-in-parens)
(#4749) There should be no spaces inside this paren. (space-in-parens)
(#4749) There should be no spaces inside this paren. (space-in-parens)
(#4751) There should be no spaces inside this paren. (space-in-parens)
(#4751) There should be no spaces inside this paren. (space-in-parens)
(#4752) There should be no spaces inside this paren. (space-in-parens)
(#4752) There should be no spaces inside this paren. (space-in-parens)
(#4753) Blocks are nested too deeply (5). (max-depth)
(#4753) There should be no spaces inside this paren. (space-in-parens)
(#4753) There should be no spaces inside this paren. (space-in-parens)
(#4765) There should be no spaces inside this paren. (space-in-parens)
(#4765) There should be no spaces inside this paren. (space-in-parens)
(#4766) There should be no spaces inside this paren. (space-in-parens)
(#4766) There should be no spaces inside this paren. (space-in-parens)
(#4767) Expected to return a value at the end of this function. (array-callback-return)
(#4767) Expected to return a value at the end of this function. (consistent-return)
(#4768) There should be no spaces inside this paren. (space-in-parens)
(#4768) There should be no spaces inside this paren. (space-in-parens)
(#4769) There should be no spaces inside this paren. (space-in-parens)
(#4769) There should be no spaces inside this paren. (space-in-parens)
(#4769) There should be no spaces inside this paren. (space-in-parens)
(#4769) There should be no spaces inside this paren. (space-in-parens)
(#4776) There should be no spaces inside this paren. (space-in-parens)
(#4776) There should be no spaces inside this paren. (space-in-parens)
(#4777) There should be no spaces inside this paren. (space-in-parens)
(#4780) There should be no spaces inside this paren. (space-in-parens)
(#4780) There should be no spaces inside this paren. (space-in-parens)
(#4781) There should be no spaces inside this paren. (space-in-parens)
(#4781) There should be no spaces inside this paren. (space-in-parens)
(#4784) There should be no spaces inside this paren. (space-in-parens)
(#4784) There should be no spaces inside this paren. (space-in-parens)
(#4785) There should be no spaces inside this paren. (space-in-parens)
(#4785) There should be no spaces inside this paren. (space-in-parens)
(#4788) Function 'closest' has a complexity of 21. (complexity)
(#4788) There should be no spaces inside this paren. (space-in-parens)
(#4788) There should be no spaces inside this paren. (space-in-parens)
(#4789) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4789) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4791) There should be no spaces inside this paren. (space-in-parens)
(#4791) There should be no spaces inside this paren. (space-in-parens)
(#4791) There should be no spaces inside this paren. (space-in-parens)
(#4791) There should be no spaces inside this paren. (space-in-parens)
(#4796) There should be no spaces inside this paren. (space-in-parens)
(#4796) There should be no spaces inside this paren. (space-in-parens)
(#4797) There should be no spaces inside this paren. (space-in-parens)
(#4797) There should be no spaces inside this paren. (space-in-parens)
(#4800) There should be no spaces inside this paren. (space-in-parens)
(#4800) There should be no spaces inside this paren. (space-in-parens)
(#4801) There should be no spaces inside this paren. (space-in-parens)
(#4801) There should be no spaces inside this paren. (space-in-parens)
(#4802) There should be no spaces inside this paren. (space-in-parens)
(#4802) There should be no spaces inside this paren. (space-in-parens)
(#4807) There should be no spaces inside this paren. (space-in-parens)
(#4807) There should be no spaces inside this paren. (space-in-parens)
(#4808) There should be no spaces inside this paren. (space-in-parens)
(#4808) There should be no spaces inside this paren. (space-in-parens)
(#4811) Blocks are nested too deeply (5). (max-depth)
(#4811) There should be no spaces inside this paren. (space-in-parens)
(#4811) There should be no spaces inside this paren. (space-in-parens)
(#4812) There should be no space after '{' (object-curly-spacing)
(#4812) There should be no space before '}' (object-curly-spacing)
(#4824) There should be no spaces inside this paren. (space-in-parens)
(#4824) There should be no spaces inside this paren. (space-in-parens)
(#4825) There should be no spaces inside this paren. (space-in-parens)
(#4825) There should be no spaces inside this paren. (space-in-parens)
(#4827) There should be no spaces inside this paren. (space-in-parens)
(#4827) There should be no spaces inside this paren. (space-in-parens)
(#4830) There should be no spaces inside this paren. (space-in-parens)
(#4830) There should be no spaces inside this paren. (space-in-parens)
(#4831) There should be no spaces inside this paren. (space-in-parens)
(#4831) There should be no spaces inside this paren. (space-in-parens)
(#4832) There should be no spaces inside this paren. (space-in-parens)
(#4832) There should be no spaces inside this paren. (space-in-parens)
(#4837) There should be no spaces inside this paren. (space-in-parens)
(#4837) There should be no spaces inside this paren. (space-in-parens)
(#4846) There should be no spaces inside this paren. (space-in-parens)
(#4846) There should be no spaces inside this paren. (space-in-parens)
(#4851) There should be no spaces inside this paren. (space-in-parens)
(#4851) There should be no spaces inside this paren. (space-in-parens)
(#4852) There should be no spaces inside this paren. (space-in-parens)
(#4852) There should be no spaces inside this paren. (space-in-parens)
(#4853) There should be no spaces inside this paren. (space-in-parens)
(#4856) There should be no spaces inside this paren. (space-in-parens)
(#4856) There should be no spaces inside this paren. (space-in-parens)
(#4856) There should be no spaces inside this paren. (space-in-parens)
(#4861) There should be no spaces inside this paren. (space-in-parens)
(#4864) There should be no spaces inside this paren. (space-in-parens)
(#4864) There should be no spaces inside this paren. (space-in-parens)
(#4866) There should be no spaces inside this paren. (space-in-parens)
(#4866) There should be no spaces inside this paren. (space-in-parens)
(#4867) There should be no spaces inside this paren. (space-in-parens)
(#4867) There should be no spaces inside this paren. (space-in-parens)
(#4868) There should be no spaces inside this paren. (space-in-parens)
(#4868) There should be no spaces inside this paren. (space-in-parens)
(#4870) There should be no spaces inside this paren. (space-in-parens)
(#4870) There should be no spaces inside this paren. (space-in-parens)
(#4870) There should be no spaces inside this paren. (space-in-parens)
(#4870) There should be no spaces inside this paren. (space-in-parens)
(#4870) There should be no spaces inside this paren. (space-in-parens)
(#4872) There should be no spaces inside this paren. (space-in-parens)
(#4872) There should be no spaces inside this paren. (space-in-parens)
(#4872) There should be no spaces inside this paren. (space-in-parens)
(#4876) There should be no spaces inside this paren. (space-in-parens)
(#4876) There should be no spaces inside this paren. (space-in-parens)
(#4882) Missing JSDoc comment. (require-jsdoc)
(#4882) There should be no spaces inside this paren. (space-in-parens)
(#4882) There should be no spaces inside this paren. (space-in-parens)
(#4887) There should be no spaces inside this paren. (space-in-parens)
(#4887) There should be no spaces inside this paren. (space-in-parens)
(#4891) There should be no spaces inside this paren. (space-in-parens)
(#4891) There should be no spaces inside this paren. (space-in-parens)
(#4892) There should be no spaces inside this paren. (space-in-parens)
(#4892) There should be no spaces inside this paren. (space-in-parens)
(#4894) There should be no spaces inside this paren. (space-in-parens)
(#4894) There should be no spaces inside this paren. (space-in-parens)
(#4895) There should be no spaces inside this paren. (space-in-parens)
(#4895) There should be no spaces inside this paren. (space-in-parens)
(#4897) There should be no spaces inside this paren. (space-in-parens)
(#4897) There should be no spaces inside this paren. (space-in-parens)
(#4898) There should be no spaces inside this paren. (space-in-parens)
(#4898) There should be no spaces inside this paren. (space-in-parens)
(#4900) There should be no spaces inside this paren. (space-in-parens)
(#4900) There should be no spaces inside this paren. (space-in-parens)
(#4901) There should be no spaces inside this paren. (space-in-parens)
(#4901) There should be no spaces inside this paren. (space-in-parens)
(#4903) There should be no spaces inside this paren. (space-in-parens)
(#4903) There should be no spaces inside this paren. (space-in-parens)
(#4904) There should be no spaces inside this paren. (space-in-parens)
(#4904) There should be no spaces inside this paren. (space-in-parens)
(#4906) There should be no spaces inside this paren. (space-in-parens)
(#4906) There should be no spaces inside this paren. (space-in-parens)
(#4907) There should be no spaces inside this paren. (space-in-parens)
(#4907) There should be no spaces inside this paren. (space-in-parens)
(#4909) There should be no spaces inside this paren. (space-in-parens)
(#4909) There should be no spaces inside this paren. (space-in-parens)
(#4910) There should be no spaces inside this paren. (space-in-parens)
(#4910) There should be no spaces inside this paren. (space-in-parens)
(#4912) There should be no spaces inside this paren. (space-in-parens)
(#4912) There should be no spaces inside this paren. (space-in-parens)
(#4913) There should be no spaces inside this paren. (space-in-parens)
(#4913) There should be no spaces inside this paren. (space-in-parens)
(#4915) There should be no spaces inside this paren. (space-in-parens)
(#4915) There should be no spaces inside this paren. (space-in-parens)
(#4916) There should be no spaces inside this paren. (space-in-parens)
(#4916) There should be no spaces inside this paren. (space-in-parens)
(#4918) There should be no spaces inside this paren. (space-in-parens)
(#4918) There should be no spaces inside this paren. (space-in-parens)
(#4919) There should be no spaces inside this paren. (space-in-parens)
(#4919) There should be no spaces inside this paren. (space-in-parens)
(#4921) There should be no spaces inside this paren. (space-in-parens)
(#4921) There should be no spaces inside this paren. (space-in-parens)
(#4922) There should be no spaces inside this paren. (space-in-parens)
(#4922) There should be no spaces inside this paren. (space-in-parens)
(#4924) There should be no spaces inside this paren. (space-in-parens)
(#4924) There should be no spaces inside this paren. (space-in-parens)
(#4926) There should be no spaces inside this paren. (space-in-parens)
(#4926) There should be no spaces inside this paren. (space-in-parens)
(#4927) There should be no space after '[' (computed-property-spacing)
(#4927) There should be no space before ']' (computed-property-spacing)
(#4927) There should be no spaces inside this paren. (space-in-parens)
(#4927) There should be no spaces inside this paren. (space-in-parens)
(#4928) There should be no spaces inside this paren. (space-in-parens)
(#4928) There should be no spaces inside this paren. (space-in-parens)
(#4935) There should be no spaces inside this paren. (space-in-parens)
(#4935) There should be no spaces inside this paren. (space-in-parens)
(#4935) There should be no spaces inside this paren. (space-in-parens)
(#4935) There should be no spaces inside this paren. (space-in-parens)
(#4939) There should be no spaces inside this paren. (space-in-parens)
(#4939) There should be no spaces inside this paren. (space-in-parens)
(#4940) There should be no spaces inside this paren. (space-in-parens)
(#4940) There should be no spaces inside this paren. (space-in-parens)
(#4943) There should be no space after '[' (computed-property-spacing)
(#4943) There should be no space before ']' (computed-property-spacing)
(#4943) There should be no spaces inside this paren. (space-in-parens)
(#4943) There should be no spaces inside this paren. (space-in-parens)
(#4945) There should be no spaces inside this paren. (space-in-parens)
(#4945) There should be no spaces inside this paren. (space-in-parens)
(#4945) There should be no spaces inside this paren. (space-in-parens)
(#4945) There should be no spaces inside this paren. (space-in-parens)
(#4945) There should be no spaces inside this paren. (space-in-parens)
(#4945) There should be no spaces inside this paren. (space-in-parens)
(#4949) There should be no spaces inside this paren. (space-in-parens)
(#4949) There should be no spaces inside this paren. (space-in-parens)
(#4954) There should be no spaces inside this paren. (space-in-parens)
(#4954) There should be no spaces inside this paren. (space-in-parens)
(#4955) There should be no spaces inside this paren. (space-in-parens)
(#4955) There should be no spaces inside this paren. (space-in-parens)
(#4959) Do not nest ternary expressions (no-nested-ternary)
(#4960) There should be no space after '[' (array-bracket-spacing)
(#4960) There should be no space before ']' (array-bracket-spacing)
(#4964) There should be no spaces inside this paren. (space-in-parens)
(#4964) There should be no spaces inside this paren. (space-in-parens)
(#4966) There should be no space after '[' (computed-property-spacing)
(#4966) There should be no space before ']' (computed-property-spacing)
(#4968) There should be no spaces inside this paren. (space-in-parens)
(#4968) 'until' is not modified in this loop. (no-unmodified-loop-condition)
(#4968) 'undefined' is not modified in this loop. (no-unmodified-loop-condition)
(#4968) There should be no spaces inside this paren. (space-in-parens)
(#4968) There should be no spaces inside this paren. (space-in-parens)
(#4968) There should be no spaces inside this paren. (space-in-parens)
(#4968) There should be no spaces inside this paren. (space-in-parens)
(#4968) There should be no spaces inside this paren. (space-in-parens)
(#4969) There should be no spaces inside this paren. (space-in-parens)
(#4969) There should be no spaces inside this paren. (space-in-parens)
(#4970) There should be no spaces inside this paren. (space-in-parens)
(#4970) There should be no spaces inside this paren. (space-in-parens)
(#4977) There should be no spaces inside this paren. (space-in-parens)
(#4977) 'elem' is defined but never used (no-unused-vars)
(#4977) There should be no spaces inside this paren. (space-in-parens)
(#4981) There should be no spaces inside this paren. (space-in-parens)
(#4981) There should be no spaces inside this paren. (space-in-parens)
(#4982) There should be no spaces inside this paren. (space-in-parens)
(#4982) There should be no spaces inside this paren. (space-in-parens)
(#4990) There should be no spaces inside this paren. (space-in-parens)
(#4990) There should be no spaces inside this paren. (space-in-parens)
(#4993) There should be no spaces inside this paren. (space-in-parens)
(#4993) There should be no spaces inside this paren. (space-in-parens)
(#4994) There should be no spaces inside this paren. (space-in-parens)
(#4994) There should be no spaces inside this paren. (space-in-parens)
(#4995) There should be no spaces inside this paren. (space-in-parens)
(#4995) There should be no spaces inside this paren. (space-in-parens)
(#5004) Missing JSDoc comment. (require-jsdoc)
(#5004) There should be no spaces inside this paren. (space-in-parens)
(#5004) There should be no spaces inside this paren. (space-in-parens)
(#5005) There should be no spaces inside this paren. (space-in-parens)
(#5005) There should be no spaces inside this paren. (space-in-parens)
(#5005) There should be no spaces inside this paren. (space-in-parens)
(#5005) There should be no spaces inside this paren. (space-in-parens)
(#5006) There should be no spaces inside this paren. (space-in-parens)
(#5006) There should be no spaces inside this paren. (space-in-parens)
(#5007) There should be no spaces inside this paren. (space-in-parens)
(#5007) There should be no spaces inside this paren. (space-in-parens)
(#5011) There should be no spaces inside this paren. (space-in-parens)
(#5011) There should be no spaces inside this paren. (space-in-parens)
(#5012) There should be no spaces inside this paren. (space-in-parens)
(#5012) 'i' is defined but never used (no-unused-vars)
(#5012) There should be no spaces inside this paren. (space-in-parens)
(#5016) There should be no spaces inside this paren. (space-in-parens)
(#5016) There should be no spaces inside this paren. (space-in-parens)
(#5017) There should be no spaces inside this paren. (space-in-parens)
(#5017) There should be no spaces inside this paren. (space-in-parens)
(#5021) There should be no spaces inside this paren. (space-in-parens)
(#5021) There should be no spaces inside this paren. (space-in-parens)
(#5021) There should be no spaces inside this paren. (space-in-parens)
(#5021) There should be no spaces inside this paren. (space-in-parens)
(#5024) There should be no spaces inside this paren. (space-in-parens)
(#5024) There should be no spaces inside this paren. (space-in-parens)
(#5028) There should be no spaces inside this paren. (space-in-parens)
(#5028) 'i' is defined but never used (no-unused-vars)
(#5028) There should be no spaces inside this paren. (space-in-parens)
(#5029) There should be no spaces inside this paren. (space-in-parens)
(#5029) There should be no spaces inside this paren. (space-in-parens)
(#5035) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#5046) There should be no space after '[' (array-bracket-spacing)
(#5046) There should be no space before ']' (array-bracket-spacing)
(#5047) There should be no space after '[' (array-bracket-spacing)
(#5047) There should be no space before ']' (array-bracket-spacing)
(#5048) There should be no space after '[' (array-bracket-spacing)
(#5048) There should be no space before ']' (array-bracket-spacing)
(#5049) There should be no space after '[' (array-bracket-spacing)
(#5049) There should be no space before ']' (array-bracket-spacing)
(#5050) There should be no space after '[' (array-bracket-spacing)
(#5050) There should be no space before ']' (array-bracket-spacing)
(#5051) There should be no space after '[' (array-bracket-spacing)
(#5051) There should be no space before ']' (array-bracket-spacing)
(#5052) There should be no space after '[' (array-bracket-spacing)
(#5052) There should be no space before ']' (array-bracket-spacing)
(#5053) There should be no space after '[' (array-bracket-spacing)
(#5053) There should be no space before ']' (array-bracket-spacing)
(#5061) There should be no spaces inside this paren. (space-in-parens)
(#5061) There should be no spaces inside this paren. (space-in-parens)
(#5062) There should be no space after '[' (array-bracket-spacing)
(#5062) There should be no space before ']' (array-bracket-spacing)
(#5066) There should be no spaces inside this paren. (space-in-parens)
(#5066) There should be no spaces inside this paren. (space-in-parens)
(#5067) There should be no spaces inside this paren. (space-in-parens)
(#5067) There should be no spaces inside this paren. (space-in-parens)
(#5069) There should be no spaces inside this paren. (space-in-parens)
(#5069) There should be no spaces inside this paren. (space-in-parens)
(#5071) There should be no spaces inside this paren. (space-in-parens)
(#5071) There should be no spaces inside this paren. (space-in-parens)
(#5075) There should be no spaces inside this paren. (space-in-parens)
(#5075) There should be no spaces inside this paren. (space-in-parens)
(#5076) There should be no spaces inside this paren. (space-in-parens)
(#5076) There should be no spaces inside this paren. (space-in-parens)
(#5076) There should be no spaces inside this paren. (space-in-parens)
(#5076) There should be no spaces inside this paren. (space-in-parens)
(#5079) There should be no spaces inside this paren. (space-in-parens)
(#5079) There should be no spaces inside this paren. (space-in-parens)
(#5082) There should be no spaces inside this paren. (space-in-parens)
(#5082) There should be no spaces inside this paren. (space-in-parens)
(#5083) There should be no spaces inside this paren. (space-in-parens)
(#5083) There should be no spaces inside this paren. (space-in-parens)
(#5083) There should be no spaces inside this paren. (space-in-parens)
(#5083) There should be no spaces inside this paren. (space-in-parens)
(#5085) There should be no spaces inside this paren. (space-in-parens)
(#5085) There should be no spaces inside this paren. (space-in-parens)
(#5089) There should be no spaces inside this paren. (space-in-parens)
(#5089) There should be no spaces inside this paren. (space-in-parens)
(#5091) There should be no spaces inside this paren. (space-in-parens)
(#5091) There should be no spaces inside this paren. (space-in-parens)
(#5093) There should be no spaces inside this paren. (space-in-parens)
(#5093) There should be no spaces inside this paren. (space-in-parens)
(#5094) There should be no spaces inside this paren. (space-in-parens)
(#5094) There should be no spaces inside this paren. (space-in-parens)
(#5100) There should be no spaces inside this paren. (space-in-parens)
(#5100) There should be no spaces inside this paren. (space-in-parens)
(#5111) There should be no spaces inside this paren. (space-in-parens)
(#5111) There should be no spaces inside this paren. (space-in-parens)
(#5112) There should be no spaces inside this paren. (space-in-parens)
(#5112) There should be no spaces inside this paren. (space-in-parens)
(#5112) There should be no spaces inside this paren. (space-in-parens)
(#5112) There should be no spaces inside this paren. (space-in-parens)
(#5114) There should be no spaces inside this paren. (space-in-parens)
(#5114) There should be no spaces inside this paren. (space-in-parens)
(#5119) There should be no spaces inside this paren. (space-in-parens)
(#5119) There should be no spaces inside this paren. (space-in-parens)
(#5122) There should be no spaces inside this paren. (space-in-parens)
(#5122) There should be no spaces inside this paren. (space-in-parens)
(#5123) There should be no spaces inside this paren. (space-in-parens)
(#5123) There should be no spaces inside this paren. (space-in-parens)
(#5126) There should be no spaces inside this paren. (space-in-parens)
(#5126) There should be no spaces inside this paren. (space-in-parens)
(#5131) There should be no spaces inside this paren. (space-in-parens)
(#5131) There should be no spaces inside this paren. (space-in-parens)
(#5133) There should be no spaces inside this paren. (space-in-parens)
(#5133) There should be no spaces inside this paren. (space-in-parens)
(#5133) There should be no spaces inside this paren. (space-in-parens)
(#5133) There should be no spaces inside this paren. (space-in-parens)
(#5139) There should be no spaces inside this paren. (space-in-parens)
(#5139) There should be no spaces inside this paren. (space-in-parens)
(#5139) There should be no spaces inside this paren. (space-in-parens)
(#5139) There should be no spaces inside this paren. (space-in-parens)
(#5140) There should be no spaces inside this paren. (space-in-parens)
(#5140) There should be no spaces inside this paren. (space-in-parens)
(#5140) There should be no spaces inside this paren. (space-in-parens)
(#5140) There should be no spaces inside this paren. (space-in-parens)
(#5146) There should be no spaces inside this paren. (space-in-parens)
(#5146) There should be no spaces inside this paren. (space-in-parens)
(#5147) There should be no spaces inside this paren. (space-in-parens)
(#5147) There should be no spaces inside this paren. (space-in-parens)
(#5148) There should be no spaces inside this paren. (space-in-parens)
(#5148) There should be no spaces inside this paren. (space-in-parens)
(#5154) There should be no spaces inside this paren. (space-in-parens)
(#5154) There should be no spaces inside this paren. (space-in-parens)
(#5155) There should be no spaces inside this paren. (space-in-parens)
(#5155) There should be no spaces inside this paren. (space-in-parens)
(#5156) There should be no spaces inside this paren. (space-in-parens)
(#5156) There should be no spaces inside this paren. (space-in-parens)
(#5161) Expected to return a value at the end of this function. (consistent-return)
(#5162) There should be no spaces inside this paren. (space-in-parens)
(#5162) There should be no spaces inside this paren. (space-in-parens)
(#5163) There should be no spaces inside this paren. (space-in-parens)
(#5163) There should be no spaces inside this paren. (space-in-parens)
(#5164) There should be no spaces inside this paren. (space-in-parens)
(#5164) There should be no spaces inside this paren. (space-in-parens)
(#5166) There should be no spaces inside this paren. (space-in-parens)
(#5166) There should be no spaces inside this paren. (space-in-parens)
(#5168) There should be no spaces inside this paren. (space-in-parens)
(#5168) There should be no spaces inside this paren. (space-in-parens)
(#5169) There should be no spaces inside this paren. (space-in-parens)
(#5169) There should be no spaces inside this paren. (space-in-parens)
(#5173) Expected to return a value at the end of this function. (consistent-return)
(#5174) There should be no spaces inside this paren. (space-in-parens)
(#5174) There should be no spaces inside this paren. (space-in-parens)
(#5175) There should be no spaces inside this paren. (space-in-parens)
(#5175) There should be no spaces inside this paren. (space-in-parens)
(#5176) There should be no spaces inside this paren. (space-in-parens)
(#5176) There should be no spaces inside this paren. (space-in-parens)
(#5178) There should be no spaces inside this paren. (space-in-parens)
(#5178) There should be no spaces inside this paren. (space-in-parens)
(#5179) There should be no spaces inside this paren. (space-in-parens)
(#5179) There should be no spaces inside this paren. (space-in-parens)
(#5180) There should be no spaces inside this paren. (space-in-parens)
(#5180) There should be no spaces inside this paren. (space-in-parens)
(#5186) There should be no spaces inside this paren. (space-in-parens)
(#5186) There should be no spaces inside this paren. (space-in-parens)
(#5187) There should be no spaces inside this paren. (space-in-parens)
(#5187) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#5187) There should be no spaces inside this paren. (space-in-parens)
(#5188) There should be no spaces inside this paren. (space-in-parens)
(#5188) There should be no spaces inside this paren. (space-in-parens)
(#5188) There should be no space after '[' (array-bracket-spacing)
(#5188) There should be no space before ']' (array-bracket-spacing)
(#5188) There should be no spaces inside this paren. (space-in-parens)
(#5188) There should be no spaces inside this paren. (space-in-parens)
(#5189) There should be no spaces inside this paren. (space-in-parens)
(#5189) There should be no spaces inside this paren. (space-in-parens)
(#5190) There should be no spaces inside this paren. (space-in-parens)
(#5190) There should be no spaces inside this paren. (space-in-parens)
(#5191) There should be no spaces inside this paren. (space-in-parens)
(#5191) There should be no space after '[' (array-bracket-spacing)
(#5191) There should be no space before ']' (array-bracket-spacing)
(#5191) There should be no spaces inside this paren. (space-in-parens)
(#5194) There should be no spaces inside this paren. (space-in-parens)
(#5194) There should be no spaces inside this paren. (space-in-parens)
(#5195) There should be no spaces inside this paren. (space-in-parens)
(#5195) There should be no spaces inside this paren. (space-in-parens)
(#5204) There should be no spaces inside this paren. (space-in-parens)
(#5204) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#5204) There should be no spaces inside this paren. (space-in-parens)
(#5206) There should be no spaces inside this paren. (space-in-parens)
(#5206) There should be no spaces inside this paren. (space-in-parens)
(#5207) There should be no spaces inside this paren. (space-in-parens)
(#5207) There should be no spaces inside this paren. (space-in-parens)
(#5211) There should be no spaces inside this paren. (space-in-parens)
(#5211) There should be no spaces inside this paren. (space-in-parens)
(#5212) There should be no spaces inside this paren. (space-in-parens)
(#5212) There should be no spaces inside this paren. (space-in-parens)
(#5219) There should be no spaces inside this paren. (space-in-parens)
(#5219) There should be no spaces inside this paren. (space-in-parens)
(#5220) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#5221) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#5223) There should be no spaces inside this paren. (space-in-parens)
(#5223) Unexpected space before function parentheses. (space-before-function-paren)
(#5224) There should be no spaces inside this paren. (space-in-parens)
(#5224) There should be no spaces inside this paren. (space-in-parens)
(#5228) There should be no spaces inside this paren. (space-in-parens)
(#5228) There should be no spaces inside this paren. (space-in-parens)
(#5229) There should be no spaces inside this paren. (space-in-parens)
(#5229) There should be no spaces inside this paren. (space-in-parens)
(#5235) There should be no spaces inside this paren. (space-in-parens)
(#5235) There should be no spaces inside this paren. (space-in-parens)
(#5235) There should be no spaces inside this paren. (space-in-parens)
(#5236) There should be no spaces inside this paren. (space-in-parens)
(#5236) There should be no spaces inside this paren. (space-in-parens)
(#5237) There should be no space after '[' (computed-property-spacing)
(#5237) There should be no spaces inside this paren. (space-in-parens)
(#5237) There should be no spaces inside this paren. (space-in-parens)
(#5237) There should be no space before ']' (computed-property-spacing)
(#5237) There should be no spaces inside this paren. (space-in-parens)
(#5242) There should be no spaces inside this paren. (space-in-parens)
(#5242) There should be no spaces inside this paren. (space-in-parens)
(#5244) There should be no spaces inside this paren. (space-in-parens)
(#5244) There should be no spaces inside this paren. (space-in-parens)
(#5245) There should be no spaces inside this paren. (space-in-parens)
(#5245) There should be no spaces inside this paren. (space-in-parens)
(#5251) Expected space(s) after "catch". (keyword-spacing)
(#5252) There should be no spaces inside this paren. (space-in-parens)
(#5252) There should be no spaces inside this paren. (space-in-parens)
(#5255) There should be no spaces inside this paren. (space-in-parens)
(#5255) There should be no spaces inside this paren. (space-in-parens)
(#5255) There should be no spaces inside this paren. (space-in-parens)
(#5255) There should be no spaces inside this paren. (space-in-parens)
(#5256) Missing space before opening brace. (space-before-blocks)
(#5257) There should be no spaces inside this paren. (space-in-parens)
(#5257) There should be no spaces inside this paren. (space-in-parens)
(#5259) There should be no spaces inside this paren. (space-in-parens)
(#5259) There should be no spaces inside this paren. (space-in-parens)
(#5263) There should be no spaces inside this paren. (space-in-parens)
(#5263) There should be no spaces inside this paren. (space-in-parens)
(#5269) There should be no spaces inside this paren. (space-in-parens)
(#5269) There should be no spaces inside this paren. (space-in-parens)
(#5270) There should be no spaces inside this paren. (space-in-parens)
(#5270) There should be no spaces inside this paren. (space-in-parens)
(#5273) There should be no spaces inside this paren. (space-in-parens)
(#5273) There should be no spaces inside this paren. (space-in-parens)
(#5273) There should be no spaces inside this paren. (space-in-parens)
(#5273) There should be no spaces inside this paren. (space-in-parens)
(#5275) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#5276) There should be no spaces inside this paren. (space-in-parens)
(#5276) There should be no spaces inside this paren. (space-in-parens)
(#5276) There should be no spaces inside this paren. (space-in-parens)
(#5276) There should be no spaces inside this paren. (space-in-parens)
(#5280) There should be no spaces inside this paren. (space-in-parens)
(#5280) There should be no spaces inside this paren. (space-in-parens)
(#5281) There should be no spaces inside this paren. (space-in-parens)
(#5281) There should be no spaces inside this paren. (space-in-parens)
(#5288) There should be no spaces inside this paren. (space-in-parens)
(#5288) There should be no spaces inside this paren. (space-in-parens)
(#5290) There should be no spaces inside this paren. (space-in-parens)
(#5290) There should be no spaces inside this paren. (space-in-parens)
(#5291) There should be no spaces inside this paren. (space-in-parens)
(#5291) There should be no spaces inside this paren. (space-in-parens)
(#5293) There should be no spaces inside this paren. (space-in-parens)
(#5293) There should be no spaces inside this paren. (space-in-parens)
(#5298) There should be no spaces inside this paren. (space-in-parens)
(#5298) There should be no spaces inside this paren. (space-in-parens)
(#5303) There should be no spaces inside this paren. (space-in-parens)
(#5303) There should be no spaces inside this paren. (space-in-parens)
(#5304) There should be no spaces inside this paren. (space-in-parens)
(#5304) There should be no spaces inside this paren. (space-in-parens)
(#5307) There should be no spaces inside this paren. (space-in-parens)
(#5307) There should be no spaces inside this paren. (space-in-parens)
(#5313) There should be no spaces inside this paren. (space-in-parens)
(#5313) There should be no spaces inside this paren. (space-in-parens)
(#5313) There should be no spaces inside this paren. (space-in-parens)
(#5313) There should be no spaces inside this paren. (space-in-parens)
(#5315) There should be no spaces inside this paren. (space-in-parens)
(#5315) There should be no spaces inside this paren. (space-in-parens)
(#5319) There should be no spaces inside this paren. (space-in-parens)
(#5319) There should be no spaces inside this paren. (space-in-parens)
(#5323) There should be no spaces inside this paren. (space-in-parens)
(#5323) There should be no spaces inside this paren. (space-in-parens)
(#5327) There should be no spaces inside this paren. (space-in-parens)
(#5327) There should be no spaces inside this paren. (space-in-parens)
(#5331) There should be no spaces inside this paren. (space-in-parens)
(#5331) There should be no spaces inside this paren. (space-in-parens)
(#5332) There should be no space after '{' (object-curly-spacing)
(#5332) There should be no space before '}' (object-curly-spacing)
(#5335) There should be no spaces inside this paren. (space-in-parens)
(#5335) There should be no spaces inside this paren. (space-in-parens)
(#5340) There should be no spaces inside this paren. (space-in-parens)
(#5340) There should be no spaces inside this paren. (space-in-parens)
(#5346) There should be no spaces inside this paren. (space-in-parens)
(#5346) There should be no spaces inside this paren. (space-in-parens)
(#5347) There should be no spaces inside this paren. (space-in-parens)
(#5347) There should be no spaces inside this paren. (space-in-parens)
(#5349) There should be no spaces inside this paren. (space-in-parens)
(#5349) There should be no spaces inside this paren. (space-in-parens)
(#5362) There should be no spaces inside this paren. (space-in-parens)
(#5362) There should be no spaces inside this paren. (space-in-parens)
(#5368) There should be no spaces inside this paren. (space-in-parens)
(#5368) There should be no spaces inside this paren. (space-in-parens)
(#5369) There should be no spaces inside this paren. (space-in-parens)
(#5369) There should be no spaces inside this paren. (space-in-parens)
(#5377) Missing JSDoc comment. (require-jsdoc)
(#5377) There should be no spaces inside this paren. (space-in-parens)
(#5377) 'cur' is defined but never used (no-unused-vars)
(#5377) There should be no spaces inside this paren. (space-in-parens)
(#5384) Missing JSDoc comment. (require-jsdoc)
(#5384) There should be no spaces inside this paren. (space-in-parens)
(#5384) There should be no spaces inside this paren. (space-in-parens)
(#5386) There should be no spaces inside this paren. (space-in-parens)
(#5386) There should be no spaces inside this paren. (space-in-parens)
(#5386) There should be no spaces inside this paren. (space-in-parens)
(#5386) There should be no spaces inside this paren. (space-in-parens)
(#5391) There should be no spaces inside this paren. (space-in-parens)
(#5391) There should be no spaces inside this paren. (space-in-parens)
(#5392) There should be no spaces inside this paren. (space-in-parens)
(#5392) There should be no spaces inside this paren. (space-in-parens)
(#5396) There should be no spaces inside this paren. (space-in-parens)
(#5396) There should be no space after '[' (computed-property-spacing)
(#5396) There should be no space before ']' (computed-property-spacing)
(#5396) There should be no spaces inside this paren. (space-in-parens)
(#5398) There should be no space after '[' (computed-property-spacing)
(#5398) There should be no space before ']' (computed-property-spacing)
(#5400) There should be no spaces inside this paren. (space-in-parens)
(#5400) There should be no spaces inside this paren. (space-in-parens)
(#5404) There should be no spaces inside this paren. (space-in-parens)
(#5404) There should be no spaces inside this paren. (space-in-parens)
(#5405) There should be no spaces inside this paren. (space-in-parens)
(#5405) There should be no space after '[' (computed-property-spacing)
(#5405) There should be no space before ']' (computed-property-spacing)
(#5405) There should be no spaces inside this paren. (space-in-parens)
(#5406) Line 5406 exceeds the maximum line length of 132. (max-len)
(#5406) There should be no spaces inside this paren. (space-in-parens)
(#5406) There should be no spaces inside this paren. (space-in-parens)
(#5406) There should be no space after '[' (computed-property-spacing)
(#5406) There should be no space before ']' (computed-property-spacing)
(#5406) There should be no space after '[' (computed-property-spacing)
(#5406) There should be no space before ']' (computed-property-spacing)
(#5406) There should be no spaces inside this paren. (space-in-parens)
(#5406) There should be no space after '[' (computed-property-spacing)
(#5406) There should be no space before ']' (computed-property-spacing)
(#5406) There should be no space after '[' (computed-property-spacing)
(#5406) There should be no space before ']' (computed-property-spacing)
(#5406) There should be no space after '[' (computed-property-spacing)
(#5406) There should be no space before ']' (computed-property-spacing)
(#5406) There should be no space after '[' (computed-property-spacing)
(#5406) There should be no space before ']' (computed-property-spacing)
(#5406) There should be no space after '[' (computed-property-spacing)
(#5406) There should be no space before ']' (computed-property-spacing)
(#5406) There should be no space after '[' (computed-property-spacing)
(#5406) There should be no space before ']' (computed-property-spacing)
(#5406) There should be no spaces inside this paren. (space-in-parens)
(#5413) Missing JSDoc comment. (require-jsdoc)
(#5415) There should be no spaces inside this paren. (space-in-parens)
(#5415) There should be no spaces inside this paren. (space-in-parens)
(#5432) There should be no spaces inside this paren. (space-in-parens)
(#5432) There should be no spaces inside this paren. (space-in-parens)
(#5435) There should be no spaces inside this paren. (space-in-parens)
(#5435) There should be no spaces inside this paren. (space-in-parens)
(#5439) There should be no spaces inside this paren. (space-in-parens)
(#5439) There should be no spaces inside this paren. (space-in-parens)
(#5445) There should be no spaces inside this paren. (space-in-parens)
(#5445) There should be no spaces inside this paren. (space-in-parens)
(#5451) There should be no spaces inside this paren. (space-in-parens)
(#5451) There should be no spaces inside this paren. (space-in-parens)
(#5456) There should be no spaces inside this paren. (space-in-parens)
(#5456) There should be no spaces inside this paren. (space-in-parens)
(#5462) There should be no spaces inside this paren. (space-in-parens)
(#5462) There should be no spaces inside this paren. (space-in-parens)
(#5465) There should be no spaces inside this paren. (space-in-parens)
(#5465) There should be no spaces inside this paren. (space-in-parens)
(#5473) There should be no spaces inside this paren. (space-in-parens)
(#5474) There should be no spaces inside this paren. (space-in-parens)
(#5474) There should be no spaces inside this paren. (space-in-parens)
(#5474) There should be no spaces inside this paren. (space-in-parens)
(#5474) There should be no spaces inside this paren. (space-in-parens)
(#5474) There should be no spaces inside this paren. (space-in-parens)
(#5477) There should be no space after '[' (computed-property-spacing)
(#5477) There should be no space before ']' (computed-property-spacing)
(#5478) There should be no spaces inside this paren. (space-in-parens)
(#5478) There should be no spaces inside this paren. (space-in-parens)
(#5479) There should be no spaces inside this paren. (space-in-parens)
(#5479) There should be no spaces inside this paren. (space-in-parens)
(#5485) There should be no spaces inside this paren. (space-in-parens)
(#5485) There should be no spaces inside this paren. (space-in-parens)
(#5487) There should be no spaces inside this paren. (space-in-parens)
(#5487) There should be no spaces inside this paren. (space-in-parens)
(#5490) There should be no spaces inside this paren. (space-in-parens)
(#5490) There should be no spaces inside this paren. (space-in-parens)
(#5491) There should be no space after '[' (computed-property-spacing)
(#5491) There should be no space before ']' (computed-property-spacing)
(#5494) There should be no space after '{' (object-curly-spacing)
(#5494) There should be no space before '}' (object-curly-spacing)
(#5505) There should be no spaces inside this paren. (space-in-parens)
(#5505) There should be no spaces inside this paren. (space-in-parens)
(#5506) There should be no space after '[' (computed-property-spacing)
(#5506) There should be no space before ']' (computed-property-spacing)
(#5506) There should be no spaces inside this paren. (space-in-parens)
(#5506) There should be no spaces inside this paren. (space-in-parens)
(#5508) There should be no spaces inside this paren. (space-in-parens)
(#5508) There should be no spaces inside this paren. (space-in-parens)
(#5511) There should be no spaces inside this paren. (space-in-parens)
(#5511) There should be no spaces inside this paren. (space-in-parens)
(#5512) There should be no space after '[' (computed-property-spacing)
(#5512) There should be no space before ']' (computed-property-spacing)
(#5512) There should be no spaces inside this paren. (space-in-parens)
(#5512) There should be no spaces inside this paren. (space-in-parens)
(#5516) There should be no spaces inside this paren. (space-in-parens)
(#5516) There should be no spaces inside this paren. (space-in-parens)
(#5518) There should be no spaces inside this paren. (space-in-parens)
(#5518) There should be no spaces inside this paren. (space-in-parens)
(#5518) There should be no space after '[' (computed-property-spacing)
(#5518) There should be no space before ']' (computed-property-spacing)
(#5518) There should be no spaces inside this paren. (space-in-parens)
(#5518) There should be no spaces inside this paren. (space-in-parens)
(#5519) There should be no spaces inside this paren. (space-in-parens)
(#5519) There should be no spaces inside this paren. (space-in-parens)
(#5522) There should be no spaces inside this paren. (space-in-parens)
(#5522) There should be no spaces inside this paren. (space-in-parens)
(#5527) Missing JSDoc comment. (require-jsdoc)
(#5527) There should be no spaces inside this paren. (space-in-parens)
(#5527) There should be no spaces inside this paren. (space-in-parens)
(#5528) There should be no spaces inside this paren. (space-in-parens)
(#5528) There should be no spaces inside this paren. (space-in-parens)
(#5529) There should be no spaces inside this paren. (space-in-parens)
(#5529) There should be no spaces inside this paren. (space-in-parens)
(#5530) Trailing spaces not allowed. (no-trailing-spaces)
(#5531) There should be no spaces inside this paren. (space-in-parens)
(#5531) There should be no spaces inside this paren. (space-in-parens)
(#5532) There should be no spaces inside this paren. (space-in-parens)
(#5532) There should be no spaces inside this paren. (space-in-parens)
(#5540) There should be no spaces inside this paren. (space-in-parens)
(#5540) There should be no spaces inside this paren. (space-in-parens)
(#5546) There should be no spaces inside this paren. (space-in-parens)
(#5547) There should be no spaces inside this paren. (space-in-parens)
(#5554) There should be no spaces inside this paren. (space-in-parens)
(#5554) There should be no spaces inside this paren. (space-in-parens)
(#5558) There should be no spaces inside this paren. (space-in-parens)
(#5558) There should be no spaces inside this paren. (space-in-parens)
(#5559) There should be no spaces inside this paren. (space-in-parens)
(#5559) There should be no spaces inside this paren. (space-in-parens)
(#5564) There should be no spaces inside this paren. (space-in-parens)
(#5564) There should be no spaces inside this paren. (space-in-parens)
(#5565) There should be no spaces inside this paren. (space-in-parens)
(#5565) There should be no spaces inside this paren. (space-in-parens)
(#5570) There should be no spaces inside this paren. (space-in-parens)
(#5570) There should be no spaces inside this paren. (space-in-parens)
(#5571) There should be no spaces inside this paren. (space-in-parens)
(#5571) There should be no spaces inside this paren. (space-in-parens)
(#5573) There should be no spaces inside this paren. (space-in-parens)
(#5573) There should be no spaces inside this paren. (space-in-parens)
(#5574) There should be no spaces inside this paren. (space-in-parens)
(#5574) There should be no spaces inside this paren. (space-in-parens)
(#5575) There should be no spaces inside this paren. (space-in-parens)
(#5575) There should be no spaces inside this paren. (space-in-parens)
(#5577) There should be no spaces inside this paren. (space-in-parens)
(#5577) There should be no spaces inside this paren. (space-in-parens)
(#5578) There should be no spaces inside this paren. (space-in-parens)
(#5578) There should be no spaces inside this paren. (space-in-parens)
(#5586) Function 'clean' has a complexity of 26. (complexity)
(#5586) There should be no spaces inside this paren. (space-in-parens)
(#5586) There should be no spaces inside this paren. (space-in-parens)
(#5590) There should be no spaces inside this paren. (space-in-parens)
(#5590) There should be no spaces inside this paren. (space-in-parens)
(#5596) There should be no spaces inside this paren. (space-in-parens)
(#5596) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#5596) There should be no spaces inside this paren. (space-in-parens)
(#5597) There should be no spaces inside this paren. (space-in-parens)
(#5597) There should be no spaces inside this paren. (space-in-parens)
(#5601) There should be no spaces inside this paren. (space-in-parens)
(#5601) There should be no spaces inside this paren. (space-in-parens)
(#5606) There should be no spaces inside this paren. (space-in-parens)
(#5606) There should be no spaces inside this paren. (space-in-parens)
(#5606) There should be no spaces inside this paren. (space-in-parens)
(#5606) There should be no spaces inside this paren. (space-in-parens)
(#5607) There should be no spaces inside this paren. (space-in-parens)
(#5607) There should be no spaces inside this paren. (space-in-parens)
(#5609) There should be no spaces inside this paren. (space-in-parens)
(#5609) There should be no spaces inside this paren. (space-in-parens)
(#5614) There should be no spaces inside this paren. (space-in-parens)
(#5614) There should be no spaces inside this paren. (space-in-parens)
(#5615) There should be no space after '[' (computed-property-spacing)
(#5615) There should be no space before ']' (computed-property-spacing)
(#5623) There should be no spaces inside this paren. (space-in-parens)
(#5623) There should be no spaces inside this paren. (space-in-parens)
(#5628) There should be no spaces inside this paren. (space-in-parens)
(#5628) There should be no spaces inside this paren. (space-in-parens)
(#5632) Do not nest ternary expressions (no-nested-ternary)
(#5640) There should be no spaces inside this paren. (space-in-parens)
(#5640) Unexpected whitespace before semicolon. (semi-spacing)
(#5640) There should be no spaces inside this paren. (space-in-parens)
(#5641) Blocks are nested too deeply (5). (max-depth)
(#5641) There should be no spaces inside this paren. (space-in-parens)
(#5641) There should be no spaces inside this paren. (space-in-parens)
(#5641) There should be no space after '[' (computed-property-spacing)
(#5641) There should be no space before ']' (computed-property-spacing)
(#5641) There should be no spaces inside this paren. (space-in-parens)
(#5641) There should be no space after '[' (computed-property-spacing)
(#5641) There should be no space before ']' (computed-property-spacing)
(#5641) There should be no spaces inside this paren. (space-in-parens)
(#5642) There should be no space after '[' (computed-property-spacing)
(#5642) There should be no space before ']' (computed-property-spacing)
(#5642) There should be no spaces inside this paren. (space-in-parens)
(#5642) There should be no space after '[' (computed-property-spacing)
(#5642) There should be no space before ']' (computed-property-spacing)
(#5642) There should be no spaces inside this paren. (space-in-parens)
(#5649) There should be no spaces inside this paren. (space-in-parens)
(#5649) There should be no spaces inside this paren. (space-in-parens)
(#5649) There should be no spaces inside this paren. (space-in-parens)
(#5649) There should be no spaces inside this paren. (space-in-parens)
(#5650) There should be no spaces inside this paren. (space-in-parens)
(#5650) There should be no spaces inside this paren. (space-in-parens)
(#5650) There should be no spaces inside this paren. (space-in-parens)
(#5650) There should be no spaces inside this paren. (space-in-parens)
(#5656) There should be no spaces inside this paren. (space-in-parens)
(#5656) There should be no spaces inside this paren. (space-in-parens)
(#5657) There should be no spaces inside this paren. (space-in-parens)
(#5657) There should be no spaces inside this paren. (space-in-parens)
(#5659) There should be no spaces inside this paren. (space-in-parens)
(#5659) There should be no spaces inside this paren. (space-in-parens)
(#5663) There should be no spaces inside this paren. (space-in-parens)
(#5663) There should be no spaces inside this paren. (space-in-parens)
(#5664) There should be no spaces inside this paren. (space-in-parens)
(#5664) 'i' used outside of binding context. (block-scoped-var)
(#5664) 'i' used outside of binding context. (block-scoped-var)
(#5664) 'i' used outside of binding context. (block-scoped-var)
(#5664) There should be no spaces inside this paren. (space-in-parens)
(#5665) Line 5665 exceeds the maximum line length of 132. (max-len)
(#5665) There should be no spaces inside this paren. (space-in-parens)
(#5665) There should be no spaces inside this paren. (space-in-parens)
(#5665) 'i' used outside of binding context. (block-scoped-var)
(#5665) There should be no spaces inside this paren. (space-in-parens)
(#5665) 'i' used outside of binding context. (block-scoped-var)
(#5665) 'i' used outside of binding context. (block-scoped-var)
(#5665) There should be no spaces inside this paren. (space-in-parens)
(#5666) There should be no spaces inside this paren. (space-in-parens)
(#5666) 'i' used outside of binding context. (block-scoped-var)
(#5666) 'i' used outside of binding context. (block-scoped-var)
(#5666) There should be no spaces inside this paren. (space-in-parens)
(#5666) 'i' used outside of binding context. (block-scoped-var)
(#5666) There should be no spaces inside this paren. (space-in-parens)
(#5666) 'i' used outside of binding context. (block-scoped-var)
(#5666) There should be no spaces inside this paren. (space-in-parens)
(#5669) There should be no spaces inside this paren. (space-in-parens)
(#5669) 'i' used outside of binding context. (block-scoped-var)
(#5669) There should be no spaces inside this paren. (space-in-parens)
(#5670) There should be no spaces inside this paren. (space-in-parens)
(#5670) 'i' used outside of binding context. (block-scoped-var)
(#5670) 'i' used outside of binding context. (block-scoped-var)
(#5670) There should be no spaces inside this paren. (space-in-parens)
(#5672) There should be no spaces inside this paren. (space-in-parens)
(#5672) 'i' used outside of binding context. (block-scoped-var)
(#5672) There should be no spaces inside this paren. (space-in-parens)
(#5680) There should be no spaces inside this paren. (space-in-parens)
(#5680) There should be no spaces inside this paren. (space-in-parens)
(#5681) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#5681) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#5681) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#5684) There should be no spaces inside this paren. (space-in-parens)
(#5684) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#5684) There should be no spaces inside this paren. (space-in-parens)
(#5685) There should be no spaces inside this paren. (space-in-parens)
(#5685) There should be no spaces inside this paren. (space-in-parens)
(#5689) There should be no space after '[' (computed-property-spacing)
(#5689) There should be no space before ']' (computed-property-spacing)
(#5691) There should be no spaces inside this paren. (space-in-parens)
(#5691) There should be no spaces inside this paren. (space-in-parens)
(#5692) There should be no space after '[' (computed-property-spacing)
(#5692) There should be no space before ']' (computed-property-spacing)
(#5692) There should be no space after '[' (computed-property-spacing)
(#5692) There should be no space before ']' (computed-property-spacing)
(#5692) There should be no space after '[' (computed-property-spacing)
(#5692) There should be no space before ']' (computed-property-spacing)
(#5694) There should be no spaces inside this paren. (space-in-parens)
(#5694) There should be no spaces inside this paren. (space-in-parens)
(#5695) There should be no spaces inside this paren. (space-in-parens)
(#5695) There should be no spaces inside this paren. (space-in-parens)
(#5696) Blocks are nested too deeply (5). (max-depth)
(#5696) There should be no spaces inside this paren. (space-in-parens)
(#5696) There should be no space after '[' (computed-property-spacing)
(#5696) There should be no space before ']' (computed-property-spacing)
(#5696) There should be no spaces inside this paren. (space-in-parens)
(#5697) There should be no spaces inside this paren. (space-in-parens)
(#5697) There should be no spaces inside this paren. (space-in-parens)
(#5701) There should be no spaces inside this paren. (space-in-parens)
(#5701) There should be no spaces inside this paren. (space-in-parens)
(#5706) There should be no spaces inside this paren. (space-in-parens)
(#5706) There should be no spaces inside this paren. (space-in-parens)
(#5711) There should be no spaces inside this paren. (space-in-parens)
(#5711) There should be no spaces inside this paren. (space-in-parens)
(#5712) There should be no space after '[' (computed-property-spacing)
(#5712) There should be no space before ']' (computed-property-spacing)
(#5714) There should be no spaces inside this paren. (space-in-parens)
(#5714) There should be no spaces inside this paren. (space-in-parens)
(#5715) There should be no spaces inside this paren. (space-in-parens)
(#5715) There should be no spaces inside this paren. (space-in-parens)
(#5718) There should be no space after '[' (computed-property-spacing)
(#5718) There should be no space before ']' (computed-property-spacing)
(#5724) Missing JSDoc comment. (require-jsdoc)
(#5724) There should be no spaces inside this paren. (space-in-parens)
(#5724) There should be no spaces inside this paren. (space-in-parens)
(#5725) There should be no spaces inside this paren. (space-in-parens)
(#5725) There should be no spaces inside this paren. (space-in-parens)
(#5732) There should be no spaces inside this paren. (space-in-parens)
(#5732) There should be no spaces inside this paren. (space-in-parens)
(#5735) There should be no spaces inside this paren. (space-in-parens)
(#5735) There should be no spaces inside this paren. (space-in-parens)
(#5736) There should be no spaces inside this paren. (space-in-parens)
(#5736) There should be no spaces inside this paren. (space-in-parens)
(#5742) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#5751) There should be no space after '{' (object-curly-spacing)
(#5751) There should be no space before '}' (object-curly-spacing)
(#5752) There should be no space after '[' (array-bracket-spacing)
(#5752) There should be no space before ']' (array-bracket-spacing)
(#5753) There should be no space after '[' (array-bracket-spacing)
(#5753) There should be no space before ']' (array-bracket-spacing)
(#5759) There should be no spaces inside this paren. (space-in-parens)
(#5759) There should be no spaces inside this paren. (space-in-parens)
(#5763) There should be no spaces inside this paren. (space-in-parens)
(#5763) There should be no spaces inside this paren. (space-in-parens)
(#5765) There should be no spaces inside this paren. (space-in-parens)
(#5765) There should be no spaces inside this paren. (space-in-parens)
(#5769) There should be no spaces inside this paren. (space-in-parens)
(#5769) There should be no spaces inside this paren. (space-in-parens)
(#5769) There should be no spaces inside this paren. (space-in-parens)
(#5771) There should be no spaces inside this paren. (space-in-parens)
(#5771) There should be no spaces inside this paren. (space-in-parens)
(#5772) There should be no spaces inside this paren. (space-in-parens)
(#5772) There should be no spaces inside this paren. (space-in-parens)
(#5781) There should be no spaces inside this paren. (space-in-parens)
(#5781) There should be no spaces inside this paren. (space-in-parens)
(#5782) There should be no spaces inside this paren. (space-in-parens)
(#5782) There should be no spaces inside this paren. (space-in-parens)
(#5784) There should be no spaces inside this paren. (space-in-parens)
(#5784) There should be no spaces inside this paren. (space-in-parens)
(#5811) There should be no spaces inside this paren. (space-in-parens)
(#5811) There should be no spaces inside this paren. (space-in-parens)
(#5813) There should be no spaces inside this paren. (space-in-parens)
(#5813) There should be no spaces inside this paren. (space-in-parens)
(#5818) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#5818) There should be no spaces inside this paren. (space-in-parens)
(#5818) There should be no spaces inside this paren. (space-in-parens)
(#5819) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#5819) There should be no space after '[' (computed-property-spacing)
(#5819) There should be no space before ']' (computed-property-spacing)
(#5821) There should be no space after '[' (computed-property-spacing)
(#5821) There should be no space before ']' (computed-property-spacing)
(#5824) There should be no spaces inside this paren. (space-in-parens)
(#5824) There should be no spaces inside this paren. (space-in-parens)
(#5826) There should be no spaces inside this paren. (space-in-parens)
(#5826) There should be no spaces inside this paren. (space-in-parens)
(#5826) There should be no spaces inside this paren. (space-in-parens)
(#5826) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#5826) There should be no spaces inside this paren. (space-in-parens)
(#5831) There should be no spaces inside this paren. (space-in-parens)
(#5831) There should be no space after '[' (computed-property-spacing)
(#5831) There should be no space before ']' (computed-property-spacing)
(#5831) There should be no spaces inside this paren. (space-in-parens)
(#5836) There should be no spaces inside this paren. (space-in-parens)
(#5836) There should be no spaces inside this paren. (space-in-parens)
(#5836) There should be no spaces inside this paren. (space-in-parens)
(#5836) There should be no spaces inside this paren. (space-in-parens)
(#5840) There should be no space after '[' (computed-property-spacing)
(#5840) There should be no space before ']' (computed-property-spacing)
(#5841) Expected space(s) after "catch". (keyword-spacing)
(#5841) Empty block statement. (no-empty)
(#5846) There should be no spaces inside this paren. (space-in-parens)
(#5846) There should be no spaces inside this paren. (space-in-parens)
(#5846) There should be no spaces inside this paren. (space-in-parens)
(#5846) There should be no spaces inside this paren. (space-in-parens)
(#5847) Expected no return value. (consistent-return)
(#5851) Expected no return value. (consistent-return)
(#5851) There should be no space after '[' (computed-property-spacing)
(#5851) There should be no space before ']' (computed-property-spacing)
(#5855) Expected to return a value at the end of this function. (consistent-return)
(#5855) There should be no spaces inside this paren. (space-in-parens)
(#5855) There should be no spaces inside this paren. (space-in-parens)
(#5857) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#5857) There should be no spaces inside this paren. (space-in-parens)
(#5857) There should be no spaces inside this paren. (space-in-parens)
(#5858) There should be no space after '[' (computed-property-spacing)
(#5858) There should be no space before ']' (computed-property-spacing)
(#5860) There should be no space after '[' (computed-property-spacing)
(#5860) There should be no space before ']' (computed-property-spacing)
(#5863) There should be no spaces inside this paren. (space-in-parens)
(#5863) There should be no spaces inside this paren. (space-in-parens)
(#5863) There should be no spaces inside this paren. (space-in-parens)
(#5863) There should be no spaces inside this paren. (space-in-parens)
(#5867) There should be no spaces inside this paren. (space-in-parens)
(#5867) There should be no spaces inside this paren. (space-in-parens)
(#5868) There should be no spaces inside this paren. (space-in-parens)
(#5868) There should be no spaces inside this paren. (space-in-parens)
(#5873) There should be no spaces inside this paren. (space-in-parens)
(#5873) There should be no spaces inside this paren. (space-in-parens)
(#5877) There should be no spaces inside this paren. (space-in-parens)
(#5877) There should be no spaces inside this paren. (space-in-parens)
(#5878) There should be no space after '[' (computed-property-spacing)
(#5878) There should be no space before ']' (computed-property-spacing)
(#5878) There should be no space after '[' (computed-property-spacing)
(#5878) There should be no space before ']' (computed-property-spacing)
(#5879) There should be no space after '[' (computed-property-spacing)
(#5879) There should be no space before ']' (computed-property-spacing)
(#5879) There should be no space after '[' (computed-property-spacing)
(#5879) There should be no space before ']' (computed-property-spacing)
(#5882) There should be no spaces inside this paren. (space-in-parens)
(#5882) There should be no spaces inside this paren. (space-in-parens)
(#5885) There should be no spaces inside this paren. (space-in-parens)
(#5885) 'name' used outside of binding context. (block-scoped-var)
(#5885) There should be no spaces inside this paren. (space-in-parens)
(#5886) There should be no space after '[' (computed-property-spacing)
(#5886) 'name' used outside of binding context. (block-scoped-var)
(#5886) There should be no space before ']' (computed-property-spacing)
(#5886) There should be no space after '[' (computed-property-spacing)
(#5886) 'name' used outside of binding context. (block-scoped-var)
(#5886) There should be no space before ']' (computed-property-spacing)
(#5890) There should be no spaces inside this paren. (space-in-parens)
(#5890) There should be no spaces inside this paren. (space-in-parens)
(#5891) There should be no spaces inside this paren. (space-in-parens)
(#5891) There should be no spaces inside this paren. (space-in-parens)
(#5898) There should be no spaces inside this paren. (space-in-parens)
(#5898) There should be no spaces inside this paren. (space-in-parens)
(#5899) There should be no space after '[' (computed-property-spacing)
(#5899) There should be no space before ']' (computed-property-spacing)
(#5900) Expected to return a value at the end of this function. (consistent-return)
(#5900) There should be no spaces inside this paren. (space-in-parens)
(#5900) There should be no spaces inside this paren. (space-in-parens)
(#5903) There should be no spaces inside this paren. (space-in-parens)
(#5903) There should be no spaces inside this paren. (space-in-parens)
(#5904) There should be no spaces inside this paren. (space-in-parens)
(#5904) There should be no spaces inside this paren. (space-in-parens)
(#5905) There should be no spaces inside this paren. (space-in-parens)
(#5905) There should be no spaces inside this paren. (space-in-parens)
(#5908) There should be no spaces inside this paren. (space-in-parens)
(#5909) There should be no spaces inside this paren. (space-in-parens)
(#5909) There should be no spaces inside this paren. (space-in-parens)
(#5913) There should be no spaces inside this paren. (space-in-parens)
(#5913) There should be no spaces inside this paren. (space-in-parens)
(#5914) There should be no spaces inside this paren. (space-in-parens)
(#5914) There should be no spaces inside this paren. (space-in-parens)
(#5916) There should be no spaces inside this paren. (space-in-parens)
(#5916) There should be no spaces inside this paren. (space-in-parens)
(#5917) There should be no spaces inside this paren. (space-in-parens)
(#5917) There should be no spaces inside this paren. (space-in-parens)
(#5920) There should be no spaces inside this paren. (space-in-parens)
(#5920) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#5920) There should be no spaces inside this paren. (space-in-parens)
(#5927) There should be no spaces inside this paren. (space-in-parens)
(#5927) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#5927) There should be no spaces inside this paren. (space-in-parens)
(#5928) There should be no space after '[' (computed-property-spacing)
(#5928) There should be no space before ']' (computed-property-spacing)
(#5939) Expected to return a value at the end of this function. (consistent-return)
(#5939) There should be no spaces inside this paren. (space-in-parens)
(#5939) There should be no spaces inside this paren. (space-in-parens)
(#5940) There should be no spaces inside this paren. (space-in-parens)
(#5940) There should be no spaces inside this paren. (space-in-parens)
(#5940) There should be no spaces inside this paren. (space-in-parens)
(#5940) There should be no spaces inside this paren. (space-in-parens)
(#5944) There should be no spaces inside this paren. (space-in-parens)
(#5944) There should be no spaces inside this paren. (space-in-parens)
(#5955) There should be no spaces inside this paren. (space-in-parens)
(#5955) There should be no spaces inside this paren. (space-in-parens)
(#5957) There should be no spaces inside this paren. (space-in-parens)
(#5957) There should be no spaces inside this paren. (space-in-parens)
(#5959) Do not nest ternary expressions (no-nested-ternary)
(#5964) There should be no spaces inside this paren. (space-in-parens)
(#5964) There should be no spaces inside this paren. (space-in-parens)
(#5987) There should be no spaces inside this paren. (space-in-parens)
(#5987) There should be no spaces inside this paren. (space-in-parens)
(#5989) There should be no spaces inside this paren. (space-in-parens)
(#5989) There should be no spaces inside this paren. (space-in-parens)
(#5993) There should be no spaces inside this paren. (space-in-parens)
(#5993) There should be no space after '{' (object-curly-spacing)
(#5993) There should be no space before '}' (object-curly-spacing)
(#5994) There should be no spaces inside this paren. (space-in-parens)
(#5994) There should be no spaces inside this paren. (space-in-parens)
(#5995) There should be no spaces inside this paren. (space-in-parens)
(#5995) There should be no spaces inside this paren. (space-in-parens)
(#6006) There should be no spaces inside this paren. (space-in-parens)
(#6006) There should be no spaces inside this paren. (space-in-parens)
(#6007) There should be no spaces inside this paren. (space-in-parens)
(#6007) There should be no spaces inside this paren. (space-in-parens)
(#6010) There should be no spaces inside this paren. (space-in-parens)
(#6010) There should be no spaces inside this paren. (space-in-parens)
(#6012) There should be no spaces inside this paren. (space-in-parens)
(#6012) There should be no spaces inside this paren. (space-in-parens)
(#6016) There should be no spaces inside this paren. (space-in-parens)
(#6016) There should be no spaces inside this paren. (space-in-parens)
(#6016) There should be no spaces inside this paren. (space-in-parens)
(#6016) There should be no spaces inside this paren. (space-in-parens)
(#6017) There should be no spaces inside this paren. (space-in-parens)
(#6017) There should be no spaces inside this paren. (space-in-parens)
(#6018) There should be no spaces inside this paren. (space-in-parens)
(#6018) There should be no spaces inside this paren. (space-in-parens)
(#6018) There should be no spaces inside this paren. (space-in-parens)
(#6018) There should be no spaces inside this paren. (space-in-parens)
(#6019) There should be no spaces inside this paren. (space-in-parens)
(#6019) There should be no spaces inside this paren. (space-in-parens)
(#6027) There should be no spaces inside this paren. (space-in-parens)
(#6027) There should be no spaces inside this paren. (space-in-parens)
(#6028) There should be no spaces inside this paren. (space-in-parens)
(#6028) There should be no spaces inside this paren. (space-in-parens)
(#6030) There should be no space after '[' (computed-property-spacing)
(#6030) There should be no space before ']' (computed-property-spacing)
(#6031) There should be no space after '[' (computed-property-spacing)
(#6031) There should be no space before ']' (computed-property-spacing)
(#6039) There should be no spaces inside this paren. (space-in-parens)
(#6039) There should be no spaces inside this paren. (space-in-parens)
(#6039) There should be no spaces inside this paren. (space-in-parens)
(#6039) There should be no spaces inside this paren. (space-in-parens)
(#6039) There should be no spaces inside this paren. (space-in-parens)
(#6039) There should be no spaces inside this paren. (space-in-parens)
(#6044) There should be no spaces inside this paren. (space-in-parens)
(#6044) There should be no spaces inside this paren. (space-in-parens)
(#6052) There should be no spaces inside this paren. (space-in-parens)
(#6052) There should be no spaces inside this paren. (space-in-parens)
(#6063) Missing JSDoc comment. (require-jsdoc)
(#6063) There should be no spaces inside this paren. (space-in-parens)
(#6063) There should be no spaces inside this paren. (space-in-parens)
(#6067) There should be no spaces inside this paren. (space-in-parens)
(#6067) There should be no spaces inside this paren. (space-in-parens)
(#6071) There should be no spaces inside this paren. (space-in-parens)
(#6072) There should be no spaces inside this paren. (space-in-parens)
(#6072) There should be no spaces inside this paren. (space-in-parens)
(#6073) There should be no spaces inside this paren. (space-in-parens)
(#6073) There should be no spaces inside this paren. (space-in-parens)
(#6076) There should be no spaces inside this paren. (space-in-parens)
(#6076) There should be no spaces inside this paren. (space-in-parens)
(#6077) There should be no spaces inside this paren. (space-in-parens)
(#6077) There should be no spaces inside this paren. (space-in-parens)
(#6080) There should be no spaces inside this paren. (space-in-parens)
(#6080) There should be no spaces inside this paren. (space-in-parens)
(#6087) There should be no spaces inside this paren. (space-in-parens)
(#6087) There should be no spaces inside this paren. (space-in-parens)
(#6088) There should be no spaces inside this paren. (space-in-parens)
(#6088) There should be no spaces inside this paren. (space-in-parens)
(#6092) Line 6092 exceeds the maximum line length of 132. (max-len)
(#6092) There should be no spaces inside this paren. (space-in-parens)
(#6092) There should be no spaces inside this paren. (space-in-parens)
(#6095) There should be no spaces inside this paren. (space-in-parens)
(#6095) There should be no spaces inside this paren. (space-in-parens)
(#6096) There should be no spaces inside this paren. (space-in-parens)
(#6096) There should be no spaces inside this paren. (space-in-parens)
(#6102) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#6119) There should be no spaces inside this paren. (space-in-parens)
(#6119) There should be no spaces inside this paren. (space-in-parens)
(#6155) Expected space(s) after "catch". (keyword-spacing)
(#6155) There should be no spaces inside this paren. (space-in-parens)
(#6155) There should be no spaces inside this paren. (space-in-parens)
(#6158) There should be no spaces inside this paren. (space-in-parens)
(#6158) There should be no spaces inside this paren. (space-in-parens)
(#6164) There should be no spaces inside this paren. (space-in-parens)
(#6164) There should be no spaces inside this paren. (space-in-parens)
(#6167) Missing JSDoc comment. (require-jsdoc)
(#6167) There should be no spaces inside this paren. (space-in-parens)
(#6167) There should be no spaces inside this paren. (space-in-parens)
(#6170) There should be no spaces inside this paren. (space-in-parens)
(#6170) There should be no spaces inside this paren. (space-in-parens)
(#6172) There should be no spaces inside this paren. (space-in-parens)
(#6172) There should be no spaces inside this paren. (space-in-parens)
(#6177) There should be no spaces inside this paren. (space-in-parens)
(#6177) There should be no spaces inside this paren. (space-in-parens)
(#6177) There should be no spaces inside this paren. (space-in-parens)
(#6177) There should be no spaces inside this paren. (space-in-parens)
(#6178) There should be no spaces inside this paren. (space-in-parens)
(#6178) There should be no spaces inside this paren. (space-in-parens)
(#6186) Expected space(s) after "for". (keyword-spacing)
(#6186) There should be no spaces inside this paren. (space-in-parens)
(#6187) There should be no space after '[' (computed-property-spacing)
(#6187) There should be no space before ']' (computed-property-spacing)
(#6190) There should be no spaces inside this paren. (space-in-parens)
(#6190) There should be no spaces inside this paren. (space-in-parens)
(#6191) There should be no spaces inside this paren. (space-in-parens)
(#6191) There should be no spaces inside this paren. (space-in-parens)
(#6192) There should be no spaces inside this paren. (space-in-parens)
(#6192) There should be no spaces inside this paren. (space-in-parens)
(#6194) There should be no space after '[' (computed-property-spacing)
(#6194) There should be no space before ']' (computed-property-spacing)
(#6194) There should be no space after '[' (computed-property-spacing)
(#6194) There should be no space before ']' (computed-property-spacing)
(#6196) There should be no space after '[' (computed-property-spacing)
(#6196) There should be no space before ']' (computed-property-spacing)
(#6196) There should be no spaces inside this paren. (space-in-parens)
(#6196) There should be no spaces inside this paren. (space-in-parens)
(#6202) Expected space or tab after '//' in comment. (spaced-comment)
(#6203) Missing JSDoc comment. (require-jsdoc)
(#6203) There should be no spaces inside this paren. (space-in-parens)
(#6204) There should be no spaces inside this paren. (space-in-parens)
(#6206) There should be no space after '[' (computed-property-spacing)
(#6206) There should be no space before ']' (computed-property-spacing)
(#6209) There should be no space after '[' (computed-property-spacing)
(#6209) There should be no space before ']' (computed-property-spacing)
(#6211) There should be no space after '[' (computed-property-spacing)
(#6211) There should be no space before ']' (computed-property-spacing)
(#6214) There should be no spaces inside this paren. (space-in-parens)
(#6214) There should be no spaces inside this paren. (space-in-parens)
(#6217) Expected space(s) after "for". (keyword-spacing)
(#6217) There should be no spaces inside this paren. (space-in-parens)
(#6217) There should be no spaces inside this paren. (space-in-parens)
(#6217) There should be no spaces inside this paren. (space-in-parens)
(#6218) There should be no space after '[' (computed-property-spacing)
(#6218) There should be no space before ']' (computed-property-spacing)
(#6218) There should be no spaces inside this paren. (space-in-parens)
(#6218) There should be no spaces inside this paren. (space-in-parens)
(#6221) There should be no spaces inside this paren. (space-in-parens)
(#6221) There should be no spaces inside this paren. (space-in-parens)
(#6222) There should be no spaces inside this paren. (space-in-parens)
(#6222) There should be no space after '[' (computed-property-spacing)
(#6222) There should be no space before ']' (computed-property-spacing)
(#6222) There should be no spaces inside this paren. (space-in-parens)
(#6225) There should be no spaces inside this paren. (space-in-parens)
(#6225) There should be no spaces inside this paren. (space-in-parens)
(#6227) There should be no spaces inside this paren. (space-in-parens)
(#6233) There should be no spaces inside this paren. (space-in-parens)
(#6233) There should be no spaces inside this paren. (space-in-parens)
(#6233) There should be no spaces inside this paren. (space-in-parens)
(#6233) There should be no space after '[' (computed-property-spacing)
(#6233) There should be no space before ']' (computed-property-spacing)
(#6233) There should be no spaces inside this paren. (space-in-parens)
(#6235) There should be no spaces inside this paren. (space-in-parens)
(#6243) There should be no spaces inside this paren. (space-in-parens)
(#6243) There should be no spaces inside this paren. (space-in-parens)
(#6244) There should be no spaces inside this paren. (space-in-parens)
(#6244) There should be no spaces inside this paren. (space-in-parens)
(#6245) There should be no spaces inside this paren. (space-in-parens)
(#6245) There should be no spaces inside this paren. (space-in-parens)
(#6248) There should be no spaces inside this paren. (space-in-parens)
(#6248) There should be no spaces inside this paren. (space-in-parens)
(#6252) There should be no spaces inside this paren. (space-in-parens)
(#6252) There should be no spaces inside this paren. (space-in-parens)
(#6253) There should be no spaces inside this paren. (space-in-parens)
(#6253) There should be no spaces inside this paren. (space-in-parens)
(#6254) There should be no spaces inside this paren. (space-in-parens)
(#6254) There should be no spaces inside this paren. (space-in-parens)
(#6255) There should be no spaces inside this paren. (space-in-parens)
(#6255) There should be no spaces inside this paren. (space-in-parens)
(#6262) There should be no spaces inside this paren. (space-in-parens)
(#6262) There should be no spaces inside this paren. (space-in-parens)
(#6264) There should be no spaces inside this paren. (space-in-parens)
(#6264) There should be no spaces inside this paren. (space-in-parens)
(#6264) There should be no spaces inside this paren. (space-in-parens)
(#6264) There should be no spaces inside this paren. (space-in-parens)
(#6270) There should be no spaces inside this paren. (space-in-parens)
(#6270) There should be no spaces inside this paren. (space-in-parens)
(#6271) There should be no spaces inside this paren. (space-in-parens)
(#6271) There should be no spaces inside this paren. (space-in-parens)
(#6285) There should be no spaces inside this paren. (space-in-parens)
(#6285) There should be no spaces inside this paren. (space-in-parens)
(#6289) There should be no spaces inside this paren. (space-in-parens)
(#6289) There should be no spaces inside this paren. (space-in-parens)
(#6292) There should be no spaces inside this paren. (space-in-parens)
(#6292) There should be no spaces inside this paren. (space-in-parens)
(#6296) There should be no spaces inside this paren. (space-in-parens)
(#6296) 'selector' used outside of binding context. (block-scoped-var)
(#6304) 'selector' used outside of binding context. (block-scoped-var)
(#6307) There should be no spaces inside this paren. (space-in-parens)
(#6310) There should be no spaces inside this paren. (space-in-parens)
(#6310) There should be no spaces inside this paren. (space-in-parens)
(#6311) There should be no spaces inside this paren. (space-in-parens)
(#6311) There should be no space after '[' (array-bracket-spacing)
(#6311) There should be no space before ']' (array-bracket-spacing)
(#6311) There should be no spaces inside this paren. (space-in-parens)
(#6320) There should be no spaces inside this paren. (space-in-parens)
(#6320) There should be no spaces inside this paren. (space-in-parens)
(#6324) Missing space before opening brace. (space-before-blocks)
(#6325) There should be no spaces inside this paren. (space-in-parens)
(#6325) There should be no spaces inside this paren. (space-in-parens)
(#6327) Missing space before opening brace. (space-before-blocks)
(#6329) There should be no spaces inside this paren. (space-in-parens)
(#6329) There should be no spaces inside this paren. (space-in-parens)
(#6329) There should be no spaces inside this paren. (space-in-parens)
(#6330) There should be no spaces inside this paren. (space-in-parens)
(#6330) There should be no spaces inside this paren. (space-in-parens)
(#6330) There should be no spaces inside this paren. (space-in-parens)
(#6332) There should be no spaces inside this paren. (space-in-parens)
(#6332) There should be no spaces inside this paren. (space-in-parens)
(#6332) Missing space before opening brace. (space-before-blocks)
(#6333) There should be no spaces inside this paren. (space-in-parens)
(#6333) There should be no spaces inside this paren. (space-in-parens)
(#6335) Do not nest ternary expressions (no-nested-ternary)
(#6335) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#6337) There should be no spaces inside this paren. (space-in-parens)
(#6337) There should be no spaces inside this paren. (space-in-parens)
(#6338) There should be no spaces inside this paren. (space-in-parens)
(#6338) There should be no spaces inside this paren. (space-in-parens)
(#6338) 'i' is defined but never used (no-unused-vars)
(#6338) There should be no spaces inside this paren. (space-in-parens)
(#6338) Missing space before opening brace. (space-before-blocks)
(#6339) There should be no space after '{' (object-curly-spacing)
(#6339) There should be no spaces inside this paren. (space-in-parens)
(#6339) There should be no spaces inside this paren. (space-in-parens)
(#6339) There should be no space before '}' (object-curly-spacing)
(#6341) There should be no space after '{' (object-curly-spacing)
(#6341) There should be no spaces inside this paren. (space-in-parens)
(#6341) There should be no spaces inside this paren. (space-in-parens)
(#6341) There should be no space before '}' (object-curly-spacing)
(#6347) There should be no spaces inside this paren. (space-in-parens)
(#6347) There should be no spaces inside this paren. (space-in-parens)
(#6347) There should be no spaces inside this paren. (space-in-parens)
(#6347) There should be no spaces inside this paren. (space-in-parens)
(#6347) There should be no spaces inside this paren. (space-in-parens)
(#6347) Missing space before opening brace. (space-before-blocks)
(#6348) There should be no space after '[' (computed-property-spacing)
(#6348) There should be no space before ']' (computed-property-spacing)
(#6348) There should be no spaces inside this paren. (space-in-parens)
(#6348) There should be no spaces inside this paren. (space-in-parens)
(#6348) Missing space before opening brace. (space-before-blocks)
(#6349) There should be no spaces inside this paren. (space-in-parens)
(#6349) There should be no spaces inside this paren. (space-in-parens)
(#6351) There should be no spaces inside this paren. (space-in-parens)
(#6353) There should be no spaces inside this paren. (space-in-parens)
(#6353) There should be no space after '[' (array-bracket-spacing)
(#6353) There should be no space before ']' (array-bracket-spacing)
(#6353) There should be no spaces inside this paren. (space-in-parens)
(#6353) There should be no spaces inside this paren. (space-in-parens)
(#6354) There should be no space after '[' (computed-property-spacing)
(#6354) There should be no space before ']' (computed-property-spacing)
(#6354) There should be no spaces inside this paren. (space-in-parens)
(#6354) There should be no spaces inside this paren. (space-in-parens)
(#6356) There should be no spaces inside this paren. (space-in-parens)
(#6356) There should be no spaces inside this paren. (space-in-parens)
(#6356) There should be no spaces inside this paren. (space-in-parens)
(#6356) There should be no spaces inside this paren. (space-in-parens)
(#6370) There should be no spaces inside this paren. (space-in-parens)
(#6374) There should be no spaces inside this paren. (space-in-parens)
(#6374) There should be no spaces inside this paren. (space-in-parens)
(#6375) There should be no spaces inside this paren. (space-in-parens)
(#6375) There should be no spaces inside this paren. (space-in-parens)
(#6378) There should be no spaces inside this paren. (space-in-parens)
(#6378) There should be no spaces inside this paren. (space-in-parens)
(#6379) There should be no spaces inside this paren. (space-in-parens)
(#6379) There should be no spaces inside this paren. (space-in-parens)
(#6385) Unexpected space before function parentheses. (space-before-function-paren)
(#6385) There should be no spaces inside this paren. (space-in-parens)
(#6385) There should be no spaces inside this paren. (space-in-parens)
(#6386) There should be no spaces inside this paren. (space-in-parens)
(#6386) There should be no spaces inside this paren. (space-in-parens)
(#6389) There should be no spaces inside this paren. (space-in-parens)
(#6389) There should be no spaces inside this paren. (space-in-parens)
(#6392) There should be no spaces inside this paren. (space-in-parens)
(#6392) There should be no spaces inside this paren. (space-in-parens)
(#6395) Expected space(s) after "for". (keyword-spacing)
(#6395) There should be no spaces inside this paren. (space-in-parens)
(#6395) There should be no space after '{' (object-curly-spacing)
(#6395) There should be no space before '}' (object-curly-spacing)
(#6395) There should be no spaces inside this paren. (space-in-parens)
(#6396) There should be no spaces inside this paren. (space-in-parens)
(#6396) There should be no spaces inside this paren. (space-in-parens)
(#6397) There should be no space after '[' (computed-property-spacing)
(#6397) There should be no space before ']' (computed-property-spacing)
(#6397) There should be no space after '[' (computed-property-spacing)
(#6397) There should be no space before ']' (computed-property-spacing)
(#6398) Expected space(s) after "if". (keyword-spacing)
(#6398) There should be no spaces inside this paren. (space-in-parens)
(#6398) There should be no spaces inside this paren. (space-in-parens)
(#6399) There should be no space after '[' (computed-property-spacing)
(#6399) There should be no space before ']' (computed-property-spacing)
(#6399) There should be no space after '[' (computed-property-spacing)
(#6399) There should be no space before ']' (computed-property-spacing)
(#6407) There should be no spaces inside this paren. (space-in-parens)
(#6407) There should be no space after '[' (computed-property-spacing)
(#6407) There should be no space before ']' (computed-property-spacing)
(#6407) There should be no spaces inside this paren. (space-in-parens)
(#6462) There should be no spaces inside this paren. (space-in-parens)
(#6462) There should be no spaces inside this paren. (space-in-parens)
(#6463) There should be no spaces inside this paren. (space-in-parens)
(#6463) There should be no spaces inside this paren. (space-in-parens)
(#6466) Function 'ajax' has a complexity of 42. (complexity)
(#6466) There should be no spaces inside this paren. (space-in-parens)
(#6466) There should be no spaces inside this paren. (space-in-parens)
(#6469) There should be no spaces inside this paren. (space-in-parens)
(#6469) There should be no spaces inside this paren. (space-in-parens)
(#6478) There should be no spaces inside this paren. (space-in-parens)
(#6478) There should be no spaces inside this paren. (space-in-parens)
(#6485) There should be no spaces inside this paren. (space-in-parens)
(#6485) There should be no spaces inside this paren. (space-in-parens)
(#6486) There should be no spaces inside this paren. (space-in-parens)
(#6486) There should be no spaces inside this paren. (space-in-parens)
(#6517) There should be no spaces inside this paren. (space-in-parens)
(#6517) There should be no spaces inside this paren. (space-in-parens)
(#6518) There should be no spaces inside this paren. (space-in-parens)
(#6518) There should be no spaces inside this paren. (space-in-parens)
(#6519) There should be no space after '[' (computed-property-spacing)
(#6519) There should be no spaces inside this paren. (space-in-parens)
(#6519) There should be no spaces inside this paren. (space-in-parens)
(#6519) There should be no space before ']' (computed-property-spacing)
(#6530) There should be no spaces inside this paren. (space-in-parens)
(#6530) There should be no spaces inside this paren. (space-in-parens)
(#6532) There should be no spaces inside this paren. (space-in-parens)
(#6532) There should be no spaces inside this paren. (space-in-parens)
(#6533) There should be no spaces inside this paren. (space-in-parens)
(#6533) There should be no spaces inside this paren. (space-in-parens)
(#6535) Expected space(s) after "while". (keyword-spacing)
(#6535) There should be no spaces inside this paren. (space-in-parens)
(#6535) There should be no spaces inside this paren. (space-in-parens)
(#6535) There should be no spaces inside this paren. (space-in-parens)
(#6535) There should be no spaces inside this paren. (space-in-parens)
(#6535) There should be no spaces inside this paren. (space-in-parens)
(#6535) There should be no spaces inside this paren. (space-in-parens)
(#6536) There should be no space after '[' (computed-property-spacing)
(#6536) There should be no space before ']' (computed-property-spacing)
(#6536) There should be no space after '[' (computed-property-spacing)
(#6536) There should be no space before ']' (computed-property-spacing)
(#6539) There should be no space after '[' (computed-property-spacing)
(#6539) There should be no space before ']' (computed-property-spacing)
(#6545) There should be no spaces inside this paren. (space-in-parens)
(#6545) There should be no spaces inside this paren. (space-in-parens)
(#6546) There should be no spaces inside this paren. (space-in-parens)
(#6546) There should be no spaces inside this paren. (space-in-parens)
(#6553) There should be no spaces inside this paren. (space-in-parens)
(#6553) There should be no spaces inside this paren. (space-in-parens)
(#6555) There should be no spaces inside this paren. (space-in-parens)
(#6555) There should be no spaces inside this paren. (space-in-parens)
(#6556) There should be no spaces inside this paren. (space-in-parens)
(#6556) There should be no spaces inside this paren. (space-in-parens)
(#6558) There should be no spaces inside this paren. (space-in-parens)
(#6558) There should be no spaces inside this paren. (space-in-parens)
(#6566) Function 'done' has a complexity of 22. (complexity)
(#6566) Missing JSDoc comment. (require-jsdoc)
(#6566) There should be no spaces inside this paren. (space-in-parens)
(#6566) There should be no spaces inside this paren. (space-in-parens)
(#6569) There should be no spaces inside this paren. (space-in-parens)
(#6569) There should be no spaces inside this paren. (space-in-parens)
(#6577) There should be no spaces inside this paren. (space-in-parens)
(#6577) There should be no spaces inside this paren. (space-in-parens)
(#6578) There should be no spaces inside this paren. (space-in-parens)
(#6578) There should be no spaces inside this paren. (space-in-parens)
(#6594) There should be no spaces inside this paren. (space-in-parens)
(#6594) There should be no spaces inside this paren. (space-in-parens)
(#6599) There should be no spaces inside this paren. (space-in-parens)
(#6599) There should be no spaces inside this paren. (space-in-parens)
(#6602) There should be no spaces inside this paren. (space-in-parens)
(#6602) There should be no spaces inside this paren. (space-in-parens)
(#6604) There should be no spaces inside this paren. (space-in-parens)
(#6604) There should be no spaces inside this paren. (space-in-parens)
(#6604) There should be no spaces inside this paren. (space-in-parens)
(#6604) There should be no spaces inside this paren. (space-in-parens)
(#6604) There should be no spaces inside this paren. (space-in-parens)
(#6604) There should be no spaces inside this paren. (space-in-parens)
(#6605) There should be no space after '[' (computed-property-spacing)
(#6605) There should be no space before ']' (computed-property-spacing)
(#6607) There should be no spaces inside this paren. (space-in-parens)
(#6607) There should be no spaces inside this paren. (space-in-parens)
(#6607) There should be no spaces inside this paren. (space-in-parens)
(#6607) There should be no spaces inside this paren. (space-in-parens)
(#6607) There should be no spaces inside this paren. (space-in-parens)
(#6607) There should be no spaces inside this paren. (space-in-parens)
(#6608) There should be no space after '[' (computed-property-spacing)
(#6608) There should be no space before ']' (computed-property-spacing)
(#6613) There should be no spaces inside this paren. (space-in-parens)
(#6613) There should be no spaces inside this paren. (space-in-parens)
(#6622) There should be no spaces inside this paren. (space-in-parens)
(#6622) There should be no spaces inside this paren. (space-in-parens)
(#6625) Expected space(s) after "catch". (keyword-spacing)
(#6635) Expected space(s) after "if". (keyword-spacing)
(#6635) There should be no spaces inside this paren. (space-in-parens)
(#6635) There should be no spaces inside this paren. (space-in-parens)
(#6637) There should be no spaces inside this paren. (space-in-parens)
(#6637) There should be no spaces inside this paren. (space-in-parens)
(#6648) There should be no spaces inside this paren. (space-in-parens)
(#6648) There should be no spaces inside this paren. (space-in-parens)
(#6649) There should be no spaces inside this paren. (space-in-parens)
(#6649) There should be no space after '[' (array-bracket-spacing)
(#6649) There should be no space before ']' (array-bracket-spacing)
(#6649) There should be no spaces inside this paren. (space-in-parens)
(#6651) There should be no spaces inside this paren. (space-in-parens)
(#6651) There should be no space after '[' (array-bracket-spacing)
(#6651) There should be no space before ']' (array-bracket-spacing)
(#6651) There should be no spaces inside this paren. (space-in-parens)
(#6655) There should be no spaces inside this paren. (space-in-parens)
(#6655) There should be no spaces inside this paren. (space-in-parens)
(#6658) There should be no spaces inside this paren. (space-in-parens)
(#6658) There should be no spaces inside this paren. (space-in-parens)
(#6659) There should be no spaces inside this paren. (space-in-parens)
(#6659) There should be no spaces inside this paren. (space-in-parens)
(#6659) There should be no spaces inside this paren. (space-in-parens)
(#6660) There should be no space after '[' (array-bracket-spacing)
(#6660) There should be no space before ']' (array-bracket-spacing)
(#6660) There should be no spaces inside this paren. (space-in-parens)
(#6664) There should be no spaces inside this paren. (space-in-parens)
(#6664) There should be no space after '[' (array-bracket-spacing)
(#6664) There should be no space before ']' (array-bracket-spacing)
(#6664) There should be no spaces inside this paren. (space-in-parens)
(#6666) There should be no spaces inside this paren. (space-in-parens)
(#6666) There should be no spaces inside this paren. (space-in-parens)
(#6667) There should be no spaces inside this paren. (space-in-parens)
(#6667) There should be no space after '[' (array-bracket-spacing)
(#6667) There should be no spaces inside this paren. (space-in-parens)
(#6669) There should be no spaces inside this paren. (space-in-parens)
(#6669) There should be no spaces inside this paren. (space-in-parens)
(#6669) There should be no spaces inside this paren. (space-in-parens)
(#6669) There should be no spaces inside this paren. (space-in-parens)
(#6670) There should be no spaces inside this paren. (space-in-parens)
(#6670) There should be no spaces inside this paren. (space-in-parens)
(#6676) There should be no spaces inside this paren. (space-in-parens)
(#6676) There should be no spaces inside this paren. (space-in-parens)
(#6682) There should be no spaces inside this paren. (space-in-parens)
(#6682) There should be no spaces inside this paren. (space-in-parens)
(#6683) There should be no spaces inside this paren. (space-in-parens)
(#6683) There should be no spaces inside this paren. (space-in-parens)
(#6685) There should be no spaces inside this paren. (space-in-parens)
(#6685) There should be no spaces inside this paren. (space-in-parens)
(#6686) Expected space(s) after "for". (keyword-spacing)
(#6686) There should be no spaces inside this paren. (space-in-parens)
(#6686) There should be no spaces inside this paren. (space-in-parens)
(#6687) There should be no space after '[' (computed-property-spacing)
(#6687) There should be no space before ']' (computed-property-spacing)
(#6687) There should be no space after '[' (array-bracket-spacing)
(#6687) There should be no space before ']' (array-bracket-spacing)
(#6690) There should be no space after '[' (computed-property-spacing)
(#6690) There should be no space before ']' (computed-property-spacing)
(#6691) There should be no spaces inside this paren. (space-in-parens)
(#6691) There should be no spaces inside this paren. (space-in-parens)
(#6700) There should be no spaces inside this paren. (space-in-parens)
(#6700) There should be no spaces inside this paren. (space-in-parens)
(#6700) There should be no spaces inside this paren. (space-in-parens)
(#6700) There should be no spaces inside this paren. (space-in-parens)
(#6700) There should be no spaces inside this paren. (space-in-parens)
(#6700) There should be no spaces inside this paren. (space-in-parens)
(#6700) There should be no spaces inside this paren. (space-in-parens)
(#6700) There should be no space after '[' (computed-property-spacing)
(#6700) There should be no space before ']' (computed-property-spacing)
(#6700) There should be no spaces inside this paren. (space-in-parens)
(#6703) There should be no spaces inside this paren. (space-in-parens)
(#6703) There should be no spaces inside this paren. (space-in-parens)
(#6703) There should be no spaces inside this paren. (space-in-parens)
(#6703) There should be no spaces inside this paren. (space-in-parens)
(#6706) There should be no spaces inside this paren. (space-in-parens)
(#6706) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#6706) There should be no spaces inside this paren. (space-in-parens)
(#6707) There should be no spaces inside this paren. (space-in-parens)
(#6707) There should be no spaces inside this paren. (space-in-parens)
(#6708) There should be no spaces inside this paren. (space-in-parens)
(#6709) There should be no spaces inside this paren. (space-in-parens)
(#6709) There should be no space after '[' (computed-property-spacing)
(#6709) There should be no space before ']' (computed-property-spacing)
(#6709) There should be no space after '[' (computed-property-spacing)
(#6709) There should be no space before ']' (computed-property-spacing)
(#6709) There should be no space after '[' (computed-property-spacing)
(#6709) There should be no space before ']' (computed-property-spacing)
(#6709) There should be no space after '[' (computed-property-spacing)
(#6709) There should be no space before ']' (computed-property-spacing)
(#6710) There should be no spaces inside this paren. (space-in-parens)
(#6710) There should be no space after '[' (computed-property-spacing)
(#6710) There should be no space before ']' (computed-property-spacing)
(#6710) There should be no spaces inside this paren. (space-in-parens)
(#6710) There should be no space after '[' (computed-property-spacing)
(#6710) There should be no space before ']' (computed-property-spacing)
(#6710) There should be no spaces inside this paren. (space-in-parens)
(#6710) There should be no spaces inside this paren. (space-in-parens)
(#6711) There should be no spaces inside this paren. (space-in-parens)
(#6711) There should be no space after '[' (computed-property-spacing)
(#6711) There should be no space before ']' (computed-property-spacing)
(#6711) There should be no spaces inside this paren. (space-in-parens)
(#6711) There should be no space after '[' (computed-property-spacing)
(#6711) There should be no space before ']' (computed-property-spacing)
(#6711) There should be no spaces inside this paren. (space-in-parens)
(#6711) There should be no spaces inside this paren. (space-in-parens)
(#6711) There should be no spaces inside this paren. (space-in-parens)
(#6716) There should be no spaces inside this paren. (space-in-parens)
(#6716) There should be no spaces inside this paren. (space-in-parens)
(#6717) There should be no spaces inside this paren. (space-in-parens)
(#6717) There should be no spaces inside this paren. (space-in-parens)
(#6721) There should be no spaces inside this paren. (space-in-parens)
(#6721) There should be no spaces inside this paren. (space-in-parens)
(#6724) There should be no spaces inside this paren. (space-in-parens)
(#6724) There should be no spaces inside this paren. (space-in-parens)
(#6735) There should be no spaces inside this paren. (space-in-parens)
(#6735) There should be no spaces inside this paren. (space-in-parens)
(#6738) There should be no spaces inside this paren. (space-in-parens)
(#6738) There should be no spaces inside this paren. (space-in-parens)
(#6739) There should be no spaces inside this paren. (space-in-parens)
(#6739) There should be no spaces inside this paren. (space-in-parens)
(#6743) There should be no spaces inside this paren. (space-in-parens)
(#6743) There should be no spaces inside this paren. (space-in-parens)
(#6746) There should be no spaces inside this paren. (space-in-parens)
(#6746) There should be no spaces inside this paren. (space-in-parens)
(#6747) There should be no spaces inside this paren. (space-in-parens)
(#6747) There should be no spaces inside this paren. (space-in-parens)
(#6747) There should be no spaces inside this paren. (space-in-parens)
(#6747) There should be no spaces inside this paren. (space-in-parens)
(#6754) There should be no spaces inside this paren. (space-in-parens)
(#6754) There should be no spaces inside this paren. (space-in-parens)
(#6758) There should be no spaces inside this paren. (space-in-parens)
(#6758) There should be no spaces inside this paren. (space-in-parens)
(#6761) There should be no spaces inside this paren. (space-in-parens)
(#6761) There should be no spaces inside this paren. (space-in-parens)
(#6761) There should be no spaces inside this paren. (space-in-parens)
(#6761) There should be no spaces inside this paren. (space-in-parens)
(#6761) There should be no spaces inside this paren. (space-in-parens)
(#6761) There should be no spaces inside this paren. (space-in-parens)
(#6761) There should be no spaces inside this paren. (space-in-parens)
(#6766) There should be no spaces inside this paren. (space-in-parens)
(#6766) There should be no spaces inside this paren. (space-in-parens)
(#6767) There should be no space after '[' (computed-property-spacing)
(#6767) There should be no space before ']' (computed-property-spacing)
(#6771) There should be no spaces inside this paren. (space-in-parens)
(#6771) There should be no spaces inside this paren. (space-in-parens)
(#6773) There should be no spaces inside this paren. (space-in-parens)
(#6773) There should be no space after '[' (computed-property-spacing)
(#6773) There should be no space before ']' (computed-property-spacing)
(#6773) There should be no spaces inside this paren. (space-in-parens)
(#6774) There should be no space after '[' (computed-property-spacing)
(#6774) There should be no space before ']' (computed-property-spacing)
(#6774) There should be no space after '[' (computed-property-spacing)
(#6774) There should be no space before ']' (computed-property-spacing)
(#6776) There should be no spaces inside this paren. (space-in-parens)
(#6776) There should be no space after '[' (computed-property-spacing)
(#6776) There should be no space before ']' (computed-property-spacing)
(#6776) There should be no spaces inside this paren. (space-in-parens)
(#6777) There should be no space after '[' (computed-property-spacing)
(#6777) There should be no space before ']' (computed-property-spacing)
(#6777) There should be no space after '[' (computed-property-spacing)
(#6777) There should be no space before ']' (computed-property-spacing)
(#6782) There should be no space after '[' (computed-property-spacing)
(#6782) There should be no space before ']' (computed-property-spacing)
(#6782) There should be no space after '[' (computed-property-spacing)
(#6782) There should be no space before ']' (computed-property-spacing)
(#6783) There should be no space after '[' (computed-property-spacing)
(#6783) There should be no space before ']' (computed-property-spacing)
(#6783) There should be no spaces inside this paren. (space-in-parens)
(#6783) There should be no space after '[' (computed-property-spacing)
(#6783) There should be no space before ']' (computed-property-spacing)
(#6783) There should be no spaces inside this paren. (space-in-parens)
(#6784) There should be no space after '[' (computed-property-spacing)
(#6784) There should be no space before ']' (computed-property-spacing)
(#6787) There should be no spaces inside this paren. (space-in-parens)
(#6787) There should be no spaces inside this paren. (space-in-parens)
(#6788) There should be no spaces inside this paren. (space-in-parens)
(#6788) There should be no space after '[' (computed-property-spacing)
(#6788) There should be no space before ']' (computed-property-spacing)
(#6788) There should be no spaces inside this paren. (space-in-parens)
(#6792) There should be no spaces inside this paren. (space-in-parens)
(#6792) There should be no spaces inside this paren. (space-in-parens)
(#6792) There should be no spaces inside this paren. (space-in-parens)
(#6792) There should be no spaces inside this paren. (space-in-parens)
(#6792) There should be no spaces inside this paren. (space-in-parens)
(#6792) There should be no spaces inside this paren. (space-in-parens)
(#6800) There should be no spaces inside this paren. (space-in-parens)
(#6800) There should be no space after '{' (object-curly-spacing)
(#6800) There should be no space before '}' (object-curly-spacing)
(#6800) There should be no spaces inside this paren. (space-in-parens)
(#6801) There should be no space after '[' (computed-property-spacing)
(#6801) There should be no space before ']' (computed-property-spacing)
(#6801) There should be no spaces inside this paren. (space-in-parens)
(#6801) There should be no space after '[' (computed-property-spacing)
(#6801) There should be no space before ']' (computed-property-spacing)
(#6801) There should be no spaces inside this paren. (space-in-parens)
(#6805) There should be no spaces inside this paren. (space-in-parens)
(#6805) There should be no spaces inside this paren. (space-in-parens)
(#6808) There should be no spaces inside this paren. (space-in-parens)
(#6808) There should be no spaces inside this paren. (space-in-parens)
(#6809) There should be no spaces inside this paren. (space-in-parens)
(#6809) There should be no spaces inside this paren. (space-in-parens)
(#6813) There should be no spaces inside this paren. (space-in-parens)
(#6813) There should be no spaces inside this paren. (space-in-parens)
(#6814) There should be no spaces inside this paren. (space-in-parens)
(#6814) There should be no space after '[' (array-bracket-spacing)
(#6814) There should be no space before ']' (array-bracket-spacing)
(#6814) There should be no spaces inside this paren. (space-in-parens)
(#6817) There should be no spaces inside this paren. (space-in-parens)
(#6817) There should be no spaces inside this paren. (space-in-parens)
(#6818) There should be no spaces inside this paren. (space-in-parens)
(#6818) Missing space before opening brace. (space-before-blocks)
(#6819) There should be no spaces inside this paren. (space-in-parens)
(#6819) There should be no spaces inside this paren. (space-in-parens)
(#6820) There should be no spaces inside this paren. (space-in-parens)
(#6825) There should be no spaces inside this paren. (space-in-parens)
(#6825) There should be no spaces inside this paren. (space-in-parens)
(#6828) There should be no spaces inside this paren. (space-in-parens)
(#6828) There should be no spaces inside this paren. (space-in-parens)
(#6829) There should be no spaces inside this paren. (space-in-parens)
(#6829) There should be no spaces inside this paren. (space-in-parens)
(#6832) There should be no spaces inside this paren. (space-in-parens)
(#6832) There should be no spaces inside this paren. (space-in-parens)
(#6842) There should be no spaces inside this paren. (space-in-parens)
(#6842) There should be no spaces inside this paren. (space-in-parens)
(#6844) There should be no spaces inside this paren. (space-in-parens)
(#6844) There should be no spaces inside this paren. (space-in-parens)
(#6846) There should be no spaces inside this paren. (space-in-parens)
(#6846) There should be no spaces inside this paren. (space-in-parens)
(#6847) There should be no space after '[' (computed-property-spacing)
(#6847) There should be no space before ']' (computed-property-spacing)
(#6847) There should be no spaces inside this paren. (space-in-parens)
(#6847) There should be no spaces inside this paren. (space-in-parens)
(#6847) There should be no spaces inside this paren. (space-in-parens)
(#6847) There should be no spaces inside this paren. (space-in-parens)
(#6851) There should be no spaces inside this paren. (space-in-parens)
(#6851) There should be no spaces inside this paren. (space-in-parens)
(#6856) There should be no spaces inside this paren. (space-in-parens)
(#6856) There should be no spaces inside this paren. (space-in-parens)
(#6856) There should be no spaces inside this paren. (space-in-parens)
(#6856) There should be no spaces inside this paren. (space-in-parens)
(#6856) There should be no spaces inside this paren. (space-in-parens)
(#6856) There should be no spaces inside this paren. (space-in-parens)
(#6856) There should be no spaces inside this paren. (space-in-parens)
(#6856) There should be no spaces inside this paren. (space-in-parens)
(#6858) There should be no spaces inside this paren. (space-in-parens)
(#6859) There should be no spaces inside this paren. (space-in-parens)
(#6859) There should be no spaces inside this paren. (space-in-parens)
(#6860) There should be no spaces inside this paren. (space-in-parens)
(#6865) There should be no spaces inside this paren. (space-in-parens)
(#6865) There should be no spaces inside this paren. (space-in-parens)
(#6866) There should be no spaces inside this paren. (space-in-parens)
(#6866) There should be no space after '[' (computed-property-spacing)
(#6866) There should be no space before ']' (computed-property-spacing)
(#6866) There should be no spaces inside this paren. (space-in-parens)
(#6871) There should be no spaces inside this paren. (space-in-parens)
(#6871) There should be no spaces inside this paren. (space-in-parens)
(#6871) There should be no spaces inside this paren. (space-in-parens)
(#6871) There should be no spaces inside this paren. (space-in-parens)
(#6875) Missing JSDoc comment. (require-jsdoc)
(#6875) There should be no spaces inside this paren. (space-in-parens)
(#6875) There should be no spaces inside this paren. (space-in-parens)
(#6876) There should be no spaces inside this paren. (space-in-parens)
(#6876) There should be no spaces inside this paren. (space-in-parens)
(#6876) There should be no spaces inside this paren. (space-in-parens)
(#6876) There should be no spaces inside this paren. (space-in-parens)
(#6878) There should be no spaces inside this paren. (space-in-parens)
(#6878) There should be no spaces inside this paren. (space-in-parens)
(#6878) There should be no spaces inside this paren. (space-in-parens)
(#6879) There should be no spaces inside this paren. (space-in-parens)
(#6879) There should be no spaces inside this paren. (space-in-parens)
(#6879) There should be no spaces inside this paren. (space-in-parens)
(#6879) There should be no spaces inside this paren. (space-in-parens)
(#6881) There should be no spaces inside this paren. (space-in-parens)
(#6881) There should be no spaces inside this paren. (space-in-parens)
(#6891) There should be no spaces inside this paren. (space-in-parens)
(#6891) There should be no spaces inside this paren. (space-in-parens)
(#6891) There should be no spaces inside this paren. (space-in-parens)
(#6891) There should be no spaces inside this paren. (space-in-parens)
(#6895) There should be no spaces inside this paren. (space-in-parens)
(#6895) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#6895) There should be no spaces inside this paren. (space-in-parens)
(#6898) There should be no spaces inside this paren. (space-in-parens)
(#6898) There should be no spaces inside this paren. (space-in-parens)
(#6898) There should be no spaces inside this paren. (space-in-parens)
(#6898) There should be no spaces inside this paren. (space-in-parens)
(#6898) There should be no spaces inside this paren. (space-in-parens)
(#6898) There should be no spaces inside this paren. (space-in-parens)
(#6899) There should be no spaces inside this paren. (space-in-parens)
(#6899) There should be no spaces inside this paren. (space-in-parens)
(#6903) There should be no spaces inside this paren. (space-in-parens)
(#6903) There should be no spaces inside this paren. (space-in-parens)
(#6904) There should be no spaces inside this paren. (space-in-parens)
(#6904) There should be no space after '[' (computed-property-spacing)
(#6904) There should be no space before ']' (computed-property-spacing)
(#6904) There should be no spaces inside this paren. (space-in-parens)
(#6910) There should be no spaces inside this paren. (space-in-parens)
(#6910) There should be no spaces inside this paren. (space-in-parens)
(#6932) Missing JSDoc comment. (require-jsdoc)
(#6932) Expected to return a value at the end of this function. (consistent-return)
(#6932) There should be no spaces inside this paren. (space-in-parens)
(#6932) There should be no spaces inside this paren. (space-in-parens)
(#6943) Expected space(s) after "for". (keyword-spacing)
(#6943) There should be no spaces inside this paren. (space-in-parens)
(#6943) There should be no spaces inside this paren. (space-in-parens)
(#6944) There should be no spaces inside this paren. (space-in-parens)
(#6944) There should be no spaces inside this paren. (space-in-parens)
(#6945) There should be no space after '[' (computed-property-spacing)
(#6945) There should be no space before ']' (computed-property-spacing)
(#6945) There should be no space after '[' (computed-property-spacing)
(#6945) There should be no space before ']' (computed-property-spacing)
(#6950) Expected space(s) after "while". (keyword-spacing)
(#6950) There should be no spaces inside this paren. (space-in-parens)
(#6950) There should be no space after '[' (computed-property-spacing)
(#6950) There should be no space before ']' (computed-property-spacing)
(#6950) There should be no spaces inside this paren. (space-in-parens)
(#6952) There should be no spaces inside this paren. (space-in-parens)
(#6952) There should be no spaces inside this paren. (space-in-parens)
(#6953) There should be no spaces inside this paren. (space-in-parens)
(#6953) There should be no spaces inside this paren. (space-in-parens)
(#6958) There should be no spaces inside this paren. (space-in-parens)
(#6958) There should be no spaces inside this paren. (space-in-parens)
(#6959) There should be no spaces inside this paren. (space-in-parens)
(#6959) There should be no spaces inside this paren. (space-in-parens)
(#6960) There should be no spaces inside this paren. (space-in-parens)
(#6960) There should be no space after '[' (computed-property-spacing)
(#6960) There should be no space before ']' (computed-property-spacing)
(#6960) There should be no space after '[' (computed-property-spacing)
(#6960) There should be no space before ']' (computed-property-spacing)
(#6960) There should be no spaces inside this paren. (space-in-parens)
(#6960) There should be no spaces inside this paren. (space-in-parens)
(#6960) There should be no spaces inside this paren. (space-in-parens)
(#6961) There should be no spaces inside this paren. (space-in-parens)
(#6961) There should be no spaces inside this paren. (space-in-parens)
(#6968) There should be no spaces inside this paren. (space-in-parens)
(#6968) There should be no space after '[' (computed-property-spacing)
(#6968) There should be no space before ']' (computed-property-spacing)
(#6968) There should be no spaces inside this paren. (space-in-parens)
(#6969) There should be no space after '[' (computed-property-spacing)
(#6969) There should be no space before ']' (computed-property-spacing)
(#6972) There should be no spaces inside this paren. (space-in-parens)
(#6972) There should be no spaces inside this paren. (space-in-parens)
(#6973) There should be no spaces inside this paren. (space-in-parens)
(#6973) There should be no space after '[' (computed-property-spacing)
(#6973) There should be no space before ']' (computed-property-spacing)
(#6973) There should be no space after '[' (computed-property-spacing)
(#6973) There should be no space before ']' (computed-property-spacing)
(#6973) There should be no spaces inside this paren. (space-in-parens)
(#6977) There should be no spaces inside this paren. (space-in-parens)
(#6977) There should be no spaces inside this paren. (space-in-parens)
(#6988) There should be no spaces inside this paren. (space-in-parens)
(#6988) There should be no spaces inside this paren. (space-in-parens)
(#6989) There should be no spaces inside this paren. (space-in-parens)
(#6989) There should be no space after '[' (computed-property-spacing)
(#6989) There should be no space before ']' (computed-property-spacing)
(#6989) There should be no spaces inside this paren. (space-in-parens)
(#6990) There should be no spaces inside this paren. (space-in-parens)
(#6990) There should be no spaces inside this paren. (space-in-parens)
(#6992) There should be no space after '[' (computed-property-spacing)
(#6992) There should be no space before ']' (computed-property-spacing)
(#6997) Missing JSDoc comment. (require-jsdoc)
(#6997) There should be no spaces inside this paren. (space-in-parens)
(#6997) There should be no spaces inside this paren. (space-in-parens)
(#7000) There should be no spaces inside this paren. (space-in-parens)
(#7000) There should be no spaces inside this paren. (space-in-parens)
(#7001) There should be no spaces inside this paren. (space-in-parens)
(#7001) There should be no spaces inside this paren. (space-in-parens)
(#7011) There should be no space after '[' (computed-property-spacing)
(#7011) There should be no space before ']' (computed-property-spacing)
(#7022) Expected space(s) after "for". (keyword-spacing)
(#7022) There should be no spaces inside this paren. (space-in-parens)
(#7022) There should be no spaces inside this paren. (space-in-parens)
(#7026) There should be no spaces inside this paren. (space-in-parens)
(#7026) There should be no spaces inside this paren. (space-in-parens)
(#7027) Expected space(s) after "for". (keyword-spacing)
(#7027) There should be no spaces inside this paren. (space-in-parens)
(#7027) There should be no spaces inside this paren. (space-in-parens)
(#7028) Expected space(s) after "if". (keyword-spacing)
(#7028) There should be no spaces inside this paren. (space-in-parens)
(#7028) There should be no spaces inside this paren. (space-in-parens)
(#7029) There should be no space after '[' (computed-property-spacing)
(#7029) There should be no space before ']' (computed-property-spacing)
(#7029) There should be no space after '[' (computed-property-spacing)
(#7029) There should be no space before ']' (computed-property-spacing)
(#7036) There should be no space after '[' (computed-property-spacing)
(#7036) There should be no space before ']' (computed-property-spacing)
(#7039) Expected space(s) after "if". (keyword-spacing)
(#7039) There should be no spaces inside this paren. (space-in-parens)
(#7039) There should be no spaces inside this paren. (space-in-parens)
(#7042) There should be no spaces inside this paren. (space-in-parens)
(#7042) There should be no spaces inside this paren. (space-in-parens)
(#7046) There should be no space after '[' (computed-property-spacing)
(#7046) There should be no space before ']' (computed-property-spacing)
(#7046) There should be no space after '[' (computed-property-spacing)
(#7046) There should be no space before ']' (computed-property-spacing)
(#7049) There should be no spaces inside this paren. (space-in-parens)
(#7049) There should be no spaces inside this paren. (space-in-parens)
(#7051) Expected space(s) after "for". (keyword-spacing)
(#7051) There should be no spaces inside this paren. (space-in-parens)
(#7051) There should be no spaces inside this paren. (space-in-parens)
(#7052) There should be no spaces inside this paren. (space-in-parens)
(#7052) There should be no spaces inside this paren. (space-in-parens)
(#7053) Blocks are nested too deeply (5). (max-depth)
(#7053) There should be no spaces inside this paren. (space-in-parens)
(#7053) There should be no space after '[' (computed-property-spacing)
(#7053) There should be no space before ']' (computed-property-spacing)
(#7053) There should be no space after '[' (computed-property-spacing)
(#7053) There should be no space before ']' (computed-property-spacing)
(#7053) There should be no spaces inside this paren. (space-in-parens)
(#7054) There should be no space after '[' (computed-property-spacing)
(#7054) There should be no space before ']' (computed-property-spacing)
(#7055) Blocks are nested too deeply (6). (max-depth)
(#7055) There should be no spaces inside this paren. (space-in-parens)
(#7055) There should be no spaces inside this paren. (space-in-parens)
(#7056) There should be no space after '[' (computed-property-spacing)
(#7056) There should be no space before ']' (computed-property-spacing)
(#7057) Blocks are nested too deeply (7). (max-depth)
(#7057) There should be no spaces inside this paren. (space-in-parens)
(#7057) There should be no spaces inside this paren. (space-in-parens)
(#7059) There should be no spaces inside this paren. (space-in-parens)
(#7059) There should be no spaces inside this paren. (space-in-parens)
(#7068) There should be no spaces inside this paren. (space-in-parens)
(#7068) There should be no spaces inside this paren. (space-in-parens)
(#7068) There should be no spaces inside this paren. (space-in-parens)
(#7068) There should be no spaces inside this paren. (space-in-parens)
(#7069) There should be no spaces inside this paren. (space-in-parens)
(#7069) A space is required after ','. (comma-spacing)
(#7069) There should be no spaces inside this paren. (space-in-parens)
(#7072) There should be no spaces inside this paren. (space-in-parens)
(#7072) There should be no spaces inside this paren. (space-in-parens)
(#7074) There should be no spaces inside this paren. (space-in-parens)
(#7074) There should be no spaces inside this paren. (space-in-parens)
(#7074) There should be no spaces inside this paren. (space-in-parens)
(#7074) There should be no spaces inside this paren. (space-in-parens)
(#7083) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#7085) Unnecessary escape character: \= (no-useless-escape)
(#7091) There should be no spaces inside this paren. (space-in-parens)
(#7091) There should be no spaces inside this paren. (space-in-parens)
(#7096) There should be no spaces inside this paren. (space-in-parens)
(#7096) Expected to return a value at the end of this function. (consistent-return)
(#7096) There should be no spaces inside this paren. (space-in-parens)
(#7096) There should be no spaces inside this paren. (space-in-parens)
(#7098) There should be no spaces inside this paren. (space-in-parens)
(#7098) There should be no spaces inside this paren. (space-in-parens)
(#7100) There should be no spaces inside this paren. (space-in-parens)
(#7100) There should be no space after '[' (computed-property-spacing)
(#7100) There should be no space before ']' (computed-property-spacing)
(#7102) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#7103) There should be no spaces inside this paren. (space-in-parens)
(#7103) There should be no spaces inside this paren. (space-in-parens)
(#7103) There should be no spaces inside this paren. (space-in-parens)
(#7104) There should be no spaces inside this paren. (space-in-parens)
(#7104) There should be no spaces inside this paren. (space-in-parens)
(#7104) There should be no spaces inside this paren. (space-in-parens)
(#7104) There should be no spaces inside this paren. (space-in-parens)
(#7108) There should be no spaces inside this paren. (space-in-parens)
(#7108) There should be no spaces inside this paren. (space-in-parens)
(#7109) There should be no space after '[' (computed-property-spacing)
(#7109) There should be no space before ']' (computed-property-spacing)
(#7115) There should be no space after '[' (computed-property-spacing)
(#7115) There should be no space before ']' (computed-property-spacing)
(#7117) There should be no spaces inside this paren. (space-in-parens)
(#7117) There should be no spaces inside this paren. (space-in-parens)
(#7117) There should be no spaces inside this paren. (space-in-parens)
(#7117) There should be no spaces inside this paren. (space-in-parens)
(#7118) There should be no space after '[' (computed-property-spacing)
(#7118) There should be no space before ']' (computed-property-spacing)
(#7118) There should be no spaces inside this paren. (space-in-parens)
(#7118) There should be no space after '[' (computed-property-spacing)
(#7118) There should be no space before ']' (computed-property-spacing)
(#7118) There should be no spaces inside this paren. (space-in-parens)
(#7122) There should be no spaces inside this paren. (space-in-parens)
(#7122) There should be no spaces inside this paren. (space-in-parens)
(#7123) There should be no spaces inside this paren. (space-in-parens)
(#7123) There should be no spaces inside this paren. (space-in-parens)
(#7124) There should be no spaces inside this paren. (space-in-parens)
(#7124) There should be no spaces inside this paren. (space-in-parens)
(#7125) There should be no spaces inside this paren. (space-in-parens)
(#7125) There should be no spaces inside this paren. (space-in-parens)
(#7126) There should be no spaces inside this paren. (space-in-parens)
(#7126) There should be no spaces inside this paren. (space-in-parens)
(#7128) There should be no spaces inside this paren. (space-in-parens)
(#7128) There should be no spaces inside this paren. (space-in-parens)
(#7130) There should be no spaces inside this paren. (space-in-parens)
(#7130) There should be no spaces inside this paren. (space-in-parens)
(#7139) There should be no space after '[' (computed-property-spacing)
(#7139) There should be no space before ']' (computed-property-spacing)
(#7139) There should be no spaces inside this paren. (space-in-parens)
(#7139) There should be no spaces inside this paren. (space-in-parens)
(#7140) There should be no space after '[' (array-bracket-spacing)
(#7140) There should be no space before ']' (array-bracket-spacing)
(#7144) There should be no spaces inside this paren. (space-in-parens)
(#7144) There should be no spaces inside this paren. (space-in-parens)
(#7148) There should be no spaces inside this paren. (space-in-parens)
(#7148) There should be no spaces inside this paren. (space-in-parens)
(#7149) There should be no spaces inside this paren. (space-in-parens)
(#7149) There should be no spaces inside this paren. (space-in-parens)
(#7151) There should be no space after '[' (computed-property-spacing)
(#7151) There should be no space before ']' (computed-property-spacing)
(#7155) There should be no space after '[' (computed-property-spacing)
(#7155) There should be no space before ']' (computed-property-spacing)
(#7160) There should be no spaces inside this paren. (space-in-parens)
(#7164) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#7174) There should be no spaces inside this paren. (space-in-parens)
(#7174) There should be no spaces inside this paren. (space-in-parens)
(#7175) There should be no spaces inside this paren. (space-in-parens)
(#7175) There should be no spaces inside this paren. (space-in-parens)
(#7182) There should be no spaces inside this paren. (space-in-parens)
(#7182) There should be no spaces inside this paren. (space-in-parens)
(#7182) There should be no spaces inside this paren. (space-in-parens)
(#7183) There should be no spaces inside this paren. (space-in-parens)
(#7183) There should be no spaces inside this paren. (space-in-parens)
(#7186) There should be no spaces inside this paren. (space-in-parens)
(#7186) There should be no spaces inside this paren. (space-in-parens)
(#7190) There should be no spaces inside this paren. (space-in-parens)
(#7193) There should be no spaces inside this paren. (space-in-parens)
(#7193) Expected to return a value at the end of this function. (consistent-return)
(#7196) There should be no spaces inside this paren. (space-in-parens)
(#7196) There should be no spaces inside this paren. (space-in-parens)
(#7199) There should be no spaces inside this paren. (space-in-parens)
(#7199) There should be no spaces inside this paren. (space-in-parens)
(#7203) There should be no spaces inside this paren. (space-in-parens)
(#7203) There should be no spaces inside this paren. (space-in-parens)
(#7205) There should be no spaces inside this paren. (space-in-parens)
(#7205) There should be no spaces inside this paren. (space-in-parens)
(#7209) There should be no spaces inside this paren. (space-in-parens)
(#7209) There should be no spaces inside this paren. (space-in-parens)
(#7216) There should be no spaces inside this paren. (space-in-parens)
(#7216) There should be no spaces inside this paren. (space-in-parens)
(#7218) There should be no spaces inside this paren. (space-in-parens)
(#7218) There should be no spaces inside this paren. (space-in-parens)
(#7218) There should be no spaces inside this paren. (space-in-parens)
(#7218) There should be no spaces inside this paren. (space-in-parens)
(#7224) There should be no spaces inside this paren. (space-in-parens)
(#7224) There should be no spaces inside this paren. (space-in-parens)
(#7225) There should be no spaces inside this paren. (space-in-parens)
(#7225) There should be no spaces inside this paren. (space-in-parens)
(#7232) There should be no spaces inside this paren. (space-in-parens)
(#7232) There should be no spaces inside this paren. (space-in-parens)
(#7233) There should be no spaces inside this paren. (space-in-parens)
(#7233) There should be no spaces inside this paren. (space-in-parens)
(#7239) There should be no spaces inside this paren. (space-in-parens)
(#7239) There should be no spaces inside this paren. (space-in-parens)
(#7243) There should be no spaces inside this paren. (space-in-parens)
(#7243) There should be no spaces inside this paren. (space-in-parens)
(#7244) There should be no spaces inside this paren. (space-in-parens)
(#7244) There should be no spaces inside this paren. (space-in-parens)
(#7249) There should be no spaces inside this paren. (space-in-parens)
(#7253) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#7262) Missing JSDoc comment. (require-jsdoc)
(#7263) There should be no spaces inside this paren. (space-in-parens)
(#7263) There should be no spaces inside this paren. (space-in-parens)
(#7265) There should be no spaces inside this paren. (space-in-parens)
(#7265) There should be no spaces inside this paren. (space-in-parens)
(#7266) There should be no space after '[' (computed-property-spacing)
(#7266) There should be no space before ']' (computed-property-spacing)
(#7266) There should be no spaces inside this paren. (space-in-parens)
(#7266) There should be no spaces inside this paren. (space-in-parens)
(#7272) Missing JSDoc comment. (require-jsdoc)
(#7272) Expected to return a value at the end of this function. (consistent-return)
(#7275) Expected space(s) after "catch". (keyword-spacing)
(#7275) There should be no spaces inside this paren. (space-in-parens)
(#7275) There should be no spaces inside this paren. (space-in-parens)
(#7275) Empty block statement. (no-empty)
(#7278) Missing JSDoc comment. (require-jsdoc)
(#7278) Expected to return a value at the end of this function. (consistent-return)
(#7280) There should be no spaces inside this paren. (space-in-parens)
(#7280) There should be no spaces inside this paren. (space-in-parens)
(#7281) Expected space(s) after "catch". (keyword-spacing)
(#7281) There should be no spaces inside this paren. (space-in-parens)
(#7281) There should be no spaces inside this paren. (space-in-parens)
(#7281) Empty block statement. (no-empty)
(#7304) There should be no spaces inside this paren. (space-in-parens)
(#7304) There should be no spaces inside this paren. (space-in-parens)
(#7310) There should be no spaces inside this paren. (space-in-parens)
(#7310) There should be no spaces inside this paren. (space-in-parens)
(#7312) Expected to return a value at the end of this function. (consistent-return)
(#7312) There should be no spaces inside this paren. (space-in-parens)
(#7312) There should be no spaces inside this paren. (space-in-parens)
(#7314) There should be no spaces inside this paren. (space-in-parens)
(#7314) There should be no spaces inside this paren. (space-in-parens)
(#7319) There should be no spaces inside this paren. (space-in-parens)
(#7319) There should be no spaces inside this paren. (space-in-parens)
(#7328) There should be no spaces inside this paren. (space-in-parens)
(#7328) There should be no spaces inside this paren. (space-in-parens)
(#7329) There should be no spaces inside this paren. (space-in-parens)
(#7329) There should be no spaces inside this paren. (space-in-parens)
(#7331) There should be no spaces inside this paren. (space-in-parens)
(#7331) There should be no spaces inside this paren. (space-in-parens)
(#7335) There should be no spaces inside this paren. (space-in-parens)
(#7335) There should be no spaces inside this paren. (space-in-parens)
(#7336) There should be no spaces inside this paren. (space-in-parens)
(#7336) There should be no spaces inside this paren. (space-in-parens)
(#7337) There should be no space after '[' (computed-property-spacing)
(#7337) There should be no space before ']' (computed-property-spacing)
(#7337) There should be no space after '[' (computed-property-spacing)
(#7337) There should be no space before ']' (computed-property-spacing)
(#7342) There should be no spaces inside this paren. (space-in-parens)
(#7342) There should be no spaces inside this paren. (space-in-parens)
(#7343) There should be no spaces inside this paren. (space-in-parens)
(#7343) There should be no spaces inside this paren. (space-in-parens)
(#7351) There should be no spaces inside this paren. (space-in-parens)
(#7351) There should be no spaces inside this paren. (space-in-parens)
(#7352) There should be no space after '[' (computed-property-spacing)
(#7352) There should be no space before ']' (computed-property-spacing)
(#7357) There should be no spaces inside this paren. (space-in-parens)
(#7357) There should be no spaces inside this paren. (space-in-parens)
(#7358) There should be no spaces inside this paren. (space-in-parens)
(#7358) There should be no space after '[' (computed-property-spacing)
(#7358) There should be no space before ']' (computed-property-spacing)
(#7358) There should be no spaces inside this paren. (space-in-parens)
(#7360) Expected space(s) after "catch". (keyword-spacing)
(#7360) There should be no spaces inside this paren. (space-in-parens)
(#7360) There should be no spaces inside this paren. (space-in-parens)
(#7360) Empty block statement. (no-empty)
(#7365) There should be no spaces inside this paren. (space-in-parens)
(#7365) There should be no spaces inside this paren. (space-in-parens)
(#7365) There should be no spaces inside this paren. (space-in-parens)
(#7365) There should be no spaces inside this paren. (space-in-parens)
(#7368) There should be no spaces inside this paren. (space-in-parens)
(#7368) There should be no spaces inside this paren. (space-in-parens)
(#7378) Line 7378 exceeds the maximum line length of 132. (max-len)
(#7382) There should be no spaces inside this paren. (space-in-parens)
(#7382) There should be no spaces inside this paren. (space-in-parens)
(#7382) There should be no spaces inside this paren. (space-in-parens)
(#7382) There should be no spaces inside this paren. (space-in-parens)
(#7388) There should be no spaces inside this paren. (space-in-parens)
(#7388) There should be no spaces inside this paren. (space-in-parens)
(#7390) There should be no space after '[' (computed-property-spacing)
(#7390) There should be no space before ']' (computed-property-spacing)
(#7394) There should be no spaces inside this paren. (space-in-parens)
(#7394) There should be no spaces inside this paren. (space-in-parens)
(#7396) There should be no spaces inside this paren. (space-in-parens)
(#7396) There should be no spaces inside this paren. (space-in-parens)
(#7406) There should be no spaces inside this paren. (space-in-parens)
(#7406) There should be no spaces inside this paren. (space-in-parens)
(#7415) Expected space(s) after "catch". (keyword-spacing)
(#7415) There should be no spaces inside this paren. (space-in-parens)
(#7415) There should be no spaces inside this paren. (space-in-parens)
(#7425) There should be no spaces inside this paren. (space-in-parens)
(#7425) There should be no spaces inside this paren. (space-in-parens)
(#7428) There should be no spaces inside this paren. (space-in-parens)
(#7428) There should be no spaces inside this paren. (space-in-parens)
(#7433) Expected space(s) after "catch". (keyword-spacing)
(#7433) There should be no spaces inside this paren. (space-in-parens)
(#7433) There should be no spaces inside this paren. (space-in-parens)
(#7434) There should be no spaces inside this paren. (space-in-parens)
(#7434) There should be no spaces inside this paren. (space-in-parens)
(#7435) There should be no spaces inside this paren. (space-in-parens)
(#7435) There should be no spaces inside this paren. (space-in-parens)
(#7440) There should be no spaces inside this paren. (space-in-parens)
(#7440) There should be no spaces inside this paren. (space-in-parens)
(#7441) There should be no spaces inside this paren. (space-in-parens)
(#7441) There should be no spaces inside this paren. (space-in-parens)
(#7448) There should be no spaces inside this paren. (space-in-parens)
(#7448) There should be no spaces inside this paren. (space-in-parens)
(#7453) There should be no spaces inside this paren. (space-in-parens)
(#7453) There should be no spaces inside this paren. (space-in-parens)
(#7459) There should be no space after '[' (computed-property-spacing)
(#7459) There should be no space before ']' (computed-property-spacing)
(#7464) There should be no spaces inside this paren. (space-in-parens)
(#7464) There should be no spaces inside this paren. (space-in-parens)
(#7465) A space is required after ','. (comma-spacing)
(#7475) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#7482) There should be no space after '[' (array-bracket-spacing)
(#7482) There should be no space before ']' (array-bracket-spacing)
(#7484) There should be no space after '[' (array-bracket-spacing)
(#7484) There should be no space before ']' (array-bracket-spacing)
(#7486) There should be no space after '[' (array-bracket-spacing)
(#7486) There should be no space before ']' (array-bracket-spacing)
(#7490) There should be no spaces inside this paren. (space-in-parens)
(#7490) There should be no spaces inside this paren. (space-in-parens)
(#7493) There should be no spaces inside this paren. (space-in-parens)
(#7493) There should be no spaces inside this paren. (space-in-parens)
(#7494) There should be no spaces inside this paren. (space-in-parens)
(#7497) There should be no spaces inside this paren. (space-in-parens)
(#7497) There should be no spaces inside this paren. (space-in-parens)
(#7503) There should be no spaces inside this paren. (space-in-parens)
(#7503) There should be no spaces inside this paren. (space-in-parens)
(#7510) There should be no spaces inside this paren. (space-in-parens)
(#7510) There should be no spaces inside this paren. (space-in-parens)
(#7510) There should be no spaces inside this paren. (space-in-parens)
(#7510) There should be no spaces inside this paren. (space-in-parens)
(#7517) There should be no spaces inside this paren. (space-in-parens)
(#7517) 'i' used outside of binding context. (block-scoped-var)
(#7517) 'i' used outside of binding context. (block-scoped-var)
(#7517) 'j' used outside of binding context. (block-scoped-var)
(#7517) 'i' used outside of binding context. (block-scoped-var)
(#7517) There should be no spaces inside this paren. (space-in-parens)
(#7518) 'i' used outside of binding context. (block-scoped-var)
(#7521) There should be no spaces inside this paren. (space-in-parens)
(#7521) There should be no spaces inside this paren. (space-in-parens)
(#7530) There should be no spaces inside this paren. (space-in-parens)
(#7530) There should be no spaces inside this paren. (space-in-parens)
(#7531) There should be no spaces inside this paren. (space-in-parens)
(#7531) There should be no spaces inside this paren. (space-in-parens)
(#7532) There should be no spaces inside this paren. (space-in-parens)
(#7535) There should be no spaces inside this paren. (space-in-parens)
(#7535) There should be no spaces inside this paren. (space-in-parens)
(#7536) There should be no spaces inside this paren. (space-in-parens)
(#7536) There should be no spaces inside this paren. (space-in-parens)
(#7538) There should be no spaces inside this paren. (space-in-parens)
(#7538) There should be no spaces inside this paren. (space-in-parens)
(#7538) There should be no spaces inside this paren. (space-in-parens)
(#7538) There should be no spaces inside this paren. (space-in-parens)
(#7539) There should be no spaces inside this paren. (space-in-parens)
(#7539) There should be no spaces inside this paren. (space-in-parens)
(#7545) There should be no spaces inside this paren. (space-in-parens)
(#7545) 'i' used outside of binding context. (block-scoped-var)
(#7545) 'i' used outside of binding context. (block-scoped-var)
(#7545) 'j' used outside of binding context. (block-scoped-var)
(#7545) 'i' used outside of binding context. (block-scoped-var)
(#7545) There should be no spaces inside this paren. (space-in-parens)
(#7546) 'i' used outside of binding context. (block-scoped-var)
(#7556) There should be no spaces inside this paren. (space-in-parens)
(#7556) There should be no spaces inside this paren. (space-in-parens)
(#7559) There should be no spaces inside this paren. (space-in-parens)
(#7559) There should be no spaces inside this paren. (space-in-parens)
(#7560) There should be no spaces inside this paren. (space-in-parens)
(#7560) There should be no spaces inside this paren. (space-in-parens)
(#7562) There should be no spaces inside this paren. (space-in-parens)
(#7562) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#7562) There should be no spaces inside this paren. (space-in-parens)
(#7565) There should be no space after '[' (computed-property-spacing)
(#7565) There should be no space before ']' (computed-property-spacing)
(#7575) There should be no spaces inside this paren. (space-in-parens)
(#7575) There should be no spaces inside this paren. (space-in-parens)
(#7580) There should be no spaces inside this paren. (space-in-parens)
(#7580) There should be no spaces inside this paren. (space-in-parens)
(#7583) There should be no spaces inside this paren. (space-in-parens)
(#7583) There should be no spaces inside this paren. (space-in-parens)
(#7583) There should be no spaces inside this paren. (space-in-parens)
(#7583) There should be no spaces inside this paren. (space-in-parens)
(#7584) There should be no spaces inside this paren. (space-in-parens)
(#7584) There should be no spaces inside this paren. (space-in-parens)
(#7587) There should be no space after '[' (computed-property-spacing)
(#7587) There should be no space before ']' (computed-property-spacing)
(#7591) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7596) There should be no spaces inside this paren. (space-in-parens)
(#7596) There should be no spaces inside this paren. (space-in-parens)
(#7597) There should be no spaces inside this paren. (space-in-parens)
(#7597) There should be no spaces inside this paren. (space-in-parens)
(#7599) There should be no spaces inside this paren. (space-in-parens)
(#7599) There should be no spaces inside this paren. (space-in-parens)
(#7600) There should be no space after '[' (computed-property-spacing)
(#7600) There should be no space before ']' (computed-property-spacing)
(#7600) There should be no space after '[' (computed-property-spacing)
(#7600) There should be no space before ']' (computed-property-spacing)
(#7601) There should be no space after '[' (computed-property-spacing)
(#7601) There should be no space before ']' (computed-property-spacing)
(#7605) There should be no spaces inside this paren. (space-in-parens)
(#7605) There should be no spaces inside this paren. (space-in-parens)
(#7609) There should be no spaces inside this paren. (space-in-parens)
(#7609) There should be no spaces inside this paren. (space-in-parens)
(#7609) There should be no spaces inside this paren. (space-in-parens)
(#7609) There should be no spaces inside this paren. (space-in-parens)
(#7614) There should be no space after '[' (array-bracket-spacing)
(#7614) There should be no space before ']' (array-bracket-spacing)
(#7619) There should be no spaces inside this paren. (space-in-parens)
(#7619) There should be no spaces inside this paren. (space-in-parens)
(#7619) There should be no spaces inside this paren. (space-in-parens)
(#7620) There should be no spaces inside this paren. (space-in-parens)
(#7620) There should be no spaces inside this paren. (space-in-parens)
(#7620) There should be no spaces inside this paren. (space-in-parens)
(#7621) There should be no spaces inside this paren. (space-in-parens)
(#7621) There should be no spaces inside this paren. (space-in-parens)
(#7629) Blocks are nested too deeply (5). (max-depth)
(#7629) There should be no spaces inside this paren. (space-in-parens)
(#7629) There should be no spaces inside this paren. (space-in-parens)
(#7640) There should be no spaces inside this paren. (space-in-parens)
(#7640) There should be no spaces inside this paren. (space-in-parens)
(#7640) There should be no spaces inside this paren. (space-in-parens)
(#7640) There should be no spaces inside this paren. (space-in-parens)
(#7647) There should be no spaces inside this paren. (space-in-parens)
(#7647) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#7647) There should be no spaces inside this paren. (space-in-parens)
(#7653) There should be no spaces inside this paren. (space-in-parens)
(#7653) There should be no spaces inside this paren. (space-in-parens)
(#7653) There should be no spaces inside this paren. (space-in-parens)
(#7654) There should be no spaces inside this paren. (space-in-parens)
(#7654) There should be no spaces inside this paren. (space-in-parens)
(#7656) There should be no spaces inside this paren. (space-in-parens)
(#7656) There should be no spaces inside this paren. (space-in-parens)
(#7657) There should be no space after '[' (computed-property-spacing)
(#7657) Do not nest ternary expressions (no-nested-ternary)
(#7657) There should be no space before ']' (computed-property-spacing)
(#7657) There should be no spaces inside this paren. (space-in-parens)
(#7657) There should be no spaces inside this paren. (space-in-parens)
(#7663) There should be no spaces inside this paren. (space-in-parens)
(#7663) There should be no spaces inside this paren. (space-in-parens)
(#7664) There should be no spaces inside this paren. (space-in-parens)
(#7664) There should be no spaces inside this paren. (space-in-parens)
(#7665) There should be no spaces inside this paren. (space-in-parens)
(#7665) There should be no space after '[' (computed-property-spacing)
(#7665) There should be no space before ']' (computed-property-spacing)
(#7665) There should be no spaces inside this paren. (space-in-parens)
(#7668) There should be no spaces inside this paren. (space-in-parens)
(#7668) There should be no spaces inside this paren. (space-in-parens)
(#7669) There should be no spaces inside this paren. (space-in-parens)
(#7671) There should be no spaces inside this paren. (space-in-parens)
(#7675) There should be no spaces inside this paren. (space-in-parens)
(#7675) There should be no spaces inside this paren. (space-in-parens)
(#7679) There should be no spaces inside this paren. (space-in-parens)
(#7679) There should be no spaces inside this paren. (space-in-parens)
(#7682) There should be no spaces inside this paren. (space-in-parens)
(#7682) There should be no spaces inside this paren. (space-in-parens)
(#7692) There should be no spaces inside this paren. (space-in-parens)
(#7692) There should be no spaces inside this paren. (space-in-parens)
(#7695) There should be no spaces inside this paren. (space-in-parens)
(#7695) There should be no spaces inside this paren. (space-in-parens)
(#7701) There should be no spaces inside this paren. (space-in-parens)
(#7701) There should be no spaces inside this paren. (space-in-parens)
(#7702) There should be no spaces inside this paren. (space-in-parens)
(#7702) There should be no spaces inside this paren. (space-in-parens)
(#7714) There should be no spaces inside this paren. (space-in-parens)
(#7714) There should be no spaces inside this paren. (space-in-parens)
(#7723) Missing JSDoc comment. (require-jsdoc)
(#7723) There should be no spaces inside this paren. (space-in-parens)
(#7723) There should be no spaces inside this paren. (space-in-parens)
(#7726) There should be no spaces inside this paren. (space-in-parens)
(#7726) A space is required after ','. (comma-spacing)
(#7727) There should be no space after '[' (computed-property-spacing)
(#7727) There should be no space before ']' (computed-property-spacing)
(#7738) There should be no space after '{' (object-curly-spacing)
(#7738) There should be no space before '}' (object-curly-spacing)
(#7739) There should be no space after '{' (object-curly-spacing)
(#7739) There should be no space before '}' (object-curly-spacing)
(#7740) There should be no space after '{' (object-curly-spacing)
(#7740) There should be no space before '}' (object-curly-spacing)
(#7741) There should be no spaces inside this paren. (space-in-parens)
(#7741) There should be no spaces inside this paren. (space-in-parens)
(#7742) There should be no space after '[' (computed-property-spacing)
(#7742) There should be no space before ']' (computed-property-spacing)
(#7742) There should be no spaces inside this paren. (space-in-parens)
(#7742) There should be no spaces inside this paren. (space-in-parens)
(#7743) There should be no spaces inside this paren. (space-in-parens)
(#7743) There should be no spaces inside this paren. (space-in-parens)
(#7748) There should be no spaces inside this paren. (space-in-parens)
(#7748) There should be no spaces inside this paren. (space-in-parens)
(#7751) There should be no spaces inside this paren. (space-in-parens)
(#7751) There should be no spaces inside this paren. (space-in-parens)
(#7756) Do not nest ternary expressions (no-nested-ternary)
(#7756) Do not nest ternary expressions (no-nested-ternary)
(#7762) There should be no spaces inside this paren. (space-in-parens)
(#7762) There should be no spaces inside this paren. (space-in-parens)
(#7765) There should be no spaces inside this paren. (space-in-parens)
(#7765) There should be no spaces inside this paren. (space-in-parens)
(#7765) There should be no spaces inside this paren. (space-in-parens)
(#7765) There should be no spaces inside this paren. (space-in-parens)
(#7766) There should be no spaces inside this paren. (space-in-parens)
(#7766) There should be no spaces inside this paren. (space-in-parens)
(#7774) There should be no spaces inside this paren. (space-in-parens)
(#7774) There should be no spaces inside this paren. (space-in-parens)
(#7777) There should be no spaces inside this paren. (space-in-parens)
(#7777) There should be no spaces inside this paren. (space-in-parens)
(#7778) Infix operators must be spaced. (space-infix-ops)
(#7778) Infix operators must be spaced. (space-infix-ops)
(#7784) There should be no spaces inside this paren. (space-in-parens)
(#7784) There should be no spaces inside this paren. (space-in-parens)
(#7789) There should be no spaces inside this paren. (space-in-parens)
(#7789) There should be no spaces inside this paren. (space-in-parens)
(#7799) There should be no spaces inside this paren. (space-in-parens)
(#7799) There should be no spaces inside this paren. (space-in-parens)
(#7800) There should be no spaces inside this paren. (space-in-parens)
(#7800) There should be no spaces inside this paren. (space-in-parens)
(#7803) There should be no spaces inside this paren. (space-in-parens)
(#7803) There should be no spaces inside this paren. (space-in-parens)
(#7808) There should be no spaces inside this paren. (space-in-parens)
(#7808) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#7808) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#7808) There should be no spaces inside this paren. (space-in-parens)
(#7809) There should be no space after '[' (computed-property-spacing)
(#7809) There should be no space before ']' (computed-property-spacing)
(#7813) There should be no spaces inside this paren. (space-in-parens)
(#7813) There should be no spaces inside this paren. (space-in-parens)
(#7817) Do not nest ternary expressions (no-nested-ternary)
(#7817) There should be no spaces inside this paren. (space-in-parens)
(#7817) There should be no spaces inside this paren. (space-in-parens)
(#7817) There should be no spaces inside this paren. (space-in-parens)
(#7817) There should be no spaces inside this paren. (space-in-parens)
(#7821) There should be no spaces inside this paren. (space-in-parens)
(#7821) There should be no spaces inside this paren. (space-in-parens)
(#7828) There should be no spaces inside this paren. (space-in-parens)
(#7828) There should be no space after '[' (computed-property-spacing)
(#7828) There should be no space before ']' (computed-property-spacing)
(#7828) There should be no spaces inside this paren. (space-in-parens)
(#7832) Missing JSDoc comment. (require-jsdoc)
(#7832) There should be no spaces inside this paren. (space-in-parens)
(#7832) There should be no spaces inside this paren. (space-in-parens)
(#7838) There should be no spaces inside this paren. (space-in-parens)
(#7838) There should be no spaces inside this paren. (space-in-parens)
(#7846) There should be no spaces inside this paren. (space-in-parens)
(#7846) There should be no spaces inside this paren. (space-in-parens)
(#7855) There should be no spaces inside this paren. (space-in-parens)
(#7855) There should be no spaces inside this paren. (space-in-parens)
(#7861) There should be no spaces inside this paren. (space-in-parens)
(#7861) There should be no spaces inside this paren. (space-in-parens)
(#7869) There should be no spaces inside this paren. (space-in-parens)
(#7869) There should be no spaces inside this paren. (space-in-parens)
(#7870) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7872) There should be no spaces inside this paren. (space-in-parens)
(#7872) There should be no spaces inside this paren. (space-in-parens)
(#7877) There should be no space after '[' (computed-property-spacing)
(#7877) There should be no space before ']' (computed-property-spacing)
(#7879) There should be no spaces inside this paren. (space-in-parens)
(#7879) There should be no spaces inside this paren. (space-in-parens)
(#7880) There should be no spaces inside this paren. (space-in-parens)
(#7880) There should be no spaces inside this paren. (space-in-parens)
(#7885) There should be no spaces inside this paren. (space-in-parens)
(#7885) There should be no spaces inside this paren. (space-in-parens)
(#7887) There should be no spaces inside this paren. (space-in-parens)
(#7887) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#7887) There should be no spaces inside this paren. (space-in-parens)
(#7891) There should be no spaces inside this paren. (space-in-parens)
(#7891) There should be no space after '[' (array-bracket-spacing)
(#7891) There should be no space before ']' (array-bracket-spacing)
(#7891) Unexpected space before function parentheses. (space-before-function-paren)
(#7892) There should be no space after '[' (computed-property-spacing)
(#7892) There should be no space before ']' (computed-property-spacing)
(#7893) There should be no spaces inside this paren. (space-in-parens)
(#7897) There should be no spaces inside this paren. (space-in-parens)
(#7897) There should be no spaces inside this paren. (space-in-parens)
(#7902) There should be no spaces inside this paren. (space-in-parens)
(#7902) There should be no spaces inside this paren. (space-in-parens)
(#7903) There should be no spaces inside this paren. (space-in-parens)
(#7903) There should be no spaces inside this paren. (space-in-parens)
(#7904) There should be no spaces inside this paren. (space-in-parens)
(#7904) There should be no spaces inside this paren. (space-in-parens)
(#7909) There should be no spaces inside this paren. (space-in-parens)
(#7909) There should be no spaces inside this paren. (space-in-parens)
(#7932) There should be no spaces inside this paren. (space-in-parens)
(#7936) There should be no spaces inside this paren. (space-in-parens)
(#7936) There should be no spaces inside this paren. (space-in-parens)
(#7937) There should be no spaces inside this paren. (space-in-parens)
(#7937) There should be no spaces inside this paren. (space-in-parens)
(#7942) There should be no spaces inside this paren. (space-in-parens)
(#7942) There should be no spaces inside this paren. (space-in-parens)
(#7950) There should be no spaces inside this paren. (space-in-parens)
(#7950) There should be no spaces inside this paren. (space-in-parens)
(#7962) There should be no spaces inside this paren. (space-in-parens)
(#7962) There should be no spaces inside this paren. (space-in-parens)
(#7963) There should be no spaces inside this paren. (space-in-parens)
(#7963) There should be no spaces inside this paren. (space-in-parens)
(#7966) There should be no spaces inside this paren. (space-in-parens)
(#7966) There should be no spaces inside this paren. (space-in-parens)
(#7967) There should be no spaces inside this paren. (space-in-parens)
(#7967) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#7967) There should be no space after '[' (computed-property-spacing)
(#7967) There should be no space before ']' (computed-property-spacing)
(#7967) There should be no spaces inside this paren. (space-in-parens)
(#7968) There should be no space after '[' (computed-property-spacing)
(#7968) There should be no space before ']' (computed-property-spacing)
(#7970) There should be no space after '[' (computed-property-spacing)
(#7970) There should be no space before ']' (computed-property-spacing)
(#7976) There should be no spaces inside this paren. (space-in-parens)
(#7976) There should be no spaces inside this paren. (space-in-parens)
(#7977) There should be no spaces inside this paren. (space-in-parens)
(#7977) There should be no spaces inside this paren. (space-in-parens)
(#7978) There should be no spaces inside this paren. (space-in-parens)
(#7978) There should be no spaces inside this paren. (space-in-parens)
(#7984) Missing JSDoc comment. (require-jsdoc)
(#7984) There should be no spaces inside this paren. (space-in-parens)
(#7984) There should be no spaces inside this paren. (space-in-parens)
(#7985) There should be no spaces inside this paren. (space-in-parens)
(#7985) There should be no space after '[' (computed-property-spacing)
(#7985) There should be no space before ']' (computed-property-spacing)
(#7985) There should be no spaces inside this paren. (space-in-parens)
(#7991) There should be no spaces inside this paren. (space-in-parens)
(#7991) There should be no spaces inside this paren. (space-in-parens)
(#7995) There should be no space after '[' (computed-property-spacing)
(#7995) There should be no space before ']' (computed-property-spacing)
(#7998) There should be no space after '[' (computed-property-spacing)
(#7998) There should be no space before ']' (computed-property-spacing)
(#8003) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#8007) There should be no spaces inside this paren. (space-in-parens)
(#8007) There should be no spaces inside this paren. (space-in-parens)
(#8008) There should be no spaces inside this paren. (space-in-parens)
(#8008) There should be no spaces inside this paren. (space-in-parens)
(#8009) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8011) There should be no spaces inside this paren. (space-in-parens)
(#8011) There should be no spaces inside this paren. (space-in-parens)
(#8012) There should be no spaces inside this paren. (space-in-parens)
(#8012) There should be no spaces inside this paren. (space-in-parens)
(#8013) There should be no spaces inside this paren. (space-in-parens)
(#8013) There should be no spaces inside this paren. (space-in-parens)
(#8017) There should be no spaces inside this paren. (space-in-parens)
(#8017) There should be no spaces inside this paren. (space-in-parens)
(#8021) There should be no spaces inside this paren. (space-in-parens)
(#8021) There should be no spaces inside this paren. (space-in-parens)
(#8022) There should be no spaces inside this paren. (space-in-parens)
(#8022) There should be no spaces inside this paren. (space-in-parens)
(#8027) Expected space(s) after "catch". (keyword-spacing)
(#8027) Empty block statement. (no-empty)
(#8033) There should be no spaces inside this paren. (space-in-parens)
(#8033) There should be no spaces inside this paren. (space-in-parens)
(#8033) There should be no spaces inside this paren. (space-in-parens)
(#8033) There should be no spaces inside this paren. (space-in-parens)
(#8034) There should be no space after '{' (object-curly-spacing)
(#8034) There should be no space before '}' (object-curly-spacing)
(#8034) There should be no space after '{' (object-curly-spacing)
(#8034) There should be no space before '}' (object-curly-spacing)
(#8039) Multiple spaces found before '='. (no-multi-spaces)
(#8039) Multiple spaces found before '||'. (no-multi-spaces)
(#8039) Multiple spaces found before '||'. (no-multi-spaces)
(#8041) Multiple spaces found before '='. (no-multi-spaces)
(#8041) Multiple spaces found before '||'. (no-multi-spaces)
(#8043) Multiple spaces found before '='. (no-multi-spaces)
(#8043) Multiple spaces found before '+'. (no-multi-spaces)
(#8043) Multiple spaces found before '-'. (no-multi-spaces)
(#8046) There should be no space after '{' (object-curly-spacing)
(#8046) There should be no space before '}' (object-curly-spacing)
(#8050) There should be no spaces inside this paren. (space-in-parens)
(#8050) There should be no spaces inside this paren. (space-in-parens)
(#8053) There should be no spaces inside this paren. (space-in-parens)
(#8053) There should be no spaces inside this paren. (space-in-parens)
(#8054) There should be no spaces inside this paren. (space-in-parens)
(#8054) There should be no spaces inside this paren. (space-in-parens)
(#8055) There should be no spaces inside this paren. (space-in-parens)
(#8055) There should be no spaces inside this paren. (space-in-parens)
(#8059) There should be no spaces inside this paren. (space-in-parens)
(#8059) There should be no spaces inside this paren. (space-in-parens)
(#8063) There should be no spaces inside this paren. (space-in-parens)
(#8063) There should be no spaces inside this paren. (space-in-parens)
(#8064) There should be no spaces inside this paren. (space-in-parens)
(#8064) There should be no spaces inside this paren. (space-in-parens)
(#8071) 'prevOffsetParent' is defined but never used (no-unused-vars)
(#8076) There should be no spaces inside this paren. (space-in-parens)
(#8076) There should be no spaces inside this paren. (space-in-parens)
(#8080) There should be no spaces inside this paren. (space-in-parens)
(#8080) There should be no spaces inside this paren. (space-in-parens)
(#8081) There should be no spaces inside this paren. (space-in-parens)
(#8081) There should be no spaces inside this paren. (space-in-parens)
(#8086) Multiple spaces found before '-='. (no-multi-spaces)
(#8089) There should be no spaces inside this paren. (space-in-parens)
(#8089) There should be no spaces inside this paren. (space-in-parens)
(#8090) Multiple spaces found before '+='. (no-multi-spaces)
(#8093) Line 8093 exceeds the maximum line length of 132. (max-len)
(#8093) There should be no spaces inside this paren. (space-in-parens)
(#8093) There should be no spaces inside this paren. (space-in-parens)
(#8094) Multiple spaces found before '+='. (no-multi-spaces)
(#8094) There should be no spaces inside this paren. (space-in-parens)
(#8094) There should be no spaces inside this paren. (space-in-parens)
(#8094) Multiple spaces found before ')'. (no-multi-spaces)
(#8095) There should be no spaces inside this paren. (space-in-parens)
(#8095) There should be no spaces inside this paren. (space-in-parens)
(#8102) There should be no spaces inside this paren. (space-in-parens)
(#8102) There should be no spaces inside this paren. (space-in-parens)
(#8103) Multiple spaces found before '+='. (no-multi-spaces)
(#8103) There should be no spaces inside this paren. (space-in-parens)
(#8103) There should be no spaces inside this paren. (space-in-parens)
(#8103) Multiple spaces found before ')'. (no-multi-spaces)
(#8104) There should be no spaces inside this paren. (space-in-parens)
(#8104) There should be no spaces inside this paren. (space-in-parens)
(#8110) There should be no spaces inside this paren. (space-in-parens)
(#8110) There should be no spaces inside this paren. (space-in-parens)
(#8111) Multiple spaces found before '+='. (no-multi-spaces)
(#8115) There should be no spaces inside this paren. (space-in-parens)
(#8115) There should be no spaces inside this paren. (space-in-parens)
(#8116) Multiple spaces found before '+='. (no-multi-spaces)
(#8116) There should be no spaces inside this paren. (space-in-parens)
(#8116) There should be no spaces inside this paren. (space-in-parens)
(#8117) There should be no spaces inside this paren. (space-in-parens)
(#8117) There should be no spaces inside this paren. (space-in-parens)
(#8120) There should be no space after '{' (object-curly-spacing)
(#8120) There should be no space before '}' (object-curly-spacing)
(#8126) Line 8126 exceeds the maximum line length of 132. (max-len)
(#8126) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8126) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8126) 'table' is defined but never used (no-unused-vars)
(#8126) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8126) There should be no spaces inside this paren. (space-in-parens)
(#8126) There should be no spaces inside this paren. (space-in-parens)
(#8127) Line 8127 exceeds the maximum line length of 132. (max-len)
(#8129) Line 8129 exceeds the maximum line length of 132. (max-len)
(#8129) There should be no spaces inside this paren. (space-in-parens)
(#8129) There should be no space after '{' (object-curly-spacing)
(#8129) There should be no space before '}' (object-curly-spacing)
(#8129) There should be no spaces inside this paren. (space-in-parens)
(#8132) There should be no spaces inside this paren. (space-in-parens)
(#8132) There should be no spaces inside this paren. (space-in-parens)
(#8154) There should be no spaces inside this paren. (space-in-parens)
(#8154) There should be no spaces inside this paren. (space-in-parens)
(#8158) There should be no spaces inside this paren. (space-in-parens)
(#8158) There should be no spaces inside this paren. (space-in-parens)
(#8164) There should be no spaces inside this paren. (space-in-parens)
(#8164) There should be no spaces inside this paren. (space-in-parens)
(#8165) Multiple spaces found before '+='. (no-multi-spaces)
(#8165) There should be no spaces inside this paren. (space-in-parens)
(#8165) There should be no spaces inside this paren. (space-in-parens)
(#8166) There should be no spaces inside this paren. (space-in-parens)
(#8166) There should be no spaces inside this paren. (space-in-parens)
(#8169) There should be no space after '{' (object-curly-spacing)
(#8169) There should be no space before '}' (object-curly-spacing)
(#8172) There should be no spaces inside this paren. (space-in-parens)
(#8172) There should be no spaces inside this paren. (space-in-parens)
(#8173) There should be no spaces inside this paren. (space-in-parens)
(#8173) There should be no spaces inside this paren. (space-in-parens)
(#8176) There should be no spaces inside this paren. (space-in-parens)
(#8176) There should be no spaces inside this paren. (space-in-parens)
(#8180) There should be no spaces inside this paren. (space-in-parens)
(#8180) There should be no spaces inside this paren. (space-in-parens)
(#8182) There should be no spaces inside this paren. (space-in-parens)
(#8182) There should be no spaces inside this paren. (space-in-parens)
(#8183) There should be no spaces inside this paren. (space-in-parens)
(#8183) There should be no spaces inside this paren. (space-in-parens)
(#8184) Line 8184 exceeds the maximum line length of 132. (max-len)
(#8185) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8185) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8188) There should be no spaces inside this paren. (space-in-parens)
(#8188) There should be no spaces inside this paren. (space-in-parens)
(#8192) Multiple spaces found before '='. (no-multi-spaces)
(#8192) Multiple spaces found before ':'. (no-multi-spaces)
(#8192) There should be no spaces inside this paren. (space-in-parens)
(#8192) Multiple spaces found before '10'. (no-multi-spaces)
(#8192) There should be no spaces inside this paren. (space-in-parens)
(#8193) There should be no spaces inside this paren. (space-in-parens)
(#8193) There should be no spaces inside this paren. (space-in-parens)
(#8195) There should be no spaces inside this paren. (space-in-parens)
(#8195) There should be no spaces inside this paren. (space-in-parens)
(#8195) There should be no spaces inside this paren. (space-in-parens)
(#8195) There should be no spaces inside this paren. (space-in-parens)
(#8196) There should be no spaces inside this paren. (space-in-parens)
(#8196) There should be no spaces inside this paren. (space-in-parens)
(#8199) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#8202) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#8206) There should be no spaces inside this paren. (space-in-parens)
(#8206) There should be no spaces inside this paren. (space-in-parens)
(#8207) There should be no spaces inside this paren. (space-in-parens)
(#8207) There should be no spaces inside this paren. (space-in-parens)
(#8209) There should be no spaces inside this paren. (space-in-parens)
(#8209) There should be no spaces inside this paren. (space-in-parens)
(#8217) There should be no spaces inside this paren. (space-in-parens)
(#8217) There should be no spaces inside this paren. (space-in-parens)
(#8227) Multiple spaces found before '='. (no-multi-spaces)
(#8228) There should be no space after '{' (object-curly-spacing)
(#8228) There should be no space before '}' (object-curly-spacing)
(#8233) Multiple spaces found before '-='. (no-multi-spaces)
(#8233) There should be no spaces inside this paren. (space-in-parens)
(#8233) There should be no spaces inside this paren. (space-in-parens)
(#8234) There should be no spaces inside this paren. (space-in-parens)
(#8234) There should be no spaces inside this paren. (space-in-parens)
(#8237) Multiple spaces found before '+='. (no-multi-spaces)
(#8237) There should be no spaces inside this paren. (space-in-parens)
(#8237) There should be no spaces inside this paren. (space-in-parens)
(#8238) There should be no spaces inside this paren. (space-in-parens)
(#8238) There should be no spaces inside this paren. (space-in-parens)
(#8242) Multiple spaces found before '-'. (no-multi-spaces)
(#8250) There should be no spaces inside this paren. (space-in-parens)
(#8250) There should be no spaces inside this paren. (space-in-parens)
(#8260) There should be no spaces inside this paren. (space-in-parens)
(#8260) There should be no spaces inside this paren. (space-in-parens)
(#8260) There should be no spaces inside this paren. (space-in-parens)
(#8263) There should be no space after '[' (computed-property-spacing)
(#8263) There should be no space before ']' (computed-property-spacing)
(#8264) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8266) There should be no spaces inside this paren. (space-in-parens)
(#8266) There should be no spaces inside this paren. (space-in-parens)
(#8270) There should be no spaces inside this paren. (space-in-parens)
(#8270) There should be no spaces inside this paren. (space-in-parens)
(#8273) There should be no spaces inside this paren. (space-in-parens)
(#8273) There should be no spaces inside this paren. (space-in-parens)
(#8275) There should be no spaces inside this paren. (space-in-parens)
(#8275) There should be no spaces inside this paren. (space-in-parens)
(#8282) There should be no space after '[' (computed-property-spacing)
(#8282) There should be no space before ']' (computed-property-spacing)
(#8286) There should be no spaces inside this paren. (space-in-parens)
(#8286) There should be no spaces inside this paren. (space-in-parens)
(#8289) Do not nest ternary expressions (no-nested-ternary)
(#8289) There should be no space after '[' (computed-property-spacing)
(#8289) There should be no space before ']' (computed-property-spacing)
(#8290) There should be no space after '[' (computed-property-spacing)
(#8290) There should be no space before ']' (computed-property-spacing)
(#8291) There should be no space after '[' (computed-property-spacing)
(#8291) There should be no space before ']' (computed-property-spacing)
(#8292) There should be no space after '[' (computed-property-spacing)
(#8292) There should be no space before ']' (computed-property-spacing)
(#8297) Missing JSDoc comment. (require-jsdoc)
(#8297) There should be no spaces inside this paren. (space-in-parens)
(#8297) There should be no spaces inside this paren. (space-in-parens)
(#8298) Do not nest ternary expressions (no-nested-ternary)
(#8298) There should be no spaces inside this paren. (space-in-parens)
(#8298) There should be no spaces inside this paren. (space-in-parens)
(#8307) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#8309) There should be no space after '[' (array-bracket-spacing)
(#8309) There should be no space before ']' (array-bracket-spacing)
(#8309) There should be no spaces inside this paren. (space-in-parens)
(#8309) There should be no spaces inside this paren. (space-in-parens)
(#8316) There should be no spaces inside this paren. (space-in-parens)
(#8316) There should be no spaces inside this paren. (space-in-parens)
(#8316) There should be no spaces inside this paren. (space-in-parens)
(#8316) There should be no spaces inside this paren. (space-in-parens)
(#8321) There should be no spaces inside this paren. (space-in-parens)
(#8321) There should be no spaces inside this paren. (space-in-parens)
(#8323) There should be no spaces inside this paren. (space-in-parens)
(#8323) There should be no spaces inside this paren. (space-in-parens)
(#8323) There should be no spaces inside this paren. (space-in-parens)
(#8323) There should be no spaces inside this paren. (space-in-parens)
(#8327) There should be no space after '[' (computed-property-spacing)
(#8327) There should be no space before ']' (computed-property-spacing)
(#8327) There should be no spaces inside this paren. (space-in-parens)
(#8327) There should be no spaces inside this paren. (space-in-parens)
(#8330) There should be no spaces inside this paren. (space-in-parens)
(#8330) There should be no spaces inside this paren. (space-in-parens)
(#8331) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#8334) There should be no spaces inside this paren. (space-in-parens)
(#8334) There should be no spaces inside this paren. (space-in-parens)
(#8334) There should be no spaces inside this paren. (space-in-parens)
(#8334) There should be no spaces inside this paren. (space-in-parens)
(#8335) There should be no spaces inside this paren. (space-in-parens)
(#8335) There should be no spaces inside this paren. (space-in-parens)
(#8336) There should be no spaces inside this paren. (space-in-parens)
(#8336) There should be no spaces inside this paren. (space-in-parens)
(#8337) There should be no space after '[' (computed-property-spacing)
(#8337) There should be no space before ']' (computed-property-spacing)
(#8337) There should be no spaces inside this paren. (space-in-parens)
(#8337) There should be no spaces inside this paren. (space-in-parens)
(#8337) There should be no space after '[' (computed-property-spacing)
(#8337) There should be no space before ']' (computed-property-spacing)
(#8337) There should be no spaces inside this paren. (space-in-parens)
(#8337) There should be no spaces inside this paren. (space-in-parens)
(#8341) There should be no spaces inside this paren. (space-in-parens)
(#8341) There should be no spaces inside this paren. (space-in-parens)
(#8341) There should be no spaces inside this paren. (space-in-parens)
(#8341) There should be no spaces inside this paren. (space-in-parens)
(#8344) There should be no space after '[' (computed-property-spacing)
(#8344) There should be no space before ']' (computed-property-spacing)
(#8346) There should be no space after '[' (computed-property-spacing)
(#8346) There should be no space before ']' (computed-property-spacing)
(#8349) There should be no spaces inside this paren. (space-in-parens)
(#8349) There should be no spaces inside this paren. (space-in-parens)
(#8358) There should be no spaces inside this paren. (space-in-parens)
(#8358) There should be no spaces inside this paren. (space-in-parens)
(#8359) There should be no spaces inside this paren. (space-in-parens)
(#8359) There should be no spaces inside this paren. (space-in-parens)
(#8360) There should be no spaces inside this paren. (space-in-parens)
(#8360) There should be no spaces inside this paren. (space-in-parens)
(#8362) There should be no spaces inside this paren. (space-in-parens)
(#8362) There should be no spaces inside this paren. (space-in-parens)
(#8366) There should be no spaces inside this paren. (space-in-parens)
(#8366) There should be no spaces inside this paren. (space-in-parens)
mod/offlinequiz/lib/jquery/jquery-1.4.3.min.js
(#1) Expected space or tab after '/*' in comment. (spaced-comment)
(#16) Line 16 exceeds the maximum line length of 132. (max-len)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing JSDoc comment. (require-jsdoc)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Do not nest ternary expressions (no-nested-ternary)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Expected space(s) before "function". (keyword-spacing)
(#16) Missing JSDoc comment. (require-jsdoc)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Missing JSDoc comment. (require-jsdoc)
(#16) Expected space(s) before "function". (keyword-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing JSDoc comment. (require-jsdoc)
(#16) Expected space(s) before "function". (keyword-spacing)
(#16) Expected to return a value at the end of this function. (consistent-return)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) after "try". (keyword-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Expected space(s) after "catch". (keyword-spacing)
(#16) Expected space(s) before "catch". (keyword-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Empty block statement. (no-empty)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing JSDoc comment. (require-jsdoc)
(#16) Expected space(s) before "function". (keyword-spacing)
(#16) Expected to return a value at the end of this function. (consistent-return)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) after "try". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing '()' invoking a constructor (new-parens)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Expected space(s) after "catch". (keyword-spacing)
(#16) Expected space(s) before "catch". (keyword-spacing)
(#16) Empty block statement. (no-empty)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space before '}'. (block-spacing)
(#16) Expected space(s) before "function". (keyword-spacing)
(#16) Missing JSDoc comment. (require-jsdoc)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected { after 'for-in'. (curly)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Missing JSDoc comment. (require-jsdoc)
(#16) Expected space(s) before "function". (keyword-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected { after 'for-in'. (curly)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Expected space(s) before "for". (keyword-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Expected space(s) before "typeof". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Blocks are nested too deeply (5). (max-depth)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Blocks are nested too deeply (6). (max-depth)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Missing JSDoc comment. (require-jsdoc)
(#16) Expected space(s) before "function". (keyword-spacing)
(#16) Expected to return a value at the end of this function. (consistent-return)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'for-in'. (curly)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'while' condition. (curly)
(#16) Expected space(s) after "while". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected space(s) before "for". (keyword-spacing)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Expected { after 'for-in'. (curly)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected space(s) before "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) before "if". (keyword-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "else". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Expected space(s) before "if". (keyword-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing JSDoc comment. (require-jsdoc)
(#16) Expected space(s) before "function". (keyword-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'else'. (curly)
(#16) Expected { after 'for-in'. (curly)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Expected space(s) before "function". (keyword-spacing)
(#16) Missing JSDoc comment. (require-jsdoc)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'for' condition. (curly)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Missing JSDoc comment. (require-jsdoc)
(#16) Expected space(s) before "function". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected { after 'for' condition. (curly)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Expected space(s) before "function". (keyword-spacing)
(#16) Missing JSDoc comment. (require-jsdoc)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Missing JSDoc comment. (require-jsdoc)
(#16) Expected space(s) before "function". (keyword-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before value for key 'url'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'async'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'dataType'. (key-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Missing JSDoc comment. (require-jsdoc)
(#16) Expected space(s) before "function". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) after "return". (keyword-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Do not nest ternary expressions (no-nested-ternary)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Missing JSDoc comment. (require-jsdoc)
(#16) Expected space(s) before "function". (keyword-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Expected { after 'else'. (curly)
(#16) Expected space(s) before "else". (keyword-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing JSDoc comment. (require-jsdoc)
(#16) Expected space(s) before "function". (keyword-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Expected { after 'for-in'. (curly)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected { after 'for' condition. (curly)
(#16) Blocks are nested too deeply (5). (max-depth)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Expected space(s) before "for". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Expected space(s) before "function". (keyword-spacing)
(#16) Missing JSDoc comment. (require-jsdoc)
(#16) A space is required after ','. (comma-spacing)
(#16) 'b' is defined but never used (no-unused-vars)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Expected space(s) before "function". (keyword-spacing)
(#16) Missing JSDoc comment. (require-jsdoc)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) 'd' is defined but never used (no-unused-vars)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) 'e' is defined but never used (no-unused-vars)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Expected space(s) before "function". (keyword-spacing)
(#16) Missing JSDoc comment. (require-jsdoc)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Expected space(s) after "return". (keyword-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Expected space(s) before "function". (keyword-spacing)
(#16) Missing JSDoc comment. (require-jsdoc)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected space(s) after "return". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Expected space(s) before "function". (keyword-spacing)
(#16) Missing JSDoc comment. (require-jsdoc)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) 'l' is defined but never used (no-unused-vars)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'for' condition. (curly)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Blocks are nested too deeply (5). (max-depth)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before value for key 'elem'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'handleObj'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'level'. (key-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Expected space(s) before "for". (keyword-spacing)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected space(s) before "break". (keyword-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected space(s) before "break". (keyword-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing JSDoc comment. (require-jsdoc)
(#16) Expected space(s) before "function". (keyword-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Expected space(s) before "function". (keyword-spacing)
(#16) Missing JSDoc comment. (require-jsdoc)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected space(s) after "return". (keyword-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Missing JSDoc comment. (require-jsdoc)
(#16) Expected space(s) before "function". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) after "return". (keyword-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing JSDoc comment. (require-jsdoc)
(#16) Expected space(s) before "function". (keyword-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected { after 'for-in'. (curly)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) before "if". (keyword-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected space(s) after "return". (keyword-spacing)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) after "return". (keyword-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Expected space(s) before "function". (keyword-spacing)
(#16) Missing JSDoc comment. (require-jsdoc)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected space(s) after "try". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Do not nest ternary expressions (no-nested-ternary)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Do not nest ternary expressions (no-nested-ternary)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Do not nest ternary expressions (no-nested-ternary)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Do not nest ternary expressions (no-nested-ternary)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Expected space(s) after "catch". (keyword-spacing)
(#16) Expected space(s) before "catch". (keyword-spacing)
(#16) Empty block statement. (no-empty)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Expected space(s) before "else". (keyword-spacing)
(#16) Expected { after 'else'. (curly)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Expected space(s) before "var". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing JSDoc comment. (require-jsdoc)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected space(s) after "try". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Expected space(s) after "catch". (keyword-spacing)
(#16) Expected space(s) before "catch". (keyword-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Expected space(s) before "var". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before value for key 'constructor'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'init'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected space(s) before "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Expected space(s) before "if". (keyword-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected space(s) after "return". (keyword-spacing)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Do not nest ternary expressions (no-nested-ternary)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected { after 'if' condition. (curly)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Expected space(s) before "this". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Expected space(s) before "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'selector'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'jquery'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'length'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'size'. (key-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'toArray'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'get'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#16) Do not nest ternary expressions (no-nested-ternary)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'pushStack'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'each'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'ready'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'eq'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'first'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'last'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'slice'. (key-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'map'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'end'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'push'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'sort'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'splice'. (key-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Expected { after 'for' condition. (curly)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) before "if". (keyword-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected space(s) before "for". (keyword-spacing)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected space(s) before "continue". (keyword-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'noConflict'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'isReady'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'readyWait'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected to return a value at the end of this function. (consistent-return)
(#16) Missing space before value for key 'ready'. (key-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected a return value. (consistent-return)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'bindReady'. (key-spacing)
(#16) Expected to return a value at the end of this function. (consistent-return)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "try". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Expected space(s) before "catch". (keyword-spacing)
(#16) Expected space(s) after "catch". (keyword-spacing)
(#16) Empty block statement. (no-empty)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'isFunction'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'isArray'. (key-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'isWindow'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'isNaN'. (key-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'type'. (key-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'isPlainObject'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Expected space(s) after "return". (keyword-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Expected space(s) after "return". (keyword-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Empty block statement. (no-empty)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'isEmptyObject'. (key-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected { after 'for-in'. (curly)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) 'b' is defined but never used (no-unused-vars)
(#16) Expected space(s) after "return". (keyword-spacing)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "return". (keyword-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'error'. (key-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected to return a value at the end of this function. (consistent-return)
(#16) Missing space before value for key 'parseJSON'. (key-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) The Function constructor is eval. (no-new-func)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'parseXML'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing '()' invoking a constructor (new-parens)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) 'ActiveXObject' is not defined. (no-undef)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'noop'. (key-spacing)
(#16) Unexpected empty function. (no-empty-function)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'globalEval'. (key-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'nodeName'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'each'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected { after 'for-in'. (curly)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected space(s) before "if". (keyword-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected space(s) before "break". (keyword-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Expected space(s) before "else". (keyword-spacing)
(#16) Expected { after 'else'. (curly)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Expected { after 'for' condition. (curly)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected space(s) before "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected space(s) before "break". (keyword-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Expected space(s) before "else". (keyword-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Expected { after 'for-in'. (curly)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) before "if". (keyword-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected space(s) before "break". (keyword-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Expected { after 'else'. (curly)
(#16) Expected space(s) before "else". (keyword-spacing)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Empty block statement. (no-empty)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'trim'. (key-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'makeArray'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'inArray'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'for' condition. (curly)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected space(s) before "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) after "return". (keyword-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'merge'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected space(s) before "for". (keyword-spacing)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Expected { after 'for' condition. (curly)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'else'. (curly)
(#16) Expected { after 'while' condition. (curly)
(#16) Expected space(s) after "while". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'grep'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'for' condition. (curly)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'map'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'for' condition. (curly)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'guid'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'proxy'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'access'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Expected { after 'for-in'. (curly)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected space(s) before "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'for' condition. (curly)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'now'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected space(s) after "return". (keyword-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing '()' invoking a constructor (new-parens)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'uaMatch'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) after "return". (keyword-spacing)
(#16) Missing space before value for key 'browser'. (key-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'version'. (key-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'sub'. (key-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing JSDoc comment. (require-jsdoc)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'browser'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Missing space before value for key '_Deferred'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before value for key 'done'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Expected { after 'for' condition. (curly)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'resolveWith'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) after "try". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected { after 'while' condition. (curly)
(#16) Expected space(s) after "while". (keyword-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Expected space(s) before "finally". (keyword-spacing)
(#16) Expected space(s) after "finally". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'resolve'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'isResolved'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'cancel'. (key-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'Deferred'. (key-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'then'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'fail'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'rejectWith'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'reject'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'isRejected'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'promise'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Expected space(s) before "var". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'while' condition. (curly)
(#16) Expected space(s) after "while". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'when'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing JSDoc comment. (require-jsdoc)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Expected space(s) before "var". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected { after 'for' condition. (curly)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Expected { after 'else'. (curly)
(#16) Expected space(s) before "else". (keyword-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before value for key 'leadingWhitespace'. (key-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'tbody'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'htmlSerialize'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'style'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'hrefNormalized'. (key-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'opacity'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'cssFloat'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'checkOn'. (key-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'optSelected'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'deleteExpando'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'optDisabled'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'checkClone'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'noCloneEvent'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'noCloneChecked'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'boxModel'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'inlineBlockNeedsLayout'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'shrinkWrapBlocks'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'reliableHiddenOffsets'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'reliableMarginRight'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "try". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Expected space(s) after "catch". (keyword-spacing)
(#16) Expected space(s) before "catch". (keyword-spacing)
(#16) Empty block statement. (no-empty)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "try". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Expected space(s) before "catch". (keyword-spacing)
(#16) Expected space(s) after "catch". (keyword-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Expected space(s) after "return". (keyword-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Missing space before value for key 'cache'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'uuid'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'expando'. (key-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'noData'. (key-spacing)
(#16) Missing space before value for key 'embed'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'object'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'applet'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'hasData'. (key-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) after "return". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'data'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Expected no return value. (consistent-return)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected no return value. (consistent-return)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'removeData'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Expected space(s) before "if". (keyword-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Expected space(s) before "var". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Do not nest ternary expressions (no-nested-ternary)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key '_data'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'acceptData'. (key-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Expected space(s) after "return". (keyword-spacing)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) Missing space before value for key 'data'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'for' condition. (curly)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected space(s) before "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'removeData'. (key-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected to return a value at the end of this function. (consistent-return)
(#16) Missing space before value for key 'queue'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'dequeue'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'queue'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) 'b' is defined but never used (no-unused-vars)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'dequeue'. (key-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'delay'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'clearQueue'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before value for key 'for'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'class'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'readonly'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'maxlength'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'cellspacing'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'rowspan'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'colspan'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'tabindex'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'usemap'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'frameborder'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) Missing space before value for key 'attr'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'removeAttr'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) 'b' is defined but never used (no-unused-vars)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'addClass'. (key-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected space(s) before "if". (keyword-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'for' condition. (curly)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Expected space(s) before "else". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'removeClass'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected space(s) before "if". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'for' condition. (curly)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Expected space(s) before "else". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'toggleClass'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "while". (keyword-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected { after 'while' condition. (curly)
(#16) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Expected space(s) before "else". (keyword-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Expected space(s) before "this". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'hasClass'. (key-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'for' condition. (curly)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) before "if". (keyword-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected space(s) after "return". (keyword-spacing)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) after "return". (keyword-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'val'. (key-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "return". (keyword-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected space(s) before "if". (keyword-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Blocks are nested too deeply (5). (max-depth)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Blocks are nested too deeply (6). (max-depth)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected space(s) before "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Expected space(s) before "if". (keyword-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "return". (keyword-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Expected space(s) before "var". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Do not nest ternary expressions (no-nested-ternary)
(#16) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected space(s) before "this". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Expected space(s) before "else". (keyword-spacing)
(#16) Expected { after 'else'. (curly)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'attrFn'. (key-spacing)
(#16) Missing space before value for key 'val'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'css'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'html'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'text'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'data'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'width'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'height'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'offset'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'attr'. (key-spacing)
(#16) Function 'attr' has a complexity of 22. (complexity)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected space(s) before "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Do not nest ternary expressions (no-nested-ternary)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected space(s) before "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before value for key 'add'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Expected space(s) after "try". (keyword-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Requires a space after '{'. (block-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Expected space(s) after "catch". (keyword-spacing)
(#16) Expected space(s) before "catch". (keyword-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Empty block statement. (no-empty)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected space(s) before "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "while". (keyword-spacing)
(#16) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'handler'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'data'. (key-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'global'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Function 'remove' has a complexity of 26. (complexity)
(#16) Missing space before value for key 'remove'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) 'g' is defined but never used (no-unused-vars)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) 'i' is defined but never used (no-unused-vars)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Expected { after 'for-in'. (curly)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "while". (keyword-spacing)
(#16) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected space(s) before "continue". (keyword-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Blocks are nested too deeply (5). (max-depth)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Expected space(s) before "continue". (keyword-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected { after 'if' condition. (curly)
(#16) Blocks are nested too deeply (5). (max-depth)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Blocks are nested too deeply (5). (max-depth)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected space(s) before "break". (keyword-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) before "if". (keyword-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) before "if". (keyword-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'trigger'. (key-spacing)
(#16) Expected to return a value at the end of this function. (consistent-return)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Do not nest ternary expressions (no-nested-ternary)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "try". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Expected space(s) after "catch". (keyword-spacing)
(#16) Expected space(s) before "catch". (keyword-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Empty block statement. (no-empty)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) before "if". (keyword-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected space(s) after "try". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Expected space(s) before "catch". (keyword-spacing)
(#16) Expected space(s) after "catch". (keyword-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Empty block statement. (no-empty)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'handle'. (key-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) before "break". (keyword-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'props'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'fix'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'for' condition. (curly)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Unexpected use of '&'. (no-bitwise)
(#16) Do not nest ternary expressions (no-nested-ternary)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Do not nest ternary expressions (no-nested-ternary)
(#16) Unexpected use of '&'. (no-bitwise)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Unexpected use of '&'. (no-bitwise)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'guid'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'proxy'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'special'. (key-spacing)
(#16) Missing space before value for key 'ready'. (key-spacing)
(#16) Missing space before value for key 'setup'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'teardown'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'live'. (key-spacing)
(#16) Missing space before value for key 'add'. (key-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'handler'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'guid'. (key-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'remove'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'beforeunload'. (key-spacing)
(#16) Missing space before value for key 'setup'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'teardown'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected to return a value at the end of this function. (consistent-return)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before value for key 'preventDefault'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'stopPropagation'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'stopImmediatePropagation'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'isDefaultPrevented'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'isPropagationStopped'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'isImmediatePropagationStopped'. (key-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) after "try". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'while' condition. (curly)
(#16) Expected space(s) after "while". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Expected space(s) after "catch". (keyword-spacing)
(#16) Expected space(s) before "catch". (keyword-spacing)
(#16) Empty block statement. (no-empty)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Missing space before value for key 'mouseenter'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'mouseleave'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before value for key 'setup'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'teardown'. (key-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before value for key 'setup'. (key-spacing)
(#16) Expected to return a value at the end of this function. (consistent-return)
(#16) A space is required after ','. (comma-spacing)
(#16) 'b' is defined but never used (no-unused-vars)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected { after 'if' condition. (curly)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'else'. (curly)
(#16) Expected space(s) after "return". (keyword-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'teardown'. (key-spacing)
(#16) 'a' is defined but never used (no-unused-vars)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Do not nest ternary expressions (no-nested-ternary)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before value for key 'filters'. (key-spacing)
(#16) Missing space before value for key 'focusout'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'beforedeactivate'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'click'. (key-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'keydown'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'beforeactivate'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'setup'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) 'b' is defined but never used (no-unused-vars)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected space(s) after "return". (keyword-spacing)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Expected { after 'for-in'. (curly)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'teardown'. (key-spacing)
(#16) 'a' is defined but never used (no-unused-vars)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before value for key 'focus'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'blur'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing JSDoc comment. (require-jsdoc)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Expected space(s) before "var". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before value for key 'setup'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'teardown'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected { after 'for-in'. (curly)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Expected space(s) before "this". (keyword-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) before "if". (keyword-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected space(s) before "this". (keyword-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'else'. (curly)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Expected { after 'for' condition. (curly)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'unbind'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected { after 'for' condition. (curly)
(#16) Expected space(s) before "for". (keyword-spacing)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'else'. (curly)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Expected { after 'for-in'. (curly)
(#16) Expected space(s) before "this". (keyword-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'delegate'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'undelegate'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'trigger'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected to return a value at the end of this function. (consistent-return)
(#16) Missing space before value for key 'triggerHandler'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'toggle'. (key-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "while". (keyword-spacing)
(#16) Expected { after 'while' condition. (curly)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'hover'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before value for key 'focus'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'blur'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'mouseenter'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'mouseleave'. (key-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected { after 'for-in'. (curly)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "while". (keyword-spacing)
(#16) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected { after 'for' condition. (curly)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Expected space(s) before "for". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'data'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'selector'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'handler'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'origType'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'origHandler'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'preType'. (key-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'else'. (curly)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing JSDoc comment. (require-jsdoc)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "while". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected space(s) before "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Blocks are nested too deeply (5). (max-depth)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Blocks are nested too deeply (6). (max-depth)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Expected space(s) before "else". (keyword-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Expected space(s) before "function". (keyword-spacing)
(#16) Missing JSDoc comment. (require-jsdoc)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "while". (keyword-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Expected space(s) before "var". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Function 'anonymous' has a complexity of 31. (complexity)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected space(s) after "return". (keyword-spacing)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "do". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Expected space(s) after "while". (keyword-spacing)
(#16) Expected space(s) before "while". (keyword-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected space(s) before "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "else". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'while' condition. (curly)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) after "while". (keyword-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Expected space(s) after "else". (keyword-spacing)
(#16) Expected space(s) before "else". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before value for key 'expr'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'set'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'while' condition. (curly)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) after "while". (keyword-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Expected { after 'else'. (curly)
(#16) Expected space(s) before "else". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected space(s) before "if". (keyword-spacing)
(#16) Expected space(s) before "if". (keyword-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected { after 'for' condition. (curly)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Expected space(s) before "for". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'for' condition. (curly)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'else'. (curly)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) before "for". (keyword-spacing)
(#16) Expected { after 'for' condition. (curly)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected space(s) after "return". (keyword-spacing)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) after "return". (keyword-spacing)
(#16) Missing space before value for key 'set'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'expr'. (key-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "while". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Expected { after 'for-in'. (curly)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected space(s) before "if". (keyword-spacing)
(#16) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected space(s) before "continue". (keyword-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Blocks are nested too deeply (5). (max-depth)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Blocks are nested too deeply (6). (max-depth)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected space(s) before "continue". (keyword-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Expected { after 'else'. (curly)
(#16) Expected space(s) before "else". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) before "if". (keyword-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected space(s) before "for". (keyword-spacing)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Blocks are nested too deeply (5). (max-depth)
(#16) Expected { after 'for' condition. (curly)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Blocks are nested too deeply (6). (max-depth)
(#16) Expected space(s) before "if". (keyword-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Unexpected use of '^'. (no-bitwise)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Do not nest ternary expressions (no-nested-ternary)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Expected space(s) before "if". (keyword-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Blocks are nested too deeply (5). (max-depth)
(#16) Expected space(s) after "return". (keyword-spacing)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Expected space(s) before "if". (keyword-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected space(s) before "if". (keyword-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected space(s) after "throw". (keyword-spacing)
(#16) Expected an object to be thrown. (no-throw-literal)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before value for key 'order'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'match'. (key-spacing)
(#16) Missing space before value for key 'ID'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'CLASS'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'NAME'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'ATTR'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'TAG'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'CHILD'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'POS'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'PSEUDO'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'leftMatch'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'attrMap'. (key-spacing)
(#16) Missing space before value for key 'class'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'for'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'attrHandle'. (key-spacing)
(#16) Missing space before value for key 'href'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'type'. (key-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'relative'. (key-spacing)
(#16) Missing space before value for key '+'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Expected { after 'for' condition. (curly)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) before "if". (keyword-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected space(s) after "while". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Empty block statement. (no-empty)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key '>'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Expected space(s) before "else". (keyword-spacing)
(#16) Expected space(s) after "else". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected { after 'for' condition. (curly)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key ''. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key '~'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'find'. (key-spacing)
(#16) Missing space before value for key 'ID'. (key-spacing)
(#16) Expected to return a value at the end of this function. (consistent-return)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected to return a value at the end of this function. (consistent-return)
(#16) Missing space before value for key 'NAME'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'for' condition. (curly)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected to return a value at the end of this function. (consistent-return)
(#16) Missing space before value for key 'TAG'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'preFilter'. (key-spacing)
(#16) Missing space before value for key 'CLASS'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'for' condition. (curly)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Unexpected use of '^'. (no-bitwise)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "return". (keyword-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'ID'. (key-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'TAG'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) 'b' is defined but never used (no-unused-vars)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'CHILD'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Expected { after 'else'. (curly)
(#16) Expected space(s) before "else". (keyword-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'ATTR'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'PSEUDO'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected space(s) before "if". (keyword-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "else". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of '^'. (no-bitwise)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) after "return". (keyword-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Expected space(s) before "else". (keyword-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Expected space(s) after "return". (keyword-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'POS'. (key-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'filters'. (key-spacing)
(#16) Missing space before value for key 'enabled'. (key-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'disabled'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'checked'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'selected'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'parent'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) after "return". (keyword-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'empty'. (key-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Expected space(s) after "return". (keyword-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'has'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected space(s) after "return". (keyword-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'header'. (key-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected space(s) after "return". (keyword-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'text'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) after "return". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'radio'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected space(s) after "return". (keyword-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'checkbox'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected space(s) after "return". (keyword-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'file'. (key-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) after "return". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'password'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) after "return". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'submit'. (key-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) after "return". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'image'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) after "return". (keyword-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'reset'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected space(s) after "return". (keyword-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'button'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) after "return". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'input'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected space(s) after "return". (keyword-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'setFilters'. (key-spacing)
(#16) Missing space before value for key 'first'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'last'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'even'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'odd'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'lt'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'gt'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'nth'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'eq'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'filter'. (key-spacing)
(#16) Expected to return a value at the end of this function. (consistent-return)
(#16) Missing space before value for key 'PSEUDO'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Expected space(s) after "return". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Expected { after 'for' condition. (curly)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected space(s) before "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected space(s) after "return". (keyword-spacing)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "return". (keyword-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected to return a value at the end of this function. (consistent-return)
(#16) Missing space before value for key 'CHILD'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) after "switch". (keyword-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Expected space(s) after "case". (keyword-spacing)
(#16) Expected space(s) after "case". (keyword-spacing)
(#16) Expected { after 'while' condition. (curly)
(#16) Expected space(s) after "while". (keyword-spacing)
(#16) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) before "if". (keyword-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Expected space(s) after "return". (keyword-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Expected space(s) after "return". (keyword-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "case". (keyword-spacing)
(#16) Expected a 'break' statement before 'case'. (no-fallthrough)
(#16) Expected { after 'while' condition. (curly)
(#16) Expected space(s) after "while". (keyword-spacing)
(#16) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) before "if". (keyword-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected space(s) after "return". (keyword-spacing)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "return". (keyword-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "case". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected space(s) after "return". (keyword-spacing)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'for' condition. (curly)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Expected space(s) before "var". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'ID'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'TAG'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'CLASS'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) after "return". (keyword-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'ATTR'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Do not nest ternary expressions (no-nested-ternary)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Do not nest ternary expressions (no-nested-ternary)
(#16) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Do not nest ternary expressions (no-nested-ternary)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Do not nest ternary expressions (no-nested-ternary)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Do not nest ternary expressions (no-nested-ternary)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Do not nest ternary expressions (no-nested-ternary)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Do not nest ternary expressions (no-nested-ternary)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Do not nest ternary expressions (no-nested-ternary)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Do not nest ternary expressions (no-nested-ternary)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'POS'. (key-spacing)
(#16) Expected to return a value at the end of this function. (consistent-return)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected space(s) after "return". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Expected { after 'for-in'. (curly)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "try". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Expected space(s) after "catch". (keyword-spacing)
(#16) Expected space(s) before "catch". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected { after 'for' condition. (curly)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Expected space(s) before "for". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'else'. (curly)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Expected { after 'for' condition. (curly)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Expected space(s) before "var". (keyword-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected space(s) before "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Unexpected use of '&'. (no-bitwise)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) before "if". (keyword-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Expected space(s) after "return". (keyword-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'while' condition. (curly)
(#16) Expected space(s) after "while". (keyword-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'while' condition. (curly)
(#16) Expected space(s) after "while". (keyword-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'for' condition. (curly)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) before "if". (keyword-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) 'k' used outside of binding context. (block-scoped-var)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) 'k' used outside of binding context. (block-scoped-var)
(#16) A space is required after ','. (comma-spacing)
(#16) 'k' used outside of binding context. (block-scoped-var)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "while". (keyword-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Expected space(s) after "return". (keyword-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Expected { after 'for' condition. (curly)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing '()' invoking a constructor (new-parens)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected to return a value at the end of this function. (consistent-return)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Do not nest ternary expressions (no-nested-ternary)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'for' condition. (curly)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Function 'anonymous' has a complexity of 21. (complexity)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected { after 'if' condition. (curly)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected { after 'if' condition. (curly)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Expected space(s) before "if". (keyword-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Expected space(s) after "try". (keyword-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) before "try". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Expected space(s) after "catch". (keyword-spacing)
(#16) Expected space(s) before "catch". (keyword-spacing)
(#16) Empty block statement. (no-empty)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space before '}'. (block-spacing)
(#16) Expected space(s) before "else". (keyword-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "try". (keyword-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected { after 'if' condition. (curly)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Expected space(s) before "catch". (keyword-spacing)
(#16) Expected space(s) after "catch". (keyword-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Empty block statement. (no-empty)
(#16) Expected space(s) before "finally". (keyword-spacing)
(#16) Expected space(s) after "finally". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Expected { after 'for-in'. (curly)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "try". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Expected space(s) after "catch". (keyword-spacing)
(#16) Expected space(s) before "catch". (keyword-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Unnecessary escape character: \= (no-useless-escape)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected space(s) before "try". (keyword-spacing)
(#16) Expected space(s) after "try". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Expected space(s) after "catch". (keyword-spacing)
(#16) Expected space(s) before "catch". (keyword-spacing)
(#16) Empty block statement. (no-empty)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected to return a value at the end of this function. (consistent-return)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Do not nest ternary expressions (no-nested-ternary)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) after "return". (keyword-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Unexpected use of '&'. (no-bitwise)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected space(s) after "return". (keyword-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'while' condition. (curly)
(#16) Expected space(s) after "while". (keyword-spacing)
(#16) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'for' condition. (curly)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before value for key 'children'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'contents'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'next'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'prev'. (key-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Missing space before value for key 'find'. (key-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected { after 'for' condition. (curly)
(#16) Expected space(s) before "for". (keyword-spacing)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Expected space(s) before "for". (keyword-spacing)
(#16) Expected { after 'for' condition. (curly)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) before "if". (keyword-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Blocks are nested too deeply (5). (max-depth)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'has'. (key-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected to return a value at the end of this function. (consistent-return)
(#16) Expected to return a value at the end of this function. (array-callback-return)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected { after 'for' condition. (curly)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) before "if". (keyword-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Expected space(s) after "return". (keyword-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'not'. (key-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'filter'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'is'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected space(s) after "return". (keyword-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'closest'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Expected { after 'for' condition. (curly)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "while". (keyword-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Expected { after 'for-in'. (curly)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before value for key 'selector'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'elem'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'level'. (key-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Expected space(s) before "var". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "while". (keyword-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected { after 'if' condition. (curly)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected space(s) before "break". (keyword-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'index'. (key-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'add'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'andSelf'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'parent'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'parents'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'parentsUntil'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'next'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'prev'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'nextAll'. (key-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'prevAll'. (key-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'nextUntil'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'prevUntil'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'siblings'. (key-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'children'. (key-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'contents'. (key-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'filter'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Do not nest ternary expressions (no-nested-ternary)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'dir'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'while' condition. (curly)
(#16) Expected space(s) after "while". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) 'e' is not modified in this loop. (no-unmodified-loop-condition)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) 'b' is not modified in this loop. (no-unmodified-loop-condition)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'nth'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) 'd' is defined but never used (no-unused-vars)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'for' condition. (curly)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected space(s) before "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected space(s) before "break". (keyword-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'sibling'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'for' condition. (curly)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before value for key 'option'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'legend'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'thead'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'tr'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'td'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'col'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'area'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key '_default'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'text'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'wrapAll'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'while' condition. (curly)
(#16) Expected space(s) after "while". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'wrapInner'. (key-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'wrap'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'unwrap'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'append'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'prepend'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected to return a value at the end of this function. (consistent-return)
(#16) Missing space before value for key 'before'. (key-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected { after 'if' condition. (curly)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected to return a value at the end of this function. (consistent-return)
(#16) Missing space before value for key 'after'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'remove'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected { after 'for' condition. (curly)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected space(s) before "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'empty'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "while". (keyword-spacing)
(#16) Expected { after 'while' condition. (curly)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'clone'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'html'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "else". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "try". (keyword-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected { after 'for' condition. (curly)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Expected space(s) before "this". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Expected space(s) after "catch". (keyword-spacing)
(#16) Expected space(s) before "catch". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'replaceWith'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'detach'. (key-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'domManip'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before value for key 'fragment'. (key-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected { after 'for' condition. (curly)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) after "return". (keyword-spacing)
(#16) Missing space before value for key 'fragment'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'cacheable'. (key-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'appendTo'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'prependTo'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'insertBefore'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'insertAfter'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'replaceAll'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Expected space(s) before "for". (keyword-spacing)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'clone'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Expected { after 'for' condition. (curly)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected space(s) before "if". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected { after 'for' condition. (curly)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Function 'clean' has a complexity of 23. (complexity)
(#16) Missing space before value for key 'clean'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) before "continue". (keyword-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "while". (keyword-spacing)
(#16) Expected { after 'while' condition. (curly)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Do not nest ternary expressions (no-nested-ternary)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected { after 'for' condition. (curly)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Blocks are nested too deeply (5). (max-depth)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Expected { after 'else'. (curly)
(#16) Expected space(s) before "else". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) before "if". (keyword-spacing)
(#16) Expected space(s) before "for". (keyword-spacing)
(#16) Expected { after 'for' condition. (curly)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) 'h' used outside of binding context. (block-scoped-var)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) 'h' used outside of binding context. (block-scoped-var)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) 'h' used outside of binding context. (block-scoped-var)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) 'h' used outside of binding context. (block-scoped-var)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) 'h' used outside of binding context. (block-scoped-var)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) 'h' used outside of binding context. (block-scoped-var)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) 'h' used outside of binding context. (block-scoped-var)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) 'h' used outside of binding context. (block-scoped-var)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) 'h' used outside of binding context. (block-scoped-var)
(#16) A space is required after ','. (comma-spacing)
(#16) 'h' used outside of binding context. (block-scoped-var)
(#16) 'h' used outside of binding context. (block-scoped-var)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) 'h' used outside of binding context. (block-scoped-var)
(#16) 'h' used outside of binding context. (block-scoped-var)
(#16) 'h' used outside of binding context. (block-scoped-var)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'cleanData'. (key-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected space(s) before "continue". (keyword-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected { after 'for-in'. (curly)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before value for key 'position'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'visibility'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'display'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) Missing space before value for key 'cssHooks'. (key-spacing)
(#16) Missing space before value for key 'opacity'. (key-spacing)
(#16) Missing space before value for key 'get'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'cssNumber'. (key-spacing)
(#16) Missing space before value for key 'zIndex'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'fontWeight'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'opacity'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'zoom'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'lineHeight'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'cssProps'. (key-spacing)
(#16) Missing space before value for key 'float'. (key-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'style'. (key-spacing)
(#16) Expected to return a value at the end of this function. (consistent-return)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) before "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Expected a return value. (consistent-return)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected space(s) before "try". (keyword-spacing)
(#16) Expected space(s) after "try". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Expected space(s) after "catch". (keyword-spacing)
(#16) Expected space(s) before "catch". (keyword-spacing)
(#16) Empty block statement. (no-empty)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space before '}'. (block-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected to return a value at the end of this function. (consistent-return)
(#16) Missing space before value for key 'css'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'swap'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'for-in'. (curly)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected { after 'for-in'. (curly)
(#16) 'e' used outside of binding context. (block-scoped-var)
(#16) 'e' used outside of binding context. (block-scoped-var)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) 'e' used outside of binding context. (block-scoped-var)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'camelCase'. (key-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected to return a value at the end of this function. (consistent-return)
(#16) Missing space before value for key 'get'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Expected space(s) before "if". (keyword-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'set'. (key-spacing)
(#16) Expected to return a value at the end of this function. (consistent-return)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before value for key 'get'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Do not nest ternary expressions (no-nested-ternary)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'set'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before value for key 'get'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'display'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected space(s) after "return". (keyword-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "try". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Expected space(s) after "catch". (keyword-spacing)
(#16) Expected space(s) before "catch". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) Missing space before value for key 'load'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Expected space(s) before "var". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Missing space before value for key 'url'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'type'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'dataType'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'data'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'complete'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) 'g' used outside of binding context. (block-scoped-var)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) 'g' used outside of binding context. (block-scoped-var)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'serialize'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'serializeArray'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#16) Do not nest ternary expressions (no-nested-ternary)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) 'c' is defined but never used (no-unused-vars)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected space(s) after "return". (keyword-spacing)
(#16) Missing space before value for key 'name'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'value'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Missing space before value for key 'name'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'value'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing space before value for key 'type'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'url'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'data'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'success'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'dataType'. (key-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'getScript'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'getJSON'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'ajaxSetup'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Expected { after 'for-in'. (curly)
(#16) Missing space before value for key 'context'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'url'. (key-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'ajaxSettings'. (key-spacing)
(#16) Missing space before value for key 'url'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'isLocal'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'global'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'type'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'contentType'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'processData'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'async'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'accepts'. (key-spacing)
(#16) Missing space before value for key 'xml'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'html'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'text'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'json'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key '*'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'contents'. (key-spacing)
(#16) Missing space before value for key 'xml'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'html'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'json'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'responseFields'. (key-spacing)
(#16) Missing space before value for key 'xml'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'text'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'converters'. (key-spacing)
(#16) Missing space before value for key '* text'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'text html'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'text json'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'text xml'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'ajaxPrefilter'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'ajaxTransport'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'ajax'. (key-spacing)
(#16) Function 'ajax' has a complexity of 32. (complexity)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing JSDoc comment. (require-jsdoc)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Expected space(s) before "if". (keyword-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'else'. (curly)
(#16) Expected space(s) after "try". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Expected space(s) after "catch". (keyword-spacing)
(#16) Expected space(s) before "catch". (keyword-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Expected space(s) after "else". (keyword-spacing)
(#16) Expected space(s) before "else". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Expected space(s) before "typeof". (keyword-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before value for key 'readyState'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'setRequestHeader'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'getAllResponseHeaders'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'getResponseHeader'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'while' condition. (curly)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) after "while". (keyword-spacing)
(#16) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'overrideMimeType'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'abort'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Expected space(s) before "for". (keyword-spacing)
(#16) Expected { after 'for-in'. (curly)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'else'. (curly)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Expected space(s) after "return". (keyword-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Expected space(s) before "if". (keyword-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'for-in'. (curly)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) after "return". (keyword-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Expected space(s) before "for". (keyword-spacing)
(#16) Expected { after 'for-in'. (curly)
(#16) Missing space before value for key 'success'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'error'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'complete'. (key-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "try". (keyword-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Expected space(s) before "catch". (keyword-spacing)
(#16) Expected space(s) after "catch". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Expected space(s) before "else". (keyword-spacing)
(#16) Expected { after 'else'. (curly)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'param'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'else'. (curly)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Expected { after 'for-in'. (curly)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'active'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'lastModified'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'etag'. (key-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Unnecessary escape character: \= (no-useless-escape)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Missing space before value for key 'jsonp'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'jsonpCallback'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected to return a value at the end of this function. (consistent-return)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "return". (keyword-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'accepts'. (key-spacing)
(#16) Missing space before value for key 'script'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'contents'. (key-spacing)
(#16) Missing space before value for key 'script'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'converters'. (key-spacing)
(#16) Missing space before value for key 'text script'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected to return a value at the end of this function. (consistent-return)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "return". (keyword-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing space before value for key 'send'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'abort'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected space(s) after "return". (keyword-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected to return a value at the end of this function. (consistent-return)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "return". (keyword-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing space before value for key 'send'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) before "for". (keyword-spacing)
(#16) Expected { after 'for-in'. (curly)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "try". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Expected { after 'for-in'. (curly)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Expected space(s) before "catch". (keyword-spacing)
(#16) Expected space(s) after "catch". (keyword-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Empty block statement. (no-empty)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "try". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "else". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "try". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Expected space(s) after "catch". (keyword-spacing)
(#16) Expected space(s) before "catch". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Expected space(s) after "catch". (keyword-spacing)
(#16) Expected space(s) before "catch". (keyword-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'abort'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Missing space before value for key 'show'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Expected { after 'for' condition. (curly)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) 'g' used outside of binding context. (block-scoped-var)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) 'g' used outside of binding context. (block-scoped-var)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) 'h' used outside of binding context. (block-scoped-var)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) 'g' used outside of binding context. (block-scoped-var)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) 'g' used outside of binding context. (block-scoped-var)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'hide'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Expected space(s) before "for". (keyword-spacing)
(#16) Expected { after 'for' condition. (curly)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) 'e' used outside of binding context. (block-scoped-var)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) 'e' used outside of binding context. (block-scoped-var)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) 'f' used outside of binding context. (block-scoped-var)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) 'e' used outside of binding context. (block-scoped-var)
(#16) Expected space(s) before "this". (keyword-spacing)
(#16) 'e' used outside of binding context. (block-scoped-var)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key '_toggle'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'toggle'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Do not nest ternary expressions (no-nested-ternary)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'fadeTo'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'opacity'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'animate'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected { after 'if' condition. (curly)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected space(s) before "if". (keyword-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Expected space(s) before "else". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected { after 'if' condition. (curly)
(#16) Do not nest ternary expressions (no-nested-ternary)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "else". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Expected space(s) before "else". (keyword-spacing)
(#16) Expected { after 'else'. (curly)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) after "return". (keyword-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'stop'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected { after 'for' condition. (curly)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) Missing space before value for key 'slideDown'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'slideUp'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'slideToggle'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'fadeIn'. (key-spacing)
(#16) Missing space before value for key 'opacity'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'fadeOut'. (key-spacing)
(#16) Missing space before value for key 'opacity'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'fadeToggle'. (key-spacing)
(#16) Missing space before value for key 'opacity'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'speed'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'complete'. (key-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'duration'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'easing'. (key-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Do not nest ternary expressions (no-nested-ternary)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Do not nest ternary expressions (no-nested-ternary)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'easing'. (key-spacing)
(#16) Missing space before value for key 'linear'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'swing'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Expected space(s) after "return". (keyword-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'timers'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'fx'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before value for key 'update'. (key-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'cur'. (key-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Do not nest ternary expressions (no-nested-ternary)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'custom'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing JSDoc comment. (require-jsdoc)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Expected space(s) before "var". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'show'. (key-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'hide'. (key-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'step'. (key-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Expected { after 'for-in'. (curly)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Expected space(s) before "this". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Expected space(s) before "this". (keyword-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected space(s) before "for". (keyword-spacing)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Expected { after 'for-in'. (curly)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Expected space(s) after "return". (keyword-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Expected space(s) before "var". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) after "return". (keyword-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'tick'. (key-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Expected { after 'for' condition. (curly)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'interval'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'stop'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'speeds'. (key-spacing)
(#16) Missing space before value for key 'slow'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'fast'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key '_default'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'step'. (key-spacing)
(#16) Missing space before value for key 'opacity'. (key-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key '_default'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "try". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Expected space(s) before "catch". (keyword-spacing)
(#16) Expected space(s) after "catch". (keyword-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Empty block statement. (no-empty)
(#16) Expected space(s) before "var". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before value for key 'top'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'left'. (key-spacing)
(#16) Missing space before value for key 'top'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'left'. (key-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) after "return". (keyword-spacing)
(#16) Missing space before value for key 'top'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'left'. (key-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) 'f' is defined but never used (no-unused-vars)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "while". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected space(s) before "break". (keyword-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) before "if". (keyword-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) after "return". (keyword-spacing)
(#16) Missing space before value for key 'top'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'left'. (key-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before value for key 'initialize'. (key-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) 'g' is defined but never used (no-unused-vars)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'position'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'top'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'left'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'margin'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'border'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'width'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'height'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'visibility'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'bodyOffset'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "return". (keyword-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing space before value for key 'top'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'left'. (key-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'setOffset'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'position'. (key-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before value for key 'top'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'left'. (key-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) after "return". (keyword-spacing)
(#16) Missing space before value for key 'top'. (key-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'left'. (key-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'offsetParent'. (key-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'while' condition. (curly)
(#16) Expected space(s) after "while". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Do not nest ternary expressions (no-nested-ternary)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected space(s) before "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
mod/offlinequiz/lib/jquery/ui/i18n/jquery-ui-i18n.js
(#1) Unexpected Unicode BOM (Byte Order Mark). (unicode-bom)
(#3) 'jQuery' is not defined. (no-undef)
(#3) Missing space before opening brace. (space-before-blocks)
(#4) ["af"] is better written in dot notation. (dot-notation)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#22) ["af"] is better written in dot notation. (dot-notation)
(#27) 'jQuery' is not defined. (no-undef)
(#27) Missing space before opening brace. (space-before-blocks)
(#34) A space is required after ','. (comma-spacing)
(#42) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#47) Irregular whitespace not allowed (no-irregular-whitespace)
(#49) Line 49 exceeds the maximum line length of 132. (max-len)
(#50) 'jQuery' is not defined. (no-undef)
(#50) Missing space before opening brace. (space-before-blocks)
(#51) ["ar"] is better written in dot notation. (dot-notation)
(#65) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#68) ["ar"] is better written in dot notation. (dot-notation)
(#69) Irregular whitespace not allowed (no-irregular-whitespace)
(#71) 'jQuery' is not defined. (no-undef)
(#72) ["az"] is better written in dot notation. (dot-notation)
(#77) A space is required after ','. (comma-spacing)
(#77) A space is required after ','. (comma-spacing)
(#77) A space is required after ','. (comma-spacing)
(#77) A space is required after ','. (comma-spacing)
(#77) A space is required after ','. (comma-spacing)
(#78) A space is required after ','. (comma-spacing)
(#78) A space is required after ','. (comma-spacing)
(#78) A space is required after ','. (comma-spacing)
(#78) A space is required after ','. (comma-spacing)
(#78) A space is required after ','. (comma-spacing)
(#79) A space is required after ','. (comma-spacing)
(#79) A space is required after ','. (comma-spacing)
(#79) A space is required after ','. (comma-spacing)
(#79) A space is required after ','. (comma-spacing)
(#79) A space is required after ','. (comma-spacing)
(#80) A space is required after ','. (comma-spacing)
(#80) A space is required after ','. (comma-spacing)
(#80) A space is required after ','. (comma-spacing)
(#80) A space is required after ','. (comma-spacing)
(#80) A space is required after ','. (comma-spacing)
(#81) A space is required after ','. (comma-spacing)
(#81) A space is required after ','. (comma-spacing)
(#81) A space is required after ','. (comma-spacing)
(#81) A space is required after ','. (comma-spacing)
(#81) A space is required after ','. (comma-spacing)
(#81) A space is required after ','. (comma-spacing)
(#82) A space is required after ','. (comma-spacing)
(#82) A space is required after ','. (comma-spacing)
(#82) A space is required after ','. (comma-spacing)
(#82) A space is required after ','. (comma-spacing)
(#82) A space is required after ','. (comma-spacing)
(#82) A space is required after ','. (comma-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) A space is required after ','. (comma-spacing)
(#90) ["az"] is better written in dot notation. (dot-notation)
(#91) Irregular whitespace not allowed (no-irregular-whitespace)
(#93) 'jQuery' is not defined. (no-undef)
(#93) Missing space before opening brace. (space-before-blocks)
(#94) ["bg"] is better written in dot notation. (dot-notation)
(#100) A space is required after ','. (comma-spacing)
(#100) A space is required after ','. (comma-spacing)
(#100) A space is required after ','. (comma-spacing)
(#100) A space is required after ','. (comma-spacing)
(#100) A space is required after ','. (comma-spacing)
(#101) A space is required after ','. (comma-spacing)
(#101) A space is required after ','. (comma-spacing)
(#101) A space is required after ','. (comma-spacing)
(#101) A space is required after ','. (comma-spacing)
(#101) A space is required after ','. (comma-spacing)
(#102) A space is required after ','. (comma-spacing)
(#102) A space is required after ','. (comma-spacing)
(#102) A space is required after ','. (comma-spacing)
(#102) A space is required after ','. (comma-spacing)
(#102) A space is required after ','. (comma-spacing)
(#103) A space is required after ','. (comma-spacing)
(#103) A space is required after ','. (comma-spacing)
(#103) A space is required after ','. (comma-spacing)
(#103) A space is required after ','. (comma-spacing)
(#103) A space is required after ','. (comma-spacing)
(#104) A space is required after ','. (comma-spacing)
(#104) A space is required after ','. (comma-spacing)
(#104) A space is required after ','. (comma-spacing)
(#104) A space is required after ','. (comma-spacing)
(#104) A space is required after ','. (comma-spacing)
(#104) A space is required after ','. (comma-spacing)
(#105) A space is required after ','. (comma-spacing)
(#105) A space is required after ','. (comma-spacing)
(#105) A space is required after ','. (comma-spacing)
(#105) A space is required after ','. (comma-spacing)
(#105) A space is required after ','. (comma-spacing)
(#105) A space is required after ','. (comma-spacing)
(#106) A space is required after ','. (comma-spacing)
(#106) A space is required after ','. (comma-spacing)
(#106) A space is required after ','. (comma-spacing)
(#106) A space is required after ','. (comma-spacing)
(#106) A space is required after ','. (comma-spacing)
(#106) A space is required after ','. (comma-spacing)
(#113) ["bg"] is better written in dot notation. (dot-notation)
(#115) Irregular whitespace not allowed (no-irregular-whitespace)
(#117) 'jQuery' is not defined. (no-undef)
(#117) Missing space before opening brace. (space-before-blocks)
(#118) ["bs"] is better written in dot notation. (dot-notation)
(#119) Trailing spaces not allowed. (no-trailing-spaces)
(#120) Trailing spaces not allowed. (no-trailing-spaces)
(#121) Trailing spaces not allowed. (no-trailing-spaces)
(#122) Trailing spaces not allowed. (no-trailing-spaces)
(#123) A space is required after ','. (comma-spacing)
(#123) A space is required after ','. (comma-spacing)
(#123) A space is required after ','. (comma-spacing)
(#123) A space is required after ','. (comma-spacing)
(#123) A space is required after ','. (comma-spacing)
(#124) A space is required after ','. (comma-spacing)
(#124) A space is required after ','. (comma-spacing)
(#124) A space is required after ','. (comma-spacing)
(#124) A space is required after ','. (comma-spacing)
(#124) A space is required after ','. (comma-spacing)
(#125) A space is required after ','. (comma-spacing)
(#125) A space is required after ','. (comma-spacing)
(#125) A space is required after ','. (comma-spacing)
(#125) A space is required after ','. (comma-spacing)
(#125) A space is required after ','. (comma-spacing)
(#126) A space is required after ','. (comma-spacing)
(#126) A space is required after ','. (comma-spacing)
(#126) A space is required after ','. (comma-spacing)
(#126) A space is required after ','. (comma-spacing)
(#126) A space is required after ','. (comma-spacing)
(#127) A space is required after ','. (comma-spacing)
(#127) A space is required after ','. (comma-spacing)
(#127) A space is required after ','. (comma-spacing)
(#127) A space is required after ','. (comma-spacing)
(#127) A space is required after ','. (comma-spacing)
(#127) A space is required after ','. (comma-spacing)
(#128) A space is required after ','. (comma-spacing)
(#128) A space is required after ','. (comma-spacing)
(#128) A space is required after ','. (comma-spacing)
(#128) A space is required after ','. (comma-spacing)
(#128) A space is required after ','. (comma-spacing)
(#128) A space is required after ','. (comma-spacing)
(#129) A space is required after ','. (comma-spacing)
(#129) A space is required after ','. (comma-spacing)
(#129) A space is required after ','. (comma-spacing)
(#129) A space is required after ','. (comma-spacing)
(#129) A space is required after ','. (comma-spacing)
(#129) A space is required after ','. (comma-spacing)
(#136) ["bs"] is better written in dot notation. (dot-notation)
(#139) 'jQuery' is not defined. (no-undef)
(#139) Missing space before opening brace. (space-before-blocks)
(#140) ["ca"] is better written in dot notation. (dot-notation)
(#145) A space is required after ','. (comma-spacing)
(#145) A space is required after ','. (comma-spacing)
(#145) A space is required after ','. (comma-spacing)
(#145) A space is required after ','. (comma-spacing)
(#145) A space is required after ','. (comma-spacing)
(#146) A space is required after ','. (comma-spacing)
(#146) A space is required after ','. (comma-spacing)
(#146) A space is required after ','. (comma-spacing)
(#146) A space is required after ','. (comma-spacing)
(#146) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#148) A space is required after ','. (comma-spacing)
(#148) A space is required after ','. (comma-spacing)
(#148) A space is required after ','. (comma-spacing)
(#148) A space is required after ','. (comma-spacing)
(#148) A space is required after ','. (comma-spacing)
(#149) A space is required after ','. (comma-spacing)
(#149) A space is required after ','. (comma-spacing)
(#149) A space is required after ','. (comma-spacing)
(#149) A space is required after ','. (comma-spacing)
(#149) A space is required after ','. (comma-spacing)
(#149) A space is required after ','. (comma-spacing)
(#150) A space is required after ','. (comma-spacing)
(#150) A space is required after ','. (comma-spacing)
(#150) A space is required after ','. (comma-spacing)
(#150) A space is required after ','. (comma-spacing)
(#150) A space is required after ','. (comma-spacing)
(#150) A space is required after ','. (comma-spacing)
(#151) A space is required after ','. (comma-spacing)
(#151) A space is required after ','. (comma-spacing)
(#151) A space is required after ','. (comma-spacing)
(#151) A space is required after ','. (comma-spacing)
(#151) A space is required after ','. (comma-spacing)
(#151) A space is required after ','. (comma-spacing)
(#158) ["ca"] is better written in dot notation. (dot-notation)
(#159) Irregular whitespace not allowed (no-irregular-whitespace)
(#161) 'jQuery' is not defined. (no-undef)
(#161) Missing space before opening brace. (space-before-blocks)
(#162) ["cs"] is better written in dot notation. (dot-notation)
(#167) A space is required after ','. (comma-spacing)
(#167) A space is required after ','. (comma-spacing)
(#167) A space is required after ','. (comma-spacing)
(#167) A space is required after ','. (comma-spacing)
(#167) A space is required after ','. (comma-spacing)
(#168) A space is required after ','. (comma-spacing)
(#168) A space is required after ','. (comma-spacing)
(#168) A space is required after ','. (comma-spacing)
(#168) A space is required after ','. (comma-spacing)
(#168) A space is required after ','. (comma-spacing)
(#169) A space is required after ','. (comma-spacing)
(#169) A space is required after ','. (comma-spacing)
(#169) A space is required after ','. (comma-spacing)
(#169) A space is required after ','. (comma-spacing)
(#169) A space is required after ','. (comma-spacing)
(#170) A space is required after ','. (comma-spacing)
(#170) A space is required after ','. (comma-spacing)
(#170) A space is required after ','. (comma-spacing)
(#170) A space is required after ','. (comma-spacing)
(#170) A space is required after ','. (comma-spacing)
(#173) A space is required after ','. (comma-spacing)
(#173) A space is required after ','. (comma-spacing)
(#173) A space is required after ','. (comma-spacing)
(#173) A space is required after ','. (comma-spacing)
(#173) A space is required after ','. (comma-spacing)
(#173) A space is required after ','. (comma-spacing)
(#180) ["cs"] is better written in dot notation. (dot-notation)
(#182) Irregular whitespace not allowed (no-irregular-whitespace)
(#184) 'jQuery' is not defined. (no-undef)
(#184) Missing space before opening brace. (space-before-blocks)
(#185) ["da"] is better written in dot notation. (dot-notation)
(#190) A space is required after ','. (comma-spacing)
(#190) A space is required after ','. (comma-spacing)
(#190) A space is required after ','. (comma-spacing)
(#190) A space is required after ','. (comma-spacing)
(#190) A space is required after ','. (comma-spacing)
(#191) A space is required after ','. (comma-spacing)
(#191) A space is required after ','. (comma-spacing)
(#191) A space is required after ','. (comma-spacing)
(#191) A space is required after ','. (comma-spacing)
(#191) A space is required after ','. (comma-spacing)
(#192) A space is required after ','. (comma-spacing)
(#192) A space is required after ','. (comma-spacing)
(#192) A space is required after ','. (comma-spacing)
(#192) A space is required after ','. (comma-spacing)
(#192) A space is required after ','. (comma-spacing)
(#193) A space is required after ','. (comma-spacing)
(#193) A space is required after ','. (comma-spacing)
(#193) A space is required after ','. (comma-spacing)
(#193) A space is required after ','. (comma-spacing)
(#193) A space is required after ','. (comma-spacing)
(#194) A space is required after ','. (comma-spacing)
(#194) A space is required after ','. (comma-spacing)
(#194) A space is required after ','. (comma-spacing)
(#194) A space is required after ','. (comma-spacing)
(#194) A space is required after ','. (comma-spacing)
(#194) A space is required after ','. (comma-spacing)
(#195) A space is required after ','. (comma-spacing)
(#195) A space is required after ','. (comma-spacing)
(#195) A space is required after ','. (comma-spacing)
(#195) A space is required after ','. (comma-spacing)
(#195) A space is required after ','. (comma-spacing)
(#195) A space is required after ','. (comma-spacing)
(#196) A space is required after ','. (comma-spacing)
(#196) A space is required after ','. (comma-spacing)
(#196) A space is required after ','. (comma-spacing)
(#196) A space is required after ','. (comma-spacing)
(#196) A space is required after ','. (comma-spacing)
(#196) A space is required after ','. (comma-spacing)
(#203) ["da"] is better written in dot notation. (dot-notation)
(#205) Irregular whitespace not allowed (no-irregular-whitespace)
(#207) 'jQuery' is not defined. (no-undef)
(#207) Missing space before opening brace. (space-before-blocks)
(#208) ["de"] is better written in dot notation. (dot-notation)
(#213) A space is required after ','. (comma-spacing)
(#213) A space is required after ','. (comma-spacing)
(#213) A space is required after ','. (comma-spacing)
(#213) A space is required after ','. (comma-spacing)
(#213) A space is required after ','. (comma-spacing)
(#214) A space is required after ','. (comma-spacing)
(#214) A space is required after ','. (comma-spacing)
(#214) A space is required after ','. (comma-spacing)
(#214) A space is required after ','. (comma-spacing)
(#214) A space is required after ','. (comma-spacing)
(#215) A space is required after ','. (comma-spacing)
(#215) A space is required after ','. (comma-spacing)
(#215) A space is required after ','. (comma-spacing)
(#215) A space is required after ','. (comma-spacing)
(#215) A space is required after ','. (comma-spacing)
(#216) A space is required after ','. (comma-spacing)
(#216) A space is required after ','. (comma-spacing)
(#216) A space is required after ','. (comma-spacing)
(#216) A space is required after ','. (comma-spacing)
(#216) A space is required after ','. (comma-spacing)
(#217) A space is required after ','. (comma-spacing)
(#217) A space is required after ','. (comma-spacing)
(#217) A space is required after ','. (comma-spacing)
(#217) A space is required after ','. (comma-spacing)
(#217) A space is required after ','. (comma-spacing)
(#217) A space is required after ','. (comma-spacing)
(#218) A space is required after ','. (comma-spacing)
(#218) A space is required after ','. (comma-spacing)
(#218) A space is required after ','. (comma-spacing)
(#218) A space is required after ','. (comma-spacing)
(#218) A space is required after ','. (comma-spacing)
(#218) A space is required after ','. (comma-spacing)
(#219) A space is required after ','. (comma-spacing)
(#219) A space is required after ','. (comma-spacing)
(#219) A space is required after ','. (comma-spacing)
(#219) A space is required after ','. (comma-spacing)
(#219) A space is required after ','. (comma-spacing)
(#219) A space is required after ','. (comma-spacing)
(#226) ["de"] is better written in dot notation. (dot-notation)
(#228) Irregular whitespace not allowed (no-irregular-whitespace)
(#230) 'jQuery' is not defined. (no-undef)
(#230) Missing space before opening brace. (space-before-blocks)
(#231) ["el"] is better written in dot notation. (dot-notation)
(#236) A space is required after ','. (comma-spacing)
(#236) A space is required after ','. (comma-spacing)
(#236) A space is required after ','. (comma-spacing)
(#236) A space is required after ','. (comma-spacing)
(#236) A space is required after ','. (comma-spacing)
(#237) A space is required after ','. (comma-spacing)
(#237) A space is required after ','. (comma-spacing)
(#237) A space is required after ','. (comma-spacing)
(#237) A space is required after ','. (comma-spacing)
(#237) A space is required after ','. (comma-spacing)
(#238) A space is required after ','. (comma-spacing)
(#238) A space is required after ','. (comma-spacing)
(#238) A space is required after ','. (comma-spacing)
(#238) A space is required after ','. (comma-spacing)
(#238) A space is required after ','. (comma-spacing)
(#239) A space is required after ','. (comma-spacing)
(#239) A space is required after ','. (comma-spacing)
(#239) A space is required after ','. (comma-spacing)
(#239) A space is required after ','. (comma-spacing)
(#239) A space is required after ','. (comma-spacing)
(#240) A space is required after ','. (comma-spacing)
(#240) A space is required after ','. (comma-spacing)
(#240) A space is required after ','. (comma-spacing)
(#240) A space is required after ','. (comma-spacing)
(#240) A space is required after ','. (comma-spacing)
(#240) A space is required after ','. (comma-spacing)
(#241) A space is required after ','. (comma-spacing)
(#241) A space is required after ','. (comma-spacing)
(#241) A space is required after ','. (comma-spacing)
(#241) A space is required after ','. (comma-spacing)
(#241) A space is required after ','. (comma-spacing)
(#241) A space is required after ','. (comma-spacing)
(#242) A space is required after ','. (comma-spacing)
(#242) A space is required after ','. (comma-spacing)
(#242) A space is required after ','. (comma-spacing)
(#242) A space is required after ','. (comma-spacing)
(#242) A space is required after ','. (comma-spacing)
(#242) A space is required after ','. (comma-spacing)
(#249) ["el"] is better written in dot notation. (dot-notation)
(#252) 'jQuery' is not defined. (no-undef)
(#252) Missing space before opening brace. (space-before-blocks)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#264) A space is required after ','. (comma-spacing)
(#264) A space is required after ','. (comma-spacing)
(#264) A space is required after ','. (comma-spacing)
(#264) A space is required after ','. (comma-spacing)
(#264) A space is required after ','. (comma-spacing)
(#264) A space is required after ','. (comma-spacing)
(#273) Irregular whitespace not allowed (no-irregular-whitespace)
(#275) 'jQuery' is not defined. (no-undef)
(#275) Missing space before opening brace. (space-before-blocks)
(#281) A space is required after ','. (comma-spacing)
(#281) A space is required after ','. (comma-spacing)
(#281) A space is required after ','. (comma-spacing)
(#281) A space is required after ','. (comma-spacing)
(#281) A space is required after ','. (comma-spacing)
(#282) A space is required after ','. (comma-spacing)
(#282) A space is required after ','. (comma-spacing)
(#282) A space is required after ','. (comma-spacing)
(#282) A space is required after ','. (comma-spacing)
(#282) A space is required after ','. (comma-spacing)
(#287) A space is required after ','. (comma-spacing)
(#287) A space is required after ','. (comma-spacing)
(#287) A space is required after ','. (comma-spacing)
(#287) A space is required after ','. (comma-spacing)
(#287) A space is required after ','. (comma-spacing)
(#287) A space is required after ','. (comma-spacing)
(#298) 'jQuery' is not defined. (no-undef)
(#298) Missing space before opening brace. (space-before-blocks)
(#304) A space is required after ','. (comma-spacing)
(#304) A space is required after ','. (comma-spacing)
(#304) A space is required after ','. (comma-spacing)
(#304) A space is required after ','. (comma-spacing)
(#304) A space is required after ','. (comma-spacing)
(#305) A space is required after ','. (comma-spacing)
(#305) A space is required after ','. (comma-spacing)
(#305) A space is required after ','. (comma-spacing)
(#305) A space is required after ','. (comma-spacing)
(#305) A space is required after ','. (comma-spacing)
(#310) A space is required after ','. (comma-spacing)
(#310) A space is required after ','. (comma-spacing)
(#310) A space is required after ','. (comma-spacing)
(#310) A space is required after ','. (comma-spacing)
(#310) A space is required after ','. (comma-spacing)
(#310) A space is required after ','. (comma-spacing)
(#319) Irregular whitespace not allowed (no-irregular-whitespace)
(#321) 'jQuery' is not defined. (no-undef)
(#321) Missing space before opening brace. (space-before-blocks)
(#322) ["eo"] is better written in dot notation. (dot-notation)
(#327) A space is required after ','. (comma-spacing)
(#327) A space is required after ','. (comma-spacing)
(#327) A space is required after ','. (comma-spacing)
(#327) A space is required after ','. (comma-spacing)
(#327) A space is required after ','. (comma-spacing)
(#328) A space is required after ','. (comma-spacing)
(#328) A space is required after ','. (comma-spacing)
(#328) A space is required after ','. (comma-spacing)
(#328) A space is required after ','. (comma-spacing)
(#328) A space is required after ','. (comma-spacing)
(#329) A space is required after ','. (comma-spacing)
(#329) A space is required after ','. (comma-spacing)
(#329) A space is required after ','. (comma-spacing)
(#329) A space is required after ','. (comma-spacing)
(#329) A space is required after ','. (comma-spacing)
(#330) A space is required after ','. (comma-spacing)
(#330) A space is required after ','. (comma-spacing)
(#330) A space is required after ','. (comma-spacing)
(#330) A space is required after ','. (comma-spacing)
(#330) A space is required after ','. (comma-spacing)
(#331) A space is required after ','. (comma-spacing)
(#331) A space is required after ','. (comma-spacing)
(#331) A space is required after ','. (comma-spacing)
(#331) A space is required after ','. (comma-spacing)
(#331) A space is required after ','. (comma-spacing)
(#331) A space is required after ','. (comma-spacing)
(#332) A space is required after ','. (comma-spacing)
(#332) A space is required after ','. (comma-spacing)
(#332) A space is required after ','. (comma-spacing)
(#332) A space is required after ','. (comma-spacing)
(#332) A space is required after ','. (comma-spacing)
(#332) A space is required after ','. (comma-spacing)
(#333) A space is required after ','. (comma-spacing)
(#333) A space is required after ','. (comma-spacing)
(#333) A space is required after ','. (comma-spacing)
(#333) A space is required after ','. (comma-spacing)
(#333) A space is required after ','. (comma-spacing)
(#333) A space is required after ','. (comma-spacing)
(#340) ["eo"] is better written in dot notation. (dot-notation)
(#344) 'jQuery' is not defined. (no-undef)
(#344) Missing space before opening brace. (space-before-blocks)
(#345) ["es"] is better written in dot notation. (dot-notation)
(#350) A space is required after ','. (comma-spacing)
(#350) A space is required after ','. (comma-spacing)
(#350) A space is required after ','. (comma-spacing)
(#350) A space is required after ','. (comma-spacing)
(#350) A space is required after ','. (comma-spacing)
(#351) A space is required after ','. (comma-spacing)
(#351) A space is required after ','. (comma-spacing)
(#351) A space is required after ','. (comma-spacing)
(#351) A space is required after ','. (comma-spacing)
(#351) A space is required after ','. (comma-spacing)
(#352) A space is required after ','. (comma-spacing)
(#352) A space is required after ','. (comma-spacing)
(#352) A space is required after ','. (comma-spacing)
(#352) A space is required after ','. (comma-spacing)
(#352) A space is required after ','. (comma-spacing)
(#353) A space is required after ','. (comma-spacing)
(#353) A space is required after ','. (comma-spacing)
(#353) A space is required after ','. (comma-spacing)
(#353) A space is required after ','. (comma-spacing)
(#353) A space is required after ','. (comma-spacing)
(#354) A space is required after ','. (comma-spacing)
(#354) A space is required after ','. (comma-spacing)
(#354) A space is required after ','. (comma-spacing)
(#354) A space is required after ','. (comma-spacing)
(#354) A space is required after ','. (comma-spacing)
(#354) A space is required after ','. (comma-spacing)
(#355) A space is required after ','. (comma-spacing)
(#355) A space is required after ','. (comma-spacing)
(#355) A space is required after ','. (comma-spacing)
(#355) A space is required after ','. (comma-spacing)
(#355) A space is required after ','. (comma-spacing)
(#355) A space is required after ','. (comma-spacing)
(#356) A space is required after ','. (comma-spacing)
(#356) A space is required after ','. (comma-spacing)
(#356) A space is required after ','. (comma-spacing)
(#356) A space is required after ','. (comma-spacing)
(#356) A space is required after ','. (comma-spacing)
(#356) A space is required after ','. (comma-spacing)
(#363) ["es"] is better written in dot notation. (dot-notation)
(#364) Irregular whitespace not allowed (no-irregular-whitespace)
(#366) 'jQuery' is not defined. (no-undef)
(#366) Missing space before opening brace. (space-before-blocks)
(#367) ["et"] is better written in dot notation. (dot-notation)
(#372) A space is required after ','. (comma-spacing)
(#372) A space is required after ','. (comma-spacing)
(#372) A space is required after ','. (comma-spacing)
(#372) A space is required after ','. (comma-spacing)
(#372) A space is required after ','. (comma-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) A space is required after ','. (comma-spacing)
(#378) A space is required after ','. (comma-spacing)
(#378) A space is required after ','. (comma-spacing)
(#378) A space is required after ','. (comma-spacing)
(#378) A space is required after ','. (comma-spacing)
(#378) A space is required after ','. (comma-spacing)
(#378) A space is required after ','. (comma-spacing)
(#385) ["et"] is better written in dot notation. (dot-notation)
(#386) Irregular whitespace not allowed (no-irregular-whitespace)
(#388) 'jQuery' is not defined. (no-undef)
(#388) Missing space before opening brace. (space-before-blocks)
(#389) ["eu"] is better written in dot notation. (dot-notation)
(#394) A space is required after ','. (comma-spacing)
(#394) A space is required after ','. (comma-spacing)
(#394) A space is required after ','. (comma-spacing)
(#394) A space is required after ','. (comma-spacing)
(#394) A space is required after ','. (comma-spacing)
(#395) A space is required after ','. (comma-spacing)
(#395) A space is required after ','. (comma-spacing)
(#395) A space is required after ','. (comma-spacing)
(#395) A space is required after ','. (comma-spacing)
(#395) A space is required after ','. (comma-spacing)
(#396) A space is required after ','. (comma-spacing)
(#396) A space is required after ','. (comma-spacing)
(#396) A space is required after ','. (comma-spacing)
(#396) A space is required after ','. (comma-spacing)
(#396) A space is required after ','. (comma-spacing)
(#397) A space is required after ','. (comma-spacing)
(#397) A space is required after ','. (comma-spacing)
(#397) A space is required after ','. (comma-spacing)
(#397) A space is required after ','. (comma-spacing)
(#397) A space is required after ','. (comma-spacing)
(#398) A space is required after ','. (comma-spacing)
(#398) A space is required after ','. (comma-spacing)
(#398) A space is required after ','. (comma-spacing)
(#398) A space is required after ','. (comma-spacing)
(#398) A space is required after ','. (comma-spacing)
(#398) A space is required after ','. (comma-spacing)
(#399) A space is required after ','. (comma-spacing)
(#399) A space is required after ','. (comma-spacing)
(#399) A space is required after ','. (comma-spacing)
(#399) A space is required after ','. (comma-spacing)
(#399) A space is required after ','. (comma-spacing)
(#399) A space is required after ','. (comma-spacing)
(#400) A space is required after ','. (comma-spacing)
(#400) A space is required after ','. (comma-spacing)
(#400) A space is required after ','. (comma-spacing)
(#400) A space is required after ','. (comma-spacing)
(#400) A space is required after ','. (comma-spacing)
(#400) A space is required after ','. (comma-spacing)
(#407) ["eu"] is better written in dot notation. (dot-notation)
(#408) Irregular whitespace not allowed (no-irregular-whitespace)
(#411) 'jQuery' is not defined. (no-undef)
(#412) ["fa"] is better written in dot notation. (dot-notation)
(#417) A space is required after ','. (comma-spacing)
(#417) A space is required after ','. (comma-spacing)
(#417) A space is required after ','. (comma-spacing)
(#417) A space is required after ','. (comma-spacing)
(#417) A space is required after ','. (comma-spacing)
(#418) A space is required after ','. (comma-spacing)
(#418) A space is required after ','. (comma-spacing)
(#418) A space is required after ','. (comma-spacing)
(#418) A space is required after ','. (comma-spacing)
(#418) A space is required after ','. (comma-spacing)
(#419) A space is required after ','. (comma-spacing)
(#419) A space is required after ','. (comma-spacing)
(#419) A space is required after ','. (comma-spacing)
(#419) A space is required after ','. (comma-spacing)
(#419) A space is required after ','. (comma-spacing)
(#419) A space is required after ','. (comma-spacing)
(#419) A space is required after ','. (comma-spacing)
(#419) A space is required after ','. (comma-spacing)
(#419) A space is required after ','. (comma-spacing)
(#419) A space is required after ','. (comma-spacing)
(#419) A space is required after ','. (comma-spacing)
(#420) A space is required after ','. (comma-spacing)
(#420) A space is required after ','. (comma-spacing)
(#420) A space is required after ','. (comma-spacing)
(#420) A space is required after ','. (comma-spacing)
(#420) A space is required after ','. (comma-spacing)
(#420) A space is required after ','. (comma-spacing)
(#421) A space is required after ','. (comma-spacing)
(#421) A space is required after ','. (comma-spacing)
(#421) A space is required after ','. (comma-spacing)
(#421) A space is required after ','. (comma-spacing)
(#421) A space is required after ','. (comma-spacing)
(#422) A space is required after ','. (comma-spacing)
(#422) A space is required after ','. (comma-spacing)
(#422) A space is required after ','. (comma-spacing)
(#422) A space is required after ','. (comma-spacing)
(#422) A space is required after ','. (comma-spacing)
(#429) ["fa"] is better written in dot notation. (dot-notation)
(#432) 'jQuery' is not defined. (no-undef)
(#432) Missing space before opening brace. (space-before-blocks)
(#433) ["fi"] is better written in dot notation. (dot-notation)
(#438) A space is required after ','. (comma-spacing)
(#438) A space is required after ','. (comma-spacing)
(#438) A space is required after ','. (comma-spacing)
(#438) A space is required after ','. (comma-spacing)
(#438) A space is required after ','. (comma-spacing)
(#439) A space is required after ','. (comma-spacing)
(#439) A space is required after ','. (comma-spacing)
(#439) A space is required after ','. (comma-spacing)
(#439) A space is required after ','. (comma-spacing)
(#439) A space is required after ','. (comma-spacing)
(#440) A space is required after ','. (comma-spacing)
(#440) A space is required after ','. (comma-spacing)
(#440) A space is required after ','. (comma-spacing)
(#440) A space is required after ','. (comma-spacing)
(#440) A space is required after ','. (comma-spacing)
(#441) A space is required after ','. (comma-spacing)
(#441) A space is required after ','. (comma-spacing)
(#441) A space is required after ','. (comma-spacing)
(#441) A space is required after ','. (comma-spacing)
(#441) A space is required after ','. (comma-spacing)
(#442) A space is required after ','. (comma-spacing)
(#442) A space is required after ','. (comma-spacing)
(#442) A space is required after ','. (comma-spacing)
(#442) A space is required after ','. (comma-spacing)
(#442) A space is required after ','. (comma-spacing)
(#442) A space is required after ','. (comma-spacing)
(#443) A space is required after ','. (comma-spacing)
(#443) A space is required after ','. (comma-spacing)
(#443) A space is required after ','. (comma-spacing)
(#443) A space is required after ','. (comma-spacing)
(#443) A space is required after ','. (comma-spacing)
(#443) A space is required after ','. (comma-spacing)
(#444) A space is required after ','. (comma-spacing)
(#444) A space is required after ','. (comma-spacing)
(#444) A space is required after ','. (comma-spacing)
(#444) A space is required after ','. (comma-spacing)
(#444) A space is required after ','. (comma-spacing)
(#444) A space is required after ','. (comma-spacing)
(#451) ["fi"] is better written in dot notation. (dot-notation)
(#453) Irregular whitespace not allowed (no-irregular-whitespace)
(#455) 'jQuery' is not defined. (no-undef)
(#455) Missing space before opening brace. (space-before-blocks)
(#456) ["fo"] is better written in dot notation. (dot-notation)
(#461) A space is required after ','. (comma-spacing)
(#461) A space is required after ','. (comma-spacing)
(#461) A space is required after ','. (comma-spacing)
(#461) A space is required after ','. (comma-spacing)
(#461) A space is required after ','. (comma-spacing)
(#462) A space is required after ','. (comma-spacing)
(#462) A space is required after ','. (comma-spacing)
(#462) A space is required after ','. (comma-spacing)
(#462) A space is required after ','. (comma-spacing)
(#462) A space is required after ','. (comma-spacing)
(#463) A space is required after ','. (comma-spacing)
(#463) A space is required after ','. (comma-spacing)
(#463) A space is required after ','. (comma-spacing)
(#463) A space is required after ','. (comma-spacing)
(#463) A space is required after ','. (comma-spacing)
(#464) A space is required after ','. (comma-spacing)
(#464) A space is required after ','. (comma-spacing)
(#464) A space is required after ','. (comma-spacing)
(#464) A space is required after ','. (comma-spacing)
(#464) A space is required after ','. (comma-spacing)
(#465) A space is required after ','. (comma-spacing)
(#465) A space is required after ','. (comma-spacing)
(#465) A space is required after ','. (comma-spacing)
(#465) A space is required after ','. (comma-spacing)
(#465) A space is required after ','. (comma-spacing)
(#465) A space is required after ','. (comma-spacing)
(#466) A space is required after ','. (comma-spacing)
(#466) A space is required after ','. (comma-spacing)
(#466) A space is required after ','. (comma-spacing)
(#466) A space is required after ','. (comma-spacing)
(#466) A space is required after ','. (comma-spacing)
(#466) A space is required after ','. (comma-spacing)
(#467) A space is required after ','. (comma-spacing)
(#467) A space is required after ','. (comma-spacing)
(#467) A space is required after ','. (comma-spacing)
(#467) A space is required after ','. (comma-spacing)
(#467) A space is required after ','. (comma-spacing)
(#467) A space is required after ','. (comma-spacing)
(#474) ["fo"] is better written in dot notation. (dot-notation)
(#476) Irregular whitespace not allowed (no-irregular-whitespace)
(#478) 'jQuery' is not defined. (no-undef)
(#478) Missing space before opening brace. (space-before-blocks)
(#484) A space is required after ','. (comma-spacing)
(#484) A space is required after ','. (comma-spacing)
(#484) A space is required after ','. (comma-spacing)
(#484) A space is required after ','. (comma-spacing)
(#484) A space is required after ','. (comma-spacing)
(#485) A space is required after ','. (comma-spacing)
(#485) A space is required after ','. (comma-spacing)
(#485) A space is required after ','. (comma-spacing)
(#485) A space is required after ','. (comma-spacing)
(#485) A space is required after ','. (comma-spacing)
(#486) A space is required after ','. (comma-spacing)
(#486) A space is required after ','. (comma-spacing)
(#486) A space is required after ','. (comma-spacing)
(#486) A space is required after ','. (comma-spacing)
(#486) A space is required after ','. (comma-spacing)
(#487) A space is required after ','. (comma-spacing)
(#487) A space is required after ','. (comma-spacing)
(#487) A space is required after ','. (comma-spacing)
(#487) A space is required after ','. (comma-spacing)
(#487) A space is required after ','. (comma-spacing)
(#488) A space is required after ','. (comma-spacing)
(#488) A space is required after ','. (comma-spacing)
(#488) A space is required after ','. (comma-spacing)
(#488) A space is required after ','. (comma-spacing)
(#488) A space is required after ','. (comma-spacing)
(#488) A space is required after ','. (comma-spacing)
(#489) A space is required after ','. (comma-spacing)
(#489) A space is required after ','. (comma-spacing)
(#489) A space is required after ','. (comma-spacing)
(#489) A space is required after ','. (comma-spacing)
(#489) A space is required after ','. (comma-spacing)
(#489) A space is required after ','. (comma-spacing)
(#490) A space is required after ','. (comma-spacing)
(#490) A space is required after ','. (comma-spacing)
(#490) A space is required after ','. (comma-spacing)
(#490) A space is required after ','. (comma-spacing)
(#490) A space is required after ','. (comma-spacing)
(#490) A space is required after ','. (comma-spacing)
(#498) Irregular whitespace not allowed (no-irregular-whitespace)
(#502) 'jQuery' is not defined. (no-undef)
(#502) Missing space before opening brace. (space-before-blocks)
(#503) ["fr"] is better written in dot notation. (dot-notation)
(#508) A space is required after ','. (comma-spacing)
(#508) A space is required after ','. (comma-spacing)
(#508) A space is required after ','. (comma-spacing)
(#508) A space is required after ','. (comma-spacing)
(#508) A space is required after ','. (comma-spacing)
(#509) A space is required after ','. (comma-spacing)
(#509) A space is required after ','. (comma-spacing)
(#509) A space is required after ','. (comma-spacing)
(#509) A space is required after ','. (comma-spacing)
(#509) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#511) A space is required after ','. (comma-spacing)
(#511) A space is required after ','. (comma-spacing)
(#511) A space is required after ','. (comma-spacing)
(#511) A space is required after ','. (comma-spacing)
(#511) A space is required after ','. (comma-spacing)
(#512) A space is required after ','. (comma-spacing)
(#512) A space is required after ','. (comma-spacing)
(#512) A space is required after ','. (comma-spacing)
(#512) A space is required after ','. (comma-spacing)
(#512) A space is required after ','. (comma-spacing)
(#512) A space is required after ','. (comma-spacing)
(#513) A space is required after ','. (comma-spacing)
(#513) A space is required after ','. (comma-spacing)
(#513) A space is required after ','. (comma-spacing)
(#513) A space is required after ','. (comma-spacing)
(#513) A space is required after ','. (comma-spacing)
(#513) A space is required after ','. (comma-spacing)
(#514) A space is required after ','. (comma-spacing)
(#514) A space is required after ','. (comma-spacing)
(#514) A space is required after ','. (comma-spacing)
(#514) A space is required after ','. (comma-spacing)
(#514) A space is required after ','. (comma-spacing)
(#514) A space is required after ','. (comma-spacing)
(#521) ["fr"] is better written in dot notation. (dot-notation)
(#525) 'jQuery' is not defined. (no-undef)
(#525) Missing space before opening brace. (space-before-blocks)
(#526) ["gl"] is better written in dot notation. (dot-notation)
(#531) A space is required after ','. (comma-spacing)
(#531) A space is required after ','. (comma-spacing)
(#531) A space is required after ','. (comma-spacing)
(#531) A space is required after ','. (comma-spacing)
(#531) A space is required after ','. (comma-spacing)
(#532) A space is required after ','. (comma-spacing)
(#532) A space is required after ','. (comma-spacing)
(#532) A space is required after ','. (comma-spacing)
(#532) A space is required after ','. (comma-spacing)
(#532) A space is required after ','. (comma-spacing)
(#533) A space is required after ','. (comma-spacing)
(#533) A space is required after ','. (comma-spacing)
(#533) A space is required after ','. (comma-spacing)
(#533) A space is required after ','. (comma-spacing)
(#533) A space is required after ','. (comma-spacing)
(#534) A space is required after ','. (comma-spacing)
(#534) A space is required after ','. (comma-spacing)
(#534) A space is required after ','. (comma-spacing)
(#534) A space is required after ','. (comma-spacing)
(#534) A space is required after ','. (comma-spacing)
(#535) A space is required after ','. (comma-spacing)
(#535) A space is required after ','. (comma-spacing)
(#535) A space is required after ','. (comma-spacing)
(#535) A space is required after ','. (comma-spacing)
(#535) A space is required after ','. (comma-spacing)
(#535) A space is required after ','. (comma-spacing)
(#536) A space is required after ','. (comma-spacing)
(#536) A space is required after ','. (comma-spacing)
(#536) A space is required after ','. (comma-spacing)
(#536) A space is required after ','. (comma-spacing)
(#536) A space is required after ','. (comma-spacing)
(#536) A space is required after ','. (comma-spacing)
(#537) A space is required after ','. (comma-spacing)
(#537) A space is required after ','. (comma-spacing)
(#537) A space is required after ','. (comma-spacing)
(#537) A space is required after ','. (comma-spacing)
(#537) A space is required after ','. (comma-spacing)
(#537) A space is required after ','. (comma-spacing)
(#544) ["gl"] is better written in dot notation. (dot-notation)
(#545) Irregular whitespace not allowed (no-irregular-whitespace)
(#547) 'jQuery' is not defined. (no-undef)
(#547) Missing space before opening brace. (space-before-blocks)
(#548) ["he"] is better written in dot notation. (dot-notation)
(#553) A space is required after ','. (comma-spacing)
(#553) A space is required after ','. (comma-spacing)
(#553) A space is required after ','. (comma-spacing)
(#553) A space is required after ','. (comma-spacing)
(#553) A space is required after ','. (comma-spacing)
(#554) A space is required after ','. (comma-spacing)
(#554) A space is required after ','. (comma-spacing)
(#554) A space is required after ','. (comma-spacing)
(#554) A space is required after ','. (comma-spacing)
(#554) A space is required after ','. (comma-spacing)
(#555) A space is required after ','. (comma-spacing)
(#555) A space is required after ','. (comma-spacing)
(#555) A space is required after ','. (comma-spacing)
(#555) A space is required after ','. (comma-spacing)
(#555) A space is required after ','. (comma-spacing)
(#556) A space is required after ','. (comma-spacing)
(#556) A space is required after ','. (comma-spacing)
(#556) A space is required after ','. (comma-spacing)
(#556) A space is required after ','. (comma-spacing)
(#556) A space is required after ','. (comma-spacing)
(#557) A space is required after ','. (comma-spacing)
(#557) A space is required after ','. (comma-spacing)
(#557) A space is required after ','. (comma-spacing)
(#557) A space is required after ','. (comma-spacing)
(#557) A space is required after ','. (comma-spacing)
(#557) A space is required after ','. (comma-spacing)
(#558) A space is required after ','. (comma-spacing)
(#558) A space is required after ','. (comma-spacing)
(#558) A space is required after ','. (comma-spacing)
(#558) A space is required after ','. (comma-spacing)
(#558) A space is required after ','. (comma-spacing)
(#558) A space is required after ','. (comma-spacing)
(#559) A space is required after ','. (comma-spacing)
(#559) A space is required after ','. (comma-spacing)
(#559) A space is required after ','. (comma-spacing)
(#559) A space is required after ','. (comma-spacing)
(#559) A space is required after ','. (comma-spacing)
(#559) A space is required after ','. (comma-spacing)
(#566) ["he"] is better written in dot notation. (dot-notation)
(#568) Irregular whitespace not allowed (no-irregular-whitespace)
(#570) 'jQuery' is not defined. (no-undef)
(#570) Missing space before opening brace. (space-before-blocks)
(#571) ["hr"] is better written in dot notation. (dot-notation)
(#576) A space is required after ','. (comma-spacing)
(#576) A space is required after ','. (comma-spacing)
(#576) A space is required after ','. (comma-spacing)
(#576) A space is required after ','. (comma-spacing)
(#576) A space is required after ','. (comma-spacing)
(#577) A space is required after ','. (comma-spacing)
(#577) A space is required after ','. (comma-spacing)
(#577) A space is required after ','. (comma-spacing)
(#577) A space is required after ','. (comma-spacing)
(#577) A space is required after ','. (comma-spacing)
(#578) A space is required after ','. (comma-spacing)
(#578) A space is required after ','. (comma-spacing)
(#578) A space is required after ','. (comma-spacing)
(#578) A space is required after ','. (comma-spacing)
(#578) A space is required after ','. (comma-spacing)
(#579) A space is required after ','. (comma-spacing)
(#579) A space is required after ','. (comma-spacing)
(#579) A space is required after ','. (comma-spacing)
(#579) A space is required after ','. (comma-spacing)
(#579) A space is required after ','. (comma-spacing)
(#580) A space is required after ','. (comma-spacing)
(#580) A space is required after ','. (comma-spacing)
(#580) A space is required after ','. (comma-spacing)
(#580) A space is required after ','. (comma-spacing)
(#580) A space is required after ','. (comma-spacing)
(#580) A space is required after ','. (comma-spacing)
(#581) A space is required after ','. (comma-spacing)
(#581) A space is required after ','. (comma-spacing)
(#581) A space is required after ','. (comma-spacing)
(#581) A space is required after ','. (comma-spacing)
(#581) A space is required after ','. (comma-spacing)
(#581) A space is required after ','. (comma-spacing)
(#582) A space is required after ','. (comma-spacing)
(#582) A space is required after ','. (comma-spacing)
(#582) A space is required after ','. (comma-spacing)
(#582) A space is required after ','. (comma-spacing)
(#582) A space is required after ','. (comma-spacing)
(#582) A space is required after ','. (comma-spacing)
(#589) ["hr"] is better written in dot notation. (dot-notation)
(#592) 'jQuery' is not defined. (no-undef)
(#592) Missing space before opening brace. (space-before-blocks)
(#593) ["hu"] is better written in dot notation. (dot-notation)
(#611) ["hu"] is better written in dot notation. (dot-notation)
(#615) 'jQuery' is not defined. (no-undef)
(#615) Missing space before opening brace. (space-before-blocks)
(#616) ["hy"] is better written in dot notation. (dot-notation)
(#621) A space is required after ','. (comma-spacing)
(#621) A space is required after ','. (comma-spacing)
(#621) A space is required after ','. (comma-spacing)
(#621) A space is required after ','. (comma-spacing)
(#621) A space is required after ','. (comma-spacing)
(#622) A space is required after ','. (comma-spacing)
(#622) A space is required after ','. (comma-spacing)
(#622) A space is required after ','. (comma-spacing)
(#622) A space is required after ','. (comma-spacing)
(#622) A space is required after ','. (comma-spacing)
(#623) A space is required after ','. (comma-spacing)
(#623) A space is required after ','. (comma-spacing)
(#623) A space is required after ','. (comma-spacing)
(#623) A space is required after ','. (comma-spacing)
(#623) A space is required after ','. (comma-spacing)
(#624) A space is required after ','. (comma-spacing)
(#624) A space is required after ','. (comma-spacing)
(#624) A space is required after ','. (comma-spacing)
(#624) A space is required after ','. (comma-spacing)
(#624) A space is required after ','. (comma-spacing)
(#625) A space is required after ','. (comma-spacing)
(#625) A space is required after ','. (comma-spacing)
(#625) A space is required after ','. (comma-spacing)
(#625) A space is required after ','. (comma-spacing)
(#625) A space is required after ','. (comma-spacing)
(#625) A space is required after ','. (comma-spacing)
(#626) A space is required after ','. (comma-spacing)
(#626) A space is required after ','. (comma-spacing)
(#626) A space is required after ','. (comma-spacing)
(#626) A space is required after ','. (comma-spacing)
(#626) A space is required after ','. (comma-spacing)
(#626) A space is required after ','. (comma-spacing)
(#627) A space is required after ','. (comma-spacing)
(#627) A space is required after ','. (comma-spacing)
(#627) A space is required after ','. (comma-spacing)
(#627) A space is required after ','. (comma-spacing)
(#627) A space is required after ','. (comma-spacing)
(#627) A space is required after ','. (comma-spacing)
(#634) ["hy"] is better written in dot notation. (dot-notation)
(#637) 'jQuery' is not defined. (no-undef)
(#637) Missing space before opening brace. (space-before-blocks)
(#638) ["id"] is better written in dot notation. (dot-notation)
(#643) A space is required after ','. (comma-spacing)
(#643) A space is required after ','. (comma-spacing)
(#643) A space is required after ','. (comma-spacing)
(#643) A space is required after ','. (comma-spacing)
(#643) A space is required after ','. (comma-spacing)
(#644) A space is required after ','. (comma-spacing)
(#644) A space is required after ','. (comma-spacing)
(#644) A space is required after ','. (comma-spacing)
(#644) A space is required after ','. (comma-spacing)
(#644) A space is required after ','. (comma-spacing)
(#645) A space is required after ','. (comma-spacing)
(#645) A space is required after ','. (comma-spacing)
(#645) A space is required after ','. (comma-spacing)
(#645) A space is required after ','. (comma-spacing)
(#645) A space is required after ','. (comma-spacing)
(#646) A space is required after ','. (comma-spacing)
(#646) A space is required after ','. (comma-spacing)
(#646) A space is required after ','. (comma-spacing)
(#646) A space is required after ','. (comma-spacing)
(#646) A space is required after ','. (comma-spacing)
(#647) A space is required after ','. (comma-spacing)
(#647) A space is required after ','. (comma-spacing)
(#647) A space is required after ','. (comma-spacing)
(#647) A space is required after ','. (comma-spacing)
(#647) A space is required after ','. (comma-spacing)
(#647) A space is required after ','. (comma-spacing)
(#648) A space is required after ','. (comma-spacing)
(#648) A space is required after ','. (comma-spacing)
(#648) A space is required after ','. (comma-spacing)
(#648) A space is required after ','. (comma-spacing)
(#648) A space is required after ','. (comma-spacing)
(#648) A space is required after ','. (comma-spacing)
(#649) A space is required after ','. (comma-spacing)
(#649) A space is required after ','. (comma-spacing)
(#649) A space is required after ','. (comma-spacing)
(#649) A space is required after ','. (comma-spacing)
(#649) A space is required after ','. (comma-spacing)
(#649) A space is required after ','. (comma-spacing)
(#656) ["id"] is better written in dot notation. (dot-notation)
(#659) 'jQuery' is not defined. (no-undef)
(#659) Missing space before opening brace. (space-before-blocks)
(#660) ["is"] is better written in dot notation. (dot-notation)
(#665) A space is required after ','. (comma-spacing)
(#665) A space is required after ','. (comma-spacing)
(#665) A space is required after ','. (comma-spacing)
(#665) A space is required after ','. (comma-spacing)
(#665) A space is required after ','. (comma-spacing)
(#666) A space is required after ','. (comma-spacing)
(#666) A space is required after ','. (comma-spacing)
(#666) A space is required after ','. (comma-spacing)
(#666) A space is required after ','. (comma-spacing)
(#666) A space is required after ','. (comma-spacing)
(#667) A space is required after ','. (comma-spacing)
(#667) A space is required after ','. (comma-spacing)
(#667) A space is required after ','. (comma-spacing)
(#667) A space is required after ','. (comma-spacing)
(#667) A space is required after ','. (comma-spacing)
(#668) A space is required after ','. (comma-spacing)
(#668) A space is required after ','. (comma-spacing)
(#668) A space is required after ','. (comma-spacing)
(#668) A space is required after ','. (comma-spacing)
(#668) A space is required after ','. (comma-spacing)
(#669) Line 669 exceeds the maximum line length of 132. (max-len)
(#669) A space is required after ','. (comma-spacing)
(#669) A space is required after ','. (comma-spacing)
(#669) A space is required after ','. (comma-spacing)
(#669) A space is required after ','. (comma-spacing)
(#669) A space is required after ','. (comma-spacing)
(#669) A space is required after ','. (comma-spacing)
(#670) A space is required after ','. (comma-spacing)
(#670) A space is required after ','. (comma-spacing)
(#670) A space is required after ','. (comma-spacing)
(#670) A space is required after ','. (comma-spacing)
(#670) A space is required after ','. (comma-spacing)
(#670) A space is required after ','. (comma-spacing)
(#671) A space is required after ','. (comma-spacing)
(#671) A space is required after ','. (comma-spacing)
(#671) A space is required after ','. (comma-spacing)
(#671) A space is required after ','. (comma-spacing)
(#671) A space is required after ','. (comma-spacing)
(#671) A space is required after ','. (comma-spacing)
(#678) ["is"] is better written in dot notation. (dot-notation)
(#681) 'jQuery' is not defined. (no-undef)
(#681) Missing space before opening brace. (space-before-blocks)
(#682) ["it"] is better written in dot notation. (dot-notation)
(#687) A space is required after ','. (comma-spacing)
(#687) A space is required after ','. (comma-spacing)
(#687) A space is required after ','. (comma-spacing)
(#687) A space is required after ','. (comma-spacing)
(#687) A space is required after ','. (comma-spacing)
(#688) A space is required after ','. (comma-spacing)
(#688) A space is required after ','. (comma-spacing)
(#688) A space is required after ','. (comma-spacing)
(#688) A space is required after ','. (comma-spacing)
(#688) A space is required after ','. (comma-spacing)
(#689) A space is required after ','. (comma-spacing)
(#689) A space is required after ','. (comma-spacing)
(#689) A space is required after ','. (comma-spacing)
(#689) A space is required after ','. (comma-spacing)
(#689) A space is required after ','. (comma-spacing)
(#690) A space is required after ','. (comma-spacing)
(#690) A space is required after ','. (comma-spacing)
(#690) A space is required after ','. (comma-spacing)
(#690) A space is required after ','. (comma-spacing)
(#690) A space is required after ','. (comma-spacing)
(#691) A space is required after ','. (comma-spacing)
(#691) A space is required after ','. (comma-spacing)
(#691) A space is required after ','. (comma-spacing)
(#691) A space is required after ','. (comma-spacing)
(#691) A space is required after ','. (comma-spacing)
(#691) A space is required after ','. (comma-spacing)
(#692) A space is required after ','. (comma-spacing)
(#692) A space is required after ','. (comma-spacing)
(#692) A space is required after ','. (comma-spacing)
(#692) A space is required after ','. (comma-spacing)
(#692) A space is required after ','. (comma-spacing)
(#692) A space is required after ','. (comma-spacing)
(#693) A space is required after ','. (comma-spacing)
(#693) A space is required after ','. (comma-spacing)
(#693) A space is required after ','. (comma-spacing)
(#693) A space is required after ','. (comma-spacing)
(#693) A space is required after ','. (comma-spacing)
(#693) A space is required after ','. (comma-spacing)
(#700) ["it"] is better written in dot notation. (dot-notation)
(#702) Irregular whitespace not allowed (no-irregular-whitespace)
(#704) 'jQuery' is not defined. (no-undef)
(#704) Missing space before opening brace. (space-before-blocks)
(#705) ["ja"] is better written in dot notation. (dot-notation)
(#710) A space is required after ','. (comma-spacing)
(#710) A space is required after ','. (comma-spacing)
(#710) A space is required after ','. (comma-spacing)
(#710) A space is required after ','. (comma-spacing)
(#710) A space is required after ','. (comma-spacing)
(#711) A space is required after ','. (comma-spacing)
(#711) A space is required after ','. (comma-spacing)
(#711) A space is required after ','. (comma-spacing)
(#711) A space is required after ','. (comma-spacing)
(#711) A space is required after ','. (comma-spacing)
(#712) A space is required after ','. (comma-spacing)
(#712) A space is required after ','. (comma-spacing)
(#712) A space is required after ','. (comma-spacing)
(#712) A space is required after ','. (comma-spacing)
(#712) A space is required after ','. (comma-spacing)
(#713) A space is required after ','. (comma-spacing)
(#713) A space is required after ','. (comma-spacing)
(#713) A space is required after ','. (comma-spacing)
(#713) A space is required after ','. (comma-spacing)
(#713) A space is required after ','. (comma-spacing)
(#714) A space is required after ','. (comma-spacing)
(#714) A space is required after ','. (comma-spacing)
(#714) A space is required after ','. (comma-spacing)
(#714) A space is required after ','. (comma-spacing)
(#714) A space is required after ','. (comma-spacing)
(#714) A space is required after ','. (comma-spacing)
(#715) A space is required after ','. (comma-spacing)
(#715) A space is required after ','. (comma-spacing)
(#715) A space is required after ','. (comma-spacing)
(#715) A space is required after ','. (comma-spacing)
(#715) A space is required after ','. (comma-spacing)
(#715) A space is required after ','. (comma-spacing)
(#716) A space is required after ','. (comma-spacing)
(#716) A space is required after ','. (comma-spacing)
(#716) A space is required after ','. (comma-spacing)
(#716) A space is required after ','. (comma-spacing)
(#716) A space is required after ','. (comma-spacing)
(#716) A space is required after ','. (comma-spacing)
(#723) ["ja"] is better written in dot notation. (dot-notation)
(#726) 'jQuery' is not defined. (no-undef)
(#726) Missing space before opening brace. (space-before-blocks)
(#727) ["ko"] is better written in dot notation. (dot-notation)
(#732) A space is required after ','. (comma-spacing)
(#732) A space is required after ','. (comma-spacing)
(#732) A space is required after ','. (comma-spacing)
(#732) A space is required after ','. (comma-spacing)
(#732) A space is required after ','. (comma-spacing)
(#733) A space is required after ','. (comma-spacing)
(#733) A space is required after ','. (comma-spacing)
(#733) A space is required after ','. (comma-spacing)
(#733) A space is required after ','. (comma-spacing)
(#733) A space is required after ','. (comma-spacing)
(#734) A space is required after ','. (comma-spacing)
(#734) A space is required after ','. (comma-spacing)
(#734) A space is required after ','. (comma-spacing)
(#734) A space is required after ','. (comma-spacing)
(#734) A space is required after ','. (comma-spacing)
(#735) A space is required after ','. (comma-spacing)
(#735) A space is required after ','. (comma-spacing)
(#735) A space is required after ','. (comma-spacing)
(#735) A space is required after ','. (comma-spacing)
(#735) A space is required after ','. (comma-spacing)
(#736) A space is required after ','. (comma-spacing)
(#736) A space is required after ','. (comma-spacing)
(#736) A space is required after ','. (comma-spacing)
(#736) A space is required after ','. (comma-spacing)
(#736) A space is required after ','. (comma-spacing)
(#736) A space is required after ','. (comma-spacing)
(#737) A space is required after ','. (comma-spacing)
(#737) A space is required after ','. (comma-spacing)
(#737) A space is required after ','. (comma-spacing)
(#737) A space is required after ','. (comma-spacing)
(#737) A space is required after ','. (comma-spacing)
(#737) A space is required after ','. (comma-spacing)
(#738) A space is required after ','. (comma-spacing)
(#738) A space is required after ','. (comma-spacing)
(#738) A space is required after ','. (comma-spacing)
(#738) A space is required after ','. (comma-spacing)
(#738) A space is required after ','. (comma-spacing)
(#738) A space is required after ','. (comma-spacing)
(#745) ["ko"] is better written in dot notation. (dot-notation)
(#748) 'jQuery' is not defined. (no-undef)
(#748) Missing space before opening brace. (space-before-blocks)
(#749) ["kz"] is better written in dot notation. (dot-notation)
(#754) A space is required after ','. (comma-spacing)
(#754) A space is required after ','. (comma-spacing)
(#754) A space is required after ','. (comma-spacing)
(#754) A space is required after ','. (comma-spacing)
(#754) A space is required after ','. (comma-spacing)
(#755) A space is required after ','. (comma-spacing)
(#755) A space is required after ','. (comma-spacing)
(#755) A space is required after ','. (comma-spacing)
(#755) A space is required after ','. (comma-spacing)
(#755) A space is required after ','. (comma-spacing)
(#756) A space is required after ','. (comma-spacing)
(#756) A space is required after ','. (comma-spacing)
(#756) A space is required after ','. (comma-spacing)
(#756) A space is required after ','. (comma-spacing)
(#756) A space is required after ','. (comma-spacing)
(#757) A space is required after ','. (comma-spacing)
(#757) A space is required after ','. (comma-spacing)
(#757) A space is required after ','. (comma-spacing)
(#757) A space is required after ','. (comma-spacing)
(#757) A space is required after ','. (comma-spacing)
(#758) A space is required after ','. (comma-spacing)
(#758) A space is required after ','. (comma-spacing)
(#758) A space is required after ','. (comma-spacing)
(#758) A space is required after ','. (comma-spacing)
(#758) A space is required after ','. (comma-spacing)
(#758) A space is required after ','. (comma-spacing)
(#759) A space is required after ','. (comma-spacing)
(#759) A space is required after ','. (comma-spacing)
(#759) A space is required after ','. (comma-spacing)
(#759) A space is required after ','. (comma-spacing)
(#759) A space is required after ','. (comma-spacing)
(#759) A space is required after ','. (comma-spacing)
(#760) A space is required after ','. (comma-spacing)
(#760) A space is required after ','. (comma-spacing)
(#760) A space is required after ','. (comma-spacing)
(#760) A space is required after ','. (comma-spacing)
(#760) A space is required after ','. (comma-spacing)
(#760) A space is required after ','. (comma-spacing)
(#767) ["kz"] is better written in dot notation. (dot-notation)
(#771) 'jQuery' is not defined. (no-undef)
(#771) Missing space before opening brace. (space-before-blocks)
(#772) ["lt"] is better written in dot notation. (dot-notation)
(#777) A space is required after ','. (comma-spacing)
(#777) A space is required after ','. (comma-spacing)
(#777) A space is required after ','. (comma-spacing)
(#777) A space is required after ','. (comma-spacing)
(#777) A space is required after ','. (comma-spacing)
(#778) A space is required after ','. (comma-spacing)
(#778) A space is required after ','. (comma-spacing)
(#778) A space is required after ','. (comma-spacing)
(#778) A space is required after ','. (comma-spacing)
(#778) A space is required after ','. (comma-spacing)
(#779) A space is required after ','. (comma-spacing)
(#779) A space is required after ','. (comma-spacing)
(#779) A space is required after ','. (comma-spacing)
(#779) A space is required after ','. (comma-spacing)
(#779) A space is required after ','. (comma-spacing)
(#780) A space is required after ','. (comma-spacing)
(#780) A space is required after ','. (comma-spacing)
(#780) A space is required after ','. (comma-spacing)
(#780) A space is required after ','. (comma-spacing)
(#780) A space is required after ','. (comma-spacing)
(#781) A space is required after ','. (comma-spacing)
(#781) A space is required after ','. (comma-spacing)
(#781) A space is required after ','. (comma-spacing)
(#781) A space is required after ','. (comma-spacing)
(#781) A space is required after ','. (comma-spacing)
(#781) A space is required after ','. (comma-spacing)
(#782) A space is required after ','. (comma-spacing)
(#782) A space is required after ','. (comma-spacing)
(#782) A space is required after ','. (comma-spacing)
(#782) A space is required after ','. (comma-spacing)
(#782) A space is required after ','. (comma-spacing)
(#782) A space is required after ','. (comma-spacing)
(#783) A space is required after ','. (comma-spacing)
(#783) A space is required after ','. (comma-spacing)
(#783) A space is required after ','. (comma-spacing)
(#783) A space is required after ','. (comma-spacing)
(#783) A space is required after ','. (comma-spacing)
(#783) A space is required after ','. (comma-spacing)
(#790) ["lt"] is better written in dot notation. (dot-notation)
(#793) 'jQuery' is not defined. (no-undef)
(#793) Missing space before opening brace. (space-before-blocks)
(#794) ["lv"] is better written in dot notation. (dot-notation)
(#799) A space is required after ','. (comma-spacing)
(#799) A space is required after ','. (comma-spacing)
(#799) A space is required after ','. (comma-spacing)
(#799) A space is required after ','. (comma-spacing)
(#799) A space is required after ','. (comma-spacing)
(#800) A space is required after ','. (comma-spacing)
(#800) A space is required after ','. (comma-spacing)
(#800) A space is required after ','. (comma-spacing)
(#800) A space is required after ','. (comma-spacing)
(#800) A space is required after ','. (comma-spacing)
(#801) A space is required after ','. (comma-spacing)
(#801) A space is required after ','. (comma-spacing)
(#801) A space is required after ','. (comma-spacing)
(#801) A space is required after ','. (comma-spacing)
(#801) A space is required after ','. (comma-spacing)
(#802) A space is required after ','. (comma-spacing)
(#802) A space is required after ','. (comma-spacing)
(#802) A space is required after ','. (comma-spacing)
(#802) A space is required after ','. (comma-spacing)
(#802) A space is required after ','. (comma-spacing)
(#803) A space is required after ','. (comma-spacing)
(#803) A space is required after ','. (comma-spacing)
(#803) A space is required after ','. (comma-spacing)
(#803) A space is required after ','. (comma-spacing)
(#803) A space is required after ','. (comma-spacing)
(#803) A space is required after ','. (comma-spacing)
(#804) A space is required after ','. (comma-spacing)
(#804) A space is required after ','. (comma-spacing)
(#804) A space is required after ','. (comma-spacing)
(#804) A space is required after ','. (comma-spacing)
(#804) A space is required after ','. (comma-spacing)
(#804) A space is required after ','. (comma-spacing)
(#805) A space is required after ','. (comma-spacing)
(#805) A space is required after ','. (comma-spacing)
(#805) A space is required after ','. (comma-spacing)
(#805) A space is required after ','. (comma-spacing)
(#805) A space is required after ','. (comma-spacing)
(#805) A space is required after ','. (comma-spacing)
(#812) ["lv"] is better written in dot notation. (dot-notation)
(#813) Irregular whitespace not allowed (no-irregular-whitespace)
(#815) 'jQuery' is not defined. (no-undef)
(#815) Missing space before opening brace. (space-before-blocks)
(#816) ["ml"] is better written in dot notation. (dot-notation)
(#818) Trailing spaces not allowed. (no-trailing-spaces)
(#821) A space is required after ','. (comma-spacing)
(#821) A space is required after ','. (comma-spacing)
(#821) A space is required after ','. (comma-spacing)
(#821) A space is required after ','. (comma-spacing)
(#821) A space is required after ','. (comma-spacing)
(#822) A space is required after ','. (comma-spacing)
(#822) A space is required after ','. (comma-spacing)
(#822) A space is required after ','. (comma-spacing)
(#822) A space is required after ','. (comma-spacing)
(#822) A space is required after ','. (comma-spacing)
(#827) A space is required after ','. (comma-spacing)
(#827) A space is required after ','. (comma-spacing)
(#827) A space is required after ','. (comma-spacing)
(#827) A space is required after ','. (comma-spacing)
(#827) A space is required after ','. (comma-spacing)
(#827) A space is required after ','. (comma-spacing)
(#834) ["ml"] is better written in dot notation. (dot-notation)
(#838) 'jQuery' is not defined. (no-undef)
(#838) Missing space before opening brace. (space-before-blocks)
(#839) ["ms"] is better written in dot notation. (dot-notation)
(#844) A space is required after ','. (comma-spacing)
(#844) A space is required after ','. (comma-spacing)
(#844) A space is required after ','. (comma-spacing)
(#844) A space is required after ','. (comma-spacing)
(#844) A space is required after ','. (comma-spacing)
(#845) A space is required after ','. (comma-spacing)
(#845) A space is required after ','. (comma-spacing)
(#845) A space is required after ','. (comma-spacing)
(#845) A space is required after ','. (comma-spacing)
(#845) A space is required after ','. (comma-spacing)
(#846) A space is required after ','. (comma-spacing)
(#846) A space is required after ','. (comma-spacing)
(#846) A space is required after ','. (comma-spacing)
(#846) A space is required after ','. (comma-spacing)
(#846) A space is required after ','. (comma-spacing)
(#847) A space is required after ','. (comma-spacing)
(#847) A space is required after ','. (comma-spacing)
(#847) A space is required after ','. (comma-spacing)
(#847) A space is required after ','. (comma-spacing)
(#847) A space is required after ','. (comma-spacing)
(#848) A space is required after ','. (comma-spacing)
(#848) A space is required after ','. (comma-spacing)
(#848) A space is required after ','. (comma-spacing)
(#848) A space is required after ','. (comma-spacing)
(#848) A space is required after ','. (comma-spacing)
(#848) A space is required after ','. (comma-spacing)
(#849) A space is required after ','. (comma-spacing)
(#849) A space is required after ','. (comma-spacing)
(#849) A space is required after ','. (comma-spacing)
(#849) A space is required after ','. (comma-spacing)
(#849) A space is required after ','. (comma-spacing)
(#849) A space is required after ','. (comma-spacing)
(#850) A space is required after ','. (comma-spacing)
(#850) A space is required after ','. (comma-spacing)
(#850) A space is required after ','. (comma-spacing)
(#850) A space is required after ','. (comma-spacing)
(#850) A space is required after ','. (comma-spacing)
(#850) A space is required after ','. (comma-spacing)
(#857) ["ms"] is better written in dot notation. (dot-notation)
(#858) Irregular whitespace not allowed (no-irregular-whitespace)
(#860) 'jQuery' is not defined. (no-undef)
(#860) Missing space before opening brace. (space-before-blocks)
(#883) 'jQuery' is not defined. (no-undef)
(#883) Missing space before opening brace. (space-before-blocks)
(#884) ["no"] is better written in dot notation. (dot-notation)
(#889) A space is required after ','. (comma-spacing)
(#889) A space is required after ','. (comma-spacing)
(#889) A space is required after ','. (comma-spacing)
(#889) A space is required after ','. (comma-spacing)
(#889) A space is required after ','. (comma-spacing)
(#889) A space is required after ','. (comma-spacing)
(#889) A space is required after ','. (comma-spacing)
(#889) A space is required after ','. (comma-spacing)
(#889) A space is required after ','. (comma-spacing)
(#889) A space is required after ','. (comma-spacing)
(#889) A space is required after ','. (comma-spacing)
(#890) A space is required after ','. (comma-spacing)
(#890) A space is required after ','. (comma-spacing)
(#890) A space is required after ','. (comma-spacing)
(#890) A space is required after ','. (comma-spacing)
(#890) A space is required after ','. (comma-spacing)
(#890) A space is required after ','. (comma-spacing)
(#890) A space is required after ','. (comma-spacing)
(#890) A space is required after ','. (comma-spacing)
(#890) A space is required after ','. (comma-spacing)
(#890) A space is required after ','. (comma-spacing)
(#890) A space is required after ','. (comma-spacing)
(#891) A space is required after ','. (comma-spacing)
(#891) A space is required after ','. (comma-spacing)
(#891) A space is required after ','. (comma-spacing)
(#891) A space is required after ','. (comma-spacing)
(#891) A space is required after ','. (comma-spacing)
(#891) A space is required after ','. (comma-spacing)
(#892) A space is required after ','. (comma-spacing)
(#892) A space is required after ','. (comma-spacing)
(#892) A space is required after ','. (comma-spacing)
(#892) A space is required after ','. (comma-spacing)
(#892) A space is required after ','. (comma-spacing)
(#892) A space is required after ','. (comma-spacing)
(#893) A space is required after ','. (comma-spacing)
(#893) A space is required after ','. (comma-spacing)
(#893) A space is required after ','. (comma-spacing)
(#893) A space is required after ','. (comma-spacing)
(#893) A space is required after ','. (comma-spacing)
(#893) A space is required after ','. (comma-spacing)
(#901) ["no"] is better written in dot notation. (dot-notation)
(#905) 'jQuery' is not defined. (no-undef)
(#905) Missing space before opening brace. (space-before-blocks)
(#906) ["pl"] is better written in dot notation. (dot-notation)
(#911) A space is required after ','. (comma-spacing)
(#911) A space is required after ','. (comma-spacing)
(#911) A space is required after ','. (comma-spacing)
(#911) A space is required after ','. (comma-spacing)
(#911) A space is required after ','. (comma-spacing)
(#912) A space is required after ','. (comma-spacing)
(#912) A space is required after ','. (comma-spacing)
(#912) A space is required after ','. (comma-spacing)
(#912) A space is required after ','. (comma-spacing)
(#912) A space is required after ','. (comma-spacing)
(#913) A space is required after ','. (comma-spacing)
(#913) A space is required after ','. (comma-spacing)
(#913) A space is required after ','. (comma-spacing)
(#913) A space is required after ','. (comma-spacing)
(#913) A space is required after ','. (comma-spacing)
(#914) A space is required after ','. (comma-spacing)
(#914) A space is required after ','. (comma-spacing)
(#914) A space is required after ','. (comma-spacing)
(#914) A space is required after ','. (comma-spacing)
(#914) A space is required after ','. (comma-spacing)
(#915) A space is required after ','. (comma-spacing)
(#915) A space is required after ','. (comma-spacing)
(#915) A space is required after ','. (comma-spacing)
(#915) A space is required after ','. (comma-spacing)
(#915) A space is required after ','. (comma-spacing)
(#915) A space is required after ','. (comma-spacing)
(#916) A space is required after ','. (comma-spacing)
(#916) A space is required after ','. (comma-spacing)
(#916) A space is required after ','. (comma-spacing)
(#916) A space is required after ','. (comma-spacing)
(#916) A space is required after ','. (comma-spacing)
(#916) A space is required after ','. (comma-spacing)
(#917) A space is required after ','. (comma-spacing)
(#917) A space is required after ','. (comma-spacing)
(#917) A space is required after ','. (comma-spacing)
(#917) A space is required after ','. (comma-spacing)
(#917) A space is required after ','. (comma-spacing)
(#917) A space is required after ','. (comma-spacing)
(#924) ["pl"] is better written in dot notation. (dot-notation)
(#928) 'jQuery' is not defined. (no-undef)
(#928) Missing space before opening brace. (space-before-blocks)
(#934) A space is required after ','. (comma-spacing)
(#934) A space is required after ','. (comma-spacing)
(#934) A space is required after ','. (comma-spacing)
(#934) A space is required after ','. (comma-spacing)
(#934) A space is required after ','. (comma-spacing)
(#935) A space is required after ','. (comma-spacing)
(#935) A space is required after ','. (comma-spacing)
(#935) A space is required after ','. (comma-spacing)
(#935) A space is required after ','. (comma-spacing)
(#935) A space is required after ','. (comma-spacing)
(#936) A space is required after ','. (comma-spacing)
(#936) A space is required after ','. (comma-spacing)
(#936) A space is required after ','. (comma-spacing)
(#936) A space is required after ','. (comma-spacing)
(#936) A space is required after ','. (comma-spacing)
(#937) A space is required after ','. (comma-spacing)
(#937) A space is required after ','. (comma-spacing)
(#937) A space is required after ','. (comma-spacing)
(#937) A space is required after ','. (comma-spacing)
(#937) A space is required after ','. (comma-spacing)
(#938) A space is required after ','. (comma-spacing)
(#938) A space is required after ','. (comma-spacing)
(#938) A space is required after ','. (comma-spacing)
(#938) A space is required after ','. (comma-spacing)
(#938) A space is required after ','. (comma-spacing)
(#938) A space is required after ','. (comma-spacing)
(#939) A space is required after ','. (comma-spacing)
(#939) A space is required after ','. (comma-spacing)
(#939) A space is required after ','. (comma-spacing)
(#939) A space is required after ','. (comma-spacing)
(#939) A space is required after ','. (comma-spacing)
(#939) A space is required after ','. (comma-spacing)
(#940) A space is required after ','. (comma-spacing)
(#940) A space is required after ','. (comma-spacing)
(#940) A space is required after ','. (comma-spacing)
(#940) A space is required after ','. (comma-spacing)
(#940) A space is required after ','. (comma-spacing)
(#940) A space is required after ','. (comma-spacing)
(#949) 'jQuery' is not defined. (no-undef)
(#949) Missing space before opening brace. (space-before-blocks)
(#950) ["pt"] is better written in dot notation. (dot-notation)
(#955) A space is required after ','. (comma-spacing)
(#955) A space is required after ','. (comma-spacing)
(#955) A space is required after ','. (comma-spacing)
(#955) A space is required after ','. (comma-spacing)
(#955) A space is required after ','. (comma-spacing)
(#956) A space is required after ','. (comma-spacing)
(#956) A space is required after ','. (comma-spacing)
(#956) A space is required after ','. (comma-spacing)
(#956) A space is required after ','. (comma-spacing)
(#956) A space is required after ','. (comma-spacing)
(#957) A space is required after ','. (comma-spacing)
(#957) A space is required after ','. (comma-spacing)
(#957) A space is required after ','. (comma-spacing)
(#957) A space is required after ','. (comma-spacing)
(#957) A space is required after ','. (comma-spacing)
(#958) A space is required after ','. (comma-spacing)
(#958) A space is required after ','. (comma-spacing)
(#958) A space is required after ','. (comma-spacing)
(#958) A space is required after ','. (comma-spacing)
(#958) A space is required after ','. (comma-spacing)
(#959) A space is required after ','. (comma-spacing)
(#959) A space is required after ','. (comma-spacing)
(#959) A space is required after ','. (comma-spacing)
(#959) A space is required after ','. (comma-spacing)
(#959) A space is required after ','. (comma-spacing)
(#959) A space is required after ','. (comma-spacing)
(#960) A space is required after ','. (comma-spacing)
(#960) A space is required after ','. (comma-spacing)
(#960) A space is required after ','. (comma-spacing)
(#960) A space is required after ','. (comma-spacing)
(#960) A space is required after ','. (comma-spacing)
(#960) A space is required after ','. (comma-spacing)
(#961) A space is required after ','. (comma-spacing)
(#961) A space is required after ','. (comma-spacing)
(#961) A space is required after ','. (comma-spacing)
(#961) A space is required after ','. (comma-spacing)
(#961) A space is required after ','. (comma-spacing)
(#961) A space is required after ','. (comma-spacing)
(#968) ["pt"] is better written in dot notation. (dot-notation)
(#971) 'jQuery' is not defined. (no-undef)
(#971) Missing space before opening brace. (space-before-blocks)
(#972) ["rm"] is better written in dot notation. (dot-notation)
(#977) Line 977 exceeds the maximum line length of 132. (max-len)
(#977) A space is required after ','. (comma-spacing)
(#977) A space is required after ','. (comma-spacing)
(#977) A space is required after ','. (comma-spacing)
(#977) A space is required after ','. (comma-spacing)
(#977) A space is required after ','. (comma-spacing)
(#977) A space is required after ','. (comma-spacing)
(#977) A space is required after ','. (comma-spacing)
(#977) A space is required after ','. (comma-spacing)
(#977) A space is required after ','. (comma-spacing)
(#977) A space is required after ','. (comma-spacing)
(#978) A space is required after ','. (comma-spacing)
(#978) A space is required after ','. (comma-spacing)
(#978) A space is required after ','. (comma-spacing)
(#978) A space is required after ','. (comma-spacing)
(#978) A space is required after ','. (comma-spacing)
(#978) A space is required after ','. (comma-spacing)
(#978) A space is required after ','. (comma-spacing)
(#978) A space is required after ','. (comma-spacing)
(#978) A space is required after ','. (comma-spacing)
(#978) A space is required after ','. (comma-spacing)
(#979) A space is required after ','. (comma-spacing)
(#979) A space is required after ','. (comma-spacing)
(#979) A space is required after ','. (comma-spacing)
(#979) A space is required after ','. (comma-spacing)
(#979) A space is required after ','. (comma-spacing)
(#979) A space is required after ','. (comma-spacing)
(#980) A space is required after ','. (comma-spacing)
(#980) A space is required after ','. (comma-spacing)
(#980) A space is required after ','. (comma-spacing)
(#980) A space is required after ','. (comma-spacing)
(#980) A space is required after ','. (comma-spacing)
(#980) A space is required after ','. (comma-spacing)
(#981) A space is required after ','. (comma-spacing)
(#981) A space is required after ','. (comma-spacing)
(#981) A space is required after ','. (comma-spacing)
(#981) A space is required after ','. (comma-spacing)
(#981) A space is required after ','. (comma-spacing)
(#981) A space is required after ','. (comma-spacing)
(#988) ["rm"] is better written in dot notation. (dot-notation)
(#990) Irregular whitespace not allowed (no-irregular-whitespace)
(#995) 'jQuery' is not defined. (no-undef)
(#995) Missing space before opening brace. (space-before-blocks)
(#996) ["ro"] is better written in dot notation. (dot-notation)
(#1001) A space is required after ','. (comma-spacing)
(#1001) A space is required after ','. (comma-spacing)
(#1001) A space is required after ','. (comma-spacing)
(#1001) A space is required after ','. (comma-spacing)
(#1001) A space is required after ','. (comma-spacing)
(#1002) A space is required after ','. (comma-spacing)
(#1002) A space is required after ','. (comma-spacing)
(#1002) A space is required after ','. (comma-spacing)
(#1002) A space is required after ','. (comma-spacing)
(#1002) A space is required after ','. (comma-spacing)
(#1007) A space is required after ','. (comma-spacing)
(#1007) A space is required after ','. (comma-spacing)
(#1007) A space is required after ','. (comma-spacing)
(#1007) A space is required after ','. (comma-spacing)
(#1007) A space is required after ','. (comma-spacing)
(#1007) A space is required after ','. (comma-spacing)
(#1014) ["ro"] is better written in dot notation. (dot-notation)
(#1018) 'jQuery' is not defined. (no-undef)
(#1018) Missing space before opening brace. (space-before-blocks)
(#1019) ["ru"] is better written in dot notation. (dot-notation)
(#1024) A space is required after ','. (comma-spacing)
(#1024) A space is required after ','. (comma-spacing)
(#1024) A space is required after ','. (comma-spacing)
(#1024) A space is required after ','. (comma-spacing)
(#1024) A space is required after ','. (comma-spacing)
(#1025) A space is required after ','. (comma-spacing)
(#1025) A space is required after ','. (comma-spacing)
(#1025) A space is required after ','. (comma-spacing)
(#1025) A space is required after ','. (comma-spacing)
(#1025) A space is required after ','. (comma-spacing)
(#1026) A space is required after ','. (comma-spacing)
(#1026) A space is required after ','. (comma-spacing)
(#1026) A space is required after ','. (comma-spacing)
(#1026) A space is required after ','. (comma-spacing)
(#1026) A space is required after ','. (comma-spacing)
(#1027) A space is required after ','. (comma-spacing)
(#1027) A space is required after ','. (comma-spacing)
(#1027) A space is required after ','. (comma-spacing)
(#1027) A space is required after ','. (comma-spacing)
(#1027) A space is required after ','. (comma-spacing)
(#1028) A space is required after ','. (comma-spacing)
(#1028) A space is required after ','. (comma-spacing)
(#1028) A space is required after ','. (comma-spacing)
(#1028) A space is required after ','. (comma-spacing)
(#1028) A space is required after ','. (comma-spacing)
(#1028) A space is required after ','. (comma-spacing)
(#1029) A space is required after ','. (comma-spacing)
(#1029) A space is required after ','. (comma-spacing)
(#1029) A space is required after ','. (comma-spacing)
(#1029) A space is required after ','. (comma-spacing)
(#1029) A space is required after ','. (comma-spacing)
(#1029) A space is required after ','. (comma-spacing)
(#1030) A space is required after ','. (comma-spacing)
(#1030) A space is required after ','. (comma-spacing)
(#1030) A space is required after ','. (comma-spacing)
(#1030) A space is required after ','. (comma-spacing)
(#1030) A space is required after ','. (comma-spacing)
(#1030) A space is required after ','. (comma-spacing)
(#1037) ["ru"] is better written in dot notation. (dot-notation)
(#1040) 'jQuery' is not defined. (no-undef)
(#1040) Missing space before opening brace. (space-before-blocks)
(#1041) ["sk"] is better written in dot notation. (dot-notation)
(#1046) A space is required after ','. (comma-spacing)
(#1046) A space is required after ','. (comma-spacing)
(#1046) A space is required after ','. (comma-spacing)
(#1046) A space is required after ','. (comma-spacing)
(#1046) A space is required after ','. (comma-spacing)
(#1047) A space is required after ','. (comma-spacing)
(#1047) A space is required after ','. (comma-spacing)
(#1047) A space is required after ','. (comma-spacing)
(#1047) A space is required after ','. (comma-spacing)
(#1047) A space is required after ','. (comma-spacing)
(#1048) A space is required after ','. (comma-spacing)
(#1048) A space is required after ','. (comma-spacing)
(#1048) A space is required after ','. (comma-spacing)
(#1048) A space is required after ','. (comma-spacing)
(#1048) A space is required after ','. (comma-spacing)
(#1049) A space is required after ','. (comma-spacing)
(#1049) A space is required after ','. (comma-spacing)
(#1049) A space is required after ','. (comma-spacing)
(#1049) A space is required after ','. (comma-spacing)
(#1049) A space is required after ','. (comma-spacing)
(#1050) A space is required after ','. (comma-spacing)
(#1050) A space is required after ','. (comma-spacing)
(#1050) A space is required after ','. (comma-spacing)
(#1050) A space is required after ','. (comma-spacing)
(#1050) A space is required after ','. (comma-spacing)
(#1050) A space is required after ','. (comma-spacing)
(#1051) A space is required after ','. (comma-spacing)
(#1051) A space is required after ','. (comma-spacing)
(#1051) A space is required after ','. (comma-spacing)
(#1051) A space is required after ','. (comma-spacing)
(#1051) A space is required after ','. (comma-spacing)
(#1051) A space is required after ','. (comma-spacing)
(#1052) A space is required after ','. (comma-spacing)
(#1052) A space is required after ','. (comma-spacing)
(#1052) A space is required after ','. (comma-spacing)
(#1052) A space is required after ','. (comma-spacing)
(#1052) A space is required after ','. (comma-spacing)
(#1052) A space is required after ','. (comma-spacing)
(#1059) ["sk"] is better written in dot notation. (dot-notation)
(#1064) 'jQuery' is not defined. (no-undef)
(#1064) Missing space before opening brace. (space-before-blocks)
(#1065) ["sl"] is better written in dot notation. (dot-notation)
(#1070) A space is required after ','. (comma-spacing)
(#1070) A space is required after ','. (comma-spacing)
(#1070) A space is required after ','. (comma-spacing)
(#1070) A space is required after ','. (comma-spacing)
(#1070) A space is required after ','. (comma-spacing)
(#1071) A space is required after ','. (comma-spacing)
(#1071) A space is required after ','. (comma-spacing)
(#1071) A space is required after ','. (comma-spacing)
(#1071) A space is required after ','. (comma-spacing)
(#1071) A space is required after ','. (comma-spacing)
(#1072) A space is required after ','. (comma-spacing)
(#1072) A space is required after ','. (comma-spacing)
(#1072) A space is required after ','. (comma-spacing)
(#1072) A space is required after ','. (comma-spacing)
(#1072) A space is required after ','. (comma-spacing)
(#1073) A space is required after ','. (comma-spacing)
(#1073) A space is required after ','. (comma-spacing)
(#1073) A space is required after ','. (comma-spacing)
(#1073) A space is required after ','. (comma-spacing)
(#1073) A space is required after ','. (comma-spacing)
(#1074) A space is required after ','. (comma-spacing)
(#1074) A space is required after ','. (comma-spacing)
(#1074) A space is required after ','. (comma-spacing)
(#1074) A space is required after ','. (comma-spacing)
(#1074) A space is required after ','. (comma-spacing)
(#1074) A space is required after ','. (comma-spacing)
(#1075) A space is required after ','. (comma-spacing)
(#1075) A space is required after ','. (comma-spacing)
(#1075) A space is required after ','. (comma-spacing)
(#1075) A space is required after ','. (comma-spacing)
(#1075) A space is required after ','. (comma-spacing)
(#1075) A space is required after ','. (comma-spacing)
(#1076) A space is required after ','. (comma-spacing)
(#1076) A space is required after ','. (comma-spacing)
(#1076) A space is required after ','. (comma-spacing)
(#1076) A space is required after ','. (comma-spacing)
(#1076) A space is required after ','. (comma-spacing)
(#1076) A space is required after ','. (comma-spacing)
(#1083) ["sl"] is better written in dot notation. (dot-notation)
(#1085) Irregular whitespace not allowed (no-irregular-whitespace)
(#1087) 'jQuery' is not defined. (no-undef)
(#1087) Missing space before opening brace. (space-before-blocks)
(#1088) ["sq"] is better written in dot notation. (dot-notation)
(#1093) A space is required after ','. (comma-spacing)
(#1093) A space is required after ','. (comma-spacing)
(#1093) A space is required after ','. (comma-spacing)
(#1093) A space is required after ','. (comma-spacing)
(#1093) A space is required after ','. (comma-spacing)
(#1094) A space is required after ','. (comma-spacing)
(#1094) A space is required after ','. (comma-spacing)
(#1094) A space is required after ','. (comma-spacing)
(#1094) A space is required after ','. (comma-spacing)
(#1094) A space is required after ','. (comma-spacing)
(#1095) A space is required after ','. (comma-spacing)
(#1095) A space is required after ','. (comma-spacing)
(#1095) A space is required after ','. (comma-spacing)
(#1095) A space is required after ','. (comma-spacing)
(#1095) A space is required after ','. (comma-spacing)
(#1096) A space is required after ','. (comma-spacing)
(#1096) A space is required after ','. (comma-spacing)
(#1096) A space is required after ','. (comma-spacing)
(#1096) A space is required after ','. (comma-spacing)
(#1096) A space is required after ','. (comma-spacing)
(#1097) A space is required after ','. (comma-spacing)
(#1097) A space is required after ','. (comma-spacing)
(#1097) A space is required after ','. (comma-spacing)
(#1097) A space is required after ','. (comma-spacing)
(#1097) A space is required after ','. (comma-spacing)
(#1097) A space is required after ','. (comma-spacing)
(#1098) A space is required after ','. (comma-spacing)
(#1098) A space is required after ','. (comma-spacing)
(#1098) A space is required after ','. (comma-spacing)
(#1098) A space is required after ','. (comma-spacing)
(#1098) A space is required after ','. (comma-spacing)
(#1098) A space is required after ','. (comma-spacing)
(#1099) A space is required after ','. (comma-spacing)
(#1099) A space is required after ','. (comma-spacing)
(#1099) A space is required after ','. (comma-spacing)
(#1099) A space is required after ','. (comma-spacing)
(#1099) A space is required after ','. (comma-spacing)
(#1099) A space is required after ','. (comma-spacing)
(#1106) ["sq"] is better written in dot notation. (dot-notation)
(#1108) Irregular whitespace not allowed (no-irregular-whitespace)
(#1110) 'jQuery' is not defined. (no-undef)
(#1110) Missing space before opening brace. (space-before-blocks)
(#1116) A space is required after ','. (comma-spacing)
(#1116) A space is required after ','. (comma-spacing)
(#1116) A space is required after ','. (comma-spacing)
(#1116) A space is required after ','. (comma-spacing)
(#1116) A space is required after ','. (comma-spacing)
(#1117) A space is required after ','. (comma-spacing)
(#1117) A space is required after ','. (comma-spacing)
(#1117) A space is required after ','. (comma-spacing)
(#1117) A space is required after ','. (comma-spacing)
(#1117) A space is required after ','. (comma-spacing)
(#1118) A space is required after ','. (comma-spacing)
(#1118) A space is required after ','. (comma-spacing)
(#1118) A space is required after ','. (comma-spacing)
(#1118) A space is required after ','. (comma-spacing)
(#1118) A space is required after ','. (comma-spacing)
(#1119) A space is required after ','. (comma-spacing)
(#1119) A space is required after ','. (comma-spacing)
(#1119) A space is required after ','. (comma-spacing)
(#1119) A space is required after ','. (comma-spacing)
(#1119) A space is required after ','. (comma-spacing)
(#1120) A space is required after ','. (comma-spacing)
(#1120) A space is required after ','. (comma-spacing)
(#1120) A space is required after ','. (comma-spacing)
(#1120) A space is required after ','. (comma-spacing)
(#1120) A space is required after ','. (comma-spacing)
(#1120) A space is required after ','. (comma-spacing)
(#1121) A space is required after ','. (comma-spacing)
(#1121) A space is required after ','. (comma-spacing)
(#1121) A space is required after ','. (comma-spacing)
(#1121) A space is required after ','. (comma-spacing)
(#1121) A space is required after ','. (comma-spacing)
(#1121) A space is required after ','. (comma-spacing)
(#1122) A space is required after ','. (comma-spacing)
(#1122) A space is required after ','. (comma-spacing)
(#1122) A space is required after ','. (comma-spacing)
(#1122) A space is required after ','. (comma-spacing)
(#1122) A space is required after ','. (comma-spacing)
(#1122) A space is required after ','. (comma-spacing)
(#1131) Irregular whitespace not allowed (no-irregular-whitespace)
(#1133) 'jQuery' is not defined. (no-undef)
(#1133) Missing space before opening brace. (space-before-blocks)
(#1134) ["sr"] is better written in dot notation. (dot-notation)
(#1139) A space is required after ','. (comma-spacing)
(#1139) A space is required after ','. (comma-spacing)
(#1139) A space is required after ','. (comma-spacing)
(#1139) A space is required after ','. (comma-spacing)
(#1139) A space is required after ','. (comma-spacing)
(#1140) A space is required after ','. (comma-spacing)
(#1140) A space is required after ','. (comma-spacing)
(#1140) A space is required after ','. (comma-spacing)
(#1140) A space is required after ','. (comma-spacing)
(#1140) A space is required after ','. (comma-spacing)
(#1141) A space is required after ','. (comma-spacing)
(#1141) A space is required after ','. (comma-spacing)
(#1141) A space is required after ','. (comma-spacing)
(#1141) A space is required after ','. (comma-spacing)
(#1141) A space is required after ','. (comma-spacing)
(#1142) A space is required after ','. (comma-spacing)
(#1142) A space is required after ','. (comma-spacing)
(#1142) A space is required after ','. (comma-spacing)
(#1142) A space is required after ','. (comma-spacing)
(#1142) A space is required after ','. (comma-spacing)
(#1143) A space is required after ','. (comma-spacing)
(#1143) A space is required after ','. (comma-spacing)
(#1143) A space is required after ','. (comma-spacing)
(#1143) A space is required after ','. (comma-spacing)
(#1143) A space is required after ','. (comma-spacing)
(#1143) A space is required after ','. (comma-spacing)
(#1144) A space is required after ','. (comma-spacing)
(#1144) A space is required after ','. (comma-spacing)
(#1144) A space is required after ','. (comma-spacing)
(#1144) A space is required after ','. (comma-spacing)
(#1144) A space is required after ','. (comma-spacing)
(#1144) A space is required after ','. (comma-spacing)
(#1145) A space is required after ','. (comma-spacing)
(#1145) A space is required after ','. (comma-spacing)
(#1145) A space is required after ','. (comma-spacing)
(#1145) A space is required after ','. (comma-spacing)
(#1145) A space is required after ','. (comma-spacing)
(#1145) A space is required after ','. (comma-spacing)
(#1152) ["sr"] is better written in dot notation. (dot-notation)
(#1154) Irregular whitespace not allowed (no-irregular-whitespace)
(#1156) 'jQuery' is not defined. (no-undef)
(#1156) Missing space before opening brace. (space-before-blocks)
(#1157) ["sv"] is better written in dot notation. (dot-notation)
(#1162) A space is required after ','. (comma-spacing)
(#1162) A space is required after ','. (comma-spacing)
(#1162) A space is required after ','. (comma-spacing)
(#1162) A space is required after ','. (comma-spacing)
(#1162) A space is required after ','. (comma-spacing)
(#1163) A space is required after ','. (comma-spacing)
(#1163) A space is required after ','. (comma-spacing)
(#1163) A space is required after ','. (comma-spacing)
(#1163) A space is required after ','. (comma-spacing)
(#1163) A space is required after ','. (comma-spacing)
(#1164) A space is required after ','. (comma-spacing)
(#1164) A space is required after ','. (comma-spacing)
(#1164) A space is required after ','. (comma-spacing)
(#1164) A space is required after ','. (comma-spacing)
(#1164) A space is required after ','. (comma-spacing)
(#1165) A space is required after ','. (comma-spacing)
(#1165) A space is required after ','. (comma-spacing)
(#1165) A space is required after ','. (comma-spacing)
(#1165) A space is required after ','. (comma-spacing)
(#1165) A space is required after ','. (comma-spacing)
(#1166) A space is required after ','. (comma-spacing)
(#1166) A space is required after ','. (comma-spacing)
(#1166) A space is required after ','. (comma-spacing)
(#1166) A space is required after ','. (comma-spacing)
(#1166) A space is required after ','. (comma-spacing)
(#1166) A space is required after ','. (comma-spacing)
(#1167) A space is required after ','. (comma-spacing)
(#1167) A space is required after ','. (comma-spacing)
(#1167) A space is required after ','. (comma-spacing)
(#1167) A space is required after ','. (comma-spacing)
(#1167) A space is required after ','. (comma-spacing)
(#1167) A space is required after ','. (comma-spacing)
(#1168) A space is required after ','. (comma-spacing)
(#1168) A space is required after ','. (comma-spacing)
(#1168) A space is required after ','. (comma-spacing)
(#1168) A space is required after ','. (comma-spacing)
(#1168) A space is required after ','. (comma-spacing)
(#1168) A space is required after ','. (comma-spacing)
(#1175) ["sv"] is better written in dot notation. (dot-notation)
(#1177) Irregular whitespace not allowed (no-irregular-whitespace)
(#1179) 'jQuery' is not defined. (no-undef)
(#1179) Missing space before opening brace. (space-before-blocks)
(#1180) ["ta"] is better written in dot notation. (dot-notation)
(#1185) A space is required after ','. (comma-spacing)
(#1185) A space is required after ','. (comma-spacing)
(#1185) A space is required after ','. (comma-spacing)
(#1185) A space is required after ','. (comma-spacing)
(#1185) A space is required after ','. (comma-spacing)
(#1186) A space is required after ','. (comma-spacing)
(#1186) A space is required after ','. (comma-spacing)
(#1186) A space is required after ','. (comma-spacing)
(#1186) A space is required after ','. (comma-spacing)
(#1186) A space is required after ','. (comma-spacing)
(#1187) A space is required after ','. (comma-spacing)
(#1187) A space is required after ','. (comma-spacing)
(#1187) A space is required after ','. (comma-spacing)
(#1187) A space is required after ','. (comma-spacing)
(#1187) A space is required after ','. (comma-spacing)
(#1188) A space is required after ','. (comma-spacing)
(#1188) A space is required after ','. (comma-spacing)
(#1188) A space is required after ','. (comma-spacing)
(#1188) A space is required after ','. (comma-spacing)
(#1188) A space is required after ','. (comma-spacing)
(#1189) A space is required after ','. (comma-spacing)
(#1189) A space is required after ','. (comma-spacing)
(#1189) A space is required after ','. (comma-spacing)
(#1189) A space is required after ','. (comma-spacing)
(#1189) A space is required after ','. (comma-spacing)
(#1189) A space is required after ','. (comma-spacing)
(#1190) A space is required after ','. (comma-spacing)
(#1190) A space is required after ','. (comma-spacing)
(#1190) A space is required after ','. (comma-spacing)
(#1190) A space is required after ','. (comma-spacing)
(#1190) A space is required after ','. (comma-spacing)
(#1190) A space is required after ','. (comma-spacing)
(#1191) A space is required after ','. (comma-spacing)
(#1191) A space is required after ','. (comma-spacing)
(#1191) A space is required after ','. (comma-spacing)
(#1191) A space is required after ','. (comma-spacing)
(#1191) A space is required after ','. (comma-spacing)
(#1191) A space is required after ','. (comma-spacing)
(#1198) ["ta"] is better written in dot notation. (dot-notation)
(#1200) Irregular whitespace not allowed (no-irregular-whitespace)
(#1202) 'jQuery' is not defined. (no-undef)
(#1202) Missing space before opening brace. (space-before-blocks)
(#1203) ["th"] is better written in dot notation. (dot-notation)
(#1208) A space is required after ','. (comma-spacing)
(#1208) A space is required after ','. (comma-spacing)
(#1208) A space is required after ','. (comma-spacing)
(#1208) A space is required after ','. (comma-spacing)
(#1208) A space is required after ','. (comma-spacing)
(#1209) A space is required after ','. (comma-spacing)
(#1209) A space is required after ','. (comma-spacing)
(#1209) A space is required after ','. (comma-spacing)
(#1209) A space is required after ','. (comma-spacing)
(#1209) A space is required after ','. (comma-spacing)
(#1210) A space is required after ','. (comma-spacing)
(#1210) A space is required after ','. (comma-spacing)
(#1210) A space is required after ','. (comma-spacing)
(#1210) A space is required after ','. (comma-spacing)
(#1210) A space is required after ','. (comma-spacing)
(#1211) A space is required after ','. (comma-spacing)
(#1211) A space is required after ','. (comma-spacing)
(#1211) A space is required after ','. (comma-spacing)
(#1211) A space is required after ','. (comma-spacing)
(#1211) A space is required after ','. (comma-spacing)
(#1212) A space is required after ','. (comma-spacing)
(#1212) A space is required after ','. (comma-spacing)
(#1212) A space is required after ','. (comma-spacing)
(#1212) A space is required after ','. (comma-spacing)
(#1212) A space is required after ','. (comma-spacing)
(#1212) A space is required after ','. (comma-spacing)
(#1213) A space is required after ','. (comma-spacing)
(#1213) A space is required after ','. (comma-spacing)
(#1213) A space is required after ','. (comma-spacing)
(#1213) A space is required after ','. (comma-spacing)
(#1213) A space is required after ','. (comma-spacing)
(#1213) A space is required after ','. (comma-spacing)
(#1214) A space is required after ','. (comma-spacing)
(#1214) A space is required after ','. (comma-spacing)
(#1214) A space is required after ','. (comma-spacing)
(#1214) A space is required after ','. (comma-spacing)
(#1214) A space is required after ','. (comma-spacing)
(#1214) A space is required after ','. (comma-spacing)
(#1221) ["th"] is better written in dot notation. (dot-notation)
(#1224) 'jQuery' is not defined. (no-undef)
(#1224) Missing space before opening brace. (space-before-blocks)
(#1225) ["tj"] is better written in dot notation. (dot-notation)
(#1230) A space is required after ','. (comma-spacing)
(#1230) A space is required after ','. (comma-spacing)
(#1230) A space is required after ','. (comma-spacing)
(#1230) A space is required after ','. (comma-spacing)
(#1230) A space is required after ','. (comma-spacing)
(#1231) A space is required after ','. (comma-spacing)
(#1231) A space is required after ','. (comma-spacing)
(#1231) A space is required after ','. (comma-spacing)
(#1231) A space is required after ','. (comma-spacing)
(#1231) A space is required after ','. (comma-spacing)
(#1232) A space is required after ','. (comma-spacing)
(#1232) A space is required after ','. (comma-spacing)
(#1232) A space is required after ','. (comma-spacing)
(#1232) A space is required after ','. (comma-spacing)
(#1232) A space is required after ','. (comma-spacing)
(#1233) A space is required after ','. (comma-spacing)
(#1233) A space is required after ','. (comma-spacing)
(#1233) A space is required after ','. (comma-spacing)
(#1233) A space is required after ','. (comma-spacing)
(#1233) A space is required after ','. (comma-spacing)
(#1234) A space is required after ','. (comma-spacing)
(#1234) A space is required after ','. (comma-spacing)
(#1234) A space is required after ','. (comma-spacing)
(#1234) A space is required after ','. (comma-spacing)
(#1234) A space is required after ','. (comma-spacing)
(#1234) A space is required after ','. (comma-spacing)
(#1235) A space is required after ','. (comma-spacing)
(#1235) A space is required after ','. (comma-spacing)
(#1235) A space is required after ','. (comma-spacing)
(#1235) A space is required after ','. (comma-spacing)
(#1235) A space is required after ','. (comma-spacing)
(#1235) A space is required after ','. (comma-spacing)
(#1236) A space is required after ','. (comma-spacing)
(#1236) A space is required after ','. (comma-spacing)
(#1236) A space is required after ','. (comma-spacing)
(#1236) A space is required after ','. (comma-spacing)
(#1236) A space is required after ','. (comma-spacing)
(#1236) A space is required after ','. (comma-spacing)
(#1243) ["tj"] is better written in dot notation. (dot-notation)
(#1246) 'jQuery' is not defined. (no-undef)
(#1246) Missing space before opening brace. (space-before-blocks)
(#1247) ["tr"] is better written in dot notation. (dot-notation)
(#1252) A space is required after ','. (comma-spacing)
(#1252) A space is required after ','. (comma-spacing)
(#1252) A space is required after ','. (comma-spacing)
(#1252) A space is required after ','. (comma-spacing)
(#1252) A space is required after ','. (comma-spacing)
(#1253) A space is required after ','. (comma-spacing)
(#1253) A space is required after ','. (comma-spacing)
(#1253) A space is required after ','. (comma-spacing)
(#1253) A space is required after ','. (comma-spacing)
(#1253) A space is required after ','. (comma-spacing)
(#1254) A space is required after ','. (comma-spacing)
(#1254) A space is required after ','. (comma-spacing)
(#1254) A space is required after ','. (comma-spacing)
(#1254) A space is required after ','. (comma-spacing)
(#1254) A space is required after ','. (comma-spacing)
(#1255) A space is required after ','. (comma-spacing)
(#1255) A space is required after ','. (comma-spacing)
(#1255) A space is required after ','. (comma-spacing)
(#1255) A space is required after ','. (comma-spacing)
(#1255) A space is required after ','. (comma-spacing)
(#1256) A space is required after ','. (comma-spacing)
(#1256) A space is required after ','. (comma-spacing)
(#1256) A space is required after ','. (comma-spacing)
(#1256) A space is required after ','. (comma-spacing)
(#1256) A space is required after ','. (comma-spacing)
(#1256) A space is required after ','. (comma-spacing)
(#1257) A space is required after ','. (comma-spacing)
(#1257) A space is required after ','. (comma-spacing)
(#1257) A space is required after ','. (comma-spacing)
(#1257) A space is required after ','. (comma-spacing)
(#1257) A space is required after ','. (comma-spacing)
(#1257) A space is required after ','. (comma-spacing)
(#1258) A space is required after ','. (comma-spacing)
(#1258) A space is required after ','. (comma-spacing)
(#1258) A space is required after ','. (comma-spacing)
(#1258) A space is required after ','. (comma-spacing)
(#1258) A space is required after ','. (comma-spacing)
(#1258) A space is required after ','. (comma-spacing)
(#1265) ["tr"] is better written in dot notation. (dot-notation)
(#1268) 'jQuery' is not defined. (no-undef)
(#1268) Missing space before opening brace. (space-before-blocks)
(#1269) ["uk"] is better written in dot notation. (dot-notation)
(#1274) A space is required after ','. (comma-spacing)
(#1274) A space is required after ','. (comma-spacing)
(#1274) A space is required after ','. (comma-spacing)
(#1274) A space is required after ','. (comma-spacing)
(#1274) A space is required after ','. (comma-spacing)
(#1275) A space is required after ','. (comma-spacing)
(#1275) A space is required after ','. (comma-spacing)
(#1275) A space is required after ','. (comma-spacing)
(#1275) A space is required after ','. (comma-spacing)
(#1275) A space is required after ','. (comma-spacing)
(#1276) A space is required after ','. (comma-spacing)
(#1276) A space is required after ','. (comma-spacing)
(#1276) A space is required after ','. (comma-spacing)
(#1276) A space is required after ','. (comma-spacing)
(#1276) A space is required after ','. (comma-spacing)
(#1277) A space is required after ','. (comma-spacing)
(#1277) A space is required after ','. (comma-spacing)
(#1277) A space is required after ','. (comma-spacing)
(#1277) A space is required after ','. (comma-spacing)
(#1277) A space is required after ','. (comma-spacing)
(#1278) A space is required after ','. (comma-spacing)
(#1278) A space is required after ','. (comma-spacing)
(#1278) A space is required after ','. (comma-spacing)
(#1278) A space is required after ','. (comma-spacing)
(#1278) A space is required after ','. (comma-spacing)
(#1278) A space is required after ','. (comma-spacing)
(#1279) A space is required after ','. (comma-spacing)
(#1279) A space is required after ','. (comma-spacing)
(#1279) A space is required after ','. (comma-spacing)
(#1279) A space is required after ','. (comma-spacing)
(#1279) A space is required after ','. (comma-spacing)
(#1279) A space is required after ','. (comma-spacing)
(#1280) A space is required after ','. (comma-spacing)
(#1280) A space is required after ','. (comma-spacing)
(#1280) A space is required after ','. (comma-spacing)
(#1280) A space is required after ','. (comma-spacing)
(#1280) A space is required after ','. (comma-spacing)
(#1280) A space is required after ','. (comma-spacing)
(#1287) ["uk"] is better written in dot notation. (dot-notation)
(#1288) Irregular whitespace not allowed (no-irregular-whitespace)
(#1290) 'jQuery' is not defined. (no-undef)
(#1290) Missing space before opening brace. (space-before-blocks)
(#1291) ["vi"] is better written in dot notation. (dot-notation)
(#1309) ["vi"] is better written in dot notation. (dot-notation)
(#1313) 'jQuery' is not defined. (no-undef)
(#1313) Missing space before opening brace. (space-before-blocks)
(#1319) A space is required after ','. (comma-spacing)
(#1319) A space is required after ','. (comma-spacing)
(#1319) A space is required after ','. (comma-spacing)
(#1319) A space is required after ','. (comma-spacing)
(#1319) A space is required after ','. (comma-spacing)
(#1320) A space is required after ','. (comma-spacing)
(#1320) A space is required after ','. (comma-spacing)
(#1320) A space is required after ','. (comma-spacing)
(#1320) A space is required after ','. (comma-spacing)
(#1320) A space is required after ','. (comma-spacing)
(#1321) A space is required after ','. (comma-spacing)
(#1321) A space is required after ','. (comma-spacing)
(#1321) A space is required after ','. (comma-spacing)
(#1321) A space is required after ','. (comma-spacing)
(#1321) A space is required after ','. (comma-spacing)
(#1322) A space is required after ','. (comma-spacing)
(#1322) A space is required after ','. (comma-spacing)
(#1322) A space is required after ','. (comma-spacing)
(#1322) A space is required after ','. (comma-spacing)
(#1322) A space is required after ','. (comma-spacing)
(#1323) A space is required after ','. (comma-spacing)
(#1323) A space is required after ','. (comma-spacing)
(#1323) A space is required after ','. (comma-spacing)
(#1323) A space is required after ','. (comma-spacing)
(#1323) A space is required after ','. (comma-spacing)
(#1323) A space is required after ','. (comma-spacing)
(#1324) A space is required after ','. (comma-spacing)
(#1324) A space is required after ','. (comma-spacing)
(#1324) A space is required after ','. (comma-spacing)
(#1324) A space is required after ','. (comma-spacing)
(#1324) A space is required after ','. (comma-spacing)
(#1324) A space is required after ','. (comma-spacing)
(#1325) A space is required after ','. (comma-spacing)
(#1325) A space is required after ','. (comma-spacing)
(#1325) A space is required after ','. (comma-spacing)
(#1325) A space is required after ','. (comma-spacing)
(#1325) A space is required after ','. (comma-spacing)
(#1325) A space is required after ','. (comma-spacing)
(#1336) 'jQuery' is not defined. (no-undef)
(#1336) Missing space before opening brace. (space-before-blocks)
(#1342) A space is required after ','. (comma-spacing)
(#1342) A space is required after ','. (comma-spacing)
(#1342) A space is required after ','. (comma-spacing)
(#1342) A space is required after ','. (comma-spacing)
(#1342) A space is required after ','. (comma-spacing)
(#1343) A space is required after ','. (comma-spacing)
(#1343) A space is required after ','. (comma-spacing)
(#1343) A space is required after ','. (comma-spacing)
(#1343) A space is required after ','. (comma-spacing)
(#1343) A space is required after ','. (comma-spacing)
(#1344) A space is required after ','. (comma-spacing)
(#1344) A space is required after ','. (comma-spacing)
(#1344) A space is required after ','. (comma-spacing)
(#1344) A space is required after ','. (comma-spacing)
(#1344) A space is required after ','. (comma-spacing)
(#1345) A space is required after ','. (comma-spacing)
(#1345) A space is required after ','. (comma-spacing)
(#1345) A space is required after ','. (comma-spacing)
(#1345) A space is required after ','. (comma-spacing)
(#1345) A space is required after ','. (comma-spacing)
(#1346) A space is required after ','. (comma-spacing)
(#1346) A space is required after ','. (comma-spacing)
(#1346) A space is required after ','. (comma-spacing)
(#1346) A space is required after ','. (comma-spacing)
(#1346) A space is required after ','. (comma-spacing)
(#1346) A space is required after ','. (comma-spacing)
(#1347) A space is required after ','. (comma-spacing)
(#1347) A space is required after ','. (comma-spacing)
(#1347) A space is required after ','. (comma-spacing)
(#1347) A space is required after ','. (comma-spacing)
(#1347) A space is required after ','. (comma-spacing)
(#1347) A space is required after ','. (comma-spacing)
(#1348) A space is required after ','. (comma-spacing)
(#1348) A space is required after ','. (comma-spacing)
(#1348) A space is required after ','. (comma-spacing)
(#1348) A space is required after ','. (comma-spacing)
(#1348) A space is required after ','. (comma-spacing)
(#1348) A space is required after ','. (comma-spacing)
(#1357) Irregular whitespace not allowed (no-irregular-whitespace)
(#1359) 'jQuery' is not defined. (no-undef)
(#1359) Missing space before opening brace. (space-before-blocks)
(#1365) A space is required after ','. (comma-spacing)
(#1365) A space is required after ','. (comma-spacing)
(#1365) A space is required after ','. (comma-spacing)
(#1365) A space is required after ','. (comma-spacing)
(#1365) A space is required after ','. (comma-spacing)
(#1366) A space is required after ','. (comma-spacing)
(#1366) A space is required after ','. (comma-spacing)
(#1366) A space is required after ','. (comma-spacing)
(#1366) A space is required after ','. (comma-spacing)
(#1366) A space is required after ','. (comma-spacing)
(#1367) A space is required after ','. (comma-spacing)
(#1367) A space is required after ','. (comma-spacing)
(#1367) A space is required after ','. (comma-spacing)
(#1367) A space is required after ','. (comma-spacing)
(#1367) A space is required after ','. (comma-spacing)
(#1368) A space is required after ','. (comma-spacing)
(#1368) A space is required after ','. (comma-spacing)
(#1368) A space is required after ','. (comma-spacing)
(#1368) A space is required after ','. (comma-spacing)
(#1368) A space is required after ','. (comma-spacing)
(#1369) A space is required after ','. (comma-spacing)
(#1369) A space is required after ','. (comma-spacing)
(#1369) A space is required after ','. (comma-spacing)
(#1369) A space is required after ','. (comma-spacing)
(#1369) A space is required after ','. (comma-spacing)
(#1369) A space is required after ','. (comma-spacing)
(#1370) A space is required after ','. (comma-spacing)
(#1370) A space is required after ','. (comma-spacing)
(#1370) A space is required after ','. (comma-spacing)
(#1370) A space is required after ','. (comma-spacing)
(#1370) A space is required after ','. (comma-spacing)
(#1370) A space is required after ','. (comma-spacing)
(#1371) A space is required after ','. (comma-spacing)
(#1371) A space is required after ','. (comma-spacing)
(#1371) A space is required after ','. (comma-spacing)
(#1371) A space is required after ','. (comma-spacing)
(#1371) A space is required after ','. (comma-spacing)
(#1371) A space is required after ','. (comma-spacing)
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-af.js
(#1) Unexpected Unicode BOM (Byte Order Mark). (unicode-bom)
(#3) 'jQuery' is not defined. (no-undef)
(#3) Missing space before opening brace. (space-before-blocks)
(#4) ["af"] is better written in dot notation. (dot-notation)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#22) ["af"] is better written in dot notation. (dot-notation)
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-ar-DZ.js
(#4) 'jQuery' is not defined. (no-undef)
(#4) Missing space before opening brace. (space-before-blocks)
(#11) A space is required after ','. (comma-spacing)
(#19) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-ar.js
(#1) Unexpected Unicode BOM (Byte Order Mark). (unicode-bom)
(#3) Line 3 exceeds the maximum line length of 132. (max-len)
(#4) 'jQuery' is not defined. (no-undef)
(#4) Missing space before opening brace. (space-before-blocks)
(#5) ["ar"] is better written in dot notation. (dot-notation)
(#19) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#22) ["ar"] is better written in dot notation. (dot-notation)
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-az.js
(#1) Unexpected Unicode BOM (Byte Order Mark). (unicode-bom)
(#3) 'jQuery' is not defined. (no-undef)
(#4) ["az"] is better written in dot notation. (dot-notation)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#22) ["az"] is better written in dot notation. (dot-notation)
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-bg.js
(#1) Unexpected Unicode BOM (Byte Order Mark). (unicode-bom)
(#3) 'jQuery' is not defined. (no-undef)
(#3) Missing space before opening brace. (space-before-blocks)
(#4) ["bg"] is better written in dot notation. (dot-notation)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#23) ["bg"] is better written in dot notation. (dot-notation)
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-bs.js
(#1) Unexpected Unicode BOM (Byte Order Mark). (unicode-bom)
(#3) 'jQuery' is not defined. (no-undef)
(#3) Missing space before opening brace. (space-before-blocks)
(#4) ["bs"] is better written in dot notation. (dot-notation)
(#5) Trailing spaces not allowed. (no-trailing-spaces)
(#6) Trailing spaces not allowed. (no-trailing-spaces)
(#7) Trailing spaces not allowed. (no-trailing-spaces)
(#8) Trailing spaces not allowed. (no-trailing-spaces)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#22) ["bs"] is better written in dot notation. (dot-notation)
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-ca.js
(#3) 'jQuery' is not defined. (no-undef)
(#3) Missing space before opening brace. (space-before-blocks)
(#4) ["ca"] is better written in dot notation. (dot-notation)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#22) ["ca"] is better written in dot notation. (dot-notation)
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-cs.js
(#1) Unexpected Unicode BOM (Byte Order Mark). (unicode-bom)
(#3) 'jQuery' is not defined. (no-undef)
(#3) Missing space before opening brace. (space-before-blocks)
(#4) ["cs"] is better written in dot notation. (dot-notation)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#22) ["cs"] is better written in dot notation. (dot-notation)
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-da.js
(#1) Unexpected Unicode BOM (Byte Order Mark). (unicode-bom)
(#3) 'jQuery' is not defined. (no-undef)
(#3) Missing space before opening brace. (space-before-blocks)
(#4) ["da"] is better written in dot notation. (dot-notation)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#22) ["da"] is better written in dot notation. (dot-notation)
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-de.js
(#1) Unexpected Unicode BOM (Byte Order Mark). (unicode-bom)
(#3) 'jQuery' is not defined. (no-undef)
(#3) Missing space before opening brace. (space-before-blocks)
(#4) ["de"] is better written in dot notation. (dot-notation)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#22) ["de"] is better written in dot notation. (dot-notation)
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-el.js
(#1) Unexpected Unicode BOM (Byte Order Mark). (unicode-bom)
(#3) 'jQuery' is not defined. (no-undef)
(#3) Missing space before opening brace. (space-before-blocks)
(#4) ["el"] is better written in dot notation. (dot-notation)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#22) ["el"] is better written in dot notation. (dot-notation)
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-en-AU.js
(#3) 'jQuery' is not defined. (no-undef)
(#3) Missing space before opening brace. (space-before-blocks)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-en-GB.js
(#1) Unexpected Unicode BOM (Byte Order Mark). (unicode-bom)
(#3) 'jQuery' is not defined. (no-undef)
(#3) Missing space before opening brace. (space-before-blocks)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-en-NZ.js
(#3) 'jQuery' is not defined. (no-undef)
(#3) Missing space before opening brace. (space-before-blocks)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-eo.js
(#1) Unexpected Unicode BOM (Byte Order Mark). (unicode-bom)
(#3) 'jQuery' is not defined. (no-undef)
(#3) Missing space before opening brace. (space-before-blocks)
(#4) ["eo"] is better written in dot notation. (dot-notation)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#22) ["eo"] is better written in dot notation. (dot-notation)
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-es.js
(#3) 'jQuery' is not defined. (no-undef)
(#3) Missing space before opening brace. (space-before-blocks)
(#4) ["es"] is better written in dot notation. (dot-notation)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#22) ["es"] is better written in dot notation. (dot-notation)
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-et.js
(#1) Unexpected Unicode BOM (Byte Order Mark). (unicode-bom)
(#3) 'jQuery' is not defined. (no-undef)
(#3) Missing space before opening brace. (space-before-blocks)
(#4) ["et"] is better written in dot notation. (dot-notation)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#22) ["et"] is better written in dot notation. (dot-notation)
(#23) Trailing spaces not allowed. (no-trailing-spaces)
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-eu.js
(#1) Unexpected Unicode BOM (Byte Order Mark). (unicode-bom)
(#3) 'jQuery' is not defined. (no-undef)
(#3) Missing space before opening brace. (space-before-blocks)
(#4) ["eu"] is better written in dot notation. (dot-notation)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#22) ["eu"] is better written in dot notation. (dot-notation)
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-fa.js
(#1) Unexpected Unicode BOM (Byte Order Mark). (unicode-bom)
(#4) 'jQuery' is not defined. (no-undef)
(#5) ["fa"] is better written in dot notation. (dot-notation)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#22) ["fa"] is better written in dot notation. (dot-notation)
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-fi.js
(#3) 'jQuery' is not defined. (no-undef)
(#3) Missing space before opening brace. (space-before-blocks)
(#4) ["fi"] is better written in dot notation. (dot-notation)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#22) ["fi"] is better written in dot notation. (dot-notation)
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-fo.js
(#1) Unexpected Unicode BOM (Byte Order Mark). (unicode-bom)
(#3) 'jQuery' is not defined. (no-undef)
(#3) Missing space before opening brace. (space-before-blocks)
(#4) ["fo"] is better written in dot notation. (dot-notation)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#22) ["fo"] is better written in dot notation. (dot-notation)
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-fr-CH.js
(#1) Unexpected Unicode BOM (Byte Order Mark). (unicode-bom)
(#3) 'jQuery' is not defined. (no-undef)
(#3) Missing space before opening brace. (space-before-blocks)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-fr.js
(#1) Unexpected Unicode BOM (Byte Order Mark). (unicode-bom)
(#5) 'jQuery' is not defined. (no-undef)
(#5) Missing space before opening brace. (space-before-blocks)
(#6) ["fr"] is better written in dot notation. (dot-notation)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#24) ["fr"] is better written in dot notation. (dot-notation)
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-gl.js
(#3) 'jQuery' is not defined. (no-undef)
(#3) Missing space before opening brace. (space-before-blocks)
(#4) ["gl"] is better written in dot notation. (dot-notation)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#22) ["gl"] is better written in dot notation. (dot-notation)
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-he.js
(#1) Unexpected Unicode BOM (Byte Order Mark). (unicode-bom)
(#3) 'jQuery' is not defined. (no-undef)
(#3) Missing space before opening brace. (space-before-blocks)
(#4) ["he"] is better written in dot notation. (dot-notation)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#22) ["he"] is better written in dot notation. (dot-notation)
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-hr.js
(#1) Unexpected Unicode BOM (Byte Order Mark). (unicode-bom)
(#3) 'jQuery' is not defined. (no-undef)
(#3) Missing space before opening brace. (space-before-blocks)
(#4) ["hr"] is better written in dot notation. (dot-notation)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#22) ["hr"] is better written in dot notation. (dot-notation)
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-hu.js
(#3) 'jQuery' is not defined. (no-undef)
(#3) Missing space before opening brace. (space-before-blocks)
(#4) ["hu"] is better written in dot notation. (dot-notation)
(#22) ["hu"] is better written in dot notation. (dot-notation)
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-hy.js
(#3) 'jQuery' is not defined. (no-undef)
(#3) Missing space before opening brace. (space-before-blocks)
(#4) ["hy"] is better written in dot notation. (dot-notation)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#22) ["hy"] is better written in dot notation. (dot-notation)
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-id.js
(#3) 'jQuery' is not defined. (no-undef)
(#3) Missing space before opening brace. (space-before-blocks)
(#4) ["id"] is better written in dot notation. (dot-notation)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#22) ["id"] is better written in dot notation. (dot-notation)
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-is.js
(#3) 'jQuery' is not defined. (no-undef)
(#3) Missing space before opening brace. (space-before-blocks)
(#4) ["is"] is better written in dot notation. (dot-notation)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#13) Line 13 exceeds the maximum line length of 132. (max-len)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#22) ["is"] is better written in dot notation. (dot-notation)
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-it.js
(#3) 'jQuery' is not defined. (no-undef)
(#3) Missing space before opening brace. (space-before-blocks)
(#4) ["it"] is better written in dot notation. (dot-notation)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#22) ["it"] is better written in dot notation. (dot-notation)
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-ja.js
(#1) Unexpected Unicode BOM (Byte Order Mark). (unicode-bom)
(#3) 'jQuery' is not defined. (no-undef)
(#3) Missing space before opening brace. (space-before-blocks)
(#4) ["ja"] is better written in dot notation. (dot-notation)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#22) ["ja"] is better written in dot notation. (dot-notation)
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-ko.js
(#3) 'jQuery' is not defined. (no-undef)
(#3) Missing space before opening brace. (space-before-blocks)
(#4) ["ko"] is better written in dot notation. (dot-notation)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#22) ["ko"] is better written in dot notation. (dot-notation)
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-kz.js
(#3) 'jQuery' is not defined. (no-undef)
(#3) Missing space before opening brace. (space-before-blocks)
(#4) ["kz"] is better written in dot notation. (dot-notation)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#22) ["kz"] is better written in dot notation. (dot-notation)
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-lt.js
(#3) 'jQuery' is not defined. (no-undef)
(#3) Missing space before opening brace. (space-before-blocks)
(#4) ["lt"] is better written in dot notation. (dot-notation)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#22) ["lt"] is better written in dot notation. (dot-notation)
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-lv.js
(#3) 'jQuery' is not defined. (no-undef)
(#3) Missing space before opening brace. (space-before-blocks)
(#4) ["lv"] is better written in dot notation. (dot-notation)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#22) ["lv"] is better written in dot notation. (dot-notation)
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-ml.js
(#1) Unexpected Unicode BOM (Byte Order Mark). (unicode-bom)
(#3) 'jQuery' is not defined. (no-undef)
(#3) Missing space before opening brace. (space-before-blocks)
(#4) ["ml"] is better written in dot notation. (dot-notation)
(#6) Trailing spaces not allowed. (no-trailing-spaces)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#22) ["ml"] is better written in dot notation. (dot-notation)
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-ms.js
(#3) 'jQuery' is not defined. (no-undef)
(#3) Missing space before opening brace. (space-before-blocks)
(#4) ["ms"] is better written in dot notation. (dot-notation)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#22) ["ms"] is better written in dot notation. (dot-notation)
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-nl.js
(#1) Unexpected Unicode BOM (Byte Order Mark). (unicode-bom)
(#3) 'jQuery' is not defined. (no-undef)
(#3) Missing space before opening brace. (space-before-blocks)
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-no.js
(#4) 'jQuery' is not defined. (no-undef)
(#4) Missing space before opening brace. (space-before-blocks)
(#5) ["no"] is better written in dot notation. (dot-notation)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#22) ["no"] is better written in dot notation. (dot-notation)
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-pl.js
(#3) 'jQuery' is not defined. (no-undef)
(#3) Missing space before opening brace. (space-before-blocks)
(#4) ["pl"] is better written in dot notation. (dot-notation)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#22) ["pl"] is better written in dot notation. (dot-notation)
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-pt-BR.js
(#3) 'jQuery' is not defined. (no-undef)
(#3) Missing space before opening brace. (space-before-blocks)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-pt.js
(#2) 'jQuery' is not defined. (no-undef)
(#2) Missing space before opening brace. (space-before-blocks)
(#3) ["pt"] is better written in dot notation. (dot-notation)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#21) ["pt"] is better written in dot notation. (dot-notation)
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-rm.js
(#3) 'jQuery' is not defined. (no-undef)
(#3) Missing space before opening brace. (space-before-blocks)
(#4) ["rm"] is better written in dot notation. (dot-notation)
(#9) Line 9 exceeds the maximum line length of 132. (max-len)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#20) ["rm"] is better written in dot notation. (dot-notation)
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-ro.js
(#1) Unexpected Unicode BOM (Byte Order Mark). (unicode-bom)
(#6) 'jQuery' is not defined. (no-undef)
(#6) Missing space before opening brace. (space-before-blocks)
(#7) ["ro"] is better written in dot notation. (dot-notation)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) A space is required after ','. (comma-spacing)
(#25) ["ro"] is better written in dot notation. (dot-notation)
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-ru.js
(#3) 'jQuery' is not defined. (no-undef)
(#3) Missing space before opening brace. (space-before-blocks)
(#4) ["ru"] is better written in dot notation. (dot-notation)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#22) ["ru"] is better written in dot notation. (dot-notation)
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-sk.js
(#3) 'jQuery' is not defined. (no-undef)
(#3) Missing space before opening brace. (space-before-blocks)
(#4) ["sk"] is better written in dot notation. (dot-notation)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#22) ["sk"] is better written in dot notation. (dot-notation)
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-sl.js
(#4) 'jQuery' is not defined. (no-undef)
(#4) Missing space before opening brace. (space-before-blocks)
(#5) ["sl"] is better written in dot notation. (dot-notation)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#23) ["sl"] is better written in dot notation. (dot-notation)
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-sq.js
(#1) Unexpected Unicode BOM (Byte Order Mark). (unicode-bom)
(#3) 'jQuery' is not defined. (no-undef)
(#3) Missing space before opening brace. (space-before-blocks)
(#4) ["sq"] is better written in dot notation. (dot-notation)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#22) ["sq"] is better written in dot notation. (dot-notation)
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-sr-SR.js
(#1) Unexpected Unicode BOM (Byte Order Mark). (unicode-bom)
(#3) 'jQuery' is not defined. (no-undef)
(#3) Missing space before opening brace. (space-before-blocks)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-sr.js
(#1) Unexpected Unicode BOM (Byte Order Mark). (unicode-bom)
(#3) 'jQuery' is not defined. (no-undef)
(#3) Missing space before opening brace. (space-before-blocks)
(#4) ["sr"] is better written in dot notation. (dot-notation)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#22) ["sr"] is better written in dot notation. (dot-notation)
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-sv.js
(#1) Unexpected Unicode BOM (Byte Order Mark). (unicode-bom)
(#3) 'jQuery' is not defined. (no-undef)
(#3) Missing space before opening brace. (space-before-blocks)
(#4) ["sv"] is better written in dot notation. (dot-notation)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#22) ["sv"] is better written in dot notation. (dot-notation)
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-ta.js
(#1) Unexpected Unicode BOM (Byte Order Mark). (unicode-bom)
(#3) 'jQuery' is not defined. (no-undef)
(#3) Missing space before opening brace. (space-before-blocks)
(#4) ["ta"] is better written in dot notation. (dot-notation)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#22) ["ta"] is better written in dot notation. (dot-notation)
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-th.js
(#1) Unexpected Unicode BOM (Byte Order Mark). (unicode-bom)
(#3) 'jQuery' is not defined. (no-undef)
(#3) Missing space before opening brace. (space-before-blocks)
(#4) ["th"] is better written in dot notation. (dot-notation)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#22) ["th"] is better written in dot notation. (dot-notation)
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-tj.js
(#3) 'jQuery' is not defined. (no-undef)
(#3) Missing space before opening brace. (space-before-blocks)
(#4) ["tj"] is better written in dot notation. (dot-notation)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#22) ["tj"] is better written in dot notation. (dot-notation)
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-tr.js
(#3) 'jQuery' is not defined. (no-undef)
(#3) Missing space before opening brace. (space-before-blocks)
(#4) ["tr"] is better written in dot notation. (dot-notation)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#22) ["tr"] is better written in dot notation. (dot-notation)
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-uk.js
(#3) 'jQuery' is not defined. (no-undef)
(#3) Missing space before opening brace. (space-before-blocks)
(#4) ["uk"] is better written in dot notation. (dot-notation)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#22) ["uk"] is better written in dot notation. (dot-notation)
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-vi.js
(#1) Unexpected Unicode BOM (Byte Order Mark). (unicode-bom)
(#3) 'jQuery' is not defined. (no-undef)
(#3) Missing space before opening brace. (space-before-blocks)
(#4) ["vi"] is better written in dot notation. (dot-notation)
(#22) ["vi"] is better written in dot notation. (dot-notation)
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-zh-CN.js
(#3) 'jQuery' is not defined. (no-undef)
(#3) Missing space before opening brace. (space-before-blocks)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-zh-HK.js
(#3) 'jQuery' is not defined. (no-undef)
(#3) Missing space before opening brace. (space-before-blocks)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-zh-TW.js
(#1) Unexpected Unicode BOM (Byte Order Mark). (unicode-bom)
(#3) 'jQuery' is not defined. (no-undef)
(#3) Missing space before opening brace. (space-before-blocks)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
mod/offlinequiz/lib/jquery/ui/jquery-ui-1.8.11.custom.js
(#1) Expected space or tab after '/*' in comment. (spaced-comment)
(#10) There should be no spaces inside this paren. (space-in-parens)
(#10) There should be no spaces inside this paren. (space-in-parens)
(#16) There should be no spaces inside this paren. (space-in-parens)
(#16) There should be no spaces inside this paren. (space-in-parens)
(#20) There should be no spaces inside this paren. (space-in-parens)
(#62) There should be no spaces inside this paren. (space-in-parens)
(#62) There should be no spaces inside this paren. (space-in-parens)
(#67) There should be no spaces inside this paren. (space-in-parens)
(#67) There should be no spaces inside this paren. (space-in-parens)
(#68) There should be no spaces inside this paren. (space-in-parens)
(#68) There should be no spaces inside this paren. (space-in-parens)
(#69) There should be no spaces inside this paren. (space-in-parens)
(#69) There should be no spaces inside this paren. (space-in-parens)
(#71) There should be no spaces inside this paren. (space-in-parens)
(#73) There should be no spaces inside this paren. (space-in-parens)
(#73) There should be no spaces inside this paren. (space-in-parens)
(#80) Line 80 exceeds the maximum line length of 132. (max-len)
(#80) A space is required after ','. (comma-spacing)
(#80) A space is required after ','. (comma-spacing)
(#80) A space is required after ','. (comma-spacing)
(#80) A space is required after ','. (comma-spacing)
(#80) Infix operators must be spaced. (space-infix-ops)
(#80) A space is required after ','. (comma-spacing)
(#80) A space is required after ','. (comma-spacing)
(#80) Infix operators must be spaced. (space-infix-ops)
(#80) A space is required after ','. (comma-spacing)
(#80) A space is required after ','. (comma-spacing)
(#84) Line 84 exceeds the maximum line length of 132. (max-len)
(#84) A space is required after ','. (comma-spacing)
(#84) A space is required after ','. (comma-spacing)
(#84) Infix operators must be spaced. (space-infix-ops)
(#84) A space is required after ','. (comma-spacing)
(#84) A space is required after ','. (comma-spacing)
(#84) Infix operators must be spaced. (space-infix-ops)
(#84) A space is required after ','. (comma-spacing)
(#84) A space is required after ','. (comma-spacing)
(#91) There should be no spaces inside this paren. (space-in-parens)
(#91) There should be no spaces inside this paren. (space-in-parens)
(#92) There should be no spaces inside this paren. (space-in-parens)
(#92) There should be no spaces inside this paren. (space-in-parens)
(#93) There should be no spaces inside this paren. (space-in-parens)
(#93) There should be no spaces inside this paren. (space-in-parens)
(#96) There should be no spaces inside this paren. (space-in-parens)
(#96) There should be no spaces inside this paren. (space-in-parens)
(#97) There should be no spaces inside this paren. (space-in-parens)
(#97) There should be no space after '[' (computed-property-spacing)
(#97) There should be no space before ']' (computed-property-spacing)
(#97) There should be no spaces inside this paren. (space-in-parens)
(#97) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#98) There should be no spaces inside this paren. (space-in-parens)
(#98) There should be no space after '[' (computed-property-spacing)
(#98) There should be no space before ']' (computed-property-spacing)
(#98) There should be no spaces inside this paren. (space-in-parens)
(#102) There should be no spaces inside this paren. (space-in-parens)
(#102) There should be no spaces inside this paren. (space-in-parens)
(#103) There should be no spaces inside this paren. (space-in-parens)
(#103) There should be no spaces inside this paren. (space-in-parens)
(#108) There should be no spaces inside this paren. (space-in-parens)
(#108) There should be no spaces inside this paren. (space-in-parens)
(#108) There should be no spaces inside this paren. (space-in-parens)
(#108) There should be no spaces inside this paren. (space-in-parens)
(#109) There should be no spaces inside this paren. (space-in-parens)
(#109) There should be no spaces inside this paren. (space-in-parens)
(#109) There should be no spaces inside this paren. (space-in-parens)
(#109) There should be no spaces inside this paren. (space-in-parens)
(#121) There should be no spaces inside this paren. (space-in-parens)
(#121) There should be no spaces inside this paren. (space-in-parens)
(#121) There should be no spaces inside this paren. (space-in-parens)
(#122) There should be no spaces inside this paren. (space-in-parens)
(#122) There should be no spaces inside this paren. (space-in-parens)
(#128) There should be no spaces inside this paren. (space-in-parens)
(#128) There should be no spaces inside this paren. (space-in-parens)
(#132) There should be no spaces inside this paren. (space-in-parens)
(#132) There should be no space after '[' (array-bracket-spacing)
(#132) There should be no space before ']' (array-bracket-spacing)
(#132) There should be no spaces inside this paren. (space-in-parens)
(#132) There should be no spaces inside this paren. (space-in-parens)
(#133) There should be no space after '[' (array-bracket-spacing)
(#133) There should be no space before ']' (array-bracket-spacing)
(#133) There should be no space after '[' (array-bracket-spacing)
(#133) There should be no space before ']' (array-bracket-spacing)
(#142) Missing JSDoc comment. (require-jsdoc)
(#142) There should be no spaces inside this paren. (space-in-parens)
(#142) There should be no spaces inside this paren. (space-in-parens)
(#143) There should be no spaces inside this paren. (space-in-parens)
(#144) There should be no spaces inside this paren. (space-in-parens)
(#144) There should be no spaces inside this paren. (space-in-parens)
(#144) There should be no spaces inside this paren. (space-in-parens)
(#145) There should be no spaces inside this paren. (space-in-parens)
(#145) There should be no spaces inside this paren. (space-in-parens)
(#146) There should be no spaces inside this paren. (space-in-parens)
(#146) There should be no spaces inside this paren. (space-in-parens)
(#146) There should be no spaces inside this paren. (space-in-parens)
(#148) There should be no spaces inside this paren. (space-in-parens)
(#148) There should be no spaces inside this paren. (space-in-parens)
(#149) There should be no spaces inside this paren. (space-in-parens)
(#149) There should be no spaces inside this paren. (space-in-parens)
(#149) There should be no spaces inside this paren. (space-in-parens)
(#155) There should be no space after '[' (computed-property-spacing)
(#155) There should be no space before ']' (computed-property-spacing)
(#155) There should be no spaces inside this paren. (space-in-parens)
(#155) There should be no spaces inside this paren. (space-in-parens)
(#156) There should be no spaces inside this paren. (space-in-parens)
(#156) There should be no spaces inside this paren. (space-in-parens)
(#157) There should be no space after '[' (computed-property-spacing)
(#157) There should be no space before ']' (computed-property-spacing)
(#157) There should be no spaces inside this paren. (space-in-parens)
(#157) There should be no spaces inside this paren. (space-in-parens)
(#161) There should be no spaces inside this paren. (space-in-parens)
(#161) There should be no spaces inside this paren. (space-in-parens)
(#161) There should be no spaces inside this paren. (space-in-parens)
(#161) There should be no spaces inside this paren. (space-in-parens)
(#161) There should be no spaces inside this paren. (space-in-parens)
(#161) There should be no spaces inside this paren. (space-in-parens)
(#165) There should be no space after '[' (computed-property-spacing)
(#165) There should be no spaces inside this paren. (space-in-parens)
(#165) There should be no spaces inside this paren. (space-in-parens)
(#166) There should be no spaces inside this paren. (space-in-parens)
(#166) There should be no spaces inside this paren. (space-in-parens)
(#167) There should be no space after '[' (computed-property-spacing)
(#167) There should be no space before ']' (computed-property-spacing)
(#167) There should be no spaces inside this paren. (space-in-parens)
(#167) There should be no spaces inside this paren. (space-in-parens)
(#171) There should be no spaces inside this paren. (space-in-parens)
(#171) There should be no spaces inside this paren. (space-in-parens)
(#171) There should be no spaces inside this paren. (space-in-parens)
(#171) There should be no spaces inside this paren. (space-in-parens)
(#171) There should be no spaces inside this paren. (space-in-parens)
(#177) Missing JSDoc comment. (require-jsdoc)
(#177) There should be no spaces inside this paren. (space-in-parens)
(#177) There should be no spaces inside this paren. (space-in-parens)
(#178) There should be no spaces inside this paren. (space-in-parens)
(#178) There should be no spaces inside this paren. (space-in-parens)
(#179) There should be no spaces inside this paren. (space-in-parens)
(#179) There should be no spaces inside this paren. (space-in-parens)
(#180) There should be no spaces inside this paren. (space-in-parens)
(#180) There should be no spaces inside this paren. (space-in-parens)
(#184) There should be no spaces inside this paren. (space-in-parens)
(#184) There should be no space after '[' (computed-property-spacing)
(#184) There should be no space before ']' (computed-property-spacing)
(#185) There should be no spaces inside this paren. (space-in-parens)
(#185) There should be no spaces inside this paren. (space-in-parens)
(#186) There should be no spaces inside this paren. (space-in-parens)
(#186) There should be no space after '[' (computed-property-spacing)
(#186) There should be no space before ']' (computed-property-spacing)
(#186) There should be no spaces inside this paren. (space-in-parens)
(#189) There should be no spaces inside this paren. (space-in-parens)
(#189) There should be no spaces inside this paren. (space-in-parens)
(#191) There should be no spaces inside this paren. (space-in-parens)
(#191) There should be no spaces inside this paren. (space-in-parens)
(#192) There should be no spaces inside this paren. (space-in-parens)
(#192) There should be no spaces inside this paren. (space-in-parens)
(#196) There should be no spaces inside this paren. (space-in-parens)
(#196) There should be no spaces inside this paren. (space-in-parens)
(#199) There should be no spaces inside this paren. (space-in-parens)
(#199) There should be no spaces inside this paren. (space-in-parens)
(#200) There should be no spaces inside this paren. (space-in-parens)
(#200) There should be no spaces inside this paren. (space-in-parens)
(#202) There should be no spaces inside this paren. (space-in-parens)
(#202) Do not nest ternary expressions (no-nested-ternary)
(#202) There should be no spaces inside this paren. (space-in-parens)
(#202) There should be no spaces inside this paren. (space-in-parens)
(#205) There should be no spaces inside this paren. (space-in-parens)
(#205) There should be no spaces inside this paren. (space-in-parens)
(#206) There should be no spaces inside this paren. (space-in-parens)
(#206) There should be no spaces inside this paren. (space-in-parens)
(#208) There should be no spaces inside this paren. (space-in-parens)
(#208) There should be no spaces inside this paren. (space-in-parens)
(#211) There should be no spaces inside this paren. (space-in-parens)
(#211) There should be no spaces inside this paren. (space-in-parens)
(#212) There should be no spaces inside this paren. (space-in-parens)
(#212) There should be no spaces inside this paren. (space-in-parens)
(#213) There should be no spaces inside this paren. (space-in-parens)
(#213) There should be no spaces inside this paren. (space-in-parens)
(#213) There should be no spaces inside this paren. (space-in-parens)
(#213) There should be no spaces inside this paren. (space-in-parens)
(#213) There should be no spaces inside this paren. (space-in-parens)
(#213) There should be no spaces inside this paren. (space-in-parens)
(#213) There should be no spaces inside this paren. (space-in-parens)
(#213) There should be no spaces inside this paren. (space-in-parens)
(#220) There should be no spaces inside this paren. (space-in-parens)
(#220) There should be no spaces inside this paren. (space-in-parens)
(#220) There should be no spaces inside this paren. (space-in-parens)
(#220) There should be no spaces inside this paren. (space-in-parens)
(#222) There should be no spaces inside this paren. (space-in-parens)
(#234) There should be no spaces inside this paren. (space-in-parens)
(#234) There should be no spaces inside this paren. (space-in-parens)
(#240) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#242) There should be no spaces inside this paren. (space-in-parens)
(#245) There should be no spaces inside this paren. (space-in-parens)
(#245) There should be no spaces inside this paren. (space-in-parens)
(#246) There should be no space after '[' (computed-property-spacing)
(#246) There should be no space before ']' (computed-property-spacing)
(#247) There should be no spaces inside this paren. (space-in-parens)
(#247) There should be no spaces inside this paren. (space-in-parens)
(#248) There should be no space after '[' (computed-property-spacing)
(#248) There should be no space before ']' (computed-property-spacing)
(#248) There should be no space after '[' (computed-property-spacing)
(#248) There should be no space before ']' (computed-property-spacing)
(#249) There should be no space after '[' (computed-property-spacing)
(#249) There should be no space before ']' (computed-property-spacing)
(#249) There should be no spaces inside this paren. (space-in-parens)
(#249) There should be no space after '[' (array-bracket-spacing)
(#249) There should be no space after '[' (computed-property-spacing)
(#249) There should be no space before ']' (computed-property-spacing)
(#249) There should be no space before ']' (array-bracket-spacing)
(#249) There should be no spaces inside this paren. (space-in-parens)
(#252) There should be no spaces inside this paren. (space-in-parens)
(#252) There should be no spaces inside this paren. (space-in-parens)
(#253) There should be no space after '[' (computed-property-spacing)
(#253) There should be no space before ']' (computed-property-spacing)
(#254) There should be no spaces inside this paren. (space-in-parens)
(#254) There should be no space after '[' (computed-property-spacing)
(#254) There should be no space before ']' (computed-property-spacing)
(#254) There should be no spaces inside this paren. (space-in-parens)
(#257) Trailing spaces not allowed. (no-trailing-spaces)
(#258) There should be no spaces inside this paren. (space-in-parens)
(#258) There should be no spaces inside this paren. (space-in-parens)
(#259) There should be no spaces inside this paren. (space-in-parens)
(#259) There should be no space after '[' (computed-property-spacing)
(#259) There should be no space after '[' (computed-property-spacing)
(#259) There should be no space before ']' (computed-property-spacing)
(#259) There should be no space after '[' (computed-property-spacing)
(#259) There should be no space before ']' (computed-property-spacing)
(#259) There should be no space before ']' (computed-property-spacing)
(#259) There should be no spaces inside this paren. (space-in-parens)
(#260) There should be no space after '[' (computed-property-spacing)
(#260) There should be no space before ']' (computed-property-spacing)
(#260) There should be no space after '[' (computed-property-spacing)
(#260) There should be no space before ']' (computed-property-spacing)
(#260) There should be no spaces inside this paren. (space-in-parens)
(#260) There should be no spaces inside this paren. (space-in-parens)
(#265) Trailing spaces not allowed. (no-trailing-spaces)
(#267) There should be no spaces inside this paren. (space-in-parens)
(#267) There should be no spaces inside this paren. (space-in-parens)
(#269) Unexpected use of '&'. (no-bitwise)
(#269) There should be no spaces inside this paren. (space-in-parens)
(#269) There should be no spaces inside this paren. (space-in-parens)
(#270) There should be no spaces inside this paren. (space-in-parens)
(#270) There should be no spaces inside this paren. (space-in-parens)
(#272) Trailing spaces not allowed. (no-trailing-spaces)
(#274) There should be no spaces inside this paren. (space-in-parens)
(#274) There should be no spaces inside this paren. (space-in-parens)
(#275) Trailing spaces not allowed. (no-trailing-spaces)
(#276) Expected space or tab after '//' in comment. (spaced-comment)
(#277) There should be no spaces inside this paren. (space-in-parens)
(#277) There should be no spaces inside this paren. (space-in-parens)
(#277) There should be no spaces inside this paren. (space-in-parens)
(#277) There should be no spaces inside this paren. (space-in-parens)
(#277) There should be no spaces inside this paren. (space-in-parens)
(#280) Trailing spaces not allowed. (no-trailing-spaces)
(#281) There should be no spaces inside this paren. (space-in-parens)
(#281) There should be no spaces inside this paren. (space-in-parens)
(#283) Trailing spaces not allowed. (no-trailing-spaces)
(#284) There should be no spaces inside this paren. (space-in-parens)
(#284) There should be no space after '[' (computed-property-spacing)
(#284) There should be no space before ']' (computed-property-spacing)
(#284) There should be no spaces inside this paren. (space-in-parens)
(#287) Trailing spaces not allowed. (no-trailing-spaces)
(#291) There should be no space after '[' (computed-property-spacing)
(#291) There should be no space before ']' (computed-property-spacing)
(#292) There should be no spaces inside this paren. (space-in-parens)
(#292) There should be no space after '[' (computed-property-spacing)
(#292) There should be no space before ']' (computed-property-spacing)
(#292) There should be no spaces inside this paren. (space-in-parens)
(#293) There should be no space after '[' (computed-property-spacing)
(#293) There should be no space before ']' (computed-property-spacing)
(#296) Trailing spaces not allowed. (no-trailing-spaces)
(#298) There should be no spaces inside this paren. (space-in-parens)
(#298) There should be no spaces inside this paren. (space-in-parens)
(#299) Expected space or tab after '//' in comment. (spaced-comment)
(#300) There should be no spaces inside this paren. (space-in-parens)
(#300) There should be no spaces inside this paren. (space-in-parens)
(#300) There should be no spaces inside this paren. (space-in-parens)
(#300) There should be no spaces inside this paren. (space-in-parens)
(#300) There should be no spaces inside this paren. (space-in-parens)
(#300) There should be no spaces inside this paren. (space-in-parens)
(#302) There should be no spaces inside this paren. (space-in-parens)
(#302) There should be no spaces inside this paren. (space-in-parens)
(#303) Expected space or tab after '//' in comment. (spaced-comment)
(#304) There should be no spaces inside this paren. (space-in-parens)
(#304) There should be no spaces inside this paren. (space-in-parens)
(#304) There should be no spaces inside this paren. (space-in-parens)
(#304) There should be no spaces inside this paren. (space-in-parens)
(#308) There should be no spaces inside this paren. (space-in-parens)
(#308) 'jQuery' is not defined. (no-undef)
(#308) There should be no spaces inside this paren. (space-in-parens)
(#309) Expected space or tab after '/*' in comment. (spaced-comment)
(#318) There should be no spaces inside this paren. (space-in-parens)
(#318) There should be no spaces inside this paren. (space-in-parens)
(#321) There should be no spaces inside this paren. (space-in-parens)
(#321) There should be no spaces inside this paren. (space-in-parens)
(#323) There should be no spaces inside this paren. (space-in-parens)
(#323) There should be no spaces inside this paren. (space-in-parens)
(#324) There should be no spaces inside this paren. (space-in-parens)
(#324) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#324) There should be no spaces inside this paren. (space-in-parens)
(#325) There should be no spaces inside this paren. (space-in-parens)
(#325) There should be no spaces inside this paren. (space-in-parens)
(#325) There should be no spaces inside this paren. (space-in-parens)
(#325) There should be no spaces inside this paren. (space-in-parens)
(#327) There should be no spaces inside this paren. (space-in-parens)
(#327) There should be no spaces inside this paren. (space-in-parens)
(#331) There should be no spaces inside this paren. (space-in-parens)
(#331) There should be no spaces inside this paren. (space-in-parens)
(#333) There should be no spaces inside this paren. (space-in-parens)
(#333) There should be no spaces inside this paren. (space-in-parens)
(#334) There should be no spaces inside this paren. (space-in-parens)
(#334) There should be no spaces inside this paren. (space-in-parens)
(#334) There should be no space after '[' (array-bracket-spacing)
(#334) There should be no space before ']' (array-bracket-spacing)
(#334) There should be no spaces inside this paren. (space-in-parens)
(#334) There should be no spaces inside this paren. (space-in-parens)
(#335) There should be no spaces inside this paren. (space-in-parens)
(#335) There should be no spaces inside this paren. (space-in-parens)
(#335) There should be no spaces inside this paren. (space-in-parens)
(#335) There should be no space after '[' (array-bracket-spacing)
(#335) There should be no space before ']' (array-bracket-spacing)
(#335) There should be no spaces inside this paren. (space-in-parens)
(#336) There should be no spaces inside this paren. (space-in-parens)
(#336) There should be no spaces inside this paren. (space-in-parens)
(#336) There should be no spaces inside this paren. (space-in-parens)
(#336) There should be no spaces inside this paren. (space-in-parens)
(#340) There should be no spaces inside this paren. (space-in-parens)
(#340) There should be no spaces inside this paren. (space-in-parens)
(#345) There should be no spaces inside this paren. (space-in-parens)
(#345) There should be no spaces inside this paren. (space-in-parens)
(#346) There should be no spaces inside this paren. (space-in-parens)
(#346) There should be no spaces inside this paren. (space-in-parens)
(#346) There should be no space after '[' (computed-property-spacing)
(#346) There should be no space before ']' (computed-property-spacing)
(#348) There should be no spaces inside this paren. (space-in-parens)
(#348) There should be no spaces inside this paren. (space-in-parens)
(#348) There should be no space after '[' (computed-property-spacing)
(#348) There should be no space before ']' (computed-property-spacing)
(#351) There should be no spaces inside this paren. (space-in-parens)
(#351) There should be no spaces inside this paren. (space-in-parens)
(#357) There should be no space after '[' (computed-property-spacing)
(#357) There should be no space before ']' (computed-property-spacing)
(#357) There should be no space after '[' (computed-property-spacing)
(#357) There should be no space before ']' (computed-property-spacing)
(#357) There should be no spaces inside this paren. (space-in-parens)
(#357) There should be no spaces inside this paren. (space-in-parens)
(#358) There should be no spaces inside this paren. (space-in-parens)
(#358) There should be no spaces inside this paren. (space-in-parens)
(#361) There should be no space after '[' (computed-property-spacing)
(#361) There should be no space before ']' (computed-property-spacing)
(#361) There should be no space after '[' (computed-property-spacing)
(#361) There should be no space before ']' (computed-property-spacing)
(#362) There should be no space after '[' (computed-property-spacing)
(#362) There should be no space before ']' (computed-property-spacing)
(#362) There should be no space after '[' (computed-property-spacing)
(#362) There should be no space before ']' (computed-property-spacing)
(#362) There should be no spaces inside this paren. (space-in-parens)
(#362) There should be no spaces inside this paren. (space-in-parens)
(#364) There should be no spaces inside this paren. (space-in-parens)
(#364) There should be no spaces inside this paren. (space-in-parens)
(#365) There should be no spaces inside this paren. (space-in-parens)
(#365) There should be no spaces inside this paren. (space-in-parens)
(#369) A constructor name should not start with a lowercase letter. (new-cap)
(#378) There should be no spaces inside this paren. (space-in-parens)
(#378) There should be no spaces inside this paren. (space-in-parens)
(#379) There should be no space after '[' (computed-property-spacing)
(#379) There should be no space before ']' (computed-property-spacing)
(#379) There should be no space after '[' (computed-property-spacing)
(#379) There should be no space before ']' (computed-property-spacing)
(#379) There should be no spaces inside this paren. (space-in-parens)
(#382) There should be no space after '[' (computed-property-spacing)
(#382) There should be no space before ']' (computed-property-spacing)
(#382) There should be no space after '[' (computed-property-spacing)
(#382) There should be no space before ']' (computed-property-spacing)
(#384) There should be no spaces inside this paren. (space-in-parens)
(#386) There should be no spaces inside this paren. (space-in-parens)
(#386) There should be no space after '[' (computed-property-spacing)
(#386) There should be no space before ']' (computed-property-spacing)
(#386) There should be no space after '[' (computed-property-spacing)
(#386) There should be no space before ']' (computed-property-spacing)
(#386) There should be no spaces inside this paren. (space-in-parens)
(#389) There should be no spaces inside this paren. (space-in-parens)
(#389) There should be no spaces inside this paren. (space-in-parens)
(#390) There should be no space after '[' (computed-property-spacing)
(#390) There should be no space before ']' (computed-property-spacing)
(#390) There should be no spaces inside this paren. (space-in-parens)
(#390) There should be no spaces inside this paren. (space-in-parens)
(#392) There should be no spaces inside this paren. (space-in-parens)
(#392) There should be no spaces inside this paren. (space-in-parens)
(#397) There should be no spaces inside this paren. (space-in-parens)
(#397) There should be no space after '[' (array-bracket-spacing)
(#397) There should be no space before ']' (array-bracket-spacing)
(#397) There should be no spaces inside this paren. (space-in-parens)
(#401) There should be no spaces inside this paren. (space-in-parens)
(#401) There should be no spaces inside this paren. (space-in-parens)
(#401) There should be no spaces inside this paren. (space-in-parens)
(#401) There should be no spaces inside this paren. (space-in-parens)
(#405) There should be no spaces inside this paren. (space-in-parens)
(#405) There should be no spaces inside this paren. (space-in-parens)
(#406) Expected to return a value at the end of this function. (consistent-return)
(#407) There should be no spaces inside this paren. (space-in-parens)
(#407) There should be no spaces inside this paren. (space-in-parens)
(#408) There should be no spaces inside this paren. (space-in-parens)
(#408) There should be no spaces inside this paren. (space-in-parens)
(#409) There should be no space after '[' (computed-property-spacing)
(#409) There should be no space before ']' (computed-property-spacing)
(#409) There should be no spaces inside this paren. (space-in-parens)
(#409) There should be no spaces inside this paren. (space-in-parens)
(#420) There should be no spaces inside this paren. (space-in-parens)
(#420) There should be no spaces inside this paren. (space-in-parens)
(#427) There should be no spaces inside this paren. (space-in-parens)
(#427) There should be no spaces inside this paren. (space-in-parens)
(#428) There should be no spaces inside this paren. (space-in-parens)
(#428) There should be no spaces inside this paren. (space-in-parens)
(#429) There should be no spaces inside this paren. (space-in-parens)
(#429) There should be no spaces inside this paren. (space-in-parens)
(#431) There should be no spaces inside this paren. (space-in-parens)
(#431) A constructor name should not start with a lowercase letter. (new-cap)
(#431) There should be no spaces inside this paren. (space-in-parens)
(#431) There should be no spaces inside this paren. (space-in-parens)
(#431) There should be no spaces inside this paren. (space-in-parens)
(#440) There should be no spaces inside this paren. (space-in-parens)
(#440) There should be no spaces inside this paren. (space-in-parens)
(#442) There should be no spaces inside this paren. (space-in-parens)
(#442) There should be no spaces inside this paren. (space-in-parens)
(#443) There should be no spaces inside this paren. (space-in-parens)
(#443) There should be no spaces inside this paren. (space-in-parens)
(#453) There should be no spaces inside this paren. (space-in-parens)
(#453) There should be no spaces inside this paren. (space-in-parens)
(#456) There should be no spaces inside this paren. (space-in-parens)
(#456) There should be no spaces inside this paren. (space-in-parens)
(#457) There should be no spaces inside this paren. (space-in-parens)
(#457) There should be no spaces inside this paren. (space-in-parens)
(#458) There should be no spaces inside this paren. (space-in-parens)
(#461) There should be no spaces inside this paren. (space-in-parens)
(#464) There should be no spaces inside this paren. (space-in-parens)
(#469) There should be no spaces inside this paren. (space-in-parens)
(#469) There should be no spaces inside this paren. (space-in-parens)
(#473) There should be no spaces inside this paren. (space-in-parens)
(#473) There should be no spaces inside this paren. (space-in-parens)
(#473) There should be no space after '[' (computed-property-spacing)
(#473) There should be no space before ']' (computed-property-spacing)
(#475) Unexpected empty function. (no-empty-function)
(#476) Unexpected empty function. (no-empty-function)
(#480) There should be no spaces inside this paren. (space-in-parens)
(#480) There should be no spaces inside this paren. (space-in-parens)
(#481) There should be no spaces inside this paren. (space-in-parens)
(#481) There should be no spaces inside this paren. (space-in-parens)
(#483) There should be no spaces inside this paren. (space-in-parens)
(#483) There should be no spaces inside this paren. (space-in-parens)
(#484) There should be no spaces inside this paren. (space-in-parens)
(#484) There should be no spaces inside this paren. (space-in-parens)
(#487) There should be no spaces inside this paren. (space-in-parens)
(#494) There should be no spaces inside this paren. (space-in-parens)
(#494) There should be no spaces inside this paren. (space-in-parens)
(#497) There should be no spaces inside this paren. (space-in-parens)
(#497) There should be no spaces inside this paren. (space-in-parens)
(#499) There should be no spaces inside this paren. (space-in-parens)
(#499) There should be no spaces inside this paren. (space-in-parens)
(#502) Multiple spaces found before '('. (no-multi-spaces)
(#502) There should be no spaces inside this paren. (space-in-parens)
(#503) There should be no spaces inside this paren. (space-in-parens)
(#503) There should be no spaces inside this paren. (space-in-parens)
(#504) There should be no space after '[' (computed-property-spacing)
(#504) There should be no space before ']' (computed-property-spacing)
(#507) There should be no space after '[' (computed-property-spacing)
(#507) There should be no space before ']' (computed-property-spacing)
(#510) There should be no spaces inside this paren. (space-in-parens)
(#510) There should be no spaces inside this paren. (space-in-parens)
(#514) There should be no spaces inside this paren. (space-in-parens)
(#514) There should be no spaces inside this paren. (space-in-parens)
(#516) There should be no spaces inside this paren. (space-in-parens)
(#516) There should be no spaces inside this paren. (space-in-parens)
(#516) There should be no spaces inside this paren. (space-in-parens)
(#517) There should be no spaces inside this paren. (space-in-parens)
(#517) There should be no spaces inside this paren. (space-in-parens)
(#522) There should be no spaces inside this paren. (space-in-parens)
(#522) There should be no spaces inside this paren. (space-in-parens)
(#523) There should be no space after '[' (computed-property-spacing)
(#523) There should be no space before ']' (computed-property-spacing)
(#525) There should be no spaces inside this paren. (space-in-parens)
(#525) There should be no spaces inside this paren. (space-in-parens)
(#527) There should be no space after '[' (computed-property-spacing)
(#527) Unexpected newline between object and [ of property access. (no-unexpected-multiline)
(#529) There should be no spaces inside this paren. (space-in-parens)
(#530) There should be no spaces inside this paren. (space-in-parens)
(#530) There should be no spaces inside this paren. (space-in-parens)
(#537) There should be no spaces inside this paren. (space-in-parens)
(#537) There should be no spaces inside this paren. (space-in-parens)
(#540) There should be no spaces inside this paren. (space-in-parens)
(#540) There should be no spaces inside this paren. (space-in-parens)
(#543) There should be no spaces inside this paren. (space-in-parens)
(#543) There should be no spaces inside this paren. (space-in-parens)
(#544) There should be no space after '[' (computed-property-spacing)
(#544) There should be no space before ']' (computed-property-spacing)
(#546) There should be no spaces inside this paren. (space-in-parens)
(#546) There should be no spaces inside this paren. (space-in-parens)
(#547) There should be no spaces inside this paren. (space-in-parens)
(#549) There should be no spaces inside this paren. (space-in-parens)
(#555) There should be no spaces inside this paren. (space-in-parens)
(#555) There should be no spaces inside this paren. (space-in-parens)
(#556) There should be no spaces inside this paren. (space-in-parens)
(#556) There should be no spaces inside this paren. (space-in-parens)
(#557) There should be no space after '[' (computed-property-spacing)
(#557) There should be no space before ']' (computed-property-spacing)
(#558) There should be no space after '[' (computed-property-spacing)
(#558) There should be no space before ']' (computed-property-spacing)
(#558) There should be no space after '[' (computed-property-spacing)
(#558) There should be no space before ']' (computed-property-spacing)
(#562) There should be no spaces inside this paren. (space-in-parens)
(#562) There should be no spaces inside this paren. (space-in-parens)
(#564) There should be no spaces inside this paren. (space-in-parens)
(#565) There should be no spaces inside this paren. (space-in-parens)
(#565) There should be no spaces inside this paren. (space-in-parens)
(#566) There should be no spaces inside this paren. (space-in-parens)
(#570) There should be no spaces inside this paren. (space-in-parens)
(#570) 'jQuery' is not defined. (no-undef)
(#570) There should be no spaces inside this paren. (space-in-parens)
(#571) Expected space or tab after '/*' in comment. (spaced-comment)
(#583) There should be no spaces inside this paren. (space-in-parens)
(#583) 'undefined' is defined but never used (no-unused-vars)
(#583) There should be no spaces inside this paren. (space-in-parens)
(#595) Infix operators must be spaced. (space-infix-ops)
(#598) Infix operators must be spaced. (space-infix-ops)
(#598) Expected to return a value at the end of this function. (consistent-return)
(#600) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#612) Infix operators must be spaced. (space-infix-ops)
(#619) Statement inside of curly braces should be on next line. (brace-style)
(#619) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#622) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#628) Line 628 exceeds the maximum line length of 132. (max-len)
(#630) Expected no return value. (consistent-return)
(#644) Expected no return value. (consistent-return)
(#661) Infix operators must be spaced. (space-infix-ops)
(#662) Infix operators must be spaced. (space-infix-ops)
(#666) Expected no return value. (consistent-return)
(#683) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#691) Infix operators must be spaced. (space-infix-ops)
(#692) Infix operators must be spaced. (space-infix-ops)
(#698) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#715) 'event' is defined but never used (no-unused-vars)
(#720) 'event' is defined but never used (no-unused-vars)
(#720) Unexpected empty function. (no-empty-function)
(#721) 'event' is defined but never used (no-unused-vars)
(#721) Unexpected empty function. (no-empty-function)
(#722) 'event' is defined but never used (no-unused-vars)
(#722) Unexpected empty function. (no-empty-function)
(#723) 'event' is defined but never used (no-unused-vars)
(#723) Statement inside of curly braces should be on next line. (brace-style)
(#723) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#726) 'jQuery' is not defined. (no-undef)
(#736) There should be no spaces inside this paren. (space-in-parens)
(#736) 'undefined' is defined but never used (no-unused-vars)
(#736) There should be no spaces inside this paren. (space-in-parens)
(#746) There should be no spaces inside this paren. (space-in-parens)
(#746) There should be no spaces inside this paren. (space-in-parens)
(#747) There should be no spaces inside this paren. (space-in-parens)
(#747) There should be no spaces inside this paren. (space-in-parens)
(#748) There should be no spaces inside this paren. (space-in-parens)
(#748) There should be no spaces inside this paren. (space-in-parens)
(#752) There should be no spaces inside this paren. (space-in-parens)
(#752) There should be no spaces inside this paren. (space-in-parens)
(#754) There should be no spaces inside this paren. (space-in-parens)
(#754) There should be no spaces inside this paren. (space-in-parens)
(#756) There should be no spaces inside this paren. (space-in-parens)
(#756) There should be no spaces inside this paren. (space-in-parens)
(#756) There should be no spaces inside this paren. (space-in-parens)
(#756) There should be no spaces inside this paren. (space-in-parens)
(#757) There should be no spaces inside this paren. (space-in-parens)
(#757) There should be no spaces inside this paren. (space-in-parens)
(#757) There should be no space after '[' (array-bracket-spacing)
(#757) There should be no space before ']' (array-bracket-spacing)
(#762) There should be no spaces inside this paren. (space-in-parens)
(#762) There should be no spaces inside this paren. (space-in-parens)
(#765) There should be no space after '{' (object-curly-spacing)
(#765) There should be no space before '}' (object-curly-spacing)
(#767) There should be no spaces inside this paren. (space-in-parens)
(#767) There should be no spaces inside this paren. (space-in-parens)
(#770) There should be no space after '{' (object-curly-spacing)
(#770) There should be no space before '}' (object-curly-spacing)
(#771) There should be no spaces inside this paren. (space-in-parens)
(#771) There should be no spaces inside this paren. (space-in-parens)
(#775) There should be no space after '{' (object-curly-spacing)
(#775) There should be no space before '}' (object-curly-spacing)
(#783) Trailing spaces not allowed. (no-trailing-spaces)
(#784) There should be no spaces inside this paren. (space-in-parens)
(#784) There should be no space after '[' (array-bracket-spacing)
(#784) There should be no space before ']' (array-bracket-spacing)
(#785) There should be no spaces inside this paren. (space-in-parens)
(#785) There should be no spaces inside this paren. (space-in-parens)
(#785) There should be no spaces inside this paren. (space-in-parens)
(#785) There should be no spaces inside this paren. (space-in-parens)
(#786) There should be no spaces inside this paren. (space-in-parens)
(#787) Do not nest ternary expressions (no-nested-ternary)
(#787) There should be no spaces inside this paren. (space-in-parens)
(#787) There should be no spaces inside this paren. (space-in-parens)
(#788) There should be no spaces inside this paren. (space-in-parens)
(#788) There should be no spaces inside this paren. (space-in-parens)
(#789) There should be no spaces inside this paren. (space-in-parens)
(#789) There should be no spaces inside this paren. (space-in-parens)
(#790) There should be no space after '[' (array-bracket-spacing)
(#790) There should be no space before ']' (array-bracket-spacing)
(#790) There should be no spaces inside this paren. (space-in-parens)
(#790) There should be no spaces inside this paren. (space-in-parens)
(#791) There should be no space after '[' (array-bracket-spacing)
(#791) There should be no space before ']' (array-bracket-spacing)
(#793) There should be no space after '[' (computed-property-spacing)
(#793) There should be no space before ']' (computed-property-spacing)
(#793) There should be no spaces inside this paren. (space-in-parens)
(#793) There should be no spaces inside this paren. (space-in-parens)
(#793) There should be no space after '[' (computed-property-spacing)
(#793) There should be no space before ']' (computed-property-spacing)
(#794) There should be no space after '[' (computed-property-spacing)
(#794) There should be no space before ']' (computed-property-spacing)
(#794) There should be no spaces inside this paren. (space-in-parens)
(#794) There should be no spaces inside this paren. (space-in-parens)
(#794) There should be no space after '[' (computed-property-spacing)
(#794) There should be no space before ']' (computed-property-spacing)
(#795) There should be no space after '[' (computed-property-spacing)
(#795) There should be no space before ']' (computed-property-spacing)
(#799) There should be no spaces inside this paren. (space-in-parens)
(#799) There should be no spaces inside this paren. (space-in-parens)
(#800) There should be no space after '[' (computed-property-spacing)
(#800) There should be no space before ']' (computed-property-spacing)
(#800) There should be no space after '[' (computed-property-spacing)
(#800) There should be no space before ']' (computed-property-spacing)
(#804) There should be no space after '[' (computed-property-spacing)
(#804) There should be no space before ']' (computed-property-spacing)
(#804) There should be no spaces inside this paren. (space-in-parens)
(#804) There should be no spaces inside this paren. (space-in-parens)
(#805) There should be no spaces inside this paren. (space-in-parens)
(#805) There should be no spaces inside this paren. (space-in-parens)
(#806) There should be no space after '[' (computed-property-spacing)
(#806) There should be no space before ']' (computed-property-spacing)
(#806) There should be no space after '[' (computed-property-spacing)
(#806) There should be no space before ']' (computed-property-spacing)
(#808) There should be no space after '[' (computed-property-spacing)
(#808) There should be no space before ']' (computed-property-spacing)
(#808) There should be no spaces inside this paren. (space-in-parens)
(#808) There should be no spaces inside this paren. (space-in-parens)
(#810) There should be no spaces inside this paren. (space-in-parens)
(#810) There should be no spaces inside this paren. (space-in-parens)
(#812) There should be no spaces inside this paren. (space-in-parens)
(#812) There should be no spaces inside this paren. (space-in-parens)
(#816) There should be no spaces inside this paren. (space-in-parens)
(#816) There should be no spaces inside this paren. (space-in-parens)
(#818) There should be no spaces inside this paren. (space-in-parens)
(#818) There should be no spaces inside this paren. (space-in-parens)
(#822) There should be no space after '[' (computed-property-spacing)
(#822) There should be no space before ']' (computed-property-spacing)
(#823) There should be no space after '[' (computed-property-spacing)
(#823) There should be no space before ']' (computed-property-spacing)
(#826) There should be no spaces inside this paren. (space-in-parens)
(#826) There should be no spaces inside this paren. (space-in-parens)
(#829) There should be no spaces inside this paren. (space-in-parens)
(#829) There should be no spaces inside this paren. (space-in-parens)
(#829) There should be no spaces inside this paren. (space-in-parens)
(#829) There should be no spaces inside this paren. (space-in-parens)
(#830) There should be no spaces inside this paren. (space-in-parens)
(#830) There should be no spaces inside this paren. (space-in-parens)
(#830) There should be no spaces inside this paren. (space-in-parens)
(#830) There should be no spaces inside this paren. (space-in-parens)
(#832) There should be no spaces inside this paren. (space-in-parens)
(#832) There should be no spaces inside this paren. (space-in-parens)
(#832) There should be no spaces inside this paren. (space-in-parens)
(#832) There should be no spaces inside this paren. (space-in-parens)
(#832) There should be no spaces inside this paren. (space-in-parens)
(#832) There should be no spaces inside this paren. (space-in-parens)
(#834) There should be no spaces inside this paren. (space-in-parens)
(#834) There should be no spaces inside this paren. (space-in-parens)
(#834) There should be no spaces inside this paren. (space-in-parens)
(#834) There should be no spaces inside this paren. (space-in-parens)
(#834) There should be no spaces inside this paren. (space-in-parens)
(#834) There should be no spaces inside this paren. (space-in-parens)
(#835) There should be no spaces inside this paren. (space-in-parens)
(#835) There should be no spaces inside this paren. (space-in-parens)
(#838) There should be no spaces inside this paren. (space-in-parens)
(#838) There should be no spaces inside this paren. (space-in-parens)
(#840) There should be no spaces inside this paren. (space-in-parens)
(#840) There should be no spaces inside this paren. (space-in-parens)
(#844) There should be no spaces inside this paren. (space-in-parens)
(#844) There should be no spaces inside this paren. (space-in-parens)
(#846) There should be no spaces inside this paren. (space-in-parens)
(#846) There should be no spaces inside this paren. (space-in-parens)
(#851) There should be no spaces inside this paren. (space-in-parens)
(#851) There should be no spaces inside this paren. (space-in-parens)
(#852) There should be no spaces inside this paren. (space-in-parens)
(#852) There should be no spaces inside this paren. (space-in-parens)
(#859) There should be no spaces inside this paren. (space-in-parens)
(#859) There should be no space after '[' (array-bracket-spacing)
(#859) There should be no space before ']' (array-bracket-spacing)
(#859) There should be no spaces inside this paren. (space-in-parens)
(#859) There should be no spaces inside this paren. (space-in-parens)
(#860) There should be no spaces inside this paren. (space-in-parens)
(#860) There should be no space after '[' (computed-property-spacing)
(#860) There should be no space before ']' (computed-property-spacing)
(#860) There should be no spaces inside this paren. (space-in-parens)
(#861) There should be no space after '[' (computed-property-spacing)
(#861) There should be no space before ']' (computed-property-spacing)
(#861) There should be no space after '[' (computed-property-spacing)
(#861) There should be no space before ']' (computed-property-spacing)
(#861) There should be no spaces inside this paren. (space-in-parens)
(#876) There should be no spaces inside this paren. (space-in-parens)
(#876) There should be no spaces inside this paren. (space-in-parens)
(#879) There should be no spaces inside this paren. (space-in-parens)
(#879) There should be no spaces inside this paren. (space-in-parens)
(#879) There should be no space after '{' (object-curly-spacing)
(#879) There should be no space before '}' (object-curly-spacing)
(#879) There should be no spaces inside this paren. (space-in-parens)
(#879) There should be no spaces inside this paren. (space-in-parens)
(#885) There should be no spaces inside this paren. (space-in-parens)
(#885) There should be no spaces inside this paren. (space-in-parens)
(#886) There should be no spaces inside this paren. (space-in-parens)
(#886) There should be no spaces inside this paren. (space-in-parens)
(#888) Line 888 exceeds the maximum line length of 132. (max-len)
(#888) There should be no spaces inside this paren. (space-in-parens)
(#888) There should be no spaces inside this paren. (space-in-parens)
(#890) There should be no spaces inside this paren. (space-in-parens)
(#890) There should be no spaces inside this paren. (space-in-parens)
(#891) There should be no spaces inside this paren. (space-in-parens)
(#891) There should be no spaces inside this paren. (space-in-parens)
(#893) There should be no spaces inside this paren. (space-in-parens)
(#893) There should be no spaces inside this paren. (space-in-parens)
(#898) There should be no spaces inside this paren. (space-in-parens)
(#898) There should be no spaces inside this paren. (space-in-parens)
(#899) There should be no spaces inside this paren. (space-in-parens)
(#899) There should be no spaces inside this paren. (space-in-parens)
(#902) There should be no spaces inside this paren. (space-in-parens)
(#902) There should be no spaces inside this paren. (space-in-parens)
(#904) Do not nest ternary expressions (no-nested-ternary)
(#904) There should be no space after '[' (computed-property-spacing)
(#904) There should be no space before ']' (computed-property-spacing)
(#906) There should be no space after '[' (computed-property-spacing)
(#906) There should be no space before ']' (computed-property-spacing)
(#909) There should be no space after '[' (computed-property-spacing)
(#909) There should be no space before ']' (computed-property-spacing)
(#912) There should be no space after '[' (computed-property-spacing)
(#912) There should be no space before ']' (computed-property-spacing)
(#913) Do not nest ternary expressions (no-nested-ternary)
(#919) There should be no spaces inside this paren. (space-in-parens)
(#919) There should be no spaces inside this paren. (space-in-parens)
(#920) There should be no spaces inside this paren. (space-in-parens)
(#920) There should be no spaces inside this paren. (space-in-parens)
(#923) There should be no spaces inside this paren. (space-in-parens)
(#923) There should be no spaces inside this paren. (space-in-parens)
(#925) Do not nest ternary expressions (no-nested-ternary)
(#925) There should be no space after '[' (computed-property-spacing)
(#925) There should be no space before ']' (computed-property-spacing)
(#927) There should be no space after '[' (computed-property-spacing)
(#927) There should be no space before ']' (computed-property-spacing)
(#930) There should be no space after '[' (computed-property-spacing)
(#930) There should be no space before ']' (computed-property-spacing)
(#933) There should be no space after '[' (computed-property-spacing)
(#933) There should be no space before ']' (computed-property-spacing)
(#934) Do not nest ternary expressions (no-nested-ternary)
(#944) There should be no spaces inside this paren. (space-in-parens)
(#944) There should be no spaces inside this paren. (space-in-parens)
(#945) There should be no spaces inside this paren. (space-in-parens)
(#945) There should be no spaces inside this paren. (space-in-parens)
(#947) There should be no spaces inside this paren. (space-in-parens)
(#947) There should be no spaces inside this paren. (space-in-parens)
(#947) There should be no spaces inside this paren. (space-in-parens)
(#947) There should be no spaces inside this paren. (space-in-parens)
(#947) There should be no spaces inside this paren. (space-in-parens)
(#947) There should be no spaces inside this paren. (space-in-parens)
(#950) Multiple spaces found before '='. (no-multi-spaces)
(#950) There should be no spaces inside this paren. (space-in-parens)
(#950) There should be no spaces inside this paren. (space-in-parens)
(#952) Multiple spaces found before '='. (no-multi-spaces)
(#952) There should be no spaces inside this paren. (space-in-parens)
(#952) There should be no spaces inside this paren. (space-in-parens)
(#952) Multiple spaces found before 'true'. (no-multi-spaces)
(#952) There should be no spaces inside this paren. (space-in-parens)
(#952) There should be no spaces inside this paren. (space-in-parens)
(#953) Multiple spaces found before '='. (no-multi-spaces)
(#953) There should be no spaces inside this paren. (space-in-parens)
(#953) There should be no spaces inside this paren. (space-in-parens)
(#953) There should be no spaces inside this paren. (space-in-parens)
(#953) Multiple spaces found before '||'. (no-multi-spaces)
(#954) Multiple spaces found before '='. (no-multi-spaces)
(#955) Multiple spaces found before '-'. (no-multi-spaces)
(#955) Multiple spaces found before '+'. (no-multi-spaces)
(#958) Trailing spaces not allowed. (no-trailing-spaces)
(#959) There should be no spaces inside this paren. (space-in-parens)
(#959) There should be no spaces inside this paren. (space-in-parens)
(#960) There should be no spaces inside this paren. (space-in-parens)
(#960) There should be no spaces inside this paren. (space-in-parens)
(#962) There should be no spaces inside this paren. (space-in-parens)
(#962) There should be no spaces inside this paren. (space-in-parens)
(#966) There should be no spaces inside this paren. (space-in-parens)
(#966) There should be no spaces inside this paren. (space-in-parens)
(#967) There should be no space after '[' (computed-property-spacing)
(#967) There should be no space before ']' (computed-property-spacing)
(#968) There should be no spaces inside this paren. (space-in-parens)
(#968) There should be no spaces inside this paren. (space-in-parens)
(#968) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#968) Statement inside of curly braces should be on next line. (brace-style)
(#969) There should be no spaces inside this paren. (space-in-parens)
(#969) There should be no spaces inside this paren. (space-in-parens)
(#969) Trailing spaces not allowed. (no-trailing-spaces)
(#971) There should be no spaces inside this paren. (space-in-parens)
(#971) There should be no spaces inside this paren. (space-in-parens)
(#974) There should be no spaces inside this paren. (space-in-parens)
(#974) There should be no spaces inside this paren. (space-in-parens)
(#978) There should be no spaces inside this paren. (space-in-parens)
(#978) 'jQuery' is not defined. (no-undef)
(#978) There should be no spaces inside this paren. (space-in-parens)
(#993) There should be no spaces inside this paren. (space-in-parens)
(#993) 'undefined' is defined but never used (no-unused-vars)
(#993) There should be no spaces inside this paren. (space-in-parens)
(#1025) Expected { after 'if' condition. (curly)
(#1028) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#1029) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#1036) Expected space(s) after "if". (keyword-spacing)
(#1036) Expected { after 'if' condition. (curly)
(#1045) Expected no return value. (consistent-return)
(#1053) Expected { after 'if' condition. (curly)
(#1056) Expected space or tab after '//' in comment. (spaced-comment)
(#1058) Expected { after 'if' condition. (curly)
(#1069) Expected space or tab after '//' in comment. (spaced-comment)
(#1072) Expected space or tab after '//' in comment. (spaced-comment)
(#1075) Expected space or tab after '//' in comment. (spaced-comment)
(#1076) Expected space(s) after "if". (keyword-spacing)
(#1076) Expected { after 'if' condition. (curly)
(#1084) Expected space or tab after '//' in comment. (spaced-comment)
(#1087) Expected space or tab after '//' in comment. (spaced-comment)
(#1091) Expected space or tab after '//' in comment. (spaced-comment)
(#1099) Expected space or tab after '//' in comment. (spaced-comment)
(#1104) Line 1104 exceeds the maximum line length of 132. (max-len)
(#1104) Expected space or tab after '//' in comment. (spaced-comment)
(#1107) Expected space or tab after '//' in comment. (spaced-comment)
(#1112) Expected space or tab after '//' in comment. (spaced-comment)
(#1113) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#1115) Expected space or tab after '//' in comment. (spaced-comment)
(#1116) Expected { after 'if' condition. (curly)
(#1116) Expected space(s) after "if". (keyword-spacing)
(#1119) Expected space or tab after '//' in comment. (spaced-comment)
(#1120) Expected space(s) after "if". (keyword-spacing)
(#1125) Expected space or tab after '//' in comment. (spaced-comment)
(#1128) Expected space or tab after '//' in comment. (spaced-comment)
(#1129) Expected { after 'if' condition. (curly)
(#1133) Line 1133 exceeds the maximum line length of 132. (max-len)
(#1133) Expected space or tab after '//' in comment. (spaced-comment)
(#1139) Expected space or tab after '//' in comment. (spaced-comment)
(#1143) Expected space or tab after '//' in comment. (spaced-comment)
(#1146) Expected space(s) after "if". (keyword-spacing)
(#1153) Expected { after 'if' condition. (curly)
(#1153) Expected space(s) after "if". (keyword-spacing)
(#1153) Infix operators must be spaced. (space-infix-ops)
(#1154) Expected space(s) after "if". (keyword-spacing)
(#1154) Expected { after 'if' condition. (curly)
(#1154) Infix operators must be spaced. (space-infix-ops)
(#1155) Expected { after 'if' condition. (curly)
(#1155) Expected space(s) after "if". (keyword-spacing)
(#1162) Expected space or tab after '//' in comment. (spaced-comment)
(#1164) Expected { after 'if' condition. (curly)
(#1167) Expected space or tab after '//' in comment. (spaced-comment)
(#1168) Expected space(s) after "if". (keyword-spacing)
(#1172) Trailing spaces not allowed. (no-trailing-spaces)
(#1173) Expected space or tab after '//' in comment. (spaced-comment)
(#1174) Expected space(s) after "if". (keyword-spacing)
(#1174) Expected { after 'if' condition. (curly)
(#1177) Line 1177 exceeds the maximum line length of 132. (max-len)
(#1177) Expected space(s) after "if". (keyword-spacing)
(#1180) Expected space(s) after "if". (keyword-spacing)
(#1185) Expected space(s) after "if". (keyword-spacing)
(#1192) Trailing spaces not allowed. (no-trailing-spaces)
(#1194) Trailing spaces not allowed. (no-trailing-spaces)
(#1195) Expected space(s) after "if". (keyword-spacing)
(#1200) Trailing spaces not allowed. (no-trailing-spaces)
(#1202) Trailing spaces not allowed. (no-trailing-spaces)
(#1212) Expected { after 'if' condition. (curly)
(#1212) Expected space(s) after "if". (keyword-spacing)
(#1222) Line 1222 exceeds the maximum line length of 132. (max-len)
(#1222) Do not nest ternary expressions (no-nested-ternary)
(#1224) Expected { after 'if' condition. (curly)
(#1224) Expected space(s) after "if". (keyword-spacing)
(#1227) Expected space(s) after "if". (keyword-spacing)
(#1227) Expected { after 'if' condition. (curly)
(#1257) Expected space or tab after '//' in comment. (spaced-comment)
(#1265) Line 1265 exceeds the maximum line length of 132. (max-len)
(#1265) Expected space(s) after "if". (keyword-spacing)
(#1270) Line 1270 exceeds the maximum line length of 132. (max-len)
(#1270) Expected space(s) after "if". (keyword-spacing)
(#1270) Expected { after 'if' condition. (curly)
(#1270) Expected space or tab after '//' in comment. (spaced-comment)
(#1271) Expected space or tab after '//' in comment. (spaced-comment)
(#1272) There should be no space after '{' (object-curly-spacing)
(#1272) There should be no space before '}' (object-curly-spacing)
(#1275) A space is required after ','. (comma-spacing)
(#1276) A space is required after ','. (comma-spacing)
(#1283) Expected space(s) after "if". (keyword-spacing)
(#1286) A space is required after ','. (comma-spacing)
(#1287) A space is required after ','. (comma-spacing)
(#1290) There should be no space after '{' (object-curly-spacing)
(#1290) There should be no space before '}' (object-curly-spacing)
(#1297) A space is required after ','. (comma-spacing)
(#1298) A space is required after ','. (comma-spacing)
(#1299) A space is required after ','. (comma-spacing)
(#1300) A space is required after ','. (comma-spacing)
(#1311) Function '_setContainment' has a complexity of 24. (complexity)
(#1314) Expected space(s) after "if". (keyword-spacing)
(#1314) Expected { after 'if' condition. (curly)
(#1315) Expected { after 'if' condition. (curly)
(#1315) Expected space(s) after "if". (keyword-spacing)
(#1318) Line 1318 exceeds the maximum line length of 132. (max-len)
(#1319) Line 1319 exceeds the maximum line length of 132. (max-len)
(#1322) Expected space(s) after "if". (keyword-spacing)
(#1323) Expected { after 'if' condition. (curly)
(#1323) Expected space(s) after "if". (keyword-spacing)
(#1328) A space is required after ','. (comma-spacing)
(#1328) A space is required after ','. (comma-spacing)
(#1329) A space is required after ','. (comma-spacing)
(#1329) A space is required after ','. (comma-spacing)
(#1330) Line 1330 exceeds the maximum line length of 132. (max-len)
(#1330) Infix operators must be spaced. (space-infix-ops)
(#1330) A space is required after ','. (comma-spacing)
(#1330) A space is required after ','. (comma-spacing)
(#1330) A space is required after ','. (comma-spacing)
(#1331) Line 1331 exceeds the maximum line length of 132. (max-len)
(#1331) Infix operators must be spaced. (space-infix-ops)
(#1331) A space is required after ','. (comma-spacing)
(#1331) A space is required after ','. (comma-spacing)
(#1331) A space is required after ','. (comma-spacing)
(#1331) Multiple spaces found before '-'. (no-multi-spaces)
(#1333) Expected space(s) after "if". (keyword-spacing)
(#1341) Expected space(s) after "if". (keyword-spacing)
(#1341) Expected { after 'if' condition. (curly)
(#1343) Line 1343 exceeds the maximum line length of 132. (max-len)
(#1343) 'o' is defined but never used (no-unused-vars)
(#1343) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1343) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1348) Line 1348 exceeds the maximum line length of 132. (max-len)
(#1349) Line 1349 exceeds the maximum line length of 132. (max-len)
(#1350) Line 1350 exceeds the maximum line length of 132. (max-len)
(#1350) There should be no spaces inside this paren. (space-in-parens)
(#1350) Do not nest ternary expressions (no-nested-ternary)
(#1350) There should be no spaces inside this paren. (space-in-parens)
(#1350) There should be no spaces inside this paren. (space-in-parens)
(#1350) There should be no spaces inside this paren. (space-in-parens)
(#1354) Line 1354 exceeds the maximum line length of 132. (max-len)
(#1355) Line 1355 exceeds the maximum line length of 132. (max-len)
(#1356) Line 1356 exceeds the maximum line length of 132. (max-len)
(#1356) There should be no spaces inside this paren. (space-in-parens)
(#1356) Do not nest ternary expressions (no-nested-ternary)
(#1356) There should be no spaces inside this paren. (space-in-parens)
(#1362) Function '_generatePosition' has a complexity of 23. (complexity)
(#1364) Line 1364 exceeds the maximum line length of 132. (max-len)
(#1364) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1364) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1373) Expected space(s) after "if". (keyword-spacing)
(#1373) Expected space or tab after '//' in comment. (spaced-comment)
(#1375) Expected space(s) after "if". (keyword-spacing)
(#1376) Expected space(s) after "if". (keyword-spacing)
(#1376) Expected { after 'if' condition. (curly)
(#1377) Expected { after 'if' condition. (curly)
(#1377) Expected space(s) after "if". (keyword-spacing)
(#1378) Expected space(s) after "if". (keyword-spacing)
(#1378) Expected { after 'if' condition. (curly)
(#1379) Expected space(s) after "if". (keyword-spacing)
(#1379) Expected { after 'if' condition. (curly)
(#1382) Expected space(s) after "if". (keyword-spacing)
(#1384) Line 1384 exceeds the maximum line length of 132. (max-len)
(#1384) Do not nest ternary expressions (no-nested-ternary)
(#1384) Do not nest ternary expressions (no-nested-ternary)
(#1387) Line 1387 exceeds the maximum line length of 132. (max-len)
(#1387) Do not nest ternary expressions (no-nested-ternary)
(#1387) Do not nest ternary expressions (no-nested-ternary)
(#1396) Line 1396 exceeds the maximum line length of 132. (max-len)
(#1397) Line 1397 exceeds the maximum line length of 132. (max-len)
(#1398) Line 1398 exceeds the maximum line length of 132. (max-len)
(#1398) Do not nest ternary expressions (no-nested-ternary)
(#1398) There should be no spaces inside this paren. (space-in-parens)
(#1398) Do not nest ternary expressions (no-nested-ternary)
(#1398) There should be no spaces inside this paren. (space-in-parens)
(#1398) There should be no spaces inside this paren. (space-in-parens)
(#1398) There should be no spaces inside this paren. (space-in-parens)
(#1403) Line 1403 exceeds the maximum line length of 132. (max-len)
(#1404) Line 1404 exceeds the maximum line length of 132. (max-len)
(#1405) Line 1405 exceeds the maximum line length of 132. (max-len)
(#1405) Do not nest ternary expressions (no-nested-ternary)
(#1405) There should be no spaces inside this paren. (space-in-parens)
(#1405) Do not nest ternary expressions (no-nested-ternary)
(#1405) There should be no spaces inside this paren. (space-in-parens)
(#1413) Expected { after 'if' condition. (curly)
(#1413) Expected space(s) after "if". (keyword-spacing)
(#1414) Expected space or tab after '//' in comment. (spaced-comment)
(#1424) Line 1424 exceeds the maximum line length of 132. (max-len)
(#1424) Expected space(s) after "if". (keyword-spacing)
(#1424) Expected { after 'if' condition. (curly)
(#1424) Expected space or tab after '//' in comment. (spaced-comment)
(#1430) 'event' is defined but never used (no-unused-vars)
(#1448) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1449) There should be no space after '{' (object-curly-spacing)
(#1449) There should be no space before '}' (object-curly-spacing)
(#1458) Line 1458 exceeds the maximum line length of 132. (max-len)
(#1466) Expected space or tab after '//' in comment. (spaced-comment)
(#1468) There should be no space after '{' (object-curly-spacing)
(#1468) There should be no space before '}' (object-curly-spacing)
(#1471) Expected space(s) after "if". (keyword-spacing)
(#1475) Expected space or tab after '//' in comment. (spaced-comment)
(#1476) Line 1476 exceeds the maximum line length of 132. (max-len)
(#1476) Expected space or tab after '//' in comment. (spaced-comment)
(#1478) Line 1478 exceeds the maximum line length of 132. (max-len)
(#1478) Expected space or tab after '//' in comment. (spaced-comment)
(#1479) Expected space(s) after "if". (keyword-spacing)
(#1479) Expected { after 'if' condition. (curly)
(#1481) Expected space or tab after '//' in comment. (spaced-comment)
(#1486) Expected space or tab after '//' in comment. (spaced-comment)
(#1487) Expected space(s) after "if". (keyword-spacing)
(#1487) Expected { after 'if' condition. (curly)
(#1488) There should be no space after '{' (object-curly-spacing)
(#1488) There should be no space before '}' (object-curly-spacing)
(#1491) Expected space or tab after '//' in comment. (spaced-comment)
(#1500) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1502) 'checkPos' is defined but never used (no-unused-vars)
(#1503) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1504) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1505) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1506) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1511) 'i' is defined but never used (no-unused-vars)
(#1512) Trailing spaces not allowed. (no-trailing-spaces)
(#1513) Expected space or tab after '//' in comment. (spaced-comment)
(#1517) Trailing spaces not allowed. (no-trailing-spaces)
(#1518) Expected space(s) after "if". (keyword-spacing)
(#1520) Expected space or tab after '//' in comment. (spaced-comment)
(#1521) Expected space(s) after "if". (keyword-spacing)
(#1524) Expected space or tab after '//' in comment. (spaced-comment)
(#1525) Expected space or tab after '//' in comment. (spaced-comment)
(#1526) Line 1526 exceeds the maximum line length of 132. (max-len)
(#1526) Expected space or tab after '//' in comment. (spaced-comment)
(#1528) Expected space or tab after '//' in comment. (spaced-comment)
(#1529) Statement inside of curly braces should be on next line. (brace-style)
(#1529) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1535) Line 1535 exceeds the maximum line length of 132. (max-len)
(#1535) Expected space or tab after '//' in comment. (spaced-comment)
(#1542) Expected space or tab after '//' in comment. (spaced-comment)
(#1543) Expected space or tab after '//' in comment. (spaced-comment)
(#1549) Line 1549 exceeds the maximum line length of 132. (max-len)
(#1549) Expected space or tab after '//' in comment. (spaced-comment)
(#1550) Expected space(s) after "if". (keyword-spacing)
(#1550) Expected { after 'if' condition. (curly)
(#1554) Expected space or tab after '//' in comment. (spaced-comment)
(#1555) Expected space or tab after '//' in comment. (spaced-comment)
(#1556) Expected space(s) after "if". (keyword-spacing)
(#1560) Trailing spaces not allowed. (no-trailing-spaces)
(#1561) Expected space or tab after '//' in comment. (spaced-comment)
(#1563) Trailing spaces not allowed. (no-trailing-spaces)
(#1566) Trailing spaces not allowed. (no-trailing-spaces)
(#1570) Line 1570 exceeds the maximum line length of 132. (max-len)
(#1570) Expected space or tab after '//' in comment. (spaced-comment)
(#1572) Expected { after 'if' condition. (curly)
(#1572) Expected space(s) after "if". (keyword-spacing)
(#1575) Expected space or tab after '//' in comment. (spaced-comment)
(#1578) Unnecessary semicolon. (no-extra-semi)
(#1586) 'ui' is defined but never used (no-unused-vars)
(#1587) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1588) Expected { after 'if' condition. (curly)
(#1591) 'ui' is defined but never used (no-unused-vars)
(#1593) Expected { after 'if' condition. (curly)
(#1598) 'ui' is defined but never used (no-unused-vars)
(#1603) Infix operators must be spaced. (space-infix-ops)
(#1603) Infix operators must be spaced. (space-infix-ops)
(#1610) 'ui' is defined but never used (no-unused-vars)
(#1611) Statement inside of curly braces should be on next line. (brace-style)
(#1611) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1611) Expected space or tab after '//' in comment. (spaced-comment)
(#1617) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1618) Expected space(s) after "if". (keyword-spacing)
(#1618) Expected { after 'if' condition. (curly)
(#1623) Expected { after 'if' condition. (curly)
(#1623) Expected space(s) after "if". (keyword-spacing)
(#1628) 'ui' is defined but never used (no-unused-vars)
(#1630) Expected { after 'if' condition. (curly)
(#1630) Expected space(s) after "if". (keyword-spacing)
(#1632) 'ui' is defined but never used (no-unused-vars)
(#1634) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1634) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1636) Expected space(s) after "if". (keyword-spacing)
(#1638) Expected space(s) after "if". (keyword-spacing)
(#1639) Expected { after 'if' condition. (curly)
(#1639) Expected space(s) after "if". (keyword-spacing)
(#1641) Expected space(s) after "if". (keyword-spacing)
(#1641) Expected { after 'if' condition. (curly)
(#1645) Expected space(s) after "if". (keyword-spacing)
(#1646) Expected space(s) after "if". (keyword-spacing)
(#1646) Expected { after 'if' condition. (curly)
(#1648) Expected space(s) after "if". (keyword-spacing)
(#1648) Expected { after 'if' condition. (curly)
(#1654) Expected space(s) after "if". (keyword-spacing)
(#1655) Expected { after 'if' condition. (curly)
(#1655) Expected space(s) after "if". (keyword-spacing)
(#1657) Expected space(s) after "if". (keyword-spacing)
(#1657) Expected { after 'if' condition. (curly)
(#1661) Expected space(s) after "if". (keyword-spacing)
(#1662) Expected { after 'if' condition. (curly)
(#1662) Expected space(s) after "if". (keyword-spacing)
(#1664) Expected { after 'if' condition. (curly)
(#1664) Expected space(s) after "if". (keyword-spacing)
(#1670) Expected space(s) after "if". (keyword-spacing)
(#1670) Expected { after 'if' condition. (curly)
(#1677) 'ui' is defined but never used (no-unused-vars)
(#1679) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1682) There should be no spaces inside this paren. (space-in-parens)
(#1682) There should be no spaces inside this paren. (space-in-parens)
(#1684) Expected { after 'if' condition. (curly)
(#1684) Expected space(s) after "if". (keyword-spacing)
(#1692) Function 'drag' has a complexity of 29. (complexity)
(#1694) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1697) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1698) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1700) Missing space before opening brace. (space-before-blocks)
(#1702) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1703) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1705) Expected space or tab after '//' in comment. (spaced-comment)
(#1706) Line 1706 exceeds the maximum line length of 132. (max-len)
(#1706) Expected space(s) after "if". (keyword-spacing)
(#1706) Infix operators must be spaced. (space-infix-ops)
(#1706) Infix operators must be spaced. (space-infix-ops)
(#1706) Infix operators must be spaced. (space-infix-ops)
(#1706) Infix operators must be spaced. (space-infix-ops)
(#1706) Infix operators must be spaced. (space-infix-ops)
(#1706) Infix operators must be spaced. (space-infix-ops)
(#1706) Infix operators must be spaced. (space-infix-ops)
(#1706) Infix operators must be spaced. (space-infix-ops)
(#1706) Infix operators must be spaced. (space-infix-ops)
(#1706) Infix operators must be spaced. (space-infix-ops)
(#1706) Infix operators must be spaced. (space-infix-ops)
(#1706) Infix operators must be spaced. (space-infix-ops)
(#1706) Infix operators must be spaced. (space-infix-ops)
(#1706) Infix operators must be spaced. (space-infix-ops)
(#1706) Infix operators must be spaced. (space-infix-ops)
(#1706) Infix operators must be spaced. (space-infix-ops)
(#1707) Line 1707 exceeds the maximum line length of 132. (max-len)
(#1707) Expected { after 'if' condition. (curly)
(#1707) Expected space(s) after "if". (keyword-spacing)
(#1707) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#1707) There should be no space after '{' (object-curly-spacing)
(#1707) There should be no space before '}' (object-curly-spacing)
(#1712) Expected space(s) after "if". (keyword-spacing)
(#1713) 'ts' used outside of binding context. (block-scoped-var)
(#1714) 'bs' used outside of binding context. (block-scoped-var)
(#1715) 'ls' used outside of binding context. (block-scoped-var)
(#1716) 'rs' used outside of binding context. (block-scoped-var)
(#1717) Line 1717 exceeds the maximum line length of 132. (max-len)
(#1717) Expected { after 'if' condition. (curly)
(#1717) Expected space(s) after "if". (keyword-spacing)
(#1717) 'ts' used outside of binding context. (block-scoped-var)
(#1717) There should be no space after '{' (object-curly-spacing)
(#1717) There should be no space before '}' (object-curly-spacing)
(#1718) Expected { after 'if' condition. (curly)
(#1718) Expected space(s) after "if". (keyword-spacing)
(#1718) 'bs' used outside of binding context. (block-scoped-var)
(#1718) There should be no space after '{' (object-curly-spacing)
(#1718) There should be no space before '}' (object-curly-spacing)
(#1719) Line 1719 exceeds the maximum line length of 132. (max-len)
(#1719) Expected space(s) after "if". (keyword-spacing)
(#1719) Expected { after 'if' condition. (curly)
(#1719) 'ls' used outside of binding context. (block-scoped-var)
(#1719) There should be no space after '{' (object-curly-spacing)
(#1719) There should be no space before '}' (object-curly-spacing)
(#1720) Expected { after 'if' condition. (curly)
(#1720) Expected space(s) after "if". (keyword-spacing)
(#1720) 'rs' used outside of binding context. (block-scoped-var)
(#1720) There should be no space after '{' (object-curly-spacing)
(#1720) There should be no space before '}' (object-curly-spacing)
(#1723) 'ts' used outside of binding context. (block-scoped-var)
(#1723) 'ts' used outside of binding context. (block-scoped-var)
(#1723) 'bs' used outside of binding context. (block-scoped-var)
(#1723) 'bs' used outside of binding context. (block-scoped-var)
(#1723) 'ls' used outside of binding context. (block-scoped-var)
(#1723) 'ls' used outside of binding context. (block-scoped-var)
(#1723) 'rs' used outside of binding context. (block-scoped-var)
(#1723) 'rs' used outside of binding context. (block-scoped-var)
(#1725) Expected space(s) after "if". (keyword-spacing)
(#1726) 'ts' is already defined (no-redeclare)
(#1726) 'ts' used outside of binding context. (block-scoped-var)
(#1727) 'bs' is already defined (no-redeclare)
(#1727) 'bs' used outside of binding context. (block-scoped-var)
(#1728) 'ls' used outside of binding context. (block-scoped-var)
(#1728) 'ls' is already defined (no-redeclare)
(#1729) 'rs' is already defined (no-redeclare)
(#1729) 'rs' used outside of binding context. (block-scoped-var)
(#1730) Expected space(s) after "if". (keyword-spacing)
(#1730) Expected { after 'if' condition. (curly)
(#1730) 'ts' used outside of binding context. (block-scoped-var)
(#1730) There should be no space after '{' (object-curly-spacing)
(#1730) There should be no space before '}' (object-curly-spacing)
(#1731) Line 1731 exceeds the maximum line length of 132. (max-len)
(#1731) Expected { after 'if' condition. (curly)
(#1731) Expected space(s) after "if". (keyword-spacing)
(#1731) 'bs' used outside of binding context. (block-scoped-var)
(#1731) There should be no space after '{' (object-curly-spacing)
(#1731) There should be no space before '}' (object-curly-spacing)
(#1732) Expected { after 'if' condition. (curly)
(#1732) Expected space(s) after "if". (keyword-spacing)
(#1732) 'ls' used outside of binding context. (block-scoped-var)
(#1732) There should be no space after '{' (object-curly-spacing)
(#1732) There should be no space before '}' (object-curly-spacing)
(#1733) Line 1733 exceeds the maximum line length of 132. (max-len)
(#1733) Expected { after 'if' condition. (curly)
(#1733) Expected space(s) after "if". (keyword-spacing)
(#1733) 'rs' used outside of binding context. (block-scoped-var)
(#1733) There should be no space after '{' (object-curly-spacing)
(#1733) There should be no space before '}' (object-curly-spacing)
(#1736) Expected { after 'if' condition. (curly)
(#1736) Expected space(s) after "if". (keyword-spacing)
(#1736) 'ts' used outside of binding context. (block-scoped-var)
(#1736) 'ts' used outside of binding context. (block-scoped-var)
(#1736) 'bs' used outside of binding context. (block-scoped-var)
(#1736) 'bs' used outside of binding context. (block-scoped-var)
(#1736) 'ls' used outside of binding context. (block-scoped-var)
(#1736) 'ls' used outside of binding context. (block-scoped-var)
(#1736) 'rs' used outside of binding context. (block-scoped-var)
(#1736) 'rs' used outside of binding context. (block-scoped-var)
(#1737) Line 1737 exceeds the maximum line length of 132. (max-len)
(#1737) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#1737) There should be no space after '{' (object-curly-spacing)
(#1737) There should be no space before '}' (object-curly-spacing)
(#1738) 'ts' used outside of binding context. (block-scoped-var)
(#1738) 'ts' used outside of binding context. (block-scoped-var)
(#1738) 'bs' used outside of binding context. (block-scoped-var)
(#1738) 'bs' used outside of binding context. (block-scoped-var)
(#1738) 'ls' used outside of binding context. (block-scoped-var)
(#1738) 'ls' used outside of binding context. (block-scoped-var)
(#1738) 'rs' used outside of binding context. (block-scoped-var)
(#1738) 'rs' used outside of binding context. (block-scoped-var)
(#1740) Unnecessary semicolon. (no-extra-semi)
(#1746) 'ui' is defined but never used (no-unused-vars)
(#1750) A space is required after ','. (comma-spacing)
(#1751) A space is required after ','. (comma-spacing)
(#1751) A space is required after ','. (comma-spacing)
(#1753) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1753) Statement inside of curly braces should be on next line. (brace-style)
(#1754) Trailing spaces not allowed. (no-trailing-spaces)
(#1767) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1768) Expected space(s) after "if". (keyword-spacing)
(#1768) Expected { after 'if' condition. (curly)
(#1773) Expected { after 'if' condition. (curly)
(#1773) Expected space(s) after "if". (keyword-spacing)
(#1777) 'jQuery' is not defined. (no-undef)
(#1793) There should be no spaces inside this paren. (space-in-parens)
(#1793) 'undefined' is defined but never used (no-unused-vars)
(#1793) There should be no spaces inside this paren. (space-in-parens)
(#1808) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1815) Expected space or tab after '//' in comment. (spaced-comment)
(#1816) There should be no space after '{' (object-curly-spacing)
(#1816) There should be no space before '}' (object-curly-spacing)
(#1822) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#1828) Expected { after 'for' condition. (curly)
(#1828) There should be no spaces inside this paren. (space-in-parens)
(#1828) There should be no spaces inside this paren. (space-in-parens)
(#1829) Expected { after 'if' condition. (curly)
(#1829) There should be no spaces inside this paren. (space-in-parens)
(#1829) There should be no spaces inside this paren. (space-in-parens)
(#1842) Expected space(s) after "if". (keyword-spacing)
(#1852) Expected { after 'if' condition. (curly)
(#1852) Expected space(s) after "if". (keyword-spacing)
(#1853) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#1858) Expected { after 'if' condition. (curly)
(#1858) Expected space(s) after "if". (keyword-spacing)
(#1859) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#1865) Line 1865 exceeds the maximum line length of 132. (max-len)
(#1865) Expected { after 'if' condition. (curly)
(#1867) A space is required after ','. (comma-spacing)
(#1868) Expected space(s) after "if". (keyword-spacing)
(#1868) Expected { after 'if' condition. (curly)
(#1877) Line 1877 exceeds the maximum line length of 132. (max-len)
(#1877) Expected { after 'if' condition. (curly)
(#1879) A space is required after ','. (comma-spacing)
(#1880) Expected { after 'if' condition. (curly)
(#1880) Expected space(s) after "if". (keyword-spacing)
(#1886) A space is required after ','. (comma-spacing)
(#1889) Line 1889 exceeds the maximum line length of 132. (max-len)
(#1889) Expected { after 'if' condition. (curly)
(#1892) Expected to return a value at the end of this function. (consistent-return)
(#1894) Expected space(s) after "if". (keyword-spacing)
(#1899) There should be no space after '{' (object-curly-spacing)
(#1899) There should be no space before '}' (object-curly-spacing)
(#1900) Statement inside of curly braces should be on next line. (brace-style)
(#1900) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1902) Expected { after 'if' condition. (curly)
(#1902) Expected space(s) after "if". (keyword-spacing)
(#1904) Expected space(s) after "if". (keyword-spacing)
(#1904) A space is required after ','. (comma-spacing)
(#1905) Expected { after 'if' condition. (curly)
(#1905) Expected space(s) after "if". (keyword-spacing)
(#1906) Expected { after 'if' condition. (curly)
(#1906) Expected space(s) after "if". (keyword-spacing)
(#1932) Expected { after 'if' condition. (curly)
(#1934) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1935) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1936) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1937) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1943) Unreachable code. (no-unreachable)
(#1948) There should be no spaces inside this paren. (space-in-parens)
(#1949) Unreachable code. (no-unreachable)
(#1951) Line 1951 exceeds the maximum line length of 132. (max-len)
(#1952) Line 1952 exceeds the maximum line length of 132. (max-len)
(#1955) Unreachable code. (no-unreachable)
(#1966) Unreachable code. (no-unreachable)
(#1969) Unreachable code. (no-unreachable)
(#1979) There should be no space after '{' (object-curly-spacing)
(#1979) There should be no space before '}' (object-curly-spacing)
(#1986) Unexpected labeled statement. (no-labels)
(#1988) Line 1988 exceeds the maximum line length of 132. (max-len)
(#1988) Expected space(s) after "if". (keyword-spacing)
(#1988) Expected { after 'if' condition. (curly)
(#1988) A space is required after ','. (comma-spacing)
(#1988) Expected space or tab after '//' in comment. (spaced-comment)
(#1989) Line 1989 exceeds the maximum line length of 132. (max-len)
(#1989) Infix operators must be spaced. (space-infix-ops)
(#1989) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1989) Expected space(s) after "if". (keyword-spacing)
(#1989) Statement inside of curly braces should be on next line. (brace-style)
(#1989) Statement inside of curly braces should be on next line. (brace-style)
(#1989) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#1989) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1989) Unexpected label in continue statement. (no-labels)
(#1989) Unnecessary semicolon. (no-extra-semi)
(#1989) Expected space or tab after '//' in comment. (spaced-comment)
(#1990) Line 1990 exceeds the maximum line length of 132. (max-len)
(#1990) Expected { after 'if' condition. (curly)
(#1990) Expected space(s) after "if". (keyword-spacing)
(#1990) Expected space or tab after '//' in comment. (spaced-comment)
(#1992) Expected { after 'if' condition. (curly)
(#1992) Expected space(s) after "if". (keyword-spacing)
(#1992) unnecessary '.call()'. (no-useless-call)
(#1992) Expected space or tab after '//' in comment. (spaced-comment)
(#1995) There should be no space after '{' (object-curly-spacing)
(#1995) There should be no space before '}' (object-curly-spacing)
(#2005) Expected { after 'if' condition. (curly)
(#2005) Expected space(s) after "if". (keyword-spacing)
(#2006) Expected { after 'if' condition. (curly)
(#2007) unnecessary '.call()'. (no-useless-call)
(#2009) Line 2009 exceeds the maximum line length of 132. (max-len)
(#2009) A space is required after ','. (comma-spacing)
(#2011) unnecessary '.call()'. (no-useless-call)
(#2020) Expected space or tab after '//' in comment. (spaced-comment)
(#2021) Expected { after 'if' condition. (curly)
(#2021) Expected space(s) after "if". (keyword-spacing)
(#2023) Expected space or tab after '//' in comment. (spaced-comment)
(#2026) Expected space(s) after "if". (keyword-spacing)
(#2026) Expected { after 'if' condition. (curly)
(#2029) Do not nest ternary expressions (no-nested-ternary)
(#2030) Expected { after 'if' condition. (curly)
(#2030) Expected space(s) after "if". (keyword-spacing)
(#2043) ["isover"] is better written in dot notation. (dot-notation)
(#2044) ["isout"] is better written in dot notation. (dot-notation)
(#2045) unnecessary '.call()'. (no-useless-call)
(#2049) unnecessary '.call()'. (no-useless-call)
(#2053) ["isout"] is better written in dot notation. (dot-notation)
(#2054) ["isover"] is better written in dot notation. (dot-notation)
(#2055) unnecessary '.call()'. (no-useless-call)
(#2062) 'jQuery' is not defined. (no-undef)
(#2077) There should be no spaces inside this paren. (space-in-parens)
(#2077) 'undefined' is defined but never used (no-unused-vars)
(#2077) There should be no spaces inside this paren. (space-in-parens)
(#2101) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2112) Expected space or tab after '//' in comment. (spaced-comment)
(#2113) Expected space(s) after "if". (keyword-spacing)
(#2115) Expected space or tab after '//' in comment. (spaced-comment)
(#2116) Expected { after 'if' condition. (curly)
(#2117) There should be no space after '{' (object-curly-spacing)
(#2117) There should be no space before '}' (object-curly-spacing)
(#2119) Expected space or tab after '//' in comment. (spaced-comment)
(#2130) Expected space or tab after '//' in comment. (spaced-comment)
(#2137) Expected space or tab after '//' in comment. (spaced-comment)
(#2138) Line 2138 exceeds the maximum line length of 132. (max-len)
(#2138) There should be no space after '{' (object-curly-spacing)
(#2138) There should be no space before '}' (object-curly-spacing)
(#2139) There should be no space after '{' (object-curly-spacing)
(#2141) Expected space or tab after '//' in comment. (spaced-comment)
(#2145) Expected space or tab after '//' in comment. (spaced-comment)
(#2146) There should be no space after '{' (object-curly-spacing)
(#2146) There should be no space before '}' (object-curly-spacing)
(#2149) There should be no space after '{' (object-curly-spacing)
(#2149) There should be no space before '}' (object-curly-spacing)
(#2156) Line 2156 exceeds the maximum line length of 132. (max-len)
(#2156) There should be no space after '{' (object-curly-spacing)
(#2156) There should be no space before '}' (object-curly-spacing)
(#2157) Expected space(s) after "if". (keyword-spacing)
(#2159) Expected space(s) after "if". (keyword-spacing)
(#2159) Expected { after 'if' condition. (curly)
(#2162) Expected space(s) after "for". (keyword-spacing)
(#2164) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2164) Infix operators must be spaced. (space-infix-ops)
(#2168) Expected space or tab after '//' in comment. (spaced-comment)
(#2169) Expected { after 'if' condition. (curly)
(#2169) Expected space(s) after "if". (keyword-spacing)
(#2169) There should be no space after '{' (object-curly-spacing)
(#2169) There should be no space before '}' (object-curly-spacing)
(#2171) Expected space or tab after '//' in comment. (spaced-comment)
(#2174) Unnecessary semicolon. (no-extra-semi)
(#2176) Expected space or tab after '//' in comment. (spaced-comment)
(#2177) Infix operators must be spaced. (space-infix-ops)
(#2187) Expected space(s) after "for". (keyword-spacing)
(#2189) Expected { after 'if' condition. (curly)
(#2189) Expected space(s) after "if". (keyword-spacing)
(#2192) Expected space or tab after '//' in comment. (spaced-comment)
(#2195) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2197) Expected space or tab after '//' in comment. (spaced-comment)
(#2200) Expected space or tab after '//' in comment. (spaced-comment)
(#2201) There should be no space after '[' (array-bracket-spacing)
(#2202) Do not nest ternary expressions (no-nested-ternary)
(#2203) Do not nest ternary expressions (no-nested-ternary)
(#2204) There should be no space before ']' (array-bracket-spacing)
(#2212) Expected space or tab after '//' in comment. (spaced-comment)
(#2213) Expected space(s) after "if". (keyword-spacing)
(#2213) Expected { after 'if' condition. (curly)
(#2219) Expected space or tab after '//' in comment. (spaced-comment)
(#2225) Expected space or tab after '//' in comment. (spaced-comment)
(#2228) Expected { after 'if' condition. (curly)
(#2230) Expected space or tab after '//' in comment. (spaced-comment)
(#2235) Expected space or tab after '//' in comment. (spaced-comment)
(#2244) Missing space before opening brace. (space-before-blocks)
(#2252) Expected space or tab after '//' in comment. (spaced-comment)
(#2266) Expected space or tab after '//' in comment. (spaced-comment)
(#2300) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2300) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2303) There should be no space after '{' (object-curly-spacing)
(#2303) There should be no space before '}' (object-curly-spacing)
(#2307) There should be no space after '{' (object-curly-spacing)
(#2307) There should be no space before '}' (object-curly-spacing)
(#2310) Expected space or tab after '//' in comment. (spaced-comment)
(#2311) Expected { after 'if' condition. (curly)
(#2312) There should be no space after '{' (object-curly-spacing)
(#2312) There should be no space before '}' (object-curly-spacing)
(#2316) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2323) Expected space or tab after '//' in comment. (spaced-comment)
(#2325) There should be no space after '{' (object-curly-spacing)
(#2325) There should be no space before '}' (object-curly-spacing)
(#2326) Line 2326 exceeds the maximum line length of 132. (max-len)
(#2326) There should be no space after '{' (object-curly-spacing)
(#2326) There should be no space before '}' (object-curly-spacing)
(#2326) There should be no space after '{' (object-curly-spacing)
(#2326) There should be no space before '}' (object-curly-spacing)
(#2327) Line 2327 exceeds the maximum line length of 132. (max-len)
(#2327) There should be no space after '{' (object-curly-spacing)
(#2327) There should be no space before '}' (object-curly-spacing)
(#2327) There should be no space after '{' (object-curly-spacing)
(#2327) There should be no space before '}' (object-curly-spacing)
(#2328) There should be no space after '{' (object-curly-spacing)
(#2328) There should be no space before '}' (object-curly-spacing)
(#2329) There should be no space after '{' (object-curly-spacing)
(#2329) There should be no space before '}' (object-curly-spacing)
(#2330) There should be no space after '{' (object-curly-spacing)
(#2330) There should be no space before '}' (object-curly-spacing)
(#2332) Expected space or tab after '//' in comment. (spaced-comment)
(#2333) Line 2333 exceeds the maximum line length of 132. (max-len)
(#2335) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#2336) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#2345) Expected space or tab after '//' in comment. (spaced-comment)
(#2346) 'o' is defined but never used (no-unused-vars)
(#2346) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2346) 'props' is defined but never used (no-unused-vars)
(#2346) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2347) 'self' is defined but never used (no-unused-vars)
(#2347) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2347) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2349) Infix operators must be spaced. (space-infix-ops)
(#2349) Infix operators must be spaced. (space-infix-ops)
(#2349) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2349) Infix operators must be spaced. (space-infix-ops)
(#2349) Infix operators must be spaced. (space-infix-ops)
(#2351) Expected { after 'if' condition. (curly)
(#2354) 'ie6' is defined but never used (no-unused-vars)
(#2354) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2354) 'csdif' is defined but never used (no-unused-vars)
(#2354) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2356) Expected { after 'if' condition. (curly)
(#2369) Expected { after 'if' condition. (curly)
(#2383) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2385) Expected space(s) after "if". (keyword-spacing)
(#2386) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2390) There should be no space after '{' (object-curly-spacing)
(#2390) Multiple spaces found before '-'. (no-multi-spaces)
(#2390) There should be no space before '}' (object-curly-spacing)
(#2394) Expected { after 'if' condition. (curly)
(#2395) There should be no space after '{' (object-curly-spacing)
(#2395) There should be no space before '}' (object-curly-spacing)
(#2400) Expected { after 'if' condition. (curly)
(#2409) Expected { after 'if' condition. (curly)
(#2415) 'o' is defined but never used (no-unused-vars)
(#2417) Expected { after 'if' condition. (curly)
(#2418) Expected { after 'if' condition. (curly)
(#2419) Expected { after 'if' condition. (curly)
(#2420) Expected { after 'if' condition. (curly)
(#2423) 'event' is defined but never used (no-unused-vars)
(#2425) 'o' is defined but never used (no-unused-vars)
(#2425) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2425) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2425) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2427) Expected { after 'if' condition. (curly)
(#2428) Expected { after 'if' condition. (curly)
(#2444) 'el' is defined but never used (no-unused-vars)
(#2444) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2444) 'pRatio' is defined but never used (no-unused-vars)
(#2444) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2444) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2445) Line 2445 exceeds the maximum line length of 132. (max-len)
(#2445) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2446) Line 2446 exceeds the maximum line length of 132. (max-len)
(#2446) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2448) Expected { after 'if' condition. (curly)
(#2449) Expected { after 'if' condition. (curly)
(#2450) Expected { after 'if' condition. (curly)
(#2451) Expected { after 'if' condition. (curly)
(#2453) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2454) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2456) Expected { after 'if' condition. (curly)
(#2457) Expected { after 'if' condition. (curly)
(#2458) Expected { after 'if' condition. (curly)
(#2459) Expected { after 'if' condition. (curly)
(#2463) Expected { after 'if' condition. (curly)
(#2464) Expected { after 'if' condition. (curly)
(#2471) 'o' is defined but never used (no-unused-vars)
(#2472) Expected { after 'if' condition. (curly)
(#2475) Infix operators must be spaced. (space-infix-ops)
(#2480) Line 2480 exceeds the maximum line length of 132. (max-len)
(#2483) Don't make functions within a loop (no-loop-func)
(#2484) A space is required after ','. (comma-spacing)
(#2484) Infix operators must be spaced. (space-infix-ops)
(#2484) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2484) A space is required after ','. (comma-spacing)
(#2484) Infix operators must be spaced. (space-infix-ops)
(#2489) Expected { after 'if' condition. (curly)
(#2497) Unnecessary semicolon. (no-extra-semi)
(#2503) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2506) Expected space(s) after "if". (keyword-spacing)
(#2511) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2512) There should be no spaces inside this paren. (space-in-parens)
(#2512) There should be no spaces inside this paren. (space-in-parens)
(#2518) Infix operators must be spaced. (space-infix-ops)
(#2519) Infix operators must be spaced. (space-infix-ops)
(#2520) Expected space or tab after '//' in comment. (spaced-comment)
(#2534) 'dy' is defined but never used (no-unused-vars)
(#2535) There should be no space after '{' (object-curly-spacing)
(#2535) There should be no space before '}' (object-curly-spacing)
(#2537) 'dy' is defined but never used (no-unused-vars)
(#2538) 'o' is defined but never used (no-unused-vars)
(#2538) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2538) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2539) There should be no space after '{' (object-curly-spacing)
(#2539) There should be no space before '}' (object-curly-spacing)
(#2542) 'o' is defined but never used (no-unused-vars)
(#2542) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2542) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2543) There should be no space after '{' (object-curly-spacing)
(#2543) There should be no space before '}' (object-curly-spacing)
(#2546) There should be no space after '{' (object-curly-spacing)
(#2546) There should be no space before '}' (object-curly-spacing)
(#2564) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2593) Unexpected space before function parentheses. (space-before-function-paren)
(#2593) 'ui' is defined but never used (no-unused-vars)
(#2594) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2596) Unexpected space before function parentheses. (space-before-function-paren)
(#2607) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#2608) Statement inside of curly braces should be on next line. (brace-style)
(#2608) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2608) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#2609) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#2609) Statement inside of curly braces should be on next line. (brace-style)
(#2609) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2609) Unexpected space before function parentheses. (space-before-function-paren)
(#2609) Statement inside of curly braces should be on next line. (brace-style)
(#2609) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2610) Expected space(s) after "else". (keyword-spacing)
(#2610) Expected space(s) before "else". (keyword-spacing)
(#2615) Unexpected space before function parentheses. (space-before-function-paren)
(#2616) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2616) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2616) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2623) Unexpected space before function parentheses. (space-before-function-paren)
(#2625) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2625) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2625) Trailing spaces not allowed. (no-trailing-spaces)
(#2626) Line 2626 exceeds the maximum line length of 132. (max-len)
(#2626) Do not nest ternary expressions (no-nested-ternary)
(#2628) Unexpected space before function parentheses. (space-before-function-paren)
(#2629) Infix operators must be spaced. (space-infix-ops)
(#2629) Infix operators must be spaced. (space-infix-ops)
(#2630) Expected { after 'if' condition. (curly)
(#2637) There should be no space after '{' (object-curly-spacing)
(#2637) There should be no space before '}' (object-curly-spacing)
(#2644) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#2645) Unexpected space before function parentheses. (space-before-function-paren)
(#2645) Statement inside of curly braces should be on next line. (brace-style)
(#2645) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2646) Expected space(s) after "else". (keyword-spacing)
(#2646) Expected space(s) before "else". (keyword-spacing)
(#2651) Unexpected space before function parentheses. (space-before-function-paren)
(#2651) 'ui' is defined but never used (no-unused-vars)
(#2652) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2654) Unexpected space before function parentheses. (space-before-function-paren)
(#2658) There should be no space after '{' (object-curly-spacing)
(#2658) There should be no space before '}' (object-curly-spacing)
(#2664) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#2665) Unexpected space before function parentheses. (space-before-function-paren)
(#2665) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2665) Statement inside of curly braces should be on next line. (brace-style)
(#2666) Expected space(s) after "else". (keyword-spacing)
(#2666) Expected space(s) before "else". (keyword-spacing)
(#2677) 'ui' is defined but never used (no-unused-vars)
(#2678) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2680) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2684) There should be no space after '{' (object-curly-spacing)
(#2684) There should be no space before '}' (object-curly-spacing)
(#2689) There should be no space after '{' (object-curly-spacing)
(#2689) There should be no space before '}' (object-curly-spacing)
(#2701) Expected { after 'if' condition. (curly)
(#2701) There should be no space after '{' (object-curly-spacing)
(#2701) There should be no space before '}' (object-curly-spacing)
(#2716) 'ui' is defined but never used (no-unused-vars)
(#2717) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2717) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2718) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2718) Do not nest ternary expressions (no-nested-ternary)
(#2719) Expected { after 'if' condition. (curly)
(#2724) There should be no space after '{' (object-curly-spacing)
(#2724) There should be no space before '}' (object-curly-spacing)
(#2725) There should be no space after '{' (object-curly-spacing)
(#2725) There should be no space before '}' (object-curly-spacing)
(#2734) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#2735) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2736) There should be no space after '[' (array-bracket-spacing)
(#2736) There should be no space before ']' (array-bracket-spacing)
(#2736) Statement inside of curly braces should be on next line. (brace-style)
(#2736) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2740) There should be no space after '{' (object-curly-spacing)
(#2740) There should be no space before '}' (object-curly-spacing)
(#2742) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2742) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2743) Line 2743 exceeds the maximum line length of 132. (max-len)
(#2743) There should be no spaces inside this paren. (space-in-parens)
(#2743) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2751) 'ui' is defined but never used (no-unused-vars)
(#2752) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2753) 'ps' is defined but never used (no-unused-vars)
(#2753) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2753) 'cs' is defined but never used (no-unused-vars)
(#2753) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2753) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2754) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2754) There should be no space after '{' (object-curly-spacing)
(#2754) Missing space before value for key 'top'. (key-spacing)
(#2754) Missing space before value for key 'left'. (key-spacing)
(#2754) There should be no space before '}' (object-curly-spacing)
(#2754) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2756) Expected { after 'if' condition. (curly)
(#2760) Expected { after 'if' condition. (curly)
(#2766) Expected { after 'if' condition. (curly)
(#2770) Infix operators must be spaced. (space-infix-ops)
(#2771) Infix operators must be spaced. (space-infix-ops)
(#2773) There should be no spaces inside this paren. (space-in-parens)
(#2773) There should be no spaces inside this paren. (space-in-parens)
(#2774) Line 2774 exceeds the maximum line length of 132. (max-len)
(#2774) There should be no spaces inside this paren. (space-in-parens)
(#2774) There should be no spaces inside this paren. (space-in-parens)
(#2777) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#2779) Expected { after 'if' condition. (curly)
(#2779) Expected space(s) after "if". (keyword-spacing)
(#2783) Expected { after 'if' condition. (curly)
(#2788) Expected { after 'if' condition. (curly)
(#2792) 'ui' is defined but never used (no-unused-vars)
(#2792) Missing space before opening brace. (space-before-blocks)
(#2793) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2793) 'cp' is defined but never used (no-unused-vars)
(#2793) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2794) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2794) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2796) Line 2796 exceeds the maximum line length of 132. (max-len)
(#2796) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2796) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2796) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2798) Expected { after 'if' condition. (curly)
(#2799) There should be no space after '{' (object-curly-spacing)
(#2799) There should be no space before '}' (object-curly-spacing)
(#2801) Expected { after 'if' condition. (curly)
(#2802) There should be no space after '{' (object-curly-spacing)
(#2802) There should be no space before '}' (object-curly-spacing)
(#2809) 'ui' is defined but never used (no-unused-vars)
(#2811) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2811) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2815) Line 2815 exceeds the maximum line length of 132. (max-len)
(#2815) There should be no space after '{' (object-curly-spacing)
(#2815) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#2815) There should be no space before '}' (object-curly-spacing)
(#2823) 'ui' is defined but never used (no-unused-vars)
(#2823) Missing space before opening brace. (space-before-blocks)
(#2824) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2824) 'o' is defined but never used (no-unused-vars)
(#2825) Expected { after 'if' condition. (curly)
(#2825) There should be no space after '{' (object-curly-spacing)
(#2825) There should be no space before '}' (object-curly-spacing)
(#2828) 'ui' is defined but never used (no-unused-vars)
(#2828) Missing space before opening brace. (space-before-blocks)
(#2829) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2829) 'o' is defined but never used (no-unused-vars)
(#2830) Expected { after 'if' condition. (curly)
(#2837) 'ui' is defined but never used (no-unused-vars)
(#2838) Line 2838 exceeds the maximum line length of 132. (max-len)
(#2838) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2838) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2838) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2838) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2838) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2838) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2838) 'ratio' is defined but never used (no-unused-vars)
(#2840) Line 2840 exceeds the maximum line length of 132. (max-len)
(#2840) Infix operators must be spaced. (space-infix-ops)
(#2840) Infix operators must be spaced. (space-infix-ops)
(#2840) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2840) Infix operators must be spaced. (space-infix-ops)
(#2840) Infix operators must be spaced. (space-infix-ops)
(#2846) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#2851) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#2856) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#2874) 'jQuery' is not defined. (no-undef)
(#2889) There should be no spaces inside this paren. (space-in-parens)
(#2889) 'undefined' is defined but never used (no-unused-vars)
(#2889) There should be no spaces inside this paren. (space-in-parens)
(#2954) Expected { after 'if' condition. (curly)
(#2991) Expected to return a value at the end of this function. (consistent-return)
(#3021) Expected { after 'if' condition. (curly)
(#3026) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3026) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3026) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3027) Statement inside of curly braces should be on next line. (brace-style)
(#3027) 'tmp' used outside of binding context. (block-scoped-var)
(#3027) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#3027) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3027) 'tmp' used outside of binding context. (block-scoped-var)
(#3028) Statement inside of curly braces should be on next line. (brace-style)
(#3028) 'tmp' is already defined (no-redeclare)
(#3028) 'tmp' used outside of binding context. (block-scoped-var)
(#3028) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#3028) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3028) 'tmp' used outside of binding context. (block-scoped-var)
(#3029) Infix operators must be spaced. (space-infix-ops)
(#3029) Infix operators must be spaced. (space-infix-ops)
(#3033) Expected space or tab after '//' in comment. (spaced-comment)
(#3034) Expected { after 'if' condition. (curly)
(#3038) There should be no spaces inside this paren. (space-in-parens)
(#3038) There should be no spaces inside this paren. (space-in-parens)
(#3098) Expected no return value. (consistent-return)
(#3106) 'options' is defined but never used (no-unused-vars)
(#3140) 'jQuery' is not defined. (no-undef)
(#3155) There should be no spaces inside this paren. (space-in-parens)
(#3155) 'undefined' is defined but never used (no-unused-vars)
(#3155) There should be no spaces inside this paren. (space-in-parens)
(#3185) 'o' is defined but never used (no-unused-vars)
(#3189) Expected space or tab after '//' in comment. (spaced-comment)
(#3192) Expected space or tab after '//' in comment. (spaced-comment)
(#3193) Line 3193 exceeds the maximum line length of 132. (max-len)
(#3195) Expected space or tab after '//' in comment. (spaced-comment)
(#3198) Expected space or tab after '//' in comment. (spaced-comment)
(#3210) Expected { after 'for' condition. (curly)
(#3210) There should be no spaces inside this paren. (space-in-parens)
(#3210) There should be no spaces inside this paren. (space-in-parens)
(#3216) Missing space before opening brace. (space-before-blocks)
(#3217) There should be no spaces inside this paren. (space-in-parens)
(#3217) There should be no spaces inside this paren. (space-in-parens)
(#3218) There should be no space after '[' (computed-property-spacing)
(#3218) There should be no space before ']' (computed-property-spacing)
(#3219) Trailing spaces not allowed. (no-trailing-spaces)
(#3221) There should be no space after '[' (computed-property-spacing)
(#3221) Unexpected newline between object and [ of property access. (no-unexpected-multiline)
(#3221) There should be no spaces inside this paren. (space-in-parens)
(#3221) There should be no spaces inside this paren. (space-in-parens)
(#3234) Expected { after 'if' condition. (curly)
(#3234) Expected space(s) after "if". (keyword-spacing)
(#3236) Expected space or tab after '//' in comment. (spaced-comment)
(#3239) Expected space or tab after '//' in comment. (spaced-comment)
(#3240) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3240) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3240) 'nodes' is defined but never used (no-unused-vars)
(#3240) Expected to return a value at the end of this function. (consistent-return)
(#3241) Expected space(s) after "if". (keyword-spacing)
(#3246) Expected { after 'if' condition. (curly)
(#3246) Expected space(s) after "if". (keyword-spacing)
(#3248) Expected { after 'if' condition. (curly)
(#3248) Expected space(s) after "if". (keyword-spacing)
(#3249) Expected space(s) after "if". (keyword-spacing)
(#3252) Line 3252 exceeds the maximum line length of 132. (max-len)
(#3252) Expected space(s) after "if". (keyword-spacing)
(#3252) Statement inside of curly braces should be on next line. (brace-style)
(#3252) Expected { after 'if' condition. (curly)
(#3252) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3253) Expected { after 'if' condition. (curly)
(#3253) Expected space(s) after "if". (keyword-spacing)
(#3264) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3267) Expected space or tab after '//' in comment. (spaced-comment)
(#3270) Expected space or tab after '//' in comment. (spaced-comment)
(#3273) Expected space or tab after '//' in comment. (spaced-comment)
(#3281) Expected space or tab after '//' in comment. (spaced-comment)
(#3284) Expected space or tab after '//' in comment. (spaced-comment)
(#3287) Expected space or tab after '//' in comment. (spaced-comment)
(#3300) Expected space or tab after '//' in comment. (spaced-comment)
(#3305) Line 3305 exceeds the maximum line length of 132. (max-len)
(#3305) Expected space or tab after '//' in comment. (spaced-comment)
(#3308) Expected space or tab after '//' in comment. (spaced-comment)
(#3313) Expected space or tab after '//' in comment. (spaced-comment)
(#3314) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3316) Expected space or tab after '//' in comment. (spaced-comment)
(#3317) There should be no space after '{' (object-curly-spacing)
(#3317) There should be no space before '}' (object-curly-spacing)
(#3319) Line 3319 exceeds the maximum line length of 132. (max-len)
(#3319) Expected space or tab after '//' in comment. (spaced-comment)
(#3320) Expected space(s) after "if". (keyword-spacing)
(#3324) Expected space or tab after '//' in comment. (spaced-comment)
(#3327) Expected space or tab after '//' in comment. (spaced-comment)
(#3328) Expected { after 'if' condition. (curly)
(#3328) Expected space(s) after "if". (keyword-spacing)
(#3331) Expected space(s) after "if". (keyword-spacing)
(#3332) Expected { after 'if' condition. (curly)
(#3336) Expected space(s) after "if". (keyword-spacing)
(#3337) Expected { after 'if' condition. (curly)
(#3341) Expected space(s) after "if". (keyword-spacing)
(#3342) Expected { after 'if' condition. (curly)
(#3346) Expected space or tab after '//' in comment. (spaced-comment)
(#3347) Expected { after 'if' condition. (curly)
(#3347) Expected space(s) after "if". (keyword-spacing)
(#3350) Expected space or tab after '//' in comment. (spaced-comment)
(#3353) Expected space or tab after '//' in comment. (spaced-comment)
(#3354) Expected space(s) after "if". (keyword-spacing)
(#3354) Expected { after 'if' condition. (curly)
(#3358) Expected space or tab after '//' in comment. (spaced-comment)
(#3359) Expected space(s) after "if". (keyword-spacing)
(#3360) Line 3360 exceeds the maximum line length of 132. (max-len)
(#3360) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#3360) Statement inside of curly braces should be on next line. (brace-style)
(#3360) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3363) Expected space or tab after '//' in comment. (spaced-comment)
(#3364) Expected { after 'if' condition. (curly)
(#3364) Expected space(s) after "if". (keyword-spacing)
(#3367) Expected { after 'if' condition. (curly)
(#3373) Line 3373 exceeds the maximum line length of 132. (max-len)
(#3373) Expected space or tab after '//' in comment. (spaced-comment)
(#3378) Function '_mouseDrag' has a complexity of 26. (complexity)
(#3380) Expected space or tab after '//' in comment. (spaced-comment)
(#3388) Expected space or tab after '//' in comment. (spaced-comment)
(#3389) Expected space(s) after "if". (keyword-spacing)
(#3390) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3391) Expected space(s) after "if". (keyword-spacing)
(#3393) Expected space(s) after "if". (keyword-spacing)
(#3393) Expected { after 'if' condition. (curly)
(#3395) Expected { after 'if' condition. (curly)
(#3395) Expected space(s) after "if". (keyword-spacing)
(#3398) Expected { after 'if' condition. (curly)
(#3398) Expected space(s) after "if". (keyword-spacing)
(#3400) Expected { after 'if' condition. (curly)
(#3400) Expected space(s) after "if". (keyword-spacing)
(#3405) Expected space(s) after "if". (keyword-spacing)
(#3405) Expected { after 'if' condition. (curly)
(#3407) Expected { after 'if' condition. (curly)
(#3407) Expected space(s) after "if". (keyword-spacing)
(#3410) Expected { after 'if' condition. (curly)
(#3410) Expected space(s) after "if". (keyword-spacing)
(#3412) Expected { after 'if' condition. (curly)
(#3412) Expected space(s) after "if". (keyword-spacing)
(#3417) Expected space(s) after "if". (keyword-spacing)
(#3417) Expected { after 'if' condition. (curly)
(#3421) Expected space or tab after '//' in comment. (spaced-comment)
(#3424) Expected space or tab after '//' in comment. (spaced-comment)
(#3425) Expected space(s) after "if". (keyword-spacing)
(#3425) Expected { after 'if' condition. (curly)
(#3425) Infix operators must be spaced. (space-infix-ops)
(#3426) Expected { after 'if' condition. (curly)
(#3426) Expected space(s) after "if". (keyword-spacing)
(#3426) Infix operators must be spaced. (space-infix-ops)
(#3428) Expected space or tab after '//' in comment. (spaced-comment)
(#3431) Expected space or tab after '//' in comment. (spaced-comment)
(#3432) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3432) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3433) Expected { after 'if' condition. (curly)
(#3435) Expected space(s) after "if". (keyword-spacing)
(#3435) Expected space or tab after '//' in comment. (spaced-comment)
(#3436) Line 3436 exceeds the maximum line length of 132. (max-len)
(#3436) Expected space or tab after '//' in comment. (spaced-comment)
(#3437) Expected space or tab after '//' in comment. (spaced-comment)
(#3439) Expected space or tab after '//' in comment. (spaced-comment)
(#3455) Expected space or tab after '//' in comment. (spaced-comment)
(#3458) Expected space or tab after '//' in comment. (spaced-comment)
(#3459) Expected { after 'if' condition. (curly)
(#3459) Expected space(s) after "if". (keyword-spacing)
(#3461) Expected space or tab after '//' in comment. (spaced-comment)
(#3471) Expected { after 'if' condition. (curly)
(#3471) Expected space(s) after "if". (keyword-spacing)
(#3473) Expected space or tab after '//' in comment. (spaced-comment)
(#3474) Expected { after 'if' condition. (curly)
(#3477) Expected space(s) after "if". (keyword-spacing)
(#3484) Line 3484 exceeds the maximum line length of 132. (max-len)
(#3485) Line 3485 exceeds the maximum line length of 132. (max-len)
(#3493) Expected no return value. (consistent-return)
(#3501) Expected space(s) after "if". (keyword-spacing)
(#3503) There should be no space after '{' (object-curly-spacing)
(#3503) There should be no space before '}' (object-curly-spacing)
(#3505) Expected space(s) after "if". (keyword-spacing)
(#3505) Expected { after 'if' condition. (curly)
(#3507) Expected { after 'else'. (curly)
(#3510) Expected space or tab after '//' in comment. (spaced-comment)
(#3511) Missing space before opening brace. (space-before-blocks)
(#3513) Expected space(s) after "if". (keyword-spacing)
(#3522) Line 3522 exceeds the maximum line length of 132. (max-len)
(#3522) Expected space or tab after '//' in comment. (spaced-comment)
(#3523) Expected space(s) after "if". (keyword-spacing)
(#3523) Expected { after 'if' condition. (curly)
(#3524) Expected { after 'if' condition. (curly)
(#3524) Expected space(s) after "if". (keyword-spacing)
(#3533) Expected space(s) after "if". (keyword-spacing)
(#3551) Expected space(s) after "if". (keyword-spacing)
(#3551) Expected { after 'if' condition. (curly)
(#3551) Infix operators must be spaced. (space-infix-ops)
(#3551) Infix operators must be spaced. (space-infix-ops)
(#3551) Infix operators must be spaced. (space-infix-ops)
(#3554) Expected space(s) after "if". (keyword-spacing)
(#3567) Statement inside of curly braces should be on next line. (brace-style)
(#3567) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3590) Expected space(s) after "if". (keyword-spacing)
(#3590) There should be no spaces inside this paren. (space-in-parens)
(#3590) Multiple spaces found before 'this'. (no-multi-spaces)
(#3592) Line 3592 exceeds the maximum line length of 132. (max-len)
(#3600) There should be no spaces inside this paren. (space-in-parens)
(#3613) Expected { after 'if' condition. (curly)
(#3616) Do not nest ternary expressions (no-nested-ternary)
(#3617) There should be no spaces inside this paren. (space-in-parens)
(#3617) There should be no spaces inside this paren. (space-in-parens)
(#3618) There should be no spaces inside this paren. (space-in-parens)
(#3618) There should be no spaces inside this paren. (space-in-parens)
(#3624) Line 3624 exceeds the maximum line length of 132. (max-len)
(#3624) Infix operators must be spaced. (space-infix-ops)
(#3625) Line 3625 exceeds the maximum line length of 132. (max-len)
(#3625) Infix operators must be spaced. (space-infix-ops)
(#3632) Line 3632 exceeds the maximum line length of 132. (max-len)
(#3659) Trailing spaces not allowed. (no-trailing-spaces)
(#3662) 'self' is defined but never used (no-unused-vars)
(#3667) Expected space(s) after "if". (keyword-spacing)
(#3668) 'i' used outside of binding context. (block-scoped-var)
(#3668) 'i' used outside of binding context. (block-scoped-var)
(#3668) 'i' used outside of binding context. (block-scoped-var)
(#3668) Missing space before opening brace. (space-before-blocks)
(#3669) 'i' used outside of binding context. (block-scoped-var)
(#3670) Missing space before opening brace. (space-before-blocks)
(#3672) Expected space(s) after "if". (keyword-spacing)
(#3673) Line 3673 exceeds the maximum line length of 132. (max-len)
(#3675) Unnecessary semicolon. (no-extra-semi)
(#3676) Unnecessary semicolon. (no-extra-semi)
(#3679) Line 3679 exceeds the maximum line length of 132. (max-len)
(#3679) There should be no space after '{' (object-curly-spacing)
(#3679) There should be no space before '}' (object-curly-spacing)
(#3681) 'i' used outside of binding context. (block-scoped-var)
(#3681) 'i' is already defined (no-redeclare)
(#3681) 'i' used outside of binding context. (block-scoped-var)
(#3681) 'i' used outside of binding context. (block-scoped-var)
(#3681) Missing space before opening brace. (space-before-blocks)
(#3682) 'i' used outside of binding context. (block-scoped-var)
(#3685) Unnecessary semicolon. (no-extra-semi)
(#3695) Infix operators must be spaced. (space-infix-ops)
(#3697) Infix operators must be spaced. (space-infix-ops)
(#3698) Expected space(s) after "if". (keyword-spacing)
(#3698) Expected { after 'if' condition. (curly)
(#3699) A space is required after ','. (comma-spacing)
(#3700) Unnecessary semicolon. (no-extra-semi)
(#3702) Unnecessary semicolon. (no-extra-semi)
(#3711) 'self' is defined but never used (no-unused-vars)
(#3712) Line 3712 exceeds the maximum line length of 132. (max-len)
(#3712) There should be no space after '{' (object-curly-spacing)
(#3712) There should be no space before '}' (object-curly-spacing)
(#3715) Expected space(s) after "if". (keyword-spacing)
(#3716) 'i' used outside of binding context. (block-scoped-var)
(#3716) 'i' used outside of binding context. (block-scoped-var)
(#3716) 'i' used outside of binding context. (block-scoped-var)
(#3716) Missing space before opening brace. (space-before-blocks)
(#3717) 'i' used outside of binding context. (block-scoped-var)
(#3718) 'j' used outside of binding context. (block-scoped-var)
(#3718) 'j' used outside of binding context. (block-scoped-var)
(#3718) 'j' used outside of binding context. (block-scoped-var)
(#3718) Missing space before opening brace. (space-before-blocks)
(#3719) 'j' used outside of binding context. (block-scoped-var)
(#3720) Expected space(s) after "if". (keyword-spacing)
(#3721) Line 3721 exceeds the maximum line length of 132. (max-len)
(#3721) There should be no space after '{' (object-curly-spacing)
(#3721) There should be no space before '}' (object-curly-spacing)
(#3724) Unnecessary semicolon. (no-extra-semi)
(#3725) Unnecessary semicolon. (no-extra-semi)
(#3728) 'i' is already defined (no-redeclare)
(#3728) 'i' used outside of binding context. (block-scoped-var)
(#3728) 'i' used outside of binding context. (block-scoped-var)
(#3728) 'i' used outside of binding context. (block-scoped-var)
(#3729) 'i' used outside of binding context. (block-scoped-var)
(#3730) 'i' used outside of binding context. (block-scoped-var)
(#3732) 'j' used outside of binding context. (block-scoped-var)
(#3732) 'j' is already defined (no-redeclare)
(#3732) Infix operators must be spaced. (space-infix-ops)
(#3732) 'j' used outside of binding context. (block-scoped-var)
(#3732) 'j' used outside of binding context. (block-scoped-var)
(#3733) 'j' used outside of binding context. (block-scoped-var)
(#3743) Unnecessary semicolon. (no-extra-semi)
(#3744) Unnecessary semicolon. (no-extra-semi)
(#3750) Line 3750 exceeds the maximum line length of 132. (max-len)
(#3750) Expected space or tab after '//' in comment. (spaced-comment)
(#3751) Expected space(s) after "if". (keyword-spacing)
(#3755) 'i' used outside of binding context. (block-scoped-var)
(#3755) 'i' used outside of binding context. (block-scoped-var)
(#3755) 'i' used outside of binding context. (block-scoped-var)
(#3755) Missing space before opening brace. (space-before-blocks)
(#3756) 'i' used outside of binding context. (block-scoped-var)
(#3765) 'p' used outside of binding context. (block-scoped-var)
(#3766) 'p' used outside of binding context. (block-scoped-var)
(#3767) 'p' used outside of binding context. (block-scoped-var)
(#3768) Unnecessary semicolon. (no-extra-semi)
(#3770) Expected space(s) after "if". (keyword-spacing)
(#3773) 'i' is already defined (no-redeclare)
(#3773) 'i' used outside of binding context. (block-scoped-var)
(#3773) 'i' used outside of binding context. (block-scoped-var)
(#3773) 'i' used outside of binding context. (block-scoped-var)
(#3773) Missing space before opening brace. (space-before-blocks)
(#3774) 'p' is already defined (no-redeclare)
(#3774) 'p' used outside of binding context. (block-scoped-var)
(#3774) 'i' used outside of binding context. (block-scoped-var)
(#3775) 'i' used outside of binding context. (block-scoped-var)
(#3775) 'p' used outside of binding context. (block-scoped-var)
(#3776) 'i' used outside of binding context. (block-scoped-var)
(#3776) 'p' used outside of binding context. (block-scoped-var)
(#3777) 'i' used outside of binding context. (block-scoped-var)
(#3777) 'i' used outside of binding context. (block-scoped-var)
(#3778) 'i' used outside of binding context. (block-scoped-var)
(#3778) 'i' used outside of binding context. (block-scoped-var)
(#3779) Unnecessary semicolon. (no-extra-semi)
(#3787) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3789) Expected space(s) after "if". (keyword-spacing)
(#3795) Infix operators must be spaced. (space-infix-ops)
(#3798) Expected { after 'if' condition. (curly)
(#3798) Expected space(s) after "if". (keyword-spacing)
(#3807) Expected { after 'if' condition. (curly)
(#3807) Expected space(s) after "if". (keyword-spacing)
(#3809) Line 3809 exceeds the maximum line length of 132. (max-len)
(#3809) Expected space or tab after '//' in comment. (spaced-comment)
(#3810) Line 3810 exceeds the maximum line length of 132. (max-len)
(#3810) Expected space(s) after "if". (keyword-spacing)
(#3810) Statement inside of curly braces should be on next line. (brace-style)
(#3810) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3810) Infix operators must be spaced. (space-infix-ops)
(#3810) Infix operators must be spaced. (space-infix-ops)
(#3810) Unnecessary semicolon. (no-extra-semi)
(#3811) Line 3811 exceeds the maximum line length of 132. (max-len)
(#3811) Expected space(s) after "if". (keyword-spacing)
(#3811) Statement inside of curly braces should be on next line. (brace-style)
(#3811) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3811) Infix operators must be spaced. (space-infix-ops)
(#3811) Infix operators must be spaced. (space-infix-ops)
(#3811) Unnecessary semicolon. (no-extra-semi)
(#3816) Expected space or tab after '//' in comment. (spaced-comment)
(#3819) Expected space or tab after '//' in comment. (spaced-comment)
(#3822) Expected space or tab after '//' in comment. (spaced-comment)
(#3828) Trailing spaces not allowed. (no-trailing-spaces)
(#3829) Trailing spaces not allowed. (no-trailing-spaces)
(#3830) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3830) Trailing spaces not allowed. (no-trailing-spaces)
(#3831) Trailing spaces not allowed. (no-trailing-spaces)
(#3832) Trailing spaces not allowed. (no-trailing-spaces)
(#3833) Missing space before opening brace. (space-before-blocks)
(#3835) Trailing spaces not allowed. (no-trailing-spaces)
(#3836) Expected { after 'if' condition. (curly)
(#3836) Expected space(s) after "if". (keyword-spacing)
(#3839) Expected space(s) after "if". (keyword-spacing)
(#3841) Trailing spaces not allowed. (no-trailing-spaces)
(#3842) Expected { after 'if' condition. (curly)
(#3842) Expected space(s) after "if". (keyword-spacing)
(#3845) Trailing spaces not allowed. (no-trailing-spaces)
(#3847) Trailing spaces not allowed. (no-trailing-spaces)
(#3849) Trailing spaces not allowed. (no-trailing-spaces)
(#3850) Expected space(s) after "if". (keyword-spacing)
(#3857) Trailing spaces not allowed. (no-trailing-spaces)
(#3858) Trailing spaces not allowed. (no-trailing-spaces)
(#3859) Expected space(s) after "if". (keyword-spacing)
(#3859) Expected { after 'if' condition. (curly)
(#3859) Trailing spaces not allowed. (no-trailing-spaces)
(#3862) Expected space(s) after "if". (keyword-spacing)
(#3865) Expected space(s) after "if". (keyword-spacing)
(#3865) Trailing spaces not allowed. (no-trailing-spaces)
(#3867) Expected space or tab after '//' in comment. (spaced-comment)
(#3867) Trailing spaces not allowed. (no-trailing-spaces)
(#3868) Line 3868 exceeds the maximum line length of 132. (max-len)
(#3868) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#3868) Trailing spaces not allowed. (no-trailing-spaces)
(#3869) Trailing spaces not allowed. (no-trailing-spaces)
(#3870) Expected space(s) after "if". (keyword-spacing)
(#3870) Expected { after 'if' condition. (curly)
(#3870) Trailing spaces not allowed. (no-trailing-spaces)
(#3871) Trailing spaces not allowed. (no-trailing-spaces)
(#3872) Expected space(s) after "if". (keyword-spacing)
(#3872) Trailing spaces not allowed. (no-trailing-spaces)
(#3873) Trailing spaces not allowed. (no-trailing-spaces)
(#3874) Trailing spaces not allowed. (no-trailing-spaces)
(#3875) Trailing spaces not allowed. (no-trailing-spaces)
(#3877) Expected { after 'if' condition. (curly)
(#3877) Expected space(s) after "if". (keyword-spacing)
(#3877) Expected space or tab after '//' in comment. (spaced-comment)
(#3877) Trailing spaces not allowed. (no-trailing-spaces)
(#3878) Trailing spaces not allowed. (no-trailing-spaces)
(#3880) Trailing spaces not allowed. (no-trailing-spaces)
(#3881) Line 3881 exceeds the maximum line length of 132. (max-len)
(#3881) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3881) Trailing spaces not allowed. (no-trailing-spaces)
(#3882) Trailing spaces not allowed. (no-trailing-spaces)
(#3883) Trailing spaces not allowed. (no-trailing-spaces)
(#3885) Expected space or tab after '//' in comment. (spaced-comment)
(#3885) Trailing spaces not allowed. (no-trailing-spaces)
(#3886) Trailing spaces not allowed. (no-trailing-spaces)
(#3887) Trailing spaces not allowed. (no-trailing-spaces)
(#3888) Trailing spaces not allowed. (no-trailing-spaces)
(#3890) Trailing spaces not allowed. (no-trailing-spaces)
(#3891) Trailing spaces not allowed. (no-trailing-spaces)
(#3892) Trailing spaces not allowed. (no-trailing-spaces)
(#3898) Line 3898 exceeds the maximum line length of 132. (max-len)
(#3898) Do not nest ternary expressions (no-nested-ternary)
(#3900) Expected space(s) after "if". (keyword-spacing)
(#3900) Expected { after 'if' condition. (curly)
(#3900) Expected space or tab after '//' in comment. (spaced-comment)
(#3903) Expected space(s) after "if". (keyword-spacing)
(#3903) Expected { after 'if' condition. (curly)
(#3904) Line 3904 exceeds the maximum line length of 132. (max-len)
(#3904) There should be no space after '{' (object-curly-spacing)
(#3904) There should be no space before '}' (object-curly-spacing)
(#3906) Expected { after 'if' condition. (curly)
(#3906) Expected space(s) after "if". (keyword-spacing)
(#3907) Expected { after 'if' condition. (curly)
(#3907) Expected space(s) after "if". (keyword-spacing)
(#3937) Expected space or tab after '//' in comment. (spaced-comment)
(#3945) Line 3945 exceeds the maximum line length of 132. (max-len)
(#3945) Expected space(s) after "if". (keyword-spacing)
(#3950) Line 3950 exceeds the maximum line length of 132. (max-len)
(#3950) Expected { after 'if' condition. (curly)
(#3950) Expected space(s) after "if". (keyword-spacing)
(#3950) Expected space or tab after '//' in comment. (spaced-comment)
(#3951) Expected space or tab after '//' in comment. (spaced-comment)
(#3952) There should be no space after '{' (object-curly-spacing)
(#3952) There should be no space before '}' (object-curly-spacing)
(#3955) A space is required after ','. (comma-spacing)
(#3956) A space is required after ','. (comma-spacing)
(#3963) Expected space(s) after "if". (keyword-spacing)
(#3966) A space is required after ','. (comma-spacing)
(#3967) A space is required after ','. (comma-spacing)
(#3970) There should be no space after '{' (object-curly-spacing)
(#3970) There should be no space before '}' (object-curly-spacing)
(#3977) A space is required after ','. (comma-spacing)
(#3978) A space is required after ','. (comma-spacing)
(#3992) Expected { after 'if' condition. (curly)
(#3992) Expected space(s) after "if". (keyword-spacing)
(#3993) Expected { after 'if' condition. (curly)
(#3993) Expected space(s) after "if". (keyword-spacing)
(#3997) Line 3997 exceeds the maximum line length of 132. (max-len)
(#4000) Expected space(s) after "if". (keyword-spacing)
(#4006) Line 4006 exceeds the maximum line length of 132. (max-len)
(#4006) A space is required after ','. (comma-spacing)
(#4006) A space is required after ','. (comma-spacing)
(#4007) Line 4007 exceeds the maximum line length of 132. (max-len)
(#4007) A space is required after ','. (comma-spacing)
(#4007) A space is required after ','. (comma-spacing)
(#4008) Line 4008 exceeds the maximum line length of 132. (max-len)
(#4008) Infix operators must be spaced. (space-infix-ops)
(#4008) A space is required after ','. (comma-spacing)
(#4008) A space is required after ','. (comma-spacing)
(#4008) A space is required after ','. (comma-spacing)
(#4009) Line 4009 exceeds the maximum line length of 132. (max-len)
(#4009) Infix operators must be spaced. (space-infix-ops)
(#4009) A space is required after ','. (comma-spacing)
(#4009) A space is required after ','. (comma-spacing)
(#4009) A space is required after ','. (comma-spacing)
(#4017) Expected { after 'if' condition. (curly)
(#4017) Expected space(s) after "if". (keyword-spacing)
(#4019) Line 4019 exceeds the maximum line length of 132. (max-len)
(#4019) 'o' is defined but never used (no-unused-vars)
(#4019) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4019) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4024) Line 4024 exceeds the maximum line length of 132. (max-len)
(#4025) Line 4025 exceeds the maximum line length of 132. (max-len)
(#4026) Line 4026 exceeds the maximum line length of 132. (max-len)
(#4026) There should be no spaces inside this paren. (space-in-parens)
(#4026) Do not nest ternary expressions (no-nested-ternary)
(#4026) There should be no spaces inside this paren. (space-in-parens)
(#4026) There should be no spaces inside this paren. (space-in-parens)
(#4026) There should be no spaces inside this paren. (space-in-parens)
(#4030) Line 4030 exceeds the maximum line length of 132. (max-len)
(#4031) Line 4031 exceeds the maximum line length of 132. (max-len)
(#4032) Line 4032 exceeds the maximum line length of 132. (max-len)
(#4032) There should be no spaces inside this paren. (space-in-parens)
(#4032) Do not nest ternary expressions (no-nested-ternary)
(#4032) There should be no spaces inside this paren. (space-in-parens)
(#4038) Function '_generatePosition' has a complexity of 24. (complexity)
(#4040) Line 4040 exceeds the maximum line length of 132. (max-len)
(#4040) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4040) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4046) Expected space(s) after "if". (keyword-spacing)
(#4058) Expected space(s) after "if". (keyword-spacing)
(#4058) Expected space or tab after '//' in comment. (spaced-comment)
(#4060) Expected space(s) after "if". (keyword-spacing)
(#4061) Expected { after 'if' condition. (curly)
(#4061) Expected space(s) after "if". (keyword-spacing)
(#4062) Expected space(s) after "if". (keyword-spacing)
(#4062) Expected { after 'if' condition. (curly)
(#4063) Expected space(s) after "if". (keyword-spacing)
(#4063) Expected { after 'if' condition. (curly)
(#4064) Expected { after 'if' condition. (curly)
(#4064) Expected space(s) after "if". (keyword-spacing)
(#4067) Expected space(s) after "if". (keyword-spacing)
(#4069) Line 4069 exceeds the maximum line length of 132. (max-len)
(#4069) Do not nest ternary expressions (no-nested-ternary)
(#4069) Do not nest ternary expressions (no-nested-ternary)
(#4072) Line 4072 exceeds the maximum line length of 132. (max-len)
(#4072) Do not nest ternary expressions (no-nested-ternary)
(#4072) Do not nest ternary expressions (no-nested-ternary)
(#4081) Line 4081 exceeds the maximum line length of 132. (max-len)
(#4082) Line 4082 exceeds the maximum line length of 132. (max-len)
(#4083) Line 4083 exceeds the maximum line length of 132. (max-len)
(#4083) Do not nest ternary expressions (no-nested-ternary)
(#4083) There should be no spaces inside this paren. (space-in-parens)
(#4083) Do not nest ternary expressions (no-nested-ternary)
(#4083) There should be no spaces inside this paren. (space-in-parens)
(#4083) There should be no spaces inside this paren. (space-in-parens)
(#4083) There should be no spaces inside this paren. (space-in-parens)
(#4088) Line 4088 exceeds the maximum line length of 132. (max-len)
(#4089) Line 4089 exceeds the maximum line length of 132. (max-len)
(#4090) Line 4090 exceeds the maximum line length of 132. (max-len)
(#4090) Do not nest ternary expressions (no-nested-ternary)
(#4090) There should be no spaces inside this paren. (space-in-parens)
(#4090) Do not nest ternary expressions (no-nested-ternary)
(#4090) There should be no spaces inside this paren. (space-in-parens)
(#4098) Line 4098 exceeds the maximum line length of 132. (max-len)
(#4098) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4100) Expected space or tab after '//' in comment. (spaced-comment)
(#4106) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4109) Expected space(s) after "if". (keyword-spacing)
(#4109) Expected { after 'if' condition. (curly)
(#4109) Expected space or tab after '//' in comment. (spaced-comment)
(#4110) A space is required after ','. (comma-spacing)
(#4114) Function '_clear' has a complexity of 28. (complexity)
(#4119) 'self' is defined but never used (no-unused-vars)
(#4119) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4123) Expected space(s) after "if". (keyword-spacing)
(#4123) Expected { after 'if' condition. (curly)
(#4126) Expected space(s) after "if". (keyword-spacing)
(#4127) Expected space(s) after "for". (keyword-spacing)
(#4127) 'i' used outside of binding context. (block-scoped-var)
(#4127) 'i' used outside of binding context. (block-scoped-var)
(#4127) 'i' used outside of binding context. (block-scoped-var)
(#4127) 'i' used outside of binding context. (block-scoped-var)
(#4128) Expected { after 'if' condition. (curly)
(#4128) Expected space(s) after "if". (keyword-spacing)
(#4128) 'i' used outside of binding context. (block-scoped-var)
(#4128) 'i' used outside of binding context. (block-scoped-var)
(#4128) 'i' used outside of binding context. (block-scoped-var)
(#4128) 'i' used outside of binding context. (block-scoped-var)
(#4128) 'i' used outside of binding context. (block-scoped-var)
(#4128) 'i' used outside of binding context. (block-scoped-var)
(#4128) 'i' used outside of binding context. (block-scoped-var)
(#4128) 'i' used outside of binding context. (block-scoped-var)
(#4128) 'i' used outside of binding context. (block-scoped-var)
(#4128) 'i' used outside of binding context. (block-scoped-var)
(#4128) 'i' used outside of binding context. (block-scoped-var)
(#4128) 'i' used outside of binding context. (block-scoped-var)
(#4135) Line 4135 exceeds the maximum line length of 132. (max-len)
(#4135) Expected space(s) after "if". (keyword-spacing)
(#4135) Expected { after 'if' condition. (curly)
(#4135) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4135) Statement inside of curly braces should be on next line. (brace-style)
(#4136) Line 4136 exceeds the maximum line length of 132. (max-len)
(#4136) Expected { after 'if' condition. (curly)
(#4136) Expected space(s) after "if". (keyword-spacing)
(#4136) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4136) Statement inside of curly braces should be on next line. (brace-style)
(#4136) Expected space or tab after '//' in comment. (spaced-comment)
(#4137) Expected space(s) after "if". (keyword-spacing)
(#4137) Expected space or tab after '//' in comment. (spaced-comment)
(#4138) Expected space(s) after "if". (keyword-spacing)
(#4138) Expected { after 'if' condition. (curly)
(#4138) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4138) Statement inside of curly braces should be on next line. (brace-style)
(#4139) 'i' used outside of binding context. (block-scoped-var)
(#4139) 'i' used outside of binding context. (block-scoped-var)
(#4139) 'i' used outside of binding context. (block-scoped-var)
(#4139) 'i' used outside of binding context. (block-scoped-var)
(#4139) 'i' is already defined (no-redeclare)
(#4139) 'i' used outside of binding context. (block-scoped-var)
(#4139) 'i' used outside of binding context. (block-scoped-var)
(#4139) 'i' used outside of binding context. (block-scoped-var)
(#4139) 'i' used outside of binding context. (block-scoped-var)
(#4139) 'i' used outside of binding context. (block-scoped-var)
(#4139) 'i' used outside of binding context. (block-scoped-var)
(#4139) 'i' used outside of binding context. (block-scoped-var)
(#4139) 'i' used outside of binding context. (block-scoped-var)
(#4139) Missing space before opening brace. (space-before-blocks)
(#4140) Expected space(s) after "if". (keyword-spacing)
(#4140) 'i' used outside of binding context. (block-scoped-var)
(#4140) 'i' used outside of binding context. (block-scoped-var)
(#4140) 'i' used outside of binding context. (block-scoped-var)
(#4140) 'i' used outside of binding context. (block-scoped-var)
(#4141) Line 4141 exceeds the maximum line length of 132. (max-len)
(#4141) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4141) Statement inside of curly braces should be on next line. (brace-style)
(#4141) Statement inside of curly braces should be on next line. (brace-style)
(#4141) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#4141) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4141) Multiple spaces found before '}'. (no-multi-spaces)
(#4141) 'i' used outside of binding context. (block-scoped-var)
(#4141) 'i' used outside of binding context. (block-scoped-var)
(#4141) 'i' used outside of binding context. (block-scoped-var)
(#4141) 'i' used outside of binding context. (block-scoped-var)
(#4142) Line 4142 exceeds the maximum line length of 132. (max-len)
(#4142) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4142) Statement inside of curly braces should be on next line. (brace-style)
(#4142) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#4142) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4142) Statement inside of curly braces should be on next line. (brace-style)
(#4142) Multiple spaces found before '}'. (no-multi-spaces)
(#4142) 'i' used outside of binding context. (block-scoped-var)
(#4142) 'i' used outside of binding context. (block-scoped-var)
(#4142) 'i' used outside of binding context. (block-scoped-var)
(#4142) 'i' used outside of binding context. (block-scoped-var)
(#4144) Unnecessary semicolon. (no-extra-semi)
(#4145) Unnecessary semicolon. (no-extra-semi)
(#4147) Expected space or tab after '//' in comment. (spaced-comment)
(#4148) 'i' used outside of binding context. (block-scoped-var)
(#4148) 'i' used outside of binding context. (block-scoped-var)
(#4148) 'i' used outside of binding context. (block-scoped-var)
(#4148) 'i' used outside of binding context. (block-scoped-var)
(#4148) 'i' is already defined (no-redeclare)
(#4148) 'i' used outside of binding context. (block-scoped-var)
(#4148) 'i' used outside of binding context. (block-scoped-var)
(#4148) 'i' used outside of binding context. (block-scoped-var)
(#4148) 'i' used outside of binding context. (block-scoped-var)
(#4148) 'i' used outside of binding context. (block-scoped-var)
(#4148) 'i' used outside of binding context. (block-scoped-var)
(#4148) 'i' used outside of binding context. (block-scoped-var)
(#4148) 'i' used outside of binding context. (block-scoped-var)
(#4148) Missing space before opening brace. (space-before-blocks)
(#4149) Line 4149 exceeds the maximum line length of 132. (max-len)
(#4149) Expected { after 'if' condition. (curly)
(#4149) Expected space(s) after "if". (keyword-spacing)
(#4149) Statement inside of curly braces should be on next line. (brace-style)
(#4149) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4149) Statement inside of curly braces should be on next line. (brace-style)
(#4149) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#4149) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4149) Multiple spaces found before '}'. (no-multi-spaces)
(#4149) 'i' used outside of binding context. (block-scoped-var)
(#4149) 'i' used outside of binding context. (block-scoped-var)
(#4149) 'i' used outside of binding context. (block-scoped-var)
(#4149) 'i' used outside of binding context. (block-scoped-var)
(#4150) Expected space(s) after "if". (keyword-spacing)
(#4150) 'i' used outside of binding context. (block-scoped-var)
(#4150) 'i' used outside of binding context. (block-scoped-var)
(#4150) 'i' used outside of binding context. (block-scoped-var)
(#4150) 'i' used outside of binding context. (block-scoped-var)
(#4151) Line 4151 exceeds the maximum line length of 132. (max-len)
(#4151) Statement inside of curly braces should be on next line. (brace-style)
(#4151) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4151) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#4151) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4151) Statement inside of curly braces should be on next line. (brace-style)
(#4151) Multiple spaces found before '}'. (no-multi-spaces)
(#4151) 'i' used outside of binding context. (block-scoped-var)
(#4151) 'i' used outside of binding context. (block-scoped-var)
(#4151) 'i' used outside of binding context. (block-scoped-var)
(#4151) 'i' used outside of binding context. (block-scoped-var)
(#4152) 'i' used outside of binding context. (block-scoped-var)
(#4152) 'i' used outside of binding context. (block-scoped-var)
(#4152) 'i' used outside of binding context. (block-scoped-var)
(#4152) 'i' used outside of binding context. (block-scoped-var)
(#4156) Expected space or tab after '//' in comment. (spaced-comment)
(#4157) Expected space(s) after "if". (keyword-spacing)
(#4157) Expected { after 'if' condition. (curly)
(#4157) Expected space or tab after '//' in comment. (spaced-comment)
(#4158) Expected space(s) after "if". (keyword-spacing)
(#4158) Expected { after 'if' condition. (curly)
(#4158) Expected space or tab after '//' in comment. (spaced-comment)
(#4159) Expected space(s) after "if". (keyword-spacing)
(#4159) Expected { after 'if' condition. (curly)
(#4159) Expected space or tab after '//' in comment. (spaced-comment)
(#4162) Expected space(s) after "if". (keyword-spacing)
(#4163) Expected space(s) after "if". (keyword-spacing)
(#4165) Line 4165 exceeds the maximum line length of 132. (max-len)
(#4165) 'i' used outside of binding context. (block-scoped-var)
(#4165) 'i' used outside of binding context. (block-scoped-var)
(#4165) 'i' is already defined (no-redeclare)
(#4165) 'i' used outside of binding context. (block-scoped-var)
(#4165) 'i' used outside of binding context. (block-scoped-var)
(#4165) Infix operators must be spaced. (space-infix-ops)
(#4165) 'i' used outside of binding context. (block-scoped-var)
(#4165) 'i' used outside of binding context. (block-scoped-var)
(#4165) 'i' used outside of binding context. (block-scoped-var)
(#4165) 'i' used outside of binding context. (block-scoped-var)
(#4165) 'i' used outside of binding context. (block-scoped-var)
(#4165) 'i' used outside of binding context. (block-scoped-var)
(#4165) 'i' used outside of binding context. (block-scoped-var)
(#4165) 'i' used outside of binding context. (block-scoped-var)
(#4165) Statement inside of curly braces should be on next line. (brace-style)
(#4165) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4165) 'i' used outside of binding context. (block-scoped-var)
(#4165) 'i' used outside of binding context. (block-scoped-var)
(#4165) 'i' used outside of binding context. (block-scoped-var)
(#4165) 'i' used outside of binding context. (block-scoped-var)
(#4165) Unnecessary semicolon. (no-extra-semi)
(#4165) Expected space or tab after '//' in comment. (spaced-comment)
(#4171) Expected { after 'if' condition. (curly)
(#4171) Expected space(s) after "if". (keyword-spacing)
(#4173) Line 4173 exceeds the maximum line length of 132. (max-len)
(#4173) Expected space or tab after '//' in comment. (spaced-comment)
(#4176) Expected space(s) after "if". (keyword-spacing)
(#4176) Expected { after 'if' condition. (curly)
(#4178) Expected space(s) after "if". (keyword-spacing)
(#4179) 'i' is already defined (no-redeclare)
(#4179) 'i' used outside of binding context. (block-scoped-var)
(#4179) 'i' used outside of binding context. (block-scoped-var)
(#4179) 'i' used outside of binding context. (block-scoped-var)
(#4179) 'i' used outside of binding context. (block-scoped-var)
(#4179) Infix operators must be spaced. (space-infix-ops)
(#4179) 'i' used outside of binding context. (block-scoped-var)
(#4179) 'i' used outside of binding context. (block-scoped-var)
(#4179) 'i' used outside of binding context. (block-scoped-var)
(#4179) 'i' used outside of binding context. (block-scoped-var)
(#4179) 'i' used outside of binding context. (block-scoped-var)
(#4179) 'i' used outside of binding context. (block-scoped-var)
(#4179) 'i' used outside of binding context. (block-scoped-var)
(#4179) 'i' used outside of binding context. (block-scoped-var)
(#4179) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4179) Statement inside of curly braces should be on next line. (brace-style)
(#4179) 'i' used outside of binding context. (block-scoped-var)
(#4179) 'i' used outside of binding context. (block-scoped-var)
(#4179) 'i' used outside of binding context. (block-scoped-var)
(#4179) 'i' used outside of binding context. (block-scoped-var)
(#4179) Unnecessary semicolon. (no-extra-semi)
(#4179) Expected space or tab after '//' in comment. (spaced-comment)
(#4213) 'jQuery' is not defined. (no-undef)
(#4227) There should be no spaces inside this paren. (space-in-parens)
(#4227) 'undefined' is defined but never used (no-unused-vars)
(#4227) There should be no spaces inside this paren. (space-in-parens)
(#4229) There should be no spaces inside this paren. (space-in-parens)
(#4256) There should be no spaces inside this paren. (space-in-parens)
(#4256) There should be no spaces inside this paren. (space-in-parens)
(#4259) There should be no spaces inside this paren. (space-in-parens)
(#4259) There should be no spaces inside this paren. (space-in-parens)
(#4260) There should be no spaces inside this paren. (space-in-parens)
(#4260) There should be no spaces inside this paren. (space-in-parens)
(#4262) There should be no spaces inside this paren. (space-in-parens)
(#4262) There should be no spaces inside this paren. (space-in-parens)
(#4263) There should be no spaces inside this paren. (space-in-parens)
(#4263) There should be no spaces inside this paren. (space-in-parens)
(#4264) There should be no spaces inside this paren. (space-in-parens)
(#4265) There should be no spaces inside this paren. (space-in-parens)
(#4265) There should be no spaces inside this paren. (space-in-parens)
(#4268) There should be no spaces inside this paren. (space-in-parens)
(#4268) There should be no spaces inside this paren. (space-in-parens)
(#4268) There should be no spaces inside this paren. (space-in-parens)
(#4268) There should be no spaces inside this paren. (space-in-parens)
(#4270) There should be no spaces inside this paren. (space-in-parens)
(#4271) There should be no spaces inside this paren. (space-in-parens)
(#4271) There should be no spaces inside this paren. (space-in-parens)
(#4274) There should be no spaces inside this paren. (space-in-parens)
(#4274) There should be no spaces inside this paren. (space-in-parens)
(#4274) There should be no spaces inside this paren. (space-in-parens)
(#4274) There should be no spaces inside this paren. (space-in-parens)
(#4276) There should be no spaces inside this paren. (space-in-parens)
(#4277) There should be no spaces inside this paren. (space-in-parens)
(#4277) There should be no spaces inside this paren. (space-in-parens)
(#4280) There should be no spaces inside this paren. (space-in-parens)
(#4280) There should be no spaces inside this paren. (space-in-parens)
(#4280) There should be no spaces inside this paren. (space-in-parens)
(#4280) There should be no spaces inside this paren. (space-in-parens)
(#4282) There should be no spaces inside this paren. (space-in-parens)
(#4283) There should be no spaces inside this paren. (space-in-parens)
(#4283) There should be no spaces inside this paren. (space-in-parens)
(#4286) There should be no spaces inside this paren. (space-in-parens)
(#4286) There should be no spaces inside this paren. (space-in-parens)
(#4286) There should be no spaces inside this paren. (space-in-parens)
(#4286) There should be no spaces inside this paren. (space-in-parens)
(#4290) There should be no spaces inside this paren. (space-in-parens)
(#4290) There should be no spaces inside this paren. (space-in-parens)
(#4292) There should be no spaces inside this paren. (space-in-parens)
(#4292) There should be no spaces inside this paren. (space-in-parens)
(#4293) There should be no spaces inside this paren. (space-in-parens)
(#4293) There should be no spaces inside this paren. (space-in-parens)
(#4293) There should be no spaces inside this paren. (space-in-parens)
(#4293) There should be no spaces inside this paren. (space-in-parens)
(#4293) There should be no spaces inside this paren. (space-in-parens)
(#4293) There should be no spaces inside this paren. (space-in-parens)
(#4294) There should be no spaces inside this paren. (space-in-parens)
(#4294) There should be no spaces inside this paren. (space-in-parens)
(#4295) There should be no spaces inside this paren. (space-in-parens)
(#4295) There should be no spaces inside this paren. (space-in-parens)
(#4296) There should be no spaces inside this paren. (space-in-parens)
(#4296) There should be no spaces inside this paren. (space-in-parens)
(#4301) There should be no spaces inside this paren. (space-in-parens)
(#4301) There should be no spaces inside this paren. (space-in-parens)
(#4306) There should be no spaces inside this paren. (space-in-parens)
(#4306) There should be no spaces inside this paren. (space-in-parens)
(#4307) There should be no spaces inside this paren. (space-in-parens)
(#4307) There should be no spaces inside this paren. (space-in-parens)
(#4308) There should be no spaces inside this paren. (space-in-parens)
(#4308) There should be no spaces inside this paren. (space-in-parens)
(#4309) There should be no spaces inside this paren. (space-in-parens)
(#4309) There should be no spaces inside this paren. (space-in-parens)
(#4310) There should be no spaces inside this paren. (space-in-parens)
(#4310) There should be no spaces inside this paren. (space-in-parens)
(#4314) Trailing spaces not allowed. (no-trailing-spaces)
(#4316) There should be no spaces inside this paren. (space-in-parens)
(#4316) There should be no spaces inside this paren. (space-in-parens)
(#4319) There should be no spaces inside this paren. (space-in-parens)
(#4319) There should be no spaces inside this paren. (space-in-parens)
(#4320) There should be no spaces inside this paren. (space-in-parens)
(#4320) There should be no spaces inside this paren. (space-in-parens)
(#4320) There should be no spaces inside this paren. (space-in-parens)
(#4321) There should be no spaces inside this paren. (space-in-parens)
(#4321) There should be no spaces inside this paren. (space-in-parens)
(#4324) There should be no spaces inside this paren. (space-in-parens)
(#4324) There should be no spaces inside this paren. (space-in-parens)
(#4327) There should be no spaces inside this paren. (space-in-parens)
(#4327) There should be no spaces inside this paren. (space-in-parens)
(#4337) There should be no spaces inside this paren. (space-in-parens)
(#4337) There should be no spaces inside this paren. (space-in-parens)
(#4338) There should be no spaces inside this paren. (space-in-parens)
(#4338) There should be no spaces inside this paren. (space-in-parens)
(#4338) There should be no spaces inside this paren. (space-in-parens)
(#4338) There should be no spaces inside this paren. (space-in-parens)
(#4349) There should be no spaces inside this paren. (space-in-parens)
(#4349) There should be no spaces inside this paren. (space-in-parens)
(#4350) There should be no spaces inside this paren. (space-in-parens)
(#4350) There should be no spaces inside this paren. (space-in-parens)
(#4350) There should be no spaces inside this paren. (space-in-parens)
(#4350) There should be no spaces inside this paren. (space-in-parens)
(#4353) There should be no spaces inside this paren. (space-in-parens)
(#4353) There should be no spaces inside this paren. (space-in-parens)
(#4354) There should be no spaces inside this paren. (space-in-parens)
(#4355) unnecessary '.call()'. (no-useless-call)
(#4355) There should be no spaces inside this paren. (space-in-parens)
(#4355) There should be no spaces inside this paren. (space-in-parens)
(#4363) There should be no spaces inside this paren. (space-in-parens)
(#4363) There should be no spaces inside this paren. (space-in-parens)
(#4364) There should be no spaces inside this paren. (space-in-parens)
(#4364) There should be no spaces inside this paren. (space-in-parens)
(#4365) There should be no spaces inside this paren. (space-in-parens)
(#4365) There should be no spaces inside this paren. (space-in-parens)
(#4366) There should be no spaces inside this paren. (space-in-parens)
(#4366) There should be no spaces inside this paren. (space-in-parens)
(#4367) There should be no spaces inside this paren. (space-in-parens)
(#4367) There should be no spaces inside this paren. (space-in-parens)
(#4370) There should be no spaces inside this paren. (space-in-parens)
(#4370) There should be no spaces inside this paren. (space-in-parens)
(#4375) There should be no spaces inside this paren. (space-in-parens)
(#4375) There should be no spaces inside this paren. (space-in-parens)
(#4376) There should be no spaces inside this paren. (space-in-parens)
(#4376) There should be no spaces inside this paren. (space-in-parens)
(#4383) There should be no spaces inside this paren. (space-in-parens)
(#4383) There should be no spaces inside this paren. (space-in-parens)
(#4384) There should be no spaces inside this paren. (space-in-parens)
(#4384) There should be no spaces inside this paren. (space-in-parens)
(#4387) There should be no spaces inside this paren. (space-in-parens)
(#4387) There should be no spaces inside this paren. (space-in-parens)
(#4388) Line 4388 exceeds the maximum line length of 132. (max-len)
(#4388) There should be no spaces inside this paren. (space-in-parens)
(#4388) There should be no spaces inside this paren. (space-in-parens)
(#4389) There should be no spaces inside this paren. (space-in-parens)
(#4389) There should be no spaces inside this paren. (space-in-parens)
(#4390) There should be no spaces inside this paren. (space-in-parens)
(#4390) There should be no spaces inside this paren. (space-in-parens)
(#4391) There should be no spaces inside this paren. (space-in-parens)
(#4391) There should be no spaces inside this paren. (space-in-parens)
(#4392) There should be no spaces inside this paren. (space-in-parens)
(#4392) There should be no spaces inside this paren. (space-in-parens)
(#4394) There should be no spaces inside this paren. (space-in-parens)
(#4394) There should be no spaces inside this paren. (space-in-parens)
(#4394) There should be no spaces inside this paren. (space-in-parens)
(#4394) There should be no spaces inside this paren. (space-in-parens)
(#4397) There should be no spaces inside this paren. (space-in-parens)
(#4397) There should be no spaces inside this paren. (space-in-parens)
(#4398) There should be no spaces inside this paren. (space-in-parens)
(#4398) There should be no spaces inside this paren. (space-in-parens)
(#4399) Line 4399 exceeds the maximum line length of 132. (max-len)
(#4399) There should be no spaces inside this paren. (space-in-parens)
(#4399) There should be no spaces inside this paren. (space-in-parens)
(#4400) There should be no spaces inside this paren. (space-in-parens)
(#4400) There should be no spaces inside this paren. (space-in-parens)
(#4401) There should be no spaces inside this paren. (space-in-parens)
(#4401) There should be no spaces inside this paren. (space-in-parens)
(#4404) There should be no spaces inside this paren. (space-in-parens)
(#4404) There should be no spaces inside this paren. (space-in-parens)
(#4407) There should be no spaces inside this paren. (space-in-parens)
(#4407) There should be no spaces inside this paren. (space-in-parens)
(#4408) There should be no spaces inside this paren. (space-in-parens)
(#4408) There should be no spaces inside this paren. (space-in-parens)
(#4409) Trailing spaces not allowed. (no-trailing-spaces)
(#4410) There should be no spaces inside this paren. (space-in-parens)
(#4410) There should be no spaces inside this paren. (space-in-parens)
(#4411) There should be no spaces inside this paren. (space-in-parens)
(#4411) There should be no spaces inside this paren. (space-in-parens)
(#4413) There should be no spaces inside this paren. (space-in-parens)
(#4413) There should be no spaces inside this paren. (space-in-parens)
(#4415) There should be no spaces inside this paren. (space-in-parens)
(#4415) There should be no spaces inside this paren. (space-in-parens)
(#4421) There should be no spaces inside this paren. (space-in-parens)
(#4421) There should be no spaces inside this paren. (space-in-parens)
(#4423) Unexpected newline between object and [ of property access. (no-unexpected-multiline)
(#4423) There should be no space after '[' (computed-property-spacing)
(#4423) There should be no space before ']' (computed-property-spacing)
(#4424) There should be no spaces inside this paren. (space-in-parens)
(#4428) There should be no spaces inside this paren. (space-in-parens)
(#4428) There should be no spaces inside this paren. (space-in-parens)
(#4429) There should be no spaces inside this paren. (space-in-parens)
(#4429) There should be no spaces inside this paren. (space-in-parens)
(#4435) There should be no spaces inside this paren. (space-in-parens)
(#4435) There should be no spaces inside this paren. (space-in-parens)
(#4438) There should be no spaces inside this paren. (space-in-parens)
(#4438) There should be no spaces inside this paren. (space-in-parens)
(#4441) There should be no space after '[' (computed-property-spacing)
(#4441) There should be no spaces inside this paren. (space-in-parens)
(#4441) There should be no spaces inside this paren. (space-in-parens)
(#4441) There should be no space before ']' (computed-property-spacing)
(#4445) There should be no space after '[' (computed-property-spacing)
(#4445) There should be no spaces inside this paren. (space-in-parens)
(#4445) There should be no spaces inside this paren. (space-in-parens)
(#4445) There should be no space before ']' (computed-property-spacing)
(#4449) There should be no spaces inside this paren. (space-in-parens)
(#4449) There should be no space after '{' (object-curly-spacing)
(#4449) There should be no space before '}' (object-curly-spacing)
(#4449) There should be no spaces inside this paren. (space-in-parens)
(#4453) There should be no spaces inside this paren. (space-in-parens)
(#4453) There should be no spaces inside this paren. (space-in-parens)
(#4454) There should be no spaces inside this paren. (space-in-parens)
(#4454) There should be no spaces inside this paren. (space-in-parens)
(#4454) There should be no spaces inside this paren. (space-in-parens)
(#4454) There should be no spaces inside this paren. (space-in-parens)
(#4455) There should be no spaces inside this paren. (space-in-parens)
(#4455) There should be no spaces inside this paren. (space-in-parens)
(#4455) There should be no spaces inside this paren. (space-in-parens)
(#4455) There should be no spaces inside this paren. (space-in-parens)
(#4457) Expected no return value. (consistent-return)
(#4460) Expected no return value. (consistent-return)
(#4467) There should be no spaces inside this paren. (space-in-parens)
(#4467) There should be no spaces inside this paren. (space-in-parens)
(#4468) There should be no spaces inside this paren. (space-in-parens)
(#4468) There should be no spaces inside this paren. (space-in-parens)
(#4469) There should be no spaces inside this paren. (space-in-parens)
(#4469) There should be no spaces inside this paren. (space-in-parens)
(#4470) There should be no spaces inside this paren. (space-in-parens)
(#4474) There should be no spaces inside this paren. (space-in-parens)
(#4474) 'defOverflow' used outside of binding context. (block-scoped-var)
(#4474) There should be no spaces inside this paren. (space-in-parens)
(#4478) There should be no spaces inside this paren. (space-in-parens)
(#4478) There should be no spaces inside this paren. (space-in-parens)
(#4478) There should be no spaces inside this paren. (space-in-parens)
(#4478) There should be no spaces inside this paren. (space-in-parens)
(#4483) There should be no spaces inside this paren. (space-in-parens)
(#4483) There should be no spaces inside this paren. (space-in-parens)
(#4483) There should be no spaces inside this paren. (space-in-parens)
(#4483) There should be no spaces inside this paren. (space-in-parens)
(#4484) There should be no spaces inside this paren. (space-in-parens)
(#4484) There should be no spaces inside this paren. (space-in-parens)
(#4484) There should be no spaces inside this paren. (space-in-parens)
(#4484) There should be no spaces inside this paren. (space-in-parens)
(#4484) There should be no spaces inside this paren. (space-in-parens)
(#4484) There should be no spaces inside this paren. (space-in-parens)
(#4486) There should be no spaces inside this paren. (space-in-parens)
(#4486) There should be no spaces inside this paren. (space-in-parens)
(#4487) There should be no spaces inside this paren. (space-in-parens)
(#4487) There should be no spaces inside this paren. (space-in-parens)
(#4491) There should be no spaces inside this paren. (space-in-parens)
(#4491) There should be no spaces inside this paren. (space-in-parens)
(#4491) There should be no spaces inside this paren. (space-in-parens)
(#4491) There should be no spaces inside this paren. (space-in-parens)
(#4491) There should be no spaces inside this paren. (space-in-parens)
(#4491) There should be no spaces inside this paren. (space-in-parens)
(#4493) There should be no spaces inside this paren. (space-in-parens)
(#4493) There should be no spaces inside this paren. (space-in-parens)
(#4499) There should be no spaces inside this paren. (space-in-parens)
(#4499) There should be no spaces inside this paren. (space-in-parens)
(#4503) There should be no spaces inside this paren. (space-in-parens)
(#4503) There should be no spaces inside this paren. (space-in-parens)
(#4503) There should be no space after '[' (computed-property-spacing)
(#4503) There should be no space before ']' (computed-property-spacing)
(#4504) There should be no spaces inside this paren. (space-in-parens)
(#4504) There should be no space after '{' (object-curly-spacing)
(#4504) There should be no space before '}' (object-curly-spacing)
(#4504) There should be no spaces inside this paren. (space-in-parens)
(#4509) There should be no spaces inside this paren. (space-in-parens)
(#4509) There should be no spaces inside this paren. (space-in-parens)
(#4510) Do not nest ternary expressions (no-nested-ternary)
(#4512) There should be no spaces inside this paren. (space-in-parens)
(#4512) There should be no spaces inside this paren. (space-in-parens)
(#4513) There should be no spaces inside this paren. (space-in-parens)
(#4513) There should be no spaces inside this paren. (space-in-parens)
(#4513) There should be no spaces inside this paren. (space-in-parens)
(#4513) There should be no spaces inside this paren. (space-in-parens)
(#4515) There should be no spaces inside this paren. (space-in-parens)
(#4515) There should be no spaces inside this paren. (space-in-parens)
(#4516) There should be no spaces inside this paren. (space-in-parens)
(#4516) There should be no spaces inside this paren. (space-in-parens)
(#4520) There should be no spaces inside this paren. (space-in-parens)
(#4520) There should be no spaces inside this paren. (space-in-parens)
(#4522) There should be no spaces inside this paren. (space-in-parens)
(#4522) There should be no spaces inside this paren. (space-in-parens)
(#4527) There should be no spaces inside this paren. (space-in-parens)
(#4527) There should be no spaces inside this paren. (space-in-parens)
(#4528) There should be no spaces inside this paren. (space-in-parens)
(#4528) There should be no spaces inside this paren. (space-in-parens)
(#4532) There should be no spaces inside this paren. (space-in-parens)
(#4532) There should be no spaces inside this paren. (space-in-parens)
(#4533) There should be no spaces inside this paren. (space-in-parens)
(#4533) There should be no spaces inside this paren. (space-in-parens)
(#4534) There should be no spaces inside this paren. (space-in-parens)
(#4534) There should be no spaces inside this paren. (space-in-parens)
(#4535) There should be no spaces inside this paren. (space-in-parens)
(#4535) There should be no spaces inside this paren. (space-in-parens)
(#4536) There should be no spaces inside this paren. (space-in-parens)
(#4536) There should be no spaces inside this paren. (space-in-parens)
(#4537) There should be no spaces inside this paren. (space-in-parens)
(#4537) There should be no spaces inside this paren. (space-in-parens)
(#4541) There should be no spaces inside this paren. (space-in-parens)
(#4541) There should be no spaces inside this paren. (space-in-parens)
(#4543) There should be no spaces inside this paren. (space-in-parens)
(#4543) There should be no spaces inside this paren. (space-in-parens)
(#4546) There should be no spaces inside this paren. (space-in-parens)
(#4546) There should be no spaces inside this paren. (space-in-parens)
(#4546) There should be no spaces inside this paren. (space-in-parens)
(#4546) There should be no spaces inside this paren. (space-in-parens)
(#4547) There should be no spaces inside this paren. (space-in-parens)
(#4547) There should be no spaces inside this paren. (space-in-parens)
(#4552) There should be no spaces inside this paren. (space-in-parens)
(#4552) There should be no spaces inside this paren. (space-in-parens)
(#4559) There should be no spaces inside this paren. (space-in-parens)
(#4559) There should be no spaces inside this paren. (space-in-parens)
(#4562) There should be no spaces inside this paren. (space-in-parens)
(#4562) There should be no spaces inside this paren. (space-in-parens)
(#4562) There should be no spaces inside this paren. (space-in-parens)
(#4562) There should be no spaces inside this paren. (space-in-parens)
(#4568) 'toShow' used outside of binding context. (block-scoped-var)
(#4568) 'toShow' is already defined (no-redeclare)
(#4569) 'toHide' used outside of binding context. (block-scoped-var)
(#4569) 'toHide' is already defined (no-redeclare)
(#4570) 'data' is already defined (no-redeclare)
(#4570) 'data' used outside of binding context. (block-scoped-var)
(#4574) 'toShow' used outside of binding context. (block-scoped-var)
(#4575) 'toHide' used outside of binding context. (block-scoped-var)
(#4577) There should be no spaces inside this paren. (space-in-parens)
(#4577) There should be no spaces inside this paren. (space-in-parens)
(#4577) There should be no spaces inside this paren. (space-in-parens)
(#4577) There should be no spaces inside this paren. (space-in-parens)
(#4582) There should be no spaces inside this paren. (space-in-parens)
(#4582) 'toShow' used outside of binding context. (block-scoped-var)
(#4582) 'toHide' used outside of binding context. (block-scoped-var)
(#4582) 'data' used outside of binding context. (block-scoped-var)
(#4582) There should be no spaces inside this paren. (space-in-parens)
(#4586) There should be no spaces inside this paren. (space-in-parens)
(#4586) There should be no spaces inside this paren. (space-in-parens)
(#4587) There should be no spaces inside this paren. (space-in-parens)
(#4587) There should be no spaces inside this paren. (space-in-parens)
(#4588) There should be no spaces inside this paren. (space-in-parens)
(#4588) There should be no spaces inside this paren. (space-in-parens)
(#4589) There should be no spaces inside this paren. (space-in-parens)
(#4589) There should be no spaces inside this paren. (space-in-parens)
(#4590) There should be no spaces inside this paren. (space-in-parens)
(#4590) There should be no spaces inside this paren. (space-in-parens)
(#4591) There should be no spaces inside this paren. (space-in-parens)
(#4591) There should be no spaces inside this paren. (space-in-parens)
(#4593) There should be no spaces inside this paren. (space-in-parens)
(#4593) There should be no spaces inside this paren. (space-in-parens)
(#4594) There should be no spaces inside this paren. (space-in-parens)
(#4594) There should be no spaces inside this paren. (space-in-parens)
(#4595) There should be no spaces inside this paren. (space-in-parens)
(#4595) There should be no spaces inside this paren. (space-in-parens)
(#4596) There should be no spaces inside this paren. (space-in-parens)
(#4596) There should be no spaces inside this paren. (space-in-parens)
(#4597) There should be no spaces inside this paren. (space-in-parens)
(#4597) There should be no spaces inside this paren. (space-in-parens)
(#4600) There should be no spaces inside this paren. (space-in-parens)
(#4600) There should be no spaces inside this paren. (space-in-parens)
(#4606) There should be no spaces inside this paren. (space-in-parens)
(#4606) There should be no spaces inside this paren. (space-in-parens)
(#4615) There should be no spaces inside this paren. (space-in-parens)
(#4615) There should be no spaces inside this paren. (space-in-parens)
(#4618) Expected no return value. (consistent-return)
(#4618) There should be no spaces inside this paren. (space-in-parens)
(#4618) There should be no spaces inside this paren. (space-in-parens)
(#4622) There should be no spaces inside this paren. (space-in-parens)
(#4622) There should be no spaces inside this paren. (space-in-parens)
(#4627) There should be no spaces inside this paren. (space-in-parens)
(#4627) There should be no spaces inside this paren. (space-in-parens)
(#4630) There should be no spaces inside this paren. (space-in-parens)
(#4630) There should be no spaces inside this paren. (space-in-parens)
(#4632) There should be no spaces inside this paren. (space-in-parens)
(#4632) There should be no spaces inside this paren. (space-in-parens)
(#4648) There should be no spaces inside this paren. (space-in-parens)
(#4648) There should be no spaces inside this paren. (space-in-parens)
(#4652) There should be no spaces inside this paren. (space-in-parens)
(#4652) There should be no spaces inside this paren. (space-in-parens)
(#4656) There should be no spaces inside this paren. (space-in-parens)
(#4656) There should be no spaces inside this paren. (space-in-parens)
(#4657) There should be no spaces inside this paren. (space-in-parens)
(#4657) There should be no spaces inside this paren. (space-in-parens)
(#4660) There should be no spaces inside this paren. (space-in-parens)
(#4660) There should be no spaces inside this paren. (space-in-parens)
(#4661) There should be no spaces inside this paren. (space-in-parens)
(#4661) There should be no spaces inside this paren. (space-in-parens)
(#4668) There should be no spaces inside this paren. (space-in-parens)
(#4668) There should be no space after '[' (computed-property-spacing)
(#4668) There should be no space before ']' (computed-property-spacing)
(#4668) There should be no space after '[' (computed-property-spacing)
(#4668) There should be no space before ']' (computed-property-spacing)
(#4668) There should be no spaces inside this paren. (space-in-parens)
(#4671) There should be no spaces inside this paren. (space-in-parens)
(#4671) There should be no space after '[' (computed-property-spacing)
(#4671) There should be no space before ']' (computed-property-spacing)
(#4671) There should be no spaces inside this paren. (space-in-parens)
(#4672) There should be no space after '[' (computed-property-spacing)
(#4672) There should be no space before ']' (computed-property-spacing)
(#4672) There should be no spaces inside this paren. (space-in-parens)
(#4672) There should be no spaces inside this paren. (space-in-parens)
(#4673) There should be no spaces inside this paren. (space-in-parens)
(#4680) There should be no space after '[' (computed-property-spacing)
(#4680) There should be no space before ']' (computed-property-spacing)
(#4680) There should be no spaces inside this paren. (space-in-parens)
(#4680) There should be no spaces inside this paren. (space-in-parens)
(#4682) There should be no spaces inside this paren. (space-in-parens)
(#4682) There should be no spaces inside this paren. (space-in-parens)
(#4689) There should be no spaces inside this paren. (space-in-parens)
(#4689) There should be no spaces inside this paren. (space-in-parens)
(#4709) There should be no spaces inside this paren. (space-in-parens)
(#4709) There should be no spaces inside this paren. (space-in-parens)
(#4711) There should be no spaces inside this paren. (space-in-parens)
(#4711) There should be no spaces inside this paren. (space-in-parens)
(#4715) There should be no spaces inside this paren. (space-in-parens)
(#4715) There should be no spaces inside this paren. (space-in-parens)
(#4716) There should be no spaces inside this paren. (space-in-parens)
(#4716) There should be no spaces inside this paren. (space-in-parens)
(#4723) There should be no spaces inside this paren. (space-in-parens)
(#4723) There should be no spaces inside this paren. (space-in-parens)
(#4725) There should be no spaces inside this paren. (space-in-parens)
(#4725) There should be no spaces inside this paren. (space-in-parens)
(#4729) There should be no spaces inside this paren. (space-in-parens)
(#4729) There should be no spaces inside this paren. (space-in-parens)
(#4733) There should be no spaces inside this paren. (space-in-parens)
(#4736) There should be no spaces inside this paren. (space-in-parens)
(#4736) There should be no spaces inside this paren. (space-in-parens)
(#4740) There should be no spaces inside this paren. (space-in-parens)
(#4741) There should be no spaces inside this paren. (space-in-parens)
(#4741) There should be no spaces inside this paren. (space-in-parens)
(#4746) There should be no spaces inside this paren. (space-in-parens)
(#4749) There should be no spaces inside this paren. (space-in-parens)
(#4749) There should be no spaces inside this paren. (space-in-parens)
(#4754) There should be no spaces inside this paren. (space-in-parens)
(#4757) There should be no spaces inside this paren. (space-in-parens)
(#4757) There should be no spaces inside this paren. (space-in-parens)
(#4761) There should be no space after '[' (array-bracket-spacing)
(#4761) There should be no space before ']' (array-bracket-spacing)
(#4766) There should be no spaces inside this paren. (space-in-parens)
(#4766) There should be no spaces inside this paren. (space-in-parens)
(#4766) There should be no spaces inside this paren. (space-in-parens)
(#4767) There should be no spaces inside this paren. (space-in-parens)
(#4767) There should be no spaces inside this paren. (space-in-parens)
(#4767) There should be no spaces inside this paren. (space-in-parens)
(#4767) There should be no spaces inside this paren. (space-in-parens)
(#4768) There should be no spaces inside this paren. (space-in-parens)
(#4768) There should be no spaces inside this paren. (space-in-parens)
(#4768) There should be no spaces inside this paren. (space-in-parens)
(#4768) There should be no spaces inside this paren. (space-in-parens)
(#4769) There should be no spaces inside this paren. (space-in-parens)
(#4769) There should be no spaces inside this paren. (space-in-parens)
(#4769) There should be no spaces inside this paren. (space-in-parens)
(#4769) There should be no spaces inside this paren. (space-in-parens)
(#4769) There should be no spaces inside this paren. (space-in-parens)
(#4769) There should be no spaces inside this paren. (space-in-parens)
(#4770) There should be no spaces inside this paren. (space-in-parens)
(#4770) There should be no spaces inside this paren. (space-in-parens)
(#4770) There should be no spaces inside this paren. (space-in-parens)
(#4770) There should be no spaces inside this paren. (space-in-parens)
(#4770) There should be no spaces inside this paren. (space-in-parens)
(#4770) There should be no spaces inside this paren. (space-in-parens)
(#4772) There should be no spaces inside this paren. (space-in-parens)
(#4772) There should be no spaces inside this paren. (space-in-parens)
(#4772) There should be no spaces inside this paren. (space-in-parens)
(#4773) There should be no space after '[' (computed-property-spacing)
(#4773) There should be no space before ']' (computed-property-spacing)
(#4775) There should be no spaces inside this paren. (space-in-parens)
(#4775) There should be no spaces inside this paren. (space-in-parens)
(#4775) There should be no spaces inside this paren. (space-in-parens)
(#4775) There should be no spaces inside this paren. (space-in-parens)
(#4775) There should be no spaces inside this paren. (space-in-parens)
(#4775) There should be no spaces inside this paren. (space-in-parens)
(#4776) There should be no space after '[' (computed-property-spacing)
(#4776) There should be no space before ']' (computed-property-spacing)
(#4777) There should be no space after '[' (computed-property-spacing)
(#4777) There should be no space before ']' (computed-property-spacing)
(#4778) There should be no space after '[' (computed-property-spacing)
(#4778) There should be no space before ']' (computed-property-spacing)
(#4781) There should be no space after '{' (object-curly-spacing)
(#4781) There should be no space before '}' (object-curly-spacing)
(#4783) There should be no spaces inside this paren. (space-in-parens)
(#4783) There should be no spaces inside this paren. (space-in-parens)
(#4784) There should be no spaces inside this paren. (space-in-parens)
(#4784) There should be no spaces inside this paren. (space-in-parens)
(#4786) There should be no spaces inside this paren. (space-in-parens)
(#4786) There should be no spaces inside this paren. (space-in-parens)
(#4787) There should be no spaces inside this paren. (space-in-parens)
(#4788) There should be no spaces inside this paren. (space-in-parens)
(#4788) There should be no spaces inside this paren. (space-in-parens)
(#4792) There should be no spaces inside this paren. (space-in-parens)
(#4792) There should be no spaces inside this paren. (space-in-parens)
(#4793) There should be no spaces inside this paren. (space-in-parens)
(#4793) There should be no spaces inside this paren. (space-in-parens)
(#4794) There should be no spaces inside this paren. (space-in-parens)
(#4794) There should be no spaces inside this paren. (space-in-parens)
(#4794) There should be no spaces inside this paren. (space-in-parens)
(#4794) There should be no spaces inside this paren. (space-in-parens)
(#4797) There should be no space after '[' (computed-property-spacing)
(#4797) There should be no space before ']' (computed-property-spacing)
(#4797) There should be no space after '[' (computed-property-spacing)
(#4797) There should be no space before ']' (computed-property-spacing)
(#4798) There should be no spaces inside this paren. (space-in-parens)
(#4798) There should be no space after '[' (computed-property-spacing)
(#4798) There should be no space before ']' (computed-property-spacing)
(#4798) There should be no spaces inside this paren. (space-in-parens)
(#4799) There should be no space after '[' (computed-property-spacing)
(#4799) There should be no space before ']' (computed-property-spacing)
(#4804) There should be no spaces inside this paren. (space-in-parens)
(#4804) There should be no spaces inside this paren. (space-in-parens)
(#4805) There should be no spaces inside this paren. (space-in-parens)
(#4805) There should be no spaces inside this paren. (space-in-parens)
(#4815) There should be no spaces inside this paren. (space-in-parens)
(#4815) There should be no spaces inside this paren. (space-in-parens)
(#4816) There should be no spaces inside this paren. (space-in-parens)
(#4824) There should be no spaces inside this paren. (space-in-parens)
(#4824) 'jQuery' is not defined. (no-undef)
(#4824) There should be no spaces inside this paren. (space-in-parens)
(#4839) There should be no spaces inside this paren. (space-in-parens)
(#4839) 'undefined' is defined but never used (no-unused-vars)
(#4839) There should be no spaces inside this paren. (space-in-parens)
(#4844) There should be no spaces inside this paren. (space-in-parens)
(#4862) There should be no space after '[' (computed-property-spacing)
(#4862) There should be no space before ']' (computed-property-spacing)
(#4866) There should be no spaces inside this paren. (space-in-parens)
(#4866) There should be no spaces inside this paren. (space-in-parens)
(#4867) There should be no spaces inside this paren. (space-in-parens)
(#4867) There should be no spaces inside this paren. (space-in-parens)
(#4874) There should be no spaces inside this paren. (space-in-parens)
(#4874) There should be no spaces inside this paren. (space-in-parens)
(#4874) There should be no spaces inside this paren. (space-in-parens)
(#4875) There should be no spaces inside this paren. (space-in-parens)
(#4875) There should be no spaces inside this paren. (space-in-parens)
(#4875) There should be no spaces inside this paren. (space-in-parens)
(#4875) There should be no spaces inside this paren. (space-in-parens)
(#4881) Expected space(s) after "switch". (keyword-spacing)
(#4881) There should be no spaces inside this paren. (space-in-parens)
(#4881) There should be no spaces inside this paren. (space-in-parens)
(#4883) There should be no spaces inside this paren. (space-in-parens)
(#4883) There should be no spaces inside this paren. (space-in-parens)
(#4886) There should be no spaces inside this paren. (space-in-parens)
(#4886) There should be no spaces inside this paren. (space-in-parens)
(#4889) There should be no spaces inside this paren. (space-in-parens)
(#4889) There should be no spaces inside this paren. (space-in-parens)
(#4894) There should be no spaces inside this paren. (space-in-parens)
(#4894) There should be no spaces inside this paren. (space-in-parens)
(#4901) There should be no spaces inside this paren. (space-in-parens)
(#4901) There should be no spaces inside this paren. (space-in-parens)
(#4907) Expected space or tab after '//' in comment. (spaced-comment)
(#4908) Expected a 'break' statement before 'case'. (no-fallthrough)
(#4909) There should be no spaces inside this paren. (space-in-parens)
(#4909) There should be no spaces inside this paren. (space-in-parens)
(#4912) There should be no spaces inside this paren. (space-in-parens)
(#4912) There should be no spaces inside this paren. (space-in-parens)
(#4915) There should be no spaces inside this paren. (space-in-parens)
(#4915) There should be no spaces inside this paren. (space-in-parens)
(#4916) There should be no spaces inside this paren. (space-in-parens)
(#4916) There should be no spaces inside this paren. (space-in-parens)
(#4920) There should be no spaces inside this paren. (space-in-parens)
(#4920) There should be no spaces inside this paren. (space-in-parens)
(#4923) There should be no spaces inside this paren. (space-in-parens)
(#4923) There should be no spaces inside this paren. (space-in-parens)
(#4925) There should be no spaces inside this paren. (space-in-parens)
(#4925) There should be no spaces inside this paren. (space-in-parens)
(#4927) There should be no spaces inside this paren. (space-in-parens)
(#4931) There should be no spaces inside this paren. (space-in-parens)
(#4931) There should be no spaces inside this paren. (space-in-parens)
(#4931) There should be no spaces inside this paren. (space-in-parens)
(#4932) There should be no spaces inside this paren. (space-in-parens)
(#4932) There should be no spaces inside this paren. (space-in-parens)
(#4937) There should be no spaces inside this paren. (space-in-parens)
(#4938) There should be no spaces inside this paren. (space-in-parens)
(#4938) There should be no spaces inside this paren. (space-in-parens)
(#4945) There should be no spaces inside this paren. (space-in-parens)
(#4945) There should be no spaces inside this paren. (space-in-parens)
(#4945) There should be no spaces inside this paren. (space-in-parens)
(#4946) There should be no spaces inside this paren. (space-in-parens)
(#4946) There should be no spaces inside this paren. (space-in-parens)
(#4950) There should be no spaces inside this paren. (space-in-parens)
(#4950) There should be no spaces inside this paren. (space-in-parens)
(#4953) There should be no spaces inside this paren. (space-in-parens)
(#4953) There should be no spaces inside this paren. (space-in-parens)
(#4954) There should be no spaces inside this paren. (space-in-parens)
(#4954) There should be no spaces inside this paren. (space-in-parens)
(#4955) There should be no spaces inside this paren. (space-in-parens)
(#4959) There should be no spaces inside this paren. (space-in-parens)
(#4959) There should be no spaces inside this paren. (space-in-parens)
(#4961) There should be no spaces inside this paren. (space-in-parens)
(#4961) There should be no spaces inside this paren. (space-in-parens)
(#4962) There should be no spaces inside this paren. (space-in-parens)
(#4962) There should be no spaces inside this paren. (space-in-parens)
(#4963) There should be no spaces inside this paren. (space-in-parens)
(#4963) There should be no spaces inside this paren. (space-in-parens)
(#4963) There should be no spaces inside this paren. (space-in-parens)
(#4963) There should be no spaces inside this paren. (space-in-parens)
(#4965) There should be no spaces inside this paren. (space-in-parens)
(#4965) There should be no spaces inside this paren. (space-in-parens)
(#4970) There should be no space after '[' (computed-property-spacing)
(#4970) There should be no space before ']' (computed-property-spacing)
(#4971) There should be no spaces inside this paren. (space-in-parens)
(#4971) There should be no spaces inside this paren. (space-in-parens)
(#4971) There should be no spaces inside this paren. (space-in-parens)
(#4971) There should be no spaces inside this paren. (space-in-parens)
(#4971) There should be no spaces inside this paren. (space-in-parens)
(#4971) There should be no spaces inside this paren. (space-in-parens)
(#4973) There should be no spaces inside this paren. (space-in-parens)
(#4973) There should be no spaces inside this paren. (space-in-parens)
(#4973) There should be no spaces inside this paren. (space-in-parens)
(#4973) There should be no spaces inside this paren. (space-in-parens)
(#4973) There should be no spaces inside this paren. (space-in-parens)
(#4974) There should be no spaces inside this paren. (space-in-parens)
(#4974) There should be no space after '[' (computed-property-spacing)
(#4974) There should be no space before ']' (computed-property-spacing)
(#4976) There should be no spaces inside this paren. (space-in-parens)
(#4976) There should be no spaces inside this paren. (space-in-parens)
(#4976) There should be no spaces inside this paren. (space-in-parens)
(#4980) There should be no spaces inside this paren. (space-in-parens)
(#4985) There should be no spaces inside this paren. (space-in-parens)
(#4985) There should be no spaces inside this paren. (space-in-parens)
(#4989) There should be no spaces inside this paren. (space-in-parens)
(#4989) There should be no spaces inside this paren. (space-in-parens)
(#4990) There should be no spaces inside this paren. (space-in-parens)
(#4990) There should be no spaces inside this paren. (space-in-parens)
(#4991) There should be no spaces inside this paren. (space-in-parens)
(#4991) There should be no spaces inside this paren. (space-in-parens)
(#4991) There should be no space after '{' (object-curly-spacing)
(#4991) There should be no space before '}' (object-curly-spacing)
(#4991) There should be no spaces inside this paren. (space-in-parens)
(#4991) There should be no spaces inside this paren. (space-in-parens)
(#4993) There should be no spaces inside this paren. (space-in-parens)
(#4993) There should be no spaces inside this paren. (space-in-parens)
(#4994) There should be no spaces inside this paren. (space-in-parens)
(#4994) There should be no spaces inside this paren. (space-in-parens)
(#4998) There should be no spaces inside this paren. (space-in-parens)
(#4998) There should be no spaces inside this paren. (space-in-parens)
(#4999) There should be no spaces inside this paren. (space-in-parens)
(#4999) There should be no spaces inside this paren. (space-in-parens)
(#5003) There should be no spaces inside this paren. (space-in-parens)
(#5003) There should be no spaces inside this paren. (space-in-parens)
(#5015) There should be no spaces inside this paren. (space-in-parens)
(#5015) There should be no spaces inside this paren. (space-in-parens)
(#5015) There should be no space after '{' (object-curly-spacing)
(#5015) There should be no space before '}' (object-curly-spacing)
(#5015) There should be no spaces inside this paren. (space-in-parens)
(#5015) There should be no spaces inside this paren. (space-in-parens)
(#5016) There should be no spaces inside this paren. (space-in-parens)
(#5016) There should be no spaces inside this paren. (space-in-parens)
(#5022) There should be no spaces inside this paren. (space-in-parens)
(#5022) There should be no spaces inside this paren. (space-in-parens)
(#5025) There should be no spaces inside this paren. (space-in-parens)
(#5025) 'ui' is defined but never used (no-unused-vars)
(#5025) There should be no spaces inside this paren. (space-in-parens)
(#5028) There should be no spaces inside this paren. (space-in-parens)
(#5029) There should be no spaces inside this paren. (space-in-parens)
(#5029) There should be no spaces inside this paren. (space-in-parens)
(#5029) There should be no spaces inside this paren. (space-in-parens)
(#5030) There should be no spaces inside this paren. (space-in-parens)
(#5030) There should be no spaces inside this paren. (space-in-parens)
(#5034) There should be no spaces inside this paren. (space-in-parens)
(#5034) There should be no spaces inside this paren. (space-in-parens)
(#5036) There should be no space after '{' (object-curly-spacing)
(#5036) There should be no space before '}' (object-curly-spacing)
(#5038) There should be no spaces inside this paren. (space-in-parens)
(#5038) There should be no spaces inside this paren. (space-in-parens)
(#5039) There should be no spaces inside this paren. (space-in-parens)
(#5039) There should be no spaces inside this paren. (space-in-parens)
(#5040) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#5046) There should be no spaces inside this paren. (space-in-parens)
(#5046) There should be no spaces inside this paren. (space-in-parens)
(#5047) There should be no spaces inside this paren. (space-in-parens)
(#5047) There should be no spaces inside this paren. (space-in-parens)
(#5048) There should be no spaces inside this paren. (space-in-parens)
(#5048) There should be no spaces inside this paren. (space-in-parens)
(#5049) There should be no spaces inside this paren. (space-in-parens)
(#5049) There should be no spaces inside this paren. (space-in-parens)
(#5050) There should be no spaces inside this paren. (space-in-parens)
(#5050) There should be no spaces inside this paren. (space-in-parens)
(#5052) There should be no spaces inside this paren. (space-in-parens)
(#5052) There should be no spaces inside this paren. (space-in-parens)
(#5055) There should be no spaces inside this paren. (space-in-parens)
(#5055) There should be no spaces inside this paren. (space-in-parens)
(#5056) There should be no spaces inside this paren. (space-in-parens)
(#5056) There should be no spaces inside this paren. (space-in-parens)
(#5057) There should be no spaces inside this paren. (space-in-parens)
(#5057) There should be no spaces inside this paren. (space-in-parens)
(#5060) There should be no spaces inside this paren. (space-in-parens)
(#5060) There should be no spaces inside this paren. (space-in-parens)
(#5061) There should be no spaces inside this paren. (space-in-parens)
(#5061) There should be no spaces inside this paren. (space-in-parens)
(#5061) There should be no spaces inside this paren. (space-in-parens)
(#5061) There should be no spaces inside this paren. (space-in-parens)
(#5061) Missing semicolon. (semi)
(#5063) There should be no spaces inside this paren. (space-in-parens)
(#5063) There should be no spaces inside this paren. (space-in-parens)
(#5072) There should be no spaces inside this paren. (space-in-parens)
(#5072) There should be no spaces inside this paren. (space-in-parens)
(#5074) There should be no spaces inside this paren. (space-in-parens)
(#5074) There should be no spaces inside this paren. (space-in-parens)
(#5075) There should be no spaces inside this paren. (space-in-parens)
(#5075) There should be no spaces inside this paren. (space-in-parens)
(#5077) There should be no spaces inside this paren. (space-in-parens)
(#5077) There should be no spaces inside this paren. (space-in-parens)
(#5079) There should be no spaces inside this paren. (space-in-parens)
(#5079) There should be no spaces inside this paren. (space-in-parens)
(#5080) There should be no spaces inside this paren. (space-in-parens)
(#5080) There should be no spaces inside this paren. (space-in-parens)
(#5088) There should be no spaces inside this paren. (space-in-parens)
(#5088) 'status' is defined but never used (no-unused-vars)
(#5088) There should be no spaces inside this paren. (space-in-parens)
(#5089) There should be no spaces inside this paren. (space-in-parens)
(#5089) There should be no spaces inside this paren. (space-in-parens)
(#5090) There should be no spaces inside this paren. (space-in-parens)
(#5090) There should be no spaces inside this paren. (space-in-parens)
(#5094) There should be no spaces inside this paren. (space-in-parens)
(#5094) There should be no spaces inside this paren. (space-in-parens)
(#5095) There should be no spaces inside this paren. (space-in-parens)
(#5095) There should be no spaces inside this paren. (space-in-parens)
(#5105) There should be no spaces inside this paren. (space-in-parens)
(#5105) There should be no spaces inside this paren. (space-in-parens)
(#5106) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#5111) There should be no spaces inside this paren. (space-in-parens)
(#5111) There should be no spaces inside this paren. (space-in-parens)
(#5112) There should be no spaces inside this paren. (space-in-parens)
(#5112) There should be no spaces inside this paren. (space-in-parens)
(#5115) There should be no spaces inside this paren. (space-in-parens)
(#5115) There should be no spaces inside this paren. (space-in-parens)
(#5116) There should be no spaces inside this paren. (space-in-parens)
(#5116) There should be no spaces inside this paren. (space-in-parens)
(#5116) There should be no spaces inside this paren. (space-in-parens)
(#5116) There should be no spaces inside this paren. (space-in-parens)
(#5117) Expected a return value. (consistent-return)
(#5120) There should be no spaces inside this paren. (space-in-parens)
(#5120) There should be no spaces inside this paren. (space-in-parens)
(#5123) There should be no spaces inside this paren. (space-in-parens)
(#5123) There should be no spaces inside this paren. (space-in-parens)
(#5125) There should be no spaces inside this paren. (space-in-parens)
(#5125) There should be no spaces inside this paren. (space-in-parens)
(#5127) There should be no spaces inside this paren. (space-in-parens)
(#5127) There should be no space after '{' (object-curly-spacing)
(#5127) There should be no space before '}' (object-curly-spacing)
(#5127) There should be no spaces inside this paren. (space-in-parens)
(#5130) There should be no spaces inside this paren. (space-in-parens)
(#5130) There should be no spaces inside this paren. (space-in-parens)
(#5131) There should be no spaces inside this paren. (space-in-parens)
(#5131) There should be no spaces inside this paren. (space-in-parens)
(#5132) There should be no spaces inside this paren. (space-in-parens)
(#5132) There should be no spaces inside this paren. (space-in-parens)
(#5133) There should be no spaces inside this paren. (space-in-parens)
(#5133) There should be no spaces inside this paren. (space-in-parens)
(#5134) There should be no spaces inside this paren. (space-in-parens)
(#5134) There should be no spaces inside this paren. (space-in-parens)
(#5139) There should be no spaces inside this paren. (space-in-parens)
(#5139) There should be no spaces inside this paren. (space-in-parens)
(#5140) There should be no spaces inside this paren. (space-in-parens)
(#5140) There should be no spaces inside this paren. (space-in-parens)
(#5144) There should be no spaces inside this paren. (space-in-parens)
(#5144) There should be no spaces inside this paren. (space-in-parens)
(#5145) There should be no spaces inside this paren. (space-in-parens)
(#5145) There should be no spaces inside this paren. (space-in-parens)
(#5146) There should be no spaces inside this paren. (space-in-parens)
(#5146) There should be no spaces inside this paren. (space-in-parens)
(#5149) There should be no spaces inside this paren. (space-in-parens)
(#5149) There should be no spaces inside this paren. (space-in-parens)
(#5152) Trailing spaces not allowed. (no-trailing-spaces)
(#5153) There should be no spaces inside this paren. (space-in-parens)
(#5153) There should be no spaces inside this paren. (space-in-parens)
(#5154) There should be no spaces inside this paren. (space-in-parens)
(#5154) There should be no spaces inside this paren. (space-in-parens)
(#5155) There should be no spaces inside this paren. (space-in-parens)
(#5155) There should be no space after '{' (object-curly-spacing)
(#5155) There should be no space before '}' (object-curly-spacing)
(#5155) There should be no spaces inside this paren. (space-in-parens)
(#5159) There should be no spaces inside this paren. (space-in-parens)
(#5159) There should be no spaces inside this paren. (space-in-parens)
(#5161) There should be no spaces inside this paren. (space-in-parens)
(#5161) There should be no spaces inside this paren. (space-in-parens)
(#5164) There should be no spaces inside this paren. (space-in-parens)
(#5165) There should be no spaces inside this paren. (space-in-parens)
(#5165) There should be no spaces inside this paren. (space-in-parens)
(#5174) There should be no spaces inside this paren. (space-in-parens)
(#5178) There should be no spaces inside this paren. (space-in-parens)
(#5178) There should be no spaces inside this paren. (space-in-parens)
(#5181) There should be no spaces inside this paren. (space-in-parens)
(#5181) There should be no spaces inside this paren. (space-in-parens)
(#5182) There should be no spaces inside this paren. (space-in-parens)
(#5182) There should be no spaces inside this paren. (space-in-parens)
(#5190) There should be no spaces inside this paren. (space-in-parens)
(#5192) There should be no spaces inside this paren. (space-in-parens)
(#5194) There should be no spaces inside this paren. (space-in-parens)
(#5194) There should be no spaces inside this paren. (space-in-parens)
(#5195) There should be no spaces inside this paren. (space-in-parens)
(#5195) There should be no spaces inside this paren. (space-in-parens)
(#5201) There should be no spaces inside this paren. (space-in-parens)
(#5202) There should be no spaces inside this paren. (space-in-parens)
(#5202) There should be no spaces inside this paren. (space-in-parens)
(#5204) There should be no spaces inside this paren. (space-in-parens)
(#5207) There should be no spaces inside this paren. (space-in-parens)
(#5207) There should be no spaces inside this paren. (space-in-parens)
(#5209) There should be no spaces inside this paren. (space-in-parens)
(#5209) There should be no spaces inside this paren. (space-in-parens)
(#5209) There should be no spaces inside this paren. (space-in-parens)
(#5210) There should be no spaces inside this paren. (space-in-parens)
(#5210) There should be no spaces inside this paren. (space-in-parens)
(#5214) There should be no spaces inside this paren. (space-in-parens)
(#5215) There should be no spaces inside this paren. (space-in-parens)
(#5215) There should be no spaces inside this paren. (space-in-parens)
(#5216) There should be no spaces inside this paren. (space-in-parens)
(#5216) There should be no spaces inside this paren. (space-in-parens)
(#5217) There should be no spaces inside this paren. (space-in-parens)
(#5217) There should be no spaces inside this paren. (space-in-parens)
(#5217) There should be no spaces inside this paren. (space-in-parens)
(#5217) There should be no spaces inside this paren. (space-in-parens)
(#5217) There should be no spaces inside this paren. (space-in-parens)
(#5217) There should be no spaces inside this paren. (space-in-parens)
(#5218) There should be no spaces inside this paren. (space-in-parens)
(#5218) There should be no spaces inside this paren. (space-in-parens)
(#5221) There should be no spaces inside this paren. (space-in-parens)
(#5221) There should be no spaces inside this paren. (space-in-parens)
(#5222) There should be no spaces inside this paren. (space-in-parens)
(#5222) There should be no spaces inside this paren. (space-in-parens)
(#5223) There should be no spaces inside this paren. (space-in-parens)
(#5223) There should be no spaces inside this paren. (space-in-parens)
(#5226) There should be no spaces inside this paren. (space-in-parens)
(#5227) There should be no spaces inside this paren. (space-in-parens)
(#5228) There should be no spaces inside this paren. (space-in-parens)
(#5228) There should be no spaces inside this paren. (space-in-parens)
(#5232) There should be no space after '[' (computed-property-spacing)
(#5232) There should be no space before ']' (computed-property-spacing)
(#5232) There should be no spaces inside this paren. (space-in-parens)
(#5232) There should be no spaces inside this paren. (space-in-parens)
(#5240) There should be no spaces inside this paren. (space-in-parens)
(#5241) There should be no spaces inside this paren. (space-in-parens)
(#5241) There should be no spaces inside this paren. (space-in-parens)
(#5245) There should be no spaces inside this paren. (space-in-parens)
(#5245) There should be no spaces inside this paren. (space-in-parens)
(#5246) There should be no spaces inside this paren. (space-in-parens)
(#5247) There should be no spaces inside this paren. (space-in-parens)
(#5247) There should be no spaces inside this paren. (space-in-parens)
(#5252) There should be no spaces inside this paren. (space-in-parens)
(#5252) 'jQuery' is not defined. (no-undef)
(#5252) There should be no spaces inside this paren. (space-in-parens)
(#5256) Trailing spaces not allowed. (no-trailing-spaces)
(#5282) There should be no spaces inside this paren. (space-in-parens)
(#5282) There should be no spaces inside this paren. (space-in-parens)
(#5283) There should be no spaces inside this paren. (space-in-parens)
(#5283) There should be no spaces inside this paren. (space-in-parens)
(#5283) There should be no spaces inside this paren. (space-in-parens)
(#5283) There should be no spaces inside this paren. (space-in-parens)
(#5283) There should be no spaces inside this paren. (space-in-parens)
(#5283) There should be no spaces inside this paren. (space-in-parens)
(#5288) There should be no spaces inside this paren. (space-in-parens)
(#5288) There should be no spaces inside this paren. (space-in-parens)
(#5292) Trailing spaces not allowed. (no-trailing-spaces)
(#5300) Trailing spaces not allowed. (no-trailing-spaces)
(#5305) There should be no spaces inside this paren. (space-in-parens)
(#5305) There should be no spaces inside this paren. (space-in-parens)
(#5306) There should be no spaces inside this paren. (space-in-parens)
(#5306) There should be no spaces inside this paren. (space-in-parens)
(#5313) There should be no spaces inside this paren. (space-in-parens)
(#5313) There should be no spaces inside this paren. (space-in-parens)
(#5330) There should be no space after '{' (object-curly-spacing)
(#5330) There should be no space before '}' (object-curly-spacing)
(#5334) Statement inside of curly braces should be on next line. (brace-style)
(#5334) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5410) 'result' is not defined. (no-undef)
(#5417) 'result' is not defined. (no-undef)
(#5418) 'result' is not defined. (no-undef)
(#5420) 'result' is not defined. (no-undef)
(#5431) There should be no spaces inside this paren. (space-in-parens)
(#5431) There should be no spaces inside this paren. (space-in-parens)
(#5432) There should be no space after '{' (object-curly-spacing)
(#5432) There should be no space before '}' (object-curly-spacing)
(#5436) 'jQuery' is not defined. (no-undef)
(#5450) There should be no spaces inside this paren. (space-in-parens)
(#5450) 'undefined' is defined but never used (no-unused-vars)
(#5450) There should be no spaces inside this paren. (space-in-parens)
(#5455) Line 5455 exceeds the maximum line length of 132. (max-len)
(#5456) There should be no spaces inside this paren. (space-in-parens)
(#5456) There should be no spaces inside this paren. (space-in-parens)
(#5457) There should be no spaces inside this paren. (space-in-parens)
(#5457) There should be no spaces inside this paren. (space-in-parens)
(#5458) There should be no spaces inside this paren. (space-in-parens)
(#5458) There should be no spaces inside this paren. (space-in-parens)
(#5458) There should be no spaces inside this paren. (space-in-parens)
(#5458) There should be no spaces inside this paren. (space-in-parens)
(#5461) There should be no spaces inside this paren. (space-in-parens)
(#5464) There should be no spaces inside this paren. (space-in-parens)
(#5464) There should be no spaces inside this paren. (space-in-parens)
(#5467) There should be no spaces inside this paren. (space-in-parens)
(#5467) There should be no spaces inside this paren. (space-in-parens)
(#5468) There should be no spaces inside this paren. (space-in-parens)
(#5468) There should be no spaces inside this paren. (space-in-parens)
(#5469) There should be no spaces inside this paren. (space-in-parens)
(#5469) There should be no spaces inside this paren. (space-in-parens)
(#5470) There should be no spaces inside this paren. (space-in-parens)
(#5470) There should be no spaces inside this paren. (space-in-parens)
(#5470) There should be no spaces inside this paren. (space-in-parens)
(#5470) There should be no spaces inside this paren. (space-in-parens)
(#5472) There should be no spaces inside this paren. (space-in-parens)
(#5472) There should be no spaces inside this paren. (space-in-parens)
(#5481) There should be no spaces inside this paren. (space-in-parens)
(#5492) There should be no spaces inside this paren. (space-in-parens)
(#5492) There should be no spaces inside this paren. (space-in-parens)
(#5493) There should be no spaces inside this paren. (space-in-parens)
(#5493) There should be no spaces inside this paren. (space-in-parens)
(#5494) There should be no spaces inside this paren. (space-in-parens)
(#5494) There should be no spaces inside this paren. (space-in-parens)
(#5496) There should be no spaces inside this paren. (space-in-parens)
(#5496) There should be no spaces inside this paren. (space-in-parens)
(#5497) There should be no spaces inside this paren. (space-in-parens)
(#5497) There should be no spaces inside this paren. (space-in-parens)
(#5501) There should be no spaces inside this paren. (space-in-parens)
(#5501) There should be no spaces inside this paren. (space-in-parens)
(#5506) There should be no spaces inside this paren. (space-in-parens)
(#5506) There should be no spaces inside this paren. (space-in-parens)
(#5509) There should be no spaces inside this paren. (space-in-parens)
(#5509) There should be no spaces inside this paren. (space-in-parens)
(#5513) There should be no spaces inside this paren. (space-in-parens)
(#5513) There should be no spaces inside this paren. (space-in-parens)
(#5513) There should be no spaces inside this paren. (space-in-parens)
(#5513) There should be no spaces inside this paren. (space-in-parens)
(#5518) There should be no spaces inside this paren. (space-in-parens)
(#5518) There should be no spaces inside this paren. (space-in-parens)
(#5519) There should be no spaces inside this paren. (space-in-parens)
(#5519) There should be no spaces inside this paren. (space-in-parens)
(#5520) There should be no spaces inside this paren. (space-in-parens)
(#5521) There should be no spaces inside this paren. (space-in-parens)
(#5521) There should be no spaces inside this paren. (space-in-parens)
(#5524) There should be no spaces inside this paren. (space-in-parens)
(#5524) There should be no spaces inside this paren. (space-in-parens)
(#5524) There should be no spaces inside this paren. (space-in-parens)
(#5524) There should be no spaces inside this paren. (space-in-parens)
(#5525) There should be no spaces inside this paren. (space-in-parens)
(#5525) There should be no spaces inside this paren. (space-in-parens)
(#5526) There should be no spaces inside this paren. (space-in-parens)
(#5526) There should be no spaces inside this paren. (space-in-parens)
(#5526) There should be no spaces inside this paren. (space-in-parens)
(#5526) There should be no spaces inside this paren. (space-in-parens)
(#5529) There should be no spaces inside this paren. (space-in-parens)
(#5530) There should be no spaces inside this paren. (space-in-parens)
(#5530) There should be no spaces inside this paren. (space-in-parens)
(#5533) There should be no spaces inside this paren. (space-in-parens)
(#5533) There should be no spaces inside this paren. (space-in-parens)
(#5533) There should be no spaces inside this paren. (space-in-parens)
(#5533) There should be no spaces inside this paren. (space-in-parens)
(#5535) There should be no spaces inside this paren. (space-in-parens)
(#5537) There should be no spaces inside this paren. (space-in-parens)
(#5537) There should be no spaces inside this paren. (space-in-parens)
(#5537) There should be no spaces inside this paren. (space-in-parens)
(#5537) There should be no spaces inside this paren. (space-in-parens)
(#5539) There should be no spaces inside this paren. (space-in-parens)
(#5540) There should be no spaces inside this paren. (space-in-parens)
(#5540) There should be no spaces inside this paren. (space-in-parens)
(#5540) There should be no spaces inside this paren. (space-in-parens)
(#5540) There should be no spaces inside this paren. (space-in-parens)
(#5543) There should be no spaces inside this paren. (space-in-parens)
(#5543) There should be no spaces inside this paren. (space-in-parens)
(#5544) There should be no spaces inside this paren. (space-in-parens)
(#5549) There should be no spaces inside this paren. (space-in-parens)
(#5549) There should be no spaces inside this paren. (space-in-parens)
(#5550) There should be no spaces inside this paren. (space-in-parens)
(#5550) Expected to return a value at the end of this function. (consistent-return)
(#5551) There should be no spaces inside this paren. (space-in-parens)
(#5551) There should be no spaces inside this paren. (space-in-parens)
(#5554) There should be no spaces inside this paren. (space-in-parens)
(#5554) There should be no spaces inside this paren. (space-in-parens)
(#5554) There should be no spaces inside this paren. (space-in-parens)
(#5554) There should be no spaces inside this paren. (space-in-parens)
(#5555) There should be no spaces inside this paren. (space-in-parens)
(#5555) There should be no spaces inside this paren. (space-in-parens)
(#5557) There should be no spaces inside this paren. (space-in-parens)
(#5557) There should be no spaces inside this paren. (space-in-parens)
(#5558) There should be no spaces inside this paren. (space-in-parens)
(#5558) Expected to return a value at the end of this function. (consistent-return)
(#5559) There should be no spaces inside this paren. (space-in-parens)
(#5559) There should be no spaces inside this paren. (space-in-parens)
(#5562) There should be no spaces inside this paren. (space-in-parens)
(#5562) There should be no spaces inside this paren. (space-in-parens)
(#5562) There should be no spaces inside this paren. (space-in-parens)
(#5562) There should be no spaces inside this paren. (space-in-parens)
(#5563) There should be no spaces inside this paren. (space-in-parens)
(#5563) There should be no spaces inside this paren. (space-in-parens)
(#5565) There should be no space after '[' (computed-property-spacing)
(#5565) There should be no space before ']' (computed-property-spacing)
(#5566) There should be no spaces inside this paren. (space-in-parens)
(#5566) There should be no spaces inside this paren. (space-in-parens)
(#5567) There should be no spaces inside this paren. (space-in-parens)
(#5567) There should be no spaces inside this paren. (space-in-parens)
(#5569) There should be no spaces inside this paren. (space-in-parens)
(#5569) There should be no spaces inside this paren. (space-in-parens)
(#5569) There should be no spaces inside this paren. (space-in-parens)
(#5569) There should be no spaces inside this paren. (space-in-parens)
(#5569) There should be no space after '[' (computed-property-spacing)
(#5569) There should be no space before ']' (computed-property-spacing)
(#5571) There should be no spaces inside this paren. (space-in-parens)
(#5571) There should be no spaces inside this paren. (space-in-parens)
(#5572) There should be no spaces inside this paren. (space-in-parens)
(#5572) There should be no spaces inside this paren. (space-in-parens)
(#5576) There should be no spaces inside this paren. (space-in-parens)
(#5576) Expected to return a value at the end of this function. (consistent-return)
(#5577) There should be no spaces inside this paren. (space-in-parens)
(#5577) There should be no spaces inside this paren. (space-in-parens)
(#5580) There should be no spaces inside this paren. (space-in-parens)
(#5580) There should be no spaces inside this paren. (space-in-parens)
(#5580) There should be no spaces inside this paren. (space-in-parens)
(#5580) There should be no spaces inside this paren. (space-in-parens)
(#5582) There should be no spaces inside this paren. (space-in-parens)
(#5582) There should be no spaces inside this paren. (space-in-parens)
(#5582) There should be no spaces inside this paren. (space-in-parens)
(#5586) There should be no spaces inside this paren. (space-in-parens)
(#5586) Expected to return a value at the end of this function. (consistent-return)
(#5587) There should be no spaces inside this paren. (space-in-parens)
(#5587) There should be no spaces inside this paren. (space-in-parens)
(#5590) There should be no spaces inside this paren. (space-in-parens)
(#5590) There should be no spaces inside this paren. (space-in-parens)
(#5590) There should be no spaces inside this paren. (space-in-parens)
(#5590) There should be no spaces inside this paren. (space-in-parens)
(#5592) There should be no spaces inside this paren. (space-in-parens)
(#5592) Expected to return a value at the end of this function. (consistent-return)
(#5593) There should be no spaces inside this paren. (space-in-parens)
(#5593) There should be no spaces inside this paren. (space-in-parens)
(#5596) There should be no spaces inside this paren. (space-in-parens)
(#5596) There should be no spaces inside this paren. (space-in-parens)
(#5597) There should be no spaces inside this paren. (space-in-parens)
(#5597) There should be no spaces inside this paren. (space-in-parens)
(#5597) There should be no spaces inside this paren. (space-in-parens)
(#5597) There should be no spaces inside this paren. (space-in-parens)
(#5600) There should be no spaces inside this paren. (space-in-parens)
(#5601) There should be no spaces inside this paren. (space-in-parens)
(#5601) There should be no spaces inside this paren. (space-in-parens)
(#5601) There should be no spaces inside this paren. (space-in-parens)
(#5601) There should be no spaces inside this paren. (space-in-parens)
(#5604) There should be no spaces inside this paren. (space-in-parens)
(#5604) There should be no spaces inside this paren. (space-in-parens)
(#5606) There should be no spaces inside this paren. (space-in-parens)
(#5606) There should be no spaces inside this paren. (space-in-parens)
(#5608) There should be no spaces inside this paren. (space-in-parens)
(#5608) There should be no spaces inside this paren. (space-in-parens)
(#5617) There should be no spaces inside this paren. (space-in-parens)
(#5617) There should be no spaces inside this paren. (space-in-parens)
(#5621) Trailing spaces not allowed. (no-trailing-spaces)
(#5622) There should be no spaces inside this paren. (space-in-parens)
(#5622) There should be no spaces inside this paren. (space-in-parens)
(#5625) There should be no spaces inside this paren. (space-in-parens)
(#5625) There should be no spaces inside this paren. (space-in-parens)
(#5628) There should be no spaces inside this paren. (space-in-parens)
(#5628) There should be no spaces inside this paren. (space-in-parens)
(#5635) Trailing spaces not allowed. (no-trailing-spaces)
(#5636) There should be no spaces inside this paren. (space-in-parens)
(#5636) There should be no spaces inside this paren. (space-in-parens)
(#5641) There should be no spaces inside this paren. (space-in-parens)
(#5641) There should be no spaces inside this paren. (space-in-parens)
(#5642) There should be no spaces inside this paren. (space-in-parens)
(#5642) There should be no spaces inside this paren. (space-in-parens)
(#5644) There should be no spaces inside this paren. (space-in-parens)
(#5644) There should be no spaces inside this paren. (space-in-parens)
(#5645) There should be no spaces inside this paren. (space-in-parens)
(#5645) There should be no spaces inside this paren. (space-in-parens)
(#5646) There should be no spaces inside this paren. (space-in-parens)
(#5646) There should be no spaces inside this paren. (space-in-parens)
(#5649) There should be no spaces inside this paren. (space-in-parens)
(#5649) There should be no spaces inside this paren. (space-in-parens)
(#5651) There should be no spaces inside this paren. (space-in-parens)
(#5651) There should be no spaces inside this paren. (space-in-parens)
(#5652) There should be no spaces inside this paren. (space-in-parens)
(#5652) There should be no spaces inside this paren. (space-in-parens)
(#5653) There should be no spaces inside this paren. (space-in-parens)
(#5653) There should be no spaces inside this paren. (space-in-parens)
(#5655) There should be no spaces inside this paren. (space-in-parens)
(#5655) There should be no spaces inside this paren. (space-in-parens)
(#5667) There should be no spaces inside this paren. (space-in-parens)
(#5667) There should be no spaces inside this paren. (space-in-parens)
(#5669) There should be no spaces inside this paren. (space-in-parens)
(#5669) There should be no spaces inside this paren. (space-in-parens)
(#5670) There should be no spaces inside this paren. (space-in-parens)
(#5670) There should be no spaces inside this paren. (space-in-parens)
(#5671) There should be no spaces inside this paren. (space-in-parens)
(#5671) There should be no spaces inside this paren. (space-in-parens)
(#5672) There should be no spaces inside this paren. (space-in-parens)
(#5672) There should be no spaces inside this paren. (space-in-parens)
(#5674) There should be no spaces inside this paren. (space-in-parens)
(#5674) There should be no spaces inside this paren. (space-in-parens)
(#5675) There should be no spaces inside this paren. (space-in-parens)
(#5675) There should be no spaces inside this paren. (space-in-parens)
(#5678) There should be no spaces inside this paren. (space-in-parens)
(#5678) There should be no spaces inside this paren. (space-in-parens)
(#5681) There should be no spaces inside this paren. (space-in-parens)
(#5681) There should be no spaces inside this paren. (space-in-parens)
(#5682) There should be no spaces inside this paren. (space-in-parens)
(#5682) There should be no spaces inside this paren. (space-in-parens)
(#5683) There should be no spaces inside this paren. (space-in-parens)
(#5683) There should be no spaces inside this paren. (space-in-parens)
(#5684) There should be no spaces inside this paren. (space-in-parens)
(#5684) There should be no spaces inside this paren. (space-in-parens)
(#5685) There should be no spaces inside this paren. (space-in-parens)
(#5685) There should be no spaces inside this paren. (space-in-parens)
(#5687) There should be no spaces inside this paren. (space-in-parens)
(#5687) There should be no spaces inside this paren. (space-in-parens)
(#5694) There should be no spaces inside this paren. (space-in-parens)
(#5694) There should be no spaces inside this paren. (space-in-parens)
(#5695) There should be no spaces inside this paren. (space-in-parens)
(#5695) There should be no spaces inside this paren. (space-in-parens)
(#5696) There should be no spaces inside this paren. (space-in-parens)
(#5696) There should be no spaces inside this paren. (space-in-parens)
(#5698) There should be no spaces inside this paren. (space-in-parens)
(#5698) There should be no spaces inside this paren. (space-in-parens)
(#5699) There should be no spaces inside this paren. (space-in-parens)
(#5699) There should be no spaces inside this paren. (space-in-parens)
(#5700) There should be no spaces inside this paren. (space-in-parens)
(#5700) There should be no spaces inside this paren. (space-in-parens)
(#5700) There should be no spaces inside this paren. (space-in-parens)
(#5700) There should be no spaces inside this paren. (space-in-parens)
(#5700) There should be no spaces inside this paren. (space-in-parens)
(#5700) There should be no spaces inside this paren. (space-in-parens)
(#5701) There should be no spaces inside this paren. (space-in-parens)
(#5701) There should be no spaces inside this paren. (space-in-parens)
(#5701) There should be no spaces inside this paren. (space-in-parens)
(#5701) There should be no spaces inside this paren. (space-in-parens)
(#5702) There should be no spaces inside this paren. (space-in-parens)
(#5702) There should be no spaces inside this paren. (space-in-parens)
(#5703) There should be no spaces inside this paren. (space-in-parens)
(#5703) There should be no spaces inside this paren. (space-in-parens)
(#5705) There should be no spaces inside this paren. (space-in-parens)
(#5705) There should be no spaces inside this paren. (space-in-parens)
(#5705) There should be no spaces inside this paren. (space-in-parens)
(#5705) There should be no spaces inside this paren. (space-in-parens)
(#5706) There should be no spaces inside this paren. (space-in-parens)
(#5706) There should be no spaces inside this paren. (space-in-parens)
(#5707) There should be no spaces inside this paren. (space-in-parens)
(#5707) There should be no spaces inside this paren. (space-in-parens)
(#5710) There should be no spaces inside this paren. (space-in-parens)
(#5710) There should be no spaces inside this paren. (space-in-parens)
(#5711) There should be no spaces inside this paren. (space-in-parens)
(#5711) There should be no spaces inside this paren. (space-in-parens)
(#5711) There should be no spaces inside this paren. (space-in-parens)
(#5711) There should be no spaces inside this paren. (space-in-parens)
(#5713) There should be no spaces inside this paren. (space-in-parens)
(#5713) There should be no spaces inside this paren. (space-in-parens)
(#5714) There should be no spaces inside this paren. (space-in-parens)
(#5714) There should be no spaces inside this paren. (space-in-parens)
(#5717) There should be no spaces inside this paren. (space-in-parens)
(#5717) There should be no spaces inside this paren. (space-in-parens)
(#5718) There should be no spaces inside this paren. (space-in-parens)
(#5718) There should be no spaces inside this paren. (space-in-parens)
(#5724) There should be no spaces inside this paren. (space-in-parens)
(#5724) There should be no spaces inside this paren. (space-in-parens)
(#5725) There should be no spaces inside this paren. (space-in-parens)
(#5725) There should be no spaces inside this paren. (space-in-parens)
(#5726) There should be no spaces inside this paren. (space-in-parens)
(#5726) There should be no spaces inside this paren. (space-in-parens)
(#5730) There should be no spaces inside this paren. (space-in-parens)
(#5730) There should be no spaces inside this paren. (space-in-parens)
(#5731) There should be no spaces inside this paren. (space-in-parens)
(#5731) There should be no spaces inside this paren. (space-in-parens)
(#5732) There should be no spaces inside this paren. (space-in-parens)
(#5732) There should be no spaces inside this paren. (space-in-parens)
(#5733) There should be no spaces inside this paren. (space-in-parens)
(#5733) There should be no spaces inside this paren. (space-in-parens)
(#5734) There should be no spaces inside this paren. (space-in-parens)
(#5734) There should be no spaces inside this paren. (space-in-parens)
(#5738) Trailing spaces not allowed. (no-trailing-spaces)
(#5740) There should be no spaces inside this paren. (space-in-parens)
(#5740) There should be no spaces inside this paren. (space-in-parens)
(#5741) There should be no spaces inside this paren. (space-in-parens)
(#5741) There should be no spaces inside this paren. (space-in-parens)
(#5742) Line 5742 exceeds the maximum line length of 132. (max-len)
(#5742) There should be no spaces inside this paren. (space-in-parens)
(#5742) There should be no spaces inside this paren. (space-in-parens)
(#5742) Do not nest ternary expressions (no-nested-ternary)
(#5742) There should be no spaces inside this paren. (space-in-parens)
(#5742) There should be no spaces inside this paren. (space-in-parens)
(#5742) There should be no spaces inside this paren. (space-in-parens)
(#5742) There should be no spaces inside this paren. (space-in-parens)
(#5745) There should be no spaces inside this paren. (space-in-parens)
(#5745) There should be no spaces inside this paren. (space-in-parens)
(#5746) There should be no spaces inside this paren. (space-in-parens)
(#5746) There should be no spaces inside this paren. (space-in-parens)
(#5749) There should be no spaces inside this paren. (space-in-parens)
(#5749) There should be no spaces inside this paren. (space-in-parens)
(#5750) There should be no spaces inside this paren. (space-in-parens)
(#5750) There should be no spaces inside this paren. (space-in-parens)
(#5753) There should be no spaces inside this paren. (space-in-parens)
(#5753) There should be no spaces inside this paren. (space-in-parens)
(#5754) There should be no spaces inside this paren. (space-in-parens)
(#5754) There should be no spaces inside this paren. (space-in-parens)
(#5756) There should be no spaces inside this paren. (space-in-parens)
(#5756) There should be no spaces inside this paren. (space-in-parens)
(#5757) There should be no spaces inside this paren. (space-in-parens)
(#5757) There should be no spaces inside this paren. (space-in-parens)
(#5761) There should be no spaces inside this paren. (space-in-parens)
(#5761) There should be no spaces inside this paren. (space-in-parens)
(#5763) There should be no spaces inside this paren. (space-in-parens)
(#5763) There should be no spaces inside this paren. (space-in-parens)
(#5763) There should be no spaces inside this paren. (space-in-parens)
(#5763) There should be no spaces inside this paren. (space-in-parens)
(#5767) There should be no spaces inside this paren. (space-in-parens)
(#5773) There should be no spaces inside this paren. (space-in-parens)
(#5773) There should be no spaces inside this paren. (space-in-parens)
(#5775) Trailing spaces not allowed. (no-trailing-spaces)
(#5780) There should be no spaces inside this paren. (space-in-parens)
(#5780) There should be no spaces inside this paren. (space-in-parens)
(#5781) There should be no spaces inside this paren. (space-in-parens)
(#5781) There should be no spaces inside this paren. (space-in-parens)
(#5782) There should be no spaces inside this paren. (space-in-parens)
(#5782) There should be no spaces inside this paren. (space-in-parens)
(#5785) There should be no spaces inside this paren. (space-in-parens)
(#5785) There should be no spaces inside this paren. (space-in-parens)
(#5787) Trailing spaces not allowed. (no-trailing-spaces)
(#5789) There should be no spaces inside this paren. (space-in-parens)
(#5789) There should be no spaces inside this paren. (space-in-parens)
(#5790) There should be no spaces inside this paren. (space-in-parens)
(#5790) There should be no spaces inside this paren. (space-in-parens)
(#5791) There should be no spaces inside this paren. (space-in-parens)
(#5791) There should be no spaces inside this paren. (space-in-parens)
(#5793) There should be no spaces inside this paren. (space-in-parens)
(#5793) There should be no spaces inside this paren. (space-in-parens)
(#5797) There should be no spaces inside this paren. (space-in-parens)
(#5797) There should be no spaces inside this paren. (space-in-parens)
(#5797) There should be no spaces inside this paren. (space-in-parens)
(#5797) There should be no spaces inside this paren. (space-in-parens)
(#5797) There should be no space after '[' (computed-property-spacing)
(#5797) There should be no space before ']' (computed-property-spacing)
(#5799) There should be no spaces inside this paren. (space-in-parens)
(#5799) There should be no spaces inside this paren. (space-in-parens)
(#5800) There should be no spaces inside this paren. (space-in-parens)
(#5800) There should be no spaces inside this paren. (space-in-parens)
(#5801) There should be no spaces inside this paren. (space-in-parens)
(#5801) There should be no spaces inside this paren. (space-in-parens)
(#5803) There should be no spaces inside this paren. (space-in-parens)
(#5803) There should be no spaces inside this paren. (space-in-parens)
(#5804) There should be no spaces inside this paren. (space-in-parens)
(#5804) There should be no spaces inside this paren. (space-in-parens)
(#5810) There should be no spaces inside this paren. (space-in-parens)
(#5810) There should be no spaces inside this paren. (space-in-parens)
(#5813) There should be no spaces inside this paren. (space-in-parens)
(#5813) There should be no spaces inside this paren. (space-in-parens)
(#5813) There should be no spaces inside this paren. (space-in-parens)
(#5813) There should be no spaces inside this paren. (space-in-parens)
(#5813) There should be no space after '[' (computed-property-spacing)
(#5813) There should be no space before ']' (computed-property-spacing)
(#5815) There should be no spaces inside this paren. (space-in-parens)
(#5815) There should be no spaces inside this paren. (space-in-parens)
(#5817) There should be no spaces inside this paren. (space-in-parens)
(#5817) There should be no spaces inside this paren. (space-in-parens)
(#5819) There should be no spaces inside this paren. (space-in-parens)
(#5819) There should be no spaces inside this paren. (space-in-parens)
(#5823) There should be no spaces inside this paren. (space-in-parens)
(#5823) 'jQuery' is not defined. (no-undef)
(#5823) There should be no spaces inside this paren. (space-in-parens)
(#5823) There should be no spaces inside this paren. (space-in-parens)
(#5842) There should be no spaces inside this paren. (space-in-parens)
(#5842) There should be no spaces inside this paren. (space-in-parens)
(#5903) There should be no spaces inside this paren. (space-in-parens)
(#5903) There should be no spaces inside this paren. (space-in-parens)
(#5926) Trailing spaces not allowed. (no-trailing-spaces)
(#5939) 'uiDialogContent' is defined but never used (no-unused-vars)
(#5982) 'uiDialogTitlebarCloseText' is defined but never used (no-unused-vars)
(#5990) 'uiDialogTitle' is defined but never used (no-unused-vars)
(#5996) Expected space or tab after '//' in comment. (spaced-comment)
(#5997) Expected space or tab after '//' in comment. (spaced-comment)
(#5998) Expected space or tab after '//' in comment. (spaced-comment)
(#6021) There should be no spaces inside this paren. (space-in-parens)
(#6021) There should be no spaces inside this paren. (space-in-parens)
(#6028) Trailing spaces not allowed. (no-trailing-spaces)
(#6054) Trailing spaces not allowed. (no-trailing-spaces)
(#6083) Expected space(s) after "if". (keyword-spacing)
(#6091) Expected no return value. (consistent-return)
(#6118) Expected space or tab after '//' in comment. (spaced-comment)
(#6120) There should be no space after '{' (object-curly-spacing)
(#6120) There should be no space before '}' (object-curly-spacing)
(#6130) Statement inside of curly braces should be on next line. (brace-style)
(#6130) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6151) Multiple spaces found before '='. (no-multi-spaces)
(#6155) Expected no return value. (consistent-return)
(#6158) Expected no return value. (consistent-return)
(#6172) Expected no return value. (consistent-return)
(#6184) There should be no spaces inside this paren. (space-in-parens)
(#6184) There should be no spaces inside this paren. (space-in-parens)
(#6185) There should be no spaces inside this paren. (space-in-parens)
(#6185) There should be no spaces inside this paren. (space-in-parens)
(#6186) There should be no spaces inside this paren. (space-in-parens)
(#6186) There should be no spaces inside this paren. (space-in-parens)
(#6198) There should be no spaces inside this paren. (space-in-parens)
(#6198) There should be no spaces inside this paren. (space-in-parens)
(#6199) There should be no space after '{' (object-curly-spacing)
(#6199) There should be no space before '}' (object-curly-spacing)
(#6202) There should be no spaces inside this paren. (space-in-parens)
(#6202) There should be no spaces inside this paren. (space-in-parens)
(#6222) Missing JSDoc comment. (require-jsdoc)
(#6263) Missing JSDoc comment. (require-jsdoc)
(#6338) Trailing spaces not allowed. (no-trailing-spaces)
(#6352) There should be no space after '{' (object-curly-spacing)
(#6352) There should be no space before '}' (object-curly-spacing)
(#6353) There should be no space after '{' (object-curly-spacing)
(#6353) There should be no space before '}' (object-curly-spacing)
(#6359) There should be no spaces inside this paren. (space-in-parens)
(#6359) There should be no spaces inside this paren. (space-in-parens)
(#6364) There should be no spaces inside this paren. (space-in-parens)
(#6364) There should be no spaces inside this paren. (space-in-parens)
(#6364) There should be no spaces inside this paren. (space-in-parens)
(#6365) There should be no spaces inside this paren. (space-in-parens)
(#6365) There should be no spaces inside this paren. (space-in-parens)
(#6366) Trailing spaces not allowed. (no-trailing-spaces)
(#6367) There should be no spaces inside this paren. (space-in-parens)
(#6367) There should be no spaces inside this paren. (space-in-parens)
(#6370) There should be no spaces inside this paren. (space-in-parens)
(#6370) There should be no spaces inside this paren. (space-in-parens)
(#6371) There should be no space after '[' (computed-property-spacing)
(#6371) There should be no space before ']' (computed-property-spacing)
(#6375) There should be no spaces inside this paren. (space-in-parens)
(#6375) There should be no spaces inside this paren. (space-in-parens)
(#6378) There should be no spaces inside this paren. (space-in-parens)
(#6378) There should be no spaces inside this paren. (space-in-parens)
(#6378) There should be no spaces inside this paren. (space-in-parens)
(#6378) There should be no spaces inside this paren. (space-in-parens)
(#6379) There should be no spaces inside this paren. (space-in-parens)
(#6379) There should be no spaces inside this paren. (space-in-parens)
(#6383) Missing space before opening brace. (space-before-blocks)
(#6388) Expected space or tab after '//' in comment. (spaced-comment)
(#6389) Expected space or tab after '//' in comment. (spaced-comment)
(#6390) Expected space or tab after '//' in comment. (spaced-comment)
(#6414) There should be no spaces inside this paren. (space-in-parens)
(#6414) There should be no spaces inside this paren. (space-in-parens)
(#6415) There should be no spaces inside this paren. (space-in-parens)
(#6415) There should be no spaces inside this paren. (space-in-parens)
(#6416) There should be no spaces inside this paren. (space-in-parens)
(#6416) There should be no spaces inside this paren. (space-in-parens)
(#6418) Trailing spaces not allowed. (no-trailing-spaces)
(#6419) There should be no spaces inside this paren. (space-in-parens)
(#6419) There should be no spaces inside this paren. (space-in-parens)
(#6428) There should be no spaces inside this paren. (space-in-parens)
(#6428) There should be no spaces inside this paren. (space-in-parens)
(#6459) There should be no spaces inside this paren. (space-in-parens)
(#6459) There should be no spaces inside this paren. (space-in-parens)
(#6479) There should be no spaces inside this paren. (space-in-parens)
(#6479) There should be no spaces inside this paren. (space-in-parens)
(#6480) Trailing spaces not allowed. (no-trailing-spaces)
(#6481) There should be no spaces inside this paren. (space-in-parens)
(#6481) There should be no spaces inside this paren. (space-in-parens)
(#6483) There should be no spaces inside this paren. (space-in-parens)
(#6483) There should be no spaces inside this paren. (space-in-parens)
(#6490) There should be no spaces inside this paren. (space-in-parens)
(#6490) There should be no spaces inside this paren. (space-in-parens)
(#6491) There should be no spaces inside this paren. (space-in-parens)
(#6491) There should be no spaces inside this paren. (space-in-parens)
(#6494) There should be no spaces inside this paren. (space-in-parens)
(#6494) There should be no spaces inside this paren. (space-in-parens)
(#6494) There should be no spaces inside this paren. (space-in-parens)
(#6494) There should be no spaces inside this paren. (space-in-parens)
(#6497) There should be no spaces inside this paren. (space-in-parens)
(#6497) There should be no spaces inside this paren. (space-in-parens)
(#6497) There should be no spaces inside this paren. (space-in-parens)
(#6497) There should be no spaces inside this paren. (space-in-parens)
(#6532) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6532) Statement inside of curly braces should be on next line. (brace-style)
(#6541) Expected to return a value at the end of this function. (consistent-return)
(#6555) Trailing spaces not allowed. (no-trailing-spaces)
(#6582) Missing space before opening brace. (space-before-blocks)
(#6591) Trailing spaces not allowed. (no-trailing-spaces)
(#6680) 'jQuery' is not defined. (no-undef)
(#6695) There should be no spaces inside this paren. (space-in-parens)
(#6695) 'undefined' is defined but never used (no-unused-vars)
(#6695) There should be no spaces inside this paren. (space-in-parens)
(#6701) There should be no spaces inside this paren. (space-in-parens)
(#6729) There should be no spaces inside this paren. (space-in-parens)
(#6733) There should be no spaces inside this paren. (space-in-parens)
(#6734) Trailing spaces not allowed. (no-trailing-spaces)
(#6735) There should be no spaces inside this paren. (space-in-parens)
(#6735) There should be no spaces inside this paren. (space-in-parens)
(#6736) There should be no spaces inside this paren. (space-in-parens)
(#6736) There should be no spaces inside this paren. (space-in-parens)
(#6741) There should be no spaces inside this paren. (space-in-parens)
(#6741) There should be no spaces inside this paren. (space-in-parens)
(#6742) There should be no spaces inside this paren. (space-in-parens)
(#6742) There should be no spaces inside this paren. (space-in-parens)
(#6743) There should be no spaces inside this paren. (space-in-parens)
(#6743) There should be no spaces inside this paren. (space-in-parens)
(#6744) There should be no spaces inside this paren. (space-in-parens)
(#6744) There should be no spaces inside this paren. (space-in-parens)
(#6745) There should be no space after '[' (array-bracket-spacing)
(#6745) There should be no space before ']' (array-bracket-spacing)
(#6747) There should be no spaces inside this paren. (space-in-parens)
(#6747) There should be no spaces inside this paren. (space-in-parens)
(#6748) There should be no space after '[' (array-bracket-spacing)
(#6748) There should be no space before ']' (array-bracket-spacing)
(#6751) There should be no spaces inside this paren. (space-in-parens)
(#6751) There should be no spaces inside this paren. (space-in-parens)
(#6755) There should be no spaces inside this paren. (space-in-parens)
(#6755) There should be no spaces inside this paren. (space-in-parens)
(#6756) There should be no spaces inside this paren. (space-in-parens)
(#6756) There should be no spaces inside this paren. (space-in-parens)
(#6758) There should be no spaces inside this paren. (space-in-parens)
(#6758) There should be no spaces inside this paren. (space-in-parens)
(#6759) There should be no spaces inside this paren. (space-in-parens)
(#6759) There should be no spaces inside this paren. (space-in-parens)
(#6764) There should be no spaces inside this paren. (space-in-parens)
(#6764) There should be no spaces inside this paren. (space-in-parens)
(#6767) There should be no spaces inside this paren. (space-in-parens)
(#6767) There should be no spaces inside this paren. (space-in-parens)
(#6767) There should be no spaces inside this paren. (space-in-parens)
(#6767) There should be no spaces inside this paren. (space-in-parens)
(#6768) There should be no spaces inside this paren. (space-in-parens)
(#6768) There should be no spaces inside this paren. (space-in-parens)
(#6769) There should be no spaces inside this paren. (space-in-parens)
(#6769) There should be no spaces inside this paren. (space-in-parens)
(#6770) There should be no spaces inside this paren. (space-in-parens)
(#6770) There should be no spaces inside this paren. (space-in-parens)
(#6773) There should be no spaces inside this paren. (space-in-parens)
(#6773) There should be no spaces inside this paren. (space-in-parens)
(#6774) There should be no spaces inside this paren. (space-in-parens)
(#6774) There should be no spaces inside this paren. (space-in-parens)
(#6775) There should be no spaces inside this paren. (space-in-parens)
(#6775) There should be no spaces inside this paren. (space-in-parens)
(#6776) There should be no spaces inside this paren. (space-in-parens)
(#6776) There should be no spaces inside this paren. (space-in-parens)
(#6777) There should be no spaces inside this paren. (space-in-parens)
(#6777) There should be no spaces inside this paren. (space-in-parens)
(#6781) There should be no spaces inside this paren. (space-in-parens)
(#6781) There should be no spaces inside this paren. (space-in-parens)
(#6782) There should be no spaces inside this paren. (space-in-parens)
(#6783) There should be no spaces inside this paren. (space-in-parens)
(#6785) There should be no spaces inside this paren. (space-in-parens)
(#6785) There should be no spaces inside this paren. (space-in-parens)
(#6787) There should be no spaces inside this paren. (space-in-parens)
(#6787) There should be no spaces inside this paren. (space-in-parens)
(#6787) There should be no spaces inside this paren. (space-in-parens)
(#6787) There should be no spaces inside this paren. (space-in-parens)
(#6788) There should be no spaces inside this paren. (space-in-parens)
(#6788) There should be no spaces inside this paren. (space-in-parens)
(#6792) There should be no spaces inside this paren. (space-in-parens)
(#6792) There should be no spaces inside this paren. (space-in-parens)
(#6793) There should be no spaces inside this paren. (space-in-parens)
(#6793) There should be no spaces inside this paren. (space-in-parens)
(#6793) There should be no spaces inside this paren. (space-in-parens)
(#6793) There should be no spaces inside this paren. (space-in-parens)
(#6796) There should be no spaces inside this paren. (space-in-parens)
(#6796) There should be no spaces inside this paren. (space-in-parens)
(#6796) There should be no spaces inside this paren. (space-in-parens)
(#6796) There should be no spaces inside this paren. (space-in-parens)
(#6799) There should be no spaces inside this paren. (space-in-parens)
(#6799) There should be no spaces inside this paren. (space-in-parens)
(#6800) There should be no spaces inside this paren. (space-in-parens)
(#6800) There should be no spaces inside this paren. (space-in-parens)
(#6800) There should be no spaces inside this paren. (space-in-parens)
(#6800) There should be no spaces inside this paren. (space-in-parens)
(#6801) There should be no spaces inside this paren. (space-in-parens)
(#6801) There should be no spaces inside this paren. (space-in-parens)
(#6801) There should be no spaces inside this paren. (space-in-parens)
(#6801) There should be no spaces inside this paren. (space-in-parens)
(#6803) There should be no spaces inside this paren. (space-in-parens)
(#6803) There should be no spaces inside this paren. (space-in-parens)
(#6807) There should be no spaces inside this paren. (space-in-parens)
(#6807) There should be no spaces inside this paren. (space-in-parens)
(#6807) There should be no spaces inside this paren. (space-in-parens)
(#6807) There should be no spaces inside this paren. (space-in-parens)
(#6810) There should be no spaces inside this paren. (space-in-parens)
(#6810) There should be no spaces inside this paren. (space-in-parens)
(#6811) There should be no spaces inside this paren. (space-in-parens)
(#6811) There should be no spaces inside this paren. (space-in-parens)
(#6811) There should be no spaces inside this paren. (space-in-parens)
(#6811) There should be no spaces inside this paren. (space-in-parens)
(#6815) Function 'anonymous' has a complexity of 23. (complexity)
(#6815) There should be no spaces inside this paren. (space-in-parens)
(#6815) There should be no spaces inside this paren. (space-in-parens)
(#6817) There should be no spaces inside this paren. (space-in-parens)
(#6817) There should be no spaces inside this paren. (space-in-parens)
(#6817) There should be no spaces inside this paren. (space-in-parens)
(#6817) There should be no spaces inside this paren. (space-in-parens)
(#6822) Trailing spaces not allowed. (no-trailing-spaces)
(#6823) There should be no spaces inside this paren. (space-in-parens)
(#6823) There should be no spaces inside this paren. (space-in-parens)
(#6826) Trailing spaces not allowed. (no-trailing-spaces)
(#6827) There should be no spaces inside this paren. (space-in-parens)
(#6827) There should be no spaces inside this paren. (space-in-parens)
(#6837) There should be no spaces inside this paren. (space-in-parens)
(#6837) There should be no spaces inside this paren. (space-in-parens)
(#6839) There should be no spaces inside this paren. (space-in-parens)
(#6839) There should be no spaces inside this paren. (space-in-parens)
(#6839) There should be no spaces inside this paren. (space-in-parens)
(#6839) There should be no spaces inside this paren. (space-in-parens)
(#6840) There should be no spaces inside this paren. (space-in-parens)
(#6840) There should be no spaces inside this paren. (space-in-parens)
(#6841) There should be no spaces inside this paren. (space-in-parens)
(#6841) There should be no spaces inside this paren. (space-in-parens)
(#6847) Trailing spaces not allowed. (no-trailing-spaces)
(#6849) There should be no spaces inside this paren. (space-in-parens)
(#6849) There should be no spaces inside this paren. (space-in-parens)
(#6850) There should be no spaces inside this paren. (space-in-parens)
(#6850) There should be no spaces inside this paren. (space-in-parens)
(#6854) Trailing spaces not allowed. (no-trailing-spaces)
(#6855) There should be no spaces inside this paren. (space-in-parens)
(#6855) There should be no spaces inside this paren. (space-in-parens)
(#6863) There should be no spaces inside this paren. (space-in-parens)
(#6863) There should be no spaces inside this paren. (space-in-parens)
(#6863) There should be no spaces inside this paren. (space-in-parens)
(#6863) There should be no spaces inside this paren. (space-in-parens)
(#6866) There should be no spaces inside this paren. (space-in-parens)
(#6866) There should be no spaces inside this paren. (space-in-parens)
(#6866) There should be no spaces inside this paren. (space-in-parens)
(#6866) There should be no spaces inside this paren. (space-in-parens)
(#6870) There should be no spaces inside this paren. (space-in-parens)
(#6870) There should be no spaces inside this paren. (space-in-parens)
(#6873) There should be no spaces inside this paren. (space-in-parens)
(#6873) There should be no spaces inside this paren. (space-in-parens)
(#6877) There should be no spaces inside this paren. (space-in-parens)
(#6877) There should be no spaces inside this paren. (space-in-parens)
(#6880) There should be no spaces inside this paren. (space-in-parens)
(#6880) There should be no spaces inside this paren. (space-in-parens)
(#6883) Trailing spaces not allowed. (no-trailing-spaces)
(#6884) There should be no spaces inside this paren. (space-in-parens)
(#6884) There should be no spaces inside this paren. (space-in-parens)
(#6885) Trailing spaces not allowed. (no-trailing-spaces)
(#6886) Expected no return value. (consistent-return)
(#6887) Trailing spaces not allowed. (no-trailing-spaces)
(#6889) There should be no spaces inside this paren. (space-in-parens)
(#6889) There should be no spaces inside this paren. (space-in-parens)
(#6890) There should be no spaces inside this paren. (space-in-parens)
(#6890) There should be no spaces inside this paren. (space-in-parens)
(#6890) There should be no spaces inside this paren. (space-in-parens)
(#6890) There should be no spaces inside this paren. (space-in-parens)
(#6891) Trailing spaces not allowed. (no-trailing-spaces)
(#6892) There should be no spaces inside this paren. (space-in-parens)
(#6892) There should be no spaces inside this paren. (space-in-parens)
(#6894) There should be no spaces inside this paren. (space-in-parens)
(#6894) There should be no spaces inside this paren. (space-in-parens)
(#6895) There should be no spaces inside this paren. (space-in-parens)
(#6895) There should be no spaces inside this paren. (space-in-parens)
(#6896) There should be no spaces inside this paren. (space-in-parens)
(#6896) There should be no spaces inside this paren. (space-in-parens)
(#6896) There should be no spaces inside this paren. (space-in-parens)
(#6896) There should be no spaces inside this paren. (space-in-parens)
(#6898) Trailing spaces not allowed. (no-trailing-spaces)
(#6911) There should be no spaces inside this paren. (space-in-parens)
(#6917) There should be no spaces inside this paren. (space-in-parens)
(#6918) There should be no spaces inside this paren. (space-in-parens)
(#6918) There should be no spaces inside this paren. (space-in-parens)
(#6919) There should be no spaces inside this paren. (space-in-parens)
(#6919) There should be no spaces inside this paren. (space-in-parens)
(#6926) There should be no spaces inside this paren. (space-in-parens)
(#6926) There should be no spaces inside this paren. (space-in-parens)
(#6938) There should be no spaces inside this paren. (space-in-parens)
(#6938) There should be no spaces inside this paren. (space-in-parens)
(#6948) There should be no space after '{' (object-curly-spacing)
(#6948) There should be no space before '}' (object-curly-spacing)
(#6949) There should be no spaces inside this paren. (space-in-parens)
(#6949) There should be no spaces inside this paren. (space-in-parens)
(#6952) There should be no spaces inside this paren. (space-in-parens)
(#6952) There should be no spaces inside this paren. (space-in-parens)
(#6953) There should be no spaces inside this paren. (space-in-parens)
(#6953) There should be no spaces inside this paren. (space-in-parens)
(#6954) There should be no spaces inside this paren. (space-in-parens)
(#6954) There should be no spaces inside this paren. (space-in-parens)
(#6956) There should be no spaces inside this paren. (space-in-parens)
(#6956) There should be no spaces inside this paren. (space-in-parens)
(#6964) Expected space(s) after "if". (keyword-spacing)
(#6964) There should be no spaces inside this paren. (space-in-parens)
(#6964) There should be no spaces inside this paren. (space-in-parens)
(#6966) There should be no spaces inside this paren. (space-in-parens)
(#6966) There should be no spaces inside this paren. (space-in-parens)
(#6969) There should be no spaces inside this paren. (space-in-parens)
(#6969) There should be no spaces inside this paren. (space-in-parens)
(#6970) There should be no spaces inside this paren. (space-in-parens)
(#6970) There should be no spaces inside this paren. (space-in-parens)
(#6978) There should be no spaces inside this paren. (space-in-parens)
(#6978) There should be no spaces inside this paren. (space-in-parens)
(#6980) Trailing spaces not allowed. (no-trailing-spaces)
(#6982) There should be no spaces inside this paren. (space-in-parens)
(#6982) There should be no spaces inside this paren. (space-in-parens)
(#6982) There should be no spaces inside this paren. (space-in-parens)
(#6982) There should be no spaces inside this paren. (space-in-parens)
(#6983) There should be no space after '{' (object-curly-spacing)
(#6983) There should be no space before '}' (object-curly-spacing)
(#6984) There should be no spaces inside this paren. (space-in-parens)
(#6984) There should be no spaces inside this paren. (space-in-parens)
(#6986) There should be no spaces inside this paren. (space-in-parens)
(#6986) There should be no spaces inside this paren. (space-in-parens)
(#6987) There should be no spaces inside this paren. (space-in-parens)
(#6987) There should be no spaces inside this paren. (space-in-parens)
(#6987) There should be no spaces inside this paren. (space-in-parens)
(#6987) There should be no spaces inside this paren. (space-in-parens)
(#6988) There should be no spaces inside this paren. (space-in-parens)
(#6988) There should be no spaces inside this paren. (space-in-parens)
(#6988) There should be no spaces inside this paren. (space-in-parens)
(#6989) There should be no spaces inside this paren. (space-in-parens)
(#6989) There should be no spaces inside this paren. (space-in-parens)
(#6989) There should be no spaces inside this paren. (space-in-parens)
(#6992) There should be no spaces inside this paren. (space-in-parens)
(#6992) There should be no spaces inside this paren. (space-in-parens)
(#6992) There should be no spaces inside this paren. (space-in-parens)
(#6992) There should be no spaces inside this paren. (space-in-parens)
(#6993) There should be no spaces inside this paren. (space-in-parens)
(#6993) There should be no spaces inside this paren. (space-in-parens)
(#6999) There should be no spaces inside this paren. (space-in-parens)
(#6999) 'event' is defined but never used (no-unused-vars)
(#6999) There should be no spaces inside this paren. (space-in-parens)
(#7003) There should be no spaces inside this paren. (space-in-parens)
(#7003) There should be no spaces inside this paren. (space-in-parens)
(#7004) There should be no space after '{' (object-curly-spacing)
(#7004) There should be no space before '}' (object-curly-spacing)
(#7005) There should be no spaces inside this paren. (space-in-parens)
(#7005) There should be no spaces inside this paren. (space-in-parens)
(#7006) Trailing spaces not allowed. (no-trailing-spaces)
(#7007) There should be no spaces inside this paren. (space-in-parens)
(#7007) There should be no spaces inside this paren. (space-in-parens)
(#7012) There should be no spaces inside this paren. (space-in-parens)
(#7012) There should be no spaces inside this paren. (space-in-parens)
(#7013) There should be no spaces inside this paren. (space-in-parens)
(#7013) There should be no spaces inside this paren. (space-in-parens)
(#7016) There should be no spaces inside this paren. (space-in-parens)
(#7016) There should be no spaces inside this paren. (space-in-parens)
(#7017) There should be no spaces inside this paren. (space-in-parens)
(#7017) There should be no spaces inside this paren. (space-in-parens)
(#7025) Trailing spaces not allowed. (no-trailing-spaces)
(#7027) There should be no spaces inside this paren. (space-in-parens)
(#7027) There should be no spaces inside this paren. (space-in-parens)
(#7030) There should be no spaces inside this paren. (space-in-parens)
(#7030) There should be no spaces inside this paren. (space-in-parens)
(#7037) There should be no spaces inside this paren. (space-in-parens)
(#7037) There should be no spaces inside this paren. (space-in-parens)
(#7039) There should be no spaces inside this paren. (space-in-parens)
(#7039) There should be no spaces inside this paren. (space-in-parens)
(#7042) There should be no spaces inside this paren. (space-in-parens)
(#7042) There should be no spaces inside this paren. (space-in-parens)
(#7045) There should be no spaces inside this paren. (space-in-parens)
(#7045) There should be no spaces inside this paren. (space-in-parens)
(#7046) There should be no spaces inside this paren. (space-in-parens)
(#7046) There should be no spaces inside this paren. (space-in-parens)
(#7049) There should be no spaces inside this paren. (space-in-parens)
(#7049) There should be no spaces inside this paren. (space-in-parens)
(#7052) There should be no spaces inside this paren. (space-in-parens)
(#7052) There should be no spaces inside this paren. (space-in-parens)
(#7059) There should be no spaces inside this paren. (space-in-parens)
(#7059) There should be no spaces inside this paren. (space-in-parens)
(#7062) There should be no spaces inside this paren. (space-in-parens)
(#7062) There should be no spaces inside this paren. (space-in-parens)
(#7064) There should be no space after '[' (computed-property-spacing)
(#7064) There should be no space before ']' (computed-property-spacing)
(#7067) There should be no spaces inside this paren. (space-in-parens)
(#7067) There should be no spaces inside this paren. (space-in-parens)
(#7068) There should be no spaces inside this paren. (space-in-parens)
(#7068) There should be no spaces inside this paren. (space-in-parens)
(#7071) There should be no spaces inside this paren. (space-in-parens)
(#7071) There should be no spaces inside this paren. (space-in-parens)
(#7074) There should be no spaces inside this paren. (space-in-parens)
(#7074) There should be no spaces inside this paren. (space-in-parens)
(#7079) There should be no spaces inside this paren. (space-in-parens)
(#7079) There should be no spaces inside this paren. (space-in-parens)
(#7080) There should be no spaces inside this paren. (space-in-parens)
(#7080) There should be no spaces inside this paren. (space-in-parens)
(#7082) There should be no spaces inside this paren. (space-in-parens)
(#7082) There should be no spaces inside this paren. (space-in-parens)
(#7082) There should be no spaces inside this paren. (space-in-parens)
(#7082) Trailing spaces not allowed. (no-trailing-spaces)
(#7083) There should be no spaces inside this paren. (space-in-parens)
(#7083) There should be no spaces inside this paren. (space-in-parens)
(#7083) There should be no spaces inside this paren. (space-in-parens)
(#7083) There should be no spaces inside this paren. (space-in-parens)
(#7083) There should be no spaces inside this paren. (space-in-parens)
(#7088) There should be no spaces inside this paren. (space-in-parens)
(#7088) There should be no spaces inside this paren. (space-in-parens)
(#7088) There should be no spaces inside this paren. (space-in-parens)
(#7088) There should be no spaces inside this paren. (space-in-parens)
(#7090) There should be no space after '[' (computed-property-spacing)
(#7090) There should be no space before ']' (computed-property-spacing)
(#7092) There should be no spaces inside this paren. (space-in-parens)
(#7093) There should be no space after '[' (computed-property-spacing)
(#7093) There should be no space before ']' (computed-property-spacing)
(#7096) There should be no spaces inside this paren. (space-in-parens)
(#7097) There should be no spaces inside this paren. (space-in-parens)
(#7097) There should be no spaces inside this paren. (space-in-parens)
(#7098) There should be no spaces inside this paren. (space-in-parens)
(#7098) There should be no spaces inside this paren. (space-in-parens)
(#7099) There should be no spaces inside this paren. (space-in-parens)
(#7099) There should be no spaces inside this paren. (space-in-parens)
(#7103) There should be no spaces inside this paren. (space-in-parens)
(#7103) There should be no spaces inside this paren. (space-in-parens)
(#7105) There should be no spaces inside this paren. (space-in-parens)
(#7106) There should be no space after '[' (computed-property-spacing)
(#7106) There should be no space before ']' (computed-property-spacing)
(#7108) There should be no spaces inside this paren. (space-in-parens)
(#7109) There should be no spaces inside this paren. (space-in-parens)
(#7109) There should be no spaces inside this paren. (space-in-parens)
(#7110) There should be no spaces inside this paren. (space-in-parens)
(#7110) There should be no spaces inside this paren. (space-in-parens)
(#7116) There should be no spaces inside this paren. (space-in-parens)
(#7116) There should be no spaces inside this paren. (space-in-parens)
(#7118) There should be no space after '[' (computed-property-spacing)
(#7118) There should be no space before ']' (computed-property-spacing)
(#7121) There should be no spaces inside this paren. (space-in-parens)
(#7121) There should be no spaces inside this paren. (space-in-parens)
(#7122) There should be no spaces inside this paren. (space-in-parens)
(#7122) There should be no spaces inside this paren. (space-in-parens)
(#7126) There should be no spaces inside this paren. (space-in-parens)
(#7126) There should be no spaces inside this paren. (space-in-parens)
(#7129) There should be no spaces inside this paren. (space-in-parens)
(#7129) There should be no spaces inside this paren. (space-in-parens)
(#7130) There should be no spaces inside this paren. (space-in-parens)
(#7130) There should be no spaces inside this paren. (space-in-parens)
(#7132) There should be no space after '[' (computed-property-spacing)
(#7132) There should be no space before ']' (computed-property-spacing)
(#7135) There should be no spaces inside this paren. (space-in-parens)
(#7135) There should be no spaces inside this paren. (space-in-parens)
(#7136) There should be no spaces inside this paren. (space-in-parens)
(#7136) There should be no spaces inside this paren. (space-in-parens)
(#7140) There should be no spaces inside this paren. (space-in-parens)
(#7140) There should be no spaces inside this paren. (space-in-parens)
(#7144) There should be no spaces inside this paren. (space-in-parens)
(#7144) There should be no spaces inside this paren. (space-in-parens)
(#7145) There should be no spaces inside this paren. (space-in-parens)
(#7145) There should be no spaces inside this paren. (space-in-parens)
(#7146) There should be no spaces inside this paren. (space-in-parens)
(#7146) There should be no spaces inside this paren. (space-in-parens)
(#7148) There should be no spaces inside this paren. (space-in-parens)
(#7148) There should be no spaces inside this paren. (space-in-parens)
(#7154) Expected to return a value at the end of this function. (consistent-return)
(#7154) There should be no spaces inside this paren. (space-in-parens)
(#7154) There should be no spaces inside this paren. (space-in-parens)
(#7159) There should be no spaces inside this paren. (space-in-parens)
(#7159) There should be no spaces inside this paren. (space-in-parens)
(#7160) There should be no space after '[' (computed-property-spacing)
(#7160) There should be no space before ']' (computed-property-spacing)
(#7160) There should be no spaces inside this paren. (space-in-parens)
(#7160) There should be no spaces inside this paren. (space-in-parens)
(#7162) There should be no spaces inside this paren. (space-in-parens)
(#7162) There should be no spaces inside this paren. (space-in-parens)
(#7165) There should be no spaces inside this paren. (space-in-parens)
(#7165) There should be no spaces inside this paren. (space-in-parens)
(#7166) There should be no spaces inside this paren. (space-in-parens)
(#7166) There should be no spaces inside this paren. (space-in-parens)
(#7166) There should be no space after '[' (computed-property-spacing)
(#7166) There should be no space before ']' (computed-property-spacing)
(#7166) There should be no spaces inside this paren. (space-in-parens)
(#7166) There should be no spaces inside this paren. (space-in-parens)
(#7168) There should be no space after '[' (computed-property-spacing)
(#7168) There should be no space before ']' (computed-property-spacing)
(#7169) There should be no spaces inside this paren. (space-in-parens)
(#7169) There should be no spaces inside this paren. (space-in-parens)
(#7170) There should be no space after '[' (computed-property-spacing)
(#7170) There should be no space before ']' (computed-property-spacing)
(#7170) There should be no spaces inside this paren. (space-in-parens)
(#7170) There should be no space after '[' (computed-property-spacing)
(#7170) There should be no space before ']' (computed-property-spacing)
(#7170) There should be no spaces inside this paren. (space-in-parens)
(#7171) There should be no spaces inside this paren. (space-in-parens)
(#7171) There should be no spaces inside this paren. (space-in-parens)
(#7175) There should be no spaces inside this paren. (space-in-parens)
(#7175) There should be no spaces inside this paren. (space-in-parens)
(#7176) There should be no spaces inside this paren. (space-in-parens)
(#7176) There should be no spaces inside this paren. (space-in-parens)
(#7186) There should be no spaces inside this paren. (space-in-parens)
(#7186) There should be no spaces inside this paren. (space-in-parens)
(#7190) There should be no spaces inside this paren. (space-in-parens)
(#7190) There should be no spaces inside this paren. (space-in-parens)
(#7190) There should be no spaces inside this paren. (space-in-parens)
(#7190) There should be no spaces inside this paren. (space-in-parens)
(#7194) There should be no spaces inside this paren. (space-in-parens)
(#7194) There should be no spaces inside this paren. (space-in-parens)
(#7196) There should be no spaces inside this paren. (space-in-parens)
(#7196) There should be no spaces inside this paren. (space-in-parens)
(#7198) There should be no spaces inside this paren. (space-in-parens)
(#7198) There should be no spaces inside this paren. (space-in-parens)
(#7199) There should be no spaces inside this paren. (space-in-parens)
(#7199) There should be no spaces inside this paren. (space-in-parens)
(#7200) There should be no spaces inside this paren. (space-in-parens)
(#7200) There should be no spaces inside this paren. (space-in-parens)
(#7201) There should be no spaces inside this paren. (space-in-parens)
(#7201) There should be no spaces inside this paren. (space-in-parens)
(#7202) There should be no spaces inside this paren. (space-in-parens)
(#7202) There should be no spaces inside this paren. (space-in-parens)
(#7204) There should be no spaces inside this paren. (space-in-parens)
(#7204) There should be no spaces inside this paren. (space-in-parens)
(#7205) There should be no spaces inside this paren. (space-in-parens)
(#7205) There should be no spaces inside this paren. (space-in-parens)
(#7211) There should be no spaces inside this paren. (space-in-parens)
(#7211) There should be no spaces inside this paren. (space-in-parens)
(#7212) There should be no spaces inside this paren. (space-in-parens)
(#7212) There should be no spaces inside this paren. (space-in-parens)
(#7218) There should be no spaces inside this paren. (space-in-parens)
(#7218) There should be no spaces inside this paren. (space-in-parens)
(#7224) There should be no spaces inside this paren. (space-in-parens)
(#7224) There should be no spaces inside this paren. (space-in-parens)
(#7225) There should be no spaces inside this paren. (space-in-parens)
(#7225) There should be no spaces inside this paren. (space-in-parens)
(#7232) Expected space or tab after '//' in comment. (spaced-comment)
(#7236) There should be no spaces inside this paren. (space-in-parens)
(#7236) There should be no spaces inside this paren. (space-in-parens)
(#7241) Expected space or tab after '//' in comment. (spaced-comment)
(#7244) There should be no spaces inside this paren. (space-in-parens)
(#7244) There should be no spaces inside this paren. (space-in-parens)
(#7249) There should be no spaces inside this paren. (space-in-parens)
(#7249) There should be no spaces inside this paren. (space-in-parens)
(#7250) There should be no space after '[' (computed-property-spacing)
(#7250) There should be no space before ']' (computed-property-spacing)
(#7251) There should be no spaces inside this paren. (space-in-parens)
(#7251) There should be no spaces inside this paren. (space-in-parens)
(#7258) There should be no spaces inside this paren. (space-in-parens)
(#7258) Infix operators must be spaced. (space-infix-ops)
(#7259) There should be no space after '[' (computed-property-spacing)
(#7259) There should be no space before ']' (computed-property-spacing)
(#7259) There should be no spaces inside this paren. (space-in-parens)
(#7259) There should be no space after '[' (computed-property-spacing)
(#7259) There should be no space before ']' (computed-property-spacing)
(#7259) There should be no spaces inside this paren. (space-in-parens)
(#7265) Trailing spaces not allowed. (no-trailing-spaces)
(#7267) There should be no spaces inside this paren. (space-in-parens)
(#7267) There should be no spaces inside this paren. (space-in-parens)
(#7268) There should be no spaces inside this paren. (space-in-parens)
(#7268) There should be no spaces inside this paren. (space-in-parens)
(#7271) There should be no spaces inside this paren. (space-in-parens)
(#7271) There should be no spaces inside this paren. (space-in-parens)
(#7274) There should be no spaces inside this paren. (space-in-parens)
(#7274) There should be no spaces inside this paren. (space-in-parens)
(#7276) 'alignValue' is not defined. (no-undef)
(#7278) There should be no spaces inside this paren. (space-in-parens)
(#7278) There should be no spaces inside this paren. (space-in-parens)
(#7279) 'alignValue' is not defined. (no-undef)
(#7279) There should be no spaces inside this paren. (space-in-parens)
(#7279) There should be no spaces inside this paren. (space-in-parens)
(#7279) There should be no spaces inside this paren. (space-in-parens)
(#7279) There should be no spaces inside this paren. (space-in-parens)
(#7284) There should be no spaces inside this paren. (space-in-parens)
(#7284) 'alignValue' is not defined. (no-undef)
(#7284) There should be no spaces inside this paren. (space-in-parens)
(#7294) Trailing spaces not allowed. (no-trailing-spaces)
(#7299) There should be no spaces inside this paren. (space-in-parens)
(#7299) There should be no spaces inside this paren. (space-in-parens)
(#7307) There should be no spaces inside this paren. (space-in-parens)
(#7307) There should be no spaces inside this paren. (space-in-parens)
(#7308) There should be no spaces inside this paren. (space-in-parens)
(#7308) 'j' is defined but never used (no-unused-vars)
(#7308) There should be no spaces inside this paren. (space-in-parens)
(#7309) There should be no spaces inside this paren. (space-in-parens)
(#7309) There should be no spaces inside this paren. (space-in-parens)
(#7309) There should be no spaces inside this paren. (space-in-parens)
(#7309) There should be no spaces inside this paren. (space-in-parens)
(#7310) There should be no space after '[' (computed-property-spacing)
(#7310) There should be no space before ']' (computed-property-spacing)
(#7311) There should be no spaces inside this paren. (space-in-parens)
(#7311) There should be no spaces inside this paren. (space-in-parens)
(#7311) There should be no spaces inside this paren. (space-in-parens)
(#7311) There should be no spaces inside this paren. (space-in-parens)
(#7311) There should be no space after '[' (computed-property-spacing)
(#7311) There should be no space before ']' (computed-property-spacing)
(#7311) There should be no spaces inside this paren. (space-in-parens)
(#7311) There should be no spaces inside this paren. (space-in-parens)
(#7312) There should be no spaces inside this paren. (space-in-parens)
(#7312) There should be no spaces inside this paren. (space-in-parens)
(#7313) There should be no spaces inside this paren. (space-in-parens)
(#7313) There should be no spaces inside this paren. (space-in-parens)
(#7314) There should be no spaces inside this paren. (space-in-parens)
(#7314) There should be no spaces inside this paren. (space-in-parens)
(#7315) There should be no spaces inside this paren. (space-in-parens)
(#7315) There should be no spaces inside this paren. (space-in-parens)
(#7315) There should be no space after '[' (computed-property-spacing)
(#7315) There should be no space before ']' (computed-property-spacing)
(#7315) There should be no spaces inside this paren. (space-in-parens)
(#7315) There should be no space after '{' (object-curly-spacing)
(#7315) There should be no space before '}' (object-curly-spacing)
(#7315) There should be no spaces inside this paren. (space-in-parens)
(#7317) There should be no spaces inside this paren. (space-in-parens)
(#7317) There should be no spaces inside this paren. (space-in-parens)
(#7318) Line 7318 exceeds the maximum line length of 132. (max-len)
(#7318) There should be no space after '[' (computed-property-spacing)
(#7318) There should be no space before ']' (computed-property-spacing)
(#7318) There should be no spaces inside this paren. (space-in-parens)
(#7318) There should be no space after '{' (object-curly-spacing)
(#7318) There should be no spaces inside this paren. (space-in-parens)
(#7318) There should be no spaces inside this paren. (space-in-parens)
(#7318) There should be no space before '}' (object-curly-spacing)
(#7318) There should be no space after '{' (object-curly-spacing)
(#7318) There should be no space before '}' (object-curly-spacing)
(#7318) There should be no spaces inside this paren. (space-in-parens)
(#7321) There should be no spaces inside this paren. (space-in-parens)
(#7321) There should be no spaces inside this paren. (space-in-parens)
(#7322) There should be no spaces inside this paren. (space-in-parens)
(#7322) There should be no spaces inside this paren. (space-in-parens)
(#7322) There should be no space after '[' (computed-property-spacing)
(#7322) There should be no space before ']' (computed-property-spacing)
(#7322) There should be no spaces inside this paren. (space-in-parens)
(#7322) There should be no space after '{' (object-curly-spacing)
(#7322) There should be no spaces inside this paren. (space-in-parens)
(#7322) There should be no spaces inside this paren. (space-in-parens)
(#7322) There should be no space before '}' (object-curly-spacing)
(#7322) There should be no spaces inside this paren. (space-in-parens)
(#7324) There should be no spaces inside this paren. (space-in-parens)
(#7324) There should be no spaces inside this paren. (space-in-parens)
(#7325) Line 7325 exceeds the maximum line length of 132. (max-len)
(#7325) There should be no space after '[' (computed-property-spacing)
(#7325) There should be no space before ']' (computed-property-spacing)
(#7325) There should be no spaces inside this paren. (space-in-parens)
(#7325) There should be no space after '{' (object-curly-spacing)
(#7325) There should be no spaces inside this paren. (space-in-parens)
(#7325) There should be no spaces inside this paren. (space-in-parens)
(#7325) There should be no space before '}' (object-curly-spacing)
(#7325) There should be no space after '{' (object-curly-spacing)
(#7325) There should be no space before '}' (object-curly-spacing)
(#7325) There should be no spaces inside this paren. (space-in-parens)
(#7335) There should be no spaces inside this paren. (space-in-parens)
(#7335) There should be no spaces inside this paren. (space-in-parens)
(#7336) There should be no spaces inside this paren. (space-in-parens)
(#7336) There should be no spaces inside this paren. (space-in-parens)
(#7336) There should be no spaces inside this paren. (space-in-parens)
(#7336) There should be no spaces inside this paren. (space-in-parens)
(#7338) There should be no space after '[' (computed-property-spacing)
(#7338) There should be no space before ']' (computed-property-spacing)
(#7339) There should be no spaces inside this paren. (space-in-parens)
(#7339) There should be no spaces inside this paren. (space-in-parens)
(#7339) There should be no space after '[' (computed-property-spacing)
(#7339) There should be no space before ']' (computed-property-spacing)
(#7339) There should be no spaces inside this paren. (space-in-parens)
(#7339) There should be no spaces inside this paren. (space-in-parens)
(#7341) There should be no spaces inside this paren. (space-in-parens)
(#7341) There should be no spaces inside this paren. (space-in-parens)
(#7342) There should be no spaces inside this paren. (space-in-parens)
(#7342) There should be no spaces inside this paren. (space-in-parens)
(#7342) There should be no space after '[' (computed-property-spacing)
(#7342) There should be no space before ']' (computed-property-spacing)
(#7342) There should be no spaces inside this paren. (space-in-parens)
(#7342) There should be no space after '{' (object-curly-spacing)
(#7342) There should be no space before '}' (object-curly-spacing)
(#7342) There should be no spaces inside this paren. (space-in-parens)
(#7344) There should be no spaces inside this paren. (space-in-parens)
(#7344) There should be no spaces inside this paren. (space-in-parens)
(#7345) Line 7345 exceeds the maximum line length of 132. (max-len)
(#7345) There should be no space after '[' (computed-property-spacing)
(#7345) There should be no space before ']' (computed-property-spacing)
(#7345) There should be no spaces inside this paren. (space-in-parens)
(#7345) There should be no space after '{' (object-curly-spacing)
(#7345) There should be no spaces inside this paren. (space-in-parens)
(#7345) There should be no spaces inside this paren. (space-in-parens)
(#7345) There should be no space before '}' (object-curly-spacing)
(#7345) There should be no space after '{' (object-curly-spacing)
(#7345) There should be no space before '}' (object-curly-spacing)
(#7345) There should be no spaces inside this paren. (space-in-parens)
(#7347) There should be no spaces inside this paren. (space-in-parens)
(#7347) There should be no spaces inside this paren. (space-in-parens)
(#7348) There should be no spaces inside this paren. (space-in-parens)
(#7348) There should be no spaces inside this paren. (space-in-parens)
(#7348) There should be no space after '[' (computed-property-spacing)
(#7348) There should be no space before ']' (computed-property-spacing)
(#7348) There should be no spaces inside this paren. (space-in-parens)
(#7348) There should be no space after '{' (object-curly-spacing)
(#7348) There should be no space before '}' (object-curly-spacing)
(#7348) There should be no spaces inside this paren. (space-in-parens)
(#7350) There should be no spaces inside this paren. (space-in-parens)
(#7350) There should be no spaces inside this paren. (space-in-parens)
(#7351) Line 7351 exceeds the maximum line length of 132. (max-len)
(#7351) There should be no space after '[' (computed-property-spacing)
(#7351) There should be no space before ']' (computed-property-spacing)
(#7351) There should be no spaces inside this paren. (space-in-parens)
(#7351) There should be no space after '{' (object-curly-spacing)
(#7351) There should be no spaces inside this paren. (space-in-parens)
(#7351) There should be no spaces inside this paren. (space-in-parens)
(#7351) There should be no space before '}' (object-curly-spacing)
(#7351) There should be no space after '{' (object-curly-spacing)
(#7351) There should be no space before '}' (object-curly-spacing)
(#7351) There should be no spaces inside this paren. (space-in-parens)
(#7358) There should be no spaces inside this paren. (space-in-parens)
(#7362) 'jQuery' is not defined. (no-undef)
(#7376) There should be no spaces inside this paren. (space-in-parens)
(#7376) There should be no spaces inside this paren. (space-in-parens)
(#7381) Missing JSDoc comment. (require-jsdoc)
(#7385) Missing JSDoc comment. (require-jsdoc)
(#7389) There should be no spaces inside this paren. (space-in-parens)
(#7412) There should be no spaces inside this paren. (space-in-parens)
(#7412) There should be no spaces inside this paren. (space-in-parens)
(#7415) There should be no spaces inside this paren. (space-in-parens)
(#7415) There should be no spaces inside this paren. (space-in-parens)
(#7416) There should be no spaces inside this paren. (space-in-parens)
(#7416) There should be no spaces inside this paren. (space-in-parens)
(#7417) There should be no spaces inside this paren. (space-in-parens)
(#7420) There should be no spaces inside this paren. (space-in-parens)
(#7420) There should be no spaces inside this paren. (space-in-parens)
(#7422) There should be no space after '[' (computed-property-spacing)
(#7422) There should be no space before ']' (computed-property-spacing)
(#7427) There should be no spaces inside this paren. (space-in-parens)
(#7427) There should be no spaces inside this paren. (space-in-parens)
(#7428) There should be no spaces inside this paren. (space-in-parens)
(#7428) There should be no spaces inside this paren. (space-in-parens)
(#7428) There should be no spaces inside this paren. (space-in-parens)
(#7428) There should be no spaces inside this paren. (space-in-parens)
(#7432) There should be no spaces inside this paren. (space-in-parens)
(#7432) There should be no spaces inside this paren. (space-in-parens)
(#7434) There should be no spaces inside this paren. (space-in-parens)
(#7434) There should be no spaces inside this paren. (space-in-parens)
(#7439) There should be no spaces inside this paren. (space-in-parens)
(#7439) There should be no spaces inside this paren. (space-in-parens)
(#7440) There should be no spaces inside this paren. (space-in-parens)
(#7440) There should be no space after '[' (array-bracket-spacing)
(#7440) There should be no space before ']' (array-bracket-spacing)
(#7440) There should be no spaces inside this paren. (space-in-parens)
(#7440) There should be no spaces inside this paren. (space-in-parens)
(#7440) There should be no spaces inside this paren. (space-in-parens)
(#7440) There should be no spaces inside this paren. (space-in-parens)
(#7440) There should be no spaces inside this paren. (space-in-parens)
(#7443) There should be no spaces inside this paren. (space-in-parens)
(#7443) There should be no spaces inside this paren. (space-in-parens)
(#7447) There should be no spaces inside this paren. (space-in-parens)
(#7447) There should be no spaces inside this paren. (space-in-parens)
(#7453) There should be no spaces inside this paren. (space-in-parens)
(#7453) There should be no spaces inside this paren. (space-in-parens)
(#7454) There should be no spaces inside this paren. (space-in-parens)
(#7454) There should be no spaces inside this paren. (space-in-parens)
(#7455) There should be no spaces inside this paren. (space-in-parens)
(#7455) There should be no spaces inside this paren. (space-in-parens)
(#7457) There should be no spaces inside this paren. (space-in-parens)
(#7457) There should be no spaces inside this paren. (space-in-parens)
(#7458) There should be no spaces inside this paren. (space-in-parens)
(#7458) There should be no spaces inside this paren. (space-in-parens)
(#7458) There should be no spaces inside this paren. (space-in-parens)
(#7458) There should be no spaces inside this paren. (space-in-parens)
(#7458) There should be no spaces inside this paren. (space-in-parens)
(#7458) There should be no spaces inside this paren. (space-in-parens)
(#7462) Function '_tabify' has a complexity of 23. (complexity)
(#7462) There should be no spaces inside this paren. (space-in-parens)
(#7462) There should be no spaces inside this paren. (space-in-parens)
(#7467) There should be no spaces inside this paren. (space-in-parens)
(#7467) There should be no spaces inside this paren. (space-in-parens)
(#7467) There should be no spaces inside this paren. (space-in-parens)
(#7467) There should be no spaces inside this paren. (space-in-parens)
(#7468) There should be no spaces inside this paren. (space-in-parens)
(#7468) There should be no spaces inside this paren. (space-in-parens)
(#7470) There should be no spaces inside this paren. (space-in-parens)
(#7470) There should be no spaces inside this paren. (space-in-parens)
(#7470) There should be no space after '[' (computed-property-spacing)
(#7470) There should be no space before ']' (computed-property-spacing)
(#7472) There should be no spaces inside this paren. (space-in-parens)
(#7472) There should be no spaces inside this paren. (space-in-parens)
(#7474) There should be no spaces inside this paren. (space-in-parens)
(#7474) There should be no spaces inside this paren. (space-in-parens)
(#7475) There should be no spaces inside this paren. (space-in-parens)
(#7475) There should be no spaces inside this paren. (space-in-parens)
(#7475) There should be no spaces inside this paren. (space-in-parens)
(#7475) There should be no spaces inside this paren. (space-in-parens)
(#7481) There should be no spaces inside this paren. (space-in-parens)
(#7481) There should be no spaces inside this paren. (space-in-parens)
(#7481) There should be no space after '[' (computed-property-spacing)
(#7481) There should be no space before ']' (computed-property-spacing)
(#7483) There should be no spaces inside this paren. (space-in-parens)
(#7483) There should be no spaces inside this paren. (space-in-parens)
(#7483) There should be no spaces inside this paren. (space-in-parens)
(#7483) There should be no spaces inside this paren. (space-in-parens)
(#7483) There should be no space after '[' (computed-property-spacing)
(#7483) There should be no space before ']' (computed-property-spacing)
(#7484) There should be no spaces inside this paren. (space-in-parens)
(#7484) There should be no spaces inside this paren. (space-in-parens)
(#7484) There should be no spaces inside this paren. (space-in-parens)
(#7484) There should be no space after '[' (computed-property-spacing)
(#7484) There should be no space before ']' (computed-property-spacing)
(#7484) There should be no spaces inside this paren. (space-in-parens)
(#7484) There should be no spaces inside this paren. (space-in-parens)
(#7490) There should be no spaces inside this paren. (space-in-parens)
(#7490) There should be no spaces inside this paren. (space-in-parens)
(#7490) There should be no spaces inside this paren. (space-in-parens)
(#7490) There should be no spaces inside this paren. (space-in-parens)
(#7491) There should be no spaces inside this paren. (space-in-parens)
(#7491) There should be no spaces inside this paren. (space-in-parens)
(#7491) There should be no spaces inside this paren. (space-in-parens)
(#7491) There should be no spaces inside this paren. (space-in-parens)
(#7491) There should be no spaces inside this paren. (space-in-parens)
(#7491) There should be no spaces inside this paren. (space-in-parens)
(#7494) There should be no spaces inside this paren. (space-in-parens)
(#7494) There should be no spaces inside this paren. (space-in-parens)
(#7496) There should be no spaces inside this paren. (space-in-parens)
(#7496) There should be no spaces inside this paren. (space-in-parens)
(#7500) There should be no spaces inside this paren. (space-in-parens)
(#7500) There should be no spaces inside this paren. (space-in-parens)
(#7500) There should be no spaces inside this paren. (space-in-parens)
(#7500) There should be no spaces inside this paren. (space-in-parens)
(#7502) There should be no spaces inside this paren. (space-in-parens)
(#7502) There should be no spaces inside this paren. (space-in-parens)
(#7504) There should be no spaces inside this paren. (space-in-parens)
(#7504) There should be no spaces inside this paren. (space-in-parens)
(#7505) There should be no spaces inside this paren. (space-in-parens)
(#7505) There should be no spaces inside this paren. (space-in-parens)
(#7506) There should be no spaces inside this paren. (space-in-parens)
(#7506) There should be no spaces inside this paren. (space-in-parens)
(#7507) There should be no spaces inside this paren. (space-in-parens)
(#7507) There should be no spaces inside this paren. (space-in-parens)
(#7508) There should be no spaces inside this paren. (space-in-parens)
(#7508) There should be no spaces inside this paren. (space-in-parens)
(#7509) There should be no spaces inside this paren. (space-in-parens)
(#7509) There should be no space after '[' (computed-property-spacing)
(#7509) There should be no space before ']' (computed-property-spacing)
(#7509) There should be no spaces inside this paren. (space-in-parens)
(#7510) There should be no spaces inside this paren. (space-in-parens)
(#7510) There should be no spaces inside this paren. (space-in-parens)
(#7512) There should be no spaces inside this paren. (space-in-parens)
(#7512) There should be no spaces inside this paren. (space-in-parens)
(#7515) There should be no spaces inside this paren. (space-in-parens)
(#7515) There should be no spaces inside this paren. (space-in-parens)
(#7520) There should be no spaces inside this paren. (space-in-parens)
(#7520) There should be no spaces inside this paren. (space-in-parens)
(#7522) There should be no spaces inside this paren. (space-in-parens)
(#7522) There should be no spaces inside this paren. (space-in-parens)
(#7523) There should be no spaces inside this paren. (space-in-parens)
(#7523) There should be no spaces inside this paren. (space-in-parens)
(#7524) There should be no spaces inside this paren. (space-in-parens)
(#7524) There should be no spaces inside this paren. (space-in-parens)
(#7525) There should be no spaces inside this paren. (space-in-parens)
(#7525) There should be no spaces inside this paren. (space-in-parens)
(#7532) There should be no spaces inside this paren. (space-in-parens)
(#7532) There should be no spaces inside this paren. (space-in-parens)
(#7533) There should be no spaces inside this paren. (space-in-parens)
(#7533) There should be no spaces inside this paren. (space-in-parens)
(#7534) Expected to return a value at the end of this function. (consistent-return)
(#7534) There should be no spaces inside this paren. (space-in-parens)
(#7534) There should be no spaces inside this paren. (space-in-parens)
(#7535) There should be no spaces inside this paren. (space-in-parens)
(#7535) There should be no spaces inside this paren. (space-in-parens)
(#7541) There should be no spaces inside this paren. (space-in-parens)
(#7541) There should be no spaces inside this paren. (space-in-parens)
(#7542) There should be no spaces inside this paren. (space-in-parens)
(#7542) There should be no spaces inside this paren. (space-in-parens)
(#7544) There should be no spaces inside this paren. (space-in-parens)
(#7544) There should be no spaces inside this paren. (space-in-parens)
(#7544) There should be no spaces inside this paren. (space-in-parens)
(#7544) There should be no spaces inside this paren. (space-in-parens)
(#7545) There should be no spaces inside this paren. (space-in-parens)
(#7545) There should be no spaces inside this paren. (space-in-parens)
(#7545) There should be no spaces inside this paren. (space-in-parens)
(#7545) There should be no spaces inside this paren. (space-in-parens)
(#7547) There should be no spaces inside this paren. (space-in-parens)
(#7547) There should be no spaces inside this paren. (space-in-parens)
(#7548) There should be no spaces inside this paren. (space-in-parens)
(#7548) There should be no spaces inside this paren. (space-in-parens)
(#7553) There should be no spaces inside this paren. (space-in-parens)
(#7553) There should be no spaces inside this paren. (space-in-parens)
(#7553) There should be no space after '[' (computed-property-spacing)
(#7553) There should be no space before ']' (computed-property-spacing)
(#7553) There should be no spaces inside this paren. (space-in-parens)
(#7553) There should be no spaces inside this paren. (space-in-parens)
(#7560) There should be no spaces inside this paren. (space-in-parens)
(#7561) There should be no spaces inside this paren. (space-in-parens)
(#7561) There should be no spaces inside this paren. (space-in-parens)
(#7561) There should be no spaces inside this paren. (space-in-parens)
(#7561) There should be no spaces inside this paren. (space-in-parens)
(#7561) 'i' is defined but never used (no-unused-vars)
(#7561) There should be no spaces inside this paren. (space-in-parens)
(#7562) There should be no spaces inside this paren. (space-in-parens)
(#7562) There should be no spaces inside this paren. (space-in-parens)
(#7564) There should be no spaces inside this paren. (space-in-parens)
(#7566) There should be no spaces inside this paren. (space-in-parens)
(#7566) There should be no spaces inside this paren. (space-in-parens)
(#7566) There should be no spaces inside this paren. (space-in-parens)
(#7566) There should be no spaces inside this paren. (space-in-parens)
(#7567) There should be no spaces inside this paren. (space-in-parens)
(#7567) There should be no spaces inside this paren. (space-in-parens)
(#7567) There should be no spaces inside this paren. (space-in-parens)
(#7567) There should be no spaces inside this paren. (space-in-parens)
(#7571) There should be no spaces inside this paren. (space-in-parens)
(#7571) There should be no spaces inside this paren. (space-in-parens)
(#7572) There should be no spaces inside this paren. (space-in-parens)
(#7572) There should be no spaces inside this paren. (space-in-parens)
(#7574) There should be no spaces inside this paren. (space-in-parens)
(#7574) There should be no spaces inside this paren. (space-in-parens)
(#7575) There should be no spaces inside this paren. (space-in-parens)
(#7575) There should be no spaces inside this paren. (space-in-parens)
(#7575) There should be no space after '[' (computed-property-spacing)
(#7575) There should be no space before ']' (computed-property-spacing)
(#7575) There should be no spaces inside this paren. (space-in-parens)
(#7575) There should be no spaces inside this paren. (space-in-parens)
(#7575) There should be no spaces inside this paren. (space-in-parens)
(#7575) There should be no spaces inside this paren. (space-in-parens)
(#7576) There should be no spaces inside this paren. (space-in-parens)
(#7576) There should be no spaces inside this paren. (space-in-parens)
(#7576) There should be no spaces inside this paren. (space-in-parens)
(#7576) There should be no spaces inside this paren. (space-in-parens)
(#7579) There should be no spaces inside this paren. (space-in-parens)
(#7580) There should be no spaces inside this paren. (space-in-parens)
(#7581) Line 7581 exceeds the maximum line length of 132. (max-len)
(#7581) There should be no spaces inside this paren. (space-in-parens)
(#7581) There should be no space after '[' (computed-property-spacing)
(#7581) There should be no space before ']' (computed-property-spacing)
(#7581) There should be no spaces inside this paren. (space-in-parens)
(#7581) There should be no spaces inside this paren. (space-in-parens)
(#7581) There should be no space after '[' (computed-property-spacing)
(#7581) There should be no space before ']' (computed-property-spacing)
(#7581) There should be no spaces inside this paren. (space-in-parens)
(#7581) There should be no spaces inside this paren. (space-in-parens)
(#7581) There should be no space after '[' (computed-property-spacing)
(#7581) There should be no space before ']' (computed-property-spacing)
(#7581) There should be no spaces inside this paren. (space-in-parens)
(#7581) There should be no spaces inside this paren. (space-in-parens)
(#7584) There should be no spaces inside this paren. (space-in-parens)
(#7584) There should be no spaces inside this paren. (space-in-parens)
(#7589) There should be no spaces inside this paren. (space-in-parens)
(#7589) There should be no spaces inside this paren. (space-in-parens)
(#7589) There should be no spaces inside this paren. (space-in-parens)
(#7590) There should be no spaces inside this paren. (space-in-parens)
(#7590) There should be no spaces inside this paren. (space-in-parens)
(#7590) There should be no spaces inside this paren. (space-in-parens)
(#7590) There should be no spaces inside this paren. (space-in-parens)
(#7595) There should be no spaces inside this paren. (space-in-parens)
(#7595) There should be no spaces inside this paren. (space-in-parens)
(#7595) There should be no spaces inside this paren. (space-in-parens)
(#7595) There should be no spaces inside this paren. (space-in-parens)
(#7600) There should be no space after '[' (computed-property-spacing)
(#7600) There should be no space before ']' (computed-property-spacing)
(#7600) There should be no spaces inside this paren. (space-in-parens)
(#7600) There should be no spaces inside this paren. (space-in-parens)
(#7603) There should be no spaces inside this paren. (space-in-parens)
(#7603) There should be no spaces inside this paren. (space-in-parens)
(#7604) There should be no spaces inside this paren. (space-in-parens)
(#7604) There should be no spaces inside this paren. (space-in-parens)
(#7608) There should be no spaces inside this paren. (space-in-parens)
(#7608) There should be no spaces inside this paren. (space-in-parens)
(#7608) There should be no space after '[' (computed-property-spacing)
(#7608) There should be no space before ']' (computed-property-spacing)
(#7608) There should be no spaces inside this paren. (space-in-parens)
(#7608) There should be no spaces inside this paren. (space-in-parens)
(#7609) There should be no spaces inside this paren. (space-in-parens)
(#7609) There should be no spaces inside this paren. (space-in-parens)
(#7609) There should be no space after '[' (computed-property-spacing)
(#7609) There should be no spaces inside this paren. (space-in-parens)
(#7609) There should be no spaces inside this paren. (space-in-parens)
(#7611) There should be no spaces inside this paren. (space-in-parens)
(#7611) There should be no spaces inside this paren. (space-in-parens)
(#7611) There should be no spaces inside this paren. (space-in-parens)
(#7611) There should be no spaces inside this paren. (space-in-parens)
(#7611) There should be no space before ']' (computed-property-spacing)
(#7611) There should be no spaces inside this paren. (space-in-parens)
(#7611) There should be no spaces inside this paren. (space-in-parens)
(#7615) There should be no spaces inside this paren. (space-in-parens)
(#7615) There should be no spaces inside this paren. (space-in-parens)
(#7616) There should be no spaces inside this paren. (space-in-parens)
(#7616) There should be no spaces inside this paren. (space-in-parens)
(#7620) There should be no spaces inside this paren. (space-in-parens)
(#7620) There should be no spaces inside this paren. (space-in-parens)
(#7620) There should be no spaces inside this paren. (space-in-parens)
(#7620) There should be no spaces inside this paren. (space-in-parens)
(#7622) There should be no spaces inside this paren. (space-in-parens)
(#7622) There should be no spaces inside this paren. (space-in-parens)
(#7623) There should be no spaces inside this paren. (space-in-parens)
(#7623) There should be no spaces inside this paren. (space-in-parens)
(#7624) There should be no spaces inside this paren. (space-in-parens)
(#7624) There should be no spaces inside this paren. (space-in-parens)
(#7624) There should be no spaces inside this paren. (space-in-parens)
(#7624) There should be no spaces inside this paren. (space-in-parens)
(#7625) There should be no spaces inside this paren. (space-in-parens)
(#7625) There should be no spaces inside this paren. (space-in-parens)
(#7628) There should be no spaces inside this paren. (space-in-parens)
(#7628) There should be no spaces inside this paren. (space-in-parens)
(#7629) There should be no spaces inside this paren. (space-in-parens)
(#7629) There should be no spaces inside this paren. (space-in-parens)
(#7631) There should be no spaces inside this paren. (space-in-parens)
(#7631) There should be no space before ','. (comma-spacing)
(#7632) There should be no spaces inside this paren. (space-in-parens)
(#7632) There should be no spaces inside this paren. (space-in-parens)
(#7632) There should be no spaces inside this paren. (space-in-parens)
(#7632) There should be no spaces inside this paren. (space-in-parens)
(#7634) There should be no spaces inside this paren. (space-in-parens)
(#7635) There should be no spaces inside this paren. (space-in-parens)
(#7635) There should be no spaces inside this paren. (space-in-parens)
(#7635) There should be no spaces inside this paren. (space-in-parens)
(#7635) There should be no spaces inside this paren. (space-in-parens)
(#7637) There should be no spaces inside this paren. (space-in-parens)
(#7638) There should be no spaces inside this paren. (space-in-parens)
(#7638) There should be no spaces inside this paren. (space-in-parens)
(#7638) There should be no spaces inside this paren. (space-in-parens)
(#7638) There should be no spaces inside this paren. (space-in-parens)
(#7638) There should be no spaces inside this paren. (space-in-parens)
(#7638) There should be no spaces inside this paren. (space-in-parens)
(#7640) There should be no spaces inside this paren. (space-in-parens)
(#7641) There should be no spaces inside this paren. (space-in-parens)
(#7641) There should be no spaces inside this paren. (space-in-parens)
(#7641) There should be no spaces inside this paren. (space-in-parens)
(#7641) There should be no spaces inside this paren. (space-in-parens)
(#7641) There should be no spaces inside this paren. (space-in-parens)
(#7641) There should be no spaces inside this paren. (space-in-parens)
(#7647) There should be no spaces inside this paren. (space-in-parens)
(#7647) There should be no spaces inside this paren. (space-in-parens)
(#7648) There should be no spaces inside this paren. (space-in-parens)
(#7648) There should be no spaces inside this paren. (space-in-parens)
(#7648) There should be no spaces inside this paren. (space-in-parens)
(#7648) There should be no spaces inside this paren. (space-in-parens)
(#7649) There should be no space after '[' (computed-property-spacing)
(#7649) There should be no space before ']' (computed-property-spacing)
(#7650) There should be no space after '[' (computed-property-spacing)
(#7650) There should be no space before ']' (computed-property-spacing)
(#7658) Missing JSDoc comment. (require-jsdoc)
(#7658) There should be no spaces inside this paren. (space-in-parens)
(#7658) There should be no spaces inside this paren. (space-in-parens)
(#7659) There should be no spaces inside this paren. (space-in-parens)
(#7659) There should be no spaces inside this paren. (space-in-parens)
(#7660) There should be no spaces inside this paren. (space-in-parens)
(#7660) There should be no spaces inside this paren. (space-in-parens)
(#7661) There should be no space after '[' (computed-property-spacing)
(#7661) There should be no space before ']' (computed-property-spacing)
(#7661) There should be no spaces inside this paren. (space-in-parens)
(#7661) There should be no spaces inside this paren. (space-in-parens)
(#7667) There should be no spaces inside this paren. (space-in-parens)
(#7667) There should be no spaces inside this paren. (space-in-parens)
(#7668) There should be no spaces inside this paren. (space-in-parens)
(#7668) There should be no spaces inside this paren. (space-in-parens)
(#7668) There should be no spaces inside this paren. (space-in-parens)
(#7668) There should be no spaces inside this paren. (space-in-parens)
(#7668) There should be no spaces inside this paren. (space-in-parens)
(#7668) There should be no spaces inside this paren. (space-in-parens)
(#7669) There should be no spaces inside this paren. (space-in-parens)
(#7669) There should be no spaces inside this paren. (space-in-parens)
(#7670) There should be no spaces inside this paren. (space-in-parens)
(#7671) There should be no spaces inside this paren. (space-in-parens)
(#7671) There should be no spaces inside this paren. (space-in-parens)
(#7672) There should be no spaces inside this paren. (space-in-parens)
(#7672) There should be no spaces inside this paren. (space-in-parens)
(#7672) There should be no space after '[' (computed-property-spacing)
(#7672) There should be no space before ']' (computed-property-spacing)
(#7672) There should be no spaces inside this paren. (space-in-parens)
(#7672) There should be no spaces inside this paren. (space-in-parens)
(#7675) There should be no spaces inside this paren. (space-in-parens)
(#7675) There should be no spaces inside this paren. (space-in-parens)
(#7676) There should be no spaces inside this paren. (space-in-parens)
(#7676) There should be no spaces inside this paren. (space-in-parens)
(#7676) There should be no spaces inside this paren. (space-in-parens)
(#7676) There should be no spaces inside this paren. (space-in-parens)
(#7676) There should be no spaces inside this paren. (space-in-parens)
(#7676) There should be no spaces inside this paren. (space-in-parens)
(#7677) There should be no spaces inside this paren. (space-in-parens)
(#7677) There should be no spaces inside this paren. (space-in-parens)
(#7678) There should be no spaces inside this paren. (space-in-parens)
(#7678) There should be no spaces inside this paren. (space-in-parens)
(#7678) There should be no space after '[' (computed-property-spacing)
(#7678) There should be no space before ']' (computed-property-spacing)
(#7678) There should be no spaces inside this paren. (space-in-parens)
(#7678) There should be no spaces inside this paren. (space-in-parens)
(#7683) There should be no spaces inside this paren. (space-in-parens)
(#7683) There should be no spaces inside this paren. (space-in-parens)
(#7684) There should be no spaces inside this paren. (space-in-parens)
(#7685) There should be no spaces inside this paren. (space-in-parens)
(#7685) There should be no spaces inside this paren. (space-in-parens)
(#7686) There should be no spaces inside this paren. (space-in-parens)
(#7686) There should be no spaces inside this paren. (space-in-parens)
(#7687) There should be no spaces inside this paren. (space-in-parens)
(#7687) There should be no spaces inside this paren. (space-in-parens)
(#7688) There should be no spaces inside this paren. (space-in-parens)
(#7688) There should be no spaces inside this paren. (space-in-parens)
(#7691) There should be no spaces inside this paren. (space-in-parens)
(#7691) '$show' is defined but never used (no-unused-vars)
(#7691) There should be no spaces inside this paren. (space-in-parens)
(#7692) There should be no spaces inside this paren. (space-in-parens)
(#7692) There should be no spaces inside this paren. (space-in-parens)
(#7693) There should be no spaces inside this paren. (space-in-parens)
(#7693) There should be no spaces inside this paren. (space-in-parens)
(#7694) There should be no spaces inside this paren. (space-in-parens)
(#7694) There should be no spaces inside this paren. (space-in-parens)
(#7698) There should be no spaces inside this paren. (space-in-parens)
(#7698) Expected to return a value at the end of this function. (consistent-return)
(#7700) There should be no spaces inside this paren. (space-in-parens)
(#7700) There should be no spaces inside this paren. (space-in-parens)
(#7701) There should be no spaces inside this paren. (space-in-parens)
(#7701) There should be no spaces inside this paren. (space-in-parens)
(#7702) There should be no spaces inside this paren. (space-in-parens)
(#7702) There should be no spaces inside this paren. (space-in-parens)
(#7702) There should be no spaces inside this paren. (space-in-parens)
(#7702) There should be no spaces inside this paren. (space-in-parens)
(#7708) There should be no spaces inside this paren. (space-in-parens)
(#7708) There should be no spaces inside this paren. (space-in-parens)
(#7708) There should be no spaces inside this paren. (space-in-parens)
(#7708) There should be no spaces inside this paren. (space-in-parens)
(#7709) There should be no spaces inside this paren. (space-in-parens)
(#7709) There should be no spaces inside this paren. (space-in-parens)
(#7710) There should be no spaces inside this paren. (space-in-parens)
(#7710) There should be no spaces inside this paren. (space-in-parens)
(#7711) There should be no spaces inside this paren. (space-in-parens)
(#7711) There should be no spaces inside this paren. (space-in-parens)
(#7712) There should be no spaces inside this paren. (space-in-parens)
(#7712) There should be no spaces inside this paren. (space-in-parens)
(#7712) There should be no space after '[' (computed-property-spacing)
(#7712) There should be no space before ']' (computed-property-spacing)
(#7712) There should be no spaces inside this paren. (space-in-parens)
(#7712) There should be no spaces inside this paren. (space-in-parens)
(#7712) There should be no spaces inside this paren. (space-in-parens)
(#7717) There should be no spaces inside this paren. (space-in-parens)
(#7717) There should be no spaces inside this paren. (space-in-parens)
(#7722) There should be no spaces inside this paren. (space-in-parens)
(#7722) There should be no spaces inside this paren. (space-in-parens)
(#7723) There should be no spaces inside this paren. (space-in-parens)
(#7723) There should be no spaces inside this paren. (space-in-parens)
(#7723) There should be no spaces inside this paren. (space-in-parens)
(#7723) There should be no spaces inside this paren. (space-in-parens)
(#7726) There should be no spaces inside this paren. (space-in-parens)
(#7726) There should be no spaces inside this paren. (space-in-parens)
(#7727) There should be no spaces inside this paren. (space-in-parens)
(#7727) There should be no spaces inside this paren. (space-in-parens)
(#7730) There should be no spaces inside this paren. (space-in-parens)
(#7731) There should be no spaces inside this paren. (space-in-parens)
(#7731) There should be no spaces inside this paren. (space-in-parens)
(#7732) There should be no spaces inside this paren. (space-in-parens)
(#7732) There should be no spaces inside this paren. (space-in-parens)
(#7736) There should be no spaces inside this paren. (space-in-parens)
(#7736) There should be no spaces inside this paren. (space-in-parens)
(#7737) There should be no spaces inside this paren. (space-in-parens)
(#7737) There should be no spaces inside this paren. (space-in-parens)
(#7738) There should be no spaces inside this paren. (space-in-parens)
(#7738) There should be no spaces inside this paren. (space-in-parens)
(#7741) There should be no spaces inside this paren. (space-in-parens)
(#7742) There should be no spaces inside this paren. (space-in-parens)
(#7742) There should be no spaces inside this paren. (space-in-parens)
(#7746) There should be no spaces inside this paren. (space-in-parens)
(#7746) There should be no spaces inside this paren. (space-in-parens)
(#7746) There should be no spaces inside this paren. (space-in-parens)
(#7746) There should be no spaces inside this paren. (space-in-parens)
(#7753) There should be no spaces inside this paren. (space-in-parens)
(#7753) There should be no spaces inside this paren. (space-in-parens)
(#7754) There should be no spaces inside this paren. (space-in-parens)
(#7754) There should be no spaces inside this paren. (space-in-parens)
(#7758) There should be no spaces inside this paren. (space-in-parens)
(#7758) There should be no spaces inside this paren. (space-in-parens)
(#7759) There should be no spaces inside this paren. (space-in-parens)
(#7759) There should be no spaces inside this paren. (space-in-parens)
(#7760) There should be no spaces inside this paren. (space-in-parens)
(#7761) There should be no spaces inside this paren. (space-in-parens)
(#7761) There should be no spaces inside this paren. (space-in-parens)
(#7764) There should be no spaces inside this paren. (space-in-parens)
(#7765) There should be no spaces inside this paren. (space-in-parens)
(#7765) There should be no spaces inside this paren. (space-in-parens)
(#7768) There should be no spaces inside this paren. (space-in-parens)
(#7768) There should be no spaces inside this paren. (space-in-parens)
(#7768) There should be no spaces inside this paren. (space-in-parens)
(#7768) There should be no spaces inside this paren. (space-in-parens)
(#7770) Expected an object to be thrown. (no-throw-literal)
(#7777) There should be no spaces inside this paren. (space-in-parens)
(#7777) There should be no spaces inside this paren. (space-in-parens)
(#7783) There should be no spaces inside this paren. (space-in-parens)
(#7783) Missing space before opening brace. (space-before-blocks)
(#7788) There should be no spaces inside this paren. (space-in-parens)
(#7788) There should be no spaces inside this paren. (space-in-parens)
(#7791) There should be no spaces inside this paren. (space-in-parens)
(#7791) There should be no spaces inside this paren. (space-in-parens)
(#7792) There should be no spaces inside this paren. (space-in-parens)
(#7792) There should be no spaces inside this paren. (space-in-parens)
(#7792) There should be no spaces inside this paren. (space-in-parens)
(#7792) There should be no spaces inside this paren. (space-in-parens)
(#7804) There should be no spaces inside this paren. (space-in-parens)
(#7804) There should be no spaces inside this paren. (space-in-parens)
(#7805) There should be no spaces inside this paren. (space-in-parens)
(#7805) There should be no spaces inside this paren. (space-in-parens)
(#7806) There should be no spaces inside this paren. (space-in-parens)
(#7806) There should be no spaces inside this paren. (space-in-parens)
(#7808) There should be no spaces inside this paren. (space-in-parens)
(#7808) There should be no spaces inside this paren. (space-in-parens)
(#7811) There should be no spaces inside this paren. (space-in-parens)
(#7811) There should be no spaces inside this paren. (space-in-parens)
(#7812) There should be no spaces inside this paren. (space-in-parens)
(#7812) There should be no spaces inside this paren. (space-in-parens)
(#7815) There should be no spaces inside this paren. (space-in-parens)
(#7815) There should be no spaces inside this paren. (space-in-parens)
(#7815) There should be no spaces inside this paren. (space-in-parens)
(#7815) There should be no spaces inside this paren. (space-in-parens)
(#7816) There should be no spaces inside this paren. (space-in-parens)
(#7816) There should be no space after '[' (array-bracket-spacing)
(#7816) There should be no space before ']' (array-bracket-spacing)
(#7816) There should be no spaces inside this paren. (space-in-parens)
(#7816) There should be no spaces inside this paren. (space-in-parens)
(#7817) There should be no spaces inside this paren. (space-in-parens)
(#7817) There should be no spaces inside this paren. (space-in-parens)
(#7821) There should be no spaces inside this paren. (space-in-parens)
(#7821) There should be no spaces inside this paren. (space-in-parens)
(#7821) There should be no spaces inside this paren. (space-in-parens)
(#7821) There should be no spaces inside this paren. (space-in-parens)
(#7822) There should be no spaces inside this paren. (space-in-parens)
(#7822) There should be no spaces inside this paren. (space-in-parens)
(#7822) There should be no spaces inside this paren. (space-in-parens)
(#7822) There should be no spaces inside this paren. (space-in-parens)
(#7823) There should be no spaces inside this paren. (space-in-parens)
(#7823) There should be no spaces inside this paren. (space-in-parens)
(#7825) There should be no spaces inside this paren. (space-in-parens)
(#7825) There should be no spaces inside this paren. (space-in-parens)
(#7837) There should be no spaces inside this paren. (space-in-parens)
(#7837) There should be no spaces inside this paren. (space-in-parens)
(#7837) There should be no spaces inside this paren. (space-in-parens)
(#7841) There should be no spaces inside this paren. (space-in-parens)
(#7841) There should be no spaces inside this paren. (space-in-parens)
(#7842) There should be no spaces inside this paren. (space-in-parens)
(#7842) There should be no spaces inside this paren. (space-in-parens)
(#7848) There should be no spaces inside this paren. (space-in-parens)
(#7848) There should be no spaces inside this paren. (space-in-parens)
(#7849) There should be no spaces inside this paren. (space-in-parens)
(#7849) There should be no spaces inside this paren. (space-in-parens)
(#7855) There should be no spaces inside this paren. (space-in-parens)
(#7855) There should be no spaces inside this paren. (space-in-parens)
(#7855) There should be no spaces inside this paren. (space-in-parens)
(#7855) There should be no spaces inside this paren. (space-in-parens)
(#7855) There should be no spaces inside this paren. (space-in-parens)
(#7855) There should be no spaces inside this paren. (space-in-parens)
(#7856) There should be no spaces inside this paren. (space-in-parens)
(#7856) There should be no spaces inside this paren. (space-in-parens)
(#7856) There should be no spaces inside this paren. (space-in-parens)
(#7856) There should be no spaces inside this paren. (space-in-parens)
(#7856) There should be no spaces inside this paren. (space-in-parens)
(#7856) There should be no spaces inside this paren. (space-in-parens)
(#7856) There should be no spaces inside this paren. (space-in-parens)
(#7856) There should be no space after '[' (computed-property-spacing)
(#7856) There should be no space before ']' (computed-property-spacing)
(#7856) There should be no spaces inside this paren. (space-in-parens)
(#7858) There should be no spaces inside this paren. (space-in-parens)
(#7858) There should be no spaces inside this paren. (space-in-parens)
(#7858) There should be no spaces inside this paren. (space-in-parens)
(#7858) There should be no spaces inside this paren. (space-in-parens)
(#7861) There should be no spaces inside this paren. (space-in-parens)
(#7861) There should be no spaces inside this paren. (space-in-parens)
(#7862) There should be no spaces inside this paren. (space-in-parens)
(#7862) There should be no spaces inside this paren. (space-in-parens)
(#7863) There should be no spaces inside this paren. (space-in-parens)
(#7863) There should be no spaces inside this paren. (space-in-parens)
(#7864) There should be no spaces inside this paren. (space-in-parens)
(#7864) There should be no spaces inside this paren. (space-in-parens)
(#7865) There should be no spaces inside this paren. (space-in-parens)
(#7865) There should be no spaces inside this paren. (space-in-parens)
(#7867) There should be no spaces inside this paren. (space-in-parens)
(#7867) There should be no spaces inside this paren. (space-in-parens)
(#7869) There should be no spaces inside this paren. (space-in-parens)
(#7869) There should be no spaces inside this paren. (space-in-parens)
(#7870) There should be no spaces inside this paren. (space-in-parens)
(#7870) There should be no spaces inside this paren. (space-in-parens)
(#7871) There should be no spaces inside this paren. (space-in-parens)
(#7871) There should be no space after '[' (computed-property-spacing)
(#7871) There should be no space before ']' (computed-property-spacing)
(#7871) There should be no spaces inside this paren. (space-in-parens)
(#7873) There should be no spaces inside this paren. (space-in-parens)
(#7873) There should be no space after '[' (computed-property-spacing)
(#7873) There should be no space before ']' (computed-property-spacing)
(#7873) There should be no spaces inside this paren. (space-in-parens)
(#7874) There should be no spaces inside this paren. (space-in-parens)
(#7874) There should be no space after '[' (computed-property-spacing)
(#7874) There should be no space before ']' (computed-property-spacing)
(#7874) There should be no spaces inside this paren. (space-in-parens)
(#7877) There should be no spaces inside this paren. (space-in-parens)
(#7877) There should be no spaces inside this paren. (space-in-parens)
(#7877) 'i' is defined but never used (no-unused-vars)
(#7877) There should be no spaces inside this paren. (space-in-parens)
(#7883) There should be no spaces inside this paren. (space-in-parens)
(#7883) There should be no spaces inside this paren. (space-in-parens)
(#7885) There should be no spaces inside this paren. (space-in-parens)
(#7885) There should be no spaces inside this paren. (space-in-parens)
(#7886) There should be no spaces inside this paren. (space-in-parens)
(#7886) There should be no spaces inside this paren. (space-in-parens)
(#7887) There should be no spaces inside this paren. (space-in-parens)
(#7888) There should be no spaces inside this paren. (space-in-parens)
(#7888) There should be no spaces inside this paren. (space-in-parens)
(#7888) There should be no space after '[' (computed-property-spacing)
(#7888) There should be no space before ']' (computed-property-spacing)
(#7888) There should be no space after '[' (computed-property-spacing)
(#7888) There should be no space before ']' (computed-property-spacing)
(#7888) There should be no spaces inside this paren. (space-in-parens)
(#7888) There should be no spaces inside this paren. (space-in-parens)
(#7891) There should be no spaces inside this paren. (space-in-parens)
(#7891) There should be no spaces inside this paren. (space-in-parens)
(#7894) There should be no spaces inside this paren. (space-in-parens)
(#7894) There should be no spaces inside this paren. (space-in-parens)
(#7894) There should be no space after '[' (computed-property-spacing)
(#7894) There should be no space before ']' (computed-property-spacing)
(#7894) There should be no space after '[' (computed-property-spacing)
(#7894) There should be no space before ']' (computed-property-spacing)
(#7894) There should be no spaces inside this paren. (space-in-parens)
(#7894) There should be no spaces inside this paren. (space-in-parens)
(#7898) There should be no spaces inside this paren. (space-in-parens)
(#7898) There should be no spaces inside this paren. (space-in-parens)
(#7899) There should be no spaces inside this paren. (space-in-parens)
(#7899) There should be no spaces inside this paren. (space-in-parens)
(#7901) There should be no spaces inside this paren. (space-in-parens)
(#7901) There should be no spaces inside this paren. (space-in-parens)
(#7902) There should be no spaces inside this paren. (space-in-parens)
(#7902) There should be no spaces inside this paren. (space-in-parens)
(#7906) There should be no spaces inside this paren. (space-in-parens)
(#7906) There should be no spaces inside this paren. (space-in-parens)
(#7906) There should be no spaces inside this paren. (space-in-parens)
(#7907) There should be no spaces inside this paren. (space-in-parens)
(#7907) There should be no spaces inside this paren. (space-in-parens)
(#7907) There should be no spaces inside this paren. (space-in-parens)
(#7907) There should be no spaces inside this paren. (space-in-parens)
(#7911) There should be no spaces inside this paren. (space-in-parens)
(#7911) 'i' is defined but never used (no-unused-vars)
(#7914) There should be no spaces inside this paren. (space-in-parens)
(#7914) 'i' is defined but never used (no-unused-vars)
(#7914) There should be no spaces inside this paren. (space-in-parens)
(#7920) There should be no spaces inside this paren. (space-in-parens)
(#7920) There should be no spaces inside this paren. (space-in-parens)
(#7920) There should be no spaces inside this paren. (space-in-parens)
(#7920) There should be no spaces inside this paren. (space-in-parens)
(#7920) There should be no space after '[' (computed-property-spacing)
(#7920) There should be no space before ']' (computed-property-spacing)
(#7920) There should be no space after '[' (computed-property-spacing)
(#7920) There should be no space before ']' (computed-property-spacing)
(#7920) There should be no spaces inside this paren. (space-in-parens)
(#7920) There should be no spaces inside this paren. (space-in-parens)
(#7924) There should be no spaces inside this paren. (space-in-parens)
(#7924) There should be no spaces inside this paren. (space-in-parens)
(#7925) There should be no spaces inside this paren. (space-in-parens)
(#7925) There should be no spaces inside this paren. (space-in-parens)
(#7927) There should be no spaces inside this paren. (space-in-parens)
(#7927) There should be no spaces inside this paren. (space-in-parens)
(#7927) There should be no spaces inside this paren. (space-in-parens)
(#7927) There should be no spaces inside this paren. (space-in-parens)
(#7931) There should be no spaces inside this paren. (space-in-parens)
(#7931) There should be no spaces inside this paren. (space-in-parens)
(#7931) There should be no spaces inside this paren. (space-in-parens)
(#7931) There should be no spaces inside this paren. (space-in-parens)
(#7932) There should be no spaces inside this paren. (space-in-parens)
(#7932) There should be no spaces inside this paren. (space-in-parens)
(#7932) 'i' is defined but never used (no-unused-vars)
(#7932) There should be no spaces inside this paren. (space-in-parens)
(#7936) There should be no spaces inside this paren. (space-in-parens)
(#7936) There should be no spaces inside this paren. (space-in-parens)
(#7936) There should be no space after '[' (computed-property-spacing)
(#7936) There should be no space before ']' (computed-property-spacing)
(#7936) There should be no space after '[' (computed-property-spacing)
(#7936) There should be no space before ']' (computed-property-spacing)
(#7936) There should be no spaces inside this paren. (space-in-parens)
(#7936) There should be no spaces inside this paren. (space-in-parens)
(#7937) Expected no return value. (consistent-return)
(#7940) There should be no spaces inside this paren. (space-in-parens)
(#7940) There should be no spaces inside this paren. (space-in-parens)
(#7941) There should be no spaces inside this paren. (space-in-parens)
(#7941) There should be no spaces inside this paren. (space-in-parens)
(#7942) 'self' is defined but never used (no-unused-vars)
(#7942) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7944) There should be no spaces inside this paren. (space-in-parens)
(#7944) There should be no spaces inside this paren. (space-in-parens)
(#7945) There should be no spaces inside this paren. (space-in-parens)
(#7945) There should be no spaces inside this paren. (space-in-parens)
(#7945) There should be no spaces inside this paren. (space-in-parens)
(#7945) There should be no spaces inside this paren. (space-in-parens)
(#7947) There should be no spaces inside this paren. (space-in-parens)
(#7947) There should be no spaces inside this paren. (space-in-parens)
(#7950) There should be no spaces inside this paren. (space-in-parens)
(#7950) There should be no spaces inside this paren. (space-in-parens)
(#7950) There should be no space after '[' (computed-property-spacing)
(#7950) There should be no space before ']' (computed-property-spacing)
(#7950) There should be no space after '[' (computed-property-spacing)
(#7950) There should be no space before ']' (computed-property-spacing)
(#7950) There should be no spaces inside this paren. (space-in-parens)
(#7950) There should be no spaces inside this paren. (space-in-parens)
(#7956) There should be no spaces inside this paren. (space-in-parens)
(#7956) There should be no spaces inside this paren. (space-in-parens)
(#7957) There should be no spaces inside this paren. (space-in-parens)
(#7957) There should be no spaces inside this paren. (space-in-parens)
(#7958) There should be no spaces inside this paren. (space-in-parens)
(#7958) There should be no spaces inside this paren. (space-in-parens)
(#7959) There should be no spaces inside this paren. (space-in-parens)
(#7959) There should be no spaces inside this paren. (space-in-parens)
(#7965) There should be no spaces inside this paren. (space-in-parens)
(#7965) There should be no spaces inside this paren. (space-in-parens)
(#7965) There should be no spaces inside this paren. (space-in-parens)
(#7965) There should be no spaces inside this paren. (space-in-parens)
(#7969) There should be no spaces inside this paren. (space-in-parens)
(#7969) There should be no spaces inside this paren. (space-in-parens)
(#7970) There should be no spaces inside this paren. (space-in-parens)
(#7970) There should be no spaces inside this paren. (space-in-parens)
(#7973) There should be no spaces inside this paren. (space-in-parens)
(#7973) There should be no spaces inside this paren. (space-in-parens)
(#7973) There should be no space after '[' (computed-property-spacing)
(#7973) There should be no space before ']' (computed-property-spacing)
(#7974) There should be no spaces inside this paren. (space-in-parens)
(#7974) There should be no spaces inside this paren. (space-in-parens)
(#7979) There should be no spaces inside this paren. (space-in-parens)
(#7979) There should be no spaces inside this paren. (space-in-parens)
(#7979) There should be no spaces inside this paren. (space-in-parens)
(#7979) There should be no spaces inside this paren. (space-in-parens)
(#7979) There should be no spaces inside this paren. (space-in-parens)
(#7979) There should be no spaces inside this paren. (space-in-parens)
(#7980) There should be no spaces inside this paren. (space-in-parens)
(#7980) There should be no spaces inside this paren. (space-in-parens)
(#7985) There should be no spaces inside this paren. (space-in-parens)
(#7985) There should be no spaces inside this paren. (space-in-parens)
(#7985) There should be no spaces inside this paren. (space-in-parens)
(#7985) There should be no spaces inside this paren. (space-in-parens)
(#7987) There should be no spaces inside this paren. (space-in-parens)
(#7987) There should be no spaces inside this paren. (space-in-parens)
(#7988) There should be no spaces inside this paren. (space-in-parens)
(#7988) There should be no spaces inside this paren. (space-in-parens)
(#7989) There should be no spaces inside this paren. (space-in-parens)
(#7989) There should be no spaces inside this paren. (space-in-parens)
(#7989) There should be no spaces inside this paren. (space-in-parens)
(#7989) There should be no spaces inside this paren. (space-in-parens)
(#7992) There should be no spaces inside this paren. (space-in-parens)
(#7992) There should be no spaces inside this paren. (space-in-parens)
(#7994) There should be no spaces inside this paren. (space-in-parens)
(#7994) There should be no spaces inside this paren. (space-in-parens)
(#7995) There should be no spaces inside this paren. (space-in-parens)
(#7995) There should be no spaces inside this paren. (space-in-parens)
(#7995) There should be no spaces inside this paren. (space-in-parens)
(#7995) There should be no spaces inside this paren. (space-in-parens)
(#7995) There should be no spaces inside this paren. (space-in-parens)
(#7995) There should be no spaces inside this paren. (space-in-parens)
(#8000) There should be no spaces inside this paren. (space-in-parens)
(#8000) There should be no spaces inside this paren. (space-in-parens)
(#8001) There should be no spaces inside this paren. (space-in-parens)
(#8001) There should be no spaces inside this paren. (space-in-parens)
(#8004) There should be no spaces inside this paren. (space-in-parens)
(#8004) There should be no spaces inside this paren. (space-in-parens)
(#8004) There should be no space after '[' (computed-property-spacing)
(#8004) There should be no space before ']' (computed-property-spacing)
(#8004) There should be no space after '[' (computed-property-spacing)
(#8004) There should be no space before ']' (computed-property-spacing)
(#8004) There should be no spaces inside this paren. (space-in-parens)
(#8004) There should be no spaces inside this paren. (space-in-parens)
(#8006) There should be no spaces inside this paren. (space-in-parens)
(#8006) There should be no spaces inside this paren. (space-in-parens)
(#8008) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#8008) There should be no spaces inside this paren. (space-in-parens)
(#8008) There should be no spaces inside this paren. (space-in-parens)
(#8008) Empty block statement. (no-empty)
(#8010) There should be no spaces inside this paren. (space-in-parens)
(#8010) 'e' is defined but never used (no-unused-vars)
(#8010) There should be no spaces inside this paren. (space-in-parens)
(#8014) There should be no spaces inside this paren. (space-in-parens)
(#8014) There should be no spaces inside this paren. (space-in-parens)
(#8014) There should be no space after '[' (computed-property-spacing)
(#8014) There should be no space before ']' (computed-property-spacing)
(#8014) There should be no space after '[' (computed-property-spacing)
(#8014) There should be no space before ']' (computed-property-spacing)
(#8014) There should be no spaces inside this paren. (space-in-parens)
(#8014) There should be no spaces inside this paren. (space-in-parens)
(#8020) There should be no spaces inside this paren. (space-in-parens)
(#8020) There should be no spaces inside this paren. (space-in-parens)
(#8022) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#8022) There should be no spaces inside this paren. (space-in-parens)
(#8022) There should be no spaces inside this paren. (space-in-parens)
(#8022) Empty block statement. (no-empty)
(#8024) There should be no spaces inside this paren. (space-in-parens)
(#8024) There should be no spaces inside this paren. (space-in-parens)
(#8027) There should be no spaces inside this paren. (space-in-parens)
(#8027) There should be no spaces inside this paren. (space-in-parens)
(#8029) Expected no return value. (consistent-return)
(#8034) There should be no spaces inside this paren. (space-in-parens)
(#8034) There should be no spaces inside this paren. (space-in-parens)
(#8035) There should be no spaces inside this paren. (space-in-parens)
(#8035) There should be no spaces inside this paren. (space-in-parens)
(#8039) There should be no spaces inside this paren. (space-in-parens)
(#8039) There should be no spaces inside this paren. (space-in-parens)
(#8039) There should be no spaces inside this paren. (space-in-parens)
(#8039) There should be no spaces inside this paren. (space-in-parens)
(#8039) There should be no spaces inside this paren. (space-in-parens)
(#8039) There should be no spaces inside this paren. (space-in-parens)
(#8042) There should be no spaces inside this paren. (space-in-parens)
(#8042) There should be no spaces inside this paren. (space-in-parens)
(#8052) There should be no spaces inside this paren. (space-in-parens)
(#8052) There should be no spaces inside this paren. (space-in-parens)
(#8053) There should be no spaces inside this paren. (space-in-parens)
(#8053) There should be no spaces inside this paren. (space-in-parens)
(#8053) There should be no spaces inside this paren. (space-in-parens)
(#8053) There should be no spaces inside this paren. (space-in-parens)
(#8053) There should be no spaces inside this paren. (space-in-parens)
(#8053) There should be no spaces inside this paren. (space-in-parens)
(#8062) There should be no spaces inside this paren. (space-in-parens)
(#8073) There should be no spaces inside this paren. (space-in-parens)
(#8075) There should be no spaces inside this paren. (space-in-parens)
(#8075) There should be no spaces inside this paren. (space-in-parens)
(#8079) There should be no spaces inside this paren. (space-in-parens)
(#8079) There should be no spaces inside this paren. (space-in-parens)
(#8079) There should be no spaces inside this paren. (space-in-parens)
(#8080) There should be no spaces inside this paren. (space-in-parens)
(#8080) There should be no spaces inside this paren. (space-in-parens)
(#8083) There should be no spaces inside this paren. (space-in-parens)
(#8083) There should be no spaces inside this paren. (space-in-parens)
(#8084) There should be no spaces inside this paren. (space-in-parens)
(#8085) Trailing spaces not allowed. (no-trailing-spaces)
(#8086) There should be no spaces inside this paren. (space-in-parens)
(#8086) There should be no spaces inside this paren. (space-in-parens)
(#8091) There should be no spaces inside this paren. (space-in-parens)
(#8097) There should be no spaces inside this paren. (space-in-parens)
(#8097) 'e' is defined but never used (no-unused-vars)
(#8097) There should be no spaces inside this paren. (space-in-parens)
(#8098) 't' is not defined. (no-undef)
(#8103) There should be no spaces inside this paren. (space-in-parens)
(#8103) There should be no spaces inside this paren. (space-in-parens)
(#8104) There should be no spaces inside this paren. (space-in-parens)
(#8104) There should be no spaces inside this paren. (space-in-parens)
(#8105) There should be no spaces inside this paren. (space-in-parens)
(#8105) There should be no spaces inside this paren. (space-in-parens)
(#8109) There should be no spaces inside this paren. (space-in-parens)
(#8109) There should be no spaces inside this paren. (space-in-parens)
(#8110) There should be no spaces inside this paren. (space-in-parens)
(#8110) There should be no spaces inside this paren. (space-in-parens)
(#8111) There should be no spaces inside this paren. (space-in-parens)
(#8111) There should be no spaces inside this paren. (space-in-parens)
(#8120) There should be no spaces inside this paren. (space-in-parens)
(#8120) 'jQuery' is not defined. (no-undef)
(#8120) There should be no spaces inside this paren. (space-in-parens)
(#8133) There should be no spaces inside this paren. (space-in-parens)
(#8133) There should be no spaces inside this paren. (space-in-parens)
(#8135) There should be no space after '{' (object-curly-spacing)
(#8135) There should be no space after '{' (object-curly-spacing)
(#8135) There should be no space before '}' (object-curly-spacing)
(#8135) There should be no space before '}' (object-curly-spacing)
(#8145) Missing JSDoc comment. (require-jsdoc)
(#8167) A space is required after ','. (comma-spacing)
(#8167) A space is required after ','. (comma-spacing)
(#8167) A space is required after ','. (comma-spacing)
(#8167) A space is required after ','. (comma-spacing)
(#8167) A space is required after ','. (comma-spacing)
(#8168) A space is required after ','. (comma-spacing)
(#8168) A space is required after ','. (comma-spacing)
(#8168) A space is required after ','. (comma-spacing)
(#8168) A space is required after ','. (comma-spacing)
(#8168) A space is required after ','. (comma-spacing)
(#8172) A space is required after ','. (comma-spacing)
(#8172) A space is required after ','. (comma-spacing)
(#8172) A space is required after ','. (comma-spacing)
(#8172) A space is required after ','. (comma-spacing)
(#8172) A space is required after ','. (comma-spacing)
(#8172) A space is required after ','. (comma-spacing)
(#8230) Line 8230 exceeds the maximum line length of 132. (max-len)
(#8238) Unexpected space before function parentheses. (space-before-function-paren)
(#8239) Expected { after 'if' condition. (curly)
(#8240) Unexpected console statement. (no-console)
(#8242) Trailing spaces not allowed. (no-trailing-spaces)
(#8267) eval can be harmful. (no-eval)
(#8296) Line 8296 exceeds the maximum line length of 132. (max-len)
(#8304) Expected { after 'if' condition. (curly)
(#8322) Expected { after 'if' condition. (curly)
(#8329) Expected { after 'if' condition. (curly)
(#8332) Expected { after 'if' condition. (curly)
(#8339) There should be no space after '{' (object-curly-spacing)
(#8339) There should be no space before '}' (object-curly-spacing)
(#8342) There should be no space after '{' (object-curly-spacing)
(#8342) Missing space before value for key 'src'. (key-spacing)
(#8342) Missing space before value for key 'alt'. (key-spacing)
(#8342) Missing space before value for key 'title'. (key-spacing)
(#8342) There should be no space before '}' (object-curly-spacing)
(#8345) Expected { after 'if' condition. (curly)
(#8347) Expected { after 'else'. (curly)
(#8383) Expected { after 'if' condition. (curly)
(#8386) Missing space before opening brace. (space-before-blocks)
(#8388) Missing space before opening brace. (space-before-blocks)
(#8424) Do not nest ternary expressions (no-nested-ternary)
(#8440) Expected { after 'if' condition. (curly)
(#8464) Expected { after 'if' condition. (curly)
(#8480) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8480) Statement inside of curly braces should be on next line. (brace-style)
(#8483) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#8488) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8488) Statement inside of curly braces should be on next line. (brace-style)
(#8503) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8503) Statement inside of curly braces should be on next line. (brace-style)
(#8506) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#8511) Statement inside of curly braces should be on next line. (brace-style)
(#8511) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8523) Expected { after 'if' condition. (curly)
(#8537) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#8538) Expected an object to be thrown. (no-throw-literal)
(#8550) Expected to return a value at the end of this function. (consistent-return)
(#8553) Do not nest ternary expressions (no-nested-ternary)
(#8554) Do not nest ternary expressions (no-nested-ternary)
(#8571) Expected { after 'if' condition. (curly)
(#8571) ["dateFormat"] is better written in dot notation. (dot-notation)
(#8571) ["minDate"] is better written in dot notation. (dot-notation)
(#8573) Expected { after 'if' condition. (curly)
(#8573) ["dateFormat"] is better written in dot notation. (dot-notation)
(#8573) ["maxDate"] is better written in dot notation. (dot-notation)
(#8614) Expected { after 'if' condition. (curly)
(#8620) Function '_doKeyDown' has a complexity of 42. (complexity)
(#8620) Expected to return a value at the end of this function. (consistent-return)
(#8625) Expected { after 'if' condition. (curly)
(#8630) Trailing spaces not allowed. (no-trailing-spaces)
(#8632) Expected { after 'if' condition. (curly)
(#8634) Expected { after 'else'. (curly)
(#8637) Unreachable code. (no-unreachable)
(#8648) Expected { after 'if' condition. (curly)
(#8651) Expected { after 'if' condition. (curly)
(#8654) Expected { after 'if' condition. (curly)
(#8657) Expected { after 'if' condition. (curly)
(#8662) Expected { after 'if' condition. (curly)
(#8665) Expected { after 'if' condition. (curly)
(#8668) Expected { after 'if' condition. (curly)
(#8673) Expected { after 'if' condition. (curly)
(#8678) Expected { after 'if' condition. (curly)
(#8690) Expected to return a value at the end of this function. (consistent-return)
(#8713) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#8725) Expected { after 'if' condition. (curly)
(#8727) Expected { after 'if' condition. (curly)
(#8738) Expected { after 'if' condition. (curly)
(#8746) Unexpected use of '|='. (no-bitwise)
(#8755) Expected space or tab after '//' in comment. (spaced-comment)
(#8763) Do not nest ternary expressions (no-nested-ternary)
(#8772) Expected space(s) after "if". (keyword-spacing)
(#8772) There should be no spaces inside this paren. (space-in-parens)
(#8772) Unexpected space after unary operator '!'. (space-unary-ops)
(#8772) Redundant double negation. (no-extra-boolean-cast)
(#8772) There should be no spaces inside this paren. (space-in-parens)
(#8772) Missing space before opening brace. (space-before-blocks)
(#8778) Infix operators must be spaced. (space-infix-ops)
(#8779) Expected { after 'if' condition. (curly)
(#8781) Expected { after 'else'. (curly)
(#8783) Expected { after 'if' condition. (curly)
(#8785) Expected { after 'if' condition. (curly)
(#8797) Expected space(s) after "if". (keyword-spacing)
(#8797) There should be no spaces inside this paren. (space-in-parens)
(#8797) Redundant double negation. (no-extra-boolean-cast)
(#8797) There should be no spaces inside this paren. (space-in-parens)
(#8797) Missing space before opening brace. (space-before-blocks)
(#8797) Expected space or tab after '//' in comment. (spaced-comment)
(#8798) Missing semicolon. (semi)
(#8801) Missing space before opening brace. (space-before-blocks)
(#8803) Expected { after 'if' condition. (curly)
(#8803) Expected space(s) after "if". (keyword-spacing)
(#8804) Expected space(s) after "if". (keyword-spacing)
(#8804) Expected { after 'if' condition. (curly)
(#8806) Missing space before opening brace. (space-before-blocks)
(#8807) There should be no spaces inside this paren. (space-in-parens)
(#8810) Expected space(s) after "if". (keyword-spacing)
(#8810) Expected { after 'if' condition. (curly)
(#8811) Expected space(s) after "if". (keyword-spacing)
(#8811) Expected { after 'if' condition. (curly)
(#8821) Expected { after 'if' condition. (curly)
(#8823) Expected { after 'else'. (curly)
(#8829) Expected { after 'if' condition. (curly)
(#8834) Trailing spaces not allowed. (no-trailing-spaces)
(#8835) Expected space(s) after "if". (keyword-spacing)
(#8835) There should be no spaces inside this paren. (space-in-parens)
(#8835) There should be no spaces inside this paren. (space-in-parens)
(#8835) Missing space before opening brace. (space-before-blocks)
(#8837) Missing space before opening brace. (space-before-blocks)
(#8838) Expected space or tab after '//' in comment. (spaced-comment)
(#8839) Expected space(s) after "if". (keyword-spacing)
(#8839) There should be no spaces inside this paren. (space-in-parens)
(#8839) There should be no spaces inside this paren. (space-in-parens)
(#8839) Missing space before opening brace. (space-before-blocks)
(#8888) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#8895) Expected { after 'if' condition. (curly)
(#8904) Expected { after 'if' condition. (curly)
(#8906) Expected { after 'else'. (curly)
(#8907) Do not nest ternary expressions (no-nested-ternary)
(#8909) Expected { after 'if' condition. (curly)
(#8912) Expected { after 'if' condition. (curly)
(#8918) There should be no space after '{' (object-curly-spacing)
(#8918) There should be no space before '}' (object-curly-spacing)
(#8935) Expected { after 'if' condition. (curly)
(#8938) Expected { after 'if' condition. (curly)
(#8968) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#8985) A space is required after ','. (comma-spacing)
(#9019) 'inst' is defined but never used (no-unused-vars)
(#9027) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#9028) Expected { after 'if' condition. (curly)
(#9032) Expected { after 'if' condition. (curly)
(#9034) Expected { after 'if' condition. (curly)
(#9036) Expected { after 'if' condition. (curly)
(#9041) Expected { after 'if' condition. (curly)
(#9041) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#9054) Statement inside of curly braces should be on next line. (brace-style)
(#9054) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#9091) Function 'parseDate' has a complexity of 38. (complexity)
(#9091) Unexpected space before function parentheses. (space-before-function-paren)
(#9092) Expected { after 'if' condition. (curly)
(#9092) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#9092) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#9093) Expected an object to be thrown. (no-throw-literal)
(#9095) Expected { after 'if' condition. (curly)
(#9111) 'iFormat' used outside of binding context. (block-scoped-var)
(#9111) 'iFormat' used outside of binding context. (block-scoped-var)
(#9112) Expected { after 'if' condition. (curly)
(#9113) 'iFormat' used outside of binding context. (block-scoped-var)
(#9119) Do not nest ternary expressions (no-nested-ternary)
(#9119) Do not nest ternary expressions (no-nested-ternary)
(#9120) Do not nest ternary expressions (no-nested-ternary)
(#9123) Expected { after 'if' condition. (curly)
(#9124) Expected an object to be thrown. (no-throw-literal)
(#9137) Expected an object to be thrown. (no-throw-literal)
(#9141) Expected { after 'if' condition. (curly)
(#9141) 'iFormat' used outside of binding context. (block-scoped-var)
(#9142) Expected an object to be thrown. (no-throw-literal)
(#9147) Expected { after 'if' condition. (curly)
(#9152) Expected { after 'else'. (curly)
(#9179) 'date' is already defined (no-redeclare)
(#9185) Expected { after 'if' condition. (curly)
(#9187) Expected { after 'else'. (curly)
(#9194) Expected { after 'if' condition. (curly)
(#9196) Expected { after 'if' condition. (curly)
(#9202) Unexpected constant condition. (no-constant-condition)
(#9204) Expected { after 'if' condition. (curly)
(#9210) 'date' used outside of binding context. (block-scoped-var)
(#9210) 'date' used outside of binding context. (block-scoped-var)
(#9210) 'date' is already defined (no-redeclare)
(#9211) Expected { after 'if' condition. (curly)
(#9211) 'date' used outside of binding context. (block-scoped-var)
(#9211) 'date' used outside of binding context. (block-scoped-var)
(#9211) 'date' used outside of binding context. (block-scoped-var)
(#9211) 'date' used outside of binding context. (block-scoped-var)
(#9211) 'date' used outside of binding context. (block-scoped-var)
(#9211) 'date' used outside of binding context. (block-scoped-var)
(#9212) Expected an object to be thrown. (no-throw-literal)
(#9213) 'date' used outside of binding context. (block-scoped-var)
(#9213) 'date' used outside of binding context. (block-scoped-var)
(#9260) Function 'formatDate' has a complexity of 26. (complexity)
(#9260) Unexpected space before function parentheses. (space-before-function-paren)
(#9261) Expected { after 'if' condition. (curly)
(#9269) 'iFormat' used outside of binding context. (block-scoped-var)
(#9269) 'iFormat' used outside of binding context. (block-scoped-var)
(#9270) Expected { after 'if' condition. (curly)
(#9271) 'iFormat' used outside of binding context. (block-scoped-var)
(#9277) Expected { after 'if' condition. (curly)
(#9278) Expected { after 'while' condition. (curly)
(#9288) Expected { after 'if' condition. (curly)
(#9290) Expected { after 'if' condition. (curly)
(#9295) Expected { after 'else'. (curly)
(#9324) Expected { after 'if' condition. (curly)
(#9326) Expected { after 'else'. (curly)
(#9337) Unexpected space before function parentheses. (space-before-function-paren)
(#9342) 'iFormat' used outside of binding context. (block-scoped-var)
(#9342) 'iFormat' used outside of binding context. (block-scoped-var)
(#9343) Expected { after 'if' condition. (curly)
(#9344) 'iFormat' used outside of binding context. (block-scoped-var)
(#9347) Expected { after 'for' condition. (curly)
(#9348) Expected { after 'if' condition. (curly)
(#9353) Expected { after 'else'. (curly)
(#9361) Expected { after 'if' condition. (curly)
(#9363) Expected { after 'else'. (curly)
(#9421) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#9434) A space is required after ','. (comma-spacing)
(#9436) A space is required after ','. (comma-spacing)
(#9438) A space is required after ','. (comma-spacing)
(#9442) A space is required after ','. (comma-spacing)
(#9450) Do not nest ternary expressions (no-nested-ternary)
(#9450) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#9450) Do not nest ternary expressions (no-nested-ternary)
(#9451) Do not nest ternary expressions (no-nested-ternary)
(#9469) Expected { after 'if' condition. (curly)
(#9483) Expected { after 'if' condition. (curly)
(#9500) Function '_generateHTML' has a complexity of 73. (complexity)
(#9540) Do not nest ternary expressions (no-nested-ternary)
(#9543) Line 9543 exceeds the maximum line length of 132. (max-len)
(#9543) There should be no spaces inside this paren. (space-in-parens)
(#9544) Line 9544 exceeds the maximum line length of 132. (max-len)
(#9544) Infix operators must be spaced. (space-infix-ops)
(#9544) Infix operators must be spaced. (space-infix-ops)
(#9544) There should be no spaces inside this paren. (space-in-parens)
(#9549) Do not nest ternary expressions (no-nested-ternary)
(#9552) Line 9552 exceeds the maximum line length of 132. (max-len)
(#9552) There should be no spaces inside this paren. (space-in-parens)
(#9553) Line 9553 exceeds the maximum line length of 132. (max-len)
(#9553) Infix operators must be spaced. (space-infix-ops)
(#9553) There should be no spaces inside this paren. (space-in-parens)
(#9558) Line 9558 exceeds the maximum line length of 132. (max-len)
(#9561) Line 9561 exceeds the maximum line length of 132. (max-len)
(#9564) A space is required after ','. (comma-spacing)
(#9568) 'dayNamesShort' is defined but never used (no-unused-vars)
(#9575) 'calculateWeek' is defined but never used (no-unused-vars)
(#9586) Expected { after 'if' condition. (curly)
(#9587) Blocks are nested too deeply (5). (max-depth)
(#9590) Infix operators must be spaced. (space-infix-ops)
(#9592) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#9597) Do not nest ternary expressions (no-nested-ternary)
(#9598) Do not nest ternary expressions (no-nested-ternary)
(#9604) 'dow' used outside of binding context. (block-scoped-var)
(#9604) 'dow' used outside of binding context. (block-scoped-var)
(#9604) 'dow' used outside of binding context. (block-scoped-var)
(#9605) 'dow' used outside of binding context. (block-scoped-var)
(#9606) 'dow' used outside of binding context. (block-scoped-var)
(#9611) Expected { after 'if' condition. (curly)
(#9614) Line 9614 exceeds the maximum line length of 132. (max-len)
(#9620) 'dow' used outside of binding context. (block-scoped-var)
(#9620) 'dow' is already defined (no-redeclare)
(#9620) 'dow' used outside of binding context. (block-scoped-var)
(#9620) 'dow' used outside of binding context. (block-scoped-var)
(#9627) 'dow' used outside of binding context. (block-scoped-var)
(#9629) Line 9629 exceeds the maximum line length of 132. (max-len)
(#9633) Line 9633 exceeds the maximum line length of 132. (max-len)
(#9633) Infix operators must be spaced. (space-infix-ops)
(#9635) Line 9635 exceeds the maximum line length of 132. (max-len)
(#9636) Line 9636 exceeds the maximum line length of 132. (max-len)
(#9637) Line 9637 exceeds the maximum line length of 132. (max-len)
(#9639) Line 9639 exceeds the maximum line length of 132. (max-len)
(#9640) Do not nest ternary expressions (no-nested-ternary)
(#9641) Line 9641 exceeds the maximum line length of 132. (max-len)
(#9656) Trailing spaces not allowed. (no-trailing-spaces)
(#9657) Line 9657 exceeds the maximum line length of 132. (max-len)
(#9657) Infix operators must be spaced. (space-infix-ops)
(#9662) A space is required after ','. (comma-spacing)
(#9669) Function '_generateMonthYearHeader' has a complexity of 22. (complexity)
(#9677) Expected { after 'if' condition. (curly)
(#9685) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#9687) Expected { after 'if' condition. (curly)
(#9695) Expected { after 'if' condition. (curly)
(#9699) Expected { after 'if' condition. (curly)
(#9706) Do not nest ternary expressions (no-nested-ternary)
(#9725) Expected space or tab after '//' in comment. (spaced-comment)
(#9726) Expected space(s) after "if". (keyword-spacing)
(#9726) There should be no spaces inside this paren. (space-in-parens)
(#9726) Unexpected space after unary operator '!'. (space-unary-ops)
(#9726) There should be no spaces inside this paren. (space-in-parens)
(#9726) Missing space before opening brace. (space-before-blocks)
(#9731) Line 9731 exceeds the maximum line length of 132. (max-len)
(#9735) Expected { after 'if' condition. (curly)
(#9752) Expected { after 'if' condition. (curly)
(#9768) Expected { after 'if' condition. (curly)
(#9776) Do not nest ternary expressions (no-nested-ternary)
(#9776) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#9799) Expected { after 'if' condition. (curly)
(#9829) Do not nest ternary expressions (no-nested-ternary)
(#9837) Missing JSDoc comment. (require-jsdoc)
(#9839) Expected { after 'for-in'. (curly)
(#9840) Expected { after 'if' condition. (curly)
(#9840) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#9843) Unnecessary semicolon. (no-extra-semi)
(#9846) Missing JSDoc comment. (require-jsdoc)
(#9846) 'isArray' is defined but never used (no-unused-vars)
(#9848) Unnecessary escape character: \A (no-useless-escape)
(#9849) Unnecessary semicolon. (no-extra-semi)
(#9855) Missing space before opening brace. (space-before-blocks)
(#9856) Trailing spaces not allowed. (no-trailing-spaces)
(#9858) There should be no spaces inside this paren. (space-in-parens)
(#9858) There should be no spaces inside this paren. (space-in-parens)
(#9861) Trailing spaces not allowed. (no-trailing-spaces)
(#9870) Expected { after 'if' condition. (curly)
(#9873) Expected { after 'if' condition. (curly)
(#9877) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#9893) 'jQuery' is not defined. (no-undef)
(#9907) There should be no spaces inside this paren. (space-in-parens)
(#9907) There should be no spaces inside this paren. (space-in-parens)
(#9909) There should be no spaces inside this paren. (space-in-parens)
(#9919) There should be no spaces inside this paren. (space-in-parens)
(#9919) There should be no spaces inside this paren. (space-in-parens)
(#9927) There should be no spaces inside this paren. (space-in-parens)
(#9927) There should be no spaces inside this paren. (space-in-parens)
(#9928) There should be no spaces inside this paren. (space-in-parens)
(#9928) There should be no spaces inside this paren. (space-in-parens)
(#9936) There should be no spaces inside this paren. (space-in-parens)
(#9936) There should be no spaces inside this paren. (space-in-parens)
(#9937) There should be no spaces inside this paren. (space-in-parens)
(#9937) There should be no spaces inside this paren. (space-in-parens)
(#9938) There should be no spaces inside this paren. (space-in-parens)
(#9938) There should be no spaces inside this paren. (space-in-parens)
(#9939) There should be no spaces inside this paren. (space-in-parens)
(#9939) There should be no spaces inside this paren. (space-in-parens)
(#9940) There should be no spaces inside this paren. (space-in-parens)
(#9940) There should be no spaces inside this paren. (space-in-parens)
(#9944) There should be no spaces inside this paren. (space-in-parens)
(#9944) There should be no spaces inside this paren. (space-in-parens)
(#9947) There should be no spaces inside this paren. (space-in-parens)
(#9947) There should be no spaces inside this paren. (space-in-parens)
(#9948) There should be no spaces inside this paren. (space-in-parens)
(#9948) There should be no spaces inside this paren. (space-in-parens)
(#9952) There should be no spaces inside this paren. (space-in-parens)
(#9952) There should be no spaces inside this paren. (space-in-parens)
(#9956) There should be no spaces inside this paren. (space-in-parens)
(#9956) There should be no spaces inside this paren. (space-in-parens)
(#9957) There should be no spaces inside this paren. (space-in-parens)
(#9957) There should be no spaces inside this paren. (space-in-parens)
(#9960) There should be no spaces inside this paren. (space-in-parens)
(#9960) There should be no spaces inside this paren. (space-in-parens)
(#9961) There should be no spaces inside this paren. (space-in-parens)
(#9961) There should be no spaces inside this paren. (space-in-parens)
(#9965) There should be no spaces inside this paren. (space-in-parens)
(#9965) There should be no spaces inside this paren. (space-in-parens)
(#9971) There should be no spaces inside this paren. (space-in-parens)
(#9971) There should be no spaces inside this paren. (space-in-parens)
(#9974) There should be no spaces inside this paren. (space-in-parens)
(#9974) There should be no spaces inside this paren. (space-in-parens)
(#9974) There should be no spaces inside this paren. (space-in-parens)
(#9974) There should be no spaces inside this paren. (space-in-parens)
(#9985) There should be no spaces inside this paren. (space-in-parens)
(#9985) There should be no spaces inside this paren. (space-in-parens)
(#9987) There should be no spaces inside this paren. (space-in-parens)
(#9987) There should be no spaces inside this paren. (space-in-parens)
(#9991) There should be no spaces inside this paren. (space-in-parens)
(#9991) There should be no spaces inside this paren. (space-in-parens)
(#9992) There should be no spaces inside this paren. (space-in-parens)
(#9992) There should be no spaces inside this paren. (space-in-parens)
(#9993) There should be no spaces inside this paren. (space-in-parens)
(#9993) There should be no spaces inside this paren. (space-in-parens)
(#9997) There should be no spaces inside this paren. (space-in-parens)
(#10001) There should be no spaces inside this paren. (space-in-parens)
(#10001) 'jQuery' is not defined. (no-undef)
(#10001) There should be no spaces inside this paren. (space-in-parens)
(#10011) Unnecessary semicolon. (no-extra-semi)
(#10011) 'jQuery' is not defined. (no-undef)
(#10011) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#10016) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#10017) Expected space or tab after '/**' in comment. (spaced-comment)
(#10018) Expected space or tab after '/**' in comment. (spaced-comment)
(#10019) Expected space or tab after '/**' in comment. (spaced-comment)
(#10044) Missing JSDoc comment. (require-jsdoc)
(#10048) Expected { after 'if' condition. (curly)
(#10048) There should be no spaces inside this paren. (space-in-parens)
(#10048) There should be no spaces inside this paren. (space-in-parens)
(#10052) Expected { after 'if' condition. (curly)
(#10052) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#10053) A space is required after ','. (comma-spacing)
(#10053) A space is required after ','. (comma-spacing)
(#10053) A space is required after ','. (comma-spacing)
(#10056) Expected { after 'if' condition. (curly)
(#10056) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#10056) Unnecessary escape character: \% (no-useless-escape)
(#10056) Unnecessary escape character: \% (no-useless-escape)
(#10056) Unnecessary escape character: \% (no-useless-escape)
(#10057) Infix operators must be spaced. (space-infix-ops)
(#10057) Infix operators must be spaced. (space-infix-ops)
(#10057) Infix operators must be spaced. (space-infix-ops)
(#10060) Expected { after 'if' condition. (curly)
(#10060) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#10061) A space is required after ','. (comma-spacing)
(#10061) A space is required after ','. (comma-spacing)
(#10061) A space is required after ','. (comma-spacing)
(#10064) Expected { after 'if' condition. (curly)
(#10064) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#10065) Infix operators must be spaced. (space-infix-ops)
(#10065) A space is required after ','. (comma-spacing)
(#10065) Infix operators must be spaced. (space-infix-ops)
(#10065) A space is required after ','. (comma-spacing)
(#10065) Infix operators must be spaced. (space-infix-ops)
(#10065) A space is required after ','. (comma-spacing)
(#10068) Expected { after 'if' condition. (curly)
(#10068) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#10069) ["transparent"] is better written in dot notation. (dot-notation)
(#10075) Missing JSDoc comment. (require-jsdoc)
(#10082) Expected { after 'if' condition. (curly)
(#10082) There should be no spaces inside this paren. (space-in-parens)
(#10082) There should be no spaces inside this paren. (space-in-parens)
(#10086) There should be no spaces inside this paren. (space-in-parens)
(#10086) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#10086) There should be no spaces inside this paren. (space-in-parens)
(#10089) Unnecessary semicolon. (no-extra-semi)
(#10096) Missing space before value for key 'aqua'. (key-spacing)
(#10096) A space is required after ','. (comma-spacing)
(#10096) A space is required after ','. (comma-spacing)
(#10097) Missing space before value for key 'azure'. (key-spacing)
(#10097) A space is required after ','. (comma-spacing)
(#10097) A space is required after ','. (comma-spacing)
(#10098) Missing space before value for key 'beige'. (key-spacing)
(#10098) A space is required after ','. (comma-spacing)
(#10098) A space is required after ','. (comma-spacing)
(#10099) Missing space before value for key 'black'. (key-spacing)
(#10099) A space is required after ','. (comma-spacing)
(#10099) A space is required after ','. (comma-spacing)
(#10100) Missing space before value for key 'blue'. (key-spacing)
(#10100) A space is required after ','. (comma-spacing)
(#10100) A space is required after ','. (comma-spacing)
(#10101) Missing space before value for key 'brown'. (key-spacing)
(#10101) A space is required after ','. (comma-spacing)
(#10101) A space is required after ','. (comma-spacing)
(#10102) Missing space before value for key 'cyan'. (key-spacing)
(#10102) A space is required after ','. (comma-spacing)
(#10102) A space is required after ','. (comma-spacing)
(#10103) Missing space before value for key 'darkblue'. (key-spacing)
(#10103) A space is required after ','. (comma-spacing)
(#10103) A space is required after ','. (comma-spacing)
(#10104) Missing space before value for key 'darkcyan'. (key-spacing)
(#10104) A space is required after ','. (comma-spacing)
(#10104) A space is required after ','. (comma-spacing)
(#10105) Missing space before value for key 'darkgrey'. (key-spacing)
(#10105) A space is required after ','. (comma-spacing)
(#10105) A space is required after ','. (comma-spacing)
(#10106) Missing space before value for key 'darkgreen'. (key-spacing)
(#10106) A space is required after ','. (comma-spacing)
(#10106) A space is required after ','. (comma-spacing)
(#10107) Missing space before value for key 'darkkhaki'. (key-spacing)
(#10107) A space is required after ','. (comma-spacing)
(#10107) A space is required after ','. (comma-spacing)
(#10108) Missing space before value for key 'darkmagenta'. (key-spacing)
(#10108) A space is required after ','. (comma-spacing)
(#10108) A space is required after ','. (comma-spacing)
(#10109) Missing space before value for key 'darkolivegreen'. (key-spacing)
(#10109) A space is required after ','. (comma-spacing)
(#10109) A space is required after ','. (comma-spacing)
(#10110) Missing space before value for key 'darkorange'. (key-spacing)
(#10110) A space is required after ','. (comma-spacing)
(#10110) A space is required after ','. (comma-spacing)
(#10111) Missing space before value for key 'darkorchid'. (key-spacing)
(#10111) A space is required after ','. (comma-spacing)
(#10111) A space is required after ','. (comma-spacing)
(#10112) Missing space before value for key 'darkred'. (key-spacing)
(#10112) A space is required after ','. (comma-spacing)
(#10112) A space is required after ','. (comma-spacing)
(#10113) Missing space before value for key 'darksalmon'. (key-spacing)
(#10113) A space is required after ','. (comma-spacing)
(#10113) A space is required after ','. (comma-spacing)
(#10114) Missing space before value for key 'darkviolet'. (key-spacing)
(#10114) A space is required after ','. (comma-spacing)
(#10114) A space is required after ','. (comma-spacing)
(#10115) Missing space before value for key 'fuchsia'. (key-spacing)
(#10115) A space is required after ','. (comma-spacing)
(#10115) A space is required after ','. (comma-spacing)
(#10116) Missing space before value for key 'gold'. (key-spacing)
(#10116) A space is required after ','. (comma-spacing)
(#10116) A space is required after ','. (comma-spacing)
(#10117) Missing space before value for key 'green'. (key-spacing)
(#10117) A space is required after ','. (comma-spacing)
(#10117) A space is required after ','. (comma-spacing)
(#10118) Missing space before value for key 'indigo'. (key-spacing)
(#10118) A space is required after ','. (comma-spacing)
(#10118) A space is required after ','. (comma-spacing)
(#10119) Missing space before value for key 'khaki'. (key-spacing)
(#10119) A space is required after ','. (comma-spacing)
(#10119) A space is required after ','. (comma-spacing)
(#10120) Missing space before value for key 'lightblue'. (key-spacing)
(#10120) A space is required after ','. (comma-spacing)
(#10120) A space is required after ','. (comma-spacing)
(#10121) Missing space before value for key 'lightcyan'. (key-spacing)
(#10121) A space is required after ','. (comma-spacing)
(#10121) A space is required after ','. (comma-spacing)
(#10122) Missing space before value for key 'lightgreen'. (key-spacing)
(#10122) A space is required after ','. (comma-spacing)
(#10122) A space is required after ','. (comma-spacing)
(#10123) Missing space before value for key 'lightgrey'. (key-spacing)
(#10123) A space is required after ','. (comma-spacing)
(#10123) A space is required after ','. (comma-spacing)
(#10124) Missing space before value for key 'lightpink'. (key-spacing)
(#10124) A space is required after ','. (comma-spacing)
(#10124) A space is required after ','. (comma-spacing)
(#10125) Missing space before value for key 'lightyellow'. (key-spacing)
(#10125) A space is required after ','. (comma-spacing)
(#10125) A space is required after ','. (comma-spacing)
(#10126) Missing space before value for key 'lime'. (key-spacing)
(#10126) A space is required after ','. (comma-spacing)
(#10126) A space is required after ','. (comma-spacing)
(#10127) Missing space before value for key 'magenta'. (key-spacing)
(#10127) A space is required after ','. (comma-spacing)
(#10127) A space is required after ','. (comma-spacing)
(#10128) Missing space before value for key 'maroon'. (key-spacing)
(#10128) A space is required after ','. (comma-spacing)
(#10128) A space is required after ','. (comma-spacing)
(#10129) Missing space before value for key 'navy'. (key-spacing)
(#10129) A space is required after ','. (comma-spacing)
(#10129) A space is required after ','. (comma-spacing)
(#10130) Missing space before value for key 'olive'. (key-spacing)
(#10130) A space is required after ','. (comma-spacing)
(#10130) A space is required after ','. (comma-spacing)
(#10131) Missing space before value for key 'orange'. (key-spacing)
(#10131) A space is required after ','. (comma-spacing)
(#10131) A space is required after ','. (comma-spacing)
(#10132) Missing space before value for key 'pink'. (key-spacing)
(#10132) A space is required after ','. (comma-spacing)
(#10132) A space is required after ','. (comma-spacing)
(#10133) Missing space before value for key 'purple'. (key-spacing)
(#10133) A space is required after ','. (comma-spacing)
(#10133) A space is required after ','. (comma-spacing)
(#10134) Missing space before value for key 'violet'. (key-spacing)
(#10134) A space is required after ','. (comma-spacing)
(#10134) A space is required after ','. (comma-spacing)
(#10135) Missing space before value for key 'red'. (key-spacing)
(#10135) A space is required after ','. (comma-spacing)
(#10135) A space is required after ','. (comma-spacing)
(#10136) Missing space before value for key 'silver'. (key-spacing)
(#10136) A space is required after ','. (comma-spacing)
(#10136) A space is required after ','. (comma-spacing)
(#10137) Missing space before value for key 'white'. (key-spacing)
(#10137) A space is required after ','. (comma-spacing)
(#10137) A space is required after ','. (comma-spacing)
(#10138) Missing space before value for key 'yellow'. (key-spacing)
(#10138) A space is required after ','. (comma-spacing)
(#10138) A space is required after ','. (comma-spacing)
(#10139) A space is required after ','. (comma-spacing)
(#10139) A space is required after ','. (comma-spacing)
(#10143) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#10144) Expected space or tab after '/**' in comment. (spaced-comment)
(#10145) Expected space or tab after '/**' in comment. (spaced-comment)
(#10146) Expected space or tab after '/**' in comment. (spaced-comment)
(#10161) Missing JSDoc comment. (require-jsdoc)
(#10175) Missing space before opening brace. (space-before-blocks)
(#10188) Trailing spaces not allowed. (no-trailing-spaces)
(#10192) Missing JSDoc comment. (require-jsdoc)
(#10198) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#10212) Trailing spaces not allowed. (no-trailing-spaces)
(#10216) Missing JSDoc comment. (require-jsdoc)
(#10217) There should be no space after '{' (object-curly-spacing)
(#10217) There should be no space before '}' (object-curly-spacing)
(#10252) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10252) Statement inside of curly braces should be on next line. (brace-style)
(#10261) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10261) Statement inside of curly braces should be on next line. (brace-style)
(#10276) There should be no space after '{' (object-curly-spacing)
(#10276) There should be no space before '}' (object-curly-spacing)
(#10276) A space is required after ','. (comma-spacing)
(#10276) A space is required after ','. (comma-spacing)
(#10276) A space is required after ','. (comma-spacing)
(#10280) A space is required after ','. (comma-spacing)
(#10280) A space is required after ','. (comma-spacing)
(#10280) A space is required after ','. (comma-spacing)
(#10281) Line 10281 exceeds the maximum line length of 132. (max-len)
(#10281) There should be no space after '{' (object-curly-spacing)
(#10281) There should be no space before '}' (object-curly-spacing)
(#10281) A space is required after ','. (comma-spacing)
(#10281) A space is required after ','. (comma-spacing)
(#10281) A space is required after ','. (comma-spacing)
(#10286) There should be no spaces inside this paren. (space-in-parens)
(#10286) There should be no spaces inside this paren. (space-in-parens)
(#10287) There should be no spaces inside this paren. (space-in-parens)
(#10287) There should be no spaces inside this paren. (space-in-parens)
(#10291) Infix operators must be spaced. (space-infix-ops)
(#10291) Missing space before value for key 'add'. (key-spacing)
(#10291) Missing space before value for key 'remove'. (key-spacing)
(#10291) A space is required after ','. (comma-spacing)
(#10291) A space is required after ','. (comma-spacing)
(#10291) A space is required after ','. (comma-spacing)
(#10295) There should be no space after '{' (object-curly-spacing)
(#10295) There should be no space before '}' (object-curly-spacing)
(#10295) A space is required after ','. (comma-spacing)
(#10295) A space is required after ','. (comma-spacing)
(#10295) A space is required after ','. (comma-spacing)
(#10299) A space is required after ','. (comma-spacing)
(#10299) A space is required after ','. (comma-spacing)
(#10299) A space is required after ','. (comma-spacing)
(#10299) A space is required after ','. (comma-spacing)
(#10300) There should be no space after '{' (object-curly-spacing)
(#10300) There should be no space before '}' (object-curly-spacing)
(#10300) A space is required after ','. (comma-spacing)
(#10300) A space is required after ','. (comma-spacing)
(#10300) A space is required after ','. (comma-spacing)
(#10305) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#10306) Expected space or tab after '/**' in comment. (spaced-comment)
(#10307) Expected space or tab after '/**' in comment. (spaced-comment)
(#10308) Expected space or tab after '/**' in comment. (spaced-comment)
(#10315) Expected space(s) after "for". (keyword-spacing)
(#10315) Infix operators must be spaced. (space-infix-ops)
(#10316) Expected { after 'if' condition. (curly)
(#10316) Expected space(s) after "if". (keyword-spacing)
(#10316) Infix operators must be spaced. (space-infix-ops)
(#10322) Expected space(s) after "for". (keyword-spacing)
(#10322) Infix operators must be spaced. (space-infix-ops)
(#10323) Expected space(s) after "if". (keyword-spacing)
(#10323) Expected { after 'if' condition. (curly)
(#10323) Infix operators must be spaced. (space-infix-ops)
(#10328) Expected { after 'if' condition. (curly)
(#10340) Unnecessary semicolon. (no-extra-semi)
(#10346) Unnecessary semicolon. (no-extra-semi)
(#10375) Line 10375 exceeds the maximum line length of 132. (max-len)
(#10375) Expected space or tab after '//' in comment. (spaced-comment)
(#10379) There should be no space after '{' (object-curly-spacing)
(#10379) There should be no space before '}' (object-curly-spacing)
(#10380) There should be no space after '{' (object-curly-spacing)
(#10380) There should be no space before '}' (object-curly-spacing)
(#10392) There should be no space before '}' (object-curly-spacing)
(#10399) Expected { after 'if' condition. (curly)
(#10406) Missing space before opening brace. (space-before-blocks)
(#10407) 'unit' is not defined. (no-undef)
(#10408) Expected { after 'if' condition. (curly)
(#10408) 'unit' is not defined. (no-undef)
(#10408) 'unit' is not defined. (no-undef)
(#10408) 'unit' is not defined. (no-undef)
(#10415) Missing JSDoc comment. (require-jsdoc)
(#10441) Do not nest ternary expressions (no-nested-ternary)
(#10441) Do not nest ternary expressions (no-nested-ternary)
(#10449) Missing JSDoc comment. (require-jsdoc)
(#10449) There should be no spaces inside this paren. (space-in-parens)
(#10449) There should be no spaces inside this paren. (space-in-parens)
(#10451) There should be no spaces inside this paren. (space-in-parens)
(#10451) There should be no space after '[' (computed-property-spacing)
(#10451) There should be no space before ']' (computed-property-spacing)
(#10451) There should be no spaces inside this paren. (space-in-parens)
(#10454) Trailing spaces not allowed. (no-trailing-spaces)
(#10456) There should be no spaces inside this paren. (space-in-parens)
(#10456) There should be no space after '[' (computed-property-spacing)
(#10456) There should be no space before ']' (computed-property-spacing)
(#10456) There should be no spaces inside this paren. (space-in-parens)
(#10459) Trailing spaces not allowed. (no-trailing-spaces)
(#10464) 'callback' is defined but never used (no-unused-vars)
(#10474) Trailing spaces not allowed. (no-trailing-spaces)
(#10475) There should be no spaces inside this paren. (space-in-parens)
(#10475) There should be no spaces inside this paren. (space-in-parens)
(#10477) There should be no spaces inside this paren. (space-in-parens)
(#10477) There should be no spaces inside this paren. (space-in-parens)
(#10478) There should be no space after '[' (computed-property-spacing)
(#10478) There should be no space before ']' (computed-property-spacing)
(#10478) There should be no spaces inside this paren. (space-in-parens)
(#10478) There should be no spaces inside this paren. (space-in-parens)
(#10481) There should be no spaces inside this paren. (space-in-parens)
(#10481) There should be no spaces inside this paren. (space-in-parens)
(#10482) There should be no spaces inside this paren. (space-in-parens)
(#10482) There should be no spaces inside this paren. (space-in-parens)
(#10487) Trailing spaces not allowed. (no-trailing-spaces)
(#10493) There should be no spaces inside this paren. (space-in-parens)
(#10493) There should be no spaces inside this paren. (space-in-parens)
(#10493) There should be no spaces inside this paren. (space-in-parens)
(#10493) There should be no spaces inside this paren. (space-in-parens)
(#10504) There should be no spaces inside this paren. (space-in-parens)
(#10504) There should be no spaces inside this paren. (space-in-parens)
(#10504) There should be no spaces inside this paren. (space-in-parens)
(#10504) There should be no spaces inside this paren. (space-in-parens)
(#10516) There should be no spaces inside this paren. (space-in-parens)
(#10516) There should be no spaces inside this paren. (space-in-parens)
(#10516) There should be no spaces inside this paren. (space-in-parens)
(#10516) There should be no spaces inside this paren. (space-in-parens)
(#10516) There should be no spaces inside this paren. (space-in-parens)
(#10516) There should be no spaces inside this paren. (space-in-parens)
(#10527) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#10528) There should be no spaces inside this paren. (space-in-parens)
(#10528) A space is required after ','. (comma-spacing)
(#10528) A space is required after ','. (comma-spacing)
(#10528) A space is required after ','. (comma-spacing)
(#10528) Missing space before opening brace. (space-before-blocks)
(#10529) Expected space(s) after "if". (keyword-spacing)
(#10529) Expected { after 'if' condition. (curly)
(#10537) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#10538) Expected space or tab after '/**' in comment. (spaced-comment)
(#10539) Expected space or tab after '/**' in comment. (spaced-comment)
(#10540) Expected space or tab after '/**' in comment. (spaced-comment)
(#10585) Unexpected space before function parentheses. (space-before-function-paren)
(#10586) Expected space or tab after '//' in comment. (spaced-comment)
(#10589) Unexpected space before function parentheses. (space-before-function-paren)
(#10590) Infix operators must be spaced. (space-infix-ops)
(#10590) Infix operators must be spaced. (space-infix-ops)
(#10590) Infix operators must be spaced. (space-infix-ops)
(#10592) Unexpected space before function parentheses. (space-before-function-paren)
(#10593) Infix operators must be spaced. (space-infix-ops)
(#10593) Infix operators must be spaced. (space-infix-ops)
(#10593) Infix operators must be spaced. (space-infix-ops)
(#10593) Infix operators must be spaced. (space-infix-ops)
(#10595) Unexpected space before function parentheses. (space-before-function-paren)
(#10596) Expected { after 'if' condition. (curly)
(#10596) Infix operators must be spaced. (space-infix-ops)
(#10596) Infix operators must be spaced. (space-infix-ops)
(#10596) Infix operators must be spaced. (space-infix-ops)
(#10596) Infix operators must be spaced. (space-infix-ops)
(#10596) Infix operators must be spaced. (space-infix-ops)
(#10597) Infix operators must be spaced. (space-infix-ops)
(#10597) Infix operators must be spaced. (space-infix-ops)
(#10597) Infix operators must be spaced. (space-infix-ops)
(#10599) Unexpected space before function parentheses. (space-before-function-paren)
(#10600) Infix operators must be spaced. (space-infix-ops)
(#10600) Infix operators must be spaced. (space-infix-ops)
(#10600) Infix operators must be spaced. (space-infix-ops)
(#10600) Infix operators must be spaced. (space-infix-ops)
(#10602) Unexpected space before function parentheses. (space-before-function-paren)
(#10603) Infix operators must be spaced. (space-infix-ops)
(#10603) Infix operators must be spaced. (space-infix-ops)
(#10603) Infix operators must be spaced. (space-infix-ops)
(#10603) Infix operators must be spaced. (space-infix-ops)
(#10603) Infix operators must be spaced. (space-infix-ops)
(#10603) Infix operators must be spaced. (space-infix-ops)
(#10605) Unexpected space before function parentheses. (space-before-function-paren)
(#10606) Expected { after 'if' condition. (curly)
(#10606) Infix operators must be spaced. (space-infix-ops)
(#10606) Infix operators must be spaced. (space-infix-ops)
(#10606) Infix operators must be spaced. (space-infix-ops)
(#10606) Infix operators must be spaced. (space-infix-ops)
(#10606) Infix operators must be spaced. (space-infix-ops)
(#10606) Infix operators must be spaced. (space-infix-ops)
(#10607) Infix operators must be spaced. (space-infix-ops)
(#10607) Infix operators must be spaced. (space-infix-ops)
(#10607) Infix operators must be spaced. (space-infix-ops)
(#10607) Infix operators must be spaced. (space-infix-ops)
(#10607) Infix operators must be spaced. (space-infix-ops)
(#10609) Unexpected space before function parentheses. (space-before-function-paren)
(#10610) Infix operators must be spaced. (space-infix-ops)
(#10610) Infix operators must be spaced. (space-infix-ops)
(#10610) Infix operators must be spaced. (space-infix-ops)
(#10610) Infix operators must be spaced. (space-infix-ops)
(#10610) Infix operators must be spaced. (space-infix-ops)
(#10612) Unexpected space before function parentheses. (space-before-function-paren)
(#10613) Infix operators must be spaced. (space-infix-ops)
(#10613) Infix operators must be spaced. (space-infix-ops)
(#10613) Infix operators must be spaced. (space-infix-ops)
(#10613) Infix operators must be spaced. (space-infix-ops)
(#10613) Infix operators must be spaced. (space-infix-ops)
(#10613) Infix operators must be spaced. (space-infix-ops)
(#10615) Unexpected space before function parentheses. (space-before-function-paren)
(#10616) Expected { after 'if' condition. (curly)
(#10616) Infix operators must be spaced. (space-infix-ops)
(#10616) Infix operators must be spaced. (space-infix-ops)
(#10616) Infix operators must be spaced. (space-infix-ops)
(#10616) Infix operators must be spaced. (space-infix-ops)
(#10616) Infix operators must be spaced. (space-infix-ops)
(#10616) Infix operators must be spaced. (space-infix-ops)
(#10616) Infix operators must be spaced. (space-infix-ops)
(#10617) Infix operators must be spaced. (space-infix-ops)
(#10617) Infix operators must be spaced. (space-infix-ops)
(#10617) Infix operators must be spaced. (space-infix-ops)
(#10617) Infix operators must be spaced. (space-infix-ops)
(#10617) Infix operators must be spaced. (space-infix-ops)
(#10619) Unexpected space before function parentheses. (space-before-function-paren)
(#10620) Infix operators must be spaced. (space-infix-ops)
(#10620) Infix operators must be spaced. (space-infix-ops)
(#10620) Infix operators must be spaced. (space-infix-ops)
(#10620) Infix operators must be spaced. (space-infix-ops)
(#10620) Infix operators must be spaced. (space-infix-ops)
(#10620) Infix operators must be spaced. (space-infix-ops)
(#10622) Unexpected space before function parentheses. (space-before-function-paren)
(#10623) Infix operators must be spaced. (space-infix-ops)
(#10623) Infix operators must be spaced. (space-infix-ops)
(#10623) Infix operators must be spaced. (space-infix-ops)
(#10623) Infix operators must be spaced. (space-infix-ops)
(#10623) Infix operators must be spaced. (space-infix-ops)
(#10623) Infix operators must be spaced. (space-infix-ops)
(#10623) Infix operators must be spaced. (space-infix-ops)
(#10623) Infix operators must be spaced. (space-infix-ops)
(#10625) Unexpected space before function parentheses. (space-before-function-paren)
(#10626) Expected { after 'if' condition. (curly)
(#10626) Infix operators must be spaced. (space-infix-ops)
(#10626) Infix operators must be spaced. (space-infix-ops)
(#10626) Infix operators must be spaced. (space-infix-ops)
(#10626) Infix operators must be spaced. (space-infix-ops)
(#10626) Infix operators must be spaced. (space-infix-ops)
(#10626) Infix operators must be spaced. (space-infix-ops)
(#10626) Infix operators must be spaced. (space-infix-ops)
(#10626) Infix operators must be spaced. (space-infix-ops)
(#10627) Infix operators must be spaced. (space-infix-ops)
(#10627) Infix operators must be spaced. (space-infix-ops)
(#10627) Infix operators must be spaced. (space-infix-ops)
(#10627) Infix operators must be spaced. (space-infix-ops)
(#10627) Infix operators must be spaced. (space-infix-ops)
(#10627) Infix operators must be spaced. (space-infix-ops)
(#10627) Infix operators must be spaced. (space-infix-ops)
(#10629) Unexpected space before function parentheses. (space-before-function-paren)
(#10630) Infix operators must be spaced. (space-infix-ops)
(#10630) Infix operators must be spaced. (space-infix-ops)
(#10632) Unexpected space before function parentheses. (space-before-function-paren)
(#10633) Infix operators must be spaced. (space-infix-ops)
(#10633) Infix operators must be spaced. (space-infix-ops)
(#10635) Unexpected space before function parentheses. (space-before-function-paren)
(#10636) Infix operators must be spaced. (space-infix-ops)
(#10636) Infix operators must be spaced. (space-infix-ops)
(#10636) Infix operators must be spaced. (space-infix-ops)
(#10638) Unexpected space before function parentheses. (space-before-function-paren)
(#10639) Infix operators must be spaced. (space-infix-ops)
(#10639) Infix operators must be spaced. (space-infix-ops)
(#10641) Unexpected space before function parentheses. (space-before-function-paren)
(#10642) Infix operators must be spaced. (space-infix-ops)
(#10642) Infix operators must be spaced. (space-infix-ops)
(#10642) Infix operators must be spaced. (space-infix-ops)
(#10644) Unexpected space before function parentheses. (space-before-function-paren)
(#10645) Expected { after 'if' condition. (curly)
(#10645) Infix operators must be spaced. (space-infix-ops)
(#10646) Expected { after 'if' condition. (curly)
(#10646) Infix operators must be spaced. (space-infix-ops)
(#10646) Infix operators must be spaced. (space-infix-ops)
(#10647) Expected { after 'if' condition. (curly)
(#10647) Infix operators must be spaced. (space-infix-ops)
(#10647) Infix operators must be spaced. (space-infix-ops)
(#10647) Infix operators must be spaced. (space-infix-ops)
(#10648) Infix operators must be spaced. (space-infix-ops)
(#10650) Unexpected space before function parentheses. (space-before-function-paren)
(#10651) Infix operators must be spaced. (space-infix-ops)
(#10651) Infix operators must be spaced. (space-infix-ops)
(#10653) Unexpected space before function parentheses. (space-before-function-paren)
(#10654) Infix operators must be spaced. (space-infix-ops)
(#10654) Infix operators must be spaced. (space-infix-ops)
(#10654) Infix operators must be spaced. (space-infix-ops)
(#10654) Infix operators must be spaced. (space-infix-ops)
(#10656) Unexpected space before function parentheses. (space-before-function-paren)
(#10657) Expected { after 'if' condition. (curly)
(#10657) Infix operators must be spaced. (space-infix-ops)
(#10657) Infix operators must be spaced. (space-infix-ops)
(#10657) Infix operators must be spaced. (space-infix-ops)
(#10657) Infix operators must be spaced. (space-infix-ops)
(#10658) Infix operators must be spaced. (space-infix-ops)
(#10658) Infix operators must be spaced. (space-infix-ops)
(#10658) Infix operators must be spaced. (space-infix-ops)
(#10660) Unexpected space before function parentheses. (space-before-function-paren)
(#10661) 's' used outside of binding context. (block-scoped-var)
(#10661) Infix operators must be spaced. (space-infix-ops)
(#10661) Missing whitespace after semicolon. (semi-spacing)
(#10661) Infix operators must be spaced. (space-infix-ops)
(#10661) Missing whitespace after semicolon. (semi-spacing)
(#10661) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#10661) Infix operators must be spaced. (space-infix-ops)
(#10662) Expected { after 'if' condition. (curly)
(#10662) Infix operators must be spaced. (space-infix-ops)
(#10662) Expected { after 'if' condition. (curly)
(#10662) Multiple spaces found before 'if'. (no-multi-spaces)
(#10662) Infix operators must be spaced. (space-infix-ops)
(#10662) Infix operators must be spaced. (space-infix-ops)
(#10662) Infix operators must be spaced. (space-infix-ops)
(#10662) Expected { after 'if' condition. (curly)
(#10662) Multiple spaces found before 'if'. (no-multi-spaces)
(#10662) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#10662) Infix operators must be spaced. (space-infix-ops)
(#10662) Infix operators must be spaced. (space-infix-ops)
(#10662) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#10663) Statement inside of curly braces should be on next line. (brace-style)
(#10663) Infix operators must be spaced. (space-infix-ops)
(#10663) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#10663) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10663) 's' is already defined (no-redeclare)
(#10663) Infix operators must be spaced. (space-infix-ops)
(#10663) Infix operators must be spaced. (space-infix-ops)
(#10664) Expected { after 'else'. (curly)
(#10664) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#10664) 's' is already defined (no-redeclare)
(#10664) 's' used outside of binding context. (block-scoped-var)
(#10664) Infix operators must be spaced. (space-infix-ops)
(#10664) Infix operators must be spaced. (space-infix-ops)
(#10664) Unexpected space between function name and paren. (no-spaced-func)
(#10664) Infix operators must be spaced. (space-infix-ops)
(#10665) Infix operators must be spaced. (space-infix-ops)
(#10665) A space is required after ','. (comma-spacing)
(#10665) Infix operators must be spaced. (space-infix-ops)
(#10665) Infix operators must be spaced. (space-infix-ops)
(#10665) There should be no spaces inside this paren. (space-in-parens)
(#10665) Infix operators must be spaced. (space-infix-ops)
(#10665) Infix operators must be spaced. (space-infix-ops)
(#10665) 's' used outside of binding context. (block-scoped-var)
(#10665) Infix operators must be spaced. (space-infix-ops)
(#10665) Infix operators must be spaced. (space-infix-ops)
(#10665) Infix operators must be spaced. (space-infix-ops)
(#10665) There should be no spaces inside this paren. (space-in-parens)
(#10667) Unexpected space before function parentheses. (space-before-function-paren)
(#10668) 's' used outside of binding context. (block-scoped-var)
(#10668) Infix operators must be spaced. (space-infix-ops)
(#10668) Missing whitespace after semicolon. (semi-spacing)
(#10668) Infix operators must be spaced. (space-infix-ops)
(#10668) Missing whitespace after semicolon. (semi-spacing)
(#10668) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#10668) Infix operators must be spaced. (space-infix-ops)
(#10669) Expected { after 'if' condition. (curly)
(#10669) Infix operators must be spaced. (space-infix-ops)
(#10669) Multiple spaces found before 'if'. (no-multi-spaces)
(#10669) Expected { after 'if' condition. (curly)
(#10669) Infix operators must be spaced. (space-infix-ops)
(#10669) Infix operators must be spaced. (space-infix-ops)
(#10669) Infix operators must be spaced. (space-infix-ops)
(#10669) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#10669) Multiple spaces found before 'if'. (no-multi-spaces)
(#10669) Expected { after 'if' condition. (curly)
(#10669) Infix operators must be spaced. (space-infix-ops)
(#10669) Infix operators must be spaced. (space-infix-ops)
(#10669) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#10670) Statement inside of curly braces should be on next line. (brace-style)
(#10670) Infix operators must be spaced. (space-infix-ops)
(#10670) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#10670) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10670) 's' is already defined (no-redeclare)
(#10670) Infix operators must be spaced. (space-infix-ops)
(#10670) Infix operators must be spaced. (space-infix-ops)
(#10671) Expected { after 'else'. (curly)
(#10671) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#10671) 's' used outside of binding context. (block-scoped-var)
(#10671) 's' is already defined (no-redeclare)
(#10671) Infix operators must be spaced. (space-infix-ops)
(#10671) Infix operators must be spaced. (space-infix-ops)
(#10671) Unexpected space between function name and paren. (no-spaced-func)
(#10671) Infix operators must be spaced. (space-infix-ops)
(#10672) Infix operators must be spaced. (space-infix-ops)
(#10672) A space is required after ','. (comma-spacing)
(#10672) Infix operators must be spaced. (space-infix-ops)
(#10672) There should be no spaces inside this paren. (space-in-parens)
(#10672) Infix operators must be spaced. (space-infix-ops)
(#10672) Infix operators must be spaced. (space-infix-ops)
(#10672) 's' used outside of binding context. (block-scoped-var)
(#10672) Infix operators must be spaced. (space-infix-ops)
(#10672) Infix operators must be spaced. (space-infix-ops)
(#10672) Infix operators must be spaced. (space-infix-ops)
(#10672) There should be no spaces inside this paren. (space-in-parens)
(#10674) Unexpected space before function parentheses. (space-before-function-paren)
(#10675) 's' used outside of binding context. (block-scoped-var)
(#10675) Infix operators must be spaced. (space-infix-ops)
(#10675) Missing whitespace after semicolon. (semi-spacing)
(#10675) Infix operators must be spaced. (space-infix-ops)
(#10675) Missing whitespace after semicolon. (semi-spacing)
(#10675) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#10675) Infix operators must be spaced. (space-infix-ops)
(#10676) Expected { after 'if' condition. (curly)
(#10676) Infix operators must be spaced. (space-infix-ops)
(#10676) Expected { after 'if' condition. (curly)
(#10676) Multiple spaces found before 'if'. (no-multi-spaces)
(#10676) Infix operators must be spaced. (space-infix-ops)
(#10676) Infix operators must be spaced. (space-infix-ops)
(#10676) Infix operators must be spaced. (space-infix-ops)
(#10676) Infix operators must be spaced. (space-infix-ops)
(#10676) Expected { after 'if' condition. (curly)
(#10676) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#10676) Multiple spaces found before 'if'. (no-multi-spaces)
(#10676) Infix operators must be spaced. (space-infix-ops)
(#10676) Infix operators must be spaced. (space-infix-ops)
(#10676) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#10676) Infix operators must be spaced. (space-infix-ops)
(#10677) Statement inside of curly braces should be on next line. (brace-style)
(#10677) Infix operators must be spaced. (space-infix-ops)
(#10677) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#10677) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10677) 's' is already defined (no-redeclare)
(#10677) Infix operators must be spaced. (space-infix-ops)
(#10677) Infix operators must be spaced. (space-infix-ops)
(#10678) Expected { after 'else'. (curly)
(#10678) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#10678) 's' used outside of binding context. (block-scoped-var)
(#10678) 's' is already defined (no-redeclare)
(#10678) Infix operators must be spaced. (space-infix-ops)
(#10678) Infix operators must be spaced. (space-infix-ops)
(#10678) Unexpected space between function name and paren. (no-spaced-func)
(#10678) Infix operators must be spaced. (space-infix-ops)
(#10679) Expected { after 'if' condition. (curly)
(#10679) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#10679) Infix operators must be spaced. (space-infix-ops)
(#10679) Infix operators must be spaced. (space-infix-ops)
(#10679) A space is required after ','. (comma-spacing)
(#10679) Infix operators must be spaced. (space-infix-ops)
(#10679) Infix operators must be spaced. (space-infix-ops)
(#10679) There should be no spaces inside this paren. (space-in-parens)
(#10679) Infix operators must be spaced. (space-infix-ops)
(#10679) Infix operators must be spaced. (space-infix-ops)
(#10679) 's' used outside of binding context. (block-scoped-var)
(#10679) Infix operators must be spaced. (space-infix-ops)
(#10679) Infix operators must be spaced. (space-infix-ops)
(#10679) Infix operators must be spaced. (space-infix-ops)
(#10679) There should be no spaces inside this paren. (space-in-parens)
(#10680) Infix operators must be spaced. (space-infix-ops)
(#10680) A space is required after ','. (comma-spacing)
(#10680) Infix operators must be spaced. (space-infix-ops)
(#10680) Infix operators must be spaced. (space-infix-ops)
(#10680) There should be no spaces inside this paren. (space-in-parens)
(#10680) Infix operators must be spaced. (space-infix-ops)
(#10680) Infix operators must be spaced. (space-infix-ops)
(#10680) 's' used outside of binding context. (block-scoped-var)
(#10680) Infix operators must be spaced. (space-infix-ops)
(#10680) Infix operators must be spaced. (space-infix-ops)
(#10680) Infix operators must be spaced. (space-infix-ops)
(#10680) There should be no spaces inside this paren. (space-in-parens)
(#10680) Infix operators must be spaced. (space-infix-ops)
(#10680) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#10682) Unexpected space before function parentheses. (space-before-function-paren)
(#10683) Expected { after 'if' condition. (curly)
(#10684) Infix operators must be spaced. (space-infix-ops)
(#10684) Infix operators must be spaced. (space-infix-ops)
(#10684) Infix operators must be spaced. (space-infix-ops)
(#10684) Infix operators must be spaced. (space-infix-ops)
(#10684) Infix operators must be spaced. (space-infix-ops)
(#10684) Infix operators must be spaced. (space-infix-ops)
(#10686) Unexpected space before function parentheses. (space-before-function-paren)
(#10687) Expected { after 'if' condition. (curly)
(#10688) Infix operators must be spaced. (space-infix-ops)
(#10688) Infix operators must be spaced. (space-infix-ops)
(#10688) Infix operators must be spaced. (space-infix-ops)
(#10688) Infix operators must be spaced. (space-infix-ops)
(#10688) Infix operators must be spaced. (space-infix-ops)
(#10688) Infix operators must be spaced. (space-infix-ops)
(#10688) Infix operators must be spaced. (space-infix-ops)
(#10688) Infix operators must be spaced. (space-infix-ops)
(#10690) Unexpected space before function parentheses. (space-before-function-paren)
(#10691) Expected { after 'if' condition. (curly)
(#10692) Expected { after 'if' condition. (curly)
(#10692) Infix operators must be spaced. (space-infix-ops)
(#10692) Infix operators must be spaced. (space-infix-ops)
(#10692) Infix operators must be spaced. (space-infix-ops)
(#10692) Infix operators must be spaced. (space-infix-ops)
(#10692) Infix operators must be spaced. (space-infix-ops)
(#10692) Infix operators must be spaced. (space-infix-ops)
(#10692) Infix operators must be spaced. (space-infix-ops)
(#10692) Infix operators must be spaced. (space-infix-ops)
(#10692) Infix operators must be spaced. (space-infix-ops)
(#10693) Infix operators must be spaced. (space-infix-ops)
(#10693) Infix operators must be spaced. (space-infix-ops)
(#10693) Infix operators must be spaced. (space-infix-ops)
(#10693) Infix operators must be spaced. (space-infix-ops)
(#10693) Infix operators must be spaced. (space-infix-ops)
(#10693) Infix operators must be spaced. (space-infix-ops)
(#10693) Infix operators must be spaced. (space-infix-ops)
(#10693) Infix operators must be spaced. (space-infix-ops)
(#10695) Unexpected space before function parentheses. (space-before-function-paren)
(#10696) Unexpected space between function name and paren. (no-spaced-func)
(#10696) Infix operators must be spaced. (space-infix-ops)
(#10698) Unexpected space before function parentheses. (space-before-function-paren)
(#10699) Infix operators must be spaced. (space-infix-ops)
(#10699) Infix operators must be spaced. (space-infix-ops)
(#10700) Infix operators must be spaced. (space-infix-ops)
(#10700) Infix operators must be spaced. (space-infix-ops)
(#10700) Infix operators must be spaced. (space-infix-ops)
(#10701) Infix operators must be spaced. (space-infix-ops)
(#10702) Infix operators must be spaced. (space-infix-ops)
(#10702) Infix operators must be spaced. (space-infix-ops)
(#10702) Infix operators must be spaced. (space-infix-ops)
(#10702) Infix operators must be spaced. (space-infix-ops)
(#10702) Infix operators must be spaced. (space-infix-ops)
(#10702) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#10703) Infix operators must be spaced. (space-infix-ops)
(#10704) Infix operators must be spaced. (space-infix-ops)
(#10704) Infix operators must be spaced. (space-infix-ops)
(#10704) Infix operators must be spaced. (space-infix-ops)
(#10704) Infix operators must be spaced. (space-infix-ops)
(#10704) Infix operators must be spaced. (space-infix-ops)
(#10704) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#10706) Infix operators must be spaced. (space-infix-ops)
(#10706) Infix operators must be spaced. (space-infix-ops)
(#10706) Infix operators must be spaced. (space-infix-ops)
(#10706) Infix operators must be spaced. (space-infix-ops)
(#10706) Infix operators must be spaced. (space-infix-ops)
(#10706) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#10709) Unexpected space before function parentheses. (space-before-function-paren)
(#10710) Expected { after 'if' condition. (curly)
(#10710) Infix operators must be spaced. (space-infix-ops)
(#10710) Unexpected space between function name and paren. (no-spaced-func)
(#10710) Infix operators must be spaced. (space-infix-ops)
(#10710) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#10711) Unexpected space between function name and paren. (no-spaced-func)
(#10711) Infix operators must be spaced. (space-infix-ops)
(#10711) Infix operators must be spaced. (space-infix-ops)
(#10711) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#10711) Infix operators must be spaced. (space-infix-ops)
(#10711) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#10748) 'jQuery' is not defined. (no-undef)
(#10761) There should be no spaces inside this paren. (space-in-parens)
(#10761) 'undefined' is defined but never used (no-unused-vars)
(#10761) There should be no spaces inside this paren. (space-in-parens)
(#10768) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#10768) A space is required after ','. (comma-spacing)
(#10768) A space is required after ','. (comma-spacing)
(#10768) A space is required after ','. (comma-spacing)
(#10768) A space is required after ','. (comma-spacing)
(#10776) Missing space before value for key 'overflow'. (key-spacing)
(#10779) Expected space(s) after "if". (keyword-spacing)
(#10779) Expected { after 'if' condition. (curly)
(#10787) Expected { after 'if' condition. (curly)
(#10787) Expected space(s) after "if". (keyword-spacing)
(#10789) Expected space(s) after "if". (keyword-spacing)
(#10789) Expected { after 'if' condition. (curly)
(#10797) 'jQuery' is not defined. (no-undef)
(#10810) There should be no spaces inside this paren. (space-in-parens)
(#10810) 'undefined' is defined but never used (no-unused-vars)
(#10810) There should be no spaces inside this paren. (space-in-parens)
(#10814) Function 'anonymous' has a complexity of 27. (complexity)
(#10817) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#10817) A space is required after ','. (comma-spacing)
(#10817) A space is required after ','. (comma-spacing)
(#10817) A space is required after ','. (comma-spacing)
(#10817) A space is required after ','. (comma-spacing)
(#10825) Expected { after 'if' condition. (curly)
(#10832) 'distance' is already defined (no-redeclare)
(#10832) Missing space before value for key 'margin'. (key-spacing)
(#10832) Missing space before value for key 'margin'. (key-spacing)
(#10833) Expected { after 'if' condition. (curly)
(#10834) Expected { after 'if' condition. (curly)
(#10835) Expected { after 'if' condition. (curly)
(#10839) 'animation' used outside of binding context. (block-scoped-var)
(#10840) 'animation' used outside of binding context. (block-scoped-var)
(#10841) 'animation' used outside of binding context. (block-scoped-var)
(#10844) Unnecessary semicolon. (no-extra-semi)
(#10846) 'animation1' used outside of binding context. (block-scoped-var)
(#10846) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#10846) 'animation2' used outside of binding context. (block-scoped-var)
(#10847) 'animation1' used outside of binding context. (block-scoped-var)
(#10848) 'animation2' used outside of binding context. (block-scoped-var)
(#10849) 'animation1' used outside of binding context. (block-scoped-var)
(#10849) 'animation2' used outside of binding context. (block-scoped-var)
(#10851) Unnecessary semicolon. (no-extra-semi)
(#10853) 'animation' used outside of binding context. (block-scoped-var)
(#10853) 'animation' is already defined (no-redeclare)
(#10854) 'animation' used outside of binding context. (block-scoped-var)
(#10854) Multiple spaces found before '+'. (no-multi-spaces)
(#10855) 'animation' used outside of binding context. (block-scoped-var)
(#10855) Missing space before opening brace. (space-before-blocks)
(#10858) Expected { after 'if' condition. (curly)
(#10858) Expected space(s) after "if". (keyword-spacing)
(#10861) 'animation1' used outside of binding context. (block-scoped-var)
(#10861) 'animation1' is already defined (no-redeclare)
(#10861) 'animation2' used outside of binding context. (block-scoped-var)
(#10861) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#10861) 'animation2' is already defined (no-redeclare)
(#10862) 'animation1' used outside of binding context. (block-scoped-var)
(#10863) 'animation2' used outside of binding context. (block-scoped-var)
(#10864) 'animation1' used outside of binding context. (block-scoped-var)
(#10864) 'animation2' used outside of binding context. (block-scoped-var)
(#10864) Missing space before opening brace. (space-before-blocks)
(#10866) Expected space(s) after "if". (keyword-spacing)
(#10866) Expected { after 'if' condition. (curly)
(#10868) Unnecessary semicolon. (no-extra-semi)
(#10869) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10869) Statement inside of curly braces should be on next line. (brace-style)
(#10875) 'jQuery' is not defined. (no-undef)
(#10888) There should be no spaces inside this paren. (space-in-parens)
(#10888) 'undefined' is defined but never used (no-unused-vars)
(#10888) There should be no spaces inside this paren. (space-in-parens)
(#10895) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#10895) A space is required after ','. (comma-spacing)
(#10895) A space is required after ','. (comma-spacing)
(#10895) A space is required after ','. (comma-spacing)
(#10895) A space is required after ','. (comma-spacing)
(#10895) A space is required after ','. (comma-spacing)
(#10895) A space is required after ','. (comma-spacing)
(#10903) Missing space before value for key 'overflow'. (key-spacing)
(#10910) Expected space(s) after "if". (keyword-spacing)
(#10910) Statement inside of curly braces should be on next line. (brace-style)
(#10910) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10910) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#10918) There should be no space after '{' (object-curly-spacing)
(#10919) Expected space(s) after "if". (keyword-spacing)
(#10919) Expected { after 'if' condition. (curly)
(#10921) Expected { after 'if' condition. (curly)
(#10921) Expected space(s) after "if". (keyword-spacing)
(#10929) 'jQuery' is not defined. (no-undef)
(#10942) There should be no spaces inside this paren. (space-in-parens)
(#10942) 'undefined' is defined but never used (no-unused-vars)
(#10942) There should be no spaces inside this paren. (space-in-parens)
(#10949) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#10949) A space is required after ','. (comma-spacing)
(#10949) A space is required after ','. (comma-spacing)
(#10949) A space is required after ','. (comma-spacing)
(#10949) A space is required after ','. (comma-spacing)
(#10949) A space is required after ','. (comma-spacing)
(#10960) Missing space before value for key 'margin'. (key-spacing)
(#10960) Missing space before value for key 'margin'. (key-spacing)
(#10961) Expected { after 'if' condition. (curly)
(#10965) Do not nest ternary expressions (no-nested-ternary)
(#10968) There should be no space after '{' (object-curly-spacing)
(#10969) Expected { after 'if' condition. (curly)
(#10969) Expected space(s) after "if". (keyword-spacing)
(#10971) Expected space(s) after "if". (keyword-spacing)
(#10971) Expected { after 'if' condition. (curly)
(#10979) 'jQuery' is not defined. (no-undef)
(#10992) There should be no spaces inside this paren. (space-in-parens)
(#10992) 'undefined' is defined but never used (no-unused-vars)
(#10992) There should be no spaces inside this paren. (space-in-parens)
(#11001) Do not nest ternary expressions (no-nested-ternary)
(#11005) Expected space or tab after '//' in comment. (spaced-comment)
(#11006) A space is required after ','. (comma-spacing)
(#11007) A space is required after ','. (comma-spacing)
(#11012) Expected space(s) after "for". (keyword-spacing)
(#11012) Infix operators must be spaced. (space-infix-ops)
(#11012) Missing whitespace after semicolon. (semi-spacing)
(#11012) Infix operators must be spaced. (space-infix-ops)
(#11012) Missing whitespace after semicolon. (semi-spacing)
(#11013) Expected space(s) after "for". (keyword-spacing)
(#11013) Infix operators must be spaced. (space-infix-ops)
(#11013) Missing whitespace after semicolon. (semi-spacing)
(#11013) Infix operators must be spaced. (space-infix-ops)
(#11013) Missing whitespace after semicolon. (semi-spacing)
(#11021) Infix operators must be spaced. (space-infix-ops)
(#11021) Infix operators must be spaced. (space-infix-ops)
(#11022) Infix operators must be spaced. (space-infix-ops)
(#11022) Infix operators must be spaced. (space-infix-ops)
(#11029) Infix operators must be spaced. (space-infix-ops)
(#11030) Infix operators must be spaced. (space-infix-ops)
(#11031) Infix operators must be spaced. (space-infix-ops)
(#11031) Infix operators must be spaced. (space-infix-ops)
(#11031) Infix operators must be spaced. (space-infix-ops)
(#11031) Infix operators must be spaced. (space-infix-ops)
(#11031) Infix operators must be spaced. (space-infix-ops)
(#11031) Infix operators must be spaced. (space-infix-ops)
(#11032) Infix operators must be spaced. (space-infix-ops)
(#11032) Infix operators must be spaced. (space-infix-ops)
(#11032) Infix operators must be spaced. (space-infix-ops)
(#11032) Infix operators must be spaced. (space-infix-ops)
(#11032) Infix operators must be spaced. (space-infix-ops)
(#11032) Infix operators must be spaced. (space-infix-ops)
(#11035) Infix operators must be spaced. (space-infix-ops)
(#11035) Infix operators must be spaced. (space-infix-ops)
(#11035) Infix operators must be spaced. (space-infix-ops)
(#11035) Infix operators must be spaced. (space-infix-ops)
(#11035) Infix operators must be spaced. (space-infix-ops)
(#11035) Infix operators must be spaced. (space-infix-ops)
(#11036) Infix operators must be spaced. (space-infix-ops)
(#11036) Infix operators must be spaced. (space-infix-ops)
(#11036) Infix operators must be spaced. (space-infix-ops)
(#11036) Infix operators must be spaced. (space-infix-ops)
(#11036) Infix operators must be spaced. (space-infix-ops)
(#11036) Infix operators must be spaced. (space-infix-ops)
(#11045) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11045) There should be no space after '{' (object-curly-spacing)
(#11045) There should be no space before '}' (object-curly-spacing)
(#11045) There should be no space after '{' (object-curly-spacing)
(#11045) There should be no space before '}' (object-curly-spacing)
(#11046) Expected space(s) after "if". (keyword-spacing)
(#11046) Expected { after 'if' condition. (curly)
(#11058) 'jQuery' is not defined. (no-undef)
(#11071) There should be no spaces inside this paren. (space-in-parens)
(#11071) 'undefined' is defined but never used (no-unused-vars)
(#11071) There should be no spaces inside this paren. (space-in-parens)
(#11078) There should be no space after '{' (object-curly-spacing)
(#11078) There should be no space before '}' (object-curly-spacing)
(#11083) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11090) 'jQuery' is not defined. (no-undef)
(#11103) There should be no spaces inside this paren. (space-in-parens)
(#11103) 'undefined' is defined but never used (no-unused-vars)
(#11103) There should be no spaces inside this paren. (space-in-parens)
(#11110) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#11110) A space is required after ','. (comma-spacing)
(#11110) A space is required after ','. (comma-spacing)
(#11110) A space is required after ','. (comma-spacing)
(#11110) A space is required after ','. (comma-spacing)
(#11120) Missing space before value for key 'overflow'. (key-spacing)
(#11125) Expected space(s) after "if". (keyword-spacing)
(#11125) Expected { after 'if' condition. (curly)
(#11125) A space is required after ','. (comma-spacing)
(#11126) Expected space(s) after "if". (keyword-spacing)
(#11126) Expected { after 'if' condition. (curly)
(#11129) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#11136) Expected space(s) after "if". (keyword-spacing)
(#11136) Expected { after 'if' condition. (curly)
(#11138) Expected space(s) after "if". (keyword-spacing)
(#11138) Expected { after 'if' condition. (curly)
(#11146) 'jQuery' is not defined. (no-undef)
(#11159) There should be no spaces inside this paren. (space-in-parens)
(#11159) 'undefined' is defined but never used (no-unused-vars)
(#11159) There should be no spaces inside this paren. (space-in-parens)
(#11186) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11188) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11189) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11196) 'jQuery' is not defined. (no-undef)
(#11209) There should be no spaces inside this paren. (space-in-parens)
(#11209) 'undefined' is defined but never used (no-unused-vars)
(#11209) There should be no spaces inside this paren. (space-in-parens)
(#11215) 'times' is not defined. (no-undef)
(#11216) 'duration' is not defined. (no-undef)
(#11216) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11216) Unexpected use of comma operator. (no-sequences)
(#11217) 'isVisible' is not defined. (no-undef)
(#11218) 'animateTo' is not defined. (no-undef)
(#11220) 'isVisible' is not defined. (no-undef)
(#11222) 'animateTo' is not defined. (no-undef)
(#11225) 'isVisible' is not defined. (no-undef)
(#11225) 'isVisible' is not defined. (no-undef)
(#11226) 'times' is not defined. (no-undef)
(#11229) 'times' is not defined. (no-undef)
(#11230) There should be no space after '{' (object-curly-spacing)
(#11230) 'animateTo' is not defined. (no-undef)
(#11230) There should be no space before '}' (object-curly-spacing)
(#11230) 'duration' is not defined. (no-undef)
(#11231) 'animateTo' is not defined. (no-undef)
(#11231) 'animateTo' is not defined. (no-undef)
(#11234) There should be no space after '{' (object-curly-spacing)
(#11234) 'animateTo' is not defined. (no-undef)
(#11234) There should be no space before '}' (object-curly-spacing)
(#11234) 'duration' is not defined. (no-undef)
(#11235) 'animateTo' is not defined. (no-undef)
(#11238) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11242) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11242) Statement inside of curly braces should be on next line. (brace-style)
(#11247) 'jQuery' is not defined. (no-undef)
(#11260) There should be no spaces inside this paren. (space-in-parens)
(#11260) 'undefined' is defined but never used (no-unused-vars)
(#11260) There should be no spaces inside this paren. (space-in-parens)
(#11268) There should be no space after '{' (object-curly-spacing)
(#11268) There should be no space before '}' (object-curly-spacing)
(#11297) Line 11297 exceeds the maximum line length of 132. (max-len)
(#11297) A space is required after ','. (comma-spacing)
(#11297) Do not nest ternary expressions (no-nested-ternary)
(#11297) A space is required after ','. (comma-spacing)
(#11301) A space is required after ','. (comma-spacing)
(#11315) Requires a space after '{'. (block-spacing)
(#11315) Statement inside of curly braces should be on next line. (brace-style)
(#11315) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11315) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#11315) Requires a space before '}'. (block-spacing)
(#11315) Unnecessary semicolon. (no-extra-semi)
(#11316) Requires a space after '{'. (block-spacing)
(#11316) Statement inside of curly braces should be on next line. (brace-style)
(#11316) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11316) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#11316) Requires a space before '}'. (block-spacing)
(#11316) Unnecessary semicolon. (no-extra-semi)
(#11317) Unnecessary semicolon. (no-extra-semi)
(#11320) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#11334) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#11334) A space is required after ','. (comma-spacing)
(#11334) A space is required after ','. (comma-spacing)
(#11334) A space is required after ','. (comma-spacing)
(#11334) A space is required after ','. (comma-spacing)
(#11334) A space is required after ','. (comma-spacing)
(#11334) A space is required after ','. (comma-spacing)
(#11334) A space is required after ','. (comma-spacing)
(#11334) A space is required after ','. (comma-spacing)
(#11335) A space is required after ','. (comma-spacing)
(#11335) A space is required after ','. (comma-spacing)
(#11335) A space is required after ','. (comma-spacing)
(#11335) A space is required after ','. (comma-spacing)
(#11335) A space is required after ','. (comma-spacing)
(#11335) A space is required after ','. (comma-spacing)
(#11336) A space is required after ','. (comma-spacing)
(#11336) A space is required after ','. (comma-spacing)
(#11356) Unnecessary semicolon. (no-extra-semi)
(#11366) Unnecessary semicolon. (no-extra-semi)
(#11371) Unnecessary semicolon. (no-extra-semi)
(#11372) Unnecessary semicolon. (no-extra-semi)
(#11378) Unnecessary semicolon. (no-extra-semi)
(#11379) Unnecessary semicolon. (no-extra-semi)
(#11382) A space is required after ','. (comma-spacing)
(#11386) A space is required after ','. (comma-spacing)
(#11387) A space is required after ','. (comma-spacing)
(#11389) Missing space before opening brace. (space-before-blocks)
(#11390) 'child' is not defined. (no-undef)
(#11391) Expected { after 'if' condition. (curly)
(#11391) 'child' is not defined. (no-undef)
(#11392) Identifier 'c_original' is not in camel case. (camelcase)
(#11392) 'child' is not defined. (no-undef)
(#11392) 'child' is not defined. (no-undef)
(#11393) 'child' is not defined. (no-undef)
(#11393) Identifier 'c_original' is not in camel case. (camelcase)
(#11393) Identifier 'c_original' is not in camel case. (camelcase)
(#11394) 'child' is not defined. (no-undef)
(#11394) Identifier 'c_original' is not in camel case. (camelcase)
(#11394) Identifier 'c_original' is not in camel case. (camelcase)
(#11396) 'child' is not defined. (no-undef)
(#11396) 'child' is not defined. (no-undef)
(#11396) 'child' is not defined. (no-undef)
(#11397) 'child' is not defined. (no-undef)
(#11397) 'child' is not defined. (no-undef)
(#11397) 'child' is not defined. (no-undef)
(#11398) Unnecessary semicolon. (no-extra-semi)
(#11400) 'child' is not defined. (no-undef)
(#11400) 'child' is not defined. (no-undef)
(#11400) 'child' is not defined. (no-undef)
(#11401) 'child' is not defined. (no-undef)
(#11401) 'child' is not defined. (no-undef)
(#11401) 'child' is not defined. (no-undef)
(#11402) Unnecessary semicolon. (no-extra-semi)
(#11403) 'child' is not defined. (no-undef)
(#11403) 'child' is not defined. (no-undef)
(#11404) 'child' is not defined. (no-undef)
(#11404) 'child' is not defined. (no-undef)
(#11404) Missing space before opening brace. (space-before-blocks)
(#11405) Expected { after 'if' condition. (curly)
(#11405) 'child' is not defined. (no-undef)
(#11408) Unnecessary semicolon. (no-extra-semi)
(#11411) There should be no space after '{' (object-curly-spacing)
(#11415) Expected { after 'if' condition. (curly)
(#11415) Expected space(s) after "if". (keyword-spacing)
(#11417) Expected { after 'if' condition. (curly)
(#11417) Expected space(s) after "if". (keyword-spacing)
(#11425) 'jQuery' is not defined. (no-undef)
(#11438) There should be no spaces inside this paren. (space-in-parens)
(#11438) 'undefined' is defined but never used (no-unused-vars)
(#11438) There should be no spaces inside this paren. (space-in-parens)
(#11445) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#11445) A space is required after ','. (comma-spacing)
(#11445) A space is required after ','. (comma-spacing)
(#11445) A space is required after ','. (comma-spacing)
(#11445) A space is required after ','. (comma-spacing)
(#11448) 'mode' is defined but never used (no-unused-vars)
(#11461) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#11461) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#11462) Multiple spaces found before '+'. (no-multi-spaces)
(#11463) Multiple spaces found before '+'. (no-multi-spaces)
(#11464) Multiple spaces found before '+'. (no-multi-spaces)
(#11470) Unnecessary semicolon. (no-extra-semi)
(#11472) Missing space before opening brace. (space-before-blocks)
(#11474) Expected space(s) after "if". (keyword-spacing)
(#11474) Expected { after 'if' condition. (curly)
(#11476) Statement inside of curly braces should be on next line. (brace-style)
(#11476) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11482) 'jQuery' is not defined. (no-undef)
(#11495) There should be no spaces inside this paren. (space-in-parens)
(#11495) 'undefined' is defined but never used (no-unused-vars)
(#11495) There should be no spaces inside this paren. (space-in-parens)
(#11502) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#11502) A space is required after ','. (comma-spacing)
(#11502) A space is required after ','. (comma-spacing)
(#11502) A space is required after ','. (comma-spacing)
(#11502) A space is required after ','. (comma-spacing)
(#11510) Missing space before value for key 'overflow'. (key-spacing)
(#11513) Missing space before value for key 'margin'. (key-spacing)
(#11513) Missing space before value for key 'margin'. (key-spacing)
(#11514) Expected { after 'if' condition. (curly)
(#11514) Do not nest ternary expressions (no-nested-ternary)
(#11518) Do not nest ternary expressions (no-nested-ternary)
(#11521) There should be no space after '{' (object-curly-spacing)
(#11522) Expected { after 'if' condition. (curly)
(#11522) Expected space(s) after "if". (keyword-spacing)
(#11524) Expected { after 'if' condition. (curly)
(#11524) Expected space(s) after "if". (keyword-spacing)
(#11532) 'jQuery' is not defined. (no-undef)
(#11545) There should be no spaces inside this paren. (space-in-parens)
(#11545) 'undefined' is defined but never used (no-unused-vars)
(#11545) There should be no spaces inside this paren. (space-in-parens)
(#11571) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11577) 'jQuery' is not defined. (no-undef)
mod/offlinequiz/lib/jquery/ui/jquery-ui-1.8.5.custom.js
(#1) Expected space or tab after '/*' in comment. (spaced-comment)
(#10) There should be no spaces inside this paren. (space-in-parens)
(#10) There should be no spaces inside this paren. (space-in-parens)
(#16) There should be no spaces inside this paren. (space-in-parens)
(#16) There should be no spaces inside this paren. (space-in-parens)
(#20) There should be no spaces inside this paren. (space-in-parens)
(#62) There should be no spaces inside this paren. (space-in-parens)
(#62) There should be no spaces inside this paren. (space-in-parens)
(#67) There should be no spaces inside this paren. (space-in-parens)
(#67) There should be no spaces inside this paren. (space-in-parens)
(#68) There should be no spaces inside this paren. (space-in-parens)
(#68) There should be no spaces inside this paren. (space-in-parens)
(#69) There should be no spaces inside this paren. (space-in-parens)
(#69) There should be no spaces inside this paren. (space-in-parens)
(#71) There should be no spaces inside this paren. (space-in-parens)
(#73) There should be no spaces inside this paren. (space-in-parens)
(#73) There should be no spaces inside this paren. (space-in-parens)
(#80) Line 80 exceeds the maximum line length of 132. (max-len)
(#80) A space is required after ','. (comma-spacing)
(#80) A space is required after ','. (comma-spacing)
(#80) A space is required after ','. (comma-spacing)
(#80) A space is required after ','. (comma-spacing)
(#80) Infix operators must be spaced. (space-infix-ops)
(#80) A space is required after ','. (comma-spacing)
(#80) A space is required after ','. (comma-spacing)
(#80) Infix operators must be spaced. (space-infix-ops)
(#80) A space is required after ','. (comma-spacing)
(#80) A space is required after ','. (comma-spacing)
(#84) Line 84 exceeds the maximum line length of 132. (max-len)
(#84) A space is required after ','. (comma-spacing)
(#84) A space is required after ','. (comma-spacing)
(#84) Infix operators must be spaced. (space-infix-ops)
(#84) A space is required after ','. (comma-spacing)
(#84) A space is required after ','. (comma-spacing)
(#84) Infix operators must be spaced. (space-infix-ops)
(#84) A space is required after ','. (comma-spacing)
(#84) A space is required after ','. (comma-spacing)
(#91) There should be no spaces inside this paren. (space-in-parens)
(#91) There should be no spaces inside this paren. (space-in-parens)
(#92) There should be no spaces inside this paren. (space-in-parens)
(#92) There should be no spaces inside this paren. (space-in-parens)
(#93) There should be no spaces inside this paren. (space-in-parens)
(#93) There should be no spaces inside this paren. (space-in-parens)
(#96) There should be no spaces inside this paren. (space-in-parens)
(#96) There should be no spaces inside this paren. (space-in-parens)
(#97) There should be no spaces inside this paren. (space-in-parens)
(#97) There should be no space after '[' (computed-property-spacing)
(#97) There should be no space before ']' (computed-property-spacing)
(#97) There should be no spaces inside this paren. (space-in-parens)
(#97) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#98) There should be no spaces inside this paren. (space-in-parens)
(#98) There should be no space after '[' (computed-property-spacing)
(#98) There should be no space before ']' (computed-property-spacing)
(#98) There should be no spaces inside this paren. (space-in-parens)
(#102) There should be no spaces inside this paren. (space-in-parens)
(#102) There should be no spaces inside this paren. (space-in-parens)
(#103) There should be no spaces inside this paren. (space-in-parens)
(#103) There should be no spaces inside this paren. (space-in-parens)
(#108) There should be no spaces inside this paren. (space-in-parens)
(#108) There should be no spaces inside this paren. (space-in-parens)
(#108) There should be no spaces inside this paren. (space-in-parens)
(#108) There should be no spaces inside this paren. (space-in-parens)
(#109) There should be no spaces inside this paren. (space-in-parens)
(#109) There should be no spaces inside this paren. (space-in-parens)
(#109) There should be no spaces inside this paren. (space-in-parens)
(#109) There should be no spaces inside this paren. (space-in-parens)
(#119) Trailing spaces not allowed. (no-trailing-spaces)
(#123) There should be no spaces inside this paren. (space-in-parens)
(#123) There should be no spaces inside this paren. (space-in-parens)
(#129) There should be no spaces inside this paren. (space-in-parens)
(#129) There should be no spaces inside this paren. (space-in-parens)
(#133) There should be no spaces inside this paren. (space-in-parens)
(#133) There should be no space after '[' (array-bracket-spacing)
(#133) There should be no space before ']' (array-bracket-spacing)
(#133) There should be no spaces inside this paren. (space-in-parens)
(#133) There should be no spaces inside this paren. (space-in-parens)
(#134) There should be no space after '[' (array-bracket-spacing)
(#134) There should be no space before ']' (array-bracket-spacing)
(#134) There should be no space after '[' (array-bracket-spacing)
(#134) There should be no space before ']' (array-bracket-spacing)
(#143) Missing JSDoc comment. (require-jsdoc)
(#143) There should be no spaces inside this paren. (space-in-parens)
(#143) There should be no spaces inside this paren. (space-in-parens)
(#144) There should be no spaces inside this paren. (space-in-parens)
(#145) There should be no spaces inside this paren. (space-in-parens)
(#145) There should be no spaces inside this paren. (space-in-parens)
(#145) There should be no spaces inside this paren. (space-in-parens)
(#146) There should be no spaces inside this paren. (space-in-parens)
(#146) There should be no spaces inside this paren. (space-in-parens)
(#147) There should be no spaces inside this paren. (space-in-parens)
(#147) There should be no spaces inside this paren. (space-in-parens)
(#147) There should be no spaces inside this paren. (space-in-parens)
(#149) There should be no spaces inside this paren. (space-in-parens)
(#149) There should be no spaces inside this paren. (space-in-parens)
(#150) There should be no spaces inside this paren. (space-in-parens)
(#150) There should be no spaces inside this paren. (space-in-parens)
(#150) There should be no spaces inside this paren. (space-in-parens)
(#156) There should be no space after '[' (computed-property-spacing)
(#156) There should be no space before ']' (computed-property-spacing)
(#156) There should be no spaces inside this paren. (space-in-parens)
(#156) There should be no spaces inside this paren. (space-in-parens)
(#157) There should be no spaces inside this paren. (space-in-parens)
(#157) There should be no spaces inside this paren. (space-in-parens)
(#158) There should be no space after '[' (computed-property-spacing)
(#158) There should be no space before ']' (computed-property-spacing)
(#158) There should be no spaces inside this paren. (space-in-parens)
(#158) There should be no spaces inside this paren. (space-in-parens)
(#162) There should be no spaces inside this paren. (space-in-parens)
(#162) There should be no spaces inside this paren. (space-in-parens)
(#162) There should be no spaces inside this paren. (space-in-parens)
(#162) There should be no spaces inside this paren. (space-in-parens)
(#166) There should be no space after '[' (computed-property-spacing)
(#166) There should be no spaces inside this paren. (space-in-parens)
(#166) There should be no spaces inside this paren. (space-in-parens)
(#167) There should be no spaces inside this paren. (space-in-parens)
(#167) There should be no spaces inside this paren. (space-in-parens)
(#168) There should be no space after '[' (computed-property-spacing)
(#168) There should be no space before ']' (computed-property-spacing)
(#168) There should be no spaces inside this paren. (space-in-parens)
(#168) There should be no spaces inside this paren. (space-in-parens)
(#172) There should be no spaces inside this paren. (space-in-parens)
(#172) There should be no spaces inside this paren. (space-in-parens)
(#172) There should be no spaces inside this paren. (space-in-parens)
(#172) There should be no spaces inside this paren. (space-in-parens)
(#178) Missing JSDoc comment. (require-jsdoc)
(#178) There should be no spaces inside this paren. (space-in-parens)
(#178) There should be no spaces inside this paren. (space-in-parens)
(#179) There should be no spaces inside this paren. (space-in-parens)
(#179) There should be no spaces inside this paren. (space-in-parens)
(#180) There should be no spaces inside this paren. (space-in-parens)
(#180) There should be no spaces inside this paren. (space-in-parens)
(#181) There should be no spaces inside this paren. (space-in-parens)
(#181) There should be no spaces inside this paren. (space-in-parens)
(#185) There should be no spaces inside this paren. (space-in-parens)
(#185) There should be no space after '[' (computed-property-spacing)
(#185) There should be no space before ']' (computed-property-spacing)
(#186) There should be no spaces inside this paren. (space-in-parens)
(#186) There should be no spaces inside this paren. (space-in-parens)
(#187) There should be no spaces inside this paren. (space-in-parens)
(#187) There should be no space after '[' (computed-property-spacing)
(#187) There should be no space before ']' (computed-property-spacing)
(#187) There should be no spaces inside this paren. (space-in-parens)
(#190) There should be no spaces inside this paren. (space-in-parens)
(#190) There should be no spaces inside this paren. (space-in-parens)
(#192) There should be no spaces inside this paren. (space-in-parens)
(#192) There should be no spaces inside this paren. (space-in-parens)
(#193) There should be no spaces inside this paren. (space-in-parens)
(#193) There should be no spaces inside this paren. (space-in-parens)
(#197) There should be no spaces inside this paren. (space-in-parens)
(#197) There should be no spaces inside this paren. (space-in-parens)
(#200) There should be no spaces inside this paren. (space-in-parens)
(#200) There should be no spaces inside this paren. (space-in-parens)
(#201) There should be no spaces inside this paren. (space-in-parens)
(#201) There should be no spaces inside this paren. (space-in-parens)
(#203) There should be no spaces inside this paren. (space-in-parens)
(#203) Do not nest ternary expressions (no-nested-ternary)
(#203) There should be no spaces inside this paren. (space-in-parens)
(#203) There should be no spaces inside this paren. (space-in-parens)
(#206) There should be no spaces inside this paren. (space-in-parens)
(#206) There should be no spaces inside this paren. (space-in-parens)
(#207) There should be no spaces inside this paren. (space-in-parens)
(#207) There should be no spaces inside this paren. (space-in-parens)
(#209) There should be no spaces inside this paren. (space-in-parens)
(#209) There should be no spaces inside this paren. (space-in-parens)
(#212) There should be no spaces inside this paren. (space-in-parens)
(#212) There should be no spaces inside this paren. (space-in-parens)
(#213) There should be no spaces inside this paren. (space-in-parens)
(#213) There should be no spaces inside this paren. (space-in-parens)
(#214) There should be no spaces inside this paren. (space-in-parens)
(#214) There should be no spaces inside this paren. (space-in-parens)
(#214) There should be no spaces inside this paren. (space-in-parens)
(#214) There should be no spaces inside this paren. (space-in-parens)
(#214) There should be no spaces inside this paren. (space-in-parens)
(#214) There should be no spaces inside this paren. (space-in-parens)
(#214) There should be no spaces inside this paren. (space-in-parens)
(#214) There should be no spaces inside this paren. (space-in-parens)
(#220) There should be no spaces inside this paren. (space-in-parens)
(#220) There should be no spaces inside this paren. (space-in-parens)
(#223) There should be no spaces inside this paren. (space-in-parens)
(#230) There should be no spaces inside this paren. (space-in-parens)
(#230) There should be no spaces inside this paren. (space-in-parens)
(#233) There should be no spaces inside this paren. (space-in-parens)
(#233) There should be no spaces inside this paren. (space-in-parens)
(#239) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#241) There should be no spaces inside this paren. (space-in-parens)
(#244) There should be no spaces inside this paren. (space-in-parens)
(#244) There should be no spaces inside this paren. (space-in-parens)
(#245) There should be no space after '[' (computed-property-spacing)
(#245) There should be no space before ']' (computed-property-spacing)
(#246) There should be no spaces inside this paren. (space-in-parens)
(#246) There should be no spaces inside this paren. (space-in-parens)
(#247) There should be no space after '[' (computed-property-spacing)
(#247) There should be no space before ']' (computed-property-spacing)
(#247) There should be no space after '[' (computed-property-spacing)
(#247) There should be no space before ']' (computed-property-spacing)
(#248) There should be no space after '[' (computed-property-spacing)
(#248) There should be no space before ']' (computed-property-spacing)
(#248) There should be no spaces inside this paren. (space-in-parens)
(#248) There should be no space after '[' (array-bracket-spacing)
(#248) There should be no space after '[' (computed-property-spacing)
(#248) There should be no space before ']' (computed-property-spacing)
(#248) There should be no space before ']' (array-bracket-spacing)
(#248) There should be no spaces inside this paren. (space-in-parens)
(#251) There should be no spaces inside this paren. (space-in-parens)
(#251) There should be no spaces inside this paren. (space-in-parens)
(#252) There should be no space after '[' (computed-property-spacing)
(#252) There should be no space before ']' (computed-property-spacing)
(#253) There should be no spaces inside this paren. (space-in-parens)
(#253) There should be no space after '[' (computed-property-spacing)
(#253) There should be no space before ']' (computed-property-spacing)
(#253) There should be no spaces inside this paren. (space-in-parens)
(#256) Trailing spaces not allowed. (no-trailing-spaces)
(#257) There should be no spaces inside this paren. (space-in-parens)
(#257) There should be no spaces inside this paren. (space-in-parens)
(#258) There should be no spaces inside this paren. (space-in-parens)
(#258) There should be no space after '[' (computed-property-spacing)
(#258) There should be no space after '[' (computed-property-spacing)
(#258) There should be no space before ']' (computed-property-spacing)
(#258) There should be no space after '[' (computed-property-spacing)
(#258) There should be no space before ']' (computed-property-spacing)
(#258) There should be no space before ']' (computed-property-spacing)
(#258) There should be no spaces inside this paren. (space-in-parens)
(#259) There should be no space after '[' (computed-property-spacing)
(#259) There should be no space before ']' (computed-property-spacing)
(#259) There should be no space after '[' (computed-property-spacing)
(#259) There should be no space before ']' (computed-property-spacing)
(#259) There should be no spaces inside this paren. (space-in-parens)
(#259) There should be no spaces inside this paren. (space-in-parens)
(#264) Trailing spaces not allowed. (no-trailing-spaces)
(#266) There should be no spaces inside this paren. (space-in-parens)
(#266) There should be no spaces inside this paren. (space-in-parens)
(#268) Unexpected use of '&'. (no-bitwise)
(#268) There should be no spaces inside this paren. (space-in-parens)
(#268) There should be no spaces inside this paren. (space-in-parens)
(#269) There should be no spaces inside this paren. (space-in-parens)
(#269) There should be no spaces inside this paren. (space-in-parens)
(#271) Trailing spaces not allowed. (no-trailing-spaces)
(#273) There should be no spaces inside this paren. (space-in-parens)
(#273) There should be no spaces inside this paren. (space-in-parens)
(#274) Trailing spaces not allowed. (no-trailing-spaces)
(#275) Expected space or tab after '//' in comment. (spaced-comment)
(#276) There should be no spaces inside this paren. (space-in-parens)
(#276) There should be no spaces inside this paren. (space-in-parens)
(#276) There should be no spaces inside this paren. (space-in-parens)
(#276) There should be no spaces inside this paren. (space-in-parens)
(#276) There should be no spaces inside this paren. (space-in-parens)
(#279) Trailing spaces not allowed. (no-trailing-spaces)
(#280) There should be no spaces inside this paren. (space-in-parens)
(#280) There should be no spaces inside this paren. (space-in-parens)
(#282) Trailing spaces not allowed. (no-trailing-spaces)
(#283) There should be no spaces inside this paren. (space-in-parens)
(#283) There should be no space after '[' (computed-property-spacing)
(#283) There should be no space before ']' (computed-property-spacing)
(#283) There should be no spaces inside this paren. (space-in-parens)
(#286) Trailing spaces not allowed. (no-trailing-spaces)
(#290) There should be no space after '[' (computed-property-spacing)
(#290) There should be no space before ']' (computed-property-spacing)
(#291) There should be no spaces inside this paren. (space-in-parens)
(#291) There should be no space after '[' (computed-property-spacing)
(#291) There should be no space before ']' (computed-property-spacing)
(#291) There should be no spaces inside this paren. (space-in-parens)
(#292) There should be no space after '[' (computed-property-spacing)
(#292) There should be no space before ']' (computed-property-spacing)
(#295) Trailing spaces not allowed. (no-trailing-spaces)
(#297) There should be no spaces inside this paren. (space-in-parens)
(#297) There should be no spaces inside this paren. (space-in-parens)
(#298) Expected space or tab after '//' in comment. (spaced-comment)
(#299) There should be no spaces inside this paren. (space-in-parens)
(#299) There should be no spaces inside this paren. (space-in-parens)
(#299) There should be no spaces inside this paren. (space-in-parens)
(#299) There should be no spaces inside this paren. (space-in-parens)
(#299) There should be no spaces inside this paren. (space-in-parens)
(#299) There should be no spaces inside this paren. (space-in-parens)
(#301) There should be no spaces inside this paren. (space-in-parens)
(#301) There should be no spaces inside this paren. (space-in-parens)
(#302) Expected space or tab after '//' in comment. (spaced-comment)
(#303) There should be no spaces inside this paren. (space-in-parens)
(#303) There should be no spaces inside this paren. (space-in-parens)
(#303) There should be no spaces inside this paren. (space-in-parens)
(#303) There should be no spaces inside this paren. (space-in-parens)
(#307) There should be no spaces inside this paren. (space-in-parens)
(#307) 'jQuery' is not defined. (no-undef)
(#307) There should be no spaces inside this paren. (space-in-parens)
(#308) Expected space or tab after '/*' in comment. (spaced-comment)
(#317) There should be no spaces inside this paren. (space-in-parens)
(#317) There should be no spaces inside this paren. (space-in-parens)
(#320) There should be no spaces inside this paren. (space-in-parens)
(#320) There should be no spaces inside this paren. (space-in-parens)
(#322) There should be no spaces inside this paren. (space-in-parens)
(#322) There should be no spaces inside this paren. (space-in-parens)
(#323) There should be no spaces inside this paren. (space-in-parens)
(#323) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#323) There should be no spaces inside this paren. (space-in-parens)
(#324) There should be no spaces inside this paren. (space-in-parens)
(#324) There should be no spaces inside this paren. (space-in-parens)
(#324) There should be no spaces inside this paren. (space-in-parens)
(#324) There should be no spaces inside this paren. (space-in-parens)
(#326) There should be no spaces inside this paren. (space-in-parens)
(#326) There should be no spaces inside this paren. (space-in-parens)
(#330) There should be no spaces inside this paren. (space-in-parens)
(#330) There should be no spaces inside this paren. (space-in-parens)
(#332) There should be no spaces inside this paren. (space-in-parens)
(#332) There should be no spaces inside this paren. (space-in-parens)
(#333) There should be no spaces inside this paren. (space-in-parens)
(#333) There should be no spaces inside this paren. (space-in-parens)
(#333) There should be no space after '[' (array-bracket-spacing)
(#333) There should be no space before ']' (array-bracket-spacing)
(#333) There should be no spaces inside this paren. (space-in-parens)
(#333) There should be no spaces inside this paren. (space-in-parens)
(#334) There should be no spaces inside this paren. (space-in-parens)
(#334) There should be no spaces inside this paren. (space-in-parens)
(#334) There should be no spaces inside this paren. (space-in-parens)
(#334) There should be no space after '[' (array-bracket-spacing)
(#334) There should be no space before ']' (array-bracket-spacing)
(#334) There should be no spaces inside this paren. (space-in-parens)
(#335) There should be no spaces inside this paren. (space-in-parens)
(#335) There should be no spaces inside this paren. (space-in-parens)
(#335) There should be no spaces inside this paren. (space-in-parens)
(#335) There should be no spaces inside this paren. (space-in-parens)
(#339) There should be no spaces inside this paren. (space-in-parens)
(#339) There should be no spaces inside this paren. (space-in-parens)
(#344) There should be no spaces inside this paren. (space-in-parens)
(#344) There should be no spaces inside this paren. (space-in-parens)
(#345) There should be no spaces inside this paren. (space-in-parens)
(#345) There should be no spaces inside this paren. (space-in-parens)
(#345) There should be no space after '[' (computed-property-spacing)
(#345) There should be no space before ']' (computed-property-spacing)
(#347) There should be no spaces inside this paren. (space-in-parens)
(#347) There should be no spaces inside this paren. (space-in-parens)
(#347) There should be no space after '[' (computed-property-spacing)
(#347) There should be no space before ']' (computed-property-spacing)
(#350) There should be no spaces inside this paren. (space-in-parens)
(#350) There should be no spaces inside this paren. (space-in-parens)
(#356) There should be no space after '[' (computed-property-spacing)
(#356) There should be no space before ']' (computed-property-spacing)
(#356) There should be no space after '[' (computed-property-spacing)
(#356) There should be no space before ']' (computed-property-spacing)
(#356) There should be no spaces inside this paren. (space-in-parens)
(#356) There should be no spaces inside this paren. (space-in-parens)
(#357) There should be no spaces inside this paren. (space-in-parens)
(#357) There should be no spaces inside this paren. (space-in-parens)
(#360) There should be no space after '[' (computed-property-spacing)
(#360) There should be no space before ']' (computed-property-spacing)
(#360) There should be no space after '[' (computed-property-spacing)
(#360) There should be no space before ']' (computed-property-spacing)
(#361) There should be no space after '[' (computed-property-spacing)
(#361) There should be no space before ']' (computed-property-spacing)
(#361) There should be no space after '[' (computed-property-spacing)
(#361) There should be no space before ']' (computed-property-spacing)
(#361) There should be no spaces inside this paren. (space-in-parens)
(#361) There should be no spaces inside this paren. (space-in-parens)
(#363) There should be no spaces inside this paren. (space-in-parens)
(#363) There should be no spaces inside this paren. (space-in-parens)
(#364) There should be no spaces inside this paren. (space-in-parens)
(#364) There should be no spaces inside this paren. (space-in-parens)
(#368) A constructor name should not start with a lowercase letter. (new-cap)
(#377) There should be no spaces inside this paren. (space-in-parens)
(#377) There should be no spaces inside this paren. (space-in-parens)
(#378) There should be no space after '[' (computed-property-spacing)
(#378) There should be no space before ']' (computed-property-spacing)
(#378) There should be no space after '[' (computed-property-spacing)
(#378) There should be no space before ']' (computed-property-spacing)
(#378) There should be no spaces inside this paren. (space-in-parens)
(#381) There should be no space after '[' (computed-property-spacing)
(#381) There should be no space before ']' (computed-property-spacing)
(#381) There should be no space after '[' (computed-property-spacing)
(#381) There should be no space before ']' (computed-property-spacing)
(#383) There should be no spaces inside this paren. (space-in-parens)
(#385) There should be no spaces inside this paren. (space-in-parens)
(#385) There should be no space after '[' (computed-property-spacing)
(#385) There should be no space before ']' (computed-property-spacing)
(#385) There should be no space after '[' (computed-property-spacing)
(#385) There should be no space before ']' (computed-property-spacing)
(#385) There should be no spaces inside this paren. (space-in-parens)
(#388) There should be no spaces inside this paren. (space-in-parens)
(#388) There should be no spaces inside this paren. (space-in-parens)
(#389) There should be no space after '[' (computed-property-spacing)
(#389) There should be no space before ']' (computed-property-spacing)
(#389) There should be no spaces inside this paren. (space-in-parens)
(#389) There should be no spaces inside this paren. (space-in-parens)
(#391) There should be no spaces inside this paren. (space-in-parens)
(#391) There should be no spaces inside this paren. (space-in-parens)
(#396) There should be no spaces inside this paren. (space-in-parens)
(#396) There should be no space after '[' (array-bracket-spacing)
(#396) There should be no space before ']' (array-bracket-spacing)
(#396) There should be no spaces inside this paren. (space-in-parens)
(#400) There should be no spaces inside this paren. (space-in-parens)
(#400) There should be no spaces inside this paren. (space-in-parens)
(#400) There should be no spaces inside this paren. (space-in-parens)
(#400) There should be no spaces inside this paren. (space-in-parens)
(#404) There should be no spaces inside this paren. (space-in-parens)
(#404) There should be no spaces inside this paren. (space-in-parens)
(#405) Expected to return a value at the end of this function. (consistent-return)
(#406) There should be no spaces inside this paren. (space-in-parens)
(#406) There should be no spaces inside this paren. (space-in-parens)
(#407) There should be no spaces inside this paren. (space-in-parens)
(#407) There should be no spaces inside this paren. (space-in-parens)
(#408) Expected an object to be thrown. (no-throw-literal)
(#411) There should be no spaces inside this paren. (space-in-parens)
(#411) There should be no spaces inside this paren. (space-in-parens)
(#411) There should be no spaces inside this paren. (space-in-parens)
(#411) There should be no spaces inside this paren. (space-in-parens)
(#412) Expected an object to be thrown. (no-throw-literal)
(#414) There should be no space after '[' (computed-property-spacing)
(#414) There should be no space before ']' (computed-property-spacing)
(#414) There should be no spaces inside this paren. (space-in-parens)
(#414) There should be no spaces inside this paren. (space-in-parens)
(#415) There should be no spaces inside this paren. (space-in-parens)
(#415) There should be no spaces inside this paren. (space-in-parens)
(#422) There should be no spaces inside this paren. (space-in-parens)
(#422) There should be no spaces inside this paren. (space-in-parens)
(#423) There should be no spaces inside this paren. (space-in-parens)
(#423) There should be no spaces inside this paren. (space-in-parens)
(#424) There should be no spaces inside this paren. (space-in-parens)
(#424) There should be no spaces inside this paren. (space-in-parens)
(#426) There should be no spaces inside this paren. (space-in-parens)
(#426) A constructor name should not start with a lowercase letter. (new-cap)
(#426) There should be no spaces inside this paren. (space-in-parens)
(#426) There should be no spaces inside this paren. (space-in-parens)
(#426) There should be no spaces inside this paren. (space-in-parens)
(#435) There should be no spaces inside this paren. (space-in-parens)
(#435) There should be no spaces inside this paren. (space-in-parens)
(#437) There should be no spaces inside this paren. (space-in-parens)
(#437) There should be no spaces inside this paren. (space-in-parens)
(#438) There should be no spaces inside this paren. (space-in-parens)
(#438) There should be no spaces inside this paren. (space-in-parens)
(#448) There should be no spaces inside this paren. (space-in-parens)
(#448) There should be no spaces inside this paren. (space-in-parens)
(#451) There should be no spaces inside this paren. (space-in-parens)
(#451) There should be no spaces inside this paren. (space-in-parens)
(#452) There should be no spaces inside this paren. (space-in-parens)
(#452) There should be no spaces inside this paren. (space-in-parens)
(#453) There should be no spaces inside this paren. (space-in-parens)
(#455) There should be no spaces inside this paren. (space-in-parens)
(#455) There should be no spaces inside this paren. (space-in-parens)
(#455) There should be no space after '[' (computed-property-spacing)
(#455) There should be no space before ']' (computed-property-spacing)
(#456) There should be no spaces inside this paren. (space-in-parens)
(#459) There should be no spaces inside this paren. (space-in-parens)
(#466) Unexpected empty function. (no-empty-function)
(#467) Unexpected empty function. (no-empty-function)
(#471) There should be no spaces inside this paren. (space-in-parens)
(#471) There should be no spaces inside this paren. (space-in-parens)
(#472) There should be no spaces inside this paren. (space-in-parens)
(#472) There should be no spaces inside this paren. (space-in-parens)
(#474) There should be no spaces inside this paren. (space-in-parens)
(#474) There should be no spaces inside this paren. (space-in-parens)
(#475) There should be no spaces inside this paren. (space-in-parens)
(#475) There should be no spaces inside this paren. (space-in-parens)
(#478) There should be no spaces inside this paren. (space-in-parens)
(#485) There should be no spaces inside this paren. (space-in-parens)
(#485) There should be no spaces inside this paren. (space-in-parens)
(#489) There should be no spaces inside this paren. (space-in-parens)
(#489) There should be no spaces inside this paren. (space-in-parens)
(#491) There should be no spaces inside this paren. (space-in-parens)
(#491) There should be no spaces inside this paren. (space-in-parens)
(#494) Multiple spaces found before '('. (no-multi-spaces)
(#494) There should be no spaces inside this paren. (space-in-parens)
(#495) There should be no spaces inside this paren. (space-in-parens)
(#495) There should be no spaces inside this paren. (space-in-parens)
(#496) There should be no space after '[' (computed-property-spacing)
(#496) There should be no space before ']' (computed-property-spacing)
(#499) There should be no space after '[' (computed-property-spacing)
(#499) There should be no space before ']' (computed-property-spacing)
(#502) There should be no spaces inside this paren. (space-in-parens)
(#502) There should be no spaces inside this paren. (space-in-parens)
(#502) There should be no spaces inside this paren. (space-in-parens)
(#503) There should be no spaces inside this paren. (space-in-parens)
(#503) There should be no spaces inside this paren. (space-in-parens)
(#508) There should be no spaces inside this paren. (space-in-parens)
(#508) There should be no spaces inside this paren. (space-in-parens)
(#509) There should be no space after '[' (computed-property-spacing)
(#509) There should be no space before ']' (computed-property-spacing)
(#511) There should be no spaces inside this paren. (space-in-parens)
(#511) There should be no spaces inside this paren. (space-in-parens)
(#513) Unexpected newline between object and [ of property access. (no-unexpected-multiline)
(#513) There should be no space after '[' (computed-property-spacing)
(#515) There should be no spaces inside this paren. (space-in-parens)
(#516) There should be no spaces inside this paren. (space-in-parens)
(#516) There should be no spaces inside this paren. (space-in-parens)
(#523) There should be no spaces inside this paren. (space-in-parens)
(#523) There should be no spaces inside this paren. (space-in-parens)
(#526) There should be no spaces inside this paren. (space-in-parens)
(#526) There should be no spaces inside this paren. (space-in-parens)
(#529) There should be no spaces inside this paren. (space-in-parens)
(#529) There should be no spaces inside this paren. (space-in-parens)
(#530) There should be no space after '[' (computed-property-spacing)
(#530) There should be no space before ']' (computed-property-spacing)
(#532) There should be no spaces inside this paren. (space-in-parens)
(#532) There should be no spaces inside this paren. (space-in-parens)
(#533) There should be no spaces inside this paren. (space-in-parens)
(#535) There should be no spaces inside this paren. (space-in-parens)
(#541) There should be no spaces inside this paren. (space-in-parens)
(#541) There should be no spaces inside this paren. (space-in-parens)
(#542) There should be no spaces inside this paren. (space-in-parens)
(#542) There should be no spaces inside this paren. (space-in-parens)
(#543) There should be no space after '[' (computed-property-spacing)
(#543) There should be no space before ']' (computed-property-spacing)
(#544) There should be no space after '[' (computed-property-spacing)
(#544) There should be no space before ']' (computed-property-spacing)
(#544) There should be no space after '[' (computed-property-spacing)
(#544) There should be no space before ']' (computed-property-spacing)
(#548) There should be no spaces inside this paren. (space-in-parens)
(#548) There should be no spaces inside this paren. (space-in-parens)
(#550) There should be no spaces inside this paren. (space-in-parens)
(#551) There should be no spaces inside this paren. (space-in-parens)
(#551) There should be no spaces inside this paren. (space-in-parens)
(#552) There should be no spaces inside this paren. (space-in-parens)
(#556) There should be no spaces inside this paren. (space-in-parens)
(#556) 'jQuery' is not defined. (no-undef)
(#556) There should be no spaces inside this paren. (space-in-parens)
(#557) Expected space or tab after '/*' in comment. (spaced-comment)
(#569) There should be no spaces inside this paren. (space-in-parens)
(#569) 'undefined' is defined but never used (no-unused-vars)
(#569) There should be no spaces inside this paren. (space-in-parens)
(#581) Infix operators must be spaced. (space-infix-ops)
(#584) Infix operators must be spaced. (space-infix-ops)
(#584) Expected to return a value at the end of this function. (consistent-return)
(#585) Expected space(s) after "if". (keyword-spacing)
(#598) Infix operators must be spaced. (space-infix-ops)
(#605) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#605) Statement inside of curly braces should be on next line. (brace-style)
(#608) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#614) Line 614 exceeds the maximum line length of 132. (max-len)
(#616) Expected no return value. (consistent-return)
(#630) Expected no return value. (consistent-return)
(#642) Infix operators must be spaced. (space-infix-ops)
(#643) Infix operators must be spaced. (space-infix-ops)
(#648) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#651) Expected no return value. (consistent-return)
(#668) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#676) Infix operators must be spaced. (space-infix-ops)
(#677) Infix operators must be spaced. (space-infix-ops)
(#696) 'event' is defined but never used (no-unused-vars)
(#701) 'event' is defined but never used (no-unused-vars)
(#701) Unexpected empty function. (no-empty-function)
(#702) 'event' is defined but never used (no-unused-vars)
(#702) Unexpected empty function. (no-empty-function)
(#703) 'event' is defined but never used (no-unused-vars)
(#703) Unexpected empty function. (no-empty-function)
(#704) 'event' is defined but never used (no-unused-vars)
(#704) Statement inside of curly braces should be on next line. (brace-style)
(#704) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#707) 'jQuery' is not defined. (no-undef)
(#717) There should be no spaces inside this paren. (space-in-parens)
(#717) 'undefined' is defined but never used (no-unused-vars)
(#717) There should be no spaces inside this paren. (space-in-parens)
(#727) There should be no spaces inside this paren. (space-in-parens)
(#727) There should be no spaces inside this paren. (space-in-parens)
(#728) There should be no spaces inside this paren. (space-in-parens)
(#728) There should be no spaces inside this paren. (space-in-parens)
(#729) There should be no spaces inside this paren. (space-in-parens)
(#729) There should be no spaces inside this paren. (space-in-parens)
(#733) There should be no spaces inside this paren. (space-in-parens)
(#733) There should be no spaces inside this paren. (space-in-parens)
(#735) There should be no spaces inside this paren. (space-in-parens)
(#735) There should be no spaces inside this paren. (space-in-parens)
(#737) There should be no spaces inside this paren. (space-in-parens)
(#737) There should be no spaces inside this paren. (space-in-parens)
(#737) There should be no spaces inside this paren. (space-in-parens)
(#737) There should be no spaces inside this paren. (space-in-parens)
(#738) There should be no spaces inside this paren. (space-in-parens)
(#738) There should be no spaces inside this paren. (space-in-parens)
(#738) There should be no space after '[' (array-bracket-spacing)
(#738) There should be no space before ']' (array-bracket-spacing)
(#743) There should be no spaces inside this paren. (space-in-parens)
(#743) There should be no spaces inside this paren. (space-in-parens)
(#746) There should be no space after '{' (object-curly-spacing)
(#746) There should be no space before '}' (object-curly-spacing)
(#747) There should be no spaces inside this paren. (space-in-parens)
(#747) There should be no spaces inside this paren. (space-in-parens)
(#750) There should be no space after '{' (object-curly-spacing)
(#750) There should be no space before '}' (object-curly-spacing)
(#751) There should be no spaces inside this paren. (space-in-parens)
(#751) There should be no spaces inside this paren. (space-in-parens)
(#755) There should be no space after '{' (object-curly-spacing)
(#755) There should be no space before '}' (object-curly-spacing)
(#763) Trailing spaces not allowed. (no-trailing-spaces)
(#764) There should be no spaces inside this paren. (space-in-parens)
(#764) There should be no space after '[' (array-bracket-spacing)
(#764) There should be no space before ']' (array-bracket-spacing)
(#765) There should be no spaces inside this paren. (space-in-parens)
(#765) There should be no spaces inside this paren. (space-in-parens)
(#765) There should be no spaces inside this paren. (space-in-parens)
(#765) There should be no spaces inside this paren. (space-in-parens)
(#766) There should be no spaces inside this paren. (space-in-parens)
(#767) Do not nest ternary expressions (no-nested-ternary)
(#767) There should be no spaces inside this paren. (space-in-parens)
(#767) There should be no spaces inside this paren. (space-in-parens)
(#768) There should be no spaces inside this paren. (space-in-parens)
(#768) There should be no spaces inside this paren. (space-in-parens)
(#769) There should be no spaces inside this paren. (space-in-parens)
(#769) There should be no spaces inside this paren. (space-in-parens)
(#770) There should be no space after '[' (array-bracket-spacing)
(#770) There should be no space before ']' (array-bracket-spacing)
(#770) There should be no spaces inside this paren. (space-in-parens)
(#770) There should be no spaces inside this paren. (space-in-parens)
(#771) There should be no space after '[' (array-bracket-spacing)
(#771) There should be no space before ']' (array-bracket-spacing)
(#773) There should be no space after '[' (computed-property-spacing)
(#773) There should be no space before ']' (computed-property-spacing)
(#773) There should be no spaces inside this paren. (space-in-parens)
(#773) There should be no spaces inside this paren. (space-in-parens)
(#773) There should be no space after '[' (computed-property-spacing)
(#773) There should be no space before ']' (computed-property-spacing)
(#774) There should be no space after '[' (computed-property-spacing)
(#774) There should be no space before ']' (computed-property-spacing)
(#774) There should be no spaces inside this paren. (space-in-parens)
(#774) There should be no spaces inside this paren. (space-in-parens)
(#774) There should be no space after '[' (computed-property-spacing)
(#774) There should be no space before ']' (computed-property-spacing)
(#775) There should be no space after '[' (computed-property-spacing)
(#775) There should be no space before ']' (computed-property-spacing)
(#779) There should be no spaces inside this paren. (space-in-parens)
(#779) There should be no spaces inside this paren. (space-in-parens)
(#780) There should be no space after '[' (computed-property-spacing)
(#780) There should be no space before ']' (computed-property-spacing)
(#780) There should be no space after '[' (computed-property-spacing)
(#780) There should be no space before ']' (computed-property-spacing)
(#784) There should be no space after '[' (computed-property-spacing)
(#784) There should be no space before ']' (computed-property-spacing)
(#784) There should be no spaces inside this paren. (space-in-parens)
(#784) There should be no spaces inside this paren. (space-in-parens)
(#785) There should be no spaces inside this paren. (space-in-parens)
(#785) There should be no spaces inside this paren. (space-in-parens)
(#786) There should be no space after '[' (computed-property-spacing)
(#786) There should be no space before ']' (computed-property-spacing)
(#786) There should be no space after '[' (computed-property-spacing)
(#786) There should be no space before ']' (computed-property-spacing)
(#788) There should be no space after '[' (computed-property-spacing)
(#788) There should be no space before ']' (computed-property-spacing)
(#788) There should be no spaces inside this paren. (space-in-parens)
(#788) There should be no spaces inside this paren. (space-in-parens)
(#790) There should be no spaces inside this paren. (space-in-parens)
(#790) There should be no spaces inside this paren. (space-in-parens)
(#792) There should be no spaces inside this paren. (space-in-parens)
(#796) There should be no spaces inside this paren. (space-in-parens)
(#796) There should be no spaces inside this paren. (space-in-parens)
(#798) There should be no spaces inside this paren. (space-in-parens)
(#798) There should be no spaces inside this paren. (space-in-parens)
(#802) There should be no space after '[' (computed-property-spacing)
(#802) There should be no space before ']' (computed-property-spacing)
(#803) There should be no space after '[' (computed-property-spacing)
(#803) There should be no space before ']' (computed-property-spacing)
(#806) There should be no spaces inside this paren. (space-in-parens)
(#806) There should be no spaces inside this paren. (space-in-parens)
(#809) There should be no spaces inside this paren. (space-in-parens)
(#809) There should be no spaces inside this paren. (space-in-parens)
(#809) There should be no spaces inside this paren. (space-in-parens)
(#809) There should be no spaces inside this paren. (space-in-parens)
(#810) There should be no spaces inside this paren. (space-in-parens)
(#810) There should be no spaces inside this paren. (space-in-parens)
(#810) There should be no spaces inside this paren. (space-in-parens)
(#810) There should be no spaces inside this paren. (space-in-parens)
(#812) There should be no spaces inside this paren. (space-in-parens)
(#812) There should be no spaces inside this paren. (space-in-parens)
(#812) There should be no spaces inside this paren. (space-in-parens)
(#812) There should be no spaces inside this paren. (space-in-parens)
(#814) There should be no spaces inside this paren. (space-in-parens)
(#814) There should be no spaces inside this paren. (space-in-parens)
(#814) There should be no spaces inside this paren. (space-in-parens)
(#814) There should be no spaces inside this paren. (space-in-parens)
(#815) There should be no spaces inside this paren. (space-in-parens)
(#815) There should be no spaces inside this paren. (space-in-parens)
(#818) There should be no spaces inside this paren. (space-in-parens)
(#818) There should be no spaces inside this paren. (space-in-parens)
(#820) There should be no spaces inside this paren. (space-in-parens)
(#820) There should be no spaces inside this paren. (space-in-parens)
(#824) There should be no spaces inside this paren. (space-in-parens)
(#824) There should be no spaces inside this paren. (space-in-parens)
(#826) There should be no spaces inside this paren. (space-in-parens)
(#826) There should be no spaces inside this paren. (space-in-parens)
(#831) There should be no spaces inside this paren. (space-in-parens)
(#831) There should be no spaces inside this paren. (space-in-parens)
(#832) There should be no spaces inside this paren. (space-in-parens)
(#832) There should be no spaces inside this paren. (space-in-parens)
(#839) There should be no spaces inside this paren. (space-in-parens)
(#839) There should be no space after '[' (array-bracket-spacing)
(#839) There should be no space before ']' (array-bracket-spacing)
(#839) There should be no spaces inside this paren. (space-in-parens)
(#839) There should be no spaces inside this paren. (space-in-parens)
(#840) There should be no spaces inside this paren. (space-in-parens)
(#840) There should be no space after '[' (computed-property-spacing)
(#840) There should be no space before ']' (computed-property-spacing)
(#840) There should be no spaces inside this paren. (space-in-parens)
(#841) There should be no space after '[' (computed-property-spacing)
(#841) There should be no space before ']' (computed-property-spacing)
(#841) There should be no space after '[' (computed-property-spacing)
(#841) There should be no space before ']' (computed-property-spacing)
(#841) There should be no spaces inside this paren. (space-in-parens)
(#856) There should be no spaces inside this paren. (space-in-parens)
(#856) There should be no spaces inside this paren. (space-in-parens)
(#859) There should be no spaces inside this paren. (space-in-parens)
(#859) There should be no spaces inside this paren. (space-in-parens)
(#859) There should be no space after '{' (object-curly-spacing)
(#859) There should be no space before '}' (object-curly-spacing)
(#859) There should be no spaces inside this paren. (space-in-parens)
(#859) There should be no spaces inside this paren. (space-in-parens)
(#865) There should be no spaces inside this paren. (space-in-parens)
(#865) There should be no spaces inside this paren. (space-in-parens)
(#866) There should be no spaces inside this paren. (space-in-parens)
(#866) There should be no spaces inside this paren. (space-in-parens)
(#868) Line 868 exceeds the maximum line length of 132. (max-len)
(#868) There should be no spaces inside this paren. (space-in-parens)
(#868) There should be no spaces inside this paren. (space-in-parens)
(#870) There should be no spaces inside this paren. (space-in-parens)
(#870) There should be no spaces inside this paren. (space-in-parens)
(#871) There should be no spaces inside this paren. (space-in-parens)
(#871) There should be no spaces inside this paren. (space-in-parens)
(#873) There should be no spaces inside this paren. (space-in-parens)
(#873) There should be no spaces inside this paren. (space-in-parens)
(#878) There should be no spaces inside this paren. (space-in-parens)
(#878) There should be no spaces inside this paren. (space-in-parens)
(#879) There should be no spaces inside this paren. (space-in-parens)
(#879) There should be no spaces inside this paren. (space-in-parens)
(#882) There should be no spaces inside this paren. (space-in-parens)
(#882) There should be no spaces inside this paren. (space-in-parens)
(#884) Do not nest ternary expressions (no-nested-ternary)
(#884) There should be no space after '[' (computed-property-spacing)
(#884) There should be no space before ']' (computed-property-spacing)
(#886) There should be no space after '[' (computed-property-spacing)
(#886) There should be no space before ']' (computed-property-spacing)
(#889) There should be no space after '[' (computed-property-spacing)
(#889) There should be no space before ']' (computed-property-spacing)
(#892) There should be no space after '[' (computed-property-spacing)
(#892) There should be no space before ']' (computed-property-spacing)
(#893) Do not nest ternary expressions (no-nested-ternary)
(#899) There should be no spaces inside this paren. (space-in-parens)
(#899) There should be no spaces inside this paren. (space-in-parens)
(#900) There should be no spaces inside this paren. (space-in-parens)
(#900) There should be no spaces inside this paren. (space-in-parens)
(#903) There should be no spaces inside this paren. (space-in-parens)
(#903) There should be no spaces inside this paren. (space-in-parens)
(#905) Do not nest ternary expressions (no-nested-ternary)
(#905) There should be no space after '[' (computed-property-spacing)
(#905) There should be no space before ']' (computed-property-spacing)
(#907) There should be no space after '[' (computed-property-spacing)
(#907) There should be no space before ']' (computed-property-spacing)
(#910) There should be no space after '[' (computed-property-spacing)
(#910) There should be no space before ']' (computed-property-spacing)
(#913) There should be no space after '[' (computed-property-spacing)
(#913) There should be no space before ']' (computed-property-spacing)
(#914) Do not nest ternary expressions (no-nested-ternary)
(#924) There should be no spaces inside this paren. (space-in-parens)
(#924) There should be no spaces inside this paren. (space-in-parens)
(#925) There should be no spaces inside this paren. (space-in-parens)
(#925) There should be no spaces inside this paren. (space-in-parens)
(#927) There should be no spaces inside this paren. (space-in-parens)
(#927) There should be no spaces inside this paren. (space-in-parens)
(#927) There should be no spaces inside this paren. (space-in-parens)
(#927) There should be no spaces inside this paren. (space-in-parens)
(#927) There should be no spaces inside this paren. (space-in-parens)
(#927) There should be no spaces inside this paren. (space-in-parens)
(#930) Multiple spaces found before '='. (no-multi-spaces)
(#930) There should be no spaces inside this paren. (space-in-parens)
(#930) There should be no spaces inside this paren. (space-in-parens)
(#932) Multiple spaces found before '='. (no-multi-spaces)
(#932) There should be no spaces inside this paren. (space-in-parens)
(#932) There should be no spaces inside this paren. (space-in-parens)
(#932) Multiple spaces found before 'true'. (no-multi-spaces)
(#932) There should be no spaces inside this paren. (space-in-parens)
(#932) There should be no spaces inside this paren. (space-in-parens)
(#933) Multiple spaces found before '='. (no-multi-spaces)
(#933) There should be no spaces inside this paren. (space-in-parens)
(#933) There should be no spaces inside this paren. (space-in-parens)
(#933) There should be no spaces inside this paren. (space-in-parens)
(#933) Multiple spaces found before '||'. (no-multi-spaces)
(#934) Multiple spaces found before '='. (no-multi-spaces)
(#935) Multiple spaces found before '-'. (no-multi-spaces)
(#935) Multiple spaces found before '+'. (no-multi-spaces)
(#938) Trailing spaces not allowed. (no-trailing-spaces)
(#939) There should be no spaces inside this paren. (space-in-parens)
(#939) There should be no spaces inside this paren. (space-in-parens)
(#940) There should be no spaces inside this paren. (space-in-parens)
(#940) There should be no spaces inside this paren. (space-in-parens)
(#942) There should be no spaces inside this paren. (space-in-parens)
(#942) There should be no spaces inside this paren. (space-in-parens)
(#946) There should be no spaces inside this paren. (space-in-parens)
(#946) There should be no spaces inside this paren. (space-in-parens)
(#947) There should be no space after '[' (computed-property-spacing)
(#947) There should be no space before ']' (computed-property-spacing)
(#948) There should be no spaces inside this paren. (space-in-parens)
(#948) There should be no spaces inside this paren. (space-in-parens)
(#948) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#948) Statement inside of curly braces should be on next line. (brace-style)
(#949) There should be no spaces inside this paren. (space-in-parens)
(#949) There should be no spaces inside this paren. (space-in-parens)
(#949) Trailing spaces not allowed. (no-trailing-spaces)
(#951) There should be no spaces inside this paren. (space-in-parens)
(#951) There should be no spaces inside this paren. (space-in-parens)
(#954) There should be no spaces inside this paren. (space-in-parens)
(#954) There should be no spaces inside this paren. (space-in-parens)
(#958) There should be no spaces inside this paren. (space-in-parens)
(#958) 'jQuery' is not defined. (no-undef)
(#958) There should be no spaces inside this paren. (space-in-parens)
(#973) There should be no spaces inside this paren. (space-in-parens)
(#973) 'undefined' is defined but never used (no-unused-vars)
(#973) There should be no spaces inside this paren. (space-in-parens)
(#1005) Expected { after 'if' condition. (curly)
(#1008) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#1009) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#1016) Expected { after 'if' condition. (curly)
(#1016) Expected space(s) after "if". (keyword-spacing)
(#1025) Expected no return value. (consistent-return)
(#1033) Expected { after 'if' condition. (curly)
(#1036) Expected space or tab after '//' in comment. (spaced-comment)
(#1038) Expected { after 'if' condition. (curly)
(#1049) Expected space or tab after '//' in comment. (spaced-comment)
(#1052) Expected space or tab after '//' in comment. (spaced-comment)
(#1055) Expected space or tab after '//' in comment. (spaced-comment)
(#1056) Expected { after 'if' condition. (curly)
(#1056) Expected space(s) after "if". (keyword-spacing)
(#1064) Expected space or tab after '//' in comment. (spaced-comment)
(#1067) Expected space or tab after '//' in comment. (spaced-comment)
(#1071) Expected space or tab after '//' in comment. (spaced-comment)
(#1079) Expected space or tab after '//' in comment. (spaced-comment)
(#1084) Line 1084 exceeds the maximum line length of 132. (max-len)
(#1084) Expected space or tab after '//' in comment. (spaced-comment)
(#1087) Expected space or tab after '//' in comment. (spaced-comment)
(#1092) Expected space or tab after '//' in comment. (spaced-comment)
(#1093) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#1095) Expected space or tab after '//' in comment. (spaced-comment)
(#1096) Expected { after 'if' condition. (curly)
(#1096) Expected space(s) after "if". (keyword-spacing)
(#1099) Expected space or tab after '//' in comment. (spaced-comment)
(#1100) Expected space(s) after "if". (keyword-spacing)
(#1105) Expected space or tab after '//' in comment. (spaced-comment)
(#1108) Expected space or tab after '//' in comment. (spaced-comment)
(#1109) Expected { after 'if' condition. (curly)
(#1113) Line 1113 exceeds the maximum line length of 132. (max-len)
(#1113) Expected space or tab after '//' in comment. (spaced-comment)
(#1119) Expected space or tab after '//' in comment. (spaced-comment)
(#1123) Expected space or tab after '//' in comment. (spaced-comment)
(#1126) Expected space(s) after "if". (keyword-spacing)
(#1133) Expected { after 'if' condition. (curly)
(#1133) Expected space(s) after "if". (keyword-spacing)
(#1133) Infix operators must be spaced. (space-infix-ops)
(#1134) Expected space(s) after "if". (keyword-spacing)
(#1134) Expected { after 'if' condition. (curly)
(#1134) Infix operators must be spaced. (space-infix-ops)
(#1135) Expected { after 'if' condition. (curly)
(#1135) Expected space(s) after "if". (keyword-spacing)
(#1142) Expected space or tab after '//' in comment. (spaced-comment)
(#1144) Expected { after 'if' condition. (curly)
(#1147) Expected space or tab after '//' in comment. (spaced-comment)
(#1148) Expected space(s) after "if". (keyword-spacing)
(#1152) Trailing spaces not allowed. (no-trailing-spaces)
(#1153) Expected space or tab after '//' in comment. (spaced-comment)
(#1154) Expected space(s) after "if". (keyword-spacing)
(#1154) Expected { after 'if' condition. (curly)
(#1157) Line 1157 exceeds the maximum line length of 132. (max-len)
(#1157) Expected space(s) after "if". (keyword-spacing)
(#1160) Expected space(s) after "if". (keyword-spacing)
(#1165) Expected space(s) after "if". (keyword-spacing)
(#1172) Trailing spaces not allowed. (no-trailing-spaces)
(#1174) Trailing spaces not allowed. (no-trailing-spaces)
(#1175) Expected space(s) after "if". (keyword-spacing)
(#1180) Trailing spaces not allowed. (no-trailing-spaces)
(#1182) Trailing spaces not allowed. (no-trailing-spaces)
(#1192) Expected space(s) after "if". (keyword-spacing)
(#1192) Expected { after 'if' condition. (curly)
(#1202) Line 1202 exceeds the maximum line length of 132. (max-len)
(#1202) Do not nest ternary expressions (no-nested-ternary)
(#1204) Expected space(s) after "if". (keyword-spacing)
(#1204) Expected { after 'if' condition. (curly)
(#1207) Expected { after 'if' condition. (curly)
(#1207) Expected space(s) after "if". (keyword-spacing)
(#1237) Expected space or tab after '//' in comment. (spaced-comment)
(#1245) Line 1245 exceeds the maximum line length of 132. (max-len)
(#1245) Expected space(s) after "if". (keyword-spacing)
(#1250) Line 1250 exceeds the maximum line length of 132. (max-len)
(#1250) Expected { after 'if' condition. (curly)
(#1250) Expected space(s) after "if". (keyword-spacing)
(#1250) Expected space or tab after '//' in comment. (spaced-comment)
(#1251) Expected space or tab after '//' in comment. (spaced-comment)
(#1252) There should be no space after '{' (object-curly-spacing)
(#1252) There should be no space before '}' (object-curly-spacing)
(#1255) A space is required after ','. (comma-spacing)
(#1256) A space is required after ','. (comma-spacing)
(#1263) Expected space(s) after "if". (keyword-spacing)
(#1266) A space is required after ','. (comma-spacing)
(#1267) A space is required after ','. (comma-spacing)
(#1270) There should be no space after '{' (object-curly-spacing)
(#1270) There should be no space before '}' (object-curly-spacing)
(#1277) A space is required after ','. (comma-spacing)
(#1278) A space is required after ','. (comma-spacing)
(#1292) Expected space(s) after "if". (keyword-spacing)
(#1292) Expected { after 'if' condition. (curly)
(#1293) Expected { after 'if' condition. (curly)
(#1293) Expected space(s) after "if". (keyword-spacing)
(#1297) Line 1297 exceeds the maximum line length of 132. (max-len)
(#1300) Expected space(s) after "if". (keyword-spacing)
(#1301) Expected { after 'if' condition. (curly)
(#1301) Expected space(s) after "if". (keyword-spacing)
(#1306) Line 1306 exceeds the maximum line length of 132. (max-len)
(#1306) A space is required after ','. (comma-spacing)
(#1306) A space is required after ','. (comma-spacing)
(#1307) Line 1307 exceeds the maximum line length of 132. (max-len)
(#1307) A space is required after ','. (comma-spacing)
(#1307) A space is required after ','. (comma-spacing)
(#1308) Line 1308 exceeds the maximum line length of 132. (max-len)
(#1308) Infix operators must be spaced. (space-infix-ops)
(#1308) A space is required after ','. (comma-spacing)
(#1308) A space is required after ','. (comma-spacing)
(#1308) A space is required after ','. (comma-spacing)
(#1309) Line 1309 exceeds the maximum line length of 132. (max-len)
(#1309) Infix operators must be spaced. (space-infix-ops)
(#1309) A space is required after ','. (comma-spacing)
(#1309) A space is required after ','. (comma-spacing)
(#1309) A space is required after ','. (comma-spacing)
(#1311) Expected space(s) after "if". (keyword-spacing)
(#1319) Expected { after 'if' condition. (curly)
(#1319) Expected space(s) after "if". (keyword-spacing)
(#1321) Line 1321 exceeds the maximum line length of 132. (max-len)
(#1321) 'o' is defined but never used (no-unused-vars)
(#1321) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1321) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1326) Line 1326 exceeds the maximum line length of 132. (max-len)
(#1327) Line 1327 exceeds the maximum line length of 132. (max-len)
(#1328) Line 1328 exceeds the maximum line length of 132. (max-len)
(#1328) There should be no spaces inside this paren. (space-in-parens)
(#1328) Do not nest ternary expressions (no-nested-ternary)
(#1328) There should be no spaces inside this paren. (space-in-parens)
(#1328) There should be no spaces inside this paren. (space-in-parens)
(#1328) There should be no spaces inside this paren. (space-in-parens)
(#1332) Line 1332 exceeds the maximum line length of 132. (max-len)
(#1333) Line 1333 exceeds the maximum line length of 132. (max-len)
(#1334) Line 1334 exceeds the maximum line length of 132. (max-len)
(#1334) There should be no spaces inside this paren. (space-in-parens)
(#1334) Do not nest ternary expressions (no-nested-ternary)
(#1334) There should be no spaces inside this paren. (space-in-parens)
(#1340) Function '_generatePosition' has a complexity of 23. (complexity)
(#1342) Line 1342 exceeds the maximum line length of 132. (max-len)
(#1342) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1342) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1351) Expected space(s) after "if". (keyword-spacing)
(#1351) Expected space or tab after '//' in comment. (spaced-comment)
(#1353) Expected space(s) after "if". (keyword-spacing)
(#1354) Expected { after 'if' condition. (curly)
(#1354) Expected space(s) after "if". (keyword-spacing)
(#1355) Expected space(s) after "if". (keyword-spacing)
(#1355) Expected { after 'if' condition. (curly)
(#1356) Expected space(s) after "if". (keyword-spacing)
(#1356) Expected { after 'if' condition. (curly)
(#1357) Expected space(s) after "if". (keyword-spacing)
(#1357) Expected { after 'if' condition. (curly)
(#1360) Expected space(s) after "if". (keyword-spacing)
(#1362) Line 1362 exceeds the maximum line length of 132. (max-len)
(#1362) Do not nest ternary expressions (no-nested-ternary)
(#1362) Do not nest ternary expressions (no-nested-ternary)
(#1365) Line 1365 exceeds the maximum line length of 132. (max-len)
(#1365) Do not nest ternary expressions (no-nested-ternary)
(#1365) Do not nest ternary expressions (no-nested-ternary)
(#1374) Line 1374 exceeds the maximum line length of 132. (max-len)
(#1375) Line 1375 exceeds the maximum line length of 132. (max-len)
(#1376) Line 1376 exceeds the maximum line length of 132. (max-len)
(#1376) Do not nest ternary expressions (no-nested-ternary)
(#1376) There should be no spaces inside this paren. (space-in-parens)
(#1376) Do not nest ternary expressions (no-nested-ternary)
(#1376) There should be no spaces inside this paren. (space-in-parens)
(#1376) There should be no spaces inside this paren. (space-in-parens)
(#1376) There should be no spaces inside this paren. (space-in-parens)
(#1381) Line 1381 exceeds the maximum line length of 132. (max-len)
(#1382) Line 1382 exceeds the maximum line length of 132. (max-len)
(#1383) Line 1383 exceeds the maximum line length of 132. (max-len)
(#1383) Do not nest ternary expressions (no-nested-ternary)
(#1383) There should be no spaces inside this paren. (space-in-parens)
(#1383) Do not nest ternary expressions (no-nested-ternary)
(#1383) There should be no spaces inside this paren. (space-in-parens)
(#1391) Expected space(s) after "if". (keyword-spacing)
(#1391) Expected { after 'if' condition. (curly)
(#1392) Expected space or tab after '//' in comment. (spaced-comment)
(#1402) Line 1402 exceeds the maximum line length of 132. (max-len)
(#1402) Expected { after 'if' condition. (curly)
(#1402) Expected space(s) after "if". (keyword-spacing)
(#1402) Expected space or tab after '//' in comment. (spaced-comment)
(#1408) 'event' is defined but never used (no-unused-vars)
(#1426) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1427) There should be no space after '{' (object-curly-spacing)
(#1427) There should be no space before '}' (object-curly-spacing)
(#1436) Expected space or tab after '//' in comment. (spaced-comment)
(#1444) Expected space or tab after '//' in comment. (spaced-comment)
(#1446) There should be no space after '{' (object-curly-spacing)
(#1446) There should be no space before '}' (object-curly-spacing)
(#1449) Expected space(s) after "if". (keyword-spacing)
(#1453) Expected space or tab after '//' in comment. (spaced-comment)
(#1454) Line 1454 exceeds the maximum line length of 132. (max-len)
(#1454) Expected space or tab after '//' in comment. (spaced-comment)
(#1456) Line 1456 exceeds the maximum line length of 132. (max-len)
(#1456) Expected space or tab after '//' in comment. (spaced-comment)
(#1457) Expected space(s) after "if". (keyword-spacing)
(#1457) Expected { after 'if' condition. (curly)
(#1459) Expected space or tab after '//' in comment. (spaced-comment)
(#1464) Expected space or tab after '//' in comment. (spaced-comment)
(#1465) Expected space(s) after "if". (keyword-spacing)
(#1465) Expected { after 'if' condition. (curly)
(#1466) There should be no space after '{' (object-curly-spacing)
(#1466) There should be no space before '}' (object-curly-spacing)
(#1469) Expected space or tab after '//' in comment. (spaced-comment)
(#1478) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1480) 'checkPos' is defined but never used (no-unused-vars)
(#1481) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1482) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1483) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1484) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1489) 'i' is defined but never used (no-unused-vars)
(#1490) Trailing spaces not allowed. (no-trailing-spaces)
(#1491) Expected space or tab after '//' in comment. (spaced-comment)
(#1495) Trailing spaces not allowed. (no-trailing-spaces)
(#1496) Expected space(s) after "if". (keyword-spacing)
(#1498) Expected space or tab after '//' in comment. (spaced-comment)
(#1499) Expected space(s) after "if". (keyword-spacing)
(#1502) Expected space or tab after '//' in comment. (spaced-comment)
(#1503) Expected space or tab after '//' in comment. (spaced-comment)
(#1504) Line 1504 exceeds the maximum line length of 132. (max-len)
(#1504) Expected space or tab after '//' in comment. (spaced-comment)
(#1506) Expected space or tab after '//' in comment. (spaced-comment)
(#1507) Statement inside of curly braces should be on next line. (brace-style)
(#1507) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1513) Line 1513 exceeds the maximum line length of 132. (max-len)
(#1513) Expected space or tab after '//' in comment. (spaced-comment)
(#1520) Expected space or tab after '//' in comment. (spaced-comment)
(#1521) Expected space or tab after '//' in comment. (spaced-comment)
(#1527) Line 1527 exceeds the maximum line length of 132. (max-len)
(#1527) Expected space or tab after '//' in comment. (spaced-comment)
(#1528) Expected space(s) after "if". (keyword-spacing)
(#1528) Expected { after 'if' condition. (curly)
(#1532) Expected space or tab after '//' in comment. (spaced-comment)
(#1533) Expected space or tab after '//' in comment. (spaced-comment)
(#1534) Expected space(s) after "if". (keyword-spacing)
(#1538) Trailing spaces not allowed. (no-trailing-spaces)
(#1539) Expected space or tab after '//' in comment. (spaced-comment)
(#1541) Trailing spaces not allowed. (no-trailing-spaces)
(#1544) Trailing spaces not allowed. (no-trailing-spaces)
(#1548) Line 1548 exceeds the maximum line length of 132. (max-len)
(#1548) Expected space or tab after '//' in comment. (spaced-comment)
(#1550) Expected space(s) after "if". (keyword-spacing)
(#1550) Expected { after 'if' condition. (curly)
(#1553) Expected space or tab after '//' in comment. (spaced-comment)
(#1556) Unnecessary semicolon. (no-extra-semi)
(#1564) 'ui' is defined but never used (no-unused-vars)
(#1565) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1566) Expected { after 'if' condition. (curly)
(#1569) 'ui' is defined but never used (no-unused-vars)
(#1571) Expected { after 'if' condition. (curly)
(#1576) 'ui' is defined but never used (no-unused-vars)
(#1581) Infix operators must be spaced. (space-infix-ops)
(#1581) Infix operators must be spaced. (space-infix-ops)
(#1588) 'ui' is defined but never used (no-unused-vars)
(#1589) Statement inside of curly braces should be on next line. (brace-style)
(#1589) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1589) Expected space or tab after '//' in comment. (spaced-comment)
(#1595) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1596) Expected { after 'if' condition. (curly)
(#1596) Expected space(s) after "if". (keyword-spacing)
(#1601) Expected { after 'if' condition. (curly)
(#1601) Expected space(s) after "if". (keyword-spacing)
(#1606) 'ui' is defined but never used (no-unused-vars)
(#1608) Expected space(s) after "if". (keyword-spacing)
(#1608) Expected { after 'if' condition. (curly)
(#1610) 'ui' is defined but never used (no-unused-vars)
(#1612) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1612) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1614) Expected space(s) after "if". (keyword-spacing)
(#1616) Expected space(s) after "if". (keyword-spacing)
(#1617) Expected space(s) after "if". (keyword-spacing)
(#1617) Expected { after 'if' condition. (curly)
(#1619) Expected { after 'if' condition. (curly)
(#1619) Expected space(s) after "if". (keyword-spacing)
(#1623) Expected space(s) after "if". (keyword-spacing)
(#1624) Expected { after 'if' condition. (curly)
(#1624) Expected space(s) after "if". (keyword-spacing)
(#1626) Expected space(s) after "if". (keyword-spacing)
(#1626) Expected { after 'if' condition. (curly)
(#1632) Expected space(s) after "if". (keyword-spacing)
(#1633) Expected space(s) after "if". (keyword-spacing)
(#1633) Expected { after 'if' condition. (curly)
(#1635) Expected { after 'if' condition. (curly)
(#1635) Expected space(s) after "if". (keyword-spacing)
(#1639) Expected space(s) after "if". (keyword-spacing)
(#1640) Expected { after 'if' condition. (curly)
(#1640) Expected space(s) after "if". (keyword-spacing)
(#1642) Expected { after 'if' condition. (curly)
(#1642) Expected space(s) after "if". (keyword-spacing)
(#1648) Expected { after 'if' condition. (curly)
(#1648) Expected space(s) after "if". (keyword-spacing)
(#1655) 'ui' is defined but never used (no-unused-vars)
(#1657) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1660) There should be no spaces inside this paren. (space-in-parens)
(#1660) There should be no spaces inside this paren. (space-in-parens)
(#1662) Expected { after 'if' condition. (curly)
(#1662) Expected space(s) after "if". (keyword-spacing)
(#1670) Function 'drag' has a complexity of 29. (complexity)
(#1672) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1675) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1676) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1678) Missing space before opening brace. (space-before-blocks)
(#1680) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1681) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1683) Expected space or tab after '//' in comment. (spaced-comment)
(#1684) Line 1684 exceeds the maximum line length of 132. (max-len)
(#1684) Expected space(s) after "if". (keyword-spacing)
(#1684) Infix operators must be spaced. (space-infix-ops)
(#1684) Infix operators must be spaced. (space-infix-ops)
(#1684) Infix operators must be spaced. (space-infix-ops)
(#1684) Infix operators must be spaced. (space-infix-ops)
(#1684) Infix operators must be spaced. (space-infix-ops)
(#1684) Infix operators must be spaced. (space-infix-ops)
(#1684) Infix operators must be spaced. (space-infix-ops)
(#1684) Infix operators must be spaced. (space-infix-ops)
(#1684) Infix operators must be spaced. (space-infix-ops)
(#1684) Infix operators must be spaced. (space-infix-ops)
(#1684) Infix operators must be spaced. (space-infix-ops)
(#1684) Infix operators must be spaced. (space-infix-ops)
(#1684) Infix operators must be spaced. (space-infix-ops)
(#1684) Infix operators must be spaced. (space-infix-ops)
(#1684) Infix operators must be spaced. (space-infix-ops)
(#1684) Infix operators must be spaced. (space-infix-ops)
(#1685) Line 1685 exceeds the maximum line length of 132. (max-len)
(#1685) Expected { after 'if' condition. (curly)
(#1685) Expected space(s) after "if". (keyword-spacing)
(#1685) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#1685) There should be no space after '{' (object-curly-spacing)
(#1685) There should be no space before '}' (object-curly-spacing)
(#1690) Expected space(s) after "if". (keyword-spacing)
(#1691) 'ts' used outside of binding context. (block-scoped-var)
(#1692) 'bs' used outside of binding context. (block-scoped-var)
(#1693) 'ls' used outside of binding context. (block-scoped-var)
(#1694) 'rs' used outside of binding context. (block-scoped-var)
(#1695) Line 1695 exceeds the maximum line length of 132. (max-len)
(#1695) Expected space(s) after "if". (keyword-spacing)
(#1695) Expected { after 'if' condition. (curly)
(#1695) 'ts' used outside of binding context. (block-scoped-var)
(#1695) There should be no space after '{' (object-curly-spacing)
(#1695) There should be no space before '}' (object-curly-spacing)
(#1696) Expected space(s) after "if". (keyword-spacing)
(#1696) Expected { after 'if' condition. (curly)
(#1696) 'bs' used outside of binding context. (block-scoped-var)
(#1696) There should be no space after '{' (object-curly-spacing)
(#1696) There should be no space before '}' (object-curly-spacing)
(#1697) Line 1697 exceeds the maximum line length of 132. (max-len)
(#1697) Expected { after 'if' condition. (curly)
(#1697) Expected space(s) after "if". (keyword-spacing)
(#1697) 'ls' used outside of binding context. (block-scoped-var)
(#1697) There should be no space after '{' (object-curly-spacing)
(#1697) There should be no space before '}' (object-curly-spacing)
(#1698) Expected space(s) after "if". (keyword-spacing)
(#1698) Expected { after 'if' condition. (curly)
(#1698) 'rs' used outside of binding context. (block-scoped-var)
(#1698) There should be no space after '{' (object-curly-spacing)
(#1698) There should be no space before '}' (object-curly-spacing)
(#1701) 'ts' used outside of binding context. (block-scoped-var)
(#1701) 'ts' used outside of binding context. (block-scoped-var)
(#1701) 'bs' used outside of binding context. (block-scoped-var)
(#1701) 'bs' used outside of binding context. (block-scoped-var)
(#1701) 'ls' used outside of binding context. (block-scoped-var)
(#1701) 'ls' used outside of binding context. (block-scoped-var)
(#1701) 'rs' used outside of binding context. (block-scoped-var)
(#1701) 'rs' used outside of binding context. (block-scoped-var)
(#1703) Expected space(s) after "if". (keyword-spacing)
(#1704) 'ts' is already defined (no-redeclare)
(#1704) 'ts' used outside of binding context. (block-scoped-var)
(#1705) 'bs' used outside of binding context. (block-scoped-var)
(#1705) 'bs' is already defined (no-redeclare)
(#1706) 'ls' is already defined (no-redeclare)
(#1706) 'ls' used outside of binding context. (block-scoped-var)
(#1707) 'rs' is already defined (no-redeclare)
(#1707) 'rs' used outside of binding context. (block-scoped-var)
(#1708) Expected space(s) after "if". (keyword-spacing)
(#1708) Expected { after 'if' condition. (curly)
(#1708) 'ts' used outside of binding context. (block-scoped-var)
(#1708) There should be no space after '{' (object-curly-spacing)
(#1708) There should be no space before '}' (object-curly-spacing)
(#1709) Line 1709 exceeds the maximum line length of 132. (max-len)
(#1709) Expected { after 'if' condition. (curly)
(#1709) Expected space(s) after "if". (keyword-spacing)
(#1709) 'bs' used outside of binding context. (block-scoped-var)
(#1709) There should be no space after '{' (object-curly-spacing)
(#1709) There should be no space before '}' (object-curly-spacing)
(#1710) Expected { after 'if' condition. (curly)
(#1710) Expected space(s) after "if". (keyword-spacing)
(#1710) 'ls' used outside of binding context. (block-scoped-var)
(#1710) There should be no space after '{' (object-curly-spacing)
(#1710) There should be no space before '}' (object-curly-spacing)
(#1711) Line 1711 exceeds the maximum line length of 132. (max-len)
(#1711) Expected space(s) after "if". (keyword-spacing)
(#1711) Expected { after 'if' condition. (curly)
(#1711) 'rs' used outside of binding context. (block-scoped-var)
(#1711) There should be no space after '{' (object-curly-spacing)
(#1711) There should be no space before '}' (object-curly-spacing)
(#1714) Expected space(s) after "if". (keyword-spacing)
(#1714) Expected { after 'if' condition. (curly)
(#1714) 'ts' used outside of binding context. (block-scoped-var)
(#1714) 'ts' used outside of binding context. (block-scoped-var)
(#1714) 'bs' used outside of binding context. (block-scoped-var)
(#1714) 'bs' used outside of binding context. (block-scoped-var)
(#1714) 'ls' used outside of binding context. (block-scoped-var)
(#1714) 'ls' used outside of binding context. (block-scoped-var)
(#1714) 'rs' used outside of binding context. (block-scoped-var)
(#1714) 'rs' used outside of binding context. (block-scoped-var)
(#1715) Line 1715 exceeds the maximum line length of 132. (max-len)
(#1715) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#1715) There should be no space after '{' (object-curly-spacing)
(#1715) There should be no space before '}' (object-curly-spacing)
(#1716) 'ts' used outside of binding context. (block-scoped-var)
(#1716) 'ts' used outside of binding context. (block-scoped-var)
(#1716) 'bs' used outside of binding context. (block-scoped-var)
(#1716) 'bs' used outside of binding context. (block-scoped-var)
(#1716) 'ls' used outside of binding context. (block-scoped-var)
(#1716) 'ls' used outside of binding context. (block-scoped-var)
(#1716) 'rs' used outside of binding context. (block-scoped-var)
(#1716) 'rs' used outside of binding context. (block-scoped-var)
(#1718) Unnecessary semicolon. (no-extra-semi)
(#1724) 'ui' is defined but never used (no-unused-vars)
(#1728) A space is required after ','. (comma-spacing)
(#1729) A space is required after ','. (comma-spacing)
(#1729) A space is required after ','. (comma-spacing)
(#1731) Statement inside of curly braces should be on next line. (brace-style)
(#1731) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1732) Trailing spaces not allowed. (no-trailing-spaces)
(#1745) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1746) Expected { after 'if' condition. (curly)
(#1746) Expected space(s) after "if". (keyword-spacing)
(#1751) Expected space(s) after "if". (keyword-spacing)
(#1751) Expected { after 'if' condition. (curly)
(#1755) 'jQuery' is not defined. (no-undef)
(#1771) There should be no spaces inside this paren. (space-in-parens)
(#1771) 'undefined' is defined but never used (no-unused-vars)
(#1771) There should be no spaces inside this paren. (space-in-parens)
(#1786) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1793) Expected space or tab after '//' in comment. (spaced-comment)
(#1794) There should be no space after '{' (object-curly-spacing)
(#1794) There should be no space before '}' (object-curly-spacing)
(#1800) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#1806) Expected { after 'for' condition. (curly)
(#1806) There should be no spaces inside this paren. (space-in-parens)
(#1806) There should be no spaces inside this paren. (space-in-parens)
(#1807) Expected { after 'if' condition. (curly)
(#1807) There should be no spaces inside this paren. (space-in-parens)
(#1807) There should be no spaces inside this paren. (space-in-parens)
(#1820) Expected space(s) after "if". (keyword-spacing)
(#1830) Expected space(s) after "if". (keyword-spacing)
(#1830) Expected { after 'if' condition. (curly)
(#1831) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#1836) Expected { after 'if' condition. (curly)
(#1836) Expected space(s) after "if". (keyword-spacing)
(#1837) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#1843) Line 1843 exceeds the maximum line length of 132. (max-len)
(#1843) Expected { after 'if' condition. (curly)
(#1845) A space is required after ','. (comma-spacing)
(#1846) Expected space(s) after "if". (keyword-spacing)
(#1846) Expected { after 'if' condition. (curly)
(#1855) Line 1855 exceeds the maximum line length of 132. (max-len)
(#1855) Expected { after 'if' condition. (curly)
(#1857) A space is required after ','. (comma-spacing)
(#1858) Expected { after 'if' condition. (curly)
(#1858) Expected space(s) after "if". (keyword-spacing)
(#1864) A space is required after ','. (comma-spacing)
(#1867) Line 1867 exceeds the maximum line length of 132. (max-len)
(#1867) Expected { after 'if' condition. (curly)
(#1870) Expected to return a value at the end of this function. (consistent-return)
(#1872) Expected space(s) after "if". (keyword-spacing)
(#1877) There should be no space after '{' (object-curly-spacing)
(#1877) There should be no space before '}' (object-curly-spacing)
(#1878) Statement inside of curly braces should be on next line. (brace-style)
(#1878) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1880) Expected space(s) after "if". (keyword-spacing)
(#1880) Expected { after 'if' condition. (curly)
(#1882) Expected space(s) after "if". (keyword-spacing)
(#1882) A space is required after ','. (comma-spacing)
(#1883) Expected space(s) after "if". (keyword-spacing)
(#1883) Expected { after 'if' condition. (curly)
(#1884) Expected space(s) after "if". (keyword-spacing)
(#1884) Expected { after 'if' condition. (curly)
(#1910) Expected { after 'if' condition. (curly)
(#1912) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1913) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1914) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1915) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1921) Unreachable code. (no-unreachable)
(#1926) There should be no spaces inside this paren. (space-in-parens)
(#1927) Unreachable code. (no-unreachable)
(#1929) Line 1929 exceeds the maximum line length of 132. (max-len)
(#1930) Line 1930 exceeds the maximum line length of 132. (max-len)
(#1933) Unreachable code. (no-unreachable)
(#1944) Unreachable code. (no-unreachable)
(#1947) Unreachable code. (no-unreachable)
(#1957) There should be no space after '{' (object-curly-spacing)
(#1957) There should be no space before '}' (object-curly-spacing)
(#1964) Unexpected labeled statement. (no-labels)
(#1966) Line 1966 exceeds the maximum line length of 132. (max-len)
(#1966) Expected space(s) after "if". (keyword-spacing)
(#1966) Expected { after 'if' condition. (curly)
(#1966) A space is required after ','. (comma-spacing)
(#1966) Expected space or tab after '//' in comment. (spaced-comment)
(#1967) Line 1967 exceeds the maximum line length of 132. (max-len)
(#1967) Infix operators must be spaced. (space-infix-ops)
(#1967) Expected space(s) after "if". (keyword-spacing)
(#1967) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1967) Statement inside of curly braces should be on next line. (brace-style)
(#1967) Statement inside of curly braces should be on next line. (brace-style)
(#1967) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#1967) Unexpected label in continue statement. (no-labels)
(#1967) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1967) Unnecessary semicolon. (no-extra-semi)
(#1967) Expected space or tab after '//' in comment. (spaced-comment)
(#1968) Line 1968 exceeds the maximum line length of 132. (max-len)
(#1968) Expected space(s) after "if". (keyword-spacing)
(#1968) Expected { after 'if' condition. (curly)
(#1968) Expected space or tab after '//' in comment. (spaced-comment)
(#1971) There should be no space after '{' (object-curly-spacing)
(#1971) There should be no space before '}' (object-curly-spacing)
(#1973) Expected { after 'if' condition. (curly)
(#1973) Expected space(s) after "if". (keyword-spacing)
(#1973) unnecessary '.call()'. (no-useless-call)
(#1973) Expected space or tab after '//' in comment. (spaced-comment)
(#1983) Expected space(s) after "if". (keyword-spacing)
(#1983) Expected { after 'if' condition. (curly)
(#1984) Expected { after 'if' condition. (curly)
(#1985) unnecessary '.call()'. (no-useless-call)
(#1987) Line 1987 exceeds the maximum line length of 132. (max-len)
(#1987) A space is required after ','. (comma-spacing)
(#1989) unnecessary '.call()'. (no-useless-call)
(#1998) Expected space or tab after '//' in comment. (spaced-comment)
(#1999) Expected { after 'if' condition. (curly)
(#1999) Expected space(s) after "if". (keyword-spacing)
(#2001) Expected space or tab after '//' in comment. (spaced-comment)
(#2004) Expected space(s) after "if". (keyword-spacing)
(#2004) Expected { after 'if' condition. (curly)
(#2007) Do not nest ternary expressions (no-nested-ternary)
(#2008) Expected { after 'if' condition. (curly)
(#2008) Expected space(s) after "if". (keyword-spacing)
(#2021) ["isover"] is better written in dot notation. (dot-notation)
(#2022) ["isout"] is better written in dot notation. (dot-notation)
(#2023) unnecessary '.call()'. (no-useless-call)
(#2027) unnecessary '.call()'. (no-useless-call)
(#2031) ["isout"] is better written in dot notation. (dot-notation)
(#2032) ["isover"] is better written in dot notation. (dot-notation)
(#2033) unnecessary '.call()'. (no-useless-call)
(#2040) 'jQuery' is not defined. (no-undef)
(#2055) There should be no spaces inside this paren. (space-in-parens)
(#2055) 'undefined' is defined but never used (no-unused-vars)
(#2055) There should be no spaces inside this paren. (space-in-parens)
(#2079) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2090) Expected space or tab after '//' in comment. (spaced-comment)
(#2091) Expected space(s) after "if". (keyword-spacing)
(#2093) Expected space or tab after '//' in comment. (spaced-comment)
(#2094) Expected { after 'if' condition. (curly)
(#2095) There should be no space after '{' (object-curly-spacing)
(#2095) There should be no space before '}' (object-curly-spacing)
(#2097) Expected space or tab after '//' in comment. (spaced-comment)
(#2108) Expected space or tab after '//' in comment. (spaced-comment)
(#2115) Expected space or tab after '//' in comment. (spaced-comment)
(#2116) Line 2116 exceeds the maximum line length of 132. (max-len)
(#2116) There should be no space after '{' (object-curly-spacing)
(#2116) There should be no space before '}' (object-curly-spacing)
(#2117) There should be no space after '{' (object-curly-spacing)
(#2119) Expected space or tab after '//' in comment. (spaced-comment)
(#2123) Expected space or tab after '//' in comment. (spaced-comment)
(#2124) There should be no space after '{' (object-curly-spacing)
(#2124) There should be no space before '}' (object-curly-spacing)
(#2127) There should be no space after '{' (object-curly-spacing)
(#2127) There should be no space before '}' (object-curly-spacing)
(#2134) Line 2134 exceeds the maximum line length of 132. (max-len)
(#2134) There should be no space after '{' (object-curly-spacing)
(#2134) There should be no space before '}' (object-curly-spacing)
(#2135) Expected space(s) after "if". (keyword-spacing)
(#2137) Expected space(s) after "if". (keyword-spacing)
(#2137) Expected { after 'if' condition. (curly)
(#2140) Expected space(s) after "for". (keyword-spacing)
(#2142) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2142) Infix operators must be spaced. (space-infix-ops)
(#2146) Expected space or tab after '//' in comment. (spaced-comment)
(#2147) Expected space(s) after "if". (keyword-spacing)
(#2147) Expected { after 'if' condition. (curly)
(#2147) There should be no space after '{' (object-curly-spacing)
(#2147) There should be no space before '}' (object-curly-spacing)
(#2149) Expected space or tab after '//' in comment. (spaced-comment)
(#2152) Unnecessary semicolon. (no-extra-semi)
(#2154) Expected space or tab after '//' in comment. (spaced-comment)
(#2155) Infix operators must be spaced. (space-infix-ops)
(#2165) Expected space(s) after "for". (keyword-spacing)
(#2167) Expected { after 'if' condition. (curly)
(#2167) Expected space(s) after "if". (keyword-spacing)
(#2170) Expected space or tab after '//' in comment. (spaced-comment)
(#2173) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2175) Expected space or tab after '//' in comment. (spaced-comment)
(#2178) Expected space or tab after '//' in comment. (spaced-comment)
(#2179) There should be no space after '[' (array-bracket-spacing)
(#2180) Do not nest ternary expressions (no-nested-ternary)
(#2181) Do not nest ternary expressions (no-nested-ternary)
(#2182) There should be no space before ']' (array-bracket-spacing)
(#2190) Expected space or tab after '//' in comment. (spaced-comment)
(#2191) Expected { after 'if' condition. (curly)
(#2191) Expected space(s) after "if". (keyword-spacing)
(#2197) Expected space or tab after '//' in comment. (spaced-comment)
(#2203) Expected space or tab after '//' in comment. (spaced-comment)
(#2206) Expected { after 'if' condition. (curly)
(#2208) Expected space or tab after '//' in comment. (spaced-comment)
(#2213) Expected space or tab after '//' in comment. (spaced-comment)
(#2222) Missing space before opening brace. (space-before-blocks)
(#2230) Expected space or tab after '//' in comment. (spaced-comment)
(#2244) Expected space or tab after '//' in comment. (spaced-comment)
(#2278) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2278) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2281) There should be no space after '{' (object-curly-spacing)
(#2281) There should be no space before '}' (object-curly-spacing)
(#2285) There should be no space after '{' (object-curly-spacing)
(#2285) There should be no space before '}' (object-curly-spacing)
(#2288) Expected space or tab after '//' in comment. (spaced-comment)
(#2289) Expected { after 'if' condition. (curly)
(#2290) There should be no space after '{' (object-curly-spacing)
(#2290) There should be no space before '}' (object-curly-spacing)
(#2294) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2301) Expected space or tab after '//' in comment. (spaced-comment)
(#2303) There should be no space after '{' (object-curly-spacing)
(#2303) There should be no space before '}' (object-curly-spacing)
(#2304) Line 2304 exceeds the maximum line length of 132. (max-len)
(#2304) There should be no space after '{' (object-curly-spacing)
(#2304) There should be no space before '}' (object-curly-spacing)
(#2304) There should be no space after '{' (object-curly-spacing)
(#2304) There should be no space before '}' (object-curly-spacing)
(#2305) Line 2305 exceeds the maximum line length of 132. (max-len)
(#2305) There should be no space after '{' (object-curly-spacing)
(#2305) There should be no space before '}' (object-curly-spacing)
(#2305) There should be no space after '{' (object-curly-spacing)
(#2305) There should be no space before '}' (object-curly-spacing)
(#2306) There should be no space after '{' (object-curly-spacing)
(#2306) There should be no space before '}' (object-curly-spacing)
(#2307) There should be no space after '{' (object-curly-spacing)
(#2307) There should be no space before '}' (object-curly-spacing)
(#2308) There should be no space after '{' (object-curly-spacing)
(#2308) There should be no space before '}' (object-curly-spacing)
(#2310) Expected space or tab after '//' in comment. (spaced-comment)
(#2311) Line 2311 exceeds the maximum line length of 132. (max-len)
(#2313) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#2314) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#2323) Expected space or tab after '//' in comment. (spaced-comment)
(#2324) 'o' is defined but never used (no-unused-vars)
(#2324) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2324) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2324) 'props' is defined but never used (no-unused-vars)
(#2325) 'self' is defined but never used (no-unused-vars)
(#2325) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2325) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2327) Infix operators must be spaced. (space-infix-ops)
(#2327) Infix operators must be spaced. (space-infix-ops)
(#2327) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2327) Infix operators must be spaced. (space-infix-ops)
(#2327) Infix operators must be spaced. (space-infix-ops)
(#2329) Expected { after 'if' condition. (curly)
(#2332) 'ie6' is defined but never used (no-unused-vars)
(#2332) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2332) 'csdif' is defined but never used (no-unused-vars)
(#2332) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2334) Expected { after 'if' condition. (curly)
(#2347) Expected { after 'if' condition. (curly)
(#2361) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2363) Expected space(s) after "if". (keyword-spacing)
(#2364) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2368) There should be no space after '{' (object-curly-spacing)
(#2368) There should be no space before '}' (object-curly-spacing)
(#2372) Expected { after 'if' condition. (curly)
(#2373) There should be no space after '{' (object-curly-spacing)
(#2373) There should be no space before '}' (object-curly-spacing)
(#2378) Expected { after 'if' condition. (curly)
(#2387) Expected { after 'if' condition. (curly)
(#2393) 'o' is defined but never used (no-unused-vars)
(#2395) Expected { after 'if' condition. (curly)
(#2396) Expected { after 'if' condition. (curly)
(#2397) Expected { after 'if' condition. (curly)
(#2398) Expected { after 'if' condition. (curly)
(#2401) 'event' is defined but never used (no-unused-vars)
(#2403) 'o' is defined but never used (no-unused-vars)
(#2403) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2403) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2403) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2405) Expected { after 'if' condition. (curly)
(#2406) Expected { after 'if' condition. (curly)
(#2422) 'el' is defined but never used (no-unused-vars)
(#2422) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2422) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2422) 'pRatio' is defined but never used (no-unused-vars)
(#2422) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2423) Line 2423 exceeds the maximum line length of 132. (max-len)
(#2423) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2424) Line 2424 exceeds the maximum line length of 132. (max-len)
(#2424) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2426) Expected { after 'if' condition. (curly)
(#2427) Expected { after 'if' condition. (curly)
(#2428) Expected { after 'if' condition. (curly)
(#2429) Expected { after 'if' condition. (curly)
(#2431) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2432) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2434) Expected { after 'if' condition. (curly)
(#2435) Expected { after 'if' condition. (curly)
(#2436) Expected { after 'if' condition. (curly)
(#2437) Expected { after 'if' condition. (curly)
(#2441) Expected { after 'if' condition. (curly)
(#2442) Expected { after 'if' condition. (curly)
(#2449) 'o' is defined but never used (no-unused-vars)
(#2450) Expected { after 'if' condition. (curly)
(#2453) Infix operators must be spaced. (space-infix-ops)
(#2458) Line 2458 exceeds the maximum line length of 132. (max-len)
(#2461) Don't make functions within a loop (no-loop-func)
(#2462) A space is required after ','. (comma-spacing)
(#2462) Infix operators must be spaced. (space-infix-ops)
(#2462) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2462) A space is required after ','. (comma-spacing)
(#2462) Infix operators must be spaced. (space-infix-ops)
(#2467) Expected { after 'if' condition. (curly)
(#2475) Unnecessary semicolon. (no-extra-semi)
(#2481) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2484) Expected space(s) after "if". (keyword-spacing)
(#2489) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2490) There should be no spaces inside this paren. (space-in-parens)
(#2490) There should be no spaces inside this paren. (space-in-parens)
(#2496) Infix operators must be spaced. (space-infix-ops)
(#2497) Infix operators must be spaced. (space-infix-ops)
(#2498) Expected space or tab after '//' in comment. (spaced-comment)
(#2512) 'dy' is defined but never used (no-unused-vars)
(#2513) There should be no space after '{' (object-curly-spacing)
(#2513) There should be no space before '}' (object-curly-spacing)
(#2515) 'dy' is defined but never used (no-unused-vars)
(#2516) 'o' is defined but never used (no-unused-vars)
(#2516) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2516) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2517) There should be no space after '{' (object-curly-spacing)
(#2517) There should be no space before '}' (object-curly-spacing)
(#2520) 'o' is defined but never used (no-unused-vars)
(#2520) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2520) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2521) There should be no space after '{' (object-curly-spacing)
(#2521) There should be no space before '}' (object-curly-spacing)
(#2524) There should be no space after '{' (object-curly-spacing)
(#2524) There should be no space before '}' (object-curly-spacing)
(#2542) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2571) Unexpected space before function parentheses. (space-before-function-paren)
(#2571) 'ui' is defined but never used (no-unused-vars)
(#2572) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2574) Unexpected space before function parentheses. (space-before-function-paren)
(#2585) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#2586) Statement inside of curly braces should be on next line. (brace-style)
(#2586) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#2586) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2587) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#2587) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2587) Statement inside of curly braces should be on next line. (brace-style)
(#2587) Unexpected space before function parentheses. (space-before-function-paren)
(#2587) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2587) Statement inside of curly braces should be on next line. (brace-style)
(#2588) Expected space(s) after "else". (keyword-spacing)
(#2588) Expected space(s) before "else". (keyword-spacing)
(#2593) Unexpected space before function parentheses. (space-before-function-paren)
(#2594) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2594) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2594) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2601) Unexpected space before function parentheses. (space-before-function-paren)
(#2603) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2603) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2603) Trailing spaces not allowed. (no-trailing-spaces)
(#2604) Line 2604 exceeds the maximum line length of 132. (max-len)
(#2604) Do not nest ternary expressions (no-nested-ternary)
(#2606) Unexpected space before function parentheses. (space-before-function-paren)
(#2607) Infix operators must be spaced. (space-infix-ops)
(#2607) Infix operators must be spaced. (space-infix-ops)
(#2608) Expected { after 'if' condition. (curly)
(#2615) There should be no space after '{' (object-curly-spacing)
(#2615) There should be no space before '}' (object-curly-spacing)
(#2622) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#2623) Unexpected space before function parentheses. (space-before-function-paren)
(#2623) Statement inside of curly braces should be on next line. (brace-style)
(#2623) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2624) Expected space(s) after "else". (keyword-spacing)
(#2624) Expected space(s) before "else". (keyword-spacing)
(#2629) Unexpected space before function parentheses. (space-before-function-paren)
(#2629) 'ui' is defined but never used (no-unused-vars)
(#2630) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2632) Unexpected space before function parentheses. (space-before-function-paren)
(#2636) There should be no space after '{' (object-curly-spacing)
(#2636) There should be no space before '}' (object-curly-spacing)
(#2642) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#2643) Unexpected space before function parentheses. (space-before-function-paren)
(#2643) Statement inside of curly braces should be on next line. (brace-style)
(#2643) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2644) Expected space(s) before "else". (keyword-spacing)
(#2644) Expected space(s) after "else". (keyword-spacing)
(#2655) 'ui' is defined but never used (no-unused-vars)
(#2656) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2658) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2662) There should be no space after '{' (object-curly-spacing)
(#2662) There should be no space before '}' (object-curly-spacing)
(#2667) There should be no space after '{' (object-curly-spacing)
(#2667) There should be no space before '}' (object-curly-spacing)
(#2679) Expected { after 'if' condition. (curly)
(#2679) There should be no space after '{' (object-curly-spacing)
(#2679) There should be no space before '}' (object-curly-spacing)
(#2694) 'ui' is defined but never used (no-unused-vars)
(#2695) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2695) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2696) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2696) Do not nest ternary expressions (no-nested-ternary)
(#2697) Expected { after 'if' condition. (curly)
(#2702) There should be no space after '{' (object-curly-spacing)
(#2702) There should be no space before '}' (object-curly-spacing)
(#2703) There should be no space after '{' (object-curly-spacing)
(#2703) There should be no space before '}' (object-curly-spacing)
(#2712) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#2713) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2714) There should be no space after '[' (array-bracket-spacing)
(#2714) There should be no space before ']' (array-bracket-spacing)
(#2714) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2714) Statement inside of curly braces should be on next line. (brace-style)
(#2718) There should be no space after '{' (object-curly-spacing)
(#2718) There should be no space before '}' (object-curly-spacing)
(#2720) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2720) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2721) Line 2721 exceeds the maximum line length of 132. (max-len)
(#2721) There should be no spaces inside this paren. (space-in-parens)
(#2721) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2729) 'ui' is defined but never used (no-unused-vars)
(#2730) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2731) 'ps' is defined but never used (no-unused-vars)
(#2731) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2731) 'cs' is defined but never used (no-unused-vars)
(#2731) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2731) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2732) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2732) There should be no space after '{' (object-curly-spacing)
(#2732) Missing space before value for key 'top'. (key-spacing)
(#2732) Missing space before value for key 'left'. (key-spacing)
(#2732) There should be no space before '}' (object-curly-spacing)
(#2732) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2734) Expected { after 'if' condition. (curly)
(#2738) Expected { after 'if' condition. (curly)
(#2744) Expected { after 'if' condition. (curly)
(#2748) Infix operators must be spaced. (space-infix-ops)
(#2749) Infix operators must be spaced. (space-infix-ops)
(#2751) There should be no spaces inside this paren. (space-in-parens)
(#2751) There should be no spaces inside this paren. (space-in-parens)
(#2752) Line 2752 exceeds the maximum line length of 132. (max-len)
(#2752) There should be no spaces inside this paren. (space-in-parens)
(#2752) There should be no spaces inside this paren. (space-in-parens)
(#2755) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#2757) Expected space(s) after "if". (keyword-spacing)
(#2757) Expected { after 'if' condition. (curly)
(#2761) Expected { after 'if' condition. (curly)
(#2766) Expected { after 'if' condition. (curly)
(#2770) 'ui' is defined but never used (no-unused-vars)
(#2770) Missing space before opening brace. (space-before-blocks)
(#2771) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2771) 'cp' is defined but never used (no-unused-vars)
(#2771) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2772) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2772) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2774) Line 2774 exceeds the maximum line length of 132. (max-len)
(#2774) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2774) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2774) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2776) Expected { after 'if' condition. (curly)
(#2777) There should be no space after '{' (object-curly-spacing)
(#2777) There should be no space before '}' (object-curly-spacing)
(#2779) Expected { after 'if' condition. (curly)
(#2780) There should be no space after '{' (object-curly-spacing)
(#2780) There should be no space before '}' (object-curly-spacing)
(#2787) 'ui' is defined but never used (no-unused-vars)
(#2789) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2789) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2793) Line 2793 exceeds the maximum line length of 132. (max-len)
(#2793) There should be no space after '{' (object-curly-spacing)
(#2793) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#2793) There should be no space before '}' (object-curly-spacing)
(#2801) 'ui' is defined but never used (no-unused-vars)
(#2801) Missing space before opening brace. (space-before-blocks)
(#2802) 'o' is defined but never used (no-unused-vars)
(#2802) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2803) Expected { after 'if' condition. (curly)
(#2803) There should be no space after '{' (object-curly-spacing)
(#2803) There should be no space before '}' (object-curly-spacing)
(#2806) 'ui' is defined but never used (no-unused-vars)
(#2806) Missing space before opening brace. (space-before-blocks)
(#2807) 'o' is defined but never used (no-unused-vars)
(#2807) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2808) Expected { after 'if' condition. (curly)
(#2815) 'ui' is defined but never used (no-unused-vars)
(#2816) Line 2816 exceeds the maximum line length of 132. (max-len)
(#2816) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2816) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2816) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2816) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2816) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2816) 'ratio' is defined but never used (no-unused-vars)
(#2816) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2818) Line 2818 exceeds the maximum line length of 132. (max-len)
(#2818) Infix operators must be spaced. (space-infix-ops)
(#2818) Infix operators must be spaced. (space-infix-ops)
(#2818) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2818) Infix operators must be spaced. (space-infix-ops)
(#2818) Infix operators must be spaced. (space-infix-ops)
(#2824) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#2829) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#2834) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#2852) 'jQuery' is not defined. (no-undef)
(#2867) There should be no spaces inside this paren. (space-in-parens)
(#2867) 'undefined' is defined but never used (no-unused-vars)
(#2867) There should be no spaces inside this paren. (space-in-parens)
(#2932) Expected { after 'if' condition. (curly)
(#2969) Expected to return a value at the end of this function. (consistent-return)
(#2999) Expected { after 'if' condition. (curly)
(#3004) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3004) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3004) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3005) Statement inside of curly braces should be on next line. (brace-style)
(#3005) 'tmp' used outside of binding context. (block-scoped-var)
(#3005) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#3005) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3005) 'tmp' used outside of binding context. (block-scoped-var)
(#3006) Statement inside of curly braces should be on next line. (brace-style)
(#3006) 'tmp' is already defined (no-redeclare)
(#3006) 'tmp' used outside of binding context. (block-scoped-var)
(#3006) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#3006) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3006) 'tmp' used outside of binding context. (block-scoped-var)
(#3007) Infix operators must be spaced. (space-infix-ops)
(#3007) Infix operators must be spaced. (space-infix-ops)
(#3011) Expected space or tab after '//' in comment. (spaced-comment)
(#3012) Expected { after 'if' condition. (curly)
(#3016) There should be no spaces inside this paren. (space-in-parens)
(#3016) There should be no spaces inside this paren. (space-in-parens)
(#3076) Expected no return value. (consistent-return)
(#3084) 'options' is defined but never used (no-unused-vars)
(#3118) 'jQuery' is not defined. (no-undef)
(#3133) There should be no spaces inside this paren. (space-in-parens)
(#3133) 'undefined' is defined but never used (no-unused-vars)
(#3133) There should be no spaces inside this paren. (space-in-parens)
(#3163) 'o' is defined but never used (no-unused-vars)
(#3167) Expected space or tab after '//' in comment. (spaced-comment)
(#3170) Expected space or tab after '//' in comment. (spaced-comment)
(#3173) Expected space or tab after '//' in comment. (spaced-comment)
(#3176) Expected space or tab after '//' in comment. (spaced-comment)
(#3188) Expected { after 'for' condition. (curly)
(#3188) There should be no spaces inside this paren. (space-in-parens)
(#3188) There should be no spaces inside this paren. (space-in-parens)
(#3194) Missing space before opening brace. (space-before-blocks)
(#3195) There should be no spaces inside this paren. (space-in-parens)
(#3195) There should be no spaces inside this paren. (space-in-parens)
(#3196) There should be no space after '[' (computed-property-spacing)
(#3196) There should be no space before ']' (computed-property-spacing)
(#3197) Trailing spaces not allowed. (no-trailing-spaces)
(#3199) There should be no space after '[' (computed-property-spacing)
(#3199) Unexpected newline between object and [ of property access. (no-unexpected-multiline)
(#3199) There should be no spaces inside this paren. (space-in-parens)
(#3199) There should be no spaces inside this paren. (space-in-parens)
(#3212) Expected { after 'if' condition. (curly)
(#3212) Expected space(s) after "if". (keyword-spacing)
(#3214) Expected space or tab after '//' in comment. (spaced-comment)
(#3217) Expected space or tab after '//' in comment. (spaced-comment)
(#3218) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3218) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3218) 'nodes' is defined but never used (no-unused-vars)
(#3218) Expected to return a value at the end of this function. (consistent-return)
(#3219) Expected space(s) after "if". (keyword-spacing)
(#3224) Expected { after 'if' condition. (curly)
(#3224) Expected space(s) after "if". (keyword-spacing)
(#3226) Expected space(s) after "if". (keyword-spacing)
(#3226) Expected { after 'if' condition. (curly)
(#3227) Expected space(s) after "if". (keyword-spacing)
(#3230) Line 3230 exceeds the maximum line length of 132. (max-len)
(#3230) Expected { after 'if' condition. (curly)
(#3230) Expected space(s) after "if". (keyword-spacing)
(#3230) Statement inside of curly braces should be on next line. (brace-style)
(#3230) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3231) Expected { after 'if' condition. (curly)
(#3231) Expected space(s) after "if". (keyword-spacing)
(#3242) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3245) Expected space or tab after '//' in comment. (spaced-comment)
(#3248) Expected space or tab after '//' in comment. (spaced-comment)
(#3251) Expected space or tab after '//' in comment. (spaced-comment)
(#3259) Expected space or tab after '//' in comment. (spaced-comment)
(#3262) Expected space or tab after '//' in comment. (spaced-comment)
(#3265) Expected space or tab after '//' in comment. (spaced-comment)
(#3278) Expected space or tab after '//' in comment. (spaced-comment)
(#3283) Line 3283 exceeds the maximum line length of 132. (max-len)
(#3283) Expected space or tab after '//' in comment. (spaced-comment)
(#3286) Expected space or tab after '//' in comment. (spaced-comment)
(#3291) Expected space or tab after '//' in comment. (spaced-comment)
(#3292) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3294) Expected space or tab after '//' in comment. (spaced-comment)
(#3295) There should be no space after '{' (object-curly-spacing)
(#3295) There should be no space before '}' (object-curly-spacing)
(#3297) Line 3297 exceeds the maximum line length of 132. (max-len)
(#3297) Expected space or tab after '//' in comment. (spaced-comment)
(#3298) Expected space(s) after "if". (keyword-spacing)
(#3302) Expected space or tab after '//' in comment. (spaced-comment)
(#3305) Expected space or tab after '//' in comment. (spaced-comment)
(#3306) Expected { after 'if' condition. (curly)
(#3306) Expected space(s) after "if". (keyword-spacing)
(#3309) Expected space(s) after "if". (keyword-spacing)
(#3310) Expected { after 'if' condition. (curly)
(#3314) Expected space(s) after "if". (keyword-spacing)
(#3315) Expected { after 'if' condition. (curly)
(#3319) Expected space(s) after "if". (keyword-spacing)
(#3320) Expected { after 'if' condition. (curly)
(#3324) Expected space or tab after '//' in comment. (spaced-comment)
(#3325) Expected space(s) after "if". (keyword-spacing)
(#3325) Expected { after 'if' condition. (curly)
(#3328) Expected space or tab after '//' in comment. (spaced-comment)
(#3331) Expected space or tab after '//' in comment. (spaced-comment)
(#3332) Expected space(s) after "if". (keyword-spacing)
(#3332) Expected { after 'if' condition. (curly)
(#3336) Expected space or tab after '//' in comment. (spaced-comment)
(#3337) Expected space(s) after "if". (keyword-spacing)
(#3338) Line 3338 exceeds the maximum line length of 132. (max-len)
(#3338) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#3338) Statement inside of curly braces should be on next line. (brace-style)
(#3338) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3341) Expected space or tab after '//' in comment. (spaced-comment)
(#3342) Expected { after 'if' condition. (curly)
(#3342) Expected space(s) after "if". (keyword-spacing)
(#3345) Expected { after 'if' condition. (curly)
(#3351) Line 3351 exceeds the maximum line length of 132. (max-len)
(#3351) Expected space or tab after '//' in comment. (spaced-comment)
(#3356) Function '_mouseDrag' has a complexity of 26. (complexity)
(#3358) Expected space or tab after '//' in comment. (spaced-comment)
(#3366) Expected space or tab after '//' in comment. (spaced-comment)
(#3367) Expected space(s) after "if". (keyword-spacing)
(#3368) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3369) Expected space(s) after "if". (keyword-spacing)
(#3371) Expected { after 'if' condition. (curly)
(#3371) Expected space(s) after "if". (keyword-spacing)
(#3373) Expected space(s) after "if". (keyword-spacing)
(#3373) Expected { after 'if' condition. (curly)
(#3376) Expected space(s) after "if". (keyword-spacing)
(#3376) Expected { after 'if' condition. (curly)
(#3378) Expected space(s) after "if". (keyword-spacing)
(#3378) Expected { after 'if' condition. (curly)
(#3383) Expected space(s) after "if". (keyword-spacing)
(#3383) Expected { after 'if' condition. (curly)
(#3385) Expected { after 'if' condition. (curly)
(#3385) Expected space(s) after "if". (keyword-spacing)
(#3388) Expected space(s) after "if". (keyword-spacing)
(#3388) Expected { after 'if' condition. (curly)
(#3390) Expected { after 'if' condition. (curly)
(#3390) Expected space(s) after "if". (keyword-spacing)
(#3395) Expected space(s) after "if". (keyword-spacing)
(#3395) Expected { after 'if' condition. (curly)
(#3399) Expected space or tab after '//' in comment. (spaced-comment)
(#3402) Expected space or tab after '//' in comment. (spaced-comment)
(#3403) Expected { after 'if' condition. (curly)
(#3403) Expected space(s) after "if". (keyword-spacing)
(#3403) Infix operators must be spaced. (space-infix-ops)
(#3404) Expected space(s) after "if". (keyword-spacing)
(#3404) Expected { after 'if' condition. (curly)
(#3404) Infix operators must be spaced. (space-infix-ops)
(#3406) Expected space or tab after '//' in comment. (spaced-comment)
(#3409) Expected space or tab after '//' in comment. (spaced-comment)
(#3410) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3410) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3411) Expected { after 'if' condition. (curly)
(#3413) Expected space(s) after "if". (keyword-spacing)
(#3413) Expected space or tab after '//' in comment. (spaced-comment)
(#3414) Line 3414 exceeds the maximum line length of 132. (max-len)
(#3414) Expected space or tab after '//' in comment. (spaced-comment)
(#3415) Expected space or tab after '//' in comment. (spaced-comment)
(#3417) Expected space or tab after '//' in comment. (spaced-comment)
(#3433) Expected space or tab after '//' in comment. (spaced-comment)
(#3436) Expected space or tab after '//' in comment. (spaced-comment)
(#3437) Expected space(s) after "if". (keyword-spacing)
(#3437) Expected { after 'if' condition. (curly)
(#3439) Expected space or tab after '//' in comment. (spaced-comment)
(#3449) Expected { after 'if' condition. (curly)
(#3449) Expected space(s) after "if". (keyword-spacing)
(#3451) Expected space or tab after '//' in comment. (spaced-comment)
(#3452) Expected { after 'if' condition. (curly)
(#3455) Expected space(s) after "if". (keyword-spacing)
(#3462) Line 3462 exceeds the maximum line length of 132. (max-len)
(#3463) Line 3463 exceeds the maximum line length of 132. (max-len)
(#3471) Expected no return value. (consistent-return)
(#3479) Expected space(s) after "if". (keyword-spacing)
(#3483) Expected { after 'if' condition. (curly)
(#3483) Expected space(s) after "if". (keyword-spacing)
(#3485) Expected { after 'else'. (curly)
(#3488) Expected space or tab after '//' in comment. (spaced-comment)
(#3489) Missing space before opening brace. (space-before-blocks)
(#3491) Expected space(s) after "if". (keyword-spacing)
(#3499) Line 3499 exceeds the maximum line length of 132. (max-len)
(#3499) Expected space or tab after '//' in comment. (spaced-comment)
(#3500) Expected { after 'if' condition. (curly)
(#3500) Expected space(s) after "if". (keyword-spacing)
(#3501) Expected space(s) after "if". (keyword-spacing)
(#3501) Expected { after 'if' condition. (curly)
(#3510) Expected space(s) after "if". (keyword-spacing)
(#3527) Expected space(s) after "if". (keyword-spacing)
(#3527) Expected { after 'if' condition. (curly)
(#3527) Infix operators must be spaced. (space-infix-ops)
(#3527) Infix operators must be spaced. (space-infix-ops)
(#3527) Infix operators must be spaced. (space-infix-ops)
(#3530) Expected space(s) after "if". (keyword-spacing)
(#3543) Statement inside of curly braces should be on next line. (brace-style)
(#3543) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3566) Expected space(s) after "if". (keyword-spacing)
(#3566) There should be no spaces inside this paren. (space-in-parens)
(#3566) Multiple spaces found before 'this'. (no-multi-spaces)
(#3568) Line 3568 exceeds the maximum line length of 132. (max-len)
(#3576) There should be no spaces inside this paren. (space-in-parens)
(#3589) Expected { after 'if' condition. (curly)
(#3592) Do not nest ternary expressions (no-nested-ternary)
(#3593) There should be no spaces inside this paren. (space-in-parens)
(#3593) There should be no spaces inside this paren. (space-in-parens)
(#3594) There should be no spaces inside this paren. (space-in-parens)
(#3594) There should be no spaces inside this paren. (space-in-parens)
(#3600) Line 3600 exceeds the maximum line length of 132. (max-len)
(#3600) Infix operators must be spaced. (space-infix-ops)
(#3601) Line 3601 exceeds the maximum line length of 132. (max-len)
(#3601) Infix operators must be spaced. (space-infix-ops)
(#3608) Line 3608 exceeds the maximum line length of 132. (max-len)
(#3635) Trailing spaces not allowed. (no-trailing-spaces)
(#3638) 'self' is defined but never used (no-unused-vars)
(#3643) Expected space(s) after "if". (keyword-spacing)
(#3644) 'i' used outside of binding context. (block-scoped-var)
(#3644) 'i' used outside of binding context. (block-scoped-var)
(#3644) 'i' used outside of binding context. (block-scoped-var)
(#3644) Missing space before opening brace. (space-before-blocks)
(#3645) 'i' used outside of binding context. (block-scoped-var)
(#3646) Missing space before opening brace. (space-before-blocks)
(#3648) Expected space(s) after "if". (keyword-spacing)
(#3649) Line 3649 exceeds the maximum line length of 132. (max-len)
(#3651) Unnecessary semicolon. (no-extra-semi)
(#3652) Unnecessary semicolon. (no-extra-semi)
(#3655) Line 3655 exceeds the maximum line length of 132. (max-len)
(#3655) There should be no space after '{' (object-curly-spacing)
(#3655) There should be no space before '}' (object-curly-spacing)
(#3657) 'i' is already defined (no-redeclare)
(#3657) 'i' used outside of binding context. (block-scoped-var)
(#3657) 'i' used outside of binding context. (block-scoped-var)
(#3657) 'i' used outside of binding context. (block-scoped-var)
(#3657) Missing space before opening brace. (space-before-blocks)
(#3658) 'i' used outside of binding context. (block-scoped-var)
(#3661) Unnecessary semicolon. (no-extra-semi)
(#3671) Infix operators must be spaced. (space-infix-ops)
(#3673) Infix operators must be spaced. (space-infix-ops)
(#3674) Expected { after 'if' condition. (curly)
(#3674) Expected space(s) after "if". (keyword-spacing)
(#3675) A space is required after ','. (comma-spacing)
(#3676) Unnecessary semicolon. (no-extra-semi)
(#3678) Unnecessary semicolon. (no-extra-semi)
(#3687) 'self' is defined but never used (no-unused-vars)
(#3688) Line 3688 exceeds the maximum line length of 132. (max-len)
(#3688) There should be no space after '{' (object-curly-spacing)
(#3688) There should be no space before '}' (object-curly-spacing)
(#3691) Expected space(s) after "if". (keyword-spacing)
(#3692) 'i' used outside of binding context. (block-scoped-var)
(#3692) 'i' used outside of binding context. (block-scoped-var)
(#3692) 'i' used outside of binding context. (block-scoped-var)
(#3692) Missing space before opening brace. (space-before-blocks)
(#3693) 'i' used outside of binding context. (block-scoped-var)
(#3694) 'j' used outside of binding context. (block-scoped-var)
(#3694) 'j' used outside of binding context. (block-scoped-var)
(#3694) 'j' used outside of binding context. (block-scoped-var)
(#3694) Missing space before opening brace. (space-before-blocks)
(#3695) 'j' used outside of binding context. (block-scoped-var)
(#3696) Expected space(s) after "if". (keyword-spacing)
(#3697) Line 3697 exceeds the maximum line length of 132. (max-len)
(#3697) There should be no space after '{' (object-curly-spacing)
(#3697) There should be no space before '}' (object-curly-spacing)
(#3700) Unnecessary semicolon. (no-extra-semi)
(#3701) Unnecessary semicolon. (no-extra-semi)
(#3704) 'i' is already defined (no-redeclare)
(#3704) 'i' used outside of binding context. (block-scoped-var)
(#3704) 'i' used outside of binding context. (block-scoped-var)
(#3704) 'i' used outside of binding context. (block-scoped-var)
(#3705) 'i' used outside of binding context. (block-scoped-var)
(#3706) 'i' used outside of binding context. (block-scoped-var)
(#3708) 'j' used outside of binding context. (block-scoped-var)
(#3708) 'j' is already defined (no-redeclare)
(#3708) Infix operators must be spaced. (space-infix-ops)
(#3708) 'j' used outside of binding context. (block-scoped-var)
(#3708) 'j' used outside of binding context. (block-scoped-var)
(#3709) 'j' used outside of binding context. (block-scoped-var)
(#3719) Unnecessary semicolon. (no-extra-semi)
(#3720) Unnecessary semicolon. (no-extra-semi)
(#3726) Line 3726 exceeds the maximum line length of 132. (max-len)
(#3726) Expected space or tab after '//' in comment. (spaced-comment)
(#3727) Expected space(s) after "if". (keyword-spacing)
(#3731) 'i' used outside of binding context. (block-scoped-var)
(#3731) 'i' used outside of binding context. (block-scoped-var)
(#3731) 'i' used outside of binding context. (block-scoped-var)
(#3731) Missing space before opening brace. (space-before-blocks)
(#3732) 'i' used outside of binding context. (block-scoped-var)
(#3741) 'p' used outside of binding context. (block-scoped-var)
(#3742) 'p' used outside of binding context. (block-scoped-var)
(#3743) 'p' used outside of binding context. (block-scoped-var)
(#3744) Unnecessary semicolon. (no-extra-semi)
(#3746) Expected space(s) after "if". (keyword-spacing)
(#3749) 'i' is already defined (no-redeclare)
(#3749) 'i' used outside of binding context. (block-scoped-var)
(#3749) 'i' used outside of binding context. (block-scoped-var)
(#3749) 'i' used outside of binding context. (block-scoped-var)
(#3749) Missing space before opening brace. (space-before-blocks)
(#3750) 'p' is already defined (no-redeclare)
(#3750) 'p' used outside of binding context. (block-scoped-var)
(#3750) 'i' used outside of binding context. (block-scoped-var)
(#3751) 'i' used outside of binding context. (block-scoped-var)
(#3751) 'p' used outside of binding context. (block-scoped-var)
(#3752) 'i' used outside of binding context. (block-scoped-var)
(#3752) 'p' used outside of binding context. (block-scoped-var)
(#3753) 'i' used outside of binding context. (block-scoped-var)
(#3753) 'i' used outside of binding context. (block-scoped-var)
(#3754) 'i' used outside of binding context. (block-scoped-var)
(#3754) 'i' used outside of binding context. (block-scoped-var)
(#3755) Unnecessary semicolon. (no-extra-semi)
(#3763) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3765) Expected space(s) after "if". (keyword-spacing)
(#3771) Infix operators must be spaced. (space-infix-ops)
(#3774) Expected space(s) after "if". (keyword-spacing)
(#3774) Expected { after 'if' condition. (curly)
(#3783) Expected space(s) after "if". (keyword-spacing)
(#3783) Expected { after 'if' condition. (curly)
(#3785) Line 3785 exceeds the maximum line length of 132. (max-len)
(#3785) Expected space or tab after '//' in comment. (spaced-comment)
(#3786) Line 3786 exceeds the maximum line length of 132. (max-len)
(#3786) Expected space(s) after "if". (keyword-spacing)
(#3786) Statement inside of curly braces should be on next line. (brace-style)
(#3786) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3786) Infix operators must be spaced. (space-infix-ops)
(#3786) Infix operators must be spaced. (space-infix-ops)
(#3786) Unnecessary semicolon. (no-extra-semi)
(#3787) Line 3787 exceeds the maximum line length of 132. (max-len)
(#3787) Expected space(s) after "if". (keyword-spacing)
(#3787) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3787) Statement inside of curly braces should be on next line. (brace-style)
(#3787) Infix operators must be spaced. (space-infix-ops)
(#3787) Infix operators must be spaced. (space-infix-ops)
(#3787) Unnecessary semicolon. (no-extra-semi)
(#3792) Expected space or tab after '//' in comment. (spaced-comment)
(#3795) Expected space or tab after '//' in comment. (spaced-comment)
(#3798) Expected space or tab after '//' in comment. (spaced-comment)
(#3804) Trailing spaces not allowed. (no-trailing-spaces)
(#3805) Trailing spaces not allowed. (no-trailing-spaces)
(#3806) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3806) Trailing spaces not allowed. (no-trailing-spaces)
(#3807) Trailing spaces not allowed. (no-trailing-spaces)
(#3808) Trailing spaces not allowed. (no-trailing-spaces)
(#3809) Missing space before opening brace. (space-before-blocks)
(#3811) Trailing spaces not allowed. (no-trailing-spaces)
(#3812) Expected space(s) after "if". (keyword-spacing)
(#3812) Expected { after 'if' condition. (curly)
(#3815) Expected space(s) after "if". (keyword-spacing)
(#3817) Trailing spaces not allowed. (no-trailing-spaces)
(#3818) Expected { after 'if' condition. (curly)
(#3818) Expected space(s) after "if". (keyword-spacing)
(#3821) Trailing spaces not allowed. (no-trailing-spaces)
(#3823) Trailing spaces not allowed. (no-trailing-spaces)
(#3825) Trailing spaces not allowed. (no-trailing-spaces)
(#3826) Expected space(s) after "if". (keyword-spacing)
(#3833) Trailing spaces not allowed. (no-trailing-spaces)
(#3834) Trailing spaces not allowed. (no-trailing-spaces)
(#3835) Expected space(s) after "if". (keyword-spacing)
(#3835) Expected { after 'if' condition. (curly)
(#3835) Trailing spaces not allowed. (no-trailing-spaces)
(#3838) Expected space(s) after "if". (keyword-spacing)
(#3841) Expected space(s) after "if". (keyword-spacing)
(#3841) Trailing spaces not allowed. (no-trailing-spaces)
(#3843) Expected space or tab after '//' in comment. (spaced-comment)
(#3843) Trailing spaces not allowed. (no-trailing-spaces)
(#3844) Line 3844 exceeds the maximum line length of 132. (max-len)
(#3844) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#3844) Trailing spaces not allowed. (no-trailing-spaces)
(#3845) Trailing spaces not allowed. (no-trailing-spaces)
(#3846) Expected { after 'if' condition. (curly)
(#3846) Expected space(s) after "if". (keyword-spacing)
(#3846) Trailing spaces not allowed. (no-trailing-spaces)
(#3847) Trailing spaces not allowed. (no-trailing-spaces)
(#3848) Expected space(s) after "if". (keyword-spacing)
(#3848) Trailing spaces not allowed. (no-trailing-spaces)
(#3849) Trailing spaces not allowed. (no-trailing-spaces)
(#3850) Trailing spaces not allowed. (no-trailing-spaces)
(#3851) Trailing spaces not allowed. (no-trailing-spaces)
(#3853) Expected { after 'if' condition. (curly)
(#3853) Expected space(s) after "if". (keyword-spacing)
(#3853) Expected space or tab after '//' in comment. (spaced-comment)
(#3853) Trailing spaces not allowed. (no-trailing-spaces)
(#3854) Trailing spaces not allowed. (no-trailing-spaces)
(#3856) Trailing spaces not allowed. (no-trailing-spaces)
(#3857) Line 3857 exceeds the maximum line length of 132. (max-len)
(#3857) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3857) Trailing spaces not allowed. (no-trailing-spaces)
(#3858) Trailing spaces not allowed. (no-trailing-spaces)
(#3859) Trailing spaces not allowed. (no-trailing-spaces)
(#3861) Expected space or tab after '//' in comment. (spaced-comment)
(#3861) Trailing spaces not allowed. (no-trailing-spaces)
(#3862) Trailing spaces not allowed. (no-trailing-spaces)
(#3863) Trailing spaces not allowed. (no-trailing-spaces)
(#3864) Trailing spaces not allowed. (no-trailing-spaces)
(#3866) Trailing spaces not allowed. (no-trailing-spaces)
(#3867) Trailing spaces not allowed. (no-trailing-spaces)
(#3868) Trailing spaces not allowed. (no-trailing-spaces)
(#3874) Line 3874 exceeds the maximum line length of 132. (max-len)
(#3874) Do not nest ternary expressions (no-nested-ternary)
(#3876) Expected space(s) after "if". (keyword-spacing)
(#3876) Expected { after 'if' condition. (curly)
(#3876) Expected space or tab after '//' in comment. (spaced-comment)
(#3879) Expected space(s) after "if". (keyword-spacing)
(#3879) Expected { after 'if' condition. (curly)
(#3880) Line 3880 exceeds the maximum line length of 132. (max-len)
(#3880) There should be no space after '{' (object-curly-spacing)
(#3880) There should be no space before '}' (object-curly-spacing)
(#3882) Expected space(s) after "if". (keyword-spacing)
(#3882) Expected { after 'if' condition. (curly)
(#3883) Expected space(s) after "if". (keyword-spacing)
(#3883) Expected { after 'if' condition. (curly)
(#3913) Expected space or tab after '//' in comment. (spaced-comment)
(#3921) Line 3921 exceeds the maximum line length of 132. (max-len)
(#3921) Expected space(s) after "if". (keyword-spacing)
(#3926) Line 3926 exceeds the maximum line length of 132. (max-len)
(#3926) Expected space(s) after "if". (keyword-spacing)
(#3926) Expected { after 'if' condition. (curly)
(#3926) Expected space or tab after '//' in comment. (spaced-comment)
(#3927) Expected space or tab after '//' in comment. (spaced-comment)
(#3928) There should be no space after '{' (object-curly-spacing)
(#3928) There should be no space before '}' (object-curly-spacing)
(#3931) A space is required after ','. (comma-spacing)
(#3932) A space is required after ','. (comma-spacing)
(#3939) Expected space(s) after "if". (keyword-spacing)
(#3942) A space is required after ','. (comma-spacing)
(#3943) A space is required after ','. (comma-spacing)
(#3946) There should be no space after '{' (object-curly-spacing)
(#3946) There should be no space before '}' (object-curly-spacing)
(#3953) A space is required after ','. (comma-spacing)
(#3954) A space is required after ','. (comma-spacing)
(#3968) Expected space(s) after "if". (keyword-spacing)
(#3968) Expected { after 'if' condition. (curly)
(#3969) Expected { after 'if' condition. (curly)
(#3969) Expected space(s) after "if". (keyword-spacing)
(#3973) Line 3973 exceeds the maximum line length of 132. (max-len)
(#3976) Expected space(s) after "if". (keyword-spacing)
(#3982) Line 3982 exceeds the maximum line length of 132. (max-len)
(#3982) A space is required after ','. (comma-spacing)
(#3982) A space is required after ','. (comma-spacing)
(#3983) Line 3983 exceeds the maximum line length of 132. (max-len)
(#3983) A space is required after ','. (comma-spacing)
(#3983) A space is required after ','. (comma-spacing)
(#3984) Line 3984 exceeds the maximum line length of 132. (max-len)
(#3984) Infix operators must be spaced. (space-infix-ops)
(#3984) A space is required after ','. (comma-spacing)
(#3984) A space is required after ','. (comma-spacing)
(#3984) A space is required after ','. (comma-spacing)
(#3985) Line 3985 exceeds the maximum line length of 132. (max-len)
(#3985) Infix operators must be spaced. (space-infix-ops)
(#3985) A space is required after ','. (comma-spacing)
(#3985) A space is required after ','. (comma-spacing)
(#3985) A space is required after ','. (comma-spacing)
(#3993) Expected { after 'if' condition. (curly)
(#3993) Expected space(s) after "if". (keyword-spacing)
(#3995) Line 3995 exceeds the maximum line length of 132. (max-len)
(#3995) 'o' is defined but never used (no-unused-vars)
(#3995) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3995) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4000) Line 4000 exceeds the maximum line length of 132. (max-len)
(#4001) Line 4001 exceeds the maximum line length of 132. (max-len)
(#4002) Line 4002 exceeds the maximum line length of 132. (max-len)
(#4002) There should be no spaces inside this paren. (space-in-parens)
(#4002) Do not nest ternary expressions (no-nested-ternary)
(#4002) There should be no spaces inside this paren. (space-in-parens)
(#4002) There should be no spaces inside this paren. (space-in-parens)
(#4002) There should be no spaces inside this paren. (space-in-parens)
(#4006) Line 4006 exceeds the maximum line length of 132. (max-len)
(#4007) Line 4007 exceeds the maximum line length of 132. (max-len)
(#4008) Line 4008 exceeds the maximum line length of 132. (max-len)
(#4008) There should be no spaces inside this paren. (space-in-parens)
(#4008) Do not nest ternary expressions (no-nested-ternary)
(#4008) There should be no spaces inside this paren. (space-in-parens)
(#4014) Function '_generatePosition' has a complexity of 24. (complexity)
(#4016) Line 4016 exceeds the maximum line length of 132. (max-len)
(#4016) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4016) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4022) Expected space(s) after "if". (keyword-spacing)
(#4034) Expected space(s) after "if". (keyword-spacing)
(#4034) Expected space or tab after '//' in comment. (spaced-comment)
(#4036) Expected space(s) after "if". (keyword-spacing)
(#4037) Expected { after 'if' condition. (curly)
(#4037) Expected space(s) after "if". (keyword-spacing)
(#4038) Expected { after 'if' condition. (curly)
(#4038) Expected space(s) after "if". (keyword-spacing)
(#4039) Expected { after 'if' condition. (curly)
(#4039) Expected space(s) after "if". (keyword-spacing)
(#4040) Expected { after 'if' condition. (curly)
(#4040) Expected space(s) after "if". (keyword-spacing)
(#4043) Expected space(s) after "if". (keyword-spacing)
(#4045) Line 4045 exceeds the maximum line length of 132. (max-len)
(#4045) Do not nest ternary expressions (no-nested-ternary)
(#4045) Do not nest ternary expressions (no-nested-ternary)
(#4048) Line 4048 exceeds the maximum line length of 132. (max-len)
(#4048) Do not nest ternary expressions (no-nested-ternary)
(#4048) Do not nest ternary expressions (no-nested-ternary)
(#4057) Line 4057 exceeds the maximum line length of 132. (max-len)
(#4058) Line 4058 exceeds the maximum line length of 132. (max-len)
(#4059) Line 4059 exceeds the maximum line length of 132. (max-len)
(#4059) Do not nest ternary expressions (no-nested-ternary)
(#4059) There should be no spaces inside this paren. (space-in-parens)
(#4059) Do not nest ternary expressions (no-nested-ternary)
(#4059) There should be no spaces inside this paren. (space-in-parens)
(#4059) There should be no spaces inside this paren. (space-in-parens)
(#4059) There should be no spaces inside this paren. (space-in-parens)
(#4064) Line 4064 exceeds the maximum line length of 132. (max-len)
(#4065) Line 4065 exceeds the maximum line length of 132. (max-len)
(#4066) Line 4066 exceeds the maximum line length of 132. (max-len)
(#4066) Do not nest ternary expressions (no-nested-ternary)
(#4066) There should be no spaces inside this paren. (space-in-parens)
(#4066) Do not nest ternary expressions (no-nested-ternary)
(#4066) There should be no spaces inside this paren. (space-in-parens)
(#4074) Line 4074 exceeds the maximum line length of 132. (max-len)
(#4074) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4076) Expected space or tab after '//' in comment. (spaced-comment)
(#4082) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4085) Expected { after 'if' condition. (curly)
(#4085) Expected space(s) after "if". (keyword-spacing)
(#4085) Expected space or tab after '//' in comment. (spaced-comment)
(#4086) A space is required after ','. (comma-spacing)
(#4090) Function '_clear' has a complexity of 28. (complexity)
(#4095) 'self' is defined but never used (no-unused-vars)
(#4095) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4099) Expected space(s) after "if". (keyword-spacing)
(#4099) Expected { after 'if' condition. (curly)
(#4102) Expected space(s) after "if". (keyword-spacing)
(#4103) Expected space(s) after "for". (keyword-spacing)
(#4103) 'i' used outside of binding context. (block-scoped-var)
(#4103) 'i' used outside of binding context. (block-scoped-var)
(#4103) 'i' used outside of binding context. (block-scoped-var)
(#4103) 'i' used outside of binding context. (block-scoped-var)
(#4104) Expected { after 'if' condition. (curly)
(#4104) Expected space(s) after "if". (keyword-spacing)
(#4104) 'i' used outside of binding context. (block-scoped-var)
(#4104) 'i' used outside of binding context. (block-scoped-var)
(#4104) 'i' used outside of binding context. (block-scoped-var)
(#4104) 'i' used outside of binding context. (block-scoped-var)
(#4104) 'i' used outside of binding context. (block-scoped-var)
(#4104) 'i' used outside of binding context. (block-scoped-var)
(#4104) 'i' used outside of binding context. (block-scoped-var)
(#4104) 'i' used outside of binding context. (block-scoped-var)
(#4104) 'i' used outside of binding context. (block-scoped-var)
(#4104) 'i' used outside of binding context. (block-scoped-var)
(#4104) 'i' used outside of binding context. (block-scoped-var)
(#4104) 'i' used outside of binding context. (block-scoped-var)
(#4111) Line 4111 exceeds the maximum line length of 132. (max-len)
(#4111) Expected space(s) after "if". (keyword-spacing)
(#4111) Expected { after 'if' condition. (curly)
(#4111) Statement inside of curly braces should be on next line. (brace-style)
(#4111) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4112) Line 4112 exceeds the maximum line length of 132. (max-len)
(#4112) Expected { after 'if' condition. (curly)
(#4112) Expected space(s) after "if". (keyword-spacing)
(#4112) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4112) Statement inside of curly braces should be on next line. (brace-style)
(#4112) Expected space or tab after '//' in comment. (spaced-comment)
(#4113) Expected space(s) after "if". (keyword-spacing)
(#4113) Expected space or tab after '//' in comment. (spaced-comment)
(#4114) Expected space(s) after "if". (keyword-spacing)
(#4114) Expected { after 'if' condition. (curly)
(#4114) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4114) Statement inside of curly braces should be on next line. (brace-style)
(#4115) 'i' used outside of binding context. (block-scoped-var)
(#4115) 'i' used outside of binding context. (block-scoped-var)
(#4115) 'i' is already defined (no-redeclare)
(#4115) 'i' used outside of binding context. (block-scoped-var)
(#4115) 'i' used outside of binding context. (block-scoped-var)
(#4115) 'i' used outside of binding context. (block-scoped-var)
(#4115) 'i' used outside of binding context. (block-scoped-var)
(#4115) 'i' used outside of binding context. (block-scoped-var)
(#4115) 'i' used outside of binding context. (block-scoped-var)
(#4115) 'i' used outside of binding context. (block-scoped-var)
(#4115) 'i' used outside of binding context. (block-scoped-var)
(#4115) 'i' used outside of binding context. (block-scoped-var)
(#4115) 'i' used outside of binding context. (block-scoped-var)
(#4115) Missing space before opening brace. (space-before-blocks)
(#4116) Expected space(s) after "if". (keyword-spacing)
(#4116) 'i' used outside of binding context. (block-scoped-var)
(#4116) 'i' used outside of binding context. (block-scoped-var)
(#4116) 'i' used outside of binding context. (block-scoped-var)
(#4116) 'i' used outside of binding context. (block-scoped-var)
(#4117) Line 4117 exceeds the maximum line length of 132. (max-len)
(#4117) Statement inside of curly braces should be on next line. (brace-style)
(#4117) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4117) Statement inside of curly braces should be on next line. (brace-style)
(#4117) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4117) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#4117) Multiple spaces found before '}'. (no-multi-spaces)
(#4117) 'i' used outside of binding context. (block-scoped-var)
(#4117) 'i' used outside of binding context. (block-scoped-var)
(#4117) 'i' used outside of binding context. (block-scoped-var)
(#4117) 'i' used outside of binding context. (block-scoped-var)
(#4118) Line 4118 exceeds the maximum line length of 132. (max-len)
(#4118) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4118) Statement inside of curly braces should be on next line. (brace-style)
(#4118) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#4118) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4118) Statement inside of curly braces should be on next line. (brace-style)
(#4118) Multiple spaces found before '}'. (no-multi-spaces)
(#4118) 'i' used outside of binding context. (block-scoped-var)
(#4118) 'i' used outside of binding context. (block-scoped-var)
(#4118) 'i' used outside of binding context. (block-scoped-var)
(#4118) 'i' used outside of binding context. (block-scoped-var)
(#4120) Unnecessary semicolon. (no-extra-semi)
(#4121) Unnecessary semicolon. (no-extra-semi)
(#4123) Expected space or tab after '//' in comment. (spaced-comment)
(#4124) 'i' used outside of binding context. (block-scoped-var)
(#4124) 'i' used outside of binding context. (block-scoped-var)
(#4124) 'i' is already defined (no-redeclare)
(#4124) 'i' used outside of binding context. (block-scoped-var)
(#4124) 'i' used outside of binding context. (block-scoped-var)
(#4124) 'i' used outside of binding context. (block-scoped-var)
(#4124) 'i' used outside of binding context. (block-scoped-var)
(#4124) 'i' used outside of binding context. (block-scoped-var)
(#4124) 'i' used outside of binding context. (block-scoped-var)
(#4124) 'i' used outside of binding context. (block-scoped-var)
(#4124) 'i' used outside of binding context. (block-scoped-var)
(#4124) 'i' used outside of binding context. (block-scoped-var)
(#4124) 'i' used outside of binding context. (block-scoped-var)
(#4124) Missing space before opening brace. (space-before-blocks)
(#4125) Line 4125 exceeds the maximum line length of 132. (max-len)
(#4125) Expected space(s) after "if". (keyword-spacing)
(#4125) Expected { after 'if' condition. (curly)
(#4125) Statement inside of curly braces should be on next line. (brace-style)
(#4125) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4125) Statement inside of curly braces should be on next line. (brace-style)
(#4125) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#4125) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4125) Multiple spaces found before '}'. (no-multi-spaces)
(#4125) 'i' used outside of binding context. (block-scoped-var)
(#4125) 'i' used outside of binding context. (block-scoped-var)
(#4125) 'i' used outside of binding context. (block-scoped-var)
(#4125) 'i' used outside of binding context. (block-scoped-var)
(#4126) Expected space(s) after "if". (keyword-spacing)
(#4126) 'i' used outside of binding context. (block-scoped-var)
(#4126) 'i' used outside of binding context. (block-scoped-var)
(#4126) 'i' used outside of binding context. (block-scoped-var)
(#4126) 'i' used outside of binding context. (block-scoped-var)
(#4127) Line 4127 exceeds the maximum line length of 132. (max-len)
(#4127) Statement inside of curly braces should be on next line. (brace-style)
(#4127) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4127) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4127) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#4127) Statement inside of curly braces should be on next line. (brace-style)
(#4127) Multiple spaces found before '}'. (no-multi-spaces)
(#4127) 'i' used outside of binding context. (block-scoped-var)
(#4127) 'i' used outside of binding context. (block-scoped-var)
(#4127) 'i' used outside of binding context. (block-scoped-var)
(#4127) 'i' used outside of binding context. (block-scoped-var)
(#4128) 'i' used outside of binding context. (block-scoped-var)
(#4128) 'i' used outside of binding context. (block-scoped-var)
(#4128) 'i' used outside of binding context. (block-scoped-var)
(#4128) 'i' used outside of binding context. (block-scoped-var)
(#4132) Expected space or tab after '//' in comment. (spaced-comment)
(#4133) Expected { after 'if' condition. (curly)
(#4133) Expected space(s) after "if". (keyword-spacing)
(#4133) Expected space or tab after '//' in comment. (spaced-comment)
(#4134) Expected space(s) after "if". (keyword-spacing)
(#4134) Expected { after 'if' condition. (curly)
(#4134) Expected space or tab after '//' in comment. (spaced-comment)
(#4135) Expected { after 'if' condition. (curly)
(#4135) Expected space(s) after "if". (keyword-spacing)
(#4135) Expected space or tab after '//' in comment. (spaced-comment)
(#4138) Expected space(s) after "if". (keyword-spacing)
(#4139) Expected space(s) after "if". (keyword-spacing)
(#4141) Line 4141 exceeds the maximum line length of 132. (max-len)
(#4141) 'i' is already defined (no-redeclare)
(#4141) 'i' used outside of binding context. (block-scoped-var)
(#4141) 'i' used outside of binding context. (block-scoped-var)
(#4141) 'i' used outside of binding context. (block-scoped-var)
(#4141) 'i' used outside of binding context. (block-scoped-var)
(#4141) Infix operators must be spaced. (space-infix-ops)
(#4141) 'i' used outside of binding context. (block-scoped-var)
(#4141) 'i' used outside of binding context. (block-scoped-var)
(#4141) 'i' used outside of binding context. (block-scoped-var)
(#4141) 'i' used outside of binding context. (block-scoped-var)
(#4141) 'i' used outside of binding context. (block-scoped-var)
(#4141) 'i' used outside of binding context. (block-scoped-var)
(#4141) 'i' used outside of binding context. (block-scoped-var)
(#4141) 'i' used outside of binding context. (block-scoped-var)
(#4141) Statement inside of curly braces should be on next line. (brace-style)
(#4141) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4141) 'i' used outside of binding context. (block-scoped-var)
(#4141) 'i' used outside of binding context. (block-scoped-var)
(#4141) 'i' used outside of binding context. (block-scoped-var)
(#4141) 'i' used outside of binding context. (block-scoped-var)
(#4141) Unnecessary semicolon. (no-extra-semi)
(#4141) Expected space or tab after '//' in comment. (spaced-comment)
(#4147) Expected { after 'if' condition. (curly)
(#4147) Expected space(s) after "if". (keyword-spacing)
(#4149) Line 4149 exceeds the maximum line length of 132. (max-len)
(#4149) Expected space or tab after '//' in comment. (spaced-comment)
(#4152) Expected { after 'if' condition. (curly)
(#4152) Expected space(s) after "if". (keyword-spacing)
(#4154) Expected space(s) after "if". (keyword-spacing)
(#4155) 'i' is already defined (no-redeclare)
(#4155) 'i' used outside of binding context. (block-scoped-var)
(#4155) 'i' used outside of binding context. (block-scoped-var)
(#4155) 'i' used outside of binding context. (block-scoped-var)
(#4155) 'i' used outside of binding context. (block-scoped-var)
(#4155) Infix operators must be spaced. (space-infix-ops)
(#4155) 'i' used outside of binding context. (block-scoped-var)
(#4155) 'i' used outside of binding context. (block-scoped-var)
(#4155) 'i' used outside of binding context. (block-scoped-var)
(#4155) 'i' used outside of binding context. (block-scoped-var)
(#4155) 'i' used outside of binding context. (block-scoped-var)
(#4155) 'i' used outside of binding context. (block-scoped-var)
(#4155) 'i' used outside of binding context. (block-scoped-var)
(#4155) 'i' used outside of binding context. (block-scoped-var)
(#4155) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4155) Statement inside of curly braces should be on next line. (brace-style)
(#4155) 'i' used outside of binding context. (block-scoped-var)
(#4155) 'i' used outside of binding context. (block-scoped-var)
(#4155) 'i' used outside of binding context. (block-scoped-var)
(#4155) 'i' used outside of binding context. (block-scoped-var)
(#4155) Unnecessary semicolon. (no-extra-semi)
(#4155) Expected space or tab after '//' in comment. (spaced-comment)
(#4189) 'jQuery' is not defined. (no-undef)
(#4203) There should be no spaces inside this paren. (space-in-parens)
(#4203) 'undefined' is defined but never used (no-unused-vars)
(#4203) There should be no spaces inside this paren. (space-in-parens)
(#4205) There should be no spaces inside this paren. (space-in-parens)
(#4232) There should be no spaces inside this paren. (space-in-parens)
(#4232) There should be no spaces inside this paren. (space-in-parens)
(#4235) There should be no spaces inside this paren. (space-in-parens)
(#4235) There should be no spaces inside this paren. (space-in-parens)
(#4236) There should be no spaces inside this paren. (space-in-parens)
(#4236) There should be no spaces inside this paren. (space-in-parens)
(#4238) There should be no spaces inside this paren. (space-in-parens)
(#4238) There should be no spaces inside this paren. (space-in-parens)
(#4239) There should be no spaces inside this paren. (space-in-parens)
(#4239) There should be no spaces inside this paren. (space-in-parens)
(#4240) There should be no spaces inside this paren. (space-in-parens)
(#4241) There should be no spaces inside this paren. (space-in-parens)
(#4241) There should be no spaces inside this paren. (space-in-parens)
(#4244) There should be no spaces inside this paren. (space-in-parens)
(#4244) There should be no spaces inside this paren. (space-in-parens)
(#4244) There should be no spaces inside this paren. (space-in-parens)
(#4244) There should be no spaces inside this paren. (space-in-parens)
(#4246) There should be no spaces inside this paren. (space-in-parens)
(#4247) There should be no spaces inside this paren. (space-in-parens)
(#4247) There should be no spaces inside this paren. (space-in-parens)
(#4250) There should be no spaces inside this paren. (space-in-parens)
(#4250) There should be no spaces inside this paren. (space-in-parens)
(#4250) There should be no spaces inside this paren. (space-in-parens)
(#4250) There should be no spaces inside this paren. (space-in-parens)
(#4252) There should be no spaces inside this paren. (space-in-parens)
(#4253) There should be no spaces inside this paren. (space-in-parens)
(#4253) There should be no spaces inside this paren. (space-in-parens)
(#4256) There should be no spaces inside this paren. (space-in-parens)
(#4256) There should be no spaces inside this paren. (space-in-parens)
(#4256) There should be no spaces inside this paren. (space-in-parens)
(#4256) There should be no spaces inside this paren. (space-in-parens)
(#4258) There should be no spaces inside this paren. (space-in-parens)
(#4259) There should be no spaces inside this paren. (space-in-parens)
(#4259) There should be no spaces inside this paren. (space-in-parens)
(#4262) There should be no spaces inside this paren. (space-in-parens)
(#4262) There should be no spaces inside this paren. (space-in-parens)
(#4262) There should be no spaces inside this paren. (space-in-parens)
(#4262) There should be no spaces inside this paren. (space-in-parens)
(#4266) There should be no spaces inside this paren. (space-in-parens)
(#4266) There should be no spaces inside this paren. (space-in-parens)
(#4268) There should be no spaces inside this paren. (space-in-parens)
(#4268) There should be no spaces inside this paren. (space-in-parens)
(#4269) There should be no spaces inside this paren. (space-in-parens)
(#4269) There should be no spaces inside this paren. (space-in-parens)
(#4269) There should be no spaces inside this paren. (space-in-parens)
(#4269) There should be no spaces inside this paren. (space-in-parens)
(#4269) There should be no spaces inside this paren. (space-in-parens)
(#4269) There should be no spaces inside this paren. (space-in-parens)
(#4270) There should be no spaces inside this paren. (space-in-parens)
(#4270) There should be no spaces inside this paren. (space-in-parens)
(#4271) There should be no spaces inside this paren. (space-in-parens)
(#4271) There should be no spaces inside this paren. (space-in-parens)
(#4272) There should be no spaces inside this paren. (space-in-parens)
(#4272) There should be no spaces inside this paren. (space-in-parens)
(#4277) There should be no spaces inside this paren. (space-in-parens)
(#4277) There should be no spaces inside this paren. (space-in-parens)
(#4282) There should be no spaces inside this paren. (space-in-parens)
(#4282) There should be no spaces inside this paren. (space-in-parens)
(#4283) There should be no spaces inside this paren. (space-in-parens)
(#4283) There should be no spaces inside this paren. (space-in-parens)
(#4284) There should be no spaces inside this paren. (space-in-parens)
(#4284) There should be no spaces inside this paren. (space-in-parens)
(#4285) There should be no spaces inside this paren. (space-in-parens)
(#4285) There should be no spaces inside this paren. (space-in-parens)
(#4289) Trailing spaces not allowed. (no-trailing-spaces)
(#4291) There should be no spaces inside this paren. (space-in-parens)
(#4291) There should be no spaces inside this paren. (space-in-parens)
(#4294) There should be no spaces inside this paren. (space-in-parens)
(#4294) There should be no spaces inside this paren. (space-in-parens)
(#4295) There should be no spaces inside this paren. (space-in-parens)
(#4295) There should be no spaces inside this paren. (space-in-parens)
(#4295) There should be no spaces inside this paren. (space-in-parens)
(#4296) There should be no spaces inside this paren. (space-in-parens)
(#4296) There should be no spaces inside this paren. (space-in-parens)
(#4299) There should be no spaces inside this paren. (space-in-parens)
(#4299) There should be no spaces inside this paren. (space-in-parens)
(#4302) There should be no spaces inside this paren. (space-in-parens)
(#4302) There should be no spaces inside this paren. (space-in-parens)
(#4311) There should be no spaces inside this paren. (space-in-parens)
(#4311) There should be no spaces inside this paren. (space-in-parens)
(#4312) There should be no spaces inside this paren. (space-in-parens)
(#4312) There should be no spaces inside this paren. (space-in-parens)
(#4312) There should be no spaces inside this paren. (space-in-parens)
(#4312) There should be no spaces inside this paren. (space-in-parens)
(#4322) There should be no spaces inside this paren. (space-in-parens)
(#4322) There should be no spaces inside this paren. (space-in-parens)
(#4323) There should be no spaces inside this paren. (space-in-parens)
(#4323) There should be no spaces inside this paren. (space-in-parens)
(#4323) There should be no spaces inside this paren. (space-in-parens)
(#4323) There should be no spaces inside this paren. (space-in-parens)
(#4326) There should be no spaces inside this paren. (space-in-parens)
(#4326) There should be no spaces inside this paren. (space-in-parens)
(#4327) There should be no spaces inside this paren. (space-in-parens)
(#4328) unnecessary '.call()'. (no-useless-call)
(#4328) There should be no spaces inside this paren. (space-in-parens)
(#4328) There should be no spaces inside this paren. (space-in-parens)
(#4336) There should be no spaces inside this paren. (space-in-parens)
(#4336) There should be no spaces inside this paren. (space-in-parens)
(#4337) There should be no spaces inside this paren. (space-in-parens)
(#4337) There should be no spaces inside this paren. (space-in-parens)
(#4338) There should be no spaces inside this paren. (space-in-parens)
(#4338) There should be no spaces inside this paren. (space-in-parens)
(#4339) There should be no spaces inside this paren. (space-in-parens)
(#4339) There should be no spaces inside this paren. (space-in-parens)
(#4340) There should be no spaces inside this paren. (space-in-parens)
(#4340) There should be no spaces inside this paren. (space-in-parens)
(#4343) There should be no spaces inside this paren. (space-in-parens)
(#4343) There should be no spaces inside this paren. (space-in-parens)
(#4348) There should be no spaces inside this paren. (space-in-parens)
(#4348) There should be no spaces inside this paren. (space-in-parens)
(#4349) There should be no spaces inside this paren. (space-in-parens)
(#4349) There should be no spaces inside this paren. (space-in-parens)
(#4356) There should be no spaces inside this paren. (space-in-parens)
(#4356) There should be no spaces inside this paren. (space-in-parens)
(#4357) There should be no spaces inside this paren. (space-in-parens)
(#4357) There should be no spaces inside this paren. (space-in-parens)
(#4360) There should be no spaces inside this paren. (space-in-parens)
(#4360) There should be no spaces inside this paren. (space-in-parens)
(#4361) Line 4361 exceeds the maximum line length of 132. (max-len)
(#4361) There should be no spaces inside this paren. (space-in-parens)
(#4361) There should be no spaces inside this paren. (space-in-parens)
(#4362) There should be no spaces inside this paren. (space-in-parens)
(#4362) There should be no spaces inside this paren. (space-in-parens)
(#4363) There should be no spaces inside this paren. (space-in-parens)
(#4363) There should be no spaces inside this paren. (space-in-parens)
(#4364) There should be no spaces inside this paren. (space-in-parens)
(#4364) There should be no spaces inside this paren. (space-in-parens)
(#4366) There should be no spaces inside this paren. (space-in-parens)
(#4366) There should be no spaces inside this paren. (space-in-parens)
(#4366) There should be no spaces inside this paren. (space-in-parens)
(#4366) There should be no spaces inside this paren. (space-in-parens)
(#4369) There should be no spaces inside this paren. (space-in-parens)
(#4369) There should be no spaces inside this paren. (space-in-parens)
(#4370) There should be no spaces inside this paren. (space-in-parens)
(#4370) There should be no spaces inside this paren. (space-in-parens)
(#4371) Line 4371 exceeds the maximum line length of 132. (max-len)
(#4371) There should be no spaces inside this paren. (space-in-parens)
(#4371) There should be no spaces inside this paren. (space-in-parens)
(#4372) There should be no spaces inside this paren. (space-in-parens)
(#4372) There should be no spaces inside this paren. (space-in-parens)
(#4373) There should be no spaces inside this paren. (space-in-parens)
(#4373) There should be no spaces inside this paren. (space-in-parens)
(#4376) There should be no spaces inside this paren. (space-in-parens)
(#4376) There should be no spaces inside this paren. (space-in-parens)
(#4379) There should be no spaces inside this paren. (space-in-parens)
(#4379) There should be no spaces inside this paren. (space-in-parens)
(#4380) There should be no spaces inside this paren. (space-in-parens)
(#4380) There should be no spaces inside this paren. (space-in-parens)
(#4381) Trailing spaces not allowed. (no-trailing-spaces)
(#4382) There should be no spaces inside this paren. (space-in-parens)
(#4382) There should be no spaces inside this paren. (space-in-parens)
(#4383) There should be no spaces inside this paren. (space-in-parens)
(#4383) There should be no spaces inside this paren. (space-in-parens)
(#4385) There should be no spaces inside this paren. (space-in-parens)
(#4385) There should be no spaces inside this paren. (space-in-parens)
(#4387) There should be no spaces inside this paren. (space-in-parens)
(#4387) There should be no spaces inside this paren. (space-in-parens)
(#4393) There should be no spaces inside this paren. (space-in-parens)
(#4393) There should be no spaces inside this paren. (space-in-parens)
(#4395) There should be no space after '[' (computed-property-spacing)
(#4395) Unexpected newline between object and [ of property access. (no-unexpected-multiline)
(#4395) There should be no space before ']' (computed-property-spacing)
(#4396) There should be no spaces inside this paren. (space-in-parens)
(#4400) There should be no spaces inside this paren. (space-in-parens)
(#4400) There should be no spaces inside this paren. (space-in-parens)
(#4401) There should be no spaces inside this paren. (space-in-parens)
(#4401) There should be no spaces inside this paren. (space-in-parens)
(#4407) There should be no spaces inside this paren. (space-in-parens)
(#4407) There should be no spaces inside this paren. (space-in-parens)
(#4410) There should be no spaces inside this paren. (space-in-parens)
(#4410) There should be no spaces inside this paren. (space-in-parens)
(#4413) There should be no space after '[' (computed-property-spacing)
(#4413) There should be no spaces inside this paren. (space-in-parens)
(#4413) There should be no spaces inside this paren. (space-in-parens)
(#4413) There should be no space before ']' (computed-property-spacing)
(#4417) There should be no space after '[' (computed-property-spacing)
(#4417) There should be no spaces inside this paren. (space-in-parens)
(#4417) There should be no spaces inside this paren. (space-in-parens)
(#4417) There should be no space before ']' (computed-property-spacing)
(#4421) There should be no spaces inside this paren. (space-in-parens)
(#4421) There should be no space after '{' (object-curly-spacing)
(#4421) There should be no space before '}' (object-curly-spacing)
(#4421) There should be no spaces inside this paren. (space-in-parens)
(#4425) There should be no spaces inside this paren. (space-in-parens)
(#4425) There should be no spaces inside this paren. (space-in-parens)
(#4426) There should be no spaces inside this paren. (space-in-parens)
(#4426) There should be no spaces inside this paren. (space-in-parens)
(#4426) There should be no spaces inside this paren. (space-in-parens)
(#4426) There should be no spaces inside this paren. (space-in-parens)
(#4427) There should be no spaces inside this paren. (space-in-parens)
(#4427) There should be no spaces inside this paren. (space-in-parens)
(#4427) There should be no spaces inside this paren. (space-in-parens)
(#4427) There should be no spaces inside this paren. (space-in-parens)
(#4429) Expected no return value. (consistent-return)
(#4432) Expected no return value. (consistent-return)
(#4439) There should be no spaces inside this paren. (space-in-parens)
(#4439) There should be no spaces inside this paren. (space-in-parens)
(#4440) There should be no spaces inside this paren. (space-in-parens)
(#4440) There should be no spaces inside this paren. (space-in-parens)
(#4441) There should be no spaces inside this paren. (space-in-parens)
(#4441) There should be no spaces inside this paren. (space-in-parens)
(#4442) There should be no spaces inside this paren. (space-in-parens)
(#4446) There should be no spaces inside this paren. (space-in-parens)
(#4446) 'defOverflow' used outside of binding context. (block-scoped-var)
(#4446) There should be no spaces inside this paren. (space-in-parens)
(#4450) There should be no spaces inside this paren. (space-in-parens)
(#4450) There should be no spaces inside this paren. (space-in-parens)
(#4450) There should be no spaces inside this paren. (space-in-parens)
(#4450) There should be no spaces inside this paren. (space-in-parens)
(#4455) There should be no spaces inside this paren. (space-in-parens)
(#4455) There should be no spaces inside this paren. (space-in-parens)
(#4455) There should be no spaces inside this paren. (space-in-parens)
(#4455) There should be no spaces inside this paren. (space-in-parens)
(#4456) There should be no spaces inside this paren. (space-in-parens)
(#4456) There should be no spaces inside this paren. (space-in-parens)
(#4456) There should be no spaces inside this paren. (space-in-parens)
(#4456) There should be no spaces inside this paren. (space-in-parens)
(#4456) There should be no spaces inside this paren. (space-in-parens)
(#4456) There should be no spaces inside this paren. (space-in-parens)
(#4458) There should be no spaces inside this paren. (space-in-parens)
(#4458) There should be no spaces inside this paren. (space-in-parens)
(#4459) There should be no spaces inside this paren. (space-in-parens)
(#4459) There should be no spaces inside this paren. (space-in-parens)
(#4463) There should be no spaces inside this paren. (space-in-parens)
(#4463) There should be no spaces inside this paren. (space-in-parens)
(#4463) There should be no spaces inside this paren. (space-in-parens)
(#4463) There should be no spaces inside this paren. (space-in-parens)
(#4463) There should be no spaces inside this paren. (space-in-parens)
(#4463) There should be no spaces inside this paren. (space-in-parens)
(#4465) There should be no spaces inside this paren. (space-in-parens)
(#4465) There should be no spaces inside this paren. (space-in-parens)
(#4471) There should be no spaces inside this paren. (space-in-parens)
(#4471) There should be no spaces inside this paren. (space-in-parens)
(#4475) There should be no spaces inside this paren. (space-in-parens)
(#4475) There should be no spaces inside this paren. (space-in-parens)
(#4475) There should be no space after '[' (computed-property-spacing)
(#4475) There should be no space before ']' (computed-property-spacing)
(#4476) There should be no spaces inside this paren. (space-in-parens)
(#4476) There should be no space after '{' (object-curly-spacing)
(#4476) There should be no space before '}' (object-curly-spacing)
(#4476) There should be no spaces inside this paren. (space-in-parens)
(#4481) There should be no spaces inside this paren. (space-in-parens)
(#4481) There should be no spaces inside this paren. (space-in-parens)
(#4482) Do not nest ternary expressions (no-nested-ternary)
(#4484) There should be no spaces inside this paren. (space-in-parens)
(#4484) There should be no spaces inside this paren. (space-in-parens)
(#4485) There should be no spaces inside this paren. (space-in-parens)
(#4485) There should be no spaces inside this paren. (space-in-parens)
(#4485) There should be no spaces inside this paren. (space-in-parens)
(#4485) There should be no spaces inside this paren. (space-in-parens)
(#4487) There should be no spaces inside this paren. (space-in-parens)
(#4487) There should be no spaces inside this paren. (space-in-parens)
(#4488) There should be no spaces inside this paren. (space-in-parens)
(#4488) There should be no spaces inside this paren. (space-in-parens)
(#4492) There should be no spaces inside this paren. (space-in-parens)
(#4492) There should be no spaces inside this paren. (space-in-parens)
(#4494) There should be no spaces inside this paren. (space-in-parens)
(#4494) There should be no spaces inside this paren. (space-in-parens)
(#4499) There should be no spaces inside this paren. (space-in-parens)
(#4499) There should be no spaces inside this paren. (space-in-parens)
(#4500) There should be no spaces inside this paren. (space-in-parens)
(#4500) There should be no spaces inside this paren. (space-in-parens)
(#4504) There should be no spaces inside this paren. (space-in-parens)
(#4504) There should be no spaces inside this paren. (space-in-parens)
(#4505) There should be no spaces inside this paren. (space-in-parens)
(#4505) There should be no spaces inside this paren. (space-in-parens)
(#4506) There should be no spaces inside this paren. (space-in-parens)
(#4506) There should be no spaces inside this paren. (space-in-parens)
(#4507) There should be no spaces inside this paren. (space-in-parens)
(#4507) There should be no spaces inside this paren. (space-in-parens)
(#4508) There should be no spaces inside this paren. (space-in-parens)
(#4508) There should be no spaces inside this paren. (space-in-parens)
(#4509) There should be no spaces inside this paren. (space-in-parens)
(#4509) There should be no spaces inside this paren. (space-in-parens)
(#4513) There should be no spaces inside this paren. (space-in-parens)
(#4513) There should be no spaces inside this paren. (space-in-parens)
(#4515) There should be no spaces inside this paren. (space-in-parens)
(#4515) There should be no spaces inside this paren. (space-in-parens)
(#4518) There should be no spaces inside this paren. (space-in-parens)
(#4518) There should be no spaces inside this paren. (space-in-parens)
(#4518) There should be no spaces inside this paren. (space-in-parens)
(#4518) There should be no spaces inside this paren. (space-in-parens)
(#4519) There should be no spaces inside this paren. (space-in-parens)
(#4519) There should be no spaces inside this paren. (space-in-parens)
(#4524) There should be no spaces inside this paren. (space-in-parens)
(#4524) There should be no spaces inside this paren. (space-in-parens)
(#4531) There should be no spaces inside this paren. (space-in-parens)
(#4531) There should be no spaces inside this paren. (space-in-parens)
(#4534) There should be no spaces inside this paren. (space-in-parens)
(#4534) There should be no spaces inside this paren. (space-in-parens)
(#4534) There should be no spaces inside this paren. (space-in-parens)
(#4534) There should be no spaces inside this paren. (space-in-parens)
(#4540) There should be no spaces inside this paren. (space-in-parens)
(#4540) There should be no spaces inside this paren. (space-in-parens)
(#4541) There should be no spaces inside this paren. (space-in-parens)
(#4541) There should be no spaces inside this paren. (space-in-parens)
(#4542) There should be no spaces inside this paren. (space-in-parens)
(#4542) There should be no spaces inside this paren. (space-in-parens)
(#4543) There should be no spaces inside this paren. (space-in-parens)
(#4543) There should be no spaces inside this paren. (space-in-parens)
(#4544) There should be no spaces inside this paren. (space-in-parens)
(#4544) There should be no spaces inside this paren. (space-in-parens)
(#4545) There should be no spaces inside this paren. (space-in-parens)
(#4545) There should be no spaces inside this paren. (space-in-parens)
(#4547) There should be no spaces inside this paren. (space-in-parens)
(#4547) There should be no spaces inside this paren. (space-in-parens)
(#4548) There should be no spaces inside this paren. (space-in-parens)
(#4548) There should be no spaces inside this paren. (space-in-parens)
(#4549) There should be no spaces inside this paren. (space-in-parens)
(#4549) There should be no spaces inside this paren. (space-in-parens)
(#4550) There should be no spaces inside this paren. (space-in-parens)
(#4550) There should be no spaces inside this paren. (space-in-parens)
(#4551) There should be no spaces inside this paren. (space-in-parens)
(#4551) There should be no spaces inside this paren. (space-in-parens)
(#4554) There should be no spaces inside this paren. (space-in-parens)
(#4554) There should be no spaces inside this paren. (space-in-parens)
(#4558) 'toShow' used outside of binding context. (block-scoped-var)
(#4558) 'toShow' is already defined (no-redeclare)
(#4559) 'toHide' used outside of binding context. (block-scoped-var)
(#4559) 'toHide' is already defined (no-redeclare)
(#4560) 'data' used outside of binding context. (block-scoped-var)
(#4560) 'data' is already defined (no-redeclare)
(#4564) 'toShow' used outside of binding context. (block-scoped-var)
(#4565) 'toHide' used outside of binding context. (block-scoped-var)
(#4567) There should be no spaces inside this paren. (space-in-parens)
(#4567) There should be no spaces inside this paren. (space-in-parens)
(#4567) There should be no spaces inside this paren. (space-in-parens)
(#4567) There should be no spaces inside this paren. (space-in-parens)
(#4570) There should be no spaces inside this paren. (space-in-parens)
(#4570) 'toShow' used outside of binding context. (block-scoped-var)
(#4570) 'toHide' used outside of binding context. (block-scoped-var)
(#4570) 'data' used outside of binding context. (block-scoped-var)
(#4570) There should be no spaces inside this paren. (space-in-parens)
(#4575) There should be no spaces inside this paren. (space-in-parens)
(#4575) There should be no spaces inside this paren. (space-in-parens)
(#4584) There should be no spaces inside this paren. (space-in-parens)
(#4584) There should be no spaces inside this paren. (space-in-parens)
(#4587) Expected no return value. (consistent-return)
(#4587) There should be no spaces inside this paren. (space-in-parens)
(#4587) There should be no spaces inside this paren. (space-in-parens)
(#4591) There should be no spaces inside this paren. (space-in-parens)
(#4591) There should be no spaces inside this paren. (space-in-parens)
(#4596) There should be no spaces inside this paren. (space-in-parens)
(#4596) There should be no spaces inside this paren. (space-in-parens)
(#4599) There should be no spaces inside this paren. (space-in-parens)
(#4599) There should be no spaces inside this paren. (space-in-parens)
(#4601) There should be no spaces inside this paren. (space-in-parens)
(#4601) There should be no spaces inside this paren. (space-in-parens)
(#4617) There should be no spaces inside this paren. (space-in-parens)
(#4617) There should be no spaces inside this paren. (space-in-parens)
(#4621) There should be no spaces inside this paren. (space-in-parens)
(#4621) There should be no spaces inside this paren. (space-in-parens)
(#4625) There should be no spaces inside this paren. (space-in-parens)
(#4625) There should be no spaces inside this paren. (space-in-parens)
(#4626) There should be no spaces inside this paren. (space-in-parens)
(#4626) There should be no spaces inside this paren. (space-in-parens)
(#4629) There should be no spaces inside this paren. (space-in-parens)
(#4629) There should be no spaces inside this paren. (space-in-parens)
(#4630) There should be no spaces inside this paren. (space-in-parens)
(#4630) There should be no spaces inside this paren. (space-in-parens)
(#4637) There should be no spaces inside this paren. (space-in-parens)
(#4637) There should be no space after '[' (computed-property-spacing)
(#4637) There should be no space before ']' (computed-property-spacing)
(#4637) There should be no space after '[' (computed-property-spacing)
(#4637) There should be no space before ']' (computed-property-spacing)
(#4637) There should be no spaces inside this paren. (space-in-parens)
(#4640) There should be no spaces inside this paren. (space-in-parens)
(#4640) There should be no space after '[' (computed-property-spacing)
(#4640) There should be no space before ']' (computed-property-spacing)
(#4640) There should be no spaces inside this paren. (space-in-parens)
(#4641) There should be no space after '[' (computed-property-spacing)
(#4641) There should be no space before ']' (computed-property-spacing)
(#4641) There should be no spaces inside this paren. (space-in-parens)
(#4641) There should be no spaces inside this paren. (space-in-parens)
(#4642) There should be no spaces inside this paren. (space-in-parens)
(#4649) There should be no space after '[' (computed-property-spacing)
(#4649) There should be no space before ']' (computed-property-spacing)
(#4649) There should be no spaces inside this paren. (space-in-parens)
(#4649) There should be no spaces inside this paren. (space-in-parens)
(#4651) There should be no spaces inside this paren. (space-in-parens)
(#4651) There should be no spaces inside this paren. (space-in-parens)
(#4658) There should be no spaces inside this paren. (space-in-parens)
(#4658) There should be no spaces inside this paren. (space-in-parens)
(#4676) There should be no spaces inside this paren. (space-in-parens)
(#4676) There should be no spaces inside this paren. (space-in-parens)
(#4678) There should be no spaces inside this paren. (space-in-parens)
(#4678) There should be no spaces inside this paren. (space-in-parens)
(#4682) There should be no spaces inside this paren. (space-in-parens)
(#4682) There should be no spaces inside this paren. (space-in-parens)
(#4683) There should be no spaces inside this paren. (space-in-parens)
(#4683) There should be no spaces inside this paren. (space-in-parens)
(#4690) There should be no spaces inside this paren. (space-in-parens)
(#4690) There should be no spaces inside this paren. (space-in-parens)
(#4692) There should be no spaces inside this paren. (space-in-parens)
(#4692) There should be no spaces inside this paren. (space-in-parens)
(#4696) There should be no spaces inside this paren. (space-in-parens)
(#4699) There should be no spaces inside this paren. (space-in-parens)
(#4699) There should be no spaces inside this paren. (space-in-parens)
(#4703) There should be no spaces inside this paren. (space-in-parens)
(#4704) There should be no spaces inside this paren. (space-in-parens)
(#4704) There should be no spaces inside this paren. (space-in-parens)
(#4709) There should be no spaces inside this paren. (space-in-parens)
(#4712) There should be no spaces inside this paren. (space-in-parens)
(#4712) There should be no spaces inside this paren. (space-in-parens)
(#4717) There should be no spaces inside this paren. (space-in-parens)
(#4720) There should be no spaces inside this paren. (space-in-parens)
(#4720) There should be no spaces inside this paren. (space-in-parens)
(#4724) There should be no space after '[' (array-bracket-spacing)
(#4724) There should be no space before ']' (array-bracket-spacing)
(#4729) There should be no spaces inside this paren. (space-in-parens)
(#4729) There should be no spaces inside this paren. (space-in-parens)
(#4729) There should be no spaces inside this paren. (space-in-parens)
(#4730) There should be no spaces inside this paren. (space-in-parens)
(#4730) There should be no spaces inside this paren. (space-in-parens)
(#4730) There should be no spaces inside this paren. (space-in-parens)
(#4730) There should be no spaces inside this paren. (space-in-parens)
(#4731) There should be no spaces inside this paren. (space-in-parens)
(#4731) There should be no spaces inside this paren. (space-in-parens)
(#4731) There should be no spaces inside this paren. (space-in-parens)
(#4731) There should be no spaces inside this paren. (space-in-parens)
(#4732) There should be no spaces inside this paren. (space-in-parens)
(#4732) There should be no spaces inside this paren. (space-in-parens)
(#4732) There should be no spaces inside this paren. (space-in-parens)
(#4732) There should be no spaces inside this paren. (space-in-parens)
(#4732) There should be no spaces inside this paren. (space-in-parens)
(#4732) There should be no spaces inside this paren. (space-in-parens)
(#4733) There should be no spaces inside this paren. (space-in-parens)
(#4733) There should be no spaces inside this paren. (space-in-parens)
(#4733) There should be no spaces inside this paren. (space-in-parens)
(#4733) There should be no spaces inside this paren. (space-in-parens)
(#4733) There should be no spaces inside this paren. (space-in-parens)
(#4733) There should be no spaces inside this paren. (space-in-parens)
(#4735) There should be no spaces inside this paren. (space-in-parens)
(#4735) There should be no spaces inside this paren. (space-in-parens)
(#4735) There should be no spaces inside this paren. (space-in-parens)
(#4736) There should be no space after '[' (computed-property-spacing)
(#4736) There should be no space before ']' (computed-property-spacing)
(#4738) There should be no spaces inside this paren. (space-in-parens)
(#4738) There should be no spaces inside this paren. (space-in-parens)
(#4738) There should be no spaces inside this paren. (space-in-parens)
(#4738) There should be no spaces inside this paren. (space-in-parens)
(#4738) There should be no spaces inside this paren. (space-in-parens)
(#4738) There should be no spaces inside this paren. (space-in-parens)
(#4739) There should be no space after '[' (computed-property-spacing)
(#4739) There should be no space before ']' (computed-property-spacing)
(#4740) There should be no space after '[' (computed-property-spacing)
(#4740) There should be no space before ']' (computed-property-spacing)
(#4741) There should be no space after '[' (computed-property-spacing)
(#4741) There should be no space before ']' (computed-property-spacing)
(#4744) There should be no space after '{' (object-curly-spacing)
(#4744) There should be no space before '}' (object-curly-spacing)
(#4746) There should be no spaces inside this paren. (space-in-parens)
(#4746) There should be no spaces inside this paren. (space-in-parens)
(#4747) There should be no spaces inside this paren. (space-in-parens)
(#4747) There should be no spaces inside this paren. (space-in-parens)
(#4749) There should be no spaces inside this paren. (space-in-parens)
(#4749) There should be no spaces inside this paren. (space-in-parens)
(#4750) There should be no spaces inside this paren. (space-in-parens)
(#4751) There should be no spaces inside this paren. (space-in-parens)
(#4751) There should be no spaces inside this paren. (space-in-parens)
(#4755) There should be no spaces inside this paren. (space-in-parens)
(#4755) There should be no spaces inside this paren. (space-in-parens)
(#4756) There should be no spaces inside this paren. (space-in-parens)
(#4756) There should be no spaces inside this paren. (space-in-parens)
(#4757) There should be no spaces inside this paren. (space-in-parens)
(#4757) There should be no spaces inside this paren. (space-in-parens)
(#4757) There should be no spaces inside this paren. (space-in-parens)
(#4757) There should be no spaces inside this paren. (space-in-parens)
(#4760) There should be no space after '[' (computed-property-spacing)
(#4760) There should be no space before ']' (computed-property-spacing)
(#4760) There should be no space after '[' (computed-property-spacing)
(#4760) There should be no space before ']' (computed-property-spacing)
(#4761) There should be no spaces inside this paren. (space-in-parens)
(#4761) There should be no space after '[' (computed-property-spacing)
(#4761) There should be no space before ']' (computed-property-spacing)
(#4761) There should be no spaces inside this paren. (space-in-parens)
(#4762) There should be no space after '[' (computed-property-spacing)
(#4762) There should be no space before ']' (computed-property-spacing)
(#4767) There should be no spaces inside this paren. (space-in-parens)
(#4767) There should be no spaces inside this paren. (space-in-parens)
(#4768) There should be no spaces inside this paren. (space-in-parens)
(#4768) There should be no spaces inside this paren. (space-in-parens)
(#4778) There should be no spaces inside this paren. (space-in-parens)
(#4778) There should be no spaces inside this paren. (space-in-parens)
(#4779) There should be no spaces inside this paren. (space-in-parens)
(#4787) There should be no spaces inside this paren. (space-in-parens)
(#4787) 'jQuery' is not defined. (no-undef)
(#4787) There should be no spaces inside this paren. (space-in-parens)
(#4802) There should be no spaces inside this paren. (space-in-parens)
(#4802) 'undefined' is defined but never used (no-unused-vars)
(#4802) There should be no spaces inside this paren. (space-in-parens)
(#4804) There should be no spaces inside this paren. (space-in-parens)
(#4818) There should be no space after '[' (computed-property-spacing)
(#4818) There should be no space before ']' (computed-property-spacing)
(#4820) There should be no spaces inside this paren. (space-in-parens)
(#4820) There should be no spaces inside this paren. (space-in-parens)
(#4821) There should be no spaces inside this paren. (space-in-parens)
(#4821) There should be no spaces inside this paren. (space-in-parens)
(#4828) There should be no spaces inside this paren. (space-in-parens)
(#4828) There should be no spaces inside this paren. (space-in-parens)
(#4828) There should be no spaces inside this paren. (space-in-parens)
(#4829) There should be no spaces inside this paren. (space-in-parens)
(#4829) There should be no spaces inside this paren. (space-in-parens)
(#4834) Expected space(s) after "switch". (keyword-spacing)
(#4834) There should be no spaces inside this paren. (space-in-parens)
(#4834) There should be no spaces inside this paren. (space-in-parens)
(#4836) There should be no spaces inside this paren. (space-in-parens)
(#4836) There should be no spaces inside this paren. (space-in-parens)
(#4839) There should be no spaces inside this paren. (space-in-parens)
(#4839) There should be no spaces inside this paren. (space-in-parens)
(#4842) There should be no spaces inside this paren. (space-in-parens)
(#4842) There should be no spaces inside this paren. (space-in-parens)
(#4847) There should be no spaces inside this paren. (space-in-parens)
(#4847) There should be no spaces inside this paren. (space-in-parens)
(#4854) There should be no spaces inside this paren. (space-in-parens)
(#4854) There should be no spaces inside this paren. (space-in-parens)
(#4854) There should be no spaces inside this paren. (space-in-parens)
(#4854) There should be no spaces inside this paren. (space-in-parens)
(#4857) Expected space or tab after '//' in comment. (spaced-comment)
(#4858) Expected a 'break' statement before 'case'. (no-fallthrough)
(#4859) There should be no spaces inside this paren. (space-in-parens)
(#4859) There should be no spaces inside this paren. (space-in-parens)
(#4862) There should be no spaces inside this paren. (space-in-parens)
(#4862) There should be no spaces inside this paren. (space-in-parens)
(#4865) There should be no spaces inside this paren. (space-in-parens)
(#4865) There should be no spaces inside this paren. (space-in-parens)
(#4866) There should be no spaces inside this paren. (space-in-parens)
(#4866) There should be no spaces inside this paren. (space-in-parens)
(#4870) There should be no spaces inside this paren. (space-in-parens)
(#4870) There should be no spaces inside this paren. (space-in-parens)
(#4873) There should be no spaces inside this paren. (space-in-parens)
(#4873) There should be no spaces inside this paren. (space-in-parens)
(#4875) There should be no spaces inside this paren. (space-in-parens)
(#4875) There should be no spaces inside this paren. (space-in-parens)
(#4877) There should be no spaces inside this paren. (space-in-parens)
(#4881) There should be no spaces inside this paren. (space-in-parens)
(#4882) There should be no spaces inside this paren. (space-in-parens)
(#4882) There should be no spaces inside this paren. (space-in-parens)
(#4889) There should be no spaces inside this paren. (space-in-parens)
(#4889) There should be no spaces inside this paren. (space-in-parens)
(#4889) There should be no spaces inside this paren. (space-in-parens)
(#4890) There should be no spaces inside this paren. (space-in-parens)
(#4890) There should be no spaces inside this paren. (space-in-parens)
(#4894) There should be no spaces inside this paren. (space-in-parens)
(#4894) There should be no spaces inside this paren. (space-in-parens)
(#4897) There should be no spaces inside this paren. (space-in-parens)
(#4897) There should be no spaces inside this paren. (space-in-parens)
(#4898) There should be no spaces inside this paren. (space-in-parens)
(#4898) There should be no spaces inside this paren. (space-in-parens)
(#4899) There should be no spaces inside this paren. (space-in-parens)
(#4903) There should be no spaces inside this paren. (space-in-parens)
(#4903) There should be no spaces inside this paren. (space-in-parens)
(#4905) There should be no spaces inside this paren. (space-in-parens)
(#4905) There should be no spaces inside this paren. (space-in-parens)
(#4906) There should be no spaces inside this paren. (space-in-parens)
(#4906) There should be no spaces inside this paren. (space-in-parens)
(#4907) There should be no spaces inside this paren. (space-in-parens)
(#4907) There should be no spaces inside this paren. (space-in-parens)
(#4907) There should be no spaces inside this paren. (space-in-parens)
(#4907) There should be no spaces inside this paren. (space-in-parens)
(#4909) There should be no spaces inside this paren. (space-in-parens)
(#4909) There should be no spaces inside this paren. (space-in-parens)
(#4914) There should be no space after '[' (computed-property-spacing)
(#4914) There should be no space before ']' (computed-property-spacing)
(#4915) There should be no spaces inside this paren. (space-in-parens)
(#4915) There should be no spaces inside this paren. (space-in-parens)
(#4917) There should be no spaces inside this paren. (space-in-parens)
(#4917) There should be no spaces inside this paren. (space-in-parens)
(#4917) There should be no spaces inside this paren. (space-in-parens)
(#4917) There should be no spaces inside this paren. (space-in-parens)
(#4917) There should be no spaces inside this paren. (space-in-parens)
(#4918) There should be no spaces inside this paren. (space-in-parens)
(#4918) There should be no space after '[' (computed-property-spacing)
(#4918) There should be no space before ']' (computed-property-spacing)
(#4920) There should be no spaces inside this paren. (space-in-parens)
(#4920) There should be no spaces inside this paren. (space-in-parens)
(#4920) There should be no spaces inside this paren. (space-in-parens)
(#4924) There should be no spaces inside this paren. (space-in-parens)
(#4929) There should be no spaces inside this paren. (space-in-parens)
(#4929) There should be no spaces inside this paren. (space-in-parens)
(#4933) There should be no spaces inside this paren. (space-in-parens)
(#4933) There should be no spaces inside this paren. (space-in-parens)
(#4934) There should be no spaces inside this paren. (space-in-parens)
(#4934) There should be no spaces inside this paren. (space-in-parens)
(#4935) There should be no spaces inside this paren. (space-in-parens)
(#4935) There should be no spaces inside this paren. (space-in-parens)
(#4935) There should be no space after '{' (object-curly-spacing)
(#4935) There should be no space before '}' (object-curly-spacing)
(#4935) There should be no spaces inside this paren. (space-in-parens)
(#4935) There should be no spaces inside this paren. (space-in-parens)
(#4937) There should be no spaces inside this paren. (space-in-parens)
(#4937) There should be no spaces inside this paren. (space-in-parens)
(#4938) There should be no spaces inside this paren. (space-in-parens)
(#4938) There should be no spaces inside this paren. (space-in-parens)
(#4942) There should be no spaces inside this paren. (space-in-parens)
(#4942) There should be no spaces inside this paren. (space-in-parens)
(#4943) There should be no spaces inside this paren. (space-in-parens)
(#4943) There should be no spaces inside this paren. (space-in-parens)
(#4947) There should be no spaces inside this paren. (space-in-parens)
(#4947) There should be no spaces inside this paren. (space-in-parens)
(#4952) There should be no spaces inside this paren. (space-in-parens)
(#4952) There should be no spaces inside this paren. (space-in-parens)
(#4952) There should be no space after '{' (object-curly-spacing)
(#4952) There should be no space before '}' (object-curly-spacing)
(#4952) There should be no spaces inside this paren. (space-in-parens)
(#4952) There should be no spaces inside this paren. (space-in-parens)
(#4954) There should be no spaces inside this paren. (space-in-parens)
(#4954) There should be no spaces inside this paren. (space-in-parens)
(#4957) There should be no spaces inside this paren. (space-in-parens)
(#4957) There should be no spaces inside this paren. (space-in-parens)
(#4960) There should be no spaces inside this paren. (space-in-parens)
(#4960) 'ui' is defined but never used (no-unused-vars)
(#4960) There should be no spaces inside this paren. (space-in-parens)
(#4963) There should be no spaces inside this paren. (space-in-parens)
(#4964) There should be no spaces inside this paren. (space-in-parens)
(#4964) There should be no spaces inside this paren. (space-in-parens)
(#4964) There should be no spaces inside this paren. (space-in-parens)
(#4965) There should be no spaces inside this paren. (space-in-parens)
(#4965) There should be no spaces inside this paren. (space-in-parens)
(#4969) There should be no spaces inside this paren. (space-in-parens)
(#4969) There should be no spaces inside this paren. (space-in-parens)
(#4971) There should be no space after '{' (object-curly-spacing)
(#4971) There should be no space before '}' (object-curly-spacing)
(#4973) There should be no spaces inside this paren. (space-in-parens)
(#4973) There should be no spaces inside this paren. (space-in-parens)
(#4974) There should be no spaces inside this paren. (space-in-parens)
(#4974) There should be no spaces inside this paren. (space-in-parens)
(#4975) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#4981) There should be no spaces inside this paren. (space-in-parens)
(#4981) There should be no spaces inside this paren. (space-in-parens)
(#4982) There should be no spaces inside this paren. (space-in-parens)
(#4982) There should be no spaces inside this paren. (space-in-parens)
(#4983) There should be no spaces inside this paren. (space-in-parens)
(#4983) There should be no spaces inside this paren. (space-in-parens)
(#4984) There should be no spaces inside this paren. (space-in-parens)
(#4984) There should be no spaces inside this paren. (space-in-parens)
(#4985) There should be no spaces inside this paren. (space-in-parens)
(#4985) There should be no spaces inside this paren. (space-in-parens)
(#4987) There should be no spaces inside this paren. (space-in-parens)
(#4987) There should be no spaces inside this paren. (space-in-parens)
(#4990) There should be no spaces inside this paren. (space-in-parens)
(#4990) There should be no spaces inside this paren. (space-in-parens)
(#4991) There should be no spaces inside this paren. (space-in-parens)
(#4991) There should be no spaces inside this paren. (space-in-parens)
(#4992) There should be no spaces inside this paren. (space-in-parens)
(#4992) There should be no spaces inside this paren. (space-in-parens)
(#4995) There should be no spaces inside this paren. (space-in-parens)
(#4995) There should be no spaces inside this paren. (space-in-parens)
(#4996) There should be no spaces inside this paren. (space-in-parens)
(#4996) There should be no spaces inside this paren. (space-in-parens)
(#4996) There should be no spaces inside this paren. (space-in-parens)
(#4996) There should be no spaces inside this paren. (space-in-parens)
(#4996) Missing semicolon. (semi)
(#5004) There should be no spaces inside this paren. (space-in-parens)
(#5004) There should be no spaces inside this paren. (space-in-parens)
(#5006) There should be no spaces inside this paren. (space-in-parens)
(#5006) There should be no spaces inside this paren. (space-in-parens)
(#5007) There should be no spaces inside this paren. (space-in-parens)
(#5007) There should be no spaces inside this paren. (space-in-parens)
(#5009) There should be no spaces inside this paren. (space-in-parens)
(#5009) There should be no spaces inside this paren. (space-in-parens)
(#5011) There should be no spaces inside this paren. (space-in-parens)
(#5011) There should be no spaces inside this paren. (space-in-parens)
(#5015) There should be no spaces inside this paren. (space-in-parens)
(#5015) There should be no spaces inside this paren. (space-in-parens)
(#5015) There should be no spaces inside this paren. (space-in-parens)
(#5016) There should be no spaces inside this paren. (space-in-parens)
(#5016) There should be no spaces inside this paren. (space-in-parens)
(#5017) There should be no spaces inside this paren. (space-in-parens)
(#5017) There should be no spaces inside this paren. (space-in-parens)
(#5027) There should be no spaces inside this paren. (space-in-parens)
(#5027) There should be no spaces inside this paren. (space-in-parens)
(#5028) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#5033) There should be no spaces inside this paren. (space-in-parens)
(#5033) There should be no spaces inside this paren. (space-in-parens)
(#5034) There should be no spaces inside this paren. (space-in-parens)
(#5034) There should be no spaces inside this paren. (space-in-parens)
(#5037) There should be no spaces inside this paren. (space-in-parens)
(#5037) There should be no spaces inside this paren. (space-in-parens)
(#5038) There should be no spaces inside this paren. (space-in-parens)
(#5038) There should be no spaces inside this paren. (space-in-parens)
(#5039) Expected a return value. (consistent-return)
(#5042) There should be no spaces inside this paren. (space-in-parens)
(#5042) There should be no spaces inside this paren. (space-in-parens)
(#5045) There should be no spaces inside this paren. (space-in-parens)
(#5045) There should be no spaces inside this paren. (space-in-parens)
(#5046) There should be no spaces inside this paren. (space-in-parens)
(#5046) There should be no spaces inside this paren. (space-in-parens)
(#5048) There should be no spaces inside this paren. (space-in-parens)
(#5048) There should be no space after '{' (object-curly-spacing)
(#5048) There should be no space before '}' (object-curly-spacing)
(#5048) There should be no spaces inside this paren. (space-in-parens)
(#5051) There should be no spaces inside this paren. (space-in-parens)
(#5051) There should be no spaces inside this paren. (space-in-parens)
(#5052) There should be no spaces inside this paren. (space-in-parens)
(#5052) There should be no spaces inside this paren. (space-in-parens)
(#5053) There should be no spaces inside this paren. (space-in-parens)
(#5053) There should be no spaces inside this paren. (space-in-parens)
(#5054) There should be no spaces inside this paren. (space-in-parens)
(#5054) There should be no spaces inside this paren. (space-in-parens)
(#5055) There should be no spaces inside this paren. (space-in-parens)
(#5055) There should be no spaces inside this paren. (space-in-parens)
(#5059) There should be no spaces inside this paren. (space-in-parens)
(#5059) There should be no spaces inside this paren. (space-in-parens)
(#5062) There should be no spaces inside this paren. (space-in-parens)
(#5062) There should be no spaces inside this paren. (space-in-parens)
(#5063) There should be no spaces inside this paren. (space-in-parens)
(#5063) There should be no spaces inside this paren. (space-in-parens)
(#5064) There should be no spaces inside this paren. (space-in-parens)
(#5064) There should be no spaces inside this paren. (space-in-parens)
(#5065) There should be no spaces inside this paren. (space-in-parens)
(#5065) There should be no spaces inside this paren. (space-in-parens)
(#5070) Trailing spaces not allowed. (no-trailing-spaces)
(#5071) There should be no spaces inside this paren. (space-in-parens)
(#5071) There should be no spaces inside this paren. (space-in-parens)
(#5072) There should be no spaces inside this paren. (space-in-parens)
(#5072) There should be no spaces inside this paren. (space-in-parens)
(#5073) There should be no spaces inside this paren. (space-in-parens)
(#5073) There should be no space after '{' (object-curly-spacing)
(#5073) There should be no space before '}' (object-curly-spacing)
(#5073) There should be no spaces inside this paren. (space-in-parens)
(#5077) There should be no spaces inside this paren. (space-in-parens)
(#5077) There should be no spaces inside this paren. (space-in-parens)
(#5079) There should be no spaces inside this paren. (space-in-parens)
(#5079) There should be no spaces inside this paren. (space-in-parens)
(#5082) There should be no spaces inside this paren. (space-in-parens)
(#5083) There should be no spaces inside this paren. (space-in-parens)
(#5083) There should be no spaces inside this paren. (space-in-parens)
(#5092) There should be no spaces inside this paren. (space-in-parens)
(#5096) There should be no spaces inside this paren. (space-in-parens)
(#5096) There should be no spaces inside this paren. (space-in-parens)
(#5099) There should be no spaces inside this paren. (space-in-parens)
(#5099) There should be no spaces inside this paren. (space-in-parens)
(#5102) There should be no spaces inside this paren. (space-in-parens)
(#5102) There should be no spaces inside this paren. (space-in-parens)
(#5106) There should be no spaces inside this paren. (space-in-parens)
(#5108) There should be no spaces inside this paren. (space-in-parens)
(#5110) There should be no spaces inside this paren. (space-in-parens)
(#5110) There should be no spaces inside this paren. (space-in-parens)
(#5112) There should be no spaces inside this paren. (space-in-parens)
(#5112) There should be no spaces inside this paren. (space-in-parens)
(#5112) There should be no spaces inside this paren. (space-in-parens)
(#5112) There should be no spaces inside this paren. (space-in-parens)
(#5115) There should be no spaces inside this paren. (space-in-parens)
(#5115) There should be no spaces inside this paren. (space-in-parens)
(#5117) There should be no spaces inside this paren. (space-in-parens)
(#5117) There should be no spaces inside this paren. (space-in-parens)
(#5117) There should be no spaces inside this paren. (space-in-parens)
(#5118) There should be no spaces inside this paren. (space-in-parens)
(#5118) There should be no spaces inside this paren. (space-in-parens)
(#5122) There should be no spaces inside this paren. (space-in-parens)
(#5123) There should be no spaces inside this paren. (space-in-parens)
(#5123) There should be no spaces inside this paren. (space-in-parens)
(#5124) There should be no spaces inside this paren. (space-in-parens)
(#5124) There should be no spaces inside this paren. (space-in-parens)
(#5125) There should be no spaces inside this paren. (space-in-parens)
(#5125) There should be no spaces inside this paren. (space-in-parens)
(#5125) There should be no spaces inside this paren. (space-in-parens)
(#5125) There should be no spaces inside this paren. (space-in-parens)
(#5125) There should be no spaces inside this paren. (space-in-parens)
(#5125) There should be no spaces inside this paren. (space-in-parens)
(#5126) There should be no spaces inside this paren. (space-in-parens)
(#5126) There should be no spaces inside this paren. (space-in-parens)
(#5129) There should be no spaces inside this paren. (space-in-parens)
(#5129) There should be no spaces inside this paren. (space-in-parens)
(#5130) There should be no spaces inside this paren. (space-in-parens)
(#5130) There should be no spaces inside this paren. (space-in-parens)
(#5131) There should be no spaces inside this paren. (space-in-parens)
(#5131) There should be no spaces inside this paren. (space-in-parens)
(#5134) There should be no spaces inside this paren. (space-in-parens)
(#5135) There should be no spaces inside this paren. (space-in-parens)
(#5136) There should be no spaces inside this paren. (space-in-parens)
(#5136) There should be no spaces inside this paren. (space-in-parens)
(#5140) There should be no space after '[' (computed-property-spacing)
(#5140) There should be no space before ']' (computed-property-spacing)
(#5140) There should be no spaces inside this paren. (space-in-parens)
(#5140) There should be no spaces inside this paren. (space-in-parens)
(#5148) There should be no spaces inside this paren. (space-in-parens)
(#5149) There should be no spaces inside this paren. (space-in-parens)
(#5149) There should be no spaces inside this paren. (space-in-parens)
(#5153) There should be no spaces inside this paren. (space-in-parens)
(#5153) There should be no spaces inside this paren. (space-in-parens)
(#5154) There should be no spaces inside this paren. (space-in-parens)
(#5155) There should be no spaces inside this paren. (space-in-parens)
(#5155) There should be no spaces inside this paren. (space-in-parens)
(#5160) There should be no spaces inside this paren. (space-in-parens)
(#5160) 'jQuery' is not defined. (no-undef)
(#5160) There should be no spaces inside this paren. (space-in-parens)
(#5164) Trailing spaces not allowed. (no-trailing-spaces)
(#5190) There should be no spaces inside this paren. (space-in-parens)
(#5190) There should be no spaces inside this paren. (space-in-parens)
(#5191) There should be no spaces inside this paren. (space-in-parens)
(#5191) There should be no spaces inside this paren. (space-in-parens)
(#5191) There should be no spaces inside this paren. (space-in-parens)
(#5191) There should be no spaces inside this paren. (space-in-parens)
(#5191) There should be no spaces inside this paren. (space-in-parens)
(#5191) There should be no spaces inside this paren. (space-in-parens)
(#5196) There should be no spaces inside this paren. (space-in-parens)
(#5196) There should be no spaces inside this paren. (space-in-parens)
(#5200) Trailing spaces not allowed. (no-trailing-spaces)
(#5208) Trailing spaces not allowed. (no-trailing-spaces)
(#5213) There should be no spaces inside this paren. (space-in-parens)
(#5213) There should be no spaces inside this paren. (space-in-parens)
(#5214) There should be no spaces inside this paren. (space-in-parens)
(#5214) There should be no spaces inside this paren. (space-in-parens)
(#5221) There should be no spaces inside this paren. (space-in-parens)
(#5221) There should be no spaces inside this paren. (space-in-parens)
(#5238) There should be no space after '{' (object-curly-spacing)
(#5238) There should be no space before '}' (object-curly-spacing)
(#5242) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5242) Statement inside of curly braces should be on next line. (brace-style)
(#5317) 'result' is not defined. (no-undef)
(#5324) 'result' is not defined. (no-undef)
(#5325) 'result' is not defined. (no-undef)
(#5327) 'result' is not defined. (no-undef)
(#5337) There should be no spaces inside this paren. (space-in-parens)
(#5337) There should be no spaces inside this paren. (space-in-parens)
(#5338) There should be no space after '{' (object-curly-spacing)
(#5338) There should be no space before '}' (object-curly-spacing)
(#5342) 'jQuery' is not defined. (no-undef)
(#5356) There should be no spaces inside this paren. (space-in-parens)
(#5356) 'undefined' is defined but never used (no-unused-vars)
(#5356) There should be no spaces inside this paren. (space-in-parens)
(#5361) Line 5361 exceeds the maximum line length of 132. (max-len)
(#5362) There should be no spaces inside this paren. (space-in-parens)
(#5362) There should be no spaces inside this paren. (space-in-parens)
(#5363) There should be no spaces inside this paren. (space-in-parens)
(#5363) There should be no spaces inside this paren. (space-in-parens)
(#5364) There should be no spaces inside this paren. (space-in-parens)
(#5364) There should be no spaces inside this paren. (space-in-parens)
(#5364) There should be no spaces inside this paren. (space-in-parens)
(#5364) There should be no spaces inside this paren. (space-in-parens)
(#5367) There should be no spaces inside this paren. (space-in-parens)
(#5370) There should be no spaces inside this paren. (space-in-parens)
(#5370) There should be no spaces inside this paren. (space-in-parens)
(#5373) There should be no spaces inside this paren. (space-in-parens)
(#5373) There should be no spaces inside this paren. (space-in-parens)
(#5374) There should be no spaces inside this paren. (space-in-parens)
(#5374) There should be no spaces inside this paren. (space-in-parens)
(#5375) There should be no spaces inside this paren. (space-in-parens)
(#5375) There should be no spaces inside this paren. (space-in-parens)
(#5376) There should be no spaces inside this paren. (space-in-parens)
(#5376) There should be no spaces inside this paren. (space-in-parens)
(#5376) There should be no spaces inside this paren. (space-in-parens)
(#5376) There should be no spaces inside this paren. (space-in-parens)
(#5378) There should be no spaces inside this paren. (space-in-parens)
(#5378) There should be no spaces inside this paren. (space-in-parens)
(#5387) There should be no spaces inside this paren. (space-in-parens)
(#5398) There should be no spaces inside this paren. (space-in-parens)
(#5398) There should be no spaces inside this paren. (space-in-parens)
(#5399) There should be no spaces inside this paren. (space-in-parens)
(#5399) There should be no spaces inside this paren. (space-in-parens)
(#5400) There should be no spaces inside this paren. (space-in-parens)
(#5400) There should be no spaces inside this paren. (space-in-parens)
(#5402) There should be no spaces inside this paren. (space-in-parens)
(#5402) There should be no spaces inside this paren. (space-in-parens)
(#5403) There should be no spaces inside this paren. (space-in-parens)
(#5403) There should be no spaces inside this paren. (space-in-parens)
(#5407) There should be no spaces inside this paren. (space-in-parens)
(#5407) There should be no spaces inside this paren. (space-in-parens)
(#5412) There should be no spaces inside this paren. (space-in-parens)
(#5412) There should be no spaces inside this paren. (space-in-parens)
(#5415) There should be no spaces inside this paren. (space-in-parens)
(#5415) There should be no spaces inside this paren. (space-in-parens)
(#5419) There should be no spaces inside this paren. (space-in-parens)
(#5419) There should be no spaces inside this paren. (space-in-parens)
(#5419) There should be no spaces inside this paren. (space-in-parens)
(#5419) There should be no spaces inside this paren. (space-in-parens)
(#5424) There should be no spaces inside this paren. (space-in-parens)
(#5424) There should be no spaces inside this paren. (space-in-parens)
(#5425) There should be no spaces inside this paren. (space-in-parens)
(#5425) There should be no spaces inside this paren. (space-in-parens)
(#5426) There should be no spaces inside this paren. (space-in-parens)
(#5427) There should be no spaces inside this paren. (space-in-parens)
(#5427) There should be no spaces inside this paren. (space-in-parens)
(#5430) There should be no spaces inside this paren. (space-in-parens)
(#5430) There should be no spaces inside this paren. (space-in-parens)
(#5430) There should be no spaces inside this paren. (space-in-parens)
(#5430) There should be no spaces inside this paren. (space-in-parens)
(#5431) There should be no spaces inside this paren. (space-in-parens)
(#5431) There should be no spaces inside this paren. (space-in-parens)
(#5432) There should be no spaces inside this paren. (space-in-parens)
(#5432) There should be no spaces inside this paren. (space-in-parens)
(#5432) There should be no spaces inside this paren. (space-in-parens)
(#5432) There should be no spaces inside this paren. (space-in-parens)
(#5435) There should be no spaces inside this paren. (space-in-parens)
(#5436) There should be no spaces inside this paren. (space-in-parens)
(#5436) There should be no spaces inside this paren. (space-in-parens)
(#5439) There should be no spaces inside this paren. (space-in-parens)
(#5439) There should be no spaces inside this paren. (space-in-parens)
(#5439) There should be no spaces inside this paren. (space-in-parens)
(#5439) There should be no spaces inside this paren. (space-in-parens)
(#5441) There should be no spaces inside this paren. (space-in-parens)
(#5443) There should be no spaces inside this paren. (space-in-parens)
(#5443) There should be no spaces inside this paren. (space-in-parens)
(#5443) There should be no spaces inside this paren. (space-in-parens)
(#5443) There should be no spaces inside this paren. (space-in-parens)
(#5445) There should be no spaces inside this paren. (space-in-parens)
(#5446) There should be no spaces inside this paren. (space-in-parens)
(#5446) There should be no spaces inside this paren. (space-in-parens)
(#5446) There should be no spaces inside this paren. (space-in-parens)
(#5446) There should be no spaces inside this paren. (space-in-parens)
(#5449) There should be no spaces inside this paren. (space-in-parens)
(#5449) There should be no spaces inside this paren. (space-in-parens)
(#5450) There should be no spaces inside this paren. (space-in-parens)
(#5455) There should be no spaces inside this paren. (space-in-parens)
(#5455) There should be no spaces inside this paren. (space-in-parens)
(#5456) There should be no spaces inside this paren. (space-in-parens)
(#5456) Expected to return a value at the end of this function. (consistent-return)
(#5457) There should be no spaces inside this paren. (space-in-parens)
(#5457) There should be no spaces inside this paren. (space-in-parens)
(#5460) There should be no spaces inside this paren. (space-in-parens)
(#5460) There should be no spaces inside this paren. (space-in-parens)
(#5460) There should be no spaces inside this paren. (space-in-parens)
(#5460) There should be no spaces inside this paren. (space-in-parens)
(#5461) There should be no spaces inside this paren. (space-in-parens)
(#5461) There should be no spaces inside this paren. (space-in-parens)
(#5463) There should be no spaces inside this paren. (space-in-parens)
(#5463) There should be no spaces inside this paren. (space-in-parens)
(#5464) There should be no spaces inside this paren. (space-in-parens)
(#5464) Expected to return a value at the end of this function. (consistent-return)
(#5465) There should be no spaces inside this paren. (space-in-parens)
(#5465) There should be no spaces inside this paren. (space-in-parens)
(#5468) There should be no spaces inside this paren. (space-in-parens)
(#5468) There should be no spaces inside this paren. (space-in-parens)
(#5468) There should be no spaces inside this paren. (space-in-parens)
(#5468) There should be no spaces inside this paren. (space-in-parens)
(#5469) There should be no spaces inside this paren. (space-in-parens)
(#5469) There should be no spaces inside this paren. (space-in-parens)
(#5471) There should be no space after '[' (computed-property-spacing)
(#5471) There should be no space before ']' (computed-property-spacing)
(#5472) There should be no spaces inside this paren. (space-in-parens)
(#5472) There should be no spaces inside this paren. (space-in-parens)
(#5473) There should be no spaces inside this paren. (space-in-parens)
(#5473) There should be no spaces inside this paren. (space-in-parens)
(#5475) There should be no spaces inside this paren. (space-in-parens)
(#5475) There should be no spaces inside this paren. (space-in-parens)
(#5475) There should be no spaces inside this paren. (space-in-parens)
(#5475) There should be no spaces inside this paren. (space-in-parens)
(#5475) There should be no space after '[' (computed-property-spacing)
(#5475) There should be no space before ']' (computed-property-spacing)
(#5477) There should be no spaces inside this paren. (space-in-parens)
(#5477) There should be no spaces inside this paren. (space-in-parens)
(#5478) There should be no spaces inside this paren. (space-in-parens)
(#5478) There should be no spaces inside this paren. (space-in-parens)
(#5482) There should be no spaces inside this paren. (space-in-parens)
(#5482) Expected to return a value at the end of this function. (consistent-return)
(#5483) There should be no spaces inside this paren. (space-in-parens)
(#5483) There should be no spaces inside this paren. (space-in-parens)
(#5486) There should be no spaces inside this paren. (space-in-parens)
(#5486) There should be no spaces inside this paren. (space-in-parens)
(#5486) There should be no spaces inside this paren. (space-in-parens)
(#5486) There should be no spaces inside this paren. (space-in-parens)
(#5488) There should be no spaces inside this paren. (space-in-parens)
(#5488) There should be no spaces inside this paren. (space-in-parens)
(#5488) There should be no spaces inside this paren. (space-in-parens)
(#5492) There should be no spaces inside this paren. (space-in-parens)
(#5492) Expected to return a value at the end of this function. (consistent-return)
(#5493) There should be no spaces inside this paren. (space-in-parens)
(#5493) There should be no spaces inside this paren. (space-in-parens)
(#5496) There should be no spaces inside this paren. (space-in-parens)
(#5496) There should be no spaces inside this paren. (space-in-parens)
(#5496) There should be no spaces inside this paren. (space-in-parens)
(#5496) There should be no spaces inside this paren. (space-in-parens)
(#5498) There should be no spaces inside this paren. (space-in-parens)
(#5498) Expected to return a value at the end of this function. (consistent-return)
(#5499) There should be no spaces inside this paren. (space-in-parens)
(#5499) There should be no spaces inside this paren. (space-in-parens)
(#5502) There should be no spaces inside this paren. (space-in-parens)
(#5502) There should be no spaces inside this paren. (space-in-parens)
(#5503) There should be no spaces inside this paren. (space-in-parens)
(#5503) There should be no spaces inside this paren. (space-in-parens)
(#5503) There should be no spaces inside this paren. (space-in-parens)
(#5503) There should be no spaces inside this paren. (space-in-parens)
(#5506) There should be no spaces inside this paren. (space-in-parens)
(#5507) There should be no spaces inside this paren. (space-in-parens)
(#5507) There should be no spaces inside this paren. (space-in-parens)
(#5507) There should be no spaces inside this paren. (space-in-parens)
(#5507) There should be no spaces inside this paren. (space-in-parens)
(#5510) There should be no spaces inside this paren. (space-in-parens)
(#5510) There should be no spaces inside this paren. (space-in-parens)
(#5512) There should be no spaces inside this paren. (space-in-parens)
(#5512) There should be no spaces inside this paren. (space-in-parens)
(#5514) There should be no spaces inside this paren. (space-in-parens)
(#5514) There should be no spaces inside this paren. (space-in-parens)
(#5523) There should be no spaces inside this paren. (space-in-parens)
(#5523) There should be no spaces inside this paren. (space-in-parens)
(#5527) Trailing spaces not allowed. (no-trailing-spaces)
(#5528) There should be no spaces inside this paren. (space-in-parens)
(#5528) There should be no spaces inside this paren. (space-in-parens)
(#5531) There should be no spaces inside this paren. (space-in-parens)
(#5531) There should be no spaces inside this paren. (space-in-parens)
(#5534) There should be no spaces inside this paren. (space-in-parens)
(#5534) There should be no spaces inside this paren. (space-in-parens)
(#5541) Trailing spaces not allowed. (no-trailing-spaces)
(#5542) There should be no spaces inside this paren. (space-in-parens)
(#5542) There should be no spaces inside this paren. (space-in-parens)
(#5546) There should be no spaces inside this paren. (space-in-parens)
(#5546) There should be no spaces inside this paren. (space-in-parens)
(#5547) There should be no spaces inside this paren. (space-in-parens)
(#5547) There should be no spaces inside this paren. (space-in-parens)
(#5549) There should be no spaces inside this paren. (space-in-parens)
(#5549) There should be no spaces inside this paren. (space-in-parens)
(#5550) There should be no spaces inside this paren. (space-in-parens)
(#5550) There should be no spaces inside this paren. (space-in-parens)
(#5551) There should be no spaces inside this paren. (space-in-parens)
(#5551) There should be no spaces inside this paren. (space-in-parens)
(#5553) There should be no spaces inside this paren. (space-in-parens)
(#5553) There should be no spaces inside this paren. (space-in-parens)
(#5565) There should be no spaces inside this paren. (space-in-parens)
(#5565) There should be no spaces inside this paren. (space-in-parens)
(#5567) There should be no spaces inside this paren. (space-in-parens)
(#5567) There should be no spaces inside this paren. (space-in-parens)
(#5568) There should be no spaces inside this paren. (space-in-parens)
(#5568) There should be no spaces inside this paren. (space-in-parens)
(#5569) There should be no spaces inside this paren. (space-in-parens)
(#5569) There should be no spaces inside this paren. (space-in-parens)
(#5570) There should be no spaces inside this paren. (space-in-parens)
(#5570) There should be no spaces inside this paren. (space-in-parens)
(#5572) There should be no spaces inside this paren. (space-in-parens)
(#5572) There should be no spaces inside this paren. (space-in-parens)
(#5573) There should be no spaces inside this paren. (space-in-parens)
(#5573) There should be no spaces inside this paren. (space-in-parens)
(#5576) There should be no spaces inside this paren. (space-in-parens)
(#5576) There should be no spaces inside this paren. (space-in-parens)
(#5579) There should be no spaces inside this paren. (space-in-parens)
(#5579) There should be no spaces inside this paren. (space-in-parens)
(#5580) There should be no spaces inside this paren. (space-in-parens)
(#5580) There should be no spaces inside this paren. (space-in-parens)
(#5581) There should be no spaces inside this paren. (space-in-parens)
(#5581) There should be no spaces inside this paren. (space-in-parens)
(#5582) There should be no spaces inside this paren. (space-in-parens)
(#5582) There should be no spaces inside this paren. (space-in-parens)
(#5583) There should be no spaces inside this paren. (space-in-parens)
(#5583) There should be no spaces inside this paren. (space-in-parens)
(#5585) There should be no spaces inside this paren. (space-in-parens)
(#5585) There should be no spaces inside this paren. (space-in-parens)
(#5592) There should be no spaces inside this paren. (space-in-parens)
(#5592) There should be no spaces inside this paren. (space-in-parens)
(#5593) There should be no spaces inside this paren. (space-in-parens)
(#5593) There should be no spaces inside this paren. (space-in-parens)
(#5594) There should be no spaces inside this paren. (space-in-parens)
(#5594) There should be no spaces inside this paren. (space-in-parens)
(#5596) There should be no spaces inside this paren. (space-in-parens)
(#5596) There should be no spaces inside this paren. (space-in-parens)
(#5597) There should be no spaces inside this paren. (space-in-parens)
(#5597) There should be no spaces inside this paren. (space-in-parens)
(#5598) There should be no spaces inside this paren. (space-in-parens)
(#5598) There should be no spaces inside this paren. (space-in-parens)
(#5598) There should be no spaces inside this paren. (space-in-parens)
(#5598) There should be no spaces inside this paren. (space-in-parens)
(#5598) There should be no spaces inside this paren. (space-in-parens)
(#5598) There should be no spaces inside this paren. (space-in-parens)
(#5599) There should be no spaces inside this paren. (space-in-parens)
(#5599) There should be no spaces inside this paren. (space-in-parens)
(#5599) There should be no spaces inside this paren. (space-in-parens)
(#5599) There should be no spaces inside this paren. (space-in-parens)
(#5600) There should be no spaces inside this paren. (space-in-parens)
(#5600) There should be no spaces inside this paren. (space-in-parens)
(#5601) There should be no spaces inside this paren. (space-in-parens)
(#5601) There should be no spaces inside this paren. (space-in-parens)
(#5603) There should be no spaces inside this paren. (space-in-parens)
(#5603) There should be no spaces inside this paren. (space-in-parens)
(#5603) There should be no spaces inside this paren. (space-in-parens)
(#5603) There should be no spaces inside this paren. (space-in-parens)
(#5604) There should be no spaces inside this paren. (space-in-parens)
(#5604) There should be no spaces inside this paren. (space-in-parens)
(#5605) There should be no spaces inside this paren. (space-in-parens)
(#5605) There should be no spaces inside this paren. (space-in-parens)
(#5608) There should be no spaces inside this paren. (space-in-parens)
(#5608) There should be no spaces inside this paren. (space-in-parens)
(#5609) There should be no spaces inside this paren. (space-in-parens)
(#5609) There should be no spaces inside this paren. (space-in-parens)
(#5609) There should be no spaces inside this paren. (space-in-parens)
(#5609) There should be no spaces inside this paren. (space-in-parens)
(#5611) There should be no spaces inside this paren. (space-in-parens)
(#5611) There should be no spaces inside this paren. (space-in-parens)
(#5612) There should be no spaces inside this paren. (space-in-parens)
(#5612) There should be no spaces inside this paren. (space-in-parens)
(#5615) There should be no spaces inside this paren. (space-in-parens)
(#5615) There should be no spaces inside this paren. (space-in-parens)
(#5616) There should be no spaces inside this paren. (space-in-parens)
(#5616) There should be no spaces inside this paren. (space-in-parens)
(#5622) There should be no spaces inside this paren. (space-in-parens)
(#5622) There should be no spaces inside this paren. (space-in-parens)
(#5623) There should be no spaces inside this paren. (space-in-parens)
(#5623) There should be no spaces inside this paren. (space-in-parens)
(#5624) There should be no spaces inside this paren. (space-in-parens)
(#5624) There should be no spaces inside this paren. (space-in-parens)
(#5628) There should be no spaces inside this paren. (space-in-parens)
(#5628) There should be no spaces inside this paren. (space-in-parens)
(#5629) There should be no spaces inside this paren. (space-in-parens)
(#5629) There should be no spaces inside this paren. (space-in-parens)
(#5630) There should be no spaces inside this paren. (space-in-parens)
(#5630) There should be no spaces inside this paren. (space-in-parens)
(#5631) There should be no spaces inside this paren. (space-in-parens)
(#5631) There should be no spaces inside this paren. (space-in-parens)
(#5632) There should be no spaces inside this paren. (space-in-parens)
(#5632) There should be no spaces inside this paren. (space-in-parens)
(#5636) There should be no spaces inside this paren. (space-in-parens)
(#5636) There should be no spaces inside this paren. (space-in-parens)
(#5637) There should be no spaces inside this paren. (space-in-parens)
(#5638) There should be no spaces inside this paren. (space-in-parens)
(#5638) Do not nest ternary expressions (no-nested-ternary)
(#5638) There should be no spaces inside this paren. (space-in-parens)
(#5638) There should be no spaces inside this paren. (space-in-parens)
(#5638) There should be no spaces inside this paren. (space-in-parens)
(#5638) There should be no spaces inside this paren. (space-in-parens)
(#5639) There should be no spaces inside this paren. (space-in-parens)
(#5639) There should be no spaces inside this paren. (space-in-parens)
(#5640) There should be no spaces inside this paren. (space-in-parens)
(#5640) There should be no spaces inside this paren. (space-in-parens)
(#5642) There should be no spaces inside this paren. (space-in-parens)
(#5642) There should be no spaces inside this paren. (space-in-parens)
(#5643) There should be no spaces inside this paren. (space-in-parens)
(#5643) There should be no spaces inside this paren. (space-in-parens)
(#5645) There should be no spaces inside this paren. (space-in-parens)
(#5645) There should be no spaces inside this paren. (space-in-parens)
(#5647) There should be no spaces inside this paren. (space-in-parens)
(#5647) There should be no spaces inside this paren. (space-in-parens)
(#5648) There should be no spaces inside this paren. (space-in-parens)
(#5648) There should be no spaces inside this paren. (space-in-parens)
(#5649) There should be no spaces inside this paren. (space-in-parens)
(#5649) There should be no spaces inside this paren. (space-in-parens)
(#5650) There should be no spaces inside this paren. (space-in-parens)
(#5650) There should be no spaces inside this paren. (space-in-parens)
(#5654) There should be no spaces inside this paren. (space-in-parens)
(#5654) There should be no spaces inside this paren. (space-in-parens)
(#5659) There should be no spaces inside this paren. (space-in-parens)
(#5661) There should be no spaces inside this paren. (space-in-parens)
(#5661) There should be no spaces inside this paren. (space-in-parens)
(#5664) Trailing spaces not allowed. (no-trailing-spaces)
(#5669) There should be no spaces inside this paren. (space-in-parens)
(#5669) There should be no spaces inside this paren. (space-in-parens)
(#5670) There should be no spaces inside this paren. (space-in-parens)
(#5670) There should be no spaces inside this paren. (space-in-parens)
(#5671) There should be no spaces inside this paren. (space-in-parens)
(#5671) There should be no spaces inside this paren. (space-in-parens)
(#5674) There should be no spaces inside this paren. (space-in-parens)
(#5674) There should be no spaces inside this paren. (space-in-parens)
(#5676) Trailing spaces not allowed. (no-trailing-spaces)
(#5678) There should be no spaces inside this paren. (space-in-parens)
(#5678) There should be no spaces inside this paren. (space-in-parens)
(#5679) There should be no spaces inside this paren. (space-in-parens)
(#5679) There should be no spaces inside this paren. (space-in-parens)
(#5680) There should be no spaces inside this paren. (space-in-parens)
(#5680) There should be no spaces inside this paren. (space-in-parens)
(#5682) There should be no spaces inside this paren. (space-in-parens)
(#5682) There should be no spaces inside this paren. (space-in-parens)
(#5686) There should be no spaces inside this paren. (space-in-parens)
(#5686) There should be no spaces inside this paren. (space-in-parens)
(#5686) There should be no spaces inside this paren. (space-in-parens)
(#5686) There should be no spaces inside this paren. (space-in-parens)
(#5686) There should be no space after '[' (computed-property-spacing)
(#5686) There should be no space before ']' (computed-property-spacing)
(#5688) There should be no spaces inside this paren. (space-in-parens)
(#5688) There should be no spaces inside this paren. (space-in-parens)
(#5689) There should be no spaces inside this paren. (space-in-parens)
(#5689) There should be no spaces inside this paren. (space-in-parens)
(#5690) There should be no spaces inside this paren. (space-in-parens)
(#5690) There should be no spaces inside this paren. (space-in-parens)
(#5691) There should be no spaces inside this paren. (space-in-parens)
(#5691) There should be no spaces inside this paren. (space-in-parens)
(#5693) There should be no spaces inside this paren. (space-in-parens)
(#5693) There should be no spaces inside this paren. (space-in-parens)
(#5694) There should be no spaces inside this paren. (space-in-parens)
(#5694) There should be no spaces inside this paren. (space-in-parens)
(#5701) There should be no spaces inside this paren. (space-in-parens)
(#5701) There should be no spaces inside this paren. (space-in-parens)
(#5704) There should be no spaces inside this paren. (space-in-parens)
(#5704) There should be no spaces inside this paren. (space-in-parens)
(#5704) There should be no spaces inside this paren. (space-in-parens)
(#5704) There should be no spaces inside this paren. (space-in-parens)
(#5704) There should be no space after '[' (computed-property-spacing)
(#5704) There should be no space before ']' (computed-property-spacing)
(#5706) There should be no spaces inside this paren. (space-in-parens)
(#5706) There should be no spaces inside this paren. (space-in-parens)
(#5708) There should be no spaces inside this paren. (space-in-parens)
(#5708) There should be no spaces inside this paren. (space-in-parens)
(#5710) There should be no spaces inside this paren. (space-in-parens)
(#5710) There should be no spaces inside this paren. (space-in-parens)
(#5714) There should be no spaces inside this paren. (space-in-parens)
(#5714) 'jQuery' is not defined. (no-undef)
(#5714) There should be no spaces inside this paren. (space-in-parens)
(#5714) There should be no spaces inside this paren. (space-in-parens)
(#5733) There should be no spaces inside this paren. (space-in-parens)
(#5733) There should be no spaces inside this paren. (space-in-parens)
(#5780) There should be no spaces inside this paren. (space-in-parens)
(#5780) There should be no spaces inside this paren. (space-in-parens)
(#5803) Trailing spaces not allowed. (no-trailing-spaces)
(#5816) 'uiDialogContent' is defined but never used (no-unused-vars)
(#5859) 'uiDialogTitlebarCloseText' is defined but never used (no-unused-vars)
(#5867) 'uiDialogTitle' is defined but never used (no-unused-vars)
(#5873) Expected space or tab after '//' in comment. (spaced-comment)
(#5874) Expected space or tab after '//' in comment. (spaced-comment)
(#5875) Expected space or tab after '//' in comment. (spaced-comment)
(#5898) There should be no spaces inside this paren. (space-in-parens)
(#5898) There should be no spaces inside this paren. (space-in-parens)
(#5905) Trailing spaces not allowed. (no-trailing-spaces)
(#5931) Trailing spaces not allowed. (no-trailing-spaces)
(#5965) Expected no return value. (consistent-return)
(#5992) Expected space or tab after '//' in comment. (spaced-comment)
(#5994) There should be no space after '{' (object-curly-spacing)
(#5994) There should be no space before '}' (object-curly-spacing)
(#6004) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6004) Statement inside of curly braces should be on next line. (brace-style)
(#6028) Multiple spaces found before '='. (no-multi-spaces)
(#6032) Expected no return value. (consistent-return)
(#6035) Expected no return value. (consistent-return)
(#6049) Expected no return value. (consistent-return)
(#6061) There should be no spaces inside this paren. (space-in-parens)
(#6061) There should be no spaces inside this paren. (space-in-parens)
(#6062) There should be no spaces inside this paren. (space-in-parens)
(#6062) There should be no spaces inside this paren. (space-in-parens)
(#6063) There should be no spaces inside this paren. (space-in-parens)
(#6063) There should be no spaces inside this paren. (space-in-parens)
(#6075) There should be no spaces inside this paren. (space-in-parens)
(#6075) There should be no spaces inside this paren. (space-in-parens)
(#6076) There should be no space after '{' (object-curly-spacing)
(#6076) There should be no space before '}' (object-curly-spacing)
(#6098) Missing JSDoc comment. (require-jsdoc)
(#6139) Missing JSDoc comment. (require-jsdoc)
(#6214) Trailing spaces not allowed. (no-trailing-spaces)
(#6228) There should be no space after '{' (object-curly-spacing)
(#6228) There should be no space before '}' (object-curly-spacing)
(#6235) Function '_setOption' has a complexity of 27. (complexity)
(#6235) Missing space before opening brace. (space-before-blocks)
(#6242) Expected space or tab after '//' in comment. (spaced-comment)
(#6243) Expected space or tab after '//' in comment. (spaced-comment)
(#6244) Expected space or tab after '//' in comment. (spaced-comment)
(#6370) Trailing spaces not allowed. (no-trailing-spaces)
(#6406) Statement inside of curly braces should be on next line. (brace-style)
(#6406) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6415) Expected to return a value at the end of this function. (consistent-return)
(#6429) Trailing spaces not allowed. (no-trailing-spaces)
(#6462) Trailing spaces not allowed. (no-trailing-spaces)
(#6551) 'jQuery' is not defined. (no-undef)
(#6566) There should be no spaces inside this paren. (space-in-parens)
(#6566) 'undefined' is defined but never used (no-unused-vars)
(#6566) There should be no spaces inside this paren. (space-in-parens)
(#6572) There should be no spaces inside this paren. (space-in-parens)
(#6600) There should be no spaces inside this paren. (space-in-parens)
(#6604) There should be no spaces inside this paren. (space-in-parens)
(#6605) Trailing spaces not allowed. (no-trailing-spaces)
(#6606) There should be no spaces inside this paren. (space-in-parens)
(#6606) There should be no spaces inside this paren. (space-in-parens)
(#6607) There should be no spaces inside this paren. (space-in-parens)
(#6607) There should be no spaces inside this paren. (space-in-parens)
(#6612) There should be no spaces inside this paren. (space-in-parens)
(#6612) There should be no spaces inside this paren. (space-in-parens)
(#6613) There should be no spaces inside this paren. (space-in-parens)
(#6613) There should be no spaces inside this paren. (space-in-parens)
(#6614) There should be no spaces inside this paren. (space-in-parens)
(#6614) There should be no spaces inside this paren. (space-in-parens)
(#6615) There should be no spaces inside this paren. (space-in-parens)
(#6615) There should be no spaces inside this paren. (space-in-parens)
(#6616) There should be no space after '[' (array-bracket-spacing)
(#6616) There should be no space before ']' (array-bracket-spacing)
(#6618) There should be no spaces inside this paren. (space-in-parens)
(#6618) There should be no spaces inside this paren. (space-in-parens)
(#6619) There should be no space after '[' (array-bracket-spacing)
(#6619) There should be no space before ']' (array-bracket-spacing)
(#6622) There should be no spaces inside this paren. (space-in-parens)
(#6622) There should be no spaces inside this paren. (space-in-parens)
(#6626) There should be no spaces inside this paren. (space-in-parens)
(#6626) There should be no spaces inside this paren. (space-in-parens)
(#6627) There should be no spaces inside this paren. (space-in-parens)
(#6627) There should be no spaces inside this paren. (space-in-parens)
(#6629) There should be no spaces inside this paren. (space-in-parens)
(#6629) There should be no spaces inside this paren. (space-in-parens)
(#6630) There should be no spaces inside this paren. (space-in-parens)
(#6630) There should be no spaces inside this paren. (space-in-parens)
(#6635) There should be no spaces inside this paren. (space-in-parens)
(#6635) There should be no spaces inside this paren. (space-in-parens)
(#6638) There should be no spaces inside this paren. (space-in-parens)
(#6638) There should be no spaces inside this paren. (space-in-parens)
(#6638) There should be no spaces inside this paren. (space-in-parens)
(#6638) There should be no spaces inside this paren. (space-in-parens)
(#6639) There should be no spaces inside this paren. (space-in-parens)
(#6639) There should be no spaces inside this paren. (space-in-parens)
(#6640) There should be no spaces inside this paren. (space-in-parens)
(#6640) There should be no spaces inside this paren. (space-in-parens)
(#6641) There should be no spaces inside this paren. (space-in-parens)
(#6641) There should be no spaces inside this paren. (space-in-parens)
(#6644) There should be no spaces inside this paren. (space-in-parens)
(#6644) There should be no spaces inside this paren. (space-in-parens)
(#6645) There should be no spaces inside this paren. (space-in-parens)
(#6645) There should be no spaces inside this paren. (space-in-parens)
(#6646) There should be no spaces inside this paren. (space-in-parens)
(#6646) There should be no spaces inside this paren. (space-in-parens)
(#6647) There should be no spaces inside this paren. (space-in-parens)
(#6647) There should be no spaces inside this paren. (space-in-parens)
(#6648) There should be no spaces inside this paren. (space-in-parens)
(#6648) There should be no spaces inside this paren. (space-in-parens)
(#6652) There should be no spaces inside this paren. (space-in-parens)
(#6652) There should be no spaces inside this paren. (space-in-parens)
(#6653) There should be no spaces inside this paren. (space-in-parens)
(#6654) There should be no spaces inside this paren. (space-in-parens)
(#6656) There should be no spaces inside this paren. (space-in-parens)
(#6656) There should be no spaces inside this paren. (space-in-parens)
(#6658) There should be no spaces inside this paren. (space-in-parens)
(#6658) There should be no spaces inside this paren. (space-in-parens)
(#6658) There should be no spaces inside this paren. (space-in-parens)
(#6658) There should be no spaces inside this paren. (space-in-parens)
(#6659) There should be no spaces inside this paren. (space-in-parens)
(#6659) There should be no spaces inside this paren. (space-in-parens)
(#6663) There should be no spaces inside this paren. (space-in-parens)
(#6663) There should be no spaces inside this paren. (space-in-parens)
(#6664) There should be no spaces inside this paren. (space-in-parens)
(#6664) There should be no spaces inside this paren. (space-in-parens)
(#6664) There should be no spaces inside this paren. (space-in-parens)
(#6664) There should be no spaces inside this paren. (space-in-parens)
(#6667) There should be no spaces inside this paren. (space-in-parens)
(#6667) There should be no spaces inside this paren. (space-in-parens)
(#6667) There should be no spaces inside this paren. (space-in-parens)
(#6667) There should be no spaces inside this paren. (space-in-parens)
(#6670) There should be no spaces inside this paren. (space-in-parens)
(#6670) There should be no spaces inside this paren. (space-in-parens)
(#6671) There should be no spaces inside this paren. (space-in-parens)
(#6671) There should be no spaces inside this paren. (space-in-parens)
(#6671) There should be no spaces inside this paren. (space-in-parens)
(#6671) There should be no spaces inside this paren. (space-in-parens)
(#6672) There should be no spaces inside this paren. (space-in-parens)
(#6672) There should be no spaces inside this paren. (space-in-parens)
(#6672) There should be no spaces inside this paren. (space-in-parens)
(#6672) There should be no spaces inside this paren. (space-in-parens)
(#6674) There should be no spaces inside this paren. (space-in-parens)
(#6674) There should be no spaces inside this paren. (space-in-parens)
(#6678) There should be no spaces inside this paren. (space-in-parens)
(#6678) There should be no spaces inside this paren. (space-in-parens)
(#6678) There should be no spaces inside this paren. (space-in-parens)
(#6678) There should be no spaces inside this paren. (space-in-parens)
(#6681) There should be no spaces inside this paren. (space-in-parens)
(#6681) There should be no spaces inside this paren. (space-in-parens)
(#6682) There should be no spaces inside this paren. (space-in-parens)
(#6682) There should be no spaces inside this paren. (space-in-parens)
(#6682) There should be no spaces inside this paren. (space-in-parens)
(#6682) There should be no spaces inside this paren. (space-in-parens)
(#6686) Function 'anonymous' has a complexity of 23. (complexity)
(#6686) There should be no spaces inside this paren. (space-in-parens)
(#6686) There should be no spaces inside this paren. (space-in-parens)
(#6688) There should be no spaces inside this paren. (space-in-parens)
(#6688) There should be no spaces inside this paren. (space-in-parens)
(#6688) There should be no spaces inside this paren. (space-in-parens)
(#6688) There should be no spaces inside this paren. (space-in-parens)
(#6693) Trailing spaces not allowed. (no-trailing-spaces)
(#6694) There should be no spaces inside this paren. (space-in-parens)
(#6694) There should be no spaces inside this paren. (space-in-parens)
(#6697) Trailing spaces not allowed. (no-trailing-spaces)
(#6698) There should be no spaces inside this paren. (space-in-parens)
(#6698) There should be no spaces inside this paren. (space-in-parens)
(#6708) There should be no spaces inside this paren. (space-in-parens)
(#6708) There should be no spaces inside this paren. (space-in-parens)
(#6710) There should be no spaces inside this paren. (space-in-parens)
(#6710) There should be no spaces inside this paren. (space-in-parens)
(#6710) There should be no spaces inside this paren. (space-in-parens)
(#6710) There should be no spaces inside this paren. (space-in-parens)
(#6711) There should be no spaces inside this paren. (space-in-parens)
(#6711) There should be no spaces inside this paren. (space-in-parens)
(#6712) There should be no spaces inside this paren. (space-in-parens)
(#6712) There should be no spaces inside this paren. (space-in-parens)
(#6718) Trailing spaces not allowed. (no-trailing-spaces)
(#6720) There should be no spaces inside this paren. (space-in-parens)
(#6720) There should be no spaces inside this paren. (space-in-parens)
(#6721) There should be no spaces inside this paren. (space-in-parens)
(#6721) There should be no spaces inside this paren. (space-in-parens)
(#6725) Trailing spaces not allowed. (no-trailing-spaces)
(#6726) There should be no spaces inside this paren. (space-in-parens)
(#6726) There should be no spaces inside this paren. (space-in-parens)
(#6734) There should be no spaces inside this paren. (space-in-parens)
(#6734) There should be no spaces inside this paren. (space-in-parens)
(#6734) There should be no spaces inside this paren. (space-in-parens)
(#6734) There should be no spaces inside this paren. (space-in-parens)
(#6737) There should be no spaces inside this paren. (space-in-parens)
(#6737) There should be no spaces inside this paren. (space-in-parens)
(#6737) There should be no spaces inside this paren. (space-in-parens)
(#6737) There should be no spaces inside this paren. (space-in-parens)
(#6741) There should be no spaces inside this paren. (space-in-parens)
(#6741) There should be no spaces inside this paren. (space-in-parens)
(#6744) There should be no spaces inside this paren. (space-in-parens)
(#6744) There should be no spaces inside this paren. (space-in-parens)
(#6748) There should be no spaces inside this paren. (space-in-parens)
(#6748) There should be no spaces inside this paren. (space-in-parens)
(#6751) There should be no spaces inside this paren. (space-in-parens)
(#6751) There should be no spaces inside this paren. (space-in-parens)
(#6754) Trailing spaces not allowed. (no-trailing-spaces)
(#6755) There should be no spaces inside this paren. (space-in-parens)
(#6755) There should be no spaces inside this paren. (space-in-parens)
(#6756) Trailing spaces not allowed. (no-trailing-spaces)
(#6757) Expected no return value. (consistent-return)
(#6758) Trailing spaces not allowed. (no-trailing-spaces)
(#6760) There should be no spaces inside this paren. (space-in-parens)
(#6760) There should be no spaces inside this paren. (space-in-parens)
(#6761) There should be no spaces inside this paren. (space-in-parens)
(#6761) There should be no spaces inside this paren. (space-in-parens)
(#6761) There should be no spaces inside this paren. (space-in-parens)
(#6761) There should be no spaces inside this paren. (space-in-parens)
(#6762) Trailing spaces not allowed. (no-trailing-spaces)
(#6763) There should be no spaces inside this paren. (space-in-parens)
(#6763) There should be no spaces inside this paren. (space-in-parens)
(#6765) There should be no spaces inside this paren. (space-in-parens)
(#6765) There should be no spaces inside this paren. (space-in-parens)
(#6766) There should be no spaces inside this paren. (space-in-parens)
(#6766) There should be no spaces inside this paren. (space-in-parens)
(#6767) There should be no spaces inside this paren. (space-in-parens)
(#6767) There should be no spaces inside this paren. (space-in-parens)
(#6767) There should be no spaces inside this paren. (space-in-parens)
(#6767) There should be no spaces inside this paren. (space-in-parens)
(#6769) Trailing spaces not allowed. (no-trailing-spaces)
(#6782) There should be no spaces inside this paren. (space-in-parens)
(#6788) There should be no spaces inside this paren. (space-in-parens)
(#6789) There should be no spaces inside this paren. (space-in-parens)
(#6789) There should be no spaces inside this paren. (space-in-parens)
(#6790) There should be no spaces inside this paren. (space-in-parens)
(#6790) There should be no spaces inside this paren. (space-in-parens)
(#6797) There should be no spaces inside this paren. (space-in-parens)
(#6797) There should be no spaces inside this paren. (space-in-parens)
(#6809) There should be no spaces inside this paren. (space-in-parens)
(#6809) There should be no spaces inside this paren. (space-in-parens)
(#6819) There should be no space after '{' (object-curly-spacing)
(#6819) There should be no space before '}' (object-curly-spacing)
(#6820) There should be no spaces inside this paren. (space-in-parens)
(#6820) There should be no spaces inside this paren. (space-in-parens)
(#6823) There should be no spaces inside this paren. (space-in-parens)
(#6823) There should be no spaces inside this paren. (space-in-parens)
(#6824) There should be no spaces inside this paren. (space-in-parens)
(#6824) There should be no spaces inside this paren. (space-in-parens)
(#6825) There should be no spaces inside this paren. (space-in-parens)
(#6825) There should be no spaces inside this paren. (space-in-parens)
(#6827) There should be no spaces inside this paren. (space-in-parens)
(#6827) There should be no spaces inside this paren. (space-in-parens)
(#6835) Expected space(s) after "if". (keyword-spacing)
(#6835) There should be no spaces inside this paren. (space-in-parens)
(#6835) There should be no spaces inside this paren. (space-in-parens)
(#6837) There should be no spaces inside this paren. (space-in-parens)
(#6837) There should be no spaces inside this paren. (space-in-parens)
(#6840) There should be no spaces inside this paren. (space-in-parens)
(#6840) There should be no spaces inside this paren. (space-in-parens)
(#6841) There should be no spaces inside this paren. (space-in-parens)
(#6841) There should be no spaces inside this paren. (space-in-parens)
(#6849) There should be no spaces inside this paren. (space-in-parens)
(#6849) There should be no spaces inside this paren. (space-in-parens)
(#6851) Trailing spaces not allowed. (no-trailing-spaces)
(#6853) There should be no spaces inside this paren. (space-in-parens)
(#6853) There should be no spaces inside this paren. (space-in-parens)
(#6853) There should be no spaces inside this paren. (space-in-parens)
(#6853) There should be no spaces inside this paren. (space-in-parens)
(#6854) There should be no space after '{' (object-curly-spacing)
(#6854) There should be no space before '}' (object-curly-spacing)
(#6855) There should be no spaces inside this paren. (space-in-parens)
(#6855) There should be no spaces inside this paren. (space-in-parens)
(#6857) There should be no spaces inside this paren. (space-in-parens)
(#6857) There should be no spaces inside this paren. (space-in-parens)
(#6858) There should be no spaces inside this paren. (space-in-parens)
(#6858) There should be no spaces inside this paren. (space-in-parens)
(#6858) There should be no spaces inside this paren. (space-in-parens)
(#6858) There should be no spaces inside this paren. (space-in-parens)
(#6859) There should be no spaces inside this paren. (space-in-parens)
(#6859) There should be no spaces inside this paren. (space-in-parens)
(#6859) There should be no spaces inside this paren. (space-in-parens)
(#6860) There should be no spaces inside this paren. (space-in-parens)
(#6860) There should be no spaces inside this paren. (space-in-parens)
(#6860) There should be no spaces inside this paren. (space-in-parens)
(#6863) There should be no spaces inside this paren. (space-in-parens)
(#6863) There should be no spaces inside this paren. (space-in-parens)
(#6868) There should be no spaces inside this paren. (space-in-parens)
(#6868) 'event' is defined but never used (no-unused-vars)
(#6868) There should be no spaces inside this paren. (space-in-parens)
(#6872) There should be no spaces inside this paren. (space-in-parens)
(#6872) There should be no spaces inside this paren. (space-in-parens)
(#6873) There should be no space after '{' (object-curly-spacing)
(#6873) There should be no space before '}' (object-curly-spacing)
(#6874) There should be no spaces inside this paren. (space-in-parens)
(#6874) There should be no spaces inside this paren. (space-in-parens)
(#6875) Trailing spaces not allowed. (no-trailing-spaces)
(#6876) There should be no spaces inside this paren. (space-in-parens)
(#6876) There should be no spaces inside this paren. (space-in-parens)
(#6881) There should be no spaces inside this paren. (space-in-parens)
(#6881) There should be no spaces inside this paren. (space-in-parens)
(#6882) There should be no spaces inside this paren. (space-in-parens)
(#6882) There should be no spaces inside this paren. (space-in-parens)
(#6885) There should be no spaces inside this paren. (space-in-parens)
(#6885) There should be no spaces inside this paren. (space-in-parens)
(#6886) There should be no spaces inside this paren. (space-in-parens)
(#6886) There should be no spaces inside this paren. (space-in-parens)
(#6894) Trailing spaces not allowed. (no-trailing-spaces)
(#6896) There should be no spaces inside this paren. (space-in-parens)
(#6896) There should be no spaces inside this paren. (space-in-parens)
(#6899) There should be no spaces inside this paren. (space-in-parens)
(#6899) There should be no spaces inside this paren. (space-in-parens)
(#6906) There should be no spaces inside this paren. (space-in-parens)
(#6906) There should be no spaces inside this paren. (space-in-parens)
(#6908) There should be no spaces inside this paren. (space-in-parens)
(#6908) There should be no spaces inside this paren. (space-in-parens)
(#6911) There should be no spaces inside this paren. (space-in-parens)
(#6911) There should be no spaces inside this paren. (space-in-parens)
(#6914) There should be no spaces inside this paren. (space-in-parens)
(#6914) There should be no spaces inside this paren. (space-in-parens)
(#6915) There should be no spaces inside this paren. (space-in-parens)
(#6915) There should be no spaces inside this paren. (space-in-parens)
(#6918) There should be no spaces inside this paren. (space-in-parens)
(#6918) There should be no spaces inside this paren. (space-in-parens)
(#6921) There should be no spaces inside this paren. (space-in-parens)
(#6921) There should be no spaces inside this paren. (space-in-parens)
(#6928) There should be no spaces inside this paren. (space-in-parens)
(#6928) There should be no spaces inside this paren. (space-in-parens)
(#6931) There should be no spaces inside this paren. (space-in-parens)
(#6931) There should be no spaces inside this paren. (space-in-parens)
(#6933) There should be no space after '[' (computed-property-spacing)
(#6933) There should be no space before ']' (computed-property-spacing)
(#6936) There should be no spaces inside this paren. (space-in-parens)
(#6936) There should be no spaces inside this paren. (space-in-parens)
(#6937) There should be no spaces inside this paren. (space-in-parens)
(#6937) There should be no spaces inside this paren. (space-in-parens)
(#6940) There should be no spaces inside this paren. (space-in-parens)
(#6940) There should be no spaces inside this paren. (space-in-parens)
(#6943) There should be no spaces inside this paren. (space-in-parens)
(#6943) There should be no spaces inside this paren. (space-in-parens)
(#6948) There should be no spaces inside this paren. (space-in-parens)
(#6948) There should be no spaces inside this paren. (space-in-parens)
(#6949) There should be no spaces inside this paren. (space-in-parens)
(#6949) There should be no spaces inside this paren. (space-in-parens)
(#6951) There should be no spaces inside this paren. (space-in-parens)
(#6951) There should be no spaces inside this paren. (space-in-parens)
(#6951) There should be no spaces inside this paren. (space-in-parens)
(#6951) Trailing spaces not allowed. (no-trailing-spaces)
(#6952) There should be no spaces inside this paren. (space-in-parens)
(#6952) There should be no spaces inside this paren. (space-in-parens)
(#6952) There should be no spaces inside this paren. (space-in-parens)
(#6952) There should be no spaces inside this paren. (space-in-parens)
(#6952) There should be no spaces inside this paren. (space-in-parens)
(#6957) There should be no spaces inside this paren. (space-in-parens)
(#6957) There should be no spaces inside this paren. (space-in-parens)
(#6957) There should be no spaces inside this paren. (space-in-parens)
(#6957) There should be no spaces inside this paren. (space-in-parens)
(#6959) There should be no space after '[' (computed-property-spacing)
(#6959) There should be no space before ']' (computed-property-spacing)
(#6961) There should be no spaces inside this paren. (space-in-parens)
(#6962) There should be no space after '[' (computed-property-spacing)
(#6962) There should be no space before ']' (computed-property-spacing)
(#6965) There should be no spaces inside this paren. (space-in-parens)
(#6966) There should be no spaces inside this paren. (space-in-parens)
(#6966) There should be no spaces inside this paren. (space-in-parens)
(#6967) There should be no spaces inside this paren. (space-in-parens)
(#6967) There should be no spaces inside this paren. (space-in-parens)
(#6968) There should be no spaces inside this paren. (space-in-parens)
(#6968) There should be no spaces inside this paren. (space-in-parens)
(#6972) There should be no spaces inside this paren. (space-in-parens)
(#6972) There should be no spaces inside this paren. (space-in-parens)
(#6974) There should be no spaces inside this paren. (space-in-parens)
(#6975) There should be no space after '[' (computed-property-spacing)
(#6975) There should be no space before ']' (computed-property-spacing)
(#6977) There should be no spaces inside this paren. (space-in-parens)
(#6978) There should be no spaces inside this paren. (space-in-parens)
(#6978) There should be no spaces inside this paren. (space-in-parens)
(#6979) There should be no spaces inside this paren. (space-in-parens)
(#6979) There should be no spaces inside this paren. (space-in-parens)
(#6985) There should be no spaces inside this paren. (space-in-parens)
(#6985) There should be no spaces inside this paren. (space-in-parens)
(#6987) There should be no space after '[' (computed-property-spacing)
(#6987) There should be no space before ']' (computed-property-spacing)
(#6990) There should be no spaces inside this paren. (space-in-parens)
(#6990) There should be no spaces inside this paren. (space-in-parens)
(#6991) There should be no spaces inside this paren. (space-in-parens)
(#6991) There should be no spaces inside this paren. (space-in-parens)
(#6995) There should be no spaces inside this paren. (space-in-parens)
(#6995) There should be no spaces inside this paren. (space-in-parens)
(#6998) There should be no spaces inside this paren. (space-in-parens)
(#6998) There should be no spaces inside this paren. (space-in-parens)
(#6999) There should be no spaces inside this paren. (space-in-parens)
(#6999) There should be no spaces inside this paren. (space-in-parens)
(#7001) There should be no space after '[' (computed-property-spacing)
(#7001) There should be no space before ']' (computed-property-spacing)
(#7004) There should be no spaces inside this paren. (space-in-parens)
(#7004) There should be no spaces inside this paren. (space-in-parens)
(#7005) There should be no spaces inside this paren. (space-in-parens)
(#7005) There should be no spaces inside this paren. (space-in-parens)
(#7009) There should be no spaces inside this paren. (space-in-parens)
(#7009) There should be no spaces inside this paren. (space-in-parens)
(#7013) There should be no spaces inside this paren. (space-in-parens)
(#7013) There should be no spaces inside this paren. (space-in-parens)
(#7014) There should be no spaces inside this paren. (space-in-parens)
(#7014) There should be no spaces inside this paren. (space-in-parens)
(#7015) There should be no spaces inside this paren. (space-in-parens)
(#7015) There should be no spaces inside this paren. (space-in-parens)
(#7017) There should be no spaces inside this paren. (space-in-parens)
(#7017) There should be no spaces inside this paren. (space-in-parens)
(#7023) Expected to return a value at the end of this function. (consistent-return)
(#7023) There should be no spaces inside this paren. (space-in-parens)
(#7023) There should be no spaces inside this paren. (space-in-parens)
(#7028) There should be no spaces inside this paren. (space-in-parens)
(#7028) There should be no spaces inside this paren. (space-in-parens)
(#7029) There should be no space after '[' (computed-property-spacing)
(#7029) There should be no space before ']' (computed-property-spacing)
(#7029) There should be no spaces inside this paren. (space-in-parens)
(#7029) There should be no spaces inside this paren. (space-in-parens)
(#7031) There should be no spaces inside this paren. (space-in-parens)
(#7031) There should be no spaces inside this paren. (space-in-parens)
(#7034) There should be no spaces inside this paren. (space-in-parens)
(#7034) There should be no spaces inside this paren. (space-in-parens)
(#7035) There should be no spaces inside this paren. (space-in-parens)
(#7035) There should be no spaces inside this paren. (space-in-parens)
(#7035) There should be no space after '[' (computed-property-spacing)
(#7035) There should be no space before ']' (computed-property-spacing)
(#7035) There should be no spaces inside this paren. (space-in-parens)
(#7035) There should be no spaces inside this paren. (space-in-parens)
(#7037) There should be no space after '[' (computed-property-spacing)
(#7037) There should be no space before ']' (computed-property-spacing)
(#7038) There should be no spaces inside this paren. (space-in-parens)
(#7038) There should be no spaces inside this paren. (space-in-parens)
(#7039) There should be no space after '[' (computed-property-spacing)
(#7039) There should be no space before ']' (computed-property-spacing)
(#7039) There should be no spaces inside this paren. (space-in-parens)
(#7039) There should be no space after '[' (computed-property-spacing)
(#7039) There should be no space before ']' (computed-property-spacing)
(#7039) There should be no spaces inside this paren. (space-in-parens)
(#7040) There should be no spaces inside this paren. (space-in-parens)
(#7040) There should be no spaces inside this paren. (space-in-parens)
(#7044) There should be no spaces inside this paren. (space-in-parens)
(#7044) There should be no spaces inside this paren. (space-in-parens)
(#7045) There should be no spaces inside this paren. (space-in-parens)
(#7045) There should be no spaces inside this paren. (space-in-parens)
(#7055) There should be no spaces inside this paren. (space-in-parens)
(#7055) There should be no spaces inside this paren. (space-in-parens)
(#7059) There should be no spaces inside this paren. (space-in-parens)
(#7059) There should be no spaces inside this paren. (space-in-parens)
(#7059) There should be no spaces inside this paren. (space-in-parens)
(#7059) There should be no spaces inside this paren. (space-in-parens)
(#7063) There should be no spaces inside this paren. (space-in-parens)
(#7063) There should be no spaces inside this paren. (space-in-parens)
(#7065) There should be no spaces inside this paren. (space-in-parens)
(#7065) There should be no spaces inside this paren. (space-in-parens)
(#7067) There should be no spaces inside this paren. (space-in-parens)
(#7067) There should be no spaces inside this paren. (space-in-parens)
(#7068) There should be no spaces inside this paren. (space-in-parens)
(#7068) There should be no spaces inside this paren. (space-in-parens)
(#7069) There should be no spaces inside this paren. (space-in-parens)
(#7069) There should be no spaces inside this paren. (space-in-parens)
(#7070) There should be no spaces inside this paren. (space-in-parens)
(#7070) There should be no spaces inside this paren. (space-in-parens)
(#7071) There should be no spaces inside this paren. (space-in-parens)
(#7071) There should be no spaces inside this paren. (space-in-parens)
(#7073) There should be no spaces inside this paren. (space-in-parens)
(#7073) There should be no spaces inside this paren. (space-in-parens)
(#7074) There should be no spaces inside this paren. (space-in-parens)
(#7074) There should be no spaces inside this paren. (space-in-parens)
(#7080) There should be no spaces inside this paren. (space-in-parens)
(#7080) There should be no spaces inside this paren. (space-in-parens)
(#7081) There should be no spaces inside this paren. (space-in-parens)
(#7081) There should be no spaces inside this paren. (space-in-parens)
(#7087) There should be no spaces inside this paren. (space-in-parens)
(#7087) There should be no spaces inside this paren. (space-in-parens)
(#7093) There should be no spaces inside this paren. (space-in-parens)
(#7093) There should be no spaces inside this paren. (space-in-parens)
(#7094) There should be no spaces inside this paren. (space-in-parens)
(#7094) There should be no spaces inside this paren. (space-in-parens)
(#7101) Expected space or tab after '//' in comment. (spaced-comment)
(#7105) There should be no spaces inside this paren. (space-in-parens)
(#7105) There should be no spaces inside this paren. (space-in-parens)
(#7110) Expected space or tab after '//' in comment. (spaced-comment)
(#7113) There should be no spaces inside this paren. (space-in-parens)
(#7113) There should be no spaces inside this paren. (space-in-parens)
(#7118) There should be no spaces inside this paren. (space-in-parens)
(#7118) There should be no spaces inside this paren. (space-in-parens)
(#7119) There should be no space after '[' (computed-property-spacing)
(#7119) There should be no space before ']' (computed-property-spacing)
(#7120) There should be no spaces inside this paren. (space-in-parens)
(#7120) There should be no spaces inside this paren. (space-in-parens)
(#7127) There should be no spaces inside this paren. (space-in-parens)
(#7127) Infix operators must be spaced. (space-infix-ops)
(#7128) There should be no space after '[' (computed-property-spacing)
(#7128) There should be no space before ']' (computed-property-spacing)
(#7128) There should be no spaces inside this paren. (space-in-parens)
(#7128) There should be no space after '[' (computed-property-spacing)
(#7128) There should be no space before ']' (computed-property-spacing)
(#7128) There should be no spaces inside this paren. (space-in-parens)
(#7134) Trailing spaces not allowed. (no-trailing-spaces)
(#7136) There should be no spaces inside this paren. (space-in-parens)
(#7136) There should be no spaces inside this paren. (space-in-parens)
(#7137) There should be no spaces inside this paren. (space-in-parens)
(#7137) There should be no spaces inside this paren. (space-in-parens)
(#7140) There should be no spaces inside this paren. (space-in-parens)
(#7140) There should be no spaces inside this paren. (space-in-parens)
(#7143) There should be no spaces inside this paren. (space-in-parens)
(#7143) There should be no spaces inside this paren. (space-in-parens)
(#7147) There should be no spaces inside this paren. (space-in-parens)
(#7147) There should be no spaces inside this paren. (space-in-parens)
(#7148) There should be no spaces inside this paren. (space-in-parens)
(#7148) There should be no spaces inside this paren. (space-in-parens)
(#7148) There should be no spaces inside this paren. (space-in-parens)
(#7148) There should be no spaces inside this paren. (space-in-parens)
(#7153) There should be no spaces inside this paren. (space-in-parens)
(#7153) There should be no spaces inside this paren. (space-in-parens)
(#7163) Trailing spaces not allowed. (no-trailing-spaces)
(#7168) There should be no spaces inside this paren. (space-in-parens)
(#7168) There should be no spaces inside this paren. (space-in-parens)
(#7176) There should be no spaces inside this paren. (space-in-parens)
(#7176) There should be no spaces inside this paren. (space-in-parens)
(#7177) There should be no spaces inside this paren. (space-in-parens)
(#7177) 'j' is defined but never used (no-unused-vars)
(#7177) There should be no spaces inside this paren. (space-in-parens)
(#7178) There should be no spaces inside this paren. (space-in-parens)
(#7178) There should be no spaces inside this paren. (space-in-parens)
(#7178) There should be no spaces inside this paren. (space-in-parens)
(#7178) There should be no spaces inside this paren. (space-in-parens)
(#7179) There should be no space after '[' (computed-property-spacing)
(#7179) There should be no space before ']' (computed-property-spacing)
(#7180) There should be no spaces inside this paren. (space-in-parens)
(#7180) There should be no spaces inside this paren. (space-in-parens)
(#7180) There should be no spaces inside this paren. (space-in-parens)
(#7180) There should be no spaces inside this paren. (space-in-parens)
(#7180) There should be no space after '[' (computed-property-spacing)
(#7180) There should be no space before ']' (computed-property-spacing)
(#7180) There should be no spaces inside this paren. (space-in-parens)
(#7180) There should be no spaces inside this paren. (space-in-parens)
(#7181) There should be no spaces inside this paren. (space-in-parens)
(#7181) There should be no spaces inside this paren. (space-in-parens)
(#7182) There should be no spaces inside this paren. (space-in-parens)
(#7182) There should be no spaces inside this paren. (space-in-parens)
(#7183) There should be no spaces inside this paren. (space-in-parens)
(#7183) There should be no spaces inside this paren. (space-in-parens)
(#7184) There should be no spaces inside this paren. (space-in-parens)
(#7184) There should be no spaces inside this paren. (space-in-parens)
(#7184) There should be no space after '[' (computed-property-spacing)
(#7184) There should be no space before ']' (computed-property-spacing)
(#7184) There should be no spaces inside this paren. (space-in-parens)
(#7184) There should be no space after '{' (object-curly-spacing)
(#7184) There should be no space before '}' (object-curly-spacing)
(#7184) There should be no spaces inside this paren. (space-in-parens)
(#7186) There should be no spaces inside this paren. (space-in-parens)
(#7186) There should be no spaces inside this paren. (space-in-parens)
(#7187) Line 7187 exceeds the maximum line length of 132. (max-len)
(#7187) There should be no space after '[' (computed-property-spacing)
(#7187) There should be no space before ']' (computed-property-spacing)
(#7187) There should be no spaces inside this paren. (space-in-parens)
(#7187) There should be no space after '{' (object-curly-spacing)
(#7187) There should be no spaces inside this paren. (space-in-parens)
(#7187) There should be no spaces inside this paren. (space-in-parens)
(#7187) There should be no space before '}' (object-curly-spacing)
(#7187) There should be no space after '{' (object-curly-spacing)
(#7187) There should be no space before '}' (object-curly-spacing)
(#7187) There should be no spaces inside this paren. (space-in-parens)
(#7190) There should be no spaces inside this paren. (space-in-parens)
(#7190) There should be no spaces inside this paren. (space-in-parens)
(#7191) There should be no spaces inside this paren. (space-in-parens)
(#7191) There should be no spaces inside this paren. (space-in-parens)
(#7191) There should be no space after '[' (computed-property-spacing)
(#7191) There should be no space before ']' (computed-property-spacing)
(#7191) There should be no spaces inside this paren. (space-in-parens)
(#7191) There should be no space after '{' (object-curly-spacing)
(#7191) There should be no spaces inside this paren. (space-in-parens)
(#7191) There should be no spaces inside this paren. (space-in-parens)
(#7191) There should be no space before '}' (object-curly-spacing)
(#7191) There should be no spaces inside this paren. (space-in-parens)
(#7193) There should be no spaces inside this paren. (space-in-parens)
(#7193) There should be no spaces inside this paren. (space-in-parens)
(#7194) Line 7194 exceeds the maximum line length of 132. (max-len)
(#7194) There should be no space after '[' (computed-property-spacing)
(#7194) There should be no space before ']' (computed-property-spacing)
(#7194) There should be no spaces inside this paren. (space-in-parens)
(#7194) There should be no space after '{' (object-curly-spacing)
(#7194) There should be no spaces inside this paren. (space-in-parens)
(#7194) There should be no spaces inside this paren. (space-in-parens)
(#7194) There should be no space before '}' (object-curly-spacing)
(#7194) There should be no space after '{' (object-curly-spacing)
(#7194) There should be no space before '}' (object-curly-spacing)
(#7194) There should be no spaces inside this paren. (space-in-parens)
(#7204) There should be no spaces inside this paren. (space-in-parens)
(#7204) There should be no spaces inside this paren. (space-in-parens)
(#7205) There should be no spaces inside this paren. (space-in-parens)
(#7205) There should be no spaces inside this paren. (space-in-parens)
(#7205) There should be no spaces inside this paren. (space-in-parens)
(#7205) There should be no spaces inside this paren. (space-in-parens)
(#7207) There should be no space after '[' (computed-property-spacing)
(#7207) There should be no space before ']' (computed-property-spacing)
(#7208) There should be no spaces inside this paren. (space-in-parens)
(#7208) There should be no spaces inside this paren. (space-in-parens)
(#7208) There should be no space after '[' (computed-property-spacing)
(#7208) There should be no space before ']' (computed-property-spacing)
(#7208) There should be no spaces inside this paren. (space-in-parens)
(#7208) There should be no spaces inside this paren. (space-in-parens)
(#7210) There should be no spaces inside this paren. (space-in-parens)
(#7210) There should be no spaces inside this paren. (space-in-parens)
(#7211) There should be no spaces inside this paren. (space-in-parens)
(#7211) There should be no spaces inside this paren. (space-in-parens)
(#7211) There should be no space after '[' (computed-property-spacing)
(#7211) There should be no space before ']' (computed-property-spacing)
(#7211) There should be no spaces inside this paren. (space-in-parens)
(#7211) There should be no space after '{' (object-curly-spacing)
(#7211) There should be no space before '}' (object-curly-spacing)
(#7211) There should be no spaces inside this paren. (space-in-parens)
(#7213) There should be no spaces inside this paren. (space-in-parens)
(#7213) There should be no spaces inside this paren. (space-in-parens)
(#7214) Line 7214 exceeds the maximum line length of 132. (max-len)
(#7214) There should be no space after '[' (computed-property-spacing)
(#7214) There should be no space before ']' (computed-property-spacing)
(#7214) There should be no spaces inside this paren. (space-in-parens)
(#7214) There should be no space after '{' (object-curly-spacing)
(#7214) There should be no spaces inside this paren. (space-in-parens)
(#7214) There should be no spaces inside this paren. (space-in-parens)
(#7214) There should be no space before '}' (object-curly-spacing)
(#7214) There should be no space after '{' (object-curly-spacing)
(#7214) There should be no space before '}' (object-curly-spacing)
(#7214) There should be no spaces inside this paren. (space-in-parens)
(#7216) There should be no spaces inside this paren. (space-in-parens)
(#7216) There should be no spaces inside this paren. (space-in-parens)
(#7217) There should be no spaces inside this paren. (space-in-parens)
(#7217) There should be no spaces inside this paren. (space-in-parens)
(#7217) There should be no space after '[' (computed-property-spacing)
(#7217) There should be no space before ']' (computed-property-spacing)
(#7217) There should be no spaces inside this paren. (space-in-parens)
(#7217) There should be no space after '{' (object-curly-spacing)
(#7217) There should be no space before '}' (object-curly-spacing)
(#7217) There should be no spaces inside this paren. (space-in-parens)
(#7219) There should be no spaces inside this paren. (space-in-parens)
(#7219) There should be no spaces inside this paren. (space-in-parens)
(#7220) Line 7220 exceeds the maximum line length of 132. (max-len)
(#7220) There should be no space after '[' (computed-property-spacing)
(#7220) There should be no space before ']' (computed-property-spacing)
(#7220) There should be no spaces inside this paren. (space-in-parens)
(#7220) There should be no space after '{' (object-curly-spacing)
(#7220) There should be no spaces inside this paren. (space-in-parens)
(#7220) There should be no spaces inside this paren. (space-in-parens)
(#7220) There should be no space before '}' (object-curly-spacing)
(#7220) There should be no space after '{' (object-curly-spacing)
(#7220) There should be no space before '}' (object-curly-spacing)
(#7220) There should be no spaces inside this paren. (space-in-parens)
(#7227) There should be no spaces inside this paren. (space-in-parens)
(#7231) 'jQuery' is not defined. (no-undef)
(#7245) There should be no spaces inside this paren. (space-in-parens)
(#7245) There should be no spaces inside this paren. (space-in-parens)
(#7250) Missing JSDoc comment. (require-jsdoc)
(#7254) Missing JSDoc comment. (require-jsdoc)
(#7258) There should be no spaces inside this paren. (space-in-parens)
(#7281) There should be no spaces inside this paren. (space-in-parens)
(#7281) There should be no spaces inside this paren. (space-in-parens)
(#7284) There should be no spaces inside this paren. (space-in-parens)
(#7284) There should be no spaces inside this paren. (space-in-parens)
(#7285) There should be no spaces inside this paren. (space-in-parens)
(#7285) There should be no spaces inside this paren. (space-in-parens)
(#7286) There should be no spaces inside this paren. (space-in-parens)
(#7289) There should be no spaces inside this paren. (space-in-parens)
(#7289) There should be no spaces inside this paren. (space-in-parens)
(#7291) There should be no space after '[' (computed-property-spacing)
(#7291) There should be no space before ']' (computed-property-spacing)
(#7296) There should be no spaces inside this paren. (space-in-parens)
(#7296) There should be no spaces inside this paren. (space-in-parens)
(#7297) There should be no spaces inside this paren. (space-in-parens)
(#7297) There should be no spaces inside this paren. (space-in-parens)
(#7297) There should be no spaces inside this paren. (space-in-parens)
(#7297) There should be no spaces inside this paren. (space-in-parens)
(#7301) There should be no spaces inside this paren. (space-in-parens)
(#7301) There should be no spaces inside this paren. (space-in-parens)
(#7303) There should be no spaces inside this paren. (space-in-parens)
(#7303) There should be no spaces inside this paren. (space-in-parens)
(#7308) There should be no spaces inside this paren. (space-in-parens)
(#7308) There should be no spaces inside this paren. (space-in-parens)
(#7309) There should be no spaces inside this paren. (space-in-parens)
(#7309) There should be no space after '[' (array-bracket-spacing)
(#7309) There should be no space before ']' (array-bracket-spacing)
(#7309) There should be no spaces inside this paren. (space-in-parens)
(#7309) There should be no spaces inside this paren. (space-in-parens)
(#7309) There should be no spaces inside this paren. (space-in-parens)
(#7309) There should be no spaces inside this paren. (space-in-parens)
(#7309) There should be no spaces inside this paren. (space-in-parens)
(#7312) There should be no spaces inside this paren. (space-in-parens)
(#7312) There should be no spaces inside this paren. (space-in-parens)
(#7316) There should be no spaces inside this paren. (space-in-parens)
(#7316) There should be no spaces inside this paren. (space-in-parens)
(#7322) There should be no spaces inside this paren. (space-in-parens)
(#7322) There should be no spaces inside this paren. (space-in-parens)
(#7323) There should be no spaces inside this paren. (space-in-parens)
(#7323) There should be no spaces inside this paren. (space-in-parens)
(#7324) There should be no spaces inside this paren. (space-in-parens)
(#7324) There should be no spaces inside this paren. (space-in-parens)
(#7326) There should be no spaces inside this paren. (space-in-parens)
(#7326) There should be no spaces inside this paren. (space-in-parens)
(#7327) There should be no spaces inside this paren. (space-in-parens)
(#7327) There should be no spaces inside this paren. (space-in-parens)
(#7327) There should be no spaces inside this paren. (space-in-parens)
(#7327) There should be no spaces inside this paren. (space-in-parens)
(#7327) There should be no spaces inside this paren. (space-in-parens)
(#7327) There should be no spaces inside this paren. (space-in-parens)
(#7331) Function '_tabify' has a complexity of 23. (complexity)
(#7331) There should be no spaces inside this paren. (space-in-parens)
(#7331) There should be no spaces inside this paren. (space-in-parens)
(#7336) There should be no spaces inside this paren. (space-in-parens)
(#7336) There should be no spaces inside this paren. (space-in-parens)
(#7336) There should be no spaces inside this paren. (space-in-parens)
(#7336) There should be no spaces inside this paren. (space-in-parens)
(#7337) There should be no spaces inside this paren. (space-in-parens)
(#7337) There should be no spaces inside this paren. (space-in-parens)
(#7339) There should be no spaces inside this paren. (space-in-parens)
(#7339) There should be no spaces inside this paren. (space-in-parens)
(#7339) There should be no space after '[' (computed-property-spacing)
(#7339) There should be no space before ']' (computed-property-spacing)
(#7341) There should be no spaces inside this paren. (space-in-parens)
(#7341) There should be no spaces inside this paren. (space-in-parens)
(#7343) There should be no spaces inside this paren. (space-in-parens)
(#7343) There should be no spaces inside this paren. (space-in-parens)
(#7344) There should be no spaces inside this paren. (space-in-parens)
(#7344) There should be no spaces inside this paren. (space-in-parens)
(#7344) There should be no spaces inside this paren. (space-in-parens)
(#7344) There should be no spaces inside this paren. (space-in-parens)
(#7350) There should be no spaces inside this paren. (space-in-parens)
(#7350) There should be no spaces inside this paren. (space-in-parens)
(#7350) There should be no space after '[' (computed-property-spacing)
(#7350) There should be no space before ']' (computed-property-spacing)
(#7352) There should be no spaces inside this paren. (space-in-parens)
(#7352) There should be no spaces inside this paren. (space-in-parens)
(#7352) There should be no spaces inside this paren. (space-in-parens)
(#7352) There should be no spaces inside this paren. (space-in-parens)
(#7352) There should be no space after '[' (computed-property-spacing)
(#7352) There should be no space before ']' (computed-property-spacing)
(#7353) There should be no spaces inside this paren. (space-in-parens)
(#7353) There should be no spaces inside this paren. (space-in-parens)
(#7353) There should be no spaces inside this paren. (space-in-parens)
(#7353) There should be no space after '[' (computed-property-spacing)
(#7353) There should be no space before ']' (computed-property-spacing)
(#7353) There should be no spaces inside this paren. (space-in-parens)
(#7353) There should be no spaces inside this paren. (space-in-parens)
(#7359) There should be no spaces inside this paren. (space-in-parens)
(#7359) There should be no spaces inside this paren. (space-in-parens)
(#7359) There should be no spaces inside this paren. (space-in-parens)
(#7359) There should be no spaces inside this paren. (space-in-parens)
(#7360) There should be no spaces inside this paren. (space-in-parens)
(#7360) There should be no spaces inside this paren. (space-in-parens)
(#7360) There should be no spaces inside this paren. (space-in-parens)
(#7360) There should be no spaces inside this paren. (space-in-parens)
(#7363) There should be no spaces inside this paren. (space-in-parens)
(#7363) There should be no spaces inside this paren. (space-in-parens)
(#7365) There should be no spaces inside this paren. (space-in-parens)
(#7365) There should be no spaces inside this paren. (space-in-parens)
(#7369) There should be no spaces inside this paren. (space-in-parens)
(#7369) There should be no spaces inside this paren. (space-in-parens)
(#7369) There should be no spaces inside this paren. (space-in-parens)
(#7369) There should be no spaces inside this paren. (space-in-parens)
(#7371) There should be no spaces inside this paren. (space-in-parens)
(#7371) There should be no spaces inside this paren. (space-in-parens)
(#7373) There should be no spaces inside this paren. (space-in-parens)
(#7373) There should be no spaces inside this paren. (space-in-parens)
(#7374) There should be no spaces inside this paren. (space-in-parens)
(#7374) There should be no spaces inside this paren. (space-in-parens)
(#7375) There should be no spaces inside this paren. (space-in-parens)
(#7375) There should be no spaces inside this paren. (space-in-parens)
(#7376) There should be no spaces inside this paren. (space-in-parens)
(#7376) There should be no spaces inside this paren. (space-in-parens)
(#7377) There should be no spaces inside this paren. (space-in-parens)
(#7377) There should be no spaces inside this paren. (space-in-parens)
(#7378) There should be no spaces inside this paren. (space-in-parens)
(#7378) There should be no space after '[' (computed-property-spacing)
(#7378) There should be no space before ']' (computed-property-spacing)
(#7378) There should be no spaces inside this paren. (space-in-parens)
(#7379) There should be no spaces inside this paren. (space-in-parens)
(#7379) There should be no spaces inside this paren. (space-in-parens)
(#7381) There should be no spaces inside this paren. (space-in-parens)
(#7381) There should be no spaces inside this paren. (space-in-parens)
(#7384) There should be no spaces inside this paren. (space-in-parens)
(#7384) There should be no spaces inside this paren. (space-in-parens)
(#7389) There should be no spaces inside this paren. (space-in-parens)
(#7389) There should be no spaces inside this paren. (space-in-parens)
(#7391) There should be no spaces inside this paren. (space-in-parens)
(#7391) There should be no spaces inside this paren. (space-in-parens)
(#7392) There should be no spaces inside this paren. (space-in-parens)
(#7392) There should be no spaces inside this paren. (space-in-parens)
(#7393) There should be no spaces inside this paren. (space-in-parens)
(#7393) There should be no spaces inside this paren. (space-in-parens)
(#7394) There should be no spaces inside this paren. (space-in-parens)
(#7394) There should be no spaces inside this paren. (space-in-parens)
(#7401) There should be no spaces inside this paren. (space-in-parens)
(#7401) There should be no spaces inside this paren. (space-in-parens)
(#7402) There should be no spaces inside this paren. (space-in-parens)
(#7402) There should be no spaces inside this paren. (space-in-parens)
(#7403) Expected to return a value at the end of this function. (consistent-return)
(#7403) There should be no spaces inside this paren. (space-in-parens)
(#7403) There should be no spaces inside this paren. (space-in-parens)
(#7404) There should be no spaces inside this paren. (space-in-parens)
(#7404) There should be no spaces inside this paren. (space-in-parens)
(#7410) There should be no spaces inside this paren. (space-in-parens)
(#7410) There should be no spaces inside this paren. (space-in-parens)
(#7411) There should be no spaces inside this paren. (space-in-parens)
(#7411) There should be no spaces inside this paren. (space-in-parens)
(#7413) There should be no spaces inside this paren. (space-in-parens)
(#7413) There should be no spaces inside this paren. (space-in-parens)
(#7413) There should be no spaces inside this paren. (space-in-parens)
(#7413) There should be no spaces inside this paren. (space-in-parens)
(#7414) There should be no spaces inside this paren. (space-in-parens)
(#7414) There should be no spaces inside this paren. (space-in-parens)
(#7414) There should be no spaces inside this paren. (space-in-parens)
(#7414) There should be no spaces inside this paren. (space-in-parens)
(#7416) There should be no spaces inside this paren. (space-in-parens)
(#7416) There should be no spaces inside this paren. (space-in-parens)
(#7417) There should be no spaces inside this paren. (space-in-parens)
(#7417) There should be no spaces inside this paren. (space-in-parens)
(#7422) There should be no spaces inside this paren. (space-in-parens)
(#7422) There should be no spaces inside this paren. (space-in-parens)
(#7422) There should be no space after '[' (computed-property-spacing)
(#7422) There should be no space before ']' (computed-property-spacing)
(#7422) There should be no spaces inside this paren. (space-in-parens)
(#7422) There should be no spaces inside this paren. (space-in-parens)
(#7429) There should be no spaces inside this paren. (space-in-parens)
(#7430) There should be no spaces inside this paren. (space-in-parens)
(#7430) There should be no spaces inside this paren. (space-in-parens)
(#7430) There should be no spaces inside this paren. (space-in-parens)
(#7430) There should be no spaces inside this paren. (space-in-parens)
(#7430) 'i' is defined but never used (no-unused-vars)
(#7430) There should be no spaces inside this paren. (space-in-parens)
(#7431) There should be no spaces inside this paren. (space-in-parens)
(#7431) There should be no spaces inside this paren. (space-in-parens)
(#7433) There should be no spaces inside this paren. (space-in-parens)
(#7435) There should be no spaces inside this paren. (space-in-parens)
(#7435) There should be no spaces inside this paren. (space-in-parens)
(#7435) There should be no spaces inside this paren. (space-in-parens)
(#7435) There should be no spaces inside this paren. (space-in-parens)
(#7436) There should be no spaces inside this paren. (space-in-parens)
(#7436) There should be no spaces inside this paren. (space-in-parens)
(#7436) There should be no spaces inside this paren. (space-in-parens)
(#7436) There should be no spaces inside this paren. (space-in-parens)
(#7440) There should be no spaces inside this paren. (space-in-parens)
(#7440) There should be no spaces inside this paren. (space-in-parens)
(#7441) There should be no spaces inside this paren. (space-in-parens)
(#7441) There should be no spaces inside this paren. (space-in-parens)
(#7443) There should be no spaces inside this paren. (space-in-parens)
(#7443) There should be no spaces inside this paren. (space-in-parens)
(#7444) There should be no spaces inside this paren. (space-in-parens)
(#7444) There should be no spaces inside this paren. (space-in-parens)
(#7444) There should be no spaces inside this paren. (space-in-parens)
(#7444) There should be no spaces inside this paren. (space-in-parens)
(#7445) There should be no spaces inside this paren. (space-in-parens)
(#7445) There should be no spaces inside this paren. (space-in-parens)
(#7445) There should be no spaces inside this paren. (space-in-parens)
(#7445) There should be no spaces inside this paren. (space-in-parens)
(#7448) There should be no spaces inside this paren. (space-in-parens)
(#7449) There should be no spaces inside this paren. (space-in-parens)
(#7450) There should be no spaces inside this paren. (space-in-parens)
(#7450) There should be no space after '[' (computed-property-spacing)
(#7450) There should be no space before ']' (computed-property-spacing)
(#7450) There should be no space after '[' (computed-property-spacing)
(#7450) There should be no space before ']' (computed-property-spacing)
(#7450) There should be no spaces inside this paren. (space-in-parens)
(#7450) There should be no spaces inside this paren. (space-in-parens)
(#7453) There should be no spaces inside this paren. (space-in-parens)
(#7453) There should be no spaces inside this paren. (space-in-parens)
(#7458) There should be no spaces inside this paren. (space-in-parens)
(#7458) There should be no spaces inside this paren. (space-in-parens)
(#7458) There should be no spaces inside this paren. (space-in-parens)
(#7459) There should be no spaces inside this paren. (space-in-parens)
(#7459) There should be no spaces inside this paren. (space-in-parens)
(#7459) There should be no spaces inside this paren. (space-in-parens)
(#7459) There should be no spaces inside this paren. (space-in-parens)
(#7464) There should be no spaces inside this paren. (space-in-parens)
(#7464) There should be no spaces inside this paren. (space-in-parens)
(#7464) There should be no spaces inside this paren. (space-in-parens)
(#7464) There should be no spaces inside this paren. (space-in-parens)
(#7469) There should be no space after '[' (computed-property-spacing)
(#7469) There should be no space before ']' (computed-property-spacing)
(#7469) There should be no spaces inside this paren. (space-in-parens)
(#7469) There should be no spaces inside this paren. (space-in-parens)
(#7472) There should be no spaces inside this paren. (space-in-parens)
(#7472) There should be no spaces inside this paren. (space-in-parens)
(#7473) There should be no spaces inside this paren. (space-in-parens)
(#7473) There should be no spaces inside this paren. (space-in-parens)
(#7477) There should be no spaces inside this paren. (space-in-parens)
(#7477) There should be no spaces inside this paren. (space-in-parens)
(#7477) There should be no space after '[' (computed-property-spacing)
(#7477) There should be no space before ']' (computed-property-spacing)
(#7477) There should be no spaces inside this paren. (space-in-parens)
(#7477) There should be no spaces inside this paren. (space-in-parens)
(#7478) There should be no spaces inside this paren. (space-in-parens)
(#7478) There should be no spaces inside this paren. (space-in-parens)
(#7478) There should be no space after '[' (computed-property-spacing)
(#7478) There should be no spaces inside this paren. (space-in-parens)
(#7478) There should be no spaces inside this paren. (space-in-parens)
(#7480) There should be no spaces inside this paren. (space-in-parens)
(#7480) There should be no spaces inside this paren. (space-in-parens)
(#7480) There should be no spaces inside this paren. (space-in-parens)
(#7480) There should be no spaces inside this paren. (space-in-parens)
(#7480) There should be no space before ']' (computed-property-spacing)
(#7480) There should be no spaces inside this paren. (space-in-parens)
(#7480) There should be no spaces inside this paren. (space-in-parens)
(#7484) There should be no spaces inside this paren. (space-in-parens)
(#7484) There should be no spaces inside this paren. (space-in-parens)
(#7485) There should be no spaces inside this paren. (space-in-parens)
(#7485) There should be no spaces inside this paren. (space-in-parens)
(#7489) There should be no spaces inside this paren. (space-in-parens)
(#7489) There should be no spaces inside this paren. (space-in-parens)
(#7489) There should be no spaces inside this paren. (space-in-parens)
(#7489) There should be no spaces inside this paren. (space-in-parens)
(#7491) There should be no spaces inside this paren. (space-in-parens)
(#7491) There should be no spaces inside this paren. (space-in-parens)
(#7492) There should be no spaces inside this paren. (space-in-parens)
(#7492) There should be no spaces inside this paren. (space-in-parens)
(#7493) There should be no spaces inside this paren. (space-in-parens)
(#7493) There should be no spaces inside this paren. (space-in-parens)
(#7493) There should be no spaces inside this paren. (space-in-parens)
(#7493) There should be no spaces inside this paren. (space-in-parens)
(#7494) There should be no spaces inside this paren. (space-in-parens)
(#7494) There should be no spaces inside this paren. (space-in-parens)
(#7497) There should be no spaces inside this paren. (space-in-parens)
(#7497) There should be no spaces inside this paren. (space-in-parens)
(#7498) There should be no spaces inside this paren. (space-in-parens)
(#7498) There should be no spaces inside this paren. (space-in-parens)
(#7500) There should be no spaces inside this paren. (space-in-parens)
(#7500) There should be no space before ','. (comma-spacing)
(#7501) There should be no spaces inside this paren. (space-in-parens)
(#7501) There should be no spaces inside this paren. (space-in-parens)
(#7501) There should be no spaces inside this paren. (space-in-parens)
(#7501) There should be no spaces inside this paren. (space-in-parens)
(#7503) There should be no spaces inside this paren. (space-in-parens)
(#7504) There should be no spaces inside this paren. (space-in-parens)
(#7504) There should be no spaces inside this paren. (space-in-parens)
(#7504) There should be no spaces inside this paren. (space-in-parens)
(#7504) There should be no spaces inside this paren. (space-in-parens)
(#7506) There should be no spaces inside this paren. (space-in-parens)
(#7507) There should be no spaces inside this paren. (space-in-parens)
(#7507) There should be no spaces inside this paren. (space-in-parens)
(#7507) There should be no spaces inside this paren. (space-in-parens)
(#7507) There should be no spaces inside this paren. (space-in-parens)
(#7507) There should be no spaces inside this paren. (space-in-parens)
(#7507) There should be no spaces inside this paren. (space-in-parens)
(#7509) There should be no spaces inside this paren. (space-in-parens)
(#7510) There should be no spaces inside this paren. (space-in-parens)
(#7510) There should be no spaces inside this paren. (space-in-parens)
(#7510) There should be no spaces inside this paren. (space-in-parens)
(#7510) There should be no spaces inside this paren. (space-in-parens)
(#7510) There should be no spaces inside this paren. (space-in-parens)
(#7510) There should be no spaces inside this paren. (space-in-parens)
(#7516) There should be no spaces inside this paren. (space-in-parens)
(#7516) There should be no spaces inside this paren. (space-in-parens)
(#7517) There should be no spaces inside this paren. (space-in-parens)
(#7517) There should be no spaces inside this paren. (space-in-parens)
(#7517) There should be no spaces inside this paren. (space-in-parens)
(#7517) There should be no spaces inside this paren. (space-in-parens)
(#7518) There should be no space after '[' (computed-property-spacing)
(#7518) There should be no space before ']' (computed-property-spacing)
(#7519) There should be no space after '[' (computed-property-spacing)
(#7519) There should be no space before ']' (computed-property-spacing)
(#7527) Missing JSDoc comment. (require-jsdoc)
(#7527) There should be no spaces inside this paren. (space-in-parens)
(#7527) There should be no spaces inside this paren. (space-in-parens)
(#7528) There should be no spaces inside this paren. (space-in-parens)
(#7528) There should be no spaces inside this paren. (space-in-parens)
(#7529) There should be no spaces inside this paren. (space-in-parens)
(#7529) There should be no spaces inside this paren. (space-in-parens)
(#7530) There should be no space after '[' (computed-property-spacing)
(#7530) There should be no space before ']' (computed-property-spacing)
(#7530) There should be no spaces inside this paren. (space-in-parens)
(#7530) There should be no spaces inside this paren. (space-in-parens)
(#7536) There should be no spaces inside this paren. (space-in-parens)
(#7536) There should be no spaces inside this paren. (space-in-parens)
(#7537) There should be no spaces inside this paren. (space-in-parens)
(#7537) There should be no spaces inside this paren. (space-in-parens)
(#7537) There should be no spaces inside this paren. (space-in-parens)
(#7537) There should be no spaces inside this paren. (space-in-parens)
(#7537) There should be no spaces inside this paren. (space-in-parens)
(#7537) There should be no spaces inside this paren. (space-in-parens)
(#7538) There should be no spaces inside this paren. (space-in-parens)
(#7538) There should be no spaces inside this paren. (space-in-parens)
(#7539) There should be no spaces inside this paren. (space-in-parens)
(#7540) There should be no spaces inside this paren. (space-in-parens)
(#7540) There should be no spaces inside this paren. (space-in-parens)
(#7541) There should be no spaces inside this paren. (space-in-parens)
(#7541) There should be no spaces inside this paren. (space-in-parens)
(#7541) There should be no space after '[' (computed-property-spacing)
(#7541) There should be no space before ']' (computed-property-spacing)
(#7541) There should be no spaces inside this paren. (space-in-parens)
(#7541) There should be no spaces inside this paren. (space-in-parens)
(#7544) There should be no spaces inside this paren. (space-in-parens)
(#7544) There should be no spaces inside this paren. (space-in-parens)
(#7545) There should be no spaces inside this paren. (space-in-parens)
(#7545) There should be no spaces inside this paren. (space-in-parens)
(#7545) There should be no spaces inside this paren. (space-in-parens)
(#7545) There should be no spaces inside this paren. (space-in-parens)
(#7545) There should be no spaces inside this paren. (space-in-parens)
(#7545) There should be no spaces inside this paren. (space-in-parens)
(#7546) There should be no spaces inside this paren. (space-in-parens)
(#7546) There should be no spaces inside this paren. (space-in-parens)
(#7547) There should be no spaces inside this paren. (space-in-parens)
(#7547) There should be no spaces inside this paren. (space-in-parens)
(#7547) There should be no space after '[' (computed-property-spacing)
(#7547) There should be no space before ']' (computed-property-spacing)
(#7547) There should be no spaces inside this paren. (space-in-parens)
(#7547) There should be no spaces inside this paren. (space-in-parens)
(#7552) There should be no spaces inside this paren. (space-in-parens)
(#7552) There should be no spaces inside this paren. (space-in-parens)
(#7553) There should be no spaces inside this paren. (space-in-parens)
(#7554) There should be no spaces inside this paren. (space-in-parens)
(#7554) There should be no spaces inside this paren. (space-in-parens)
(#7555) There should be no spaces inside this paren. (space-in-parens)
(#7555) There should be no spaces inside this paren. (space-in-parens)
(#7556) There should be no spaces inside this paren. (space-in-parens)
(#7556) There should be no spaces inside this paren. (space-in-parens)
(#7557) There should be no spaces inside this paren. (space-in-parens)
(#7557) There should be no spaces inside this paren. (space-in-parens)
(#7560) There should be no spaces inside this paren. (space-in-parens)
(#7560) '$show' is defined but never used (no-unused-vars)
(#7560) There should be no spaces inside this paren. (space-in-parens)
(#7561) There should be no spaces inside this paren. (space-in-parens)
(#7561) There should be no spaces inside this paren. (space-in-parens)
(#7562) There should be no spaces inside this paren. (space-in-parens)
(#7562) There should be no spaces inside this paren. (space-in-parens)
(#7563) There should be no spaces inside this paren. (space-in-parens)
(#7563) There should be no spaces inside this paren. (space-in-parens)
(#7567) There should be no spaces inside this paren. (space-in-parens)
(#7567) Expected to return a value at the end of this function. (consistent-return)
(#7569) There should be no spaces inside this paren. (space-in-parens)
(#7569) There should be no spaces inside this paren. (space-in-parens)
(#7570) There should be no spaces inside this paren. (space-in-parens)
(#7570) There should be no spaces inside this paren. (space-in-parens)
(#7571) There should be no spaces inside this paren. (space-in-parens)
(#7571) There should be no spaces inside this paren. (space-in-parens)
(#7571) There should be no spaces inside this paren. (space-in-parens)
(#7571) There should be no spaces inside this paren. (space-in-parens)
(#7577) There should be no spaces inside this paren. (space-in-parens)
(#7577) There should be no spaces inside this paren. (space-in-parens)
(#7577) There should be no spaces inside this paren. (space-in-parens)
(#7577) There should be no spaces inside this paren. (space-in-parens)
(#7578) There should be no spaces inside this paren. (space-in-parens)
(#7578) There should be no spaces inside this paren. (space-in-parens)
(#7579) There should be no spaces inside this paren. (space-in-parens)
(#7579) There should be no spaces inside this paren. (space-in-parens)
(#7580) There should be no spaces inside this paren. (space-in-parens)
(#7580) There should be no spaces inside this paren. (space-in-parens)
(#7581) There should be no spaces inside this paren. (space-in-parens)
(#7581) There should be no spaces inside this paren. (space-in-parens)
(#7581) There should be no space after '[' (computed-property-spacing)
(#7581) There should be no space before ']' (computed-property-spacing)
(#7581) There should be no spaces inside this paren. (space-in-parens)
(#7581) There should be no spaces inside this paren. (space-in-parens)
(#7581) There should be no spaces inside this paren. (space-in-parens)
(#7586) There should be no spaces inside this paren. (space-in-parens)
(#7586) There should be no spaces inside this paren. (space-in-parens)
(#7591) There should be no spaces inside this paren. (space-in-parens)
(#7591) There should be no spaces inside this paren. (space-in-parens)
(#7592) There should be no spaces inside this paren. (space-in-parens)
(#7592) There should be no spaces inside this paren. (space-in-parens)
(#7592) There should be no spaces inside this paren. (space-in-parens)
(#7592) There should be no spaces inside this paren. (space-in-parens)
(#7595) There should be no spaces inside this paren. (space-in-parens)
(#7595) There should be no spaces inside this paren. (space-in-parens)
(#7596) There should be no spaces inside this paren. (space-in-parens)
(#7596) There should be no spaces inside this paren. (space-in-parens)
(#7599) There should be no spaces inside this paren. (space-in-parens)
(#7600) There should be no spaces inside this paren. (space-in-parens)
(#7600) There should be no spaces inside this paren. (space-in-parens)
(#7601) There should be no spaces inside this paren. (space-in-parens)
(#7601) There should be no spaces inside this paren. (space-in-parens)
(#7605) There should be no spaces inside this paren. (space-in-parens)
(#7605) There should be no spaces inside this paren. (space-in-parens)
(#7606) There should be no spaces inside this paren. (space-in-parens)
(#7606) There should be no spaces inside this paren. (space-in-parens)
(#7607) There should be no spaces inside this paren. (space-in-parens)
(#7607) There should be no spaces inside this paren. (space-in-parens)
(#7610) There should be no spaces inside this paren. (space-in-parens)
(#7611) There should be no spaces inside this paren. (space-in-parens)
(#7611) There should be no spaces inside this paren. (space-in-parens)
(#7615) There should be no spaces inside this paren. (space-in-parens)
(#7615) There should be no spaces inside this paren. (space-in-parens)
(#7615) There should be no spaces inside this paren. (space-in-parens)
(#7615) There should be no spaces inside this paren. (space-in-parens)
(#7622) There should be no spaces inside this paren. (space-in-parens)
(#7622) There should be no spaces inside this paren. (space-in-parens)
(#7623) There should be no spaces inside this paren. (space-in-parens)
(#7623) There should be no spaces inside this paren. (space-in-parens)
(#7627) There should be no spaces inside this paren. (space-in-parens)
(#7627) There should be no spaces inside this paren. (space-in-parens)
(#7628) There should be no spaces inside this paren. (space-in-parens)
(#7628) There should be no spaces inside this paren. (space-in-parens)
(#7629) There should be no spaces inside this paren. (space-in-parens)
(#7630) There should be no spaces inside this paren. (space-in-parens)
(#7630) There should be no spaces inside this paren. (space-in-parens)
(#7633) There should be no spaces inside this paren. (space-in-parens)
(#7634) There should be no spaces inside this paren. (space-in-parens)
(#7634) There should be no spaces inside this paren. (space-in-parens)
(#7637) There should be no spaces inside this paren. (space-in-parens)
(#7637) There should be no spaces inside this paren. (space-in-parens)
(#7637) There should be no spaces inside this paren. (space-in-parens)
(#7637) There should be no spaces inside this paren. (space-in-parens)
(#7639) Expected an object to be thrown. (no-throw-literal)
(#7646) There should be no spaces inside this paren. (space-in-parens)
(#7646) There should be no spaces inside this paren. (space-in-parens)
(#7652) There should be no spaces inside this paren. (space-in-parens)
(#7652) Missing space before opening brace. (space-before-blocks)
(#7657) There should be no spaces inside this paren. (space-in-parens)
(#7657) There should be no spaces inside this paren. (space-in-parens)
(#7660) There should be no spaces inside this paren. (space-in-parens)
(#7660) There should be no spaces inside this paren. (space-in-parens)
(#7661) There should be no spaces inside this paren. (space-in-parens)
(#7661) There should be no spaces inside this paren. (space-in-parens)
(#7661) There should be no spaces inside this paren. (space-in-parens)
(#7661) There should be no spaces inside this paren. (space-in-parens)
(#7673) There should be no spaces inside this paren. (space-in-parens)
(#7673) There should be no spaces inside this paren. (space-in-parens)
(#7674) There should be no spaces inside this paren. (space-in-parens)
(#7674) There should be no spaces inside this paren. (space-in-parens)
(#7675) There should be no spaces inside this paren. (space-in-parens)
(#7675) There should be no spaces inside this paren. (space-in-parens)
(#7677) There should be no spaces inside this paren. (space-in-parens)
(#7677) There should be no spaces inside this paren. (space-in-parens)
(#7680) There should be no spaces inside this paren. (space-in-parens)
(#7680) There should be no spaces inside this paren. (space-in-parens)
(#7681) There should be no spaces inside this paren. (space-in-parens)
(#7681) There should be no spaces inside this paren. (space-in-parens)
(#7684) There should be no spaces inside this paren. (space-in-parens)
(#7684) There should be no spaces inside this paren. (space-in-parens)
(#7684) There should be no spaces inside this paren. (space-in-parens)
(#7684) There should be no spaces inside this paren. (space-in-parens)
(#7685) There should be no spaces inside this paren. (space-in-parens)
(#7685) There should be no space after '[' (array-bracket-spacing)
(#7685) There should be no space before ']' (array-bracket-spacing)
(#7685) There should be no spaces inside this paren. (space-in-parens)
(#7685) There should be no spaces inside this paren. (space-in-parens)
(#7686) There should be no spaces inside this paren. (space-in-parens)
(#7686) There should be no spaces inside this paren. (space-in-parens)
(#7690) There should be no spaces inside this paren. (space-in-parens)
(#7690) There should be no spaces inside this paren. (space-in-parens)
(#7690) There should be no spaces inside this paren. (space-in-parens)
(#7690) There should be no spaces inside this paren. (space-in-parens)
(#7691) There should be no spaces inside this paren. (space-in-parens)
(#7691) There should be no spaces inside this paren. (space-in-parens)
(#7691) There should be no spaces inside this paren. (space-in-parens)
(#7691) There should be no spaces inside this paren. (space-in-parens)
(#7692) There should be no spaces inside this paren. (space-in-parens)
(#7692) There should be no spaces inside this paren. (space-in-parens)
(#7694) There should be no spaces inside this paren. (space-in-parens)
(#7694) There should be no spaces inside this paren. (space-in-parens)
(#7706) There should be no spaces inside this paren. (space-in-parens)
(#7706) There should be no spaces inside this paren. (space-in-parens)
(#7706) There should be no spaces inside this paren. (space-in-parens)
(#7710) There should be no spaces inside this paren. (space-in-parens)
(#7710) There should be no spaces inside this paren. (space-in-parens)
(#7711) There should be no spaces inside this paren. (space-in-parens)
(#7711) There should be no spaces inside this paren. (space-in-parens)
(#7717) There should be no spaces inside this paren. (space-in-parens)
(#7717) There should be no spaces inside this paren. (space-in-parens)
(#7718) There should be no spaces inside this paren. (space-in-parens)
(#7718) There should be no spaces inside this paren. (space-in-parens)
(#7724) There should be no spaces inside this paren. (space-in-parens)
(#7724) There should be no spaces inside this paren. (space-in-parens)
(#7724) There should be no spaces inside this paren. (space-in-parens)
(#7724) There should be no spaces inside this paren. (space-in-parens)
(#7724) There should be no spaces inside this paren. (space-in-parens)
(#7724) There should be no spaces inside this paren. (space-in-parens)
(#7725) There should be no spaces inside this paren. (space-in-parens)
(#7725) There should be no spaces inside this paren. (space-in-parens)
(#7725) There should be no spaces inside this paren. (space-in-parens)
(#7725) There should be no spaces inside this paren. (space-in-parens)
(#7725) There should be no spaces inside this paren. (space-in-parens)
(#7725) There should be no spaces inside this paren. (space-in-parens)
(#7725) There should be no spaces inside this paren. (space-in-parens)
(#7725) There should be no space after '[' (computed-property-spacing)
(#7725) There should be no space before ']' (computed-property-spacing)
(#7725) There should be no spaces inside this paren. (space-in-parens)
(#7727) There should be no spaces inside this paren. (space-in-parens)
(#7727) There should be no spaces inside this paren. (space-in-parens)
(#7727) There should be no spaces inside this paren. (space-in-parens)
(#7727) There should be no spaces inside this paren. (space-in-parens)
(#7730) There should be no spaces inside this paren. (space-in-parens)
(#7730) There should be no spaces inside this paren. (space-in-parens)
(#7731) There should be no spaces inside this paren. (space-in-parens)
(#7731) There should be no spaces inside this paren. (space-in-parens)
(#7732) There should be no spaces inside this paren. (space-in-parens)
(#7732) There should be no spaces inside this paren. (space-in-parens)
(#7733) There should be no spaces inside this paren. (space-in-parens)
(#7733) There should be no spaces inside this paren. (space-in-parens)
(#7734) There should be no spaces inside this paren. (space-in-parens)
(#7734) There should be no spaces inside this paren. (space-in-parens)
(#7736) There should be no spaces inside this paren. (space-in-parens)
(#7736) There should be no spaces inside this paren. (space-in-parens)
(#7738) There should be no spaces inside this paren. (space-in-parens)
(#7738) There should be no spaces inside this paren. (space-in-parens)
(#7739) There should be no spaces inside this paren. (space-in-parens)
(#7739) There should be no spaces inside this paren. (space-in-parens)
(#7740) There should be no spaces inside this paren. (space-in-parens)
(#7740) There should be no space after '[' (computed-property-spacing)
(#7740) There should be no space before ']' (computed-property-spacing)
(#7740) There should be no spaces inside this paren. (space-in-parens)
(#7742) There should be no spaces inside this paren. (space-in-parens)
(#7742) There should be no space after '[' (computed-property-spacing)
(#7742) There should be no space before ']' (computed-property-spacing)
(#7742) There should be no spaces inside this paren. (space-in-parens)
(#7743) There should be no spaces inside this paren. (space-in-parens)
(#7743) There should be no space after '[' (computed-property-spacing)
(#7743) There should be no space before ']' (computed-property-spacing)
(#7743) There should be no spaces inside this paren. (space-in-parens)
(#7746) There should be no spaces inside this paren. (space-in-parens)
(#7746) There should be no spaces inside this paren. (space-in-parens)
(#7746) 'i' is defined but never used (no-unused-vars)
(#7746) There should be no spaces inside this paren. (space-in-parens)
(#7752) There should be no spaces inside this paren. (space-in-parens)
(#7752) There should be no spaces inside this paren. (space-in-parens)
(#7754) There should be no spaces inside this paren. (space-in-parens)
(#7754) There should be no spaces inside this paren. (space-in-parens)
(#7755) There should be no spaces inside this paren. (space-in-parens)
(#7755) There should be no spaces inside this paren. (space-in-parens)
(#7756) There should be no spaces inside this paren. (space-in-parens)
(#7757) There should be no spaces inside this paren. (space-in-parens)
(#7757) There should be no spaces inside this paren. (space-in-parens)
(#7757) There should be no space after '[' (computed-property-spacing)
(#7757) There should be no space before ']' (computed-property-spacing)
(#7757) There should be no space after '[' (computed-property-spacing)
(#7757) There should be no space before ']' (computed-property-spacing)
(#7757) There should be no spaces inside this paren. (space-in-parens)
(#7757) There should be no spaces inside this paren. (space-in-parens)
(#7760) There should be no spaces inside this paren. (space-in-parens)
(#7760) There should be no spaces inside this paren. (space-in-parens)
(#7763) There should be no spaces inside this paren. (space-in-parens)
(#7763) There should be no spaces inside this paren. (space-in-parens)
(#7763) There should be no space after '[' (computed-property-spacing)
(#7763) There should be no space before ']' (computed-property-spacing)
(#7763) There should be no space after '[' (computed-property-spacing)
(#7763) There should be no space before ']' (computed-property-spacing)
(#7763) There should be no spaces inside this paren. (space-in-parens)
(#7763) There should be no spaces inside this paren. (space-in-parens)
(#7767) There should be no spaces inside this paren. (space-in-parens)
(#7767) There should be no spaces inside this paren. (space-in-parens)
(#7768) There should be no spaces inside this paren. (space-in-parens)
(#7768) There should be no spaces inside this paren. (space-in-parens)
(#7770) There should be no spaces inside this paren. (space-in-parens)
(#7770) There should be no spaces inside this paren. (space-in-parens)
(#7771) There should be no spaces inside this paren. (space-in-parens)
(#7771) There should be no spaces inside this paren. (space-in-parens)
(#7775) There should be no spaces inside this paren. (space-in-parens)
(#7775) There should be no spaces inside this paren. (space-in-parens)
(#7775) There should be no spaces inside this paren. (space-in-parens)
(#7776) There should be no spaces inside this paren. (space-in-parens)
(#7776) There should be no spaces inside this paren. (space-in-parens)
(#7776) There should be no spaces inside this paren. (space-in-parens)
(#7776) There should be no spaces inside this paren. (space-in-parens)
(#7780) There should be no spaces inside this paren. (space-in-parens)
(#7780) 'i' is defined but never used (no-unused-vars)
(#7783) There should be no spaces inside this paren. (space-in-parens)
(#7783) 'i' is defined but never used (no-unused-vars)
(#7783) There should be no spaces inside this paren. (space-in-parens)
(#7789) There should be no spaces inside this paren. (space-in-parens)
(#7789) There should be no spaces inside this paren. (space-in-parens)
(#7789) There should be no spaces inside this paren. (space-in-parens)
(#7789) There should be no spaces inside this paren. (space-in-parens)
(#7789) There should be no space after '[' (computed-property-spacing)
(#7789) There should be no space before ']' (computed-property-spacing)
(#7789) There should be no space after '[' (computed-property-spacing)
(#7789) There should be no space before ']' (computed-property-spacing)
(#7789) There should be no spaces inside this paren. (space-in-parens)
(#7789) There should be no spaces inside this paren. (space-in-parens)
(#7793) There should be no spaces inside this paren. (space-in-parens)
(#7793) There should be no spaces inside this paren. (space-in-parens)
(#7794) There should be no spaces inside this paren. (space-in-parens)
(#7794) There should be no spaces inside this paren. (space-in-parens)
(#7796) There should be no spaces inside this paren. (space-in-parens)
(#7796) There should be no spaces inside this paren. (space-in-parens)
(#7796) There should be no spaces inside this paren. (space-in-parens)
(#7796) There should be no spaces inside this paren. (space-in-parens)
(#7800) There should be no spaces inside this paren. (space-in-parens)
(#7800) There should be no spaces inside this paren. (space-in-parens)
(#7800) There should be no spaces inside this paren. (space-in-parens)
(#7800) There should be no spaces inside this paren. (space-in-parens)
(#7801) There should be no spaces inside this paren. (space-in-parens)
(#7801) There should be no spaces inside this paren. (space-in-parens)
(#7801) 'i' is defined but never used (no-unused-vars)
(#7801) There should be no spaces inside this paren. (space-in-parens)
(#7805) There should be no spaces inside this paren. (space-in-parens)
(#7805) There should be no spaces inside this paren. (space-in-parens)
(#7805) There should be no space after '[' (computed-property-spacing)
(#7805) There should be no space before ']' (computed-property-spacing)
(#7805) There should be no space after '[' (computed-property-spacing)
(#7805) There should be no space before ']' (computed-property-spacing)
(#7805) There should be no spaces inside this paren. (space-in-parens)
(#7805) There should be no spaces inside this paren. (space-in-parens)
(#7806) Expected no return value. (consistent-return)
(#7809) There should be no spaces inside this paren. (space-in-parens)
(#7809) There should be no spaces inside this paren. (space-in-parens)
(#7810) There should be no spaces inside this paren. (space-in-parens)
(#7810) There should be no spaces inside this paren. (space-in-parens)
(#7811) 'self' is defined but never used (no-unused-vars)
(#7811) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7813) There should be no spaces inside this paren. (space-in-parens)
(#7813) There should be no spaces inside this paren. (space-in-parens)
(#7814) There should be no spaces inside this paren. (space-in-parens)
(#7814) There should be no spaces inside this paren. (space-in-parens)
(#7814) There should be no spaces inside this paren. (space-in-parens)
(#7814) There should be no spaces inside this paren. (space-in-parens)
(#7816) There should be no spaces inside this paren. (space-in-parens)
(#7816) There should be no spaces inside this paren. (space-in-parens)
(#7819) There should be no spaces inside this paren. (space-in-parens)
(#7819) There should be no spaces inside this paren. (space-in-parens)
(#7819) There should be no space after '[' (computed-property-spacing)
(#7819) There should be no space before ']' (computed-property-spacing)
(#7819) There should be no space after '[' (computed-property-spacing)
(#7819) There should be no space before ']' (computed-property-spacing)
(#7819) There should be no spaces inside this paren. (space-in-parens)
(#7819) There should be no spaces inside this paren. (space-in-parens)
(#7825) There should be no spaces inside this paren. (space-in-parens)
(#7825) There should be no spaces inside this paren. (space-in-parens)
(#7826) There should be no spaces inside this paren. (space-in-parens)
(#7826) There should be no spaces inside this paren. (space-in-parens)
(#7827) There should be no spaces inside this paren. (space-in-parens)
(#7827) There should be no spaces inside this paren. (space-in-parens)
(#7828) There should be no spaces inside this paren. (space-in-parens)
(#7828) There should be no spaces inside this paren. (space-in-parens)
(#7834) There should be no spaces inside this paren. (space-in-parens)
(#7834) There should be no spaces inside this paren. (space-in-parens)
(#7834) There should be no spaces inside this paren. (space-in-parens)
(#7834) There should be no spaces inside this paren. (space-in-parens)
(#7838) There should be no spaces inside this paren. (space-in-parens)
(#7838) There should be no spaces inside this paren. (space-in-parens)
(#7839) There should be no spaces inside this paren. (space-in-parens)
(#7839) There should be no spaces inside this paren. (space-in-parens)
(#7842) There should be no spaces inside this paren. (space-in-parens)
(#7842) There should be no spaces inside this paren. (space-in-parens)
(#7842) There should be no space after '[' (computed-property-spacing)
(#7842) There should be no space before ']' (computed-property-spacing)
(#7843) There should be no spaces inside this paren. (space-in-parens)
(#7843) There should be no spaces inside this paren. (space-in-parens)
(#7848) There should be no spaces inside this paren. (space-in-parens)
(#7848) There should be no spaces inside this paren. (space-in-parens)
(#7848) There should be no spaces inside this paren. (space-in-parens)
(#7848) There should be no spaces inside this paren. (space-in-parens)
(#7848) There should be no spaces inside this paren. (space-in-parens)
(#7848) There should be no spaces inside this paren. (space-in-parens)
(#7849) There should be no spaces inside this paren. (space-in-parens)
(#7849) There should be no spaces inside this paren. (space-in-parens)
(#7854) There should be no spaces inside this paren. (space-in-parens)
(#7854) There should be no spaces inside this paren. (space-in-parens)
(#7854) There should be no spaces inside this paren. (space-in-parens)
(#7854) There should be no spaces inside this paren. (space-in-parens)
(#7856) There should be no spaces inside this paren. (space-in-parens)
(#7856) There should be no spaces inside this paren. (space-in-parens)
(#7857) There should be no spaces inside this paren. (space-in-parens)
(#7857) There should be no spaces inside this paren. (space-in-parens)
(#7858) There should be no spaces inside this paren. (space-in-parens)
(#7858) There should be no spaces inside this paren. (space-in-parens)
(#7858) There should be no spaces inside this paren. (space-in-parens)
(#7858) There should be no spaces inside this paren. (space-in-parens)
(#7861) There should be no spaces inside this paren. (space-in-parens)
(#7861) There should be no spaces inside this paren. (space-in-parens)
(#7863) There should be no spaces inside this paren. (space-in-parens)
(#7863) There should be no spaces inside this paren. (space-in-parens)
(#7864) There should be no spaces inside this paren. (space-in-parens)
(#7864) There should be no spaces inside this paren. (space-in-parens)
(#7864) There should be no spaces inside this paren. (space-in-parens)
(#7864) There should be no spaces inside this paren. (space-in-parens)
(#7864) There should be no spaces inside this paren. (space-in-parens)
(#7864) There should be no spaces inside this paren. (space-in-parens)
(#7869) There should be no spaces inside this paren. (space-in-parens)
(#7869) There should be no spaces inside this paren. (space-in-parens)
(#7870) There should be no spaces inside this paren. (space-in-parens)
(#7870) There should be no spaces inside this paren. (space-in-parens)
(#7873) There should be no spaces inside this paren. (space-in-parens)
(#7873) There should be no spaces inside this paren. (space-in-parens)
(#7873) There should be no space after '[' (computed-property-spacing)
(#7873) There should be no space before ']' (computed-property-spacing)
(#7873) There should be no space after '[' (computed-property-spacing)
(#7873) There should be no space before ']' (computed-property-spacing)
(#7873) There should be no spaces inside this paren. (space-in-parens)
(#7873) There should be no spaces inside this paren. (space-in-parens)
(#7875) There should be no spaces inside this paren. (space-in-parens)
(#7875) There should be no spaces inside this paren. (space-in-parens)
(#7877) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#7877) There should be no spaces inside this paren. (space-in-parens)
(#7877) There should be no spaces inside this paren. (space-in-parens)
(#7877) Empty block statement. (no-empty)
(#7879) There should be no spaces inside this paren. (space-in-parens)
(#7879) 'e' is defined but never used (no-unused-vars)
(#7879) There should be no spaces inside this paren. (space-in-parens)
(#7883) There should be no spaces inside this paren. (space-in-parens)
(#7883) There should be no spaces inside this paren. (space-in-parens)
(#7883) There should be no space after '[' (computed-property-spacing)
(#7883) There should be no space before ']' (computed-property-spacing)
(#7883) There should be no space after '[' (computed-property-spacing)
(#7883) There should be no space before ']' (computed-property-spacing)
(#7883) There should be no spaces inside this paren. (space-in-parens)
(#7883) There should be no spaces inside this paren. (space-in-parens)
(#7889) There should be no spaces inside this paren. (space-in-parens)
(#7889) There should be no spaces inside this paren. (space-in-parens)
(#7891) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#7891) There should be no spaces inside this paren. (space-in-parens)
(#7891) There should be no spaces inside this paren. (space-in-parens)
(#7891) Empty block statement. (no-empty)
(#7893) There should be no spaces inside this paren. (space-in-parens)
(#7893) There should be no spaces inside this paren. (space-in-parens)
(#7896) There should be no spaces inside this paren. (space-in-parens)
(#7896) There should be no spaces inside this paren. (space-in-parens)
(#7898) Expected no return value. (consistent-return)
(#7903) There should be no spaces inside this paren. (space-in-parens)
(#7903) There should be no spaces inside this paren. (space-in-parens)
(#7904) There should be no spaces inside this paren. (space-in-parens)
(#7904) There should be no spaces inside this paren. (space-in-parens)
(#7908) There should be no spaces inside this paren. (space-in-parens)
(#7908) There should be no spaces inside this paren. (space-in-parens)
(#7908) There should be no spaces inside this paren. (space-in-parens)
(#7908) There should be no spaces inside this paren. (space-in-parens)
(#7908) There should be no spaces inside this paren. (space-in-parens)
(#7908) There should be no spaces inside this paren. (space-in-parens)
(#7911) There should be no spaces inside this paren. (space-in-parens)
(#7911) There should be no spaces inside this paren. (space-in-parens)
(#7921) There should be no spaces inside this paren. (space-in-parens)
(#7921) There should be no spaces inside this paren. (space-in-parens)
(#7922) There should be no spaces inside this paren. (space-in-parens)
(#7922) There should be no spaces inside this paren. (space-in-parens)
(#7922) There should be no spaces inside this paren. (space-in-parens)
(#7922) There should be no spaces inside this paren. (space-in-parens)
(#7922) There should be no spaces inside this paren. (space-in-parens)
(#7922) There should be no spaces inside this paren. (space-in-parens)
(#7931) There should be no spaces inside this paren. (space-in-parens)
(#7942) There should be no spaces inside this paren. (space-in-parens)
(#7944) There should be no spaces inside this paren. (space-in-parens)
(#7944) There should be no spaces inside this paren. (space-in-parens)
(#7948) There should be no spaces inside this paren. (space-in-parens)
(#7948) There should be no spaces inside this paren. (space-in-parens)
(#7948) There should be no spaces inside this paren. (space-in-parens)
(#7949) There should be no spaces inside this paren. (space-in-parens)
(#7949) There should be no spaces inside this paren. (space-in-parens)
(#7952) There should be no spaces inside this paren. (space-in-parens)
(#7952) There should be no spaces inside this paren. (space-in-parens)
(#7953) There should be no spaces inside this paren. (space-in-parens)
(#7954) Trailing spaces not allowed. (no-trailing-spaces)
(#7955) There should be no spaces inside this paren. (space-in-parens)
(#7955) There should be no spaces inside this paren. (space-in-parens)
(#7960) There should be no spaces inside this paren. (space-in-parens)
(#7966) There should be no spaces inside this paren. (space-in-parens)
(#7966) 'e' is defined but never used (no-unused-vars)
(#7966) There should be no spaces inside this paren. (space-in-parens)
(#7967) 't' is not defined. (no-undef)
(#7972) There should be no spaces inside this paren. (space-in-parens)
(#7972) There should be no spaces inside this paren. (space-in-parens)
(#7973) There should be no spaces inside this paren. (space-in-parens)
(#7973) There should be no spaces inside this paren. (space-in-parens)
(#7974) There should be no spaces inside this paren. (space-in-parens)
(#7974) There should be no spaces inside this paren. (space-in-parens)
(#7978) There should be no spaces inside this paren. (space-in-parens)
(#7978) There should be no spaces inside this paren. (space-in-parens)
(#7979) There should be no spaces inside this paren. (space-in-parens)
(#7979) There should be no spaces inside this paren. (space-in-parens)
(#7980) There should be no spaces inside this paren. (space-in-parens)
(#7980) There should be no spaces inside this paren. (space-in-parens)
(#7989) There should be no spaces inside this paren. (space-in-parens)
(#7989) 'jQuery' is not defined. (no-undef)
(#7989) There should be no spaces inside this paren. (space-in-parens)
(#8002) There should be no spaces inside this paren. (space-in-parens)
(#8002) There should be no spaces inside this paren. (space-in-parens)
(#8004) There should be no space after '{' (object-curly-spacing)
(#8004) There should be no space after '{' (object-curly-spacing)
(#8004) There should be no space before '}' (object-curly-spacing)
(#8004) There should be no space before '}' (object-curly-spacing)
(#8014) Missing JSDoc comment. (require-jsdoc)
(#8036) A space is required after ','. (comma-spacing)
(#8036) A space is required after ','. (comma-spacing)
(#8036) A space is required after ','. (comma-spacing)
(#8036) A space is required after ','. (comma-spacing)
(#8036) A space is required after ','. (comma-spacing)
(#8037) A space is required after ','. (comma-spacing)
(#8037) A space is required after ','. (comma-spacing)
(#8037) A space is required after ','. (comma-spacing)
(#8037) A space is required after ','. (comma-spacing)
(#8037) A space is required after ','. (comma-spacing)
(#8041) A space is required after ','. (comma-spacing)
(#8041) A space is required after ','. (comma-spacing)
(#8041) A space is required after ','. (comma-spacing)
(#8041) A space is required after ','. (comma-spacing)
(#8041) A space is required after ','. (comma-spacing)
(#8041) A space is required after ','. (comma-spacing)
(#8099) Line 8099 exceeds the maximum line length of 132. (max-len)
(#8107) Unexpected space before function parentheses. (space-before-function-paren)
(#8108) Expected { after 'if' condition. (curly)
(#8109) Unexpected console statement. (no-console)
(#8111) Trailing spaces not allowed. (no-trailing-spaces)
(#8136) eval can be harmful. (no-eval)
(#8165) Line 8165 exceeds the maximum line length of 132. (max-len)
(#8173) Expected { after 'if' condition. (curly)
(#8191) Expected { after 'if' condition. (curly)
(#8198) Expected { after 'if' condition. (curly)
(#8201) Expected { after 'if' condition. (curly)
(#8208) There should be no space after '{' (object-curly-spacing)
(#8208) There should be no space before '}' (object-curly-spacing)
(#8211) There should be no space after '{' (object-curly-spacing)
(#8211) Missing space before value for key 'src'. (key-spacing)
(#8211) Missing space before value for key 'alt'. (key-spacing)
(#8211) Missing space before value for key 'title'. (key-spacing)
(#8211) There should be no space before '}' (object-curly-spacing)
(#8214) Expected { after 'if' condition. (curly)
(#8216) Expected { after 'else'. (curly)
(#8252) Expected { after 'if' condition. (curly)
(#8255) Missing space before opening brace. (space-before-blocks)
(#8257) Missing space before opening brace. (space-before-blocks)
(#8292) Do not nest ternary expressions (no-nested-ternary)
(#8308) Expected { after 'if' condition. (curly)
(#8332) Expected { after 'if' condition. (curly)
(#8348) Statement inside of curly braces should be on next line. (brace-style)
(#8348) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8351) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#8356) Statement inside of curly braces should be on next line. (brace-style)
(#8356) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8371) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8371) Statement inside of curly braces should be on next line. (brace-style)
(#8374) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#8379) Statement inside of curly braces should be on next line. (brace-style)
(#8379) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8391) Expected { after 'if' condition. (curly)
(#8405) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#8406) Expected an object to be thrown. (no-throw-literal)
(#8418) Expected to return a value at the end of this function. (consistent-return)
(#8421) Do not nest ternary expressions (no-nested-ternary)
(#8422) Do not nest ternary expressions (no-nested-ternary)
(#8475) Expected { after 'if' condition. (curly)
(#8481) Function '_doKeyDown' has a complexity of 42. (complexity)
(#8481) Expected to return a value at the end of this function. (consistent-return)
(#8486) Expected { after 'if' condition. (curly)
(#8493) Expected { after 'if' condition. (curly)
(#8495) Expected { after 'else'. (curly)
(#8498) Unreachable code. (no-unreachable)
(#8509) Expected { after 'if' condition. (curly)
(#8512) Expected { after 'if' condition. (curly)
(#8515) Expected { after 'if' condition. (curly)
(#8518) Expected { after 'if' condition. (curly)
(#8523) Expected { after 'if' condition. (curly)
(#8526) Expected { after 'if' condition. (curly)
(#8529) Expected { after 'if' condition. (curly)
(#8534) Expected { after 'if' condition. (curly)
(#8539) Expected { after 'if' condition. (curly)
(#8551) Expected to return a value at the end of this function. (consistent-return)
(#8574) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#8586) Expected { after 'if' condition. (curly)
(#8588) Expected { after 'if' condition. (curly)
(#8599) Expected { after 'if' condition. (curly)
(#8607) Unexpected use of '|='. (no-bitwise)
(#8622) Do not nest ternary expressions (no-nested-ternary)
(#8635) Infix operators must be spaced. (space-infix-ops)
(#8636) Expected { after 'if' condition. (curly)
(#8638) Expected { after 'else'. (curly)
(#8640) Expected { after 'if' condition. (curly)
(#8642) Expected { after 'if' condition. (curly)
(#8658) Missing space before opening brace. (space-before-blocks)
(#8660) Expected { after 'if' condition. (curly)
(#8660) Expected space(s) after "if". (keyword-spacing)
(#8661) Expected { after 'if' condition. (curly)
(#8661) Expected space(s) after "if". (keyword-spacing)
(#8663) Missing space before opening brace. (space-before-blocks)
(#8664) There should be no spaces inside this paren. (space-in-parens)
(#8667) Expected { after 'if' condition. (curly)
(#8667) Expected space(s) after "if". (keyword-spacing)
(#8668) Expected space(s) after "if". (keyword-spacing)
(#8668) Expected { after 'if' condition. (curly)
(#8678) Expected { after 'if' condition. (curly)
(#8680) Expected { after 'else'. (curly)
(#8686) Expected { after 'if' condition. (curly)
(#8732) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#8739) Expected { after 'if' condition. (curly)
(#8748) Expected { after 'if' condition. (curly)
(#8750) Expected { after 'else'. (curly)
(#8751) Do not nest ternary expressions (no-nested-ternary)
(#8753) Expected { after 'if' condition. (curly)
(#8756) Expected { after 'if' condition. (curly)
(#8762) There should be no space after '{' (object-curly-spacing)
(#8762) There should be no space before '}' (object-curly-spacing)
(#8779) Expected { after 'if' condition. (curly)
(#8782) Expected { after 'if' condition. (curly)
(#8812) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#8829) A space is required after ','. (comma-spacing)
(#8863) 'inst' is defined but never used (no-unused-vars)
(#8871) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#8872) Expected { after 'if' condition. (curly)
(#8876) Expected { after 'if' condition. (curly)
(#8878) Expected { after 'if' condition. (curly)
(#8880) Expected { after 'if' condition. (curly)
(#8885) Expected { after 'if' condition. (curly)
(#8885) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#8898) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8898) Statement inside of curly braces should be on next line. (brace-style)
(#8935) Function 'parseDate' has a complexity of 37. (complexity)
(#8935) Unexpected space before function parentheses. (space-before-function-paren)
(#8936) Expected { after 'if' condition. (curly)
(#8936) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#8936) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#8937) Expected an object to be thrown. (no-throw-literal)
(#8939) Expected { after 'if' condition. (curly)
(#8953) 'iFormat' used outside of binding context. (block-scoped-var)
(#8953) 'iFormat' used outside of binding context. (block-scoped-var)
(#8954) Expected { after 'if' condition. (curly)
(#8955) 'iFormat' used outside of binding context. (block-scoped-var)
(#8961) Do not nest ternary expressions (no-nested-ternary)
(#8961) Do not nest ternary expressions (no-nested-ternary)
(#8962) Do not nest ternary expressions (no-nested-ternary)
(#8965) Expected { after 'if' condition. (curly)
(#8966) Expected an object to be thrown. (no-throw-literal)
(#8979) Expected an object to be thrown. (no-throw-literal)
(#8983) Expected { after 'if' condition. (curly)
(#8983) 'iFormat' used outside of binding context. (block-scoped-var)
(#8984) Expected an object to be thrown. (no-throw-literal)
(#8989) Expected { after 'if' condition. (curly)
(#8994) Expected { after 'else'. (curly)
(#9021) 'date' is already defined (no-redeclare)
(#9027) Expected { after 'if' condition. (curly)
(#9029) Expected { after 'else'. (curly)
(#9036) Expected { after 'if' condition. (curly)
(#9038) Expected { after 'if' condition. (curly)
(#9044) Unexpected constant condition. (no-constant-condition)
(#9046) Expected { after 'if' condition. (curly)
(#9052) 'date' used outside of binding context. (block-scoped-var)
(#9052) 'date' used outside of binding context. (block-scoped-var)
(#9052) 'date' is already defined (no-redeclare)
(#9053) Expected { after 'if' condition. (curly)
(#9053) 'date' used outside of binding context. (block-scoped-var)
(#9053) 'date' used outside of binding context. (block-scoped-var)
(#9053) 'date' used outside of binding context. (block-scoped-var)
(#9053) 'date' used outside of binding context. (block-scoped-var)
(#9053) 'date' used outside of binding context. (block-scoped-var)
(#9053) 'date' used outside of binding context. (block-scoped-var)
(#9054) Expected an object to be thrown. (no-throw-literal)
(#9055) 'date' used outside of binding context. (block-scoped-var)
(#9055) 'date' used outside of binding context. (block-scoped-var)
(#9102) Function 'formatDate' has a complexity of 26. (complexity)
(#9102) Unexpected space before function parentheses. (space-before-function-paren)
(#9103) Expected { after 'if' condition. (curly)
(#9111) 'iFormat' used outside of binding context. (block-scoped-var)
(#9111) 'iFormat' used outside of binding context. (block-scoped-var)
(#9112) Expected { after 'if' condition. (curly)
(#9113) 'iFormat' used outside of binding context. (block-scoped-var)
(#9119) Expected { after 'if' condition. (curly)
(#9120) Expected { after 'while' condition. (curly)
(#9130) Expected { after 'if' condition. (curly)
(#9132) Expected { after 'if' condition. (curly)
(#9137) Expected { after 'else'. (curly)
(#9166) Expected { after 'if' condition. (curly)
(#9168) Expected { after 'else'. (curly)
(#9179) Unexpected space before function parentheses. (space-before-function-paren)
(#9184) 'iFormat' used outside of binding context. (block-scoped-var)
(#9184) 'iFormat' used outside of binding context. (block-scoped-var)
(#9185) Expected { after 'if' condition. (curly)
(#9186) 'iFormat' used outside of binding context. (block-scoped-var)
(#9189) Expected { after 'for' condition. (curly)
(#9190) Expected { after 'if' condition. (curly)
(#9195) Expected { after 'else'. (curly)
(#9203) Expected { after 'if' condition. (curly)
(#9205) Expected { after 'else'. (curly)
(#9263) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#9276) A space is required after ','. (comma-spacing)
(#9278) A space is required after ','. (comma-spacing)
(#9280) A space is required after ','. (comma-spacing)
(#9284) A space is required after ','. (comma-spacing)
(#9292) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#9292) Do not nest ternary expressions (no-nested-ternary)
(#9292) Do not nest ternary expressions (no-nested-ternary)
(#9293) Do not nest ternary expressions (no-nested-ternary)
(#9311) Expected { after 'if' condition. (curly)
(#9325) Expected { after 'if' condition. (curly)
(#9342) Function '_generateHTML' has a complexity of 73. (complexity)
(#9382) Do not nest ternary expressions (no-nested-ternary)
(#9385) Line 9385 exceeds the maximum line length of 132. (max-len)
(#9385) There should be no spaces inside this paren. (space-in-parens)
(#9386) Line 9386 exceeds the maximum line length of 132. (max-len)
(#9386) Infix operators must be spaced. (space-infix-ops)
(#9386) Infix operators must be spaced. (space-infix-ops)
(#9386) There should be no spaces inside this paren. (space-in-parens)
(#9391) Do not nest ternary expressions (no-nested-ternary)
(#9394) Line 9394 exceeds the maximum line length of 132. (max-len)
(#9394) There should be no spaces inside this paren. (space-in-parens)
(#9395) Line 9395 exceeds the maximum line length of 132. (max-len)
(#9395) Infix operators must be spaced. (space-infix-ops)
(#9395) There should be no spaces inside this paren. (space-in-parens)
(#9400) Line 9400 exceeds the maximum line length of 132. (max-len)
(#9403) Line 9403 exceeds the maximum line length of 132. (max-len)
(#9406) A space is required after ','. (comma-spacing)
(#9410) 'dayNamesShort' is defined but never used (no-unused-vars)
(#9417) 'calculateWeek' is defined but never used (no-unused-vars)
(#9428) Expected { after 'if' condition. (curly)
(#9429) Blocks are nested too deeply (5). (max-depth)
(#9432) Infix operators must be spaced. (space-infix-ops)
(#9434) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#9439) Do not nest ternary expressions (no-nested-ternary)
(#9440) Do not nest ternary expressions (no-nested-ternary)
(#9446) 'dow' used outside of binding context. (block-scoped-var)
(#9446) 'dow' used outside of binding context. (block-scoped-var)
(#9446) 'dow' used outside of binding context. (block-scoped-var)
(#9447) 'dow' used outside of binding context. (block-scoped-var)
(#9448) 'dow' used outside of binding context. (block-scoped-var)
(#9453) Expected { after 'if' condition. (curly)
(#9456) Line 9456 exceeds the maximum line length of 132. (max-len)
(#9462) 'dow' is already defined (no-redeclare)
(#9462) 'dow' used outside of binding context. (block-scoped-var)
(#9462) 'dow' used outside of binding context. (block-scoped-var)
(#9462) 'dow' used outside of binding context. (block-scoped-var)
(#9469) 'dow' used outside of binding context. (block-scoped-var)
(#9471) Line 9471 exceeds the maximum line length of 132. (max-len)
(#9475) Line 9475 exceeds the maximum line length of 132. (max-len)
(#9475) Infix operators must be spaced. (space-infix-ops)
(#9477) Line 9477 exceeds the maximum line length of 132. (max-len)
(#9478) Line 9478 exceeds the maximum line length of 132. (max-len)
(#9479) Line 9479 exceeds the maximum line length of 132. (max-len)
(#9481) Line 9481 exceeds the maximum line length of 132. (max-len)
(#9482) Do not nest ternary expressions (no-nested-ternary)
(#9483) Line 9483 exceeds the maximum line length of 132. (max-len)
(#9498) Trailing spaces not allowed. (no-trailing-spaces)
(#9499) Line 9499 exceeds the maximum line length of 132. (max-len)
(#9499) Infix operators must be spaced. (space-infix-ops)
(#9504) A space is required after ','. (comma-spacing)
(#9511) Function '_generateMonthYearHeader' has a complexity of 21. (complexity)
(#9519) Expected { after 'if' condition. (curly)
(#9527) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#9529) Expected { after 'if' condition. (curly)
(#9537) Expected { after 'if' condition. (curly)
(#9540) Expected { after 'if' condition. (curly)
(#9547) Do not nest ternary expressions (no-nested-ternary)
(#9568) Expected { after 'if' condition. (curly)
(#9585) Expected { after 'if' condition. (curly)
(#9601) Expected { after 'if' condition. (curly)
(#9609) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#9609) Do not nest ternary expressions (no-nested-ternary)
(#9632) Expected { after 'if' condition. (curly)
(#9662) Do not nest ternary expressions (no-nested-ternary)
(#9670) Missing JSDoc comment. (require-jsdoc)
(#9672) Expected { after 'for-in'. (curly)
(#9673) Expected { after 'if' condition. (curly)
(#9673) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#9676) Unnecessary semicolon. (no-extra-semi)
(#9679) Missing JSDoc comment. (require-jsdoc)
(#9679) 'isArray' is defined but never used (no-unused-vars)
(#9681) Unnecessary escape character: \A (no-useless-escape)
(#9682) Unnecessary semicolon. (no-extra-semi)
(#9688) Missing space before opening brace. (space-before-blocks)
(#9698) Expected { after 'if' condition. (curly)
(#9701) Expected { after 'if' condition. (curly)
(#9705) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#9721) 'jQuery' is not defined. (no-undef)
(#9735) There should be no spaces inside this paren. (space-in-parens)
(#9735) There should be no spaces inside this paren. (space-in-parens)
(#9737) There should be no spaces inside this paren. (space-in-parens)
(#9747) There should be no spaces inside this paren. (space-in-parens)
(#9747) There should be no spaces inside this paren. (space-in-parens)
(#9755) There should be no spaces inside this paren. (space-in-parens)
(#9755) There should be no spaces inside this paren. (space-in-parens)
(#9756) There should be no spaces inside this paren. (space-in-parens)
(#9756) There should be no spaces inside this paren. (space-in-parens)
(#9763) There should be no spaces inside this paren. (space-in-parens)
(#9763) There should be no spaces inside this paren. (space-in-parens)
(#9764) There should be no spaces inside this paren. (space-in-parens)
(#9764) There should be no spaces inside this paren. (space-in-parens)
(#9765) There should be no spaces inside this paren. (space-in-parens)
(#9765) There should be no spaces inside this paren. (space-in-parens)
(#9766) There should be no spaces inside this paren. (space-in-parens)
(#9766) There should be no spaces inside this paren. (space-in-parens)
(#9767) There should be no spaces inside this paren. (space-in-parens)
(#9767) There should be no spaces inside this paren. (space-in-parens)
(#9771) There should be no spaces inside this paren. (space-in-parens)
(#9771) There should be no spaces inside this paren. (space-in-parens)
(#9774) There should be no spaces inside this paren. (space-in-parens)
(#9774) There should be no spaces inside this paren. (space-in-parens)
(#9775) There should be no spaces inside this paren. (space-in-parens)
(#9775) There should be no spaces inside this paren. (space-in-parens)
(#9779) There should be no spaces inside this paren. (space-in-parens)
(#9779) There should be no spaces inside this paren. (space-in-parens)
(#9783) There should be no spaces inside this paren. (space-in-parens)
(#9783) There should be no spaces inside this paren. (space-in-parens)
(#9784) There should be no spaces inside this paren. (space-in-parens)
(#9784) There should be no spaces inside this paren. (space-in-parens)
(#9787) There should be no spaces inside this paren. (space-in-parens)
(#9787) There should be no spaces inside this paren. (space-in-parens)
(#9790) There should be no spaces inside this paren. (space-in-parens)
(#9790) There should be no spaces inside this paren. (space-in-parens)
(#9796) There should be no spaces inside this paren. (space-in-parens)
(#9796) There should be no spaces inside this paren. (space-in-parens)
(#9799) There should be no spaces inside this paren. (space-in-parens)
(#9799) There should be no spaces inside this paren. (space-in-parens)
(#9799) There should be no spaces inside this paren. (space-in-parens)
(#9799) There should be no spaces inside this paren. (space-in-parens)
(#9805) There should be no spaces inside this paren. (space-in-parens)
(#9805) There should be no spaces inside this paren. (space-in-parens)
(#9806) There should be no spaces inside this paren. (space-in-parens)
(#9806) There should be no spaces inside this paren. (space-in-parens)
(#9807) There should be no spaces inside this paren. (space-in-parens)
(#9807) There should be no spaces inside this paren. (space-in-parens)
(#9811) There should be no spaces inside this paren. (space-in-parens)
(#9815) There should be no spaces inside this paren. (space-in-parens)
(#9815) 'jQuery' is not defined. (no-undef)
(#9815) There should be no spaces inside this paren. (space-in-parens)
(#9825) Unnecessary semicolon. (no-extra-semi)
(#9825) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#9825) 'jQuery' is not defined. (no-undef)
(#9830) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#9831) Expected space or tab after '/**' in comment. (spaced-comment)
(#9832) Expected space or tab after '/**' in comment. (spaced-comment)
(#9833) Expected space or tab after '/**' in comment. (spaced-comment)
(#9858) Missing JSDoc comment. (require-jsdoc)
(#9862) Expected { after 'if' condition. (curly)
(#9862) There should be no spaces inside this paren. (space-in-parens)
(#9862) There should be no spaces inside this paren. (space-in-parens)
(#9866) Expected { after 'if' condition. (curly)
(#9866) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#9867) A space is required after ','. (comma-spacing)
(#9867) A space is required after ','. (comma-spacing)
(#9867) A space is required after ','. (comma-spacing)
(#9870) Expected { after 'if' condition. (curly)
(#9870) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#9870) Unnecessary escape character: \% (no-useless-escape)
(#9870) Unnecessary escape character: \% (no-useless-escape)
(#9870) Unnecessary escape character: \% (no-useless-escape)
(#9871) Infix operators must be spaced. (space-infix-ops)
(#9871) Infix operators must be spaced. (space-infix-ops)
(#9871) Infix operators must be spaced. (space-infix-ops)
(#9874) Expected { after 'if' condition. (curly)
(#9874) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#9875) A space is required after ','. (comma-spacing)
(#9875) A space is required after ','. (comma-spacing)
(#9875) A space is required after ','. (comma-spacing)
(#9878) Expected { after 'if' condition. (curly)
(#9878) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#9879) Infix operators must be spaced. (space-infix-ops)
(#9879) A space is required after ','. (comma-spacing)
(#9879) Infix operators must be spaced. (space-infix-ops)
(#9879) A space is required after ','. (comma-spacing)
(#9879) Infix operators must be spaced. (space-infix-ops)
(#9879) A space is required after ','. (comma-spacing)
(#9882) Expected { after 'if' condition. (curly)
(#9882) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#9883) ["transparent"] is better written in dot notation. (dot-notation)
(#9889) Missing JSDoc comment. (require-jsdoc)
(#9896) Expected { after 'if' condition. (curly)
(#9896) There should be no spaces inside this paren. (space-in-parens)
(#9896) There should be no spaces inside this paren. (space-in-parens)
(#9900) There should be no spaces inside this paren. (space-in-parens)
(#9900) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#9900) There should be no spaces inside this paren. (space-in-parens)
(#9903) Unnecessary semicolon. (no-extra-semi)
(#9910) Missing space before value for key 'aqua'. (key-spacing)
(#9910) A space is required after ','. (comma-spacing)
(#9910) A space is required after ','. (comma-spacing)
(#9911) Missing space before value for key 'azure'. (key-spacing)
(#9911) A space is required after ','. (comma-spacing)
(#9911) A space is required after ','. (comma-spacing)
(#9912) Missing space before value for key 'beige'. (key-spacing)
(#9912) A space is required after ','. (comma-spacing)
(#9912) A space is required after ','. (comma-spacing)
(#9913) Missing space before value for key 'black'. (key-spacing)
(#9913) A space is required after ','. (comma-spacing)
(#9913) A space is required after ','. (comma-spacing)
(#9914) Missing space before value for key 'blue'. (key-spacing)
(#9914) A space is required after ','. (comma-spacing)
(#9914) A space is required after ','. (comma-spacing)
(#9915) Missing space before value for key 'brown'. (key-spacing)
(#9915) A space is required after ','. (comma-spacing)
(#9915) A space is required after ','. (comma-spacing)
(#9916) Missing space before value for key 'cyan'. (key-spacing)
(#9916) A space is required after ','. (comma-spacing)
(#9916) A space is required after ','. (comma-spacing)
(#9917) Missing space before value for key 'darkblue'. (key-spacing)
(#9917) A space is required after ','. (comma-spacing)
(#9917) A space is required after ','. (comma-spacing)
(#9918) Missing space before value for key 'darkcyan'. (key-spacing)
(#9918) A space is required after ','. (comma-spacing)
(#9918) A space is required after ','. (comma-spacing)
(#9919) Missing space before value for key 'darkgrey'. (key-spacing)
(#9919) A space is required after ','. (comma-spacing)
(#9919) A space is required after ','. (comma-spacing)
(#9920) Missing space before value for key 'darkgreen'. (key-spacing)
(#9920) A space is required after ','. (comma-spacing)
(#9920) A space is required after ','. (comma-spacing)
(#9921) Missing space before value for key 'darkkhaki'. (key-spacing)
(#9921) A space is required after ','. (comma-spacing)
(#9921) A space is required after ','. (comma-spacing)
(#9922) Missing space before value for key 'darkmagenta'. (key-spacing)
(#9922) A space is required after ','. (comma-spacing)
(#9922) A space is required after ','. (comma-spacing)
(#9923) Missing space before value for key 'darkolivegreen'. (key-spacing)
(#9923) A space is required after ','. (comma-spacing)
(#9923) A space is required after ','. (comma-spacing)
(#9924) Missing space before value for key 'darkorange'. (key-spacing)
(#9924) A space is required after ','. (comma-spacing)
(#9924) A space is required after ','. (comma-spacing)
(#9925) Missing space before value for key 'darkorchid'. (key-spacing)
(#9925) A space is required after ','. (comma-spacing)
(#9925) A space is required after ','. (comma-spacing)
(#9926) Missing space before value for key 'darkred'. (key-spacing)
(#9926) A space is required after ','. (comma-spacing)
(#9926) A space is required after ','. (comma-spacing)
(#9927) Missing space before value for key 'darksalmon'. (key-spacing)
(#9927) A space is required after ','. (comma-spacing)
(#9927) A space is required after ','. (comma-spacing)
(#9928) Missing space before value for key 'darkviolet'. (key-spacing)
(#9928) A space is required after ','. (comma-spacing)
(#9928) A space is required after ','. (comma-spacing)
(#9929) Missing space before value for key 'fuchsia'. (key-spacing)
(#9929) A space is required after ','. (comma-spacing)
(#9929) A space is required after ','. (comma-spacing)
(#9930) Missing space before value for key 'gold'. (key-spacing)
(#9930) A space is required after ','. (comma-spacing)
(#9930) A space is required after ','. (comma-spacing)
(#9931) Missing space before value for key 'green'. (key-spacing)
(#9931) A space is required after ','. (comma-spacing)
(#9931) A space is required after ','. (comma-spacing)
(#9932) Missing space before value for key 'indigo'. (key-spacing)
(#9932) A space is required after ','. (comma-spacing)
(#9932) A space is required after ','. (comma-spacing)
(#9933) Missing space before value for key 'khaki'. (key-spacing)
(#9933) A space is required after ','. (comma-spacing)
(#9933) A space is required after ','. (comma-spacing)
(#9934) Missing space before value for key 'lightblue'. (key-spacing)
(#9934) A space is required after ','. (comma-spacing)
(#9934) A space is required after ','. (comma-spacing)
(#9935) Missing space before value for key 'lightcyan'. (key-spacing)
(#9935) A space is required after ','. (comma-spacing)
(#9935) A space is required after ','. (comma-spacing)
(#9936) Missing space before value for key 'lightgreen'. (key-spacing)
(#9936) A space is required after ','. (comma-spacing)
(#9936) A space is required after ','. (comma-spacing)
(#9937) Missing space before value for key 'lightgrey'. (key-spacing)
(#9937) A space is required after ','. (comma-spacing)
(#9937) A space is required after ','. (comma-spacing)
(#9938) Missing space before value for key 'lightpink'. (key-spacing)
(#9938) A space is required after ','. (comma-spacing)
(#9938) A space is required after ','. (comma-spacing)
(#9939) Missing space before value for key 'lightyellow'. (key-spacing)
(#9939) A space is required after ','. (comma-spacing)
(#9939) A space is required after ','. (comma-spacing)
(#9940) Missing space before value for key 'lime'. (key-spacing)
(#9940) A space is required after ','. (comma-spacing)
(#9940) A space is required after ','. (comma-spacing)
(#9941) Missing space before value for key 'magenta'. (key-spacing)
(#9941) A space is required after ','. (comma-spacing)
(#9941) A space is required after ','. (comma-spacing)
(#9942) Missing space before value for key 'maroon'. (key-spacing)
(#9942) A space is required after ','. (comma-spacing)
(#9942) A space is required after ','. (comma-spacing)
(#9943) Missing space before value for key 'navy'. (key-spacing)
(#9943) A space is required after ','. (comma-spacing)
(#9943) A space is required after ','. (comma-spacing)
(#9944) Missing space before value for key 'olive'. (key-spacing)
(#9944) A space is required after ','. (comma-spacing)
(#9944) A space is required after ','. (comma-spacing)
(#9945) Missing space before value for key 'orange'. (key-spacing)
(#9945) A space is required after ','. (comma-spacing)
(#9945) A space is required after ','. (comma-spacing)
(#9946) Missing space before value for key 'pink'. (key-spacing)
(#9946) A space is required after ','. (comma-spacing)
(#9946) A space is required after ','. (comma-spacing)
(#9947) Missing space before value for key 'purple'. (key-spacing)
(#9947) A space is required after ','. (comma-spacing)
(#9947) A space is required after ','. (comma-spacing)
(#9948) Missing space before value for key 'violet'. (key-spacing)
(#9948) A space is required after ','. (comma-spacing)
(#9948) A space is required after ','. (comma-spacing)
(#9949) Missing space before value for key 'red'. (key-spacing)
(#9949) A space is required after ','. (comma-spacing)
(#9949) A space is required after ','. (comma-spacing)
(#9950) Missing space before value for key 'silver'. (key-spacing)
(#9950) A space is required after ','. (comma-spacing)
(#9950) A space is required after ','. (comma-spacing)
(#9951) Missing space before value for key 'white'. (key-spacing)
(#9951) A space is required after ','. (comma-spacing)
(#9951) A space is required after ','. (comma-spacing)
(#9952) Missing space before value for key 'yellow'. (key-spacing)
(#9952) A space is required after ','. (comma-spacing)
(#9952) A space is required after ','. (comma-spacing)
(#9953) A space is required after ','. (comma-spacing)
(#9953) A space is required after ','. (comma-spacing)
(#9957) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#9958) Expected space or tab after '/**' in comment. (spaced-comment)
(#9959) Expected space or tab after '/**' in comment. (spaced-comment)
(#9960) Expected space or tab after '/**' in comment. (spaced-comment)
(#9975) Missing JSDoc comment. (require-jsdoc)
(#9989) Missing space before opening brace. (space-before-blocks)
(#10002) Trailing spaces not allowed. (no-trailing-spaces)
(#10006) Missing JSDoc comment. (require-jsdoc)
(#10012) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#10026) Trailing spaces not allowed. (no-trailing-spaces)
(#10030) Missing JSDoc comment. (require-jsdoc)
(#10031) There should be no space after '{' (object-curly-spacing)
(#10031) There should be no space before '}' (object-curly-spacing)
(#10067) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10067) Statement inside of curly braces should be on next line. (brace-style)
(#10076) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10076) Statement inside of curly braces should be on next line. (brace-style)
(#10084) There should be no space after '{' (object-curly-spacing)
(#10084) There should be no space before '}' (object-curly-spacing)
(#10084) A space is required after ','. (comma-spacing)
(#10084) A space is required after ','. (comma-spacing)
(#10084) A space is required after ','. (comma-spacing)
(#10088) A space is required after ','. (comma-spacing)
(#10088) A space is required after ','. (comma-spacing)
(#10088) A space is required after ','. (comma-spacing)
(#10089) Line 10089 exceeds the maximum line length of 132. (max-len)
(#10089) There should be no space after '{' (object-curly-spacing)
(#10089) There should be no space before '}' (object-curly-spacing)
(#10089) A space is required after ','. (comma-spacing)
(#10089) A space is required after ','. (comma-spacing)
(#10089) A space is required after ','. (comma-spacing)
(#10094) There should be no spaces inside this paren. (space-in-parens)
(#10094) There should be no spaces inside this paren. (space-in-parens)
(#10095) There should be no spaces inside this paren. (space-in-parens)
(#10095) There should be no spaces inside this paren. (space-in-parens)
(#10099) Infix operators must be spaced. (space-infix-ops)
(#10099) Missing space before value for key 'add'. (key-spacing)
(#10099) Missing space before value for key 'remove'. (key-spacing)
(#10099) A space is required after ','. (comma-spacing)
(#10099) A space is required after ','. (comma-spacing)
(#10099) A space is required after ','. (comma-spacing)
(#10103) There should be no space after '{' (object-curly-spacing)
(#10103) There should be no space before '}' (object-curly-spacing)
(#10103) A space is required after ','. (comma-spacing)
(#10103) A space is required after ','. (comma-spacing)
(#10103) A space is required after ','. (comma-spacing)
(#10107) A space is required after ','. (comma-spacing)
(#10107) A space is required after ','. (comma-spacing)
(#10107) A space is required after ','. (comma-spacing)
(#10107) A space is required after ','. (comma-spacing)
(#10108) There should be no space after '{' (object-curly-spacing)
(#10108) There should be no space before '}' (object-curly-spacing)
(#10108) A space is required after ','. (comma-spacing)
(#10108) A space is required after ','. (comma-spacing)
(#10108) A space is required after ','. (comma-spacing)
(#10113) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#10114) Expected space or tab after '/**' in comment. (spaced-comment)
(#10115) Expected space or tab after '/**' in comment. (spaced-comment)
(#10116) Expected space or tab after '/**' in comment. (spaced-comment)
(#10123) Expected space(s) after "for". (keyword-spacing)
(#10123) Infix operators must be spaced. (space-infix-ops)
(#10124) Expected space(s) after "if". (keyword-spacing)
(#10124) Expected { after 'if' condition. (curly)
(#10124) Infix operators must be spaced. (space-infix-ops)
(#10130) Expected space(s) after "for". (keyword-spacing)
(#10130) Infix operators must be spaced. (space-infix-ops)
(#10131) Expected space(s) after "if". (keyword-spacing)
(#10131) Expected { after 'if' condition. (curly)
(#10131) Infix operators must be spaced. (space-infix-ops)
(#10136) Expected { after 'if' condition. (curly)
(#10148) Unnecessary semicolon. (no-extra-semi)
(#10154) Unnecessary semicolon. (no-extra-semi)
(#10183) Line 10183 exceeds the maximum line length of 132. (max-len)
(#10183) Expected space or tab after '//' in comment. (spaced-comment)
(#10187) There should be no space after '{' (object-curly-spacing)
(#10187) There should be no space before '}' (object-curly-spacing)
(#10188) There should be no space after '{' (object-curly-spacing)
(#10188) There should be no space before '}' (object-curly-spacing)
(#10200) There should be no space before '}' (object-curly-spacing)
(#10207) Expected { after 'if' condition. (curly)
(#10214) Missing space before opening brace. (space-before-blocks)
(#10215) 'unit' is not defined. (no-undef)
(#10216) Expected { after 'if' condition. (curly)
(#10216) 'unit' is not defined. (no-undef)
(#10216) 'unit' is not defined. (no-undef)
(#10216) 'unit' is not defined. (no-undef)
(#10223) Missing JSDoc comment. (require-jsdoc)
(#10249) Do not nest ternary expressions (no-nested-ternary)
(#10258) 'callback' is defined but never used (no-unused-vars)
(#10267) Trailing spaces not allowed. (no-trailing-spaces)
(#10273) There should be no spaces inside this paren. (space-in-parens)
(#10284) There should be no spaces inside this paren. (space-in-parens)
(#10296) Multiple spaces found before '||'. (no-multi-spaces)
(#10308) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#10309) There should be no spaces inside this paren. (space-in-parens)
(#10309) A space is required after ','. (comma-spacing)
(#10309) A space is required after ','. (comma-spacing)
(#10309) A space is required after ','. (comma-spacing)
(#10309) Missing space before opening brace. (space-before-blocks)
(#10310) Expected { after 'if' condition. (curly)
(#10310) Expected space(s) after "if". (keyword-spacing)
(#10318) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#10319) Expected space or tab after '/**' in comment. (spaced-comment)
(#10320) Expected space or tab after '/**' in comment. (spaced-comment)
(#10321) Expected space or tab after '/**' in comment. (spaced-comment)
(#10366) Unexpected space before function parentheses. (space-before-function-paren)
(#10367) Expected space or tab after '//' in comment. (spaced-comment)
(#10370) Unexpected space before function parentheses. (space-before-function-paren)
(#10371) Infix operators must be spaced. (space-infix-ops)
(#10371) Infix operators must be spaced. (space-infix-ops)
(#10371) Infix operators must be spaced. (space-infix-ops)
(#10373) Unexpected space before function parentheses. (space-before-function-paren)
(#10374) Infix operators must be spaced. (space-infix-ops)
(#10374) Infix operators must be spaced. (space-infix-ops)
(#10374) Infix operators must be spaced. (space-infix-ops)
(#10374) Infix operators must be spaced. (space-infix-ops)
(#10376) Unexpected space before function parentheses. (space-before-function-paren)
(#10377) Expected { after 'if' condition. (curly)
(#10377) Infix operators must be spaced. (space-infix-ops)
(#10377) Infix operators must be spaced. (space-infix-ops)
(#10377) Infix operators must be spaced. (space-infix-ops)
(#10377) Infix operators must be spaced. (space-infix-ops)
(#10377) Infix operators must be spaced. (space-infix-ops)
(#10378) Infix operators must be spaced. (space-infix-ops)
(#10378) Infix operators must be spaced. (space-infix-ops)
(#10378) Infix operators must be spaced. (space-infix-ops)
(#10380) Unexpected space before function parentheses. (space-before-function-paren)
(#10381) Infix operators must be spaced. (space-infix-ops)
(#10381) Infix operators must be spaced. (space-infix-ops)
(#10381) Infix operators must be spaced. (space-infix-ops)
(#10381) Infix operators must be spaced. (space-infix-ops)
(#10383) Unexpected space before function parentheses. (space-before-function-paren)
(#10384) Infix operators must be spaced. (space-infix-ops)
(#10384) Infix operators must be spaced. (space-infix-ops)
(#10384) Infix operators must be spaced. (space-infix-ops)
(#10384) Infix operators must be spaced. (space-infix-ops)
(#10384) Infix operators must be spaced. (space-infix-ops)
(#10384) Infix operators must be spaced. (space-infix-ops)
(#10386) Unexpected space before function parentheses. (space-before-function-paren)
(#10387) Expected { after 'if' condition. (curly)
(#10387) Infix operators must be spaced. (space-infix-ops)
(#10387) Infix operators must be spaced. (space-infix-ops)
(#10387) Infix operators must be spaced. (space-infix-ops)
(#10387) Infix operators must be spaced. (space-infix-ops)
(#10387) Infix operators must be spaced. (space-infix-ops)
(#10387) Infix operators must be spaced. (space-infix-ops)
(#10388) Infix operators must be spaced. (space-infix-ops)
(#10388) Infix operators must be spaced. (space-infix-ops)
(#10388) Infix operators must be spaced. (space-infix-ops)
(#10388) Infix operators must be spaced. (space-infix-ops)
(#10388) Infix operators must be spaced. (space-infix-ops)
(#10390) Unexpected space before function parentheses. (space-before-function-paren)
(#10391) Infix operators must be spaced. (space-infix-ops)
(#10391) Infix operators must be spaced. (space-infix-ops)
(#10391) Infix operators must be spaced. (space-infix-ops)
(#10391) Infix operators must be spaced. (space-infix-ops)
(#10391) Infix operators must be spaced. (space-infix-ops)
(#10393) Unexpected space before function parentheses. (space-before-function-paren)
(#10394) Infix operators must be spaced. (space-infix-ops)
(#10394) Infix operators must be spaced. (space-infix-ops)
(#10394) Infix operators must be spaced. (space-infix-ops)
(#10394) Infix operators must be spaced. (space-infix-ops)
(#10394) Infix operators must be spaced. (space-infix-ops)
(#10394) Infix operators must be spaced. (space-infix-ops)
(#10396) Unexpected space before function parentheses. (space-before-function-paren)
(#10397) Expected { after 'if' condition. (curly)
(#10397) Infix operators must be spaced. (space-infix-ops)
(#10397) Infix operators must be spaced. (space-infix-ops)
(#10397) Infix operators must be spaced. (space-infix-ops)
(#10397) Infix operators must be spaced. (space-infix-ops)
(#10397) Infix operators must be spaced. (space-infix-ops)
(#10397) Infix operators must be spaced. (space-infix-ops)
(#10397) Infix operators must be spaced. (space-infix-ops)
(#10398) Infix operators must be spaced. (space-infix-ops)
(#10398) Infix operators must be spaced. (space-infix-ops)
(#10398) Infix operators must be spaced. (space-infix-ops)
(#10398) Infix operators must be spaced. (space-infix-ops)
(#10398) Infix operators must be spaced. (space-infix-ops)
(#10400) Unexpected space before function parentheses. (space-before-function-paren)
(#10401) Infix operators must be spaced. (space-infix-ops)
(#10401) Infix operators must be spaced. (space-infix-ops)
(#10401) Infix operators must be spaced. (space-infix-ops)
(#10401) Infix operators must be spaced. (space-infix-ops)
(#10401) Infix operators must be spaced. (space-infix-ops)
(#10401) Infix operators must be spaced. (space-infix-ops)
(#10403) Unexpected space before function parentheses. (space-before-function-paren)
(#10404) Infix operators must be spaced. (space-infix-ops)
(#10404) Infix operators must be spaced. (space-infix-ops)
(#10404) Infix operators must be spaced. (space-infix-ops)
(#10404) Infix operators must be spaced. (space-infix-ops)
(#10404) Infix operators must be spaced. (space-infix-ops)
(#10404) Infix operators must be spaced. (space-infix-ops)
(#10404) Infix operators must be spaced. (space-infix-ops)
(#10404) Infix operators must be spaced. (space-infix-ops)
(#10406) Unexpected space before function parentheses. (space-before-function-paren)
(#10407) Expected { after 'if' condition. (curly)
(#10407) Infix operators must be spaced. (space-infix-ops)
(#10407) Infix operators must be spaced. (space-infix-ops)
(#10407) Infix operators must be spaced. (space-infix-ops)
(#10407) Infix operators must be spaced. (space-infix-ops)
(#10407) Infix operators must be spaced. (space-infix-ops)
(#10407) Infix operators must be spaced. (space-infix-ops)
(#10407) Infix operators must be spaced. (space-infix-ops)
(#10407) Infix operators must be spaced. (space-infix-ops)
(#10408) Infix operators must be spaced. (space-infix-ops)
(#10408) Infix operators must be spaced. (space-infix-ops)
(#10408) Infix operators must be spaced. (space-infix-ops)
(#10408) Infix operators must be spaced. (space-infix-ops)
(#10408) Infix operators must be spaced. (space-infix-ops)
(#10408) Infix operators must be spaced. (space-infix-ops)
(#10408) Infix operators must be spaced. (space-infix-ops)
(#10410) Unexpected space before function parentheses. (space-before-function-paren)
(#10411) Infix operators must be spaced. (space-infix-ops)
(#10411) Infix operators must be spaced. (space-infix-ops)
(#10413) Unexpected space before function parentheses. (space-before-function-paren)
(#10414) Infix operators must be spaced. (space-infix-ops)
(#10414) Infix operators must be spaced. (space-infix-ops)
(#10416) Unexpected space before function parentheses. (space-before-function-paren)
(#10417) Infix operators must be spaced. (space-infix-ops)
(#10417) Infix operators must be spaced. (space-infix-ops)
(#10417) Infix operators must be spaced. (space-infix-ops)
(#10419) Unexpected space before function parentheses. (space-before-function-paren)
(#10420) Infix operators must be spaced. (space-infix-ops)
(#10420) Infix operators must be spaced. (space-infix-ops)
(#10422) Unexpected space before function parentheses. (space-before-function-paren)
(#10423) Infix operators must be spaced. (space-infix-ops)
(#10423) Infix operators must be spaced. (space-infix-ops)
(#10423) Infix operators must be spaced. (space-infix-ops)
(#10425) Unexpected space before function parentheses. (space-before-function-paren)
(#10426) Expected { after 'if' condition. (curly)
(#10426) Infix operators must be spaced. (space-infix-ops)
(#10427) Expected { after 'if' condition. (curly)
(#10427) Infix operators must be spaced. (space-infix-ops)
(#10427) Infix operators must be spaced. (space-infix-ops)
(#10428) Expected { after 'if' condition. (curly)
(#10428) Infix operators must be spaced. (space-infix-ops)
(#10428) Infix operators must be spaced. (space-infix-ops)
(#10428) Infix operators must be spaced. (space-infix-ops)
(#10429) Infix operators must be spaced. (space-infix-ops)
(#10431) Unexpected space before function parentheses. (space-before-function-paren)
(#10432) Infix operators must be spaced. (space-infix-ops)
(#10432) Infix operators must be spaced. (space-infix-ops)
(#10434) Unexpected space before function parentheses. (space-before-function-paren)
(#10435) Infix operators must be spaced. (space-infix-ops)
(#10435) Infix operators must be spaced. (space-infix-ops)
(#10435) Infix operators must be spaced. (space-infix-ops)
(#10435) Infix operators must be spaced. (space-infix-ops)
(#10437) Unexpected space before function parentheses. (space-before-function-paren)
(#10438) Expected { after 'if' condition. (curly)
(#10438) Infix operators must be spaced. (space-infix-ops)
(#10438) Infix operators must be spaced. (space-infix-ops)
(#10438) Infix operators must be spaced. (space-infix-ops)
(#10438) Infix operators must be spaced. (space-infix-ops)
(#10439) Infix operators must be spaced. (space-infix-ops)
(#10439) Infix operators must be spaced. (space-infix-ops)
(#10439) Infix operators must be spaced. (space-infix-ops)
(#10441) Unexpected space before function parentheses. (space-before-function-paren)
(#10442) 's' used outside of binding context. (block-scoped-var)
(#10442) Infix operators must be spaced. (space-infix-ops)
(#10442) Missing whitespace after semicolon. (semi-spacing)
(#10442) Infix operators must be spaced. (space-infix-ops)
(#10442) Missing whitespace after semicolon. (semi-spacing)
(#10442) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#10442) Infix operators must be spaced. (space-infix-ops)
(#10443) Expected { after 'if' condition. (curly)
(#10443) Infix operators must be spaced. (space-infix-ops)
(#10443) Expected { after 'if' condition. (curly)
(#10443) Multiple spaces found before 'if'. (no-multi-spaces)
(#10443) Infix operators must be spaced. (space-infix-ops)
(#10443) Infix operators must be spaced. (space-infix-ops)
(#10443) Infix operators must be spaced. (space-infix-ops)
(#10443) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#10443) Expected { after 'if' condition. (curly)
(#10443) Multiple spaces found before 'if'. (no-multi-spaces)
(#10443) Infix operators must be spaced. (space-infix-ops)
(#10443) Infix operators must be spaced. (space-infix-ops)
(#10443) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#10444) Statement inside of curly braces should be on next line. (brace-style)
(#10444) Infix operators must be spaced. (space-infix-ops)
(#10444) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#10444) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10444) 's' is already defined (no-redeclare)
(#10444) Infix operators must be spaced. (space-infix-ops)
(#10444) Infix operators must be spaced. (space-infix-ops)
(#10445) Expected { after 'else'. (curly)
(#10445) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#10445) 's' used outside of binding context. (block-scoped-var)
(#10445) 's' is already defined (no-redeclare)
(#10445) Infix operators must be spaced. (space-infix-ops)
(#10445) Infix operators must be spaced. (space-infix-ops)
(#10445) Unexpected space between function name and paren. (no-spaced-func)
(#10445) Infix operators must be spaced. (space-infix-ops)
(#10446) Infix operators must be spaced. (space-infix-ops)
(#10446) A space is required after ','. (comma-spacing)
(#10446) Infix operators must be spaced. (space-infix-ops)
(#10446) Infix operators must be spaced. (space-infix-ops)
(#10446) There should be no spaces inside this paren. (space-in-parens)
(#10446) Infix operators must be spaced. (space-infix-ops)
(#10446) Infix operators must be spaced. (space-infix-ops)
(#10446) 's' used outside of binding context. (block-scoped-var)
(#10446) Infix operators must be spaced. (space-infix-ops)
(#10446) Infix operators must be spaced. (space-infix-ops)
(#10446) Infix operators must be spaced. (space-infix-ops)
(#10446) There should be no spaces inside this paren. (space-in-parens)
(#10448) Unexpected space before function parentheses. (space-before-function-paren)
(#10449) 's' used outside of binding context. (block-scoped-var)
(#10449) Infix operators must be spaced. (space-infix-ops)
(#10449) Missing whitespace after semicolon. (semi-spacing)
(#10449) Infix operators must be spaced. (space-infix-ops)
(#10449) Missing whitespace after semicolon. (semi-spacing)
(#10449) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#10449) Infix operators must be spaced. (space-infix-ops)
(#10450) Expected { after 'if' condition. (curly)
(#10450) Infix operators must be spaced. (space-infix-ops)
(#10450) Expected { after 'if' condition. (curly)
(#10450) Multiple spaces found before 'if'. (no-multi-spaces)
(#10450) Infix operators must be spaced. (space-infix-ops)
(#10450) Infix operators must be spaced. (space-infix-ops)
(#10450) Infix operators must be spaced. (space-infix-ops)
(#10450) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#10450) Multiple spaces found before 'if'. (no-multi-spaces)
(#10450) Expected { after 'if' condition. (curly)
(#10450) Infix operators must be spaced. (space-infix-ops)
(#10450) Infix operators must be spaced. (space-infix-ops)
(#10450) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#10451) Statement inside of curly braces should be on next line. (brace-style)
(#10451) Infix operators must be spaced. (space-infix-ops)
(#10451) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10451) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#10451) 's' is already defined (no-redeclare)
(#10451) Infix operators must be spaced. (space-infix-ops)
(#10451) Infix operators must be spaced. (space-infix-ops)
(#10452) Expected { after 'else'. (curly)
(#10452) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#10452) 's' used outside of binding context. (block-scoped-var)
(#10452) 's' is already defined (no-redeclare)
(#10452) Infix operators must be spaced. (space-infix-ops)
(#10452) Infix operators must be spaced. (space-infix-ops)
(#10452) Unexpected space between function name and paren. (no-spaced-func)
(#10452) Infix operators must be spaced. (space-infix-ops)
(#10453) Infix operators must be spaced. (space-infix-ops)
(#10453) A space is required after ','. (comma-spacing)
(#10453) Infix operators must be spaced. (space-infix-ops)
(#10453) There should be no spaces inside this paren. (space-in-parens)
(#10453) Infix operators must be spaced. (space-infix-ops)
(#10453) Infix operators must be spaced. (space-infix-ops)
(#10453) 's' used outside of binding context. (block-scoped-var)
(#10453) Infix operators must be spaced. (space-infix-ops)
(#10453) Infix operators must be spaced. (space-infix-ops)
(#10453) Infix operators must be spaced. (space-infix-ops)
(#10453) There should be no spaces inside this paren. (space-in-parens)
(#10455) Unexpected space before function parentheses. (space-before-function-paren)
(#10456) 's' used outside of binding context. (block-scoped-var)
(#10456) Infix operators must be spaced. (space-infix-ops)
(#10456) Missing whitespace after semicolon. (semi-spacing)
(#10456) Infix operators must be spaced. (space-infix-ops)
(#10456) Missing whitespace after semicolon. (semi-spacing)
(#10456) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#10456) Infix operators must be spaced. (space-infix-ops)
(#10457) Expected { after 'if' condition. (curly)
(#10457) Infix operators must be spaced. (space-infix-ops)
(#10457) Multiple spaces found before 'if'. (no-multi-spaces)
(#10457) Expected { after 'if' condition. (curly)
(#10457) Infix operators must be spaced. (space-infix-ops)
(#10457) Infix operators must be spaced. (space-infix-ops)
(#10457) Infix operators must be spaced. (space-infix-ops)
(#10457) Infix operators must be spaced. (space-infix-ops)
(#10457) Expected { after 'if' condition. (curly)
(#10457) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#10457) Multiple spaces found before 'if'. (no-multi-spaces)
(#10457) Infix operators must be spaced. (space-infix-ops)
(#10457) Infix operators must be spaced. (space-infix-ops)
(#10457) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#10457) Infix operators must be spaced. (space-infix-ops)
(#10458) Statement inside of curly braces should be on next line. (brace-style)
(#10458) Infix operators must be spaced. (space-infix-ops)
(#10458) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10458) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#10458) 's' is already defined (no-redeclare)
(#10458) Infix operators must be spaced. (space-infix-ops)
(#10458) Infix operators must be spaced. (space-infix-ops)
(#10459) Expected { after 'else'. (curly)
(#10459) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#10459) 's' used outside of binding context. (block-scoped-var)
(#10459) 's' is already defined (no-redeclare)
(#10459) Infix operators must be spaced. (space-infix-ops)
(#10459) Infix operators must be spaced. (space-infix-ops)
(#10459) Unexpected space between function name and paren. (no-spaced-func)
(#10459) Infix operators must be spaced. (space-infix-ops)
(#10460) Expected { after 'if' condition. (curly)
(#10460) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#10460) Infix operators must be spaced. (space-infix-ops)
(#10460) Infix operators must be spaced. (space-infix-ops)
(#10460) A space is required after ','. (comma-spacing)
(#10460) Infix operators must be spaced. (space-infix-ops)
(#10460) Infix operators must be spaced. (space-infix-ops)
(#10460) There should be no spaces inside this paren. (space-in-parens)
(#10460) Infix operators must be spaced. (space-infix-ops)
(#10460) Infix operators must be spaced. (space-infix-ops)
(#10460) 's' used outside of binding context. (block-scoped-var)
(#10460) Infix operators must be spaced. (space-infix-ops)
(#10460) Infix operators must be spaced. (space-infix-ops)
(#10460) Infix operators must be spaced. (space-infix-ops)
(#10460) There should be no spaces inside this paren. (space-in-parens)
(#10461) Infix operators must be spaced. (space-infix-ops)
(#10461) A space is required after ','. (comma-spacing)
(#10461) Infix operators must be spaced. (space-infix-ops)
(#10461) Infix operators must be spaced. (space-infix-ops)
(#10461) There should be no spaces inside this paren. (space-in-parens)
(#10461) Infix operators must be spaced. (space-infix-ops)
(#10461) Infix operators must be spaced. (space-infix-ops)
(#10461) 's' used outside of binding context. (block-scoped-var)
(#10461) Infix operators must be spaced. (space-infix-ops)
(#10461) Infix operators must be spaced. (space-infix-ops)
(#10461) Infix operators must be spaced. (space-infix-ops)
(#10461) There should be no spaces inside this paren. (space-in-parens)
(#10461) Infix operators must be spaced. (space-infix-ops)
(#10461) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#10463) Unexpected space before function parentheses. (space-before-function-paren)
(#10464) Expected { after 'if' condition. (curly)
(#10465) Infix operators must be spaced. (space-infix-ops)
(#10465) Infix operators must be spaced. (space-infix-ops)
(#10465) Infix operators must be spaced. (space-infix-ops)
(#10465) Infix operators must be spaced. (space-infix-ops)
(#10465) Infix operators must be spaced. (space-infix-ops)
(#10465) Infix operators must be spaced. (space-infix-ops)
(#10467) Unexpected space before function parentheses. (space-before-function-paren)
(#10468) Expected { after 'if' condition. (curly)
(#10469) Infix operators must be spaced. (space-infix-ops)
(#10469) Infix operators must be spaced. (space-infix-ops)
(#10469) Infix operators must be spaced. (space-infix-ops)
(#10469) Infix operators must be spaced. (space-infix-ops)
(#10469) Infix operators must be spaced. (space-infix-ops)
(#10469) Infix operators must be spaced. (space-infix-ops)
(#10469) Infix operators must be spaced. (space-infix-ops)
(#10469) Infix operators must be spaced. (space-infix-ops)
(#10471) Unexpected space before function parentheses. (space-before-function-paren)
(#10472) Expected { after 'if' condition. (curly)
(#10473) Expected { after 'if' condition. (curly)
(#10473) Infix operators must be spaced. (space-infix-ops)
(#10473) Infix operators must be spaced. (space-infix-ops)
(#10473) Infix operators must be spaced. (space-infix-ops)
(#10473) Infix operators must be spaced. (space-infix-ops)
(#10473) Infix operators must be spaced. (space-infix-ops)
(#10473) Infix operators must be spaced. (space-infix-ops)
(#10473) Infix operators must be spaced. (space-infix-ops)
(#10473) Infix operators must be spaced. (space-infix-ops)
(#10473) Infix operators must be spaced. (space-infix-ops)
(#10474) Infix operators must be spaced. (space-infix-ops)
(#10474) Infix operators must be spaced. (space-infix-ops)
(#10474) Infix operators must be spaced. (space-infix-ops)
(#10474) Infix operators must be spaced. (space-infix-ops)
(#10474) Infix operators must be spaced. (space-infix-ops)
(#10474) Infix operators must be spaced. (space-infix-ops)
(#10474) Infix operators must be spaced. (space-infix-ops)
(#10474) Infix operators must be spaced. (space-infix-ops)
(#10476) Unexpected space before function parentheses. (space-before-function-paren)
(#10477) Unexpected space between function name and paren. (no-spaced-func)
(#10477) Infix operators must be spaced. (space-infix-ops)
(#10479) Unexpected space before function parentheses. (space-before-function-paren)
(#10480) Infix operators must be spaced. (space-infix-ops)
(#10480) Infix operators must be spaced. (space-infix-ops)
(#10481) Infix operators must be spaced. (space-infix-ops)
(#10481) Infix operators must be spaced. (space-infix-ops)
(#10481) Infix operators must be spaced. (space-infix-ops)
(#10482) Infix operators must be spaced. (space-infix-ops)
(#10483) Infix operators must be spaced. (space-infix-ops)
(#10483) Infix operators must be spaced. (space-infix-ops)
(#10483) Infix operators must be spaced. (space-infix-ops)
(#10483) Infix operators must be spaced. (space-infix-ops)
(#10483) Infix operators must be spaced. (space-infix-ops)
(#10483) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#10484) Infix operators must be spaced. (space-infix-ops)
(#10485) Infix operators must be spaced. (space-infix-ops)
(#10485) Infix operators must be spaced. (space-infix-ops)
(#10485) Infix operators must be spaced. (space-infix-ops)
(#10485) Infix operators must be spaced. (space-infix-ops)
(#10485) Infix operators must be spaced. (space-infix-ops)
(#10485) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#10487) Infix operators must be spaced. (space-infix-ops)
(#10487) Infix operators must be spaced. (space-infix-ops)
(#10487) Infix operators must be spaced. (space-infix-ops)
(#10487) Infix operators must be spaced. (space-infix-ops)
(#10487) Infix operators must be spaced. (space-infix-ops)
(#10487) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#10490) Unexpected space before function parentheses. (space-before-function-paren)
(#10491) Expected { after 'if' condition. (curly)
(#10491) Infix operators must be spaced. (space-infix-ops)
(#10491) Unexpected space between function name and paren. (no-spaced-func)
(#10491) Infix operators must be spaced. (space-infix-ops)
(#10491) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#10492) Unexpected space between function name and paren. (no-spaced-func)
(#10492) Infix operators must be spaced. (space-infix-ops)
(#10492) Infix operators must be spaced. (space-infix-ops)
(#10492) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#10492) Infix operators must be spaced. (space-infix-ops)
(#10492) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#10529) 'jQuery' is not defined. (no-undef)
(#10542) There should be no spaces inside this paren. (space-in-parens)
(#10542) 'undefined' is defined but never used (no-unused-vars)
(#10542) There should be no spaces inside this paren. (space-in-parens)
(#10549) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#10549) A space is required after ','. (comma-spacing)
(#10549) A space is required after ','. (comma-spacing)
(#10557) Missing space before value for key 'overflow'. (key-spacing)
(#10560) Expected { after 'if' condition. (curly)
(#10560) Expected space(s) after "if". (keyword-spacing)
(#10568) Expected { after 'if' condition. (curly)
(#10568) Expected space(s) after "if". (keyword-spacing)
(#10570) Expected space(s) after "if". (keyword-spacing)
(#10570) Expected { after 'if' condition. (curly)
(#10578) 'jQuery' is not defined. (no-undef)
(#10591) There should be no spaces inside this paren. (space-in-parens)
(#10591) 'undefined' is defined but never used (no-unused-vars)
(#10591) There should be no spaces inside this paren. (space-in-parens)
(#10595) Function 'anonymous' has a complexity of 27. (complexity)
(#10598) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#10598) A space is required after ','. (comma-spacing)
(#10598) A space is required after ','. (comma-spacing)
(#10606) Expected { after 'if' condition. (curly)
(#10613) 'distance' is already defined (no-redeclare)
(#10613) Missing space before value for key 'margin'. (key-spacing)
(#10613) Missing space before value for key 'margin'. (key-spacing)
(#10614) Expected { after 'if' condition. (curly)
(#10615) Expected { after 'if' condition. (curly)
(#10616) Expected { after 'if' condition. (curly)
(#10620) 'animation' used outside of binding context. (block-scoped-var)
(#10621) 'animation' used outside of binding context. (block-scoped-var)
(#10622) 'animation' used outside of binding context. (block-scoped-var)
(#10625) Unnecessary semicolon. (no-extra-semi)
(#10627) 'animation1' used outside of binding context. (block-scoped-var)
(#10627) 'animation2' used outside of binding context. (block-scoped-var)
(#10627) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#10628) 'animation1' used outside of binding context. (block-scoped-var)
(#10629) 'animation2' used outside of binding context. (block-scoped-var)
(#10630) 'animation1' used outside of binding context. (block-scoped-var)
(#10630) 'animation2' used outside of binding context. (block-scoped-var)
(#10632) Unnecessary semicolon. (no-extra-semi)
(#10634) 'animation' is already defined (no-redeclare)
(#10634) 'animation' used outside of binding context. (block-scoped-var)
(#10635) 'animation' used outside of binding context. (block-scoped-var)
(#10635) Multiple spaces found before '+'. (no-multi-spaces)
(#10636) 'animation' used outside of binding context. (block-scoped-var)
(#10636) Missing space before opening brace. (space-before-blocks)
(#10639) Expected space(s) after "if". (keyword-spacing)
(#10639) Expected { after 'if' condition. (curly)
(#10642) 'animation1' is already defined (no-redeclare)
(#10642) 'animation1' used outside of binding context. (block-scoped-var)
(#10642) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#10642) 'animation2' used outside of binding context. (block-scoped-var)
(#10642) 'animation2' is already defined (no-redeclare)
(#10643) 'animation1' used outside of binding context. (block-scoped-var)
(#10644) 'animation2' used outside of binding context. (block-scoped-var)
(#10645) 'animation1' used outside of binding context. (block-scoped-var)
(#10645) 'animation2' used outside of binding context. (block-scoped-var)
(#10645) Missing space before opening brace. (space-before-blocks)
(#10647) Expected { after 'if' condition. (curly)
(#10647) Expected space(s) after "if". (keyword-spacing)
(#10649) Unnecessary semicolon. (no-extra-semi)
(#10650) Statement inside of curly braces should be on next line. (brace-style)
(#10650) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10656) 'jQuery' is not defined. (no-undef)
(#10669) There should be no spaces inside this paren. (space-in-parens)
(#10669) 'undefined' is defined but never used (no-unused-vars)
(#10669) There should be no spaces inside this paren. (space-in-parens)
(#10676) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#10676) A space is required after ','. (comma-spacing)
(#10676) A space is required after ','. (comma-spacing)
(#10676) A space is required after ','. (comma-spacing)
(#10676) A space is required after ','. (comma-spacing)
(#10684) Missing space before value for key 'overflow'. (key-spacing)
(#10691) Expected space(s) after "if". (keyword-spacing)
(#10691) Statement inside of curly braces should be on next line. (brace-style)
(#10691) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10691) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#10699) There should be no space after '{' (object-curly-spacing)
(#10700) Expected space(s) after "if". (keyword-spacing)
(#10700) Expected { after 'if' condition. (curly)
(#10702) Expected space(s) after "if". (keyword-spacing)
(#10702) Expected { after 'if' condition. (curly)
(#10710) 'jQuery' is not defined. (no-undef)
(#10723) There should be no spaces inside this paren. (space-in-parens)
(#10723) 'undefined' is defined but never used (no-unused-vars)
(#10723) There should be no spaces inside this paren. (space-in-parens)
(#10730) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#10730) A space is required after ','. (comma-spacing)
(#10730) A space is required after ','. (comma-spacing)
(#10730) A space is required after ','. (comma-spacing)
(#10741) Missing space before value for key 'margin'. (key-spacing)
(#10741) Missing space before value for key 'margin'. (key-spacing)
(#10742) Expected { after 'if' condition. (curly)
(#10746) Do not nest ternary expressions (no-nested-ternary)
(#10749) There should be no space after '{' (object-curly-spacing)
(#10750) Expected space(s) after "if". (keyword-spacing)
(#10750) Expected { after 'if' condition. (curly)
(#10752) Expected space(s) after "if". (keyword-spacing)
(#10752) Expected { after 'if' condition. (curly)
(#10760) 'jQuery' is not defined. (no-undef)
(#10773) There should be no spaces inside this paren. (space-in-parens)
(#10773) 'undefined' is defined but never used (no-unused-vars)
(#10773) There should be no spaces inside this paren. (space-in-parens)
(#10782) Do not nest ternary expressions (no-nested-ternary)
(#10786) Expected space or tab after '//' in comment. (spaced-comment)
(#10787) A space is required after ','. (comma-spacing)
(#10788) A space is required after ','. (comma-spacing)
(#10793) Expected space(s) after "for". (keyword-spacing)
(#10793) Infix operators must be spaced. (space-infix-ops)
(#10793) Missing whitespace after semicolon. (semi-spacing)
(#10793) Infix operators must be spaced. (space-infix-ops)
(#10793) Missing whitespace after semicolon. (semi-spacing)
(#10794) Expected space(s) after "for". (keyword-spacing)
(#10794) Infix operators must be spaced. (space-infix-ops)
(#10794) Missing whitespace after semicolon. (semi-spacing)
(#10794) Infix operators must be spaced. (space-infix-ops)
(#10794) Missing whitespace after semicolon. (semi-spacing)
(#10802) Infix operators must be spaced. (space-infix-ops)
(#10802) Infix operators must be spaced. (space-infix-ops)
(#10803) Infix operators must be spaced. (space-infix-ops)
(#10803) Infix operators must be spaced. (space-infix-ops)
(#10810) Infix operators must be spaced. (space-infix-ops)
(#10811) Infix operators must be spaced. (space-infix-ops)
(#10812) Infix operators must be spaced. (space-infix-ops)
(#10812) Infix operators must be spaced. (space-infix-ops)
(#10812) Infix operators must be spaced. (space-infix-ops)
(#10812) Infix operators must be spaced. (space-infix-ops)
(#10812) Infix operators must be spaced. (space-infix-ops)
(#10812) Infix operators must be spaced. (space-infix-ops)
(#10813) Infix operators must be spaced. (space-infix-ops)
(#10813) Infix operators must be spaced. (space-infix-ops)
(#10813) Infix operators must be spaced. (space-infix-ops)
(#10813) Infix operators must be spaced. (space-infix-ops)
(#10813) Infix operators must be spaced. (space-infix-ops)
(#10813) Infix operators must be spaced. (space-infix-ops)
(#10816) Infix operators must be spaced. (space-infix-ops)
(#10816) Infix operators must be spaced. (space-infix-ops)
(#10816) Infix operators must be spaced. (space-infix-ops)
(#10816) Infix operators must be spaced. (space-infix-ops)
(#10816) Infix operators must be spaced. (space-infix-ops)
(#10816) Infix operators must be spaced. (space-infix-ops)
(#10817) Infix operators must be spaced. (space-infix-ops)
(#10817) Infix operators must be spaced. (space-infix-ops)
(#10817) Infix operators must be spaced. (space-infix-ops)
(#10817) Infix operators must be spaced. (space-infix-ops)
(#10817) Infix operators must be spaced. (space-infix-ops)
(#10817) Infix operators must be spaced. (space-infix-ops)
(#10826) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#10826) There should be no space after '{' (object-curly-spacing)
(#10826) There should be no space before '}' (object-curly-spacing)
(#10826) There should be no space after '{' (object-curly-spacing)
(#10826) There should be no space before '}' (object-curly-spacing)
(#10827) Expected space(s) after "if". (keyword-spacing)
(#10827) Expected { after 'if' condition. (curly)
(#10839) 'jQuery' is not defined. (no-undef)
(#10852) There should be no spaces inside this paren. (space-in-parens)
(#10852) 'undefined' is defined but never used (no-unused-vars)
(#10852) There should be no spaces inside this paren. (space-in-parens)
(#10859) There should be no space after '{' (object-curly-spacing)
(#10859) There should be no space before '}' (object-curly-spacing)
(#10864) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#10871) 'jQuery' is not defined. (no-undef)
(#10884) There should be no spaces inside this paren. (space-in-parens)
(#10884) 'undefined' is defined but never used (no-unused-vars)
(#10884) There should be no spaces inside this paren. (space-in-parens)
(#10891) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#10891) A space is required after ','. (comma-spacing)
(#10891) A space is required after ','. (comma-spacing)
(#10901) Missing space before value for key 'overflow'. (key-spacing)
(#10906) Expected space(s) after "if". (keyword-spacing)
(#10906) Expected { after 'if' condition. (curly)
(#10906) A space is required after ','. (comma-spacing)
(#10907) Expected { after 'if' condition. (curly)
(#10907) Expected space(s) after "if". (keyword-spacing)
(#10910) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#10917) Expected space(s) after "if". (keyword-spacing)
(#10917) Expected { after 'if' condition. (curly)
(#10919) Expected { after 'if' condition. (curly)
(#10919) Expected space(s) after "if". (keyword-spacing)
(#10927) 'jQuery' is not defined. (no-undef)
(#10940) There should be no spaces inside this paren. (space-in-parens)
(#10940) 'undefined' is defined but never used (no-unused-vars)
(#10940) There should be no spaces inside this paren. (space-in-parens)
(#10967) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#10969) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#10970) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#10977) 'jQuery' is not defined. (no-undef)
(#10990) There should be no spaces inside this paren. (space-in-parens)
(#10990) 'undefined' is defined but never used (no-unused-vars)
(#10990) There should be no spaces inside this paren. (space-in-parens)
(#10996) 'times' is not defined. (no-undef)
(#10997) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#10997) 'duration' is not defined. (no-undef)
(#10997) Unexpected use of comma operator. (no-sequences)
(#10998) 'isVisible' is not defined. (no-undef)
(#10999) 'animateTo' is not defined. (no-undef)
(#11001) 'isVisible' is not defined. (no-undef)
(#11003) 'animateTo' is not defined. (no-undef)
(#11006) 'isVisible' is not defined. (no-undef)
(#11006) 'isVisible' is not defined. (no-undef)
(#11007) 'times' is not defined. (no-undef)
(#11010) 'times' is not defined. (no-undef)
(#11011) There should be no space after '{' (object-curly-spacing)
(#11011) 'animateTo' is not defined. (no-undef)
(#11011) There should be no space before '}' (object-curly-spacing)
(#11011) 'duration' is not defined. (no-undef)
(#11012) 'animateTo' is not defined. (no-undef)
(#11012) 'animateTo' is not defined. (no-undef)
(#11015) There should be no space after '{' (object-curly-spacing)
(#11015) 'animateTo' is not defined. (no-undef)
(#11015) There should be no space before '}' (object-curly-spacing)
(#11015) 'duration' is not defined. (no-undef)
(#11016) 'animateTo' is not defined. (no-undef)
(#11019) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11023) Statement inside of curly braces should be on next line. (brace-style)
(#11023) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11028) 'jQuery' is not defined. (no-undef)
(#11041) There should be no spaces inside this paren. (space-in-parens)
(#11041) 'undefined' is defined but never used (no-unused-vars)
(#11041) There should be no spaces inside this paren. (space-in-parens)
(#11049) There should be no space after '{' (object-curly-spacing)
(#11049) There should be no space before '}' (object-curly-spacing)
(#11078) Line 11078 exceeds the maximum line length of 132. (max-len)
(#11078) A space is required after ','. (comma-spacing)
(#11078) Do not nest ternary expressions (no-nested-ternary)
(#11078) A space is required after ','. (comma-spacing)
(#11082) A space is required after ','. (comma-spacing)
(#11096) Requires a space after '{'. (block-spacing)
(#11096) Statement inside of curly braces should be on next line. (brace-style)
(#11096) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#11096) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11096) Requires a space before '}'. (block-spacing)
(#11096) Unnecessary semicolon. (no-extra-semi)
(#11097) Requires a space after '{'. (block-spacing)
(#11097) Statement inside of curly braces should be on next line. (brace-style)
(#11097) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11097) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#11097) Requires a space before '}'. (block-spacing)
(#11097) Unnecessary semicolon. (no-extra-semi)
(#11098) Unnecessary semicolon. (no-extra-semi)
(#11101) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#11115) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#11115) A space is required after ','. (comma-spacing)
(#11115) A space is required after ','. (comma-spacing)
(#11115) A space is required after ','. (comma-spacing)
(#11115) A space is required after ','. (comma-spacing)
(#11115) A space is required after ','. (comma-spacing)
(#11115) A space is required after ','. (comma-spacing)
(#11116) A space is required after ','. (comma-spacing)
(#11116) A space is required after ','. (comma-spacing)
(#11116) A space is required after ','. (comma-spacing)
(#11116) A space is required after ','. (comma-spacing)
(#11117) A space is required after ','. (comma-spacing)
(#11117) A space is required after ','. (comma-spacing)
(#11137) Unnecessary semicolon. (no-extra-semi)
(#11147) Unnecessary semicolon. (no-extra-semi)
(#11152) Unnecessary semicolon. (no-extra-semi)
(#11153) Unnecessary semicolon. (no-extra-semi)
(#11159) Unnecessary semicolon. (no-extra-semi)
(#11160) Unnecessary semicolon. (no-extra-semi)
(#11163) A space is required after ','. (comma-spacing)
(#11167) A space is required after ','. (comma-spacing)
(#11168) A space is required after ','. (comma-spacing)
(#11170) Missing space before opening brace. (space-before-blocks)
(#11171) 'child' is not defined. (no-undef)
(#11172) Expected { after 'if' condition. (curly)
(#11172) 'child' is not defined. (no-undef)
(#11173) Identifier 'c_original' is not in camel case. (camelcase)
(#11173) 'child' is not defined. (no-undef)
(#11173) 'child' is not defined. (no-undef)
(#11174) 'child' is not defined. (no-undef)
(#11174) Identifier 'c_original' is not in camel case. (camelcase)
(#11174) Identifier 'c_original' is not in camel case. (camelcase)
(#11175) 'child' is not defined. (no-undef)
(#11175) Identifier 'c_original' is not in camel case. (camelcase)
(#11175) Identifier 'c_original' is not in camel case. (camelcase)
(#11177) 'child' is not defined. (no-undef)
(#11177) 'child' is not defined. (no-undef)
(#11177) 'child' is not defined. (no-undef)
(#11178) 'child' is not defined. (no-undef)
(#11178) 'child' is not defined. (no-undef)
(#11178) 'child' is not defined. (no-undef)
(#11179) Unnecessary semicolon. (no-extra-semi)
(#11181) 'child' is not defined. (no-undef)
(#11181) 'child' is not defined. (no-undef)
(#11181) 'child' is not defined. (no-undef)
(#11182) 'child' is not defined. (no-undef)
(#11182) 'child' is not defined. (no-undef)
(#11182) 'child' is not defined. (no-undef)
(#11183) Unnecessary semicolon. (no-extra-semi)
(#11184) 'child' is not defined. (no-undef)
(#11184) 'child' is not defined. (no-undef)
(#11185) 'child' is not defined. (no-undef)
(#11185) 'child' is not defined. (no-undef)
(#11185) Missing space before opening brace. (space-before-blocks)
(#11186) Expected { after 'if' condition. (curly)
(#11186) 'child' is not defined. (no-undef)
(#11189) Unnecessary semicolon. (no-extra-semi)
(#11192) There should be no space after '{' (object-curly-spacing)
(#11196) Expected { after 'if' condition. (curly)
(#11196) Expected space(s) after "if". (keyword-spacing)
(#11198) Expected { after 'if' condition. (curly)
(#11198) Expected space(s) after "if". (keyword-spacing)
(#11206) 'jQuery' is not defined. (no-undef)
(#11219) There should be no spaces inside this paren. (space-in-parens)
(#11219) 'undefined' is defined but never used (no-unused-vars)
(#11219) There should be no spaces inside this paren. (space-in-parens)
(#11226) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#11226) A space is required after ','. (comma-spacing)
(#11226) A space is required after ','. (comma-spacing)
(#11229) 'mode' is defined but never used (no-unused-vars)
(#11242) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#11242) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#11243) Multiple spaces found before '+'. (no-multi-spaces)
(#11244) Multiple spaces found before '+'. (no-multi-spaces)
(#11245) Multiple spaces found before '+'. (no-multi-spaces)
(#11251) Unnecessary semicolon. (no-extra-semi)
(#11253) Missing space before opening brace. (space-before-blocks)
(#11255) Expected space(s) after "if". (keyword-spacing)
(#11255) Expected { after 'if' condition. (curly)
(#11257) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11257) Statement inside of curly braces should be on next line. (brace-style)
(#11263) 'jQuery' is not defined. (no-undef)
(#11276) There should be no spaces inside this paren. (space-in-parens)
(#11276) 'undefined' is defined but never used (no-unused-vars)
(#11276) There should be no spaces inside this paren. (space-in-parens)
(#11283) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#11283) A space is required after ','. (comma-spacing)
(#11283) A space is required after ','. (comma-spacing)
(#11291) Missing space before value for key 'overflow'. (key-spacing)
(#11294) Missing space before value for key 'margin'. (key-spacing)
(#11294) Missing space before value for key 'margin'. (key-spacing)
(#11295) Expected { after 'if' condition. (curly)
(#11299) Do not nest ternary expressions (no-nested-ternary)
(#11302) There should be no space after '{' (object-curly-spacing)
(#11303) Expected { after 'if' condition. (curly)
(#11303) Expected space(s) after "if". (keyword-spacing)
(#11305) Expected { after 'if' condition. (curly)
(#11305) Expected space(s) after "if". (keyword-spacing)
(#11313) 'jQuery' is not defined. (no-undef)
(#11326) There should be no spaces inside this paren. (space-in-parens)
(#11326) 'undefined' is defined but never used (no-unused-vars)
(#11326) There should be no spaces inside this paren. (space-in-parens)
(#11352) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11358) 'jQuery' is not defined. (no-undef)
mod/offlinequiz/lib/jquery/ui/jquery.effects.blind.js
(#13) There should be no spaces inside this paren. (space-in-parens)
(#13) 'undefined' is defined but never used (no-unused-vars)
(#13) There should be no spaces inside this paren. (space-in-parens)
(#20) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#28) Missing space before value for key 'overflow'. (key-spacing)
(#31) Expected space(s) after "if". (keyword-spacing)
(#31) Expected { after 'if' condition. (curly)
(#39) Expected space(s) after "if". (keyword-spacing)
(#39) Expected { after 'if' condition. (curly)
(#41) Expected space(s) after "if". (keyword-spacing)
(#41) Expected { after 'if' condition. (curly)
(#49) 'jQuery' is not defined. (no-undef)
mod/offlinequiz/lib/jquery/ui/jquery.effects.bounce.js
(#13) There should be no spaces inside this paren. (space-in-parens)
(#13) 'undefined' is defined but never used (no-unused-vars)
(#13) There should be no spaces inside this paren. (space-in-parens)
(#17) Function 'anonymous' has a complexity of 27. (complexity)
(#20) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#28) Expected { after 'if' condition. (curly)
(#35) 'distance' is already defined (no-redeclare)
(#35) Missing space before value for key 'margin'. (key-spacing)
(#35) Missing space before value for key 'margin'. (key-spacing)
(#36) Expected { after 'if' condition. (curly)
(#37) Expected { after 'if' condition. (curly)
(#38) Expected { after 'if' condition. (curly)
(#42) 'animation' used outside of binding context. (block-scoped-var)
(#43) 'animation' used outside of binding context. (block-scoped-var)
(#44) 'animation' used outside of binding context. (block-scoped-var)
(#47) Unnecessary semicolon. (no-extra-semi)
(#49) 'animation1' used outside of binding context. (block-scoped-var)
(#49) 'animation2' used outside of binding context. (block-scoped-var)
(#49) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#50) 'animation1' used outside of binding context. (block-scoped-var)
(#51) 'animation2' used outside of binding context. (block-scoped-var)
(#52) 'animation1' used outside of binding context. (block-scoped-var)
(#52) 'animation2' used outside of binding context. (block-scoped-var)
(#54) Unnecessary semicolon. (no-extra-semi)
(#56) 'animation' is already defined (no-redeclare)
(#56) 'animation' used outside of binding context. (block-scoped-var)
(#57) 'animation' used outside of binding context. (block-scoped-var)
(#57) Multiple spaces found before '+'. (no-multi-spaces)
(#58) 'animation' used outside of binding context. (block-scoped-var)
(#58) Missing space before opening brace. (space-before-blocks)
(#61) Expected { after 'if' condition. (curly)
(#61) Expected space(s) after "if". (keyword-spacing)
(#64) 'animation1' used outside of binding context. (block-scoped-var)
(#64) 'animation1' is already defined (no-redeclare)
(#64) 'animation2' used outside of binding context. (block-scoped-var)
(#64) 'animation2' is already defined (no-redeclare)
(#64) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#65) 'animation1' used outside of binding context. (block-scoped-var)
(#66) 'animation2' used outside of binding context. (block-scoped-var)
(#67) 'animation1' used outside of binding context. (block-scoped-var)
(#67) 'animation2' used outside of binding context. (block-scoped-var)
(#67) Missing space before opening brace. (space-before-blocks)
(#69) Expected space(s) after "if". (keyword-spacing)
(#69) Expected { after 'if' condition. (curly)
(#71) Unnecessary semicolon. (no-extra-semi)
(#72) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#72) Statement inside of curly braces should be on next line. (brace-style)
(#78) 'jQuery' is not defined. (no-undef)
mod/offlinequiz/lib/jquery/ui/jquery.effects.clip.js
(#13) There should be no spaces inside this paren. (space-in-parens)
(#13) 'undefined' is defined but never used (no-unused-vars)
(#13) There should be no spaces inside this paren. (space-in-parens)
(#20) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#28) Missing space before value for key 'overflow'. (key-spacing)
(#35) Expected space(s) after "if". (keyword-spacing)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#43) There should be no space after '{' (object-curly-spacing)
(#44) Expected { after 'if' condition. (curly)
(#44) Expected space(s) after "if". (keyword-spacing)
(#46) Expected { after 'if' condition. (curly)
(#46) Expected space(s) after "if". (keyword-spacing)
(#54) 'jQuery' is not defined. (no-undef)
mod/offlinequiz/lib/jquery/ui/jquery.effects.core.js
(#10) Unnecessary semicolon. (no-extra-semi)
(#10) 'jQuery' is not defined. (no-undef)
(#10) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#16) Expected space or tab after '/**' in comment. (spaced-comment)
(#17) Expected space or tab after '/**' in comment. (spaced-comment)
(#18) Expected space or tab after '/**' in comment. (spaced-comment)
(#43) Missing JSDoc comment. (require-jsdoc)
(#47) Expected { after 'if' condition. (curly)
(#47) There should be no spaces inside this paren. (space-in-parens)
(#47) There should be no spaces inside this paren. (space-in-parens)
(#51) Expected { after 'if' condition. (curly)
(#51) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#52) A space is required after ','. (comma-spacing)
(#52) A space is required after ','. (comma-spacing)
(#52) A space is required after ','. (comma-spacing)
(#55) Expected { after 'if' condition. (curly)
(#55) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#55) Unnecessary escape character: \% (no-useless-escape)
(#55) Unnecessary escape character: \% (no-useless-escape)
(#55) Unnecessary escape character: \% (no-useless-escape)
(#56) Infix operators must be spaced. (space-infix-ops)
(#56) Infix operators must be spaced. (space-infix-ops)
(#56) Infix operators must be spaced. (space-infix-ops)
(#59) Expected { after 'if' condition. (curly)
(#59) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#60) A space is required after ','. (comma-spacing)
(#60) A space is required after ','. (comma-spacing)
(#60) A space is required after ','. (comma-spacing)
(#63) Expected { after 'if' condition. (curly)
(#63) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#64) Infix operators must be spaced. (space-infix-ops)
(#64) A space is required after ','. (comma-spacing)
(#64) Infix operators must be spaced. (space-infix-ops)
(#64) A space is required after ','. (comma-spacing)
(#64) Infix operators must be spaced. (space-infix-ops)
(#64) A space is required after ','. (comma-spacing)
(#67) Expected { after 'if' condition. (curly)
(#67) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#68) ["transparent"] is better written in dot notation. (dot-notation)
(#74) Missing JSDoc comment. (require-jsdoc)
(#81) Expected { after 'if' condition. (curly)
(#81) There should be no spaces inside this paren. (space-in-parens)
(#81) There should be no spaces inside this paren. (space-in-parens)
(#85) There should be no spaces inside this paren. (space-in-parens)
(#85) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#85) There should be no spaces inside this paren. (space-in-parens)
(#88) Unnecessary semicolon. (no-extra-semi)
(#95) Missing space before value for key 'aqua'. (key-spacing)
(#95) A space is required after ','. (comma-spacing)
(#95) A space is required after ','. (comma-spacing)
(#96) Missing space before value for key 'azure'. (key-spacing)
(#96) A space is required after ','. (comma-spacing)
(#96) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'beige'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) A space is required after ','. (comma-spacing)
(#98) Missing space before value for key 'black'. (key-spacing)
(#98) A space is required after ','. (comma-spacing)
(#98) A space is required after ','. (comma-spacing)
(#99) Missing space before value for key 'blue'. (key-spacing)
(#99) A space is required after ','. (comma-spacing)
(#99) A space is required after ','. (comma-spacing)
(#100) Missing space before value for key 'brown'. (key-spacing)
(#100) A space is required after ','. (comma-spacing)
(#100) A space is required after ','. (comma-spacing)
(#101) Missing space before value for key 'cyan'. (key-spacing)
(#101) A space is required after ','. (comma-spacing)
(#101) A space is required after ','. (comma-spacing)
(#102) Missing space before value for key 'darkblue'. (key-spacing)
(#102) A space is required after ','. (comma-spacing)
(#102) A space is required after ','. (comma-spacing)
(#103) Missing space before value for key 'darkcyan'. (key-spacing)
(#103) A space is required after ','. (comma-spacing)
(#103) A space is required after ','. (comma-spacing)
(#104) Missing space before value for key 'darkgrey'. (key-spacing)
(#104) A space is required after ','. (comma-spacing)
(#104) A space is required after ','. (comma-spacing)
(#105) Missing space before value for key 'darkgreen'. (key-spacing)
(#105) A space is required after ','. (comma-spacing)
(#105) A space is required after ','. (comma-spacing)
(#106) Missing space before value for key 'darkkhaki'. (key-spacing)
(#106) A space is required after ','. (comma-spacing)
(#106) A space is required after ','. (comma-spacing)
(#107) Missing space before value for key 'darkmagenta'. (key-spacing)
(#107) A space is required after ','. (comma-spacing)
(#107) A space is required after ','. (comma-spacing)
(#108) Missing space before value for key 'darkolivegreen'. (key-spacing)
(#108) A space is required after ','. (comma-spacing)
(#108) A space is required after ','. (comma-spacing)
(#109) Missing space before value for key 'darkorange'. (key-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) A space is required after ','. (comma-spacing)
(#110) Missing space before value for key 'darkorchid'. (key-spacing)
(#110) A space is required after ','. (comma-spacing)
(#110) A space is required after ','. (comma-spacing)
(#111) Missing space before value for key 'darkred'. (key-spacing)
(#111) A space is required after ','. (comma-spacing)
(#111) A space is required after ','. (comma-spacing)
(#112) Missing space before value for key 'darksalmon'. (key-spacing)
(#112) A space is required after ','. (comma-spacing)
(#112) A space is required after ','. (comma-spacing)
(#113) Missing space before value for key 'darkviolet'. (key-spacing)
(#113) A space is required after ','. (comma-spacing)
(#113) A space is required after ','. (comma-spacing)
(#114) Missing space before value for key 'fuchsia'. (key-spacing)
(#114) A space is required after ','. (comma-spacing)
(#114) A space is required after ','. (comma-spacing)
(#115) Missing space before value for key 'gold'. (key-spacing)
(#115) A space is required after ','. (comma-spacing)
(#115) A space is required after ','. (comma-spacing)
(#116) Missing space before value for key 'green'. (key-spacing)
(#116) A space is required after ','. (comma-spacing)
(#116) A space is required after ','. (comma-spacing)
(#117) Missing space before value for key 'indigo'. (key-spacing)
(#117) A space is required after ','. (comma-spacing)
(#117) A space is required after ','. (comma-spacing)
(#118) Missing space before value for key 'khaki'. (key-spacing)
(#118) A space is required after ','. (comma-spacing)
(#118) A space is required after ','. (comma-spacing)
(#119) Missing space before value for key 'lightblue'. (key-spacing)
(#119) A space is required after ','. (comma-spacing)
(#119) A space is required after ','. (comma-spacing)
(#120) Missing space before value for key 'lightcyan'. (key-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#121) Missing space before value for key 'lightgreen'. (key-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) A space is required after ','. (comma-spacing)
(#122) Missing space before value for key 'lightgrey'. (key-spacing)
(#122) A space is required after ','. (comma-spacing)
(#122) A space is required after ','. (comma-spacing)
(#123) Missing space before value for key 'lightpink'. (key-spacing)
(#123) A space is required after ','. (comma-spacing)
(#123) A space is required after ','. (comma-spacing)
(#124) Missing space before value for key 'lightyellow'. (key-spacing)
(#124) A space is required after ','. (comma-spacing)
(#124) A space is required after ','. (comma-spacing)
(#125) Missing space before value for key 'lime'. (key-spacing)
(#125) A space is required after ','. (comma-spacing)
(#125) A space is required after ','. (comma-spacing)
(#126) Missing space before value for key 'magenta'. (key-spacing)
(#126) A space is required after ','. (comma-spacing)
(#126) A space is required after ','. (comma-spacing)
(#127) Missing space before value for key 'maroon'. (key-spacing)
(#127) A space is required after ','. (comma-spacing)
(#127) A space is required after ','. (comma-spacing)
(#128) Missing space before value for key 'navy'. (key-spacing)
(#128) A space is required after ','. (comma-spacing)
(#128) A space is required after ','. (comma-spacing)
(#129) Missing space before value for key 'olive'. (key-spacing)
(#129) A space is required after ','. (comma-spacing)
(#129) A space is required after ','. (comma-spacing)
(#130) Missing space before value for key 'orange'. (key-spacing)
(#130) A space is required after ','. (comma-spacing)
(#130) A space is required after ','. (comma-spacing)
(#131) Missing space before value for key 'pink'. (key-spacing)
(#131) A space is required after ','. (comma-spacing)
(#131) A space is required after ','. (comma-spacing)
(#132) Missing space before value for key 'purple'. (key-spacing)
(#132) A space is required after ','. (comma-spacing)
(#132) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'violet'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#134) Missing space before value for key 'red'. (key-spacing)
(#134) A space is required after ','. (comma-spacing)
(#134) A space is required after ','. (comma-spacing)
(#135) Missing space before value for key 'silver'. (key-spacing)
(#135) A space is required after ','. (comma-spacing)
(#135) A space is required after ','. (comma-spacing)
(#136) Missing space before value for key 'white'. (key-spacing)
(#136) A space is required after ','. (comma-spacing)
(#136) A space is required after ','. (comma-spacing)
(#137) Missing space before value for key 'yellow'. (key-spacing)
(#137) A space is required after ','. (comma-spacing)
(#137) A space is required after ','. (comma-spacing)
(#138) A space is required after ','. (comma-spacing)
(#138) A space is required after ','. (comma-spacing)
(#142) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#143) Expected space or tab after '/**' in comment. (spaced-comment)
(#144) Expected space or tab after '/**' in comment. (spaced-comment)
(#145) Expected space or tab after '/**' in comment. (spaced-comment)
(#160) Missing JSDoc comment. (require-jsdoc)
(#174) Missing space before opening brace. (space-before-blocks)
(#187) Trailing spaces not allowed. (no-trailing-spaces)
(#191) Missing JSDoc comment. (require-jsdoc)
(#197) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#211) Trailing spaces not allowed. (no-trailing-spaces)
(#215) Missing JSDoc comment. (require-jsdoc)
(#216) There should be no space after '{' (object-curly-spacing)
(#216) There should be no space before '}' (object-curly-spacing)
(#251) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#251) Statement inside of curly braces should be on next line. (brace-style)
(#260) Statement inside of curly braces should be on next line. (brace-style)
(#260) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#275) There should be no space after '{' (object-curly-spacing)
(#275) There should be no space before '}' (object-curly-spacing)
(#275) A space is required after ','. (comma-spacing)
(#275) A space is required after ','. (comma-spacing)
(#275) A space is required after ','. (comma-spacing)
(#279) A space is required after ','. (comma-spacing)
(#279) A space is required after ','. (comma-spacing)
(#279) A space is required after ','. (comma-spacing)
(#280) Line 280 exceeds the maximum line length of 132. (max-len)
(#280) There should be no space after '{' (object-curly-spacing)
(#280) There should be no space before '}' (object-curly-spacing)
(#280) A space is required after ','. (comma-spacing)
(#280) A space is required after ','. (comma-spacing)
(#280) A space is required after ','. (comma-spacing)
(#285) There should be no spaces inside this paren. (space-in-parens)
(#285) There should be no spaces inside this paren. (space-in-parens)
(#286) There should be no spaces inside this paren. (space-in-parens)
(#286) There should be no spaces inside this paren. (space-in-parens)
(#290) Infix operators must be spaced. (space-infix-ops)
(#290) Missing space before value for key 'add'. (key-spacing)
(#290) Missing space before value for key 'remove'. (key-spacing)
(#290) A space is required after ','. (comma-spacing)
(#290) A space is required after ','. (comma-spacing)
(#290) A space is required after ','. (comma-spacing)
(#294) There should be no space after '{' (object-curly-spacing)
(#294) There should be no space before '}' (object-curly-spacing)
(#294) A space is required after ','. (comma-spacing)
(#294) A space is required after ','. (comma-spacing)
(#294) A space is required after ','. (comma-spacing)
(#298) A space is required after ','. (comma-spacing)
(#298) A space is required after ','. (comma-spacing)
(#298) A space is required after ','. (comma-spacing)
(#298) A space is required after ','. (comma-spacing)
(#299) There should be no space after '{' (object-curly-spacing)
(#299) There should be no space before '}' (object-curly-spacing)
(#299) A space is required after ','. (comma-spacing)
(#299) A space is required after ','. (comma-spacing)
(#299) A space is required after ','. (comma-spacing)
(#304) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#305) Expected space or tab after '/**' in comment. (spaced-comment)
(#306) Expected space or tab after '/**' in comment. (spaced-comment)
(#307) Expected space or tab after '/**' in comment. (spaced-comment)
(#314) Expected space(s) after "for". (keyword-spacing)
(#314) Infix operators must be spaced. (space-infix-ops)
(#315) Expected { after 'if' condition. (curly)
(#315) Expected space(s) after "if". (keyword-spacing)
(#315) Infix operators must be spaced. (space-infix-ops)
(#321) Expected space(s) after "for". (keyword-spacing)
(#321) Infix operators must be spaced. (space-infix-ops)
(#322) Expected { after 'if' condition. (curly)
(#322) Expected space(s) after "if". (keyword-spacing)
(#322) Infix operators must be spaced. (space-infix-ops)
(#327) Expected { after 'if' condition. (curly)
(#339) Unnecessary semicolon. (no-extra-semi)
(#345) Unnecessary semicolon. (no-extra-semi)
(#374) Line 374 exceeds the maximum line length of 132. (max-len)
(#374) Expected space or tab after '//' in comment. (spaced-comment)
(#378) There should be no space after '{' (object-curly-spacing)
(#378) There should be no space before '}' (object-curly-spacing)
(#379) There should be no space after '{' (object-curly-spacing)
(#379) There should be no space before '}' (object-curly-spacing)
(#391) There should be no space before '}' (object-curly-spacing)
(#398) Expected { after 'if' condition. (curly)
(#405) Missing space before opening brace. (space-before-blocks)
(#406) 'unit' is not defined. (no-undef)
(#407) Expected { after 'if' condition. (curly)
(#407) 'unit' is not defined. (no-undef)
(#407) 'unit' is not defined. (no-undef)
(#407) 'unit' is not defined. (no-undef)
(#414) Missing JSDoc comment. (require-jsdoc)
(#440) Do not nest ternary expressions (no-nested-ternary)
(#440) Do not nest ternary expressions (no-nested-ternary)
(#448) Missing JSDoc comment. (require-jsdoc)
(#448) There should be no spaces inside this paren. (space-in-parens)
(#448) There should be no spaces inside this paren. (space-in-parens)
(#450) There should be no spaces inside this paren. (space-in-parens)
(#450) There should be no space after '[' (computed-property-spacing)
(#450) There should be no space before ']' (computed-property-spacing)
(#450) There should be no spaces inside this paren. (space-in-parens)
(#453) Trailing spaces not allowed. (no-trailing-spaces)
(#455) There should be no spaces inside this paren. (space-in-parens)
(#455) There should be no space after '[' (computed-property-spacing)
(#455) There should be no space before ']' (computed-property-spacing)
(#455) There should be no spaces inside this paren. (space-in-parens)
(#458) Trailing spaces not allowed. (no-trailing-spaces)
(#463) 'callback' is defined but never used (no-unused-vars)
(#473) Trailing spaces not allowed. (no-trailing-spaces)
(#474) There should be no spaces inside this paren. (space-in-parens)
(#474) There should be no spaces inside this paren. (space-in-parens)
(#476) There should be no spaces inside this paren. (space-in-parens)
(#476) There should be no spaces inside this paren. (space-in-parens)
(#477) There should be no space after '[' (computed-property-spacing)
(#477) There should be no space before ']' (computed-property-spacing)
(#477) There should be no spaces inside this paren. (space-in-parens)
(#477) There should be no spaces inside this paren. (space-in-parens)
(#480) There should be no spaces inside this paren. (space-in-parens)
(#480) There should be no spaces inside this paren. (space-in-parens)
(#481) There should be no spaces inside this paren. (space-in-parens)
(#481) There should be no spaces inside this paren. (space-in-parens)
(#486) Trailing spaces not allowed. (no-trailing-spaces)
(#492) There should be no spaces inside this paren. (space-in-parens)
(#492) There should be no spaces inside this paren. (space-in-parens)
(#492) There should be no spaces inside this paren. (space-in-parens)
(#492) There should be no spaces inside this paren. (space-in-parens)
(#503) There should be no spaces inside this paren. (space-in-parens)
(#503) There should be no spaces inside this paren. (space-in-parens)
(#503) There should be no spaces inside this paren. (space-in-parens)
(#503) There should be no spaces inside this paren. (space-in-parens)
(#515) There should be no spaces inside this paren. (space-in-parens)
(#515) There should be no spaces inside this paren. (space-in-parens)
(#515) There should be no spaces inside this paren. (space-in-parens)
(#515) There should be no spaces inside this paren. (space-in-parens)
(#515) There should be no spaces inside this paren. (space-in-parens)
(#515) There should be no spaces inside this paren. (space-in-parens)
(#526) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#527) There should be no spaces inside this paren. (space-in-parens)
(#527) A space is required after ','. (comma-spacing)
(#527) A space is required after ','. (comma-spacing)
(#527) A space is required after ','. (comma-spacing)
(#527) Missing space before opening brace. (space-before-blocks)
(#528) Expected { after 'if' condition. (curly)
(#528) Expected space(s) after "if". (keyword-spacing)
(#536) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#537) Expected space or tab after '/**' in comment. (spaced-comment)
(#538) Expected space or tab after '/**' in comment. (spaced-comment)
(#539) Expected space or tab after '/**' in comment. (spaced-comment)
(#584) Unexpected space before function parentheses. (space-before-function-paren)
(#585) Expected space or tab after '//' in comment. (spaced-comment)
(#588) Unexpected space before function parentheses. (space-before-function-paren)
(#589) Infix operators must be spaced. (space-infix-ops)
(#589) Infix operators must be spaced. (space-infix-ops)
(#589) Infix operators must be spaced. (space-infix-ops)
(#591) Unexpected space before function parentheses. (space-before-function-paren)
(#592) Infix operators must be spaced. (space-infix-ops)
(#592) Infix operators must be spaced. (space-infix-ops)
(#592) Infix operators must be spaced. (space-infix-ops)
(#592) Infix operators must be spaced. (space-infix-ops)
(#594) Unexpected space before function parentheses. (space-before-function-paren)
(#595) Expected { after 'if' condition. (curly)
(#595) Infix operators must be spaced. (space-infix-ops)
(#595) Infix operators must be spaced. (space-infix-ops)
(#595) Infix operators must be spaced. (space-infix-ops)
(#595) Infix operators must be spaced. (space-infix-ops)
(#595) Infix operators must be spaced. (space-infix-ops)
(#596) Infix operators must be spaced. (space-infix-ops)
(#596) Infix operators must be spaced. (space-infix-ops)
(#596) Infix operators must be spaced. (space-infix-ops)
(#598) Unexpected space before function parentheses. (space-before-function-paren)
(#599) Infix operators must be spaced. (space-infix-ops)
(#599) Infix operators must be spaced. (space-infix-ops)
(#599) Infix operators must be spaced. (space-infix-ops)
(#599) Infix operators must be spaced. (space-infix-ops)
(#601) Unexpected space before function parentheses. (space-before-function-paren)
(#602) Infix operators must be spaced. (space-infix-ops)
(#602) Infix operators must be spaced. (space-infix-ops)
(#602) Infix operators must be spaced. (space-infix-ops)
(#602) Infix operators must be spaced. (space-infix-ops)
(#602) Infix operators must be spaced. (space-infix-ops)
(#602) Infix operators must be spaced. (space-infix-ops)
(#604) Unexpected space before function parentheses. (space-before-function-paren)
(#605) Expected { after 'if' condition. (curly)
(#605) Infix operators must be spaced. (space-infix-ops)
(#605) Infix operators must be spaced. (space-infix-ops)
(#605) Infix operators must be spaced. (space-infix-ops)
(#605) Infix operators must be spaced. (space-infix-ops)
(#605) Infix operators must be spaced. (space-infix-ops)
(#605) Infix operators must be spaced. (space-infix-ops)
(#606) Infix operators must be spaced. (space-infix-ops)
(#606) Infix operators must be spaced. (space-infix-ops)
(#606) Infix operators must be spaced. (space-infix-ops)
(#606) Infix operators must be spaced. (space-infix-ops)
(#606) Infix operators must be spaced. (space-infix-ops)
(#608) Unexpected space before function parentheses. (space-before-function-paren)
(#609) Infix operators must be spaced. (space-infix-ops)
(#609) Infix operators must be spaced. (space-infix-ops)
(#609) Infix operators must be spaced. (space-infix-ops)
(#609) Infix operators must be spaced. (space-infix-ops)
(#609) Infix operators must be spaced. (space-infix-ops)
(#611) Unexpected space before function parentheses. (space-before-function-paren)
(#612) Infix operators must be spaced. (space-infix-ops)
(#612) Infix operators must be spaced. (space-infix-ops)
(#612) Infix operators must be spaced. (space-infix-ops)
(#612) Infix operators must be spaced. (space-infix-ops)
(#612) Infix operators must be spaced. (space-infix-ops)
(#612) Infix operators must be spaced. (space-infix-ops)
(#614) Unexpected space before function parentheses. (space-before-function-paren)
(#615) Expected { after 'if' condition. (curly)
(#615) Infix operators must be spaced. (space-infix-ops)
(#615) Infix operators must be spaced. (space-infix-ops)
(#615) Infix operators must be spaced. (space-infix-ops)
(#615) Infix operators must be spaced. (space-infix-ops)
(#615) Infix operators must be spaced. (space-infix-ops)
(#615) Infix operators must be spaced. (space-infix-ops)
(#615) Infix operators must be spaced. (space-infix-ops)
(#616) Infix operators must be spaced. (space-infix-ops)
(#616) Infix operators must be spaced. (space-infix-ops)
(#616) Infix operators must be spaced. (space-infix-ops)
(#616) Infix operators must be spaced. (space-infix-ops)
(#616) Infix operators must be spaced. (space-infix-ops)
(#618) Unexpected space before function parentheses. (space-before-function-paren)
(#619) Infix operators must be spaced. (space-infix-ops)
(#619) Infix operators must be spaced. (space-infix-ops)
(#619) Infix operators must be spaced. (space-infix-ops)
(#619) Infix operators must be spaced. (space-infix-ops)
(#619) Infix operators must be spaced. (space-infix-ops)
(#619) Infix operators must be spaced. (space-infix-ops)
(#621) Unexpected space before function parentheses. (space-before-function-paren)
(#622) Infix operators must be spaced. (space-infix-ops)
(#622) Infix operators must be spaced. (space-infix-ops)
(#622) Infix operators must be spaced. (space-infix-ops)
(#622) Infix operators must be spaced. (space-infix-ops)
(#622) Infix operators must be spaced. (space-infix-ops)
(#622) Infix operators must be spaced. (space-infix-ops)
(#622) Infix operators must be spaced. (space-infix-ops)
(#622) Infix operators must be spaced. (space-infix-ops)
(#624) Unexpected space before function parentheses. (space-before-function-paren)
(#625) Expected { after 'if' condition. (curly)
(#625) Infix operators must be spaced. (space-infix-ops)
(#625) Infix operators must be spaced. (space-infix-ops)
(#625) Infix operators must be spaced. (space-infix-ops)
(#625) Infix operators must be spaced. (space-infix-ops)
(#625) Infix operators must be spaced. (space-infix-ops)
(#625) Infix operators must be spaced. (space-infix-ops)
(#625) Infix operators must be spaced. (space-infix-ops)
(#625) Infix operators must be spaced. (space-infix-ops)
(#626) Infix operators must be spaced. (space-infix-ops)
(#626) Infix operators must be spaced. (space-infix-ops)
(#626) Infix operators must be spaced. (space-infix-ops)
(#626) Infix operators must be spaced. (space-infix-ops)
(#626) Infix operators must be spaced. (space-infix-ops)
(#626) Infix operators must be spaced. (space-infix-ops)
(#626) Infix operators must be spaced. (space-infix-ops)
(#628) Unexpected space before function parentheses. (space-before-function-paren)
(#629) Infix operators must be spaced. (space-infix-ops)
(#629) Infix operators must be spaced. (space-infix-ops)
(#631) Unexpected space before function parentheses. (space-before-function-paren)
(#632) Infix operators must be spaced. (space-infix-ops)
(#632) Infix operators must be spaced. (space-infix-ops)
(#634) Unexpected space before function parentheses. (space-before-function-paren)
(#635) Infix operators must be spaced. (space-infix-ops)
(#635) Infix operators must be spaced. (space-infix-ops)
(#635) Infix operators must be spaced. (space-infix-ops)
(#637) Unexpected space before function parentheses. (space-before-function-paren)
(#638) Infix operators must be spaced. (space-infix-ops)
(#638) Infix operators must be spaced. (space-infix-ops)
(#640) Unexpected space before function parentheses. (space-before-function-paren)
(#641) Infix operators must be spaced. (space-infix-ops)
(#641) Infix operators must be spaced. (space-infix-ops)
(#641) Infix operators must be spaced. (space-infix-ops)
(#643) Unexpected space before function parentheses. (space-before-function-paren)
(#644) Expected { after 'if' condition. (curly)
(#644) Infix operators must be spaced. (space-infix-ops)
(#645) Expected { after 'if' condition. (curly)
(#645) Infix operators must be spaced. (space-infix-ops)
(#645) Infix operators must be spaced. (space-infix-ops)
(#646) Expected { after 'if' condition. (curly)
(#646) Infix operators must be spaced. (space-infix-ops)
(#646) Infix operators must be spaced. (space-infix-ops)
(#646) Infix operators must be spaced. (space-infix-ops)
(#647) Infix operators must be spaced. (space-infix-ops)
(#649) Unexpected space before function parentheses. (space-before-function-paren)
(#650) Infix operators must be spaced. (space-infix-ops)
(#650) Infix operators must be spaced. (space-infix-ops)
(#652) Unexpected space before function parentheses. (space-before-function-paren)
(#653) Infix operators must be spaced. (space-infix-ops)
(#653) Infix operators must be spaced. (space-infix-ops)
(#653) Infix operators must be spaced. (space-infix-ops)
(#653) Infix operators must be spaced. (space-infix-ops)
(#655) Unexpected space before function parentheses. (space-before-function-paren)
(#656) Expected { after 'if' condition. (curly)
(#656) Infix operators must be spaced. (space-infix-ops)
(#656) Infix operators must be spaced. (space-infix-ops)
(#656) Infix operators must be spaced. (space-infix-ops)
(#656) Infix operators must be spaced. (space-infix-ops)
(#657) Infix operators must be spaced. (space-infix-ops)
(#657) Infix operators must be spaced. (space-infix-ops)
(#657) Infix operators must be spaced. (space-infix-ops)
(#659) Unexpected space before function parentheses. (space-before-function-paren)
(#660) 's' used outside of binding context. (block-scoped-var)
(#660) Infix operators must be spaced. (space-infix-ops)
(#660) Missing whitespace after semicolon. (semi-spacing)
(#660) Infix operators must be spaced. (space-infix-ops)
(#660) Missing whitespace after semicolon. (semi-spacing)
(#660) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#660) Infix operators must be spaced. (space-infix-ops)
(#661) Expected { after 'if' condition. (curly)
(#661) Infix operators must be spaced. (space-infix-ops)
(#661) Expected { after 'if' condition. (curly)
(#661) Multiple spaces found before 'if'. (no-multi-spaces)
(#661) Infix operators must be spaced. (space-infix-ops)
(#661) Infix operators must be spaced. (space-infix-ops)
(#661) Infix operators must be spaced. (space-infix-ops)
(#661) Multiple spaces found before 'if'. (no-multi-spaces)
(#661) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#661) Expected { after 'if' condition. (curly)
(#661) Infix operators must be spaced. (space-infix-ops)
(#661) Infix operators must be spaced. (space-infix-ops)
(#661) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#662) Statement inside of curly braces should be on next line. (brace-style)
(#662) Infix operators must be spaced. (space-infix-ops)
(#662) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#662) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#662) 's' is already defined (no-redeclare)
(#662) Infix operators must be spaced. (space-infix-ops)
(#662) Infix operators must be spaced. (space-infix-ops)
(#663) Expected { after 'else'. (curly)
(#663) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#663) 's' used outside of binding context. (block-scoped-var)
(#663) 's' is already defined (no-redeclare)
(#663) Infix operators must be spaced. (space-infix-ops)
(#663) Infix operators must be spaced. (space-infix-ops)
(#663) Unexpected space between function name and paren. (no-spaced-func)
(#663) Infix operators must be spaced. (space-infix-ops)
(#664) Infix operators must be spaced. (space-infix-ops)
(#664) A space is required after ','. (comma-spacing)
(#664) Infix operators must be spaced. (space-infix-ops)
(#664) Infix operators must be spaced. (space-infix-ops)
(#664) There should be no spaces inside this paren. (space-in-parens)
(#664) Infix operators must be spaced. (space-infix-ops)
(#664) Infix operators must be spaced. (space-infix-ops)
(#664) 's' used outside of binding context. (block-scoped-var)
(#664) Infix operators must be spaced. (space-infix-ops)
(#664) Infix operators must be spaced. (space-infix-ops)
(#664) Infix operators must be spaced. (space-infix-ops)
(#664) There should be no spaces inside this paren. (space-in-parens)
(#666) Unexpected space before function parentheses. (space-before-function-paren)
(#667) 's' used outside of binding context. (block-scoped-var)
(#667) Infix operators must be spaced. (space-infix-ops)
(#667) Missing whitespace after semicolon. (semi-spacing)
(#667) Infix operators must be spaced. (space-infix-ops)
(#667) Missing whitespace after semicolon. (semi-spacing)
(#667) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#667) Infix operators must be spaced. (space-infix-ops)
(#668) Expected { after 'if' condition. (curly)
(#668) Infix operators must be spaced. (space-infix-ops)
(#668) Multiple spaces found before 'if'. (no-multi-spaces)
(#668) Expected { after 'if' condition. (curly)
(#668) Infix operators must be spaced. (space-infix-ops)
(#668) Infix operators must be spaced. (space-infix-ops)
(#668) Infix operators must be spaced. (space-infix-ops)
(#668) Expected { after 'if' condition. (curly)
(#668) Multiple spaces found before 'if'. (no-multi-spaces)
(#668) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#668) Infix operators must be spaced. (space-infix-ops)
(#668) Infix operators must be spaced. (space-infix-ops)
(#668) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#669) Statement inside of curly braces should be on next line. (brace-style)
(#669) Infix operators must be spaced. (space-infix-ops)
(#669) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#669) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#669) 's' is already defined (no-redeclare)
(#669) Infix operators must be spaced. (space-infix-ops)
(#669) Infix operators must be spaced. (space-infix-ops)
(#670) Expected { after 'else'. (curly)
(#670) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#670) 's' used outside of binding context. (block-scoped-var)
(#670) 's' is already defined (no-redeclare)
(#670) Infix operators must be spaced. (space-infix-ops)
(#670) Infix operators must be spaced. (space-infix-ops)
(#670) Unexpected space between function name and paren. (no-spaced-func)
(#670) Infix operators must be spaced. (space-infix-ops)
(#671) Infix operators must be spaced. (space-infix-ops)
(#671) A space is required after ','. (comma-spacing)
(#671) Infix operators must be spaced. (space-infix-ops)
(#671) There should be no spaces inside this paren. (space-in-parens)
(#671) Infix operators must be spaced. (space-infix-ops)
(#671) Infix operators must be spaced. (space-infix-ops)
(#671) 's' used outside of binding context. (block-scoped-var)
(#671) Infix operators must be spaced. (space-infix-ops)
(#671) Infix operators must be spaced. (space-infix-ops)
(#671) Infix operators must be spaced. (space-infix-ops)
(#671) There should be no spaces inside this paren. (space-in-parens)
(#673) Unexpected space before function parentheses. (space-before-function-paren)
(#674) 's' used outside of binding context. (block-scoped-var)
(#674) Infix operators must be spaced. (space-infix-ops)
(#674) Missing whitespace after semicolon. (semi-spacing)
(#674) Infix operators must be spaced. (space-infix-ops)
(#674) Missing whitespace after semicolon. (semi-spacing)
(#674) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#674) Infix operators must be spaced. (space-infix-ops)
(#675) Expected { after 'if' condition. (curly)
(#675) Infix operators must be spaced. (space-infix-ops)
(#675) Multiple spaces found before 'if'. (no-multi-spaces)
(#675) Expected { after 'if' condition. (curly)
(#675) Infix operators must be spaced. (space-infix-ops)
(#675) Infix operators must be spaced. (space-infix-ops)
(#675) Infix operators must be spaced. (space-infix-ops)
(#675) Infix operators must be spaced. (space-infix-ops)
(#675) Multiple spaces found before 'if'. (no-multi-spaces)
(#675) Expected { after 'if' condition. (curly)
(#675) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#675) Infix operators must be spaced. (space-infix-ops)
(#675) Infix operators must be spaced. (space-infix-ops)
(#675) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#675) Infix operators must be spaced. (space-infix-ops)
(#676) Statement inside of curly braces should be on next line. (brace-style)
(#676) Infix operators must be spaced. (space-infix-ops)
(#676) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#676) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#676) 's' is already defined (no-redeclare)
(#676) Infix operators must be spaced. (space-infix-ops)
(#676) Infix operators must be spaced. (space-infix-ops)
(#677) Expected { after 'else'. (curly)
(#677) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#677) 's' used outside of binding context. (block-scoped-var)
(#677) 's' is already defined (no-redeclare)
(#677) Infix operators must be spaced. (space-infix-ops)
(#677) Infix operators must be spaced. (space-infix-ops)
(#677) Unexpected space between function name and paren. (no-spaced-func)
(#677) Infix operators must be spaced. (space-infix-ops)
(#678) Expected { after 'if' condition. (curly)
(#678) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#678) Infix operators must be spaced. (space-infix-ops)
(#678) Infix operators must be spaced. (space-infix-ops)
(#678) A space is required after ','. (comma-spacing)
(#678) Infix operators must be spaced. (space-infix-ops)
(#678) Infix operators must be spaced. (space-infix-ops)
(#678) There should be no spaces inside this paren. (space-in-parens)
(#678) Infix operators must be spaced. (space-infix-ops)
(#678) Infix operators must be spaced. (space-infix-ops)
(#678) 's' used outside of binding context. (block-scoped-var)
(#678) Infix operators must be spaced. (space-infix-ops)
(#678) Infix operators must be spaced. (space-infix-ops)
(#678) Infix operators must be spaced. (space-infix-ops)
(#678) There should be no spaces inside this paren. (space-in-parens)
(#679) Infix operators must be spaced. (space-infix-ops)
(#679) A space is required after ','. (comma-spacing)
(#679) Infix operators must be spaced. (space-infix-ops)
(#679) Infix operators must be spaced. (space-infix-ops)
(#679) There should be no spaces inside this paren. (space-in-parens)
(#679) Infix operators must be spaced. (space-infix-ops)
(#679) Infix operators must be spaced. (space-infix-ops)
(#679) 's' used outside of binding context. (block-scoped-var)
(#679) Infix operators must be spaced. (space-infix-ops)
(#679) Infix operators must be spaced. (space-infix-ops)
(#679) Infix operators must be spaced. (space-infix-ops)
(#679) There should be no spaces inside this paren. (space-in-parens)
(#679) Infix operators must be spaced. (space-infix-ops)
(#679) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#681) Unexpected space before function parentheses. (space-before-function-paren)
(#682) Expected { after 'if' condition. (curly)
(#683) Infix operators must be spaced. (space-infix-ops)
(#683) Infix operators must be spaced. (space-infix-ops)
(#683) Infix operators must be spaced. (space-infix-ops)
(#683) Infix operators must be spaced. (space-infix-ops)
(#683) Infix operators must be spaced. (space-infix-ops)
(#683) Infix operators must be spaced. (space-infix-ops)
(#685) Unexpected space before function parentheses. (space-before-function-paren)
(#686) Expected { after 'if' condition. (curly)
(#687) Infix operators must be spaced. (space-infix-ops)
(#687) Infix operators must be spaced. (space-infix-ops)
(#687) Infix operators must be spaced. (space-infix-ops)
(#687) Infix operators must be spaced. (space-infix-ops)
(#687) Infix operators must be spaced. (space-infix-ops)
(#687) Infix operators must be spaced. (space-infix-ops)
(#687) Infix operators must be spaced. (space-infix-ops)
(#687) Infix operators must be spaced. (space-infix-ops)
(#689) Unexpected space before function parentheses. (space-before-function-paren)
(#690) Expected { after 'if' condition. (curly)
(#691) Expected { after 'if' condition. (curly)
(#691) Infix operators must be spaced. (space-infix-ops)
(#691) Infix operators must be spaced. (space-infix-ops)
(#691) Infix operators must be spaced. (space-infix-ops)
(#691) Infix operators must be spaced. (space-infix-ops)
(#691) Infix operators must be spaced. (space-infix-ops)
(#691) Infix operators must be spaced. (space-infix-ops)
(#691) Infix operators must be spaced. (space-infix-ops)
(#691) Infix operators must be spaced. (space-infix-ops)
(#691) Infix operators must be spaced. (space-infix-ops)
(#692) Infix operators must be spaced. (space-infix-ops)
(#692) Infix operators must be spaced. (space-infix-ops)
(#692) Infix operators must be spaced. (space-infix-ops)
(#692) Infix operators must be spaced. (space-infix-ops)
(#692) Infix operators must be spaced. (space-infix-ops)
(#692) Infix operators must be spaced. (space-infix-ops)
(#692) Infix operators must be spaced. (space-infix-ops)
(#692) Infix operators must be spaced. (space-infix-ops)
(#694) Unexpected space before function parentheses. (space-before-function-paren)
(#695) Unexpected space between function name and paren. (no-spaced-func)
(#695) Infix operators must be spaced. (space-infix-ops)
(#697) Unexpected space before function parentheses. (space-before-function-paren)
(#698) Infix operators must be spaced. (space-infix-ops)
(#698) Infix operators must be spaced. (space-infix-ops)
(#699) Infix operators must be spaced. (space-infix-ops)
(#699) Infix operators must be spaced. (space-infix-ops)
(#699) Infix operators must be spaced. (space-infix-ops)
(#700) Infix operators must be spaced. (space-infix-ops)
(#701) Infix operators must be spaced. (space-infix-ops)
(#701) Infix operators must be spaced. (space-infix-ops)
(#701) Infix operators must be spaced. (space-infix-ops)
(#701) Infix operators must be spaced. (space-infix-ops)
(#701) Infix operators must be spaced. (space-infix-ops)
(#701) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#702) Infix operators must be spaced. (space-infix-ops)
(#703) Infix operators must be spaced. (space-infix-ops)
(#703) Infix operators must be spaced. (space-infix-ops)
(#703) Infix operators must be spaced. (space-infix-ops)
(#703) Infix operators must be spaced. (space-infix-ops)
(#703) Infix operators must be spaced. (space-infix-ops)
(#703) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#705) Infix operators must be spaced. (space-infix-ops)
(#705) Infix operators must be spaced. (space-infix-ops)
(#705) Infix operators must be spaced. (space-infix-ops)
(#705) Infix operators must be spaced. (space-infix-ops)
(#705) Infix operators must be spaced. (space-infix-ops)
(#705) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#708) Unexpected space before function parentheses. (space-before-function-paren)
(#709) Expected { after 'if' condition. (curly)
(#709) Infix operators must be spaced. (space-infix-ops)
(#709) Unexpected space between function name and paren. (no-spaced-func)
(#709) Infix operators must be spaced. (space-infix-ops)
(#709) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#710) Unexpected space between function name and paren. (no-spaced-func)
(#710) Infix operators must be spaced. (space-infix-ops)
(#710) Infix operators must be spaced. (space-infix-ops)
(#710) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#710) Infix operators must be spaced. (space-infix-ops)
(#710) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#747) 'jQuery' is not defined. (no-undef)
mod/offlinequiz/lib/jquery/ui/jquery.effects.drop.js
(#13) There should be no spaces inside this paren. (space-in-parens)
(#13) 'undefined' is defined but never used (no-unused-vars)
(#13) There should be no spaces inside this paren. (space-in-parens)
(#20) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#31) Missing space before value for key 'margin'. (key-spacing)
(#31) Missing space before value for key 'margin'. (key-spacing)
(#32) Expected { after 'if' condition. (curly)
(#36) Do not nest ternary expressions (no-nested-ternary)
(#39) There should be no space after '{' (object-curly-spacing)
(#40) Expected { after 'if' condition. (curly)
(#40) Expected space(s) after "if". (keyword-spacing)
(#42) Expected { after 'if' condition. (curly)
(#42) Expected space(s) after "if". (keyword-spacing)
(#50) 'jQuery' is not defined. (no-undef)
mod/offlinequiz/lib/jquery/ui/jquery.effects.explode.js
(#13) There should be no spaces inside this paren. (space-in-parens)
(#13) 'undefined' is defined but never used (no-unused-vars)
(#13) There should be no spaces inside this paren. (space-in-parens)
(#22) Do not nest ternary expressions (no-nested-ternary)
(#26) Expected space or tab after '//' in comment. (spaced-comment)
(#27) A space is required after ','. (comma-spacing)
(#28) A space is required after ','. (comma-spacing)
(#33) Expected space(s) after "for". (keyword-spacing)
(#33) Infix operators must be spaced. (space-infix-ops)
(#33) Missing whitespace after semicolon. (semi-spacing)
(#33) Infix operators must be spaced. (space-infix-ops)
(#33) Missing whitespace after semicolon. (semi-spacing)
(#34) Expected space(s) after "for". (keyword-spacing)
(#34) Infix operators must be spaced. (space-infix-ops)
(#34) Missing whitespace after semicolon. (semi-spacing)
(#34) Infix operators must be spaced. (space-infix-ops)
(#34) Missing whitespace after semicolon. (semi-spacing)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#43) Infix operators must be spaced. (space-infix-ops)
(#43) Infix operators must be spaced. (space-infix-ops)
(#50) Infix operators must be spaced. (space-infix-ops)
(#51) Infix operators must be spaced. (space-infix-ops)
(#52) Infix operators must be spaced. (space-infix-ops)
(#52) Infix operators must be spaced. (space-infix-ops)
(#52) Infix operators must be spaced. (space-infix-ops)
(#52) Infix operators must be spaced. (space-infix-ops)
(#52) Infix operators must be spaced. (space-infix-ops)
(#52) Infix operators must be spaced. (space-infix-ops)
(#53) Infix operators must be spaced. (space-infix-ops)
(#53) Infix operators must be spaced. (space-infix-ops)
(#53) Infix operators must be spaced. (space-infix-ops)
(#53) Infix operators must be spaced. (space-infix-ops)
(#53) Infix operators must be spaced. (space-infix-ops)
(#53) Infix operators must be spaced. (space-infix-ops)
(#56) Infix operators must be spaced. (space-infix-ops)
(#56) Infix operators must be spaced. (space-infix-ops)
(#56) Infix operators must be spaced. (space-infix-ops)
(#56) Infix operators must be spaced. (space-infix-ops)
(#56) Infix operators must be spaced. (space-infix-ops)
(#56) Infix operators must be spaced. (space-infix-ops)
(#57) Infix operators must be spaced. (space-infix-ops)
(#57) Infix operators must be spaced. (space-infix-ops)
(#57) Infix operators must be spaced. (space-infix-ops)
(#57) Infix operators must be spaced. (space-infix-ops)
(#57) Infix operators must be spaced. (space-infix-ops)
(#57) Infix operators must be spaced. (space-infix-ops)
(#66) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#66) There should be no space after '{' (object-curly-spacing)
(#66) There should be no space before '}' (object-curly-spacing)
(#66) There should be no space after '{' (object-curly-spacing)
(#66) There should be no space before '}' (object-curly-spacing)
(#67) Expected { after 'if' condition. (curly)
(#67) Expected space(s) after "if". (keyword-spacing)
(#79) 'jQuery' is not defined. (no-undef)
mod/offlinequiz/lib/jquery/ui/jquery.effects.fade.js
(#13) There should be no spaces inside this paren. (space-in-parens)
(#13) 'undefined' is defined but never used (no-unused-vars)
(#13) There should be no spaces inside this paren. (space-in-parens)
(#20) There should be no space after '{' (object-curly-spacing)
(#20) There should be no space before '}' (object-curly-spacing)
(#25) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#32) 'jQuery' is not defined. (no-undef)
mod/offlinequiz/lib/jquery/ui/jquery.effects.fold.js
(#13) There should be no spaces inside this paren. (space-in-parens)
(#13) 'undefined' is defined but never used (no-unused-vars)
(#13) There should be no spaces inside this paren. (space-in-parens)
(#20) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'overflow'. (key-spacing)
(#35) Expected { after 'if' condition. (curly)
(#35) Expected space(s) after "if". (keyword-spacing)
(#35) A space is required after ','. (comma-spacing)
(#36) Expected space(s) after "if". (keyword-spacing)
(#36) Expected { after 'if' condition. (curly)
(#39) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#46) Expected { after 'if' condition. (curly)
(#46) Expected space(s) after "if". (keyword-spacing)
(#48) Expected space(s) after "if". (keyword-spacing)
(#48) Expected { after 'if' condition. (curly)
(#56) 'jQuery' is not defined. (no-undef)
mod/offlinequiz/lib/jquery/ui/jquery.effects.highlight.js
(#13) There should be no spaces inside this paren. (space-in-parens)
(#13) 'undefined' is defined but never used (no-unused-vars)
(#13) There should be no spaces inside this paren. (space-in-parens)
(#40) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#42) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#43) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#50) 'jQuery' is not defined. (no-undef)
mod/offlinequiz/lib/jquery/ui/jquery.effects.pulsate.js
(#13) There should be no spaces inside this paren. (space-in-parens)
(#13) 'undefined' is defined but never used (no-unused-vars)
(#13) There should be no spaces inside this paren. (space-in-parens)
(#19) 'times' is not defined. (no-undef)
(#20) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#20) 'duration' is not defined. (no-undef)
(#20) Unexpected use of comma operator. (no-sequences)
(#21) 'isVisible' is not defined. (no-undef)
(#22) 'animateTo' is not defined. (no-undef)
(#24) 'isVisible' is not defined. (no-undef)
(#26) 'animateTo' is not defined. (no-undef)
(#29) 'isVisible' is not defined. (no-undef)
(#29) 'isVisible' is not defined. (no-undef)
(#30) 'times' is not defined. (no-undef)
(#33) 'times' is not defined. (no-undef)
(#34) There should be no space after '{' (object-curly-spacing)
(#34) 'animateTo' is not defined. (no-undef)
(#34) There should be no space before '}' (object-curly-spacing)
(#34) 'duration' is not defined. (no-undef)
(#35) 'animateTo' is not defined. (no-undef)
(#35) 'animateTo' is not defined. (no-undef)
(#38) There should be no space after '{' (object-curly-spacing)
(#38) 'animateTo' is not defined. (no-undef)
(#38) There should be no space before '}' (object-curly-spacing)
(#38) 'duration' is not defined. (no-undef)
(#39) 'animateTo' is not defined. (no-undef)
(#42) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#46) Statement inside of curly braces should be on next line. (brace-style)
(#46) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#51) 'jQuery' is not defined. (no-undef)
mod/offlinequiz/lib/jquery/ui/jquery.effects.scale.js
(#13) There should be no spaces inside this paren. (space-in-parens)
(#13) 'undefined' is defined but never used (no-unused-vars)
(#13) There should be no spaces inside this paren. (space-in-parens)
(#21) There should be no space after '{' (object-curly-spacing)
(#21) There should be no space before '}' (object-curly-spacing)
(#50) Line 50 exceeds the maximum line length of 132. (max-len)
(#50) A space is required after ','. (comma-spacing)
(#50) Do not nest ternary expressions (no-nested-ternary)
(#50) A space is required after ','. (comma-spacing)
(#54) A space is required after ','. (comma-spacing)
(#68) Requires a space after '{'. (block-spacing)
(#68) Statement inside of curly braces should be on next line. (brace-style)
(#68) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#68) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#68) Requires a space before '}'. (block-spacing)
(#68) Unnecessary semicolon. (no-extra-semi)
(#69) Requires a space after '{'. (block-spacing)
(#69) Statement inside of curly braces should be on next line. (brace-style)
(#69) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#69) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#69) Requires a space before '}'. (block-spacing)
(#69) Unnecessary semicolon. (no-extra-semi)
(#70) Unnecessary semicolon. (no-extra-semi)
(#73) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#87) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#87) A space is required after ','. (comma-spacing)
(#87) A space is required after ','. (comma-spacing)
(#87) A space is required after ','. (comma-spacing)
(#87) A space is required after ','. (comma-spacing)
(#87) A space is required after ','. (comma-spacing)
(#87) A space is required after ','. (comma-spacing)
(#87) A space is required after ','. (comma-spacing)
(#87) A space is required after ','. (comma-spacing)
(#88) A space is required after ','. (comma-spacing)
(#88) A space is required after ','. (comma-spacing)
(#88) A space is required after ','. (comma-spacing)
(#88) A space is required after ','. (comma-spacing)
(#88) A space is required after ','. (comma-spacing)
(#88) A space is required after ','. (comma-spacing)
(#89) A space is required after ','. (comma-spacing)
(#89) A space is required after ','. (comma-spacing)
(#109) Unnecessary semicolon. (no-extra-semi)
(#119) Unnecessary semicolon. (no-extra-semi)
(#124) Unnecessary semicolon. (no-extra-semi)
(#125) Unnecessary semicolon. (no-extra-semi)
(#131) Unnecessary semicolon. (no-extra-semi)
(#132) Unnecessary semicolon. (no-extra-semi)
(#135) A space is required after ','. (comma-spacing)
(#139) A space is required after ','. (comma-spacing)
(#140) A space is required after ','. (comma-spacing)
(#142) Missing space before opening brace. (space-before-blocks)
(#143) 'child' is not defined. (no-undef)
(#144) Expected { after 'if' condition. (curly)
(#144) 'child' is not defined. (no-undef)
(#145) Identifier 'c_original' is not in camel case. (camelcase)
(#145) 'child' is not defined. (no-undef)
(#145) 'child' is not defined. (no-undef)
(#146) 'child' is not defined. (no-undef)
(#146) Identifier 'c_original' is not in camel case. (camelcase)
(#146) Identifier 'c_original' is not in camel case. (camelcase)
(#147) 'child' is not defined. (no-undef)
(#147) Identifier 'c_original' is not in camel case. (camelcase)
(#147) Identifier 'c_original' is not in camel case. (camelcase)
(#149) 'child' is not defined. (no-undef)
(#149) 'child' is not defined. (no-undef)
(#149) 'child' is not defined. (no-undef)
(#150) 'child' is not defined. (no-undef)
(#150) 'child' is not defined. (no-undef)
(#150) 'child' is not defined. (no-undef)
(#151) Unnecessary semicolon. (no-extra-semi)
(#153) 'child' is not defined. (no-undef)
(#153) 'child' is not defined. (no-undef)
(#153) 'child' is not defined. (no-undef)
(#154) 'child' is not defined. (no-undef)
(#154) 'child' is not defined. (no-undef)
(#154) 'child' is not defined. (no-undef)
(#155) Unnecessary semicolon. (no-extra-semi)
(#156) 'child' is not defined. (no-undef)
(#156) 'child' is not defined. (no-undef)
(#157) 'child' is not defined. (no-undef)
(#157) 'child' is not defined. (no-undef)
(#157) Missing space before opening brace. (space-before-blocks)
(#158) Expected { after 'if' condition. (curly)
(#158) 'child' is not defined. (no-undef)
(#161) Unnecessary semicolon. (no-extra-semi)
(#164) There should be no space after '{' (object-curly-spacing)
(#168) Expected { after 'if' condition. (curly)
(#168) Expected space(s) after "if". (keyword-spacing)
(#170) Expected { after 'if' condition. (curly)
(#170) Expected space(s) after "if". (keyword-spacing)
(#178) 'jQuery' is not defined. (no-undef)
mod/offlinequiz/lib/jquery/ui/jquery.effects.shake.js
(#13) There should be no spaces inside this paren. (space-in-parens)
(#13) 'undefined' is defined but never used (no-unused-vars)
(#13) There should be no spaces inside this paren. (space-in-parens)
(#20) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#23) 'mode' is defined but never used (no-unused-vars)
(#36) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#36) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#37) Multiple spaces found before '+'. (no-multi-spaces)
(#38) Multiple spaces found before '+'. (no-multi-spaces)
(#39) Multiple spaces found before '+'. (no-multi-spaces)
(#45) Unnecessary semicolon. (no-extra-semi)
(#47) Missing space before opening brace. (space-before-blocks)
(#49) Expected space(s) after "if". (keyword-spacing)
(#49) Expected { after 'if' condition. (curly)
(#51) Statement inside of curly braces should be on next line. (brace-style)
(#51) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#57) 'jQuery' is not defined. (no-undef)
mod/offlinequiz/lib/jquery/ui/jquery.effects.slide.js
(#13) There should be no spaces inside this paren. (space-in-parens)
(#13) 'undefined' is defined but never used (no-unused-vars)
(#13) There should be no spaces inside this paren. (space-in-parens)
(#20) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#28) Missing space before value for key 'overflow'. (key-spacing)
(#31) Missing space before value for key 'margin'. (key-spacing)
(#31) Missing space before value for key 'margin'. (key-spacing)
(#32) Expected { after 'if' condition. (curly)
(#32) Do not nest ternary expressions (no-nested-ternary)
(#36) Do not nest ternary expressions (no-nested-ternary)
(#39) There should be no space after '{' (object-curly-spacing)
(#40) Expected space(s) after "if". (keyword-spacing)
(#40) Expected { after 'if' condition. (curly)
(#42) Expected space(s) after "if". (keyword-spacing)
(#42) Expected { after 'if' condition. (curly)
(#50) 'jQuery' is not defined. (no-undef)
mod/offlinequiz/lib/jquery/ui/jquery.effects.transfer.js
(#13) There should be no spaces inside this paren. (space-in-parens)
(#13) 'undefined' is defined but never used (no-unused-vars)
(#13) There should be no spaces inside this paren. (space-in-parens)
(#39) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#45) 'jQuery' is not defined. (no-undef)
mod/offlinequiz/lib/jquery/ui/jquery.ui.accordion.js
(#14) There should be no spaces inside this paren. (space-in-parens)
(#14) 'undefined' is defined but never used (no-unused-vars)
(#14) There should be no spaces inside this paren. (space-in-parens)
(#16) There should be no spaces inside this paren. (space-in-parens)
(#45) There should be no spaces inside this paren. (space-in-parens)
(#45) There should be no spaces inside this paren. (space-in-parens)
(#48) There should be no spaces inside this paren. (space-in-parens)
(#48) There should be no spaces inside this paren. (space-in-parens)
(#49) There should be no spaces inside this paren. (space-in-parens)
(#49) There should be no spaces inside this paren. (space-in-parens)
(#51) There should be no spaces inside this paren. (space-in-parens)
(#51) There should be no spaces inside this paren. (space-in-parens)
(#52) There should be no spaces inside this paren. (space-in-parens)
(#52) There should be no spaces inside this paren. (space-in-parens)
(#53) There should be no spaces inside this paren. (space-in-parens)
(#54) There should be no spaces inside this paren. (space-in-parens)
(#54) There should be no spaces inside this paren. (space-in-parens)
(#57) There should be no spaces inside this paren. (space-in-parens)
(#57) There should be no spaces inside this paren. (space-in-parens)
(#57) There should be no spaces inside this paren. (space-in-parens)
(#57) There should be no spaces inside this paren. (space-in-parens)
(#59) There should be no spaces inside this paren. (space-in-parens)
(#60) There should be no spaces inside this paren. (space-in-parens)
(#60) There should be no spaces inside this paren. (space-in-parens)
(#63) There should be no spaces inside this paren. (space-in-parens)
(#63) There should be no spaces inside this paren. (space-in-parens)
(#63) There should be no spaces inside this paren. (space-in-parens)
(#63) There should be no spaces inside this paren. (space-in-parens)
(#65) There should be no spaces inside this paren. (space-in-parens)
(#66) There should be no spaces inside this paren. (space-in-parens)
(#66) There should be no spaces inside this paren. (space-in-parens)
(#69) There should be no spaces inside this paren. (space-in-parens)
(#69) There should be no spaces inside this paren. (space-in-parens)
(#69) There should be no spaces inside this paren. (space-in-parens)
(#69) There should be no spaces inside this paren. (space-in-parens)
(#71) There should be no spaces inside this paren. (space-in-parens)
(#72) There should be no spaces inside this paren. (space-in-parens)
(#72) There should be no spaces inside this paren. (space-in-parens)
(#75) There should be no spaces inside this paren. (space-in-parens)
(#75) There should be no spaces inside this paren. (space-in-parens)
(#75) There should be no spaces inside this paren. (space-in-parens)
(#75) There should be no spaces inside this paren. (space-in-parens)
(#79) There should be no spaces inside this paren. (space-in-parens)
(#79) There should be no spaces inside this paren. (space-in-parens)
(#81) There should be no spaces inside this paren. (space-in-parens)
(#81) There should be no spaces inside this paren. (space-in-parens)
(#82) There should be no spaces inside this paren. (space-in-parens)
(#82) There should be no spaces inside this paren. (space-in-parens)
(#85) There should be no spaces inside this paren. (space-in-parens)
(#85) There should be no spaces inside this paren. (space-in-parens)
(#86) 'current' used outside of binding context. (block-scoped-var)
(#86) There should be no spaces inside this paren. (space-in-parens)
(#86) There should be no spaces inside this paren. (space-in-parens)
(#87) There should be no spaces inside this paren. (space-in-parens)
(#87) 'current' used outside of binding context. (block-scoped-var)
(#87) There should be no spaces inside this paren. (space-in-parens)
(#88) 'header' used outside of binding context. (block-scoped-var)
(#88) 'current' used outside of binding context. (block-scoped-var)
(#88) There should be no spaces inside this paren. (space-in-parens)
(#88) There should be no spaces inside this paren. (space-in-parens)
(#89) There should be no spaces inside this paren. (space-in-parens)
(#89) 'header' used outside of binding context. (block-scoped-var)
(#89) There should be no spaces inside this paren. (space-in-parens)
(#91) 'header' used outside of binding context. (block-scoped-var)
(#94) 'current' used outside of binding context. (block-scoped-var)
(#94) There should be no spaces inside this paren. (space-in-parens)
(#94) There should be no spaces inside this paren. (space-in-parens)
(#99) There should be no spaces inside this paren. (space-in-parens)
(#99) There should be no spaces inside this paren. (space-in-parens)
(#100) 'current' is already defined (no-redeclare)
(#100) 'current' used outside of binding context. (block-scoped-var)
(#100) There should be no spaces inside this paren. (space-in-parens)
(#100) There should be no spaces inside this paren. (space-in-parens)
(#100) There should be no spaces inside this paren. (space-in-parens)
(#100) There should be no spaces inside this paren. (space-in-parens)
(#100) There should be no spaces inside this paren. (space-in-parens)
(#100) There should be no spaces inside this paren. (space-in-parens)
(#101) There should be no spaces inside this paren. (space-in-parens)
(#101) 'current' used outside of binding context. (block-scoped-var)
(#101) There should be no spaces inside this paren. (space-in-parens)
(#102) 'header' used outside of binding context. (block-scoped-var)
(#102) 'header' is already defined (no-redeclare)
(#102) 'current' used outside of binding context. (block-scoped-var)
(#102) There should be no spaces inside this paren. (space-in-parens)
(#102) There should be no spaces inside this paren. (space-in-parens)
(#103) There should be no spaces inside this paren. (space-in-parens)
(#103) 'header' used outside of binding context. (block-scoped-var)
(#103) There should be no spaces inside this paren. (space-in-parens)
(#105) 'header' used outside of binding context. (block-scoped-var)
(#108) 'current' used outside of binding context. (block-scoped-var)
(#108) There should be no spaces inside this paren. (space-in-parens)
(#108) There should be no spaces inside this paren. (space-in-parens)
(#113) There should be no spaces inside this paren. (space-in-parens)
(#113) There should be no spaces inside this paren. (space-in-parens)
(#114) There should be no spaces inside this paren. (space-in-parens)
(#114) There should be no spaces inside this paren. (space-in-parens)
(#115) There should be no spaces inside this paren. (space-in-parens)
(#115) There should be no spaces inside this paren. (space-in-parens)
(#116) There should be no spaces inside this paren. (space-in-parens)
(#116) There should be no spaces inside this paren. (space-in-parens)
(#117) There should be no spaces inside this paren. (space-in-parens)
(#117) There should be no spaces inside this paren. (space-in-parens)
(#121) Trailing spaces not allowed. (no-trailing-spaces)
(#123) There should be no spaces inside this paren. (space-in-parens)
(#123) There should be no spaces inside this paren. (space-in-parens)
(#126) There should be no spaces inside this paren. (space-in-parens)
(#126) There should be no spaces inside this paren. (space-in-parens)
(#127) There should be no spaces inside this paren. (space-in-parens)
(#127) There should be no spaces inside this paren. (space-in-parens)
(#127) There should be no spaces inside this paren. (space-in-parens)
(#128) There should be no spaces inside this paren. (space-in-parens)
(#128) There should be no spaces inside this paren. (space-in-parens)
(#131) There should be no spaces inside this paren. (space-in-parens)
(#131) There should be no spaces inside this paren. (space-in-parens)
(#134) There should be no spaces inside this paren. (space-in-parens)
(#134) There should be no spaces inside this paren. (space-in-parens)
(#144) There should be no spaces inside this paren. (space-in-parens)
(#144) There should be no spaces inside this paren. (space-in-parens)
(#145) There should be no spaces inside this paren. (space-in-parens)
(#145) There should be no spaces inside this paren. (space-in-parens)
(#145) There should be no spaces inside this paren. (space-in-parens)
(#145) There should be no spaces inside this paren. (space-in-parens)
(#156) There should be no spaces inside this paren. (space-in-parens)
(#156) There should be no spaces inside this paren. (space-in-parens)
(#157) There should be no spaces inside this paren. (space-in-parens)
(#157) There should be no spaces inside this paren. (space-in-parens)
(#157) There should be no spaces inside this paren. (space-in-parens)
(#157) There should be no spaces inside this paren. (space-in-parens)
(#160) There should be no spaces inside this paren. (space-in-parens)
(#160) There should be no spaces inside this paren. (space-in-parens)
(#161) There should be no spaces inside this paren. (space-in-parens)
(#162) unnecessary '.call()'. (no-useless-call)
(#162) There should be no spaces inside this paren. (space-in-parens)
(#162) There should be no spaces inside this paren. (space-in-parens)
(#170) There should be no spaces inside this paren. (space-in-parens)
(#170) There should be no spaces inside this paren. (space-in-parens)
(#171) There should be no spaces inside this paren. (space-in-parens)
(#171) There should be no spaces inside this paren. (space-in-parens)
(#172) There should be no spaces inside this paren. (space-in-parens)
(#172) There should be no spaces inside this paren. (space-in-parens)
(#173) There should be no spaces inside this paren. (space-in-parens)
(#173) There should be no spaces inside this paren. (space-in-parens)
(#174) There should be no spaces inside this paren. (space-in-parens)
(#174) There should be no spaces inside this paren. (space-in-parens)
(#177) There should be no spaces inside this paren. (space-in-parens)
(#177) There should be no spaces inside this paren. (space-in-parens)
(#183) There should be no spaces inside this paren. (space-in-parens)
(#183) There should be no spaces inside this paren. (space-in-parens)
(#184) There should be no spaces inside this paren. (space-in-parens)
(#184) There should be no space after '[' (array-bracket-spacing)
(#184) There should be no space before ']' (array-bracket-spacing)
(#184) There should be no spaces inside this paren. (space-in-parens)
(#184) There should be no spaces inside this paren. (space-in-parens)
(#184) There should be no spaces inside this paren. (space-in-parens)
(#184) There should be no spaces inside this paren. (space-in-parens)
(#184) There should be no spaces inside this paren. (space-in-parens)
(#188) There should be no spaces inside this paren. (space-in-parens)
(#188) There should be no spaces inside this paren. (space-in-parens)
(#189) There should be no spaces inside this paren. (space-in-parens)
(#189) There should be no spaces inside this paren. (space-in-parens)
(#196) There should be no spaces inside this paren. (space-in-parens)
(#196) There should be no spaces inside this paren. (space-in-parens)
(#197) There should be no spaces inside this paren. (space-in-parens)
(#197) There should be no spaces inside this paren. (space-in-parens)
(#200) There should be no spaces inside this paren. (space-in-parens)
(#200) There should be no spaces inside this paren. (space-in-parens)
(#201) Line 201 exceeds the maximum line length of 132. (max-len)
(#201) There should be no spaces inside this paren. (space-in-parens)
(#201) There should be no spaces inside this paren. (space-in-parens)
(#202) There should be no spaces inside this paren. (space-in-parens)
(#202) There should be no spaces inside this paren. (space-in-parens)
(#203) There should be no spaces inside this paren. (space-in-parens)
(#203) There should be no spaces inside this paren. (space-in-parens)
(#204) There should be no spaces inside this paren. (space-in-parens)
(#204) There should be no spaces inside this paren. (space-in-parens)
(#205) There should be no spaces inside this paren. (space-in-parens)
(#205) There should be no spaces inside this paren. (space-in-parens)
(#207) There should be no spaces inside this paren. (space-in-parens)
(#207) There should be no spaces inside this paren. (space-in-parens)
(#207) There should be no spaces inside this paren. (space-in-parens)
(#207) There should be no spaces inside this paren. (space-in-parens)
(#210) There should be no spaces inside this paren. (space-in-parens)
(#210) There should be no spaces inside this paren. (space-in-parens)
(#211) There should be no spaces inside this paren. (space-in-parens)
(#211) There should be no spaces inside this paren. (space-in-parens)
(#212) Line 212 exceeds the maximum line length of 132. (max-len)
(#212) There should be no spaces inside this paren. (space-in-parens)
(#212) There should be no spaces inside this paren. (space-in-parens)
(#213) There should be no spaces inside this paren. (space-in-parens)
(#213) There should be no spaces inside this paren. (space-in-parens)
(#214) There should be no spaces inside this paren. (space-in-parens)
(#214) There should be no spaces inside this paren. (space-in-parens)
(#217) There should be no spaces inside this paren. (space-in-parens)
(#217) There should be no spaces inside this paren. (space-in-parens)
(#220) There should be no spaces inside this paren. (space-in-parens)
(#220) There should be no spaces inside this paren. (space-in-parens)
(#221) There should be no spaces inside this paren. (space-in-parens)
(#221) There should be no spaces inside this paren. (space-in-parens)
(#222) Trailing spaces not allowed. (no-trailing-spaces)
(#223) There should be no spaces inside this paren. (space-in-parens)
(#223) There should be no spaces inside this paren. (space-in-parens)
(#224) There should be no spaces inside this paren. (space-in-parens)
(#224) There should be no spaces inside this paren. (space-in-parens)
(#226) There should be no spaces inside this paren. (space-in-parens)
(#226) There should be no spaces inside this paren. (space-in-parens)
(#228) There should be no spaces inside this paren. (space-in-parens)
(#228) There should be no spaces inside this paren. (space-in-parens)
(#234) There should be no spaces inside this paren. (space-in-parens)
(#234) There should be no spaces inside this paren. (space-in-parens)
(#236) Unexpected newline between object and [ of property access. (no-unexpected-multiline)
(#236) There should be no space after '[' (computed-property-spacing)
(#236) There should be no space before ']' (computed-property-spacing)
(#237) There should be no spaces inside this paren. (space-in-parens)
(#241) There should be no spaces inside this paren. (space-in-parens)
(#241) There should be no spaces inside this paren. (space-in-parens)
(#242) There should be no spaces inside this paren. (space-in-parens)
(#242) There should be no spaces inside this paren. (space-in-parens)
(#248) There should be no spaces inside this paren. (space-in-parens)
(#248) There should be no spaces inside this paren. (space-in-parens)
(#251) There should be no spaces inside this paren. (space-in-parens)
(#251) There should be no spaces inside this paren. (space-in-parens)
(#254) There should be no space after '[' (computed-property-spacing)
(#254) There should be no spaces inside this paren. (space-in-parens)
(#254) There should be no spaces inside this paren. (space-in-parens)
(#254) There should be no space before ']' (computed-property-spacing)
(#258) There should be no space after '[' (computed-property-spacing)
(#258) There should be no spaces inside this paren. (space-in-parens)
(#258) There should be no spaces inside this paren. (space-in-parens)
(#258) There should be no space before ']' (computed-property-spacing)
(#262) There should be no spaces inside this paren. (space-in-parens)
(#262) There should be no space after '{' (object-curly-spacing)
(#262) There should be no space before '}' (object-curly-spacing)
(#262) There should be no spaces inside this paren. (space-in-parens)
(#266) There should be no spaces inside this paren. (space-in-parens)
(#266) There should be no spaces inside this paren. (space-in-parens)
(#267) There should be no spaces inside this paren. (space-in-parens)
(#267) There should be no spaces inside this paren. (space-in-parens)
(#267) There should be no spaces inside this paren. (space-in-parens)
(#267) There should be no spaces inside this paren. (space-in-parens)
(#268) There should be no spaces inside this paren. (space-in-parens)
(#268) There should be no spaces inside this paren. (space-in-parens)
(#268) There should be no spaces inside this paren. (space-in-parens)
(#268) There should be no spaces inside this paren. (space-in-parens)
(#270) Expected no return value. (consistent-return)
(#273) Expected no return value. (consistent-return)
(#280) There should be no spaces inside this paren. (space-in-parens)
(#280) There should be no spaces inside this paren. (space-in-parens)
(#281) There should be no spaces inside this paren. (space-in-parens)
(#281) There should be no spaces inside this paren. (space-in-parens)
(#282) There should be no spaces inside this paren. (space-in-parens)
(#282) There should be no spaces inside this paren. (space-in-parens)
(#283) There should be no spaces inside this paren. (space-in-parens)
(#287) There should be no spaces inside this paren. (space-in-parens)
(#287) 'defOverflow' used outside of binding context. (block-scoped-var)
(#287) There should be no spaces inside this paren. (space-in-parens)
(#291) There should be no spaces inside this paren. (space-in-parens)
(#291) There should be no spaces inside this paren. (space-in-parens)
(#291) There should be no spaces inside this paren. (space-in-parens)
(#291) There should be no spaces inside this paren. (space-in-parens)
(#296) There should be no spaces inside this paren. (space-in-parens)
(#296) There should be no spaces inside this paren. (space-in-parens)
(#296) There should be no spaces inside this paren. (space-in-parens)
(#296) There should be no spaces inside this paren. (space-in-parens)
(#297) There should be no spaces inside this paren. (space-in-parens)
(#297) There should be no spaces inside this paren. (space-in-parens)
(#297) There should be no spaces inside this paren. (space-in-parens)
(#297) There should be no spaces inside this paren. (space-in-parens)
(#297) There should be no spaces inside this paren. (space-in-parens)
(#297) There should be no spaces inside this paren. (space-in-parens)
(#299) There should be no spaces inside this paren. (space-in-parens)
(#299) There should be no spaces inside this paren. (space-in-parens)
(#300) There should be no spaces inside this paren. (space-in-parens)
(#300) There should be no spaces inside this paren. (space-in-parens)
(#304) There should be no spaces inside this paren. (space-in-parens)
(#304) There should be no spaces inside this paren. (space-in-parens)
(#304) There should be no spaces inside this paren. (space-in-parens)
(#304) There should be no spaces inside this paren. (space-in-parens)
(#304) There should be no spaces inside this paren. (space-in-parens)
(#304) There should be no spaces inside this paren. (space-in-parens)
(#306) There should be no spaces inside this paren. (space-in-parens)
(#306) There should be no spaces inside this paren. (space-in-parens)
(#312) There should be no spaces inside this paren. (space-in-parens)
(#312) There should be no spaces inside this paren. (space-in-parens)
(#316) There should be no spaces inside this paren. (space-in-parens)
(#316) There should be no spaces inside this paren. (space-in-parens)
(#316) There should be no space after '[' (computed-property-spacing)
(#316) There should be no space before ']' (computed-property-spacing)
(#317) There should be no spaces inside this paren. (space-in-parens)
(#317) There should be no space after '{' (object-curly-spacing)
(#317) There should be no space before '}' (object-curly-spacing)
(#317) There should be no spaces inside this paren. (space-in-parens)
(#322) There should be no spaces inside this paren. (space-in-parens)
(#322) There should be no spaces inside this paren. (space-in-parens)
(#323) Do not nest ternary expressions (no-nested-ternary)
(#325) There should be no spaces inside this paren. (space-in-parens)
(#325) There should be no spaces inside this paren. (space-in-parens)
(#326) There should be no spaces inside this paren. (space-in-parens)
(#326) There should be no spaces inside this paren. (space-in-parens)
(#326) There should be no spaces inside this paren. (space-in-parens)
(#326) There should be no spaces inside this paren. (space-in-parens)
(#328) There should be no spaces inside this paren. (space-in-parens)
(#328) There should be no spaces inside this paren. (space-in-parens)
(#329) There should be no spaces inside this paren. (space-in-parens)
(#329) There should be no spaces inside this paren. (space-in-parens)
(#333) There should be no spaces inside this paren. (space-in-parens)
(#333) There should be no spaces inside this paren. (space-in-parens)
(#335) There should be no spaces inside this paren. (space-in-parens)
(#335) There should be no spaces inside this paren. (space-in-parens)
(#340) There should be no spaces inside this paren. (space-in-parens)
(#340) There should be no spaces inside this paren. (space-in-parens)
(#341) There should be no spaces inside this paren. (space-in-parens)
(#341) There should be no spaces inside this paren. (space-in-parens)
(#345) There should be no spaces inside this paren. (space-in-parens)
(#345) There should be no spaces inside this paren. (space-in-parens)
(#346) There should be no spaces inside this paren. (space-in-parens)
(#346) There should be no spaces inside this paren. (space-in-parens)
(#347) There should be no spaces inside this paren. (space-in-parens)
(#347) There should be no spaces inside this paren. (space-in-parens)
(#348) There should be no spaces inside this paren. (space-in-parens)
(#348) There should be no spaces inside this paren. (space-in-parens)
(#349) There should be no spaces inside this paren. (space-in-parens)
(#349) There should be no spaces inside this paren. (space-in-parens)
(#350) There should be no spaces inside this paren. (space-in-parens)
(#350) There should be no spaces inside this paren. (space-in-parens)
(#354) There should be no spaces inside this paren. (space-in-parens)
(#354) There should be no spaces inside this paren. (space-in-parens)
(#356) There should be no spaces inside this paren. (space-in-parens)
(#356) There should be no spaces inside this paren. (space-in-parens)
(#359) There should be no spaces inside this paren. (space-in-parens)
(#359) There should be no spaces inside this paren. (space-in-parens)
(#359) There should be no spaces inside this paren. (space-in-parens)
(#359) There should be no spaces inside this paren. (space-in-parens)
(#360) There should be no spaces inside this paren. (space-in-parens)
(#360) There should be no spaces inside this paren. (space-in-parens)
(#365) There should be no spaces inside this paren. (space-in-parens)
(#365) There should be no spaces inside this paren. (space-in-parens)
(#372) There should be no spaces inside this paren. (space-in-parens)
(#372) There should be no spaces inside this paren. (space-in-parens)
(#375) There should be no spaces inside this paren. (space-in-parens)
(#375) There should be no spaces inside this paren. (space-in-parens)
(#375) There should be no spaces inside this paren. (space-in-parens)
(#375) There should be no spaces inside this paren. (space-in-parens)
(#381) 'toShow' used outside of binding context. (block-scoped-var)
(#381) 'toShow' is already defined (no-redeclare)
(#382) 'toHide' is already defined (no-redeclare)
(#382) 'toHide' used outside of binding context. (block-scoped-var)
(#383) 'data' is already defined (no-redeclare)
(#383) 'data' used outside of binding context. (block-scoped-var)
(#387) 'toShow' used outside of binding context. (block-scoped-var)
(#388) 'toHide' used outside of binding context. (block-scoped-var)
(#390) There should be no spaces inside this paren. (space-in-parens)
(#390) There should be no spaces inside this paren. (space-in-parens)
(#390) There should be no spaces inside this paren. (space-in-parens)
(#390) There should be no spaces inside this paren. (space-in-parens)
(#395) There should be no spaces inside this paren. (space-in-parens)
(#395) There should be no spaces inside this paren. (space-in-parens)
(#396) There should be no spaces inside this paren. (space-in-parens)
(#396) 'toShow' used outside of binding context. (block-scoped-var)
(#396) 'toHide' used outside of binding context. (block-scoped-var)
(#396) 'data' used outside of binding context. (block-scoped-var)
(#396) There should be no spaces inside this paren. (space-in-parens)
(#400) There should be no spaces inside this paren. (space-in-parens)
(#400) There should be no spaces inside this paren. (space-in-parens)
(#401) There should be no spaces inside this paren. (space-in-parens)
(#401) There should be no spaces inside this paren. (space-in-parens)
(#402) There should be no spaces inside this paren. (space-in-parens)
(#402) There should be no spaces inside this paren. (space-in-parens)
(#403) There should be no spaces inside this paren. (space-in-parens)
(#403) There should be no spaces inside this paren. (space-in-parens)
(#404) There should be no spaces inside this paren. (space-in-parens)
(#404) There should be no spaces inside this paren. (space-in-parens)
(#405) There should be no spaces inside this paren. (space-in-parens)
(#405) There should be no spaces inside this paren. (space-in-parens)
(#407) There should be no spaces inside this paren. (space-in-parens)
(#407) There should be no spaces inside this paren. (space-in-parens)
(#408) There should be no spaces inside this paren. (space-in-parens)
(#408) There should be no spaces inside this paren. (space-in-parens)
(#409) There should be no spaces inside this paren. (space-in-parens)
(#409) There should be no spaces inside this paren. (space-in-parens)
(#410) There should be no spaces inside this paren. (space-in-parens)
(#410) There should be no spaces inside this paren. (space-in-parens)
(#411) There should be no spaces inside this paren. (space-in-parens)
(#411) There should be no spaces inside this paren. (space-in-parens)
(#414) There should be no spaces inside this paren. (space-in-parens)
(#414) There should be no spaces inside this paren. (space-in-parens)
(#420) There should be no spaces inside this paren. (space-in-parens)
(#420) There should be no spaces inside this paren. (space-in-parens)
(#429) There should be no spaces inside this paren. (space-in-parens)
(#429) There should be no spaces inside this paren. (space-in-parens)
(#432) Expected no return value. (consistent-return)
(#432) There should be no spaces inside this paren. (space-in-parens)
(#432) There should be no spaces inside this paren. (space-in-parens)
(#436) There should be no spaces inside this paren. (space-in-parens)
(#436) There should be no spaces inside this paren. (space-in-parens)
(#441) There should be no spaces inside this paren. (space-in-parens)
(#441) There should be no spaces inside this paren. (space-in-parens)
(#444) There should be no spaces inside this paren. (space-in-parens)
(#444) There should be no spaces inside this paren. (space-in-parens)
(#446) There should be no spaces inside this paren. (space-in-parens)
(#446) There should be no spaces inside this paren. (space-in-parens)
(#462) There should be no spaces inside this paren. (space-in-parens)
(#462) There should be no spaces inside this paren. (space-in-parens)
(#466) There should be no spaces inside this paren. (space-in-parens)
(#466) There should be no spaces inside this paren. (space-in-parens)
(#470) There should be no spaces inside this paren. (space-in-parens)
(#470) There should be no spaces inside this paren. (space-in-parens)
(#471) There should be no spaces inside this paren. (space-in-parens)
(#471) There should be no spaces inside this paren. (space-in-parens)
(#474) There should be no spaces inside this paren. (space-in-parens)
(#474) There should be no spaces inside this paren. (space-in-parens)
(#475) There should be no spaces inside this paren. (space-in-parens)
(#475) There should be no spaces inside this paren. (space-in-parens)
(#482) There should be no spaces inside this paren. (space-in-parens)
(#482) There should be no space after '[' (computed-property-spacing)
(#482) There should be no space before ']' (computed-property-spacing)
(#482) There should be no space after '[' (computed-property-spacing)
(#482) There should be no space before ']' (computed-property-spacing)
(#482) There should be no spaces inside this paren. (space-in-parens)
(#485) There should be no spaces inside this paren. (space-in-parens)
(#485) There should be no space after '[' (computed-property-spacing)
(#485) There should be no space before ']' (computed-property-spacing)
(#485) There should be no spaces inside this paren. (space-in-parens)
(#486) There should be no space after '[' (computed-property-spacing)
(#486) There should be no space before ']' (computed-property-spacing)
(#486) There should be no spaces inside this paren. (space-in-parens)
(#486) There should be no spaces inside this paren. (space-in-parens)
(#487) There should be no spaces inside this paren. (space-in-parens)
(#494) There should be no space after '[' (computed-property-spacing)
(#494) There should be no space before ']' (computed-property-spacing)
(#494) There should be no spaces inside this paren. (space-in-parens)
(#494) There should be no spaces inside this paren. (space-in-parens)
(#496) There should be no spaces inside this paren. (space-in-parens)
(#496) There should be no spaces inside this paren. (space-in-parens)
(#503) There should be no spaces inside this paren. (space-in-parens)
(#503) There should be no spaces inside this paren. (space-in-parens)
(#523) There should be no spaces inside this paren. (space-in-parens)
(#523) There should be no spaces inside this paren. (space-in-parens)
(#525) There should be no spaces inside this paren. (space-in-parens)
(#525) There should be no spaces inside this paren. (space-in-parens)
(#529) There should be no spaces inside this paren. (space-in-parens)
(#529) There should be no spaces inside this paren. (space-in-parens)
(#530) There should be no spaces inside this paren. (space-in-parens)
(#530) There should be no spaces inside this paren. (space-in-parens)
(#537) There should be no spaces inside this paren. (space-in-parens)
(#537) There should be no spaces inside this paren. (space-in-parens)
(#539) There should be no spaces inside this paren. (space-in-parens)
(#539) There should be no spaces inside this paren. (space-in-parens)
(#543) There should be no spaces inside this paren. (space-in-parens)
(#543) There should be no spaces inside this paren. (space-in-parens)
(#547) There should be no spaces inside this paren. (space-in-parens)
(#550) There should be no spaces inside this paren. (space-in-parens)
(#550) There should be no spaces inside this paren. (space-in-parens)
(#554) There should be no spaces inside this paren. (space-in-parens)
(#555) There should be no spaces inside this paren. (space-in-parens)
(#555) There should be no spaces inside this paren. (space-in-parens)
(#560) There should be no spaces inside this paren. (space-in-parens)
(#563) There should be no spaces inside this paren. (space-in-parens)
(#563) There should be no spaces inside this paren. (space-in-parens)
(#568) There should be no spaces inside this paren. (space-in-parens)
(#571) There should be no spaces inside this paren. (space-in-parens)
(#571) There should be no spaces inside this paren. (space-in-parens)
(#575) There should be no space after '[' (array-bracket-spacing)
(#575) There should be no space before ']' (array-bracket-spacing)
(#580) There should be no spaces inside this paren. (space-in-parens)
(#580) There should be no spaces inside this paren. (space-in-parens)
(#580) There should be no spaces inside this paren. (space-in-parens)
(#581) There should be no spaces inside this paren. (space-in-parens)
(#581) There should be no spaces inside this paren. (space-in-parens)
(#581) There should be no spaces inside this paren. (space-in-parens)
(#581) There should be no spaces inside this paren. (space-in-parens)
(#582) There should be no spaces inside this paren. (space-in-parens)
(#582) There should be no spaces inside this paren. (space-in-parens)
(#582) There should be no spaces inside this paren. (space-in-parens)
(#582) There should be no spaces inside this paren. (space-in-parens)
(#583) There should be no spaces inside this paren. (space-in-parens)
(#583) There should be no spaces inside this paren. (space-in-parens)
(#583) There should be no spaces inside this paren. (space-in-parens)
(#583) There should be no spaces inside this paren. (space-in-parens)
(#583) There should be no spaces inside this paren. (space-in-parens)
(#583) There should be no spaces inside this paren. (space-in-parens)
(#584) There should be no spaces inside this paren. (space-in-parens)
(#584) There should be no spaces inside this paren. (space-in-parens)
(#584) There should be no spaces inside this paren. (space-in-parens)
(#584) There should be no spaces inside this paren. (space-in-parens)
(#584) There should be no spaces inside this paren. (space-in-parens)
(#584) There should be no spaces inside this paren. (space-in-parens)
(#586) There should be no spaces inside this paren. (space-in-parens)
(#586) There should be no spaces inside this paren. (space-in-parens)
(#586) There should be no spaces inside this paren. (space-in-parens)
(#587) There should be no space after '[' (computed-property-spacing)
(#587) There should be no space before ']' (computed-property-spacing)
(#589) There should be no spaces inside this paren. (space-in-parens)
(#589) There should be no spaces inside this paren. (space-in-parens)
(#589) There should be no spaces inside this paren. (space-in-parens)
(#589) There should be no spaces inside this paren. (space-in-parens)
(#589) There should be no spaces inside this paren. (space-in-parens)
(#589) There should be no spaces inside this paren. (space-in-parens)
(#590) There should be no space after '[' (computed-property-spacing)
(#590) There should be no space before ']' (computed-property-spacing)
(#591) There should be no space after '[' (computed-property-spacing)
(#591) There should be no space before ']' (computed-property-spacing)
(#592) There should be no space after '[' (computed-property-spacing)
(#592) There should be no space before ']' (computed-property-spacing)
(#595) There should be no space after '{' (object-curly-spacing)
(#595) There should be no space before '}' (object-curly-spacing)
(#597) There should be no spaces inside this paren. (space-in-parens)
(#597) There should be no spaces inside this paren. (space-in-parens)
(#598) There should be no spaces inside this paren. (space-in-parens)
(#598) There should be no spaces inside this paren. (space-in-parens)
(#600) There should be no spaces inside this paren. (space-in-parens)
(#600) There should be no spaces inside this paren. (space-in-parens)
(#601) There should be no spaces inside this paren. (space-in-parens)
(#602) There should be no spaces inside this paren. (space-in-parens)
(#602) There should be no spaces inside this paren. (space-in-parens)
(#606) There should be no spaces inside this paren. (space-in-parens)
(#606) There should be no spaces inside this paren. (space-in-parens)
(#607) There should be no spaces inside this paren. (space-in-parens)
(#607) There should be no spaces inside this paren. (space-in-parens)
(#608) There should be no spaces inside this paren. (space-in-parens)
(#608) There should be no spaces inside this paren. (space-in-parens)
(#608) There should be no spaces inside this paren. (space-in-parens)
(#608) There should be no spaces inside this paren. (space-in-parens)
(#611) There should be no space after '[' (computed-property-spacing)
(#611) There should be no space before ']' (computed-property-spacing)
(#611) There should be no space after '[' (computed-property-spacing)
(#611) There should be no space before ']' (computed-property-spacing)
(#612) There should be no spaces inside this paren. (space-in-parens)
(#612) There should be no space after '[' (computed-property-spacing)
(#612) There should be no space before ']' (computed-property-spacing)
(#612) There should be no spaces inside this paren. (space-in-parens)
(#613) There should be no space after '[' (computed-property-spacing)
(#613) There should be no space before ']' (computed-property-spacing)
(#618) There should be no spaces inside this paren. (space-in-parens)
(#618) There should be no spaces inside this paren. (space-in-parens)
(#619) There should be no spaces inside this paren. (space-in-parens)
(#619) There should be no spaces inside this paren. (space-in-parens)
(#629) There should be no spaces inside this paren. (space-in-parens)
(#629) There should be no spaces inside this paren. (space-in-parens)
(#630) There should be no spaces inside this paren. (space-in-parens)
(#638) There should be no spaces inside this paren. (space-in-parens)
(#638) 'jQuery' is not defined. (no-undef)
(#638) There should be no spaces inside this paren. (space-in-parens)
mod/offlinequiz/lib/jquery/ui/jquery.ui.autocomplete.js
(#15) There should be no spaces inside this paren. (space-in-parens)
(#15) 'undefined' is defined but never used (no-unused-vars)
(#15) There should be no spaces inside this paren. (space-in-parens)
(#20) There should be no spaces inside this paren. (space-in-parens)
(#38) There should be no space after '[' (computed-property-spacing)
(#38) There should be no space before ']' (computed-property-spacing)
(#42) There should be no spaces inside this paren. (space-in-parens)
(#42) There should be no spaces inside this paren. (space-in-parens)
(#43) There should be no spaces inside this paren. (space-in-parens)
(#43) There should be no spaces inside this paren. (space-in-parens)
(#50) There should be no spaces inside this paren. (space-in-parens)
(#50) There should be no spaces inside this paren. (space-in-parens)
(#50) There should be no spaces inside this paren. (space-in-parens)
(#51) There should be no spaces inside this paren. (space-in-parens)
(#51) There should be no spaces inside this paren. (space-in-parens)
(#51) There should be no spaces inside this paren. (space-in-parens)
(#51) There should be no spaces inside this paren. (space-in-parens)
(#57) Expected space(s) after "switch". (keyword-spacing)
(#57) There should be no spaces inside this paren. (space-in-parens)
(#57) There should be no spaces inside this paren. (space-in-parens)
(#59) There should be no spaces inside this paren. (space-in-parens)
(#59) There should be no spaces inside this paren. (space-in-parens)
(#62) There should be no spaces inside this paren. (space-in-parens)
(#62) There should be no spaces inside this paren. (space-in-parens)
(#65) There should be no spaces inside this paren. (space-in-parens)
(#65) There should be no spaces inside this paren. (space-in-parens)
(#70) There should be no spaces inside this paren. (space-in-parens)
(#70) There should be no spaces inside this paren. (space-in-parens)
(#77) There should be no spaces inside this paren. (space-in-parens)
(#77) There should be no spaces inside this paren. (space-in-parens)
(#83) Expected space or tab after '//' in comment. (spaced-comment)
(#84) Expected a 'break' statement before 'case'. (no-fallthrough)
(#85) There should be no spaces inside this paren. (space-in-parens)
(#85) There should be no spaces inside this paren. (space-in-parens)
(#88) There should be no spaces inside this paren. (space-in-parens)
(#88) There should be no spaces inside this paren. (space-in-parens)
(#91) There should be no spaces inside this paren. (space-in-parens)
(#91) There should be no spaces inside this paren. (space-in-parens)
(#92) There should be no spaces inside this paren. (space-in-parens)
(#92) There should be no spaces inside this paren. (space-in-parens)
(#96) There should be no spaces inside this paren. (space-in-parens)
(#96) There should be no spaces inside this paren. (space-in-parens)
(#99) There should be no spaces inside this paren. (space-in-parens)
(#99) There should be no spaces inside this paren. (space-in-parens)
(#101) There should be no spaces inside this paren. (space-in-parens)
(#101) There should be no spaces inside this paren. (space-in-parens)
(#103) There should be no spaces inside this paren. (space-in-parens)
(#107) There should be no spaces inside this paren. (space-in-parens)
(#107) There should be no spaces inside this paren. (space-in-parens)
(#107) There should be no spaces inside this paren. (space-in-parens)
(#108) There should be no spaces inside this paren. (space-in-parens)
(#108) There should be no spaces inside this paren. (space-in-parens)
(#113) There should be no spaces inside this paren. (space-in-parens)
(#114) There should be no spaces inside this paren. (space-in-parens)
(#114) There should be no spaces inside this paren. (space-in-parens)
(#121) There should be no spaces inside this paren. (space-in-parens)
(#121) There should be no spaces inside this paren. (space-in-parens)
(#121) There should be no spaces inside this paren. (space-in-parens)
(#122) There should be no spaces inside this paren. (space-in-parens)
(#122) There should be no spaces inside this paren. (space-in-parens)
(#126) There should be no spaces inside this paren. (space-in-parens)
(#126) There should be no spaces inside this paren. (space-in-parens)
(#129) There should be no spaces inside this paren. (space-in-parens)
(#129) There should be no spaces inside this paren. (space-in-parens)
(#130) There should be no spaces inside this paren. (space-in-parens)
(#130) There should be no spaces inside this paren. (space-in-parens)
(#131) There should be no spaces inside this paren. (space-in-parens)
(#135) There should be no spaces inside this paren. (space-in-parens)
(#135) There should be no spaces inside this paren. (space-in-parens)
(#137) There should be no spaces inside this paren. (space-in-parens)
(#137) There should be no spaces inside this paren. (space-in-parens)
(#138) There should be no spaces inside this paren. (space-in-parens)
(#138) There should be no spaces inside this paren. (space-in-parens)
(#139) There should be no spaces inside this paren. (space-in-parens)
(#139) There should be no spaces inside this paren. (space-in-parens)
(#139) There should be no spaces inside this paren. (space-in-parens)
(#139) There should be no spaces inside this paren. (space-in-parens)
(#141) There should be no spaces inside this paren. (space-in-parens)
(#141) There should be no spaces inside this paren. (space-in-parens)
(#146) There should be no space after '[' (computed-property-spacing)
(#146) There should be no space before ']' (computed-property-spacing)
(#147) There should be no spaces inside this paren. (space-in-parens)
(#147) There should be no spaces inside this paren. (space-in-parens)
(#147) There should be no spaces inside this paren. (space-in-parens)
(#147) There should be no spaces inside this paren. (space-in-parens)
(#147) There should be no spaces inside this paren. (space-in-parens)
(#147) There should be no spaces inside this paren. (space-in-parens)
(#149) There should be no spaces inside this paren. (space-in-parens)
(#149) There should be no spaces inside this paren. (space-in-parens)
(#149) There should be no spaces inside this paren. (space-in-parens)
(#149) There should be no spaces inside this paren. (space-in-parens)
(#149) There should be no spaces inside this paren. (space-in-parens)
(#150) There should be no spaces inside this paren. (space-in-parens)
(#150) There should be no space after '[' (computed-property-spacing)
(#150) There should be no space before ']' (computed-property-spacing)
(#152) There should be no spaces inside this paren. (space-in-parens)
(#152) There should be no spaces inside this paren. (space-in-parens)
(#152) There should be no spaces inside this paren. (space-in-parens)
(#156) There should be no spaces inside this paren. (space-in-parens)
(#161) There should be no spaces inside this paren. (space-in-parens)
(#161) There should be no spaces inside this paren. (space-in-parens)
(#165) There should be no spaces inside this paren. (space-in-parens)
(#165) There should be no spaces inside this paren. (space-in-parens)
(#166) There should be no spaces inside this paren. (space-in-parens)
(#166) There should be no spaces inside this paren. (space-in-parens)
(#167) There should be no spaces inside this paren. (space-in-parens)
(#167) There should be no spaces inside this paren. (space-in-parens)
(#167) There should be no space after '{' (object-curly-spacing)
(#167) There should be no space before '}' (object-curly-spacing)
(#167) There should be no spaces inside this paren. (space-in-parens)
(#167) There should be no spaces inside this paren. (space-in-parens)
(#169) There should be no spaces inside this paren. (space-in-parens)
(#169) There should be no spaces inside this paren. (space-in-parens)
(#170) There should be no spaces inside this paren. (space-in-parens)
(#170) There should be no spaces inside this paren. (space-in-parens)
(#174) There should be no spaces inside this paren. (space-in-parens)
(#174) There should be no spaces inside this paren. (space-in-parens)
(#175) There should be no spaces inside this paren. (space-in-parens)
(#175) There should be no spaces inside this paren. (space-in-parens)
(#179) There should be no spaces inside this paren. (space-in-parens)
(#179) There should be no spaces inside this paren. (space-in-parens)
(#191) There should be no spaces inside this paren. (space-in-parens)
(#191) There should be no spaces inside this paren. (space-in-parens)
(#191) There should be no space after '{' (object-curly-spacing)
(#191) There should be no space before '}' (object-curly-spacing)
(#191) There should be no spaces inside this paren. (space-in-parens)
(#191) There should be no spaces inside this paren. (space-in-parens)
(#192) There should be no spaces inside this paren. (space-in-parens)
(#192) There should be no spaces inside this paren. (space-in-parens)
(#198) There should be no spaces inside this paren. (space-in-parens)
(#198) There should be no spaces inside this paren. (space-in-parens)
(#201) There should be no spaces inside this paren. (space-in-parens)
(#201) 'ui' is defined but never used (no-unused-vars)
(#201) There should be no spaces inside this paren. (space-in-parens)
(#204) There should be no spaces inside this paren. (space-in-parens)
(#205) There should be no spaces inside this paren. (space-in-parens)
(#205) There should be no spaces inside this paren. (space-in-parens)
(#205) There should be no spaces inside this paren. (space-in-parens)
(#206) There should be no spaces inside this paren. (space-in-parens)
(#206) There should be no spaces inside this paren. (space-in-parens)
(#210) There should be no spaces inside this paren. (space-in-parens)
(#210) There should be no spaces inside this paren. (space-in-parens)
(#212) There should be no space after '{' (object-curly-spacing)
(#212) There should be no space before '}' (object-curly-spacing)
(#214) There should be no spaces inside this paren. (space-in-parens)
(#214) There should be no spaces inside this paren. (space-in-parens)
(#215) There should be no spaces inside this paren. (space-in-parens)
(#215) There should be no spaces inside this paren. (space-in-parens)
(#216) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#222) There should be no spaces inside this paren. (space-in-parens)
(#222) There should be no spaces inside this paren. (space-in-parens)
(#223) There should be no spaces inside this paren. (space-in-parens)
(#223) There should be no spaces inside this paren. (space-in-parens)
(#224) There should be no spaces inside this paren. (space-in-parens)
(#224) There should be no spaces inside this paren. (space-in-parens)
(#225) There should be no spaces inside this paren. (space-in-parens)
(#225) There should be no spaces inside this paren. (space-in-parens)
(#226) There should be no spaces inside this paren. (space-in-parens)
(#226) There should be no spaces inside this paren. (space-in-parens)
(#228) There should be no spaces inside this paren. (space-in-parens)
(#228) There should be no spaces inside this paren. (space-in-parens)
(#231) There should be no spaces inside this paren. (space-in-parens)
(#231) There should be no spaces inside this paren. (space-in-parens)
(#232) There should be no spaces inside this paren. (space-in-parens)
(#232) There should be no spaces inside this paren. (space-in-parens)
(#233) There should be no spaces inside this paren. (space-in-parens)
(#233) There should be no spaces inside this paren. (space-in-parens)
(#236) There should be no spaces inside this paren. (space-in-parens)
(#236) There should be no spaces inside this paren. (space-in-parens)
(#237) There should be no spaces inside this paren. (space-in-parens)
(#237) There should be no spaces inside this paren. (space-in-parens)
(#237) There should be no spaces inside this paren. (space-in-parens)
(#237) There should be no spaces inside this paren. (space-in-parens)
(#237) Missing semicolon. (semi)
(#239) There should be no spaces inside this paren. (space-in-parens)
(#239) There should be no spaces inside this paren. (space-in-parens)
(#248) There should be no spaces inside this paren. (space-in-parens)
(#248) There should be no spaces inside this paren. (space-in-parens)
(#250) There should be no spaces inside this paren. (space-in-parens)
(#250) There should be no spaces inside this paren. (space-in-parens)
(#251) There should be no spaces inside this paren. (space-in-parens)
(#251) There should be no spaces inside this paren. (space-in-parens)
(#253) There should be no spaces inside this paren. (space-in-parens)
(#253) There should be no spaces inside this paren. (space-in-parens)
(#255) There should be no spaces inside this paren. (space-in-parens)
(#255) There should be no spaces inside this paren. (space-in-parens)
(#256) There should be no spaces inside this paren. (space-in-parens)
(#256) There should be no spaces inside this paren. (space-in-parens)
(#264) There should be no spaces inside this paren. (space-in-parens)
(#264) 'status' is defined but never used (no-unused-vars)
(#264) There should be no spaces inside this paren. (space-in-parens)
(#265) There should be no spaces inside this paren. (space-in-parens)
(#265) There should be no spaces inside this paren. (space-in-parens)
(#266) There should be no spaces inside this paren. (space-in-parens)
(#266) There should be no spaces inside this paren. (space-in-parens)
(#270) There should be no spaces inside this paren. (space-in-parens)
(#270) There should be no spaces inside this paren. (space-in-parens)
(#271) There should be no spaces inside this paren. (space-in-parens)
(#271) There should be no spaces inside this paren. (space-in-parens)
(#281) There should be no spaces inside this paren. (space-in-parens)
(#281) There should be no spaces inside this paren. (space-in-parens)
(#282) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#287) There should be no spaces inside this paren. (space-in-parens)
(#287) There should be no spaces inside this paren. (space-in-parens)
(#288) There should be no spaces inside this paren. (space-in-parens)
(#288) There should be no spaces inside this paren. (space-in-parens)
(#291) There should be no spaces inside this paren. (space-in-parens)
(#291) There should be no spaces inside this paren. (space-in-parens)
(#292) There should be no spaces inside this paren. (space-in-parens)
(#292) There should be no spaces inside this paren. (space-in-parens)
(#292) There should be no spaces inside this paren. (space-in-parens)
(#292) There should be no spaces inside this paren. (space-in-parens)
(#293) Expected a return value. (consistent-return)
(#296) There should be no spaces inside this paren. (space-in-parens)
(#296) There should be no spaces inside this paren. (space-in-parens)
(#299) There should be no spaces inside this paren. (space-in-parens)
(#299) There should be no spaces inside this paren. (space-in-parens)
(#301) There should be no spaces inside this paren. (space-in-parens)
(#301) There should be no spaces inside this paren. (space-in-parens)
(#303) There should be no spaces inside this paren. (space-in-parens)
(#303) There should be no space after '{' (object-curly-spacing)
(#303) There should be no space before '}' (object-curly-spacing)
(#303) There should be no spaces inside this paren. (space-in-parens)
(#306) There should be no spaces inside this paren. (space-in-parens)
(#306) There should be no spaces inside this paren. (space-in-parens)
(#307) There should be no spaces inside this paren. (space-in-parens)
(#307) There should be no spaces inside this paren. (space-in-parens)
(#308) There should be no spaces inside this paren. (space-in-parens)
(#308) There should be no spaces inside this paren. (space-in-parens)
(#309) There should be no spaces inside this paren. (space-in-parens)
(#309) There should be no spaces inside this paren. (space-in-parens)
(#310) There should be no spaces inside this paren. (space-in-parens)
(#310) There should be no spaces inside this paren. (space-in-parens)
(#315) There should be no spaces inside this paren. (space-in-parens)
(#315) There should be no spaces inside this paren. (space-in-parens)
(#316) There should be no spaces inside this paren. (space-in-parens)
(#316) There should be no spaces inside this paren. (space-in-parens)
(#320) There should be no spaces inside this paren. (space-in-parens)
(#320) There should be no spaces inside this paren. (space-in-parens)
(#321) There should be no spaces inside this paren. (space-in-parens)
(#321) There should be no spaces inside this paren. (space-in-parens)
(#322) There should be no spaces inside this paren. (space-in-parens)
(#322) There should be no spaces inside this paren. (space-in-parens)
(#325) There should be no spaces inside this paren. (space-in-parens)
(#325) There should be no spaces inside this paren. (space-in-parens)
(#328) Trailing spaces not allowed. (no-trailing-spaces)
(#329) There should be no spaces inside this paren. (space-in-parens)
(#329) There should be no spaces inside this paren. (space-in-parens)
(#330) There should be no spaces inside this paren. (space-in-parens)
(#330) There should be no spaces inside this paren. (space-in-parens)
(#331) There should be no spaces inside this paren. (space-in-parens)
(#331) There should be no space after '{' (object-curly-spacing)
(#331) There should be no space before '}' (object-curly-spacing)
(#331) There should be no spaces inside this paren. (space-in-parens)
(#335) There should be no spaces inside this paren. (space-in-parens)
(#335) There should be no spaces inside this paren. (space-in-parens)
(#337) There should be no spaces inside this paren. (space-in-parens)
(#337) There should be no spaces inside this paren. (space-in-parens)
(#340) There should be no spaces inside this paren. (space-in-parens)
(#341) There should be no spaces inside this paren. (space-in-parens)
(#341) There should be no spaces inside this paren. (space-in-parens)
(#350) There should be no spaces inside this paren. (space-in-parens)
(#354) There should be no spaces inside this paren. (space-in-parens)
(#354) There should be no spaces inside this paren. (space-in-parens)
(#357) There should be no spaces inside this paren. (space-in-parens)
(#357) There should be no spaces inside this paren. (space-in-parens)
(#358) There should be no spaces inside this paren. (space-in-parens)
(#358) There should be no spaces inside this paren. (space-in-parens)
(#366) There should be no spaces inside this paren. (space-in-parens)
(#368) There should be no spaces inside this paren. (space-in-parens)
(#370) There should be no spaces inside this paren. (space-in-parens)
(#370) There should be no spaces inside this paren. (space-in-parens)
(#371) There should be no spaces inside this paren. (space-in-parens)
(#371) There should be no spaces inside this paren. (space-in-parens)
(#377) There should be no spaces inside this paren. (space-in-parens)
(#378) There should be no spaces inside this paren. (space-in-parens)
(#378) There should be no spaces inside this paren. (space-in-parens)
(#380) There should be no spaces inside this paren. (space-in-parens)
(#383) There should be no spaces inside this paren. (space-in-parens)
(#383) There should be no spaces inside this paren. (space-in-parens)
(#385) There should be no spaces inside this paren. (space-in-parens)
(#385) There should be no spaces inside this paren. (space-in-parens)
(#385) There should be no spaces inside this paren. (space-in-parens)
(#386) There should be no spaces inside this paren. (space-in-parens)
(#386) There should be no spaces inside this paren. (space-in-parens)
(#390) There should be no spaces inside this paren. (space-in-parens)
(#391) There should be no spaces inside this paren. (space-in-parens)
(#391) There should be no spaces inside this paren. (space-in-parens)
(#392) There should be no spaces inside this paren. (space-in-parens)
(#392) There should be no spaces inside this paren. (space-in-parens)
(#393) There should be no spaces inside this paren. (space-in-parens)
(#393) There should be no spaces inside this paren. (space-in-parens)
(#393) There should be no spaces inside this paren. (space-in-parens)
(#393) There should be no spaces inside this paren. (space-in-parens)
(#393) There should be no spaces inside this paren. (space-in-parens)
(#393) There should be no spaces inside this paren. (space-in-parens)
(#394) There should be no spaces inside this paren. (space-in-parens)
(#394) There should be no spaces inside this paren. (space-in-parens)
(#397) There should be no spaces inside this paren. (space-in-parens)
(#397) There should be no spaces inside this paren. (space-in-parens)
(#398) There should be no spaces inside this paren. (space-in-parens)
(#398) There should be no spaces inside this paren. (space-in-parens)
(#399) There should be no spaces inside this paren. (space-in-parens)
(#399) There should be no spaces inside this paren. (space-in-parens)
(#402) There should be no spaces inside this paren. (space-in-parens)
(#403) There should be no spaces inside this paren. (space-in-parens)
(#404) There should be no spaces inside this paren. (space-in-parens)
(#404) There should be no spaces inside this paren. (space-in-parens)
(#408) There should be no space after '[' (computed-property-spacing)
(#408) There should be no space before ']' (computed-property-spacing)
(#408) There should be no spaces inside this paren. (space-in-parens)
(#408) There should be no spaces inside this paren. (space-in-parens)
(#416) There should be no spaces inside this paren. (space-in-parens)
(#417) There should be no spaces inside this paren. (space-in-parens)
(#417) There should be no spaces inside this paren. (space-in-parens)
(#421) There should be no spaces inside this paren. (space-in-parens)
(#421) There should be no spaces inside this paren. (space-in-parens)
(#422) There should be no spaces inside this paren. (space-in-parens)
(#423) There should be no spaces inside this paren. (space-in-parens)
(#423) There should be no spaces inside this paren. (space-in-parens)
(#428) There should be no spaces inside this paren. (space-in-parens)
(#428) 'jQuery' is not defined. (no-undef)
(#428) There should be no spaces inside this paren. (space-in-parens)
(#432) Trailing spaces not allowed. (no-trailing-spaces)
(#458) There should be no spaces inside this paren. (space-in-parens)
(#458) There should be no spaces inside this paren. (space-in-parens)
(#459) There should be no spaces inside this paren. (space-in-parens)
(#459) There should be no spaces inside this paren. (space-in-parens)
(#459) There should be no spaces inside this paren. (space-in-parens)
(#459) There should be no spaces inside this paren. (space-in-parens)
(#459) There should be no spaces inside this paren. (space-in-parens)
(#459) There should be no spaces inside this paren. (space-in-parens)
(#464) There should be no spaces inside this paren. (space-in-parens)
(#464) There should be no spaces inside this paren. (space-in-parens)
(#468) Trailing spaces not allowed. (no-trailing-spaces)
(#476) Trailing spaces not allowed. (no-trailing-spaces)
(#481) There should be no spaces inside this paren. (space-in-parens)
(#481) There should be no spaces inside this paren. (space-in-parens)
(#482) There should be no spaces inside this paren. (space-in-parens)
(#482) There should be no spaces inside this paren. (space-in-parens)
(#489) There should be no spaces inside this paren. (space-in-parens)
(#489) There should be no spaces inside this paren. (space-in-parens)
(#506) There should be no space after '{' (object-curly-spacing)
(#506) There should be no space before '}' (object-curly-spacing)
(#510) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#510) Statement inside of curly braces should be on next line. (brace-style)
(#586) 'result' is not defined. (no-undef)
(#593) 'result' is not defined. (no-undef)
(#594) 'result' is not defined. (no-undef)
(#596) 'result' is not defined. (no-undef)
(#607) There should be no spaces inside this paren. (space-in-parens)
(#607) There should be no spaces inside this paren. (space-in-parens)
(#608) There should be no space after '{' (object-curly-spacing)
(#608) There should be no space before '}' (object-curly-spacing)
(#612) 'jQuery' is not defined. (no-undef)
mod/offlinequiz/lib/jquery/ui/jquery.ui.button.js
(#14) There should be no spaces inside this paren. (space-in-parens)
(#14) 'undefined' is defined but never used (no-unused-vars)
(#14) There should be no spaces inside this paren. (space-in-parens)
(#19) Line 19 exceeds the maximum line length of 132. (max-len)
(#20) There should be no spaces inside this paren. (space-in-parens)
(#20) There should be no spaces inside this paren. (space-in-parens)
(#21) There should be no spaces inside this paren. (space-in-parens)
(#21) There should be no spaces inside this paren. (space-in-parens)
(#22) There should be no spaces inside this paren. (space-in-parens)
(#22) There should be no spaces inside this paren. (space-in-parens)
(#22) There should be no spaces inside this paren. (space-in-parens)
(#22) There should be no spaces inside this paren. (space-in-parens)
(#25) There should be no spaces inside this paren. (space-in-parens)
(#28) There should be no spaces inside this paren. (space-in-parens)
(#28) There should be no spaces inside this paren. (space-in-parens)
(#31) There should be no spaces inside this paren. (space-in-parens)
(#31) There should be no spaces inside this paren. (space-in-parens)
(#32) There should be no spaces inside this paren. (space-in-parens)
(#32) There should be no spaces inside this paren. (space-in-parens)
(#33) There should be no spaces inside this paren. (space-in-parens)
(#33) There should be no spaces inside this paren. (space-in-parens)
(#34) There should be no spaces inside this paren. (space-in-parens)
(#34) There should be no spaces inside this paren. (space-in-parens)
(#34) There should be no spaces inside this paren. (space-in-parens)
(#34) There should be no spaces inside this paren. (space-in-parens)
(#36) There should be no spaces inside this paren. (space-in-parens)
(#36) There should be no spaces inside this paren. (space-in-parens)
(#45) There should be no spaces inside this paren. (space-in-parens)
(#56) There should be no spaces inside this paren. (space-in-parens)
(#56) There should be no spaces inside this paren. (space-in-parens)
(#57) There should be no spaces inside this paren. (space-in-parens)
(#57) There should be no spaces inside this paren. (space-in-parens)
(#58) There should be no spaces inside this paren. (space-in-parens)
(#58) There should be no spaces inside this paren. (space-in-parens)
(#60) There should be no spaces inside this paren. (space-in-parens)
(#60) There should be no spaces inside this paren. (space-in-parens)
(#61) There should be no spaces inside this paren. (space-in-parens)
(#61) There should be no spaces inside this paren. (space-in-parens)
(#65) There should be no spaces inside this paren. (space-in-parens)
(#65) There should be no spaces inside this paren. (space-in-parens)
(#70) There should be no spaces inside this paren. (space-in-parens)
(#70) There should be no spaces inside this paren. (space-in-parens)
(#73) There should be no spaces inside this paren. (space-in-parens)
(#73) There should be no spaces inside this paren. (space-in-parens)
(#77) There should be no spaces inside this paren. (space-in-parens)
(#77) There should be no spaces inside this paren. (space-in-parens)
(#77) There should be no spaces inside this paren. (space-in-parens)
(#77) There should be no spaces inside this paren. (space-in-parens)
(#82) There should be no spaces inside this paren. (space-in-parens)
(#82) There should be no spaces inside this paren. (space-in-parens)
(#83) There should be no spaces inside this paren. (space-in-parens)
(#83) There should be no spaces inside this paren. (space-in-parens)
(#84) There should be no spaces inside this paren. (space-in-parens)
(#85) There should be no spaces inside this paren. (space-in-parens)
(#85) There should be no spaces inside this paren. (space-in-parens)
(#88) There should be no spaces inside this paren. (space-in-parens)
(#88) There should be no spaces inside this paren. (space-in-parens)
(#88) There should be no spaces inside this paren. (space-in-parens)
(#88) There should be no spaces inside this paren. (space-in-parens)
(#89) There should be no spaces inside this paren. (space-in-parens)
(#89) There should be no spaces inside this paren. (space-in-parens)
(#90) There should be no spaces inside this paren. (space-in-parens)
(#90) There should be no spaces inside this paren. (space-in-parens)
(#90) There should be no spaces inside this paren. (space-in-parens)
(#90) There should be no spaces inside this paren. (space-in-parens)
(#93) There should be no spaces inside this paren. (space-in-parens)
(#94) There should be no spaces inside this paren. (space-in-parens)
(#94) There should be no spaces inside this paren. (space-in-parens)
(#97) There should be no spaces inside this paren. (space-in-parens)
(#97) There should be no spaces inside this paren. (space-in-parens)
(#97) There should be no spaces inside this paren. (space-in-parens)
(#97) There should be no spaces inside this paren. (space-in-parens)
(#99) There should be no spaces inside this paren. (space-in-parens)
(#101) There should be no spaces inside this paren. (space-in-parens)
(#101) There should be no spaces inside this paren. (space-in-parens)
(#101) There should be no spaces inside this paren. (space-in-parens)
(#101) There should be no spaces inside this paren. (space-in-parens)
(#103) There should be no spaces inside this paren. (space-in-parens)
(#104) There should be no spaces inside this paren. (space-in-parens)
(#104) There should be no spaces inside this paren. (space-in-parens)
(#104) There should be no spaces inside this paren. (space-in-parens)
(#104) There should be no spaces inside this paren. (space-in-parens)
(#107) There should be no spaces inside this paren. (space-in-parens)
(#107) There should be no spaces inside this paren. (space-in-parens)
(#108) There should be no spaces inside this paren. (space-in-parens)
(#113) There should be no spaces inside this paren. (space-in-parens)
(#113) There should be no spaces inside this paren. (space-in-parens)
(#114) There should be no spaces inside this paren. (space-in-parens)
(#114) Expected to return a value at the end of this function. (consistent-return)
(#115) There should be no spaces inside this paren. (space-in-parens)
(#115) There should be no spaces inside this paren. (space-in-parens)
(#118) There should be no spaces inside this paren. (space-in-parens)
(#118) There should be no spaces inside this paren. (space-in-parens)
(#118) There should be no spaces inside this paren. (space-in-parens)
(#118) There should be no spaces inside this paren. (space-in-parens)
(#119) There should be no spaces inside this paren. (space-in-parens)
(#119) There should be no spaces inside this paren. (space-in-parens)
(#121) There should be no spaces inside this paren. (space-in-parens)
(#121) There should be no spaces inside this paren. (space-in-parens)
(#122) There should be no spaces inside this paren. (space-in-parens)
(#122) Expected to return a value at the end of this function. (consistent-return)
(#123) There should be no spaces inside this paren. (space-in-parens)
(#123) There should be no spaces inside this paren. (space-in-parens)
(#126) There should be no spaces inside this paren. (space-in-parens)
(#126) There should be no spaces inside this paren. (space-in-parens)
(#126) There should be no spaces inside this paren. (space-in-parens)
(#126) There should be no spaces inside this paren. (space-in-parens)
(#127) There should be no spaces inside this paren. (space-in-parens)
(#127) There should be no spaces inside this paren. (space-in-parens)
(#129) There should be no space after '[' (computed-property-spacing)
(#129) There should be no space before ']' (computed-property-spacing)
(#130) There should be no spaces inside this paren. (space-in-parens)
(#130) There should be no spaces inside this paren. (space-in-parens)
(#131) There should be no spaces inside this paren. (space-in-parens)
(#131) There should be no spaces inside this paren. (space-in-parens)
(#133) There should be no spaces inside this paren. (space-in-parens)
(#133) There should be no spaces inside this paren. (space-in-parens)
(#133) There should be no spaces inside this paren. (space-in-parens)
(#133) There should be no spaces inside this paren. (space-in-parens)
(#133) There should be no space after '[' (computed-property-spacing)
(#133) There should be no space before ']' (computed-property-spacing)
(#135) There should be no spaces inside this paren. (space-in-parens)
(#135) There should be no spaces inside this paren. (space-in-parens)
(#136) There should be no spaces inside this paren. (space-in-parens)
(#136) There should be no spaces inside this paren. (space-in-parens)
(#140) There should be no spaces inside this paren. (space-in-parens)
(#140) Expected to return a value at the end of this function. (consistent-return)
(#141) There should be no spaces inside this paren. (space-in-parens)
(#141) There should be no spaces inside this paren. (space-in-parens)
(#144) There should be no spaces inside this paren. (space-in-parens)
(#144) There should be no spaces inside this paren. (space-in-parens)
(#144) There should be no spaces inside this paren. (space-in-parens)
(#144) There should be no spaces inside this paren. (space-in-parens)
(#146) There should be no spaces inside this paren. (space-in-parens)
(#146) There should be no spaces inside this paren. (space-in-parens)
(#146) There should be no spaces inside this paren. (space-in-parens)
(#150) There should be no spaces inside this paren. (space-in-parens)
(#150) Expected to return a value at the end of this function. (consistent-return)
(#151) There should be no spaces inside this paren. (space-in-parens)
(#151) There should be no spaces inside this paren. (space-in-parens)
(#154) There should be no spaces inside this paren. (space-in-parens)
(#154) There should be no spaces inside this paren. (space-in-parens)
(#154) There should be no spaces inside this paren. (space-in-parens)
(#154) There should be no spaces inside this paren. (space-in-parens)
(#156) There should be no spaces inside this paren. (space-in-parens)
(#156) Expected to return a value at the end of this function. (consistent-return)
(#157) There should be no spaces inside this paren. (space-in-parens)
(#157) There should be no spaces inside this paren. (space-in-parens)
(#160) There should be no spaces inside this paren. (space-in-parens)
(#160) There should be no spaces inside this paren. (space-in-parens)
(#161) There should be no spaces inside this paren. (space-in-parens)
(#161) There should be no spaces inside this paren. (space-in-parens)
(#161) There should be no spaces inside this paren. (space-in-parens)
(#161) There should be no spaces inside this paren. (space-in-parens)
(#164) There should be no spaces inside this paren. (space-in-parens)
(#165) There should be no spaces inside this paren. (space-in-parens)
(#165) There should be no spaces inside this paren. (space-in-parens)
(#165) There should be no spaces inside this paren. (space-in-parens)
(#165) There should be no spaces inside this paren. (space-in-parens)
(#168) There should be no spaces inside this paren. (space-in-parens)
(#168) There should be no spaces inside this paren. (space-in-parens)
(#170) There should be no spaces inside this paren. (space-in-parens)
(#170) There should be no spaces inside this paren. (space-in-parens)
(#172) There should be no spaces inside this paren. (space-in-parens)
(#172) There should be no spaces inside this paren. (space-in-parens)
(#181) There should be no spaces inside this paren. (space-in-parens)
(#181) There should be no spaces inside this paren. (space-in-parens)
(#185) Trailing spaces not allowed. (no-trailing-spaces)
(#186) There should be no spaces inside this paren. (space-in-parens)
(#186) There should be no spaces inside this paren. (space-in-parens)
(#189) There should be no spaces inside this paren. (space-in-parens)
(#189) There should be no spaces inside this paren. (space-in-parens)
(#192) There should be no spaces inside this paren. (space-in-parens)
(#192) There should be no spaces inside this paren. (space-in-parens)
(#199) Trailing spaces not allowed. (no-trailing-spaces)
(#200) There should be no spaces inside this paren. (space-in-parens)
(#200) There should be no spaces inside this paren. (space-in-parens)
(#205) There should be no spaces inside this paren. (space-in-parens)
(#205) There should be no spaces inside this paren. (space-in-parens)
(#206) There should be no spaces inside this paren. (space-in-parens)
(#206) There should be no spaces inside this paren. (space-in-parens)
(#208) There should be no spaces inside this paren. (space-in-parens)
(#208) There should be no spaces inside this paren. (space-in-parens)
(#209) There should be no spaces inside this paren. (space-in-parens)
(#209) There should be no spaces inside this paren. (space-in-parens)
(#210) There should be no spaces inside this paren. (space-in-parens)
(#210) There should be no spaces inside this paren. (space-in-parens)
(#213) There should be no spaces inside this paren. (space-in-parens)
(#213) There should be no spaces inside this paren. (space-in-parens)
(#215) There should be no spaces inside this paren. (space-in-parens)
(#215) There should be no spaces inside this paren. (space-in-parens)
(#216) There should be no spaces inside this paren. (space-in-parens)
(#216) There should be no spaces inside this paren. (space-in-parens)
(#217) There should be no spaces inside this paren. (space-in-parens)
(#217) There should be no spaces inside this paren. (space-in-parens)
(#219) There should be no spaces inside this paren. (space-in-parens)
(#219) There should be no spaces inside this paren. (space-in-parens)
(#231) There should be no spaces inside this paren. (space-in-parens)
(#231) There should be no spaces inside this paren. (space-in-parens)
(#233) There should be no spaces inside this paren. (space-in-parens)
(#233) There should be no spaces inside this paren. (space-in-parens)
(#234) There should be no spaces inside this paren. (space-in-parens)
(#234) There should be no spaces inside this paren. (space-in-parens)
(#235) There should be no spaces inside this paren. (space-in-parens)
(#235) There should be no spaces inside this paren. (space-in-parens)
(#236) There should be no spaces inside this paren. (space-in-parens)
(#236) There should be no spaces inside this paren. (space-in-parens)
(#238) There should be no spaces inside this paren. (space-in-parens)
(#238) There should be no spaces inside this paren. (space-in-parens)
(#239) There should be no spaces inside this paren. (space-in-parens)
(#239) There should be no spaces inside this paren. (space-in-parens)
(#242) There should be no spaces inside this paren. (space-in-parens)
(#242) There should be no spaces inside this paren. (space-in-parens)
(#245) There should be no spaces inside this paren. (space-in-parens)
(#245) There should be no spaces inside this paren. (space-in-parens)
(#246) There should be no spaces inside this paren. (space-in-parens)
(#246) There should be no spaces inside this paren. (space-in-parens)
(#247) There should be no spaces inside this paren. (space-in-parens)
(#247) There should be no spaces inside this paren. (space-in-parens)
(#248) There should be no spaces inside this paren. (space-in-parens)
(#248) There should be no spaces inside this paren. (space-in-parens)
(#249) There should be no spaces inside this paren. (space-in-parens)
(#249) There should be no spaces inside this paren. (space-in-parens)
(#251) There should be no spaces inside this paren. (space-in-parens)
(#251) There should be no spaces inside this paren. (space-in-parens)
(#258) There should be no spaces inside this paren. (space-in-parens)
(#258) There should be no spaces inside this paren. (space-in-parens)
(#259) There should be no spaces inside this paren. (space-in-parens)
(#259) There should be no spaces inside this paren. (space-in-parens)
(#260) There should be no spaces inside this paren. (space-in-parens)
(#260) There should be no spaces inside this paren. (space-in-parens)
(#262) There should be no spaces inside this paren. (space-in-parens)
(#262) There should be no spaces inside this paren. (space-in-parens)
(#263) There should be no spaces inside this paren. (space-in-parens)
(#263) There should be no spaces inside this paren. (space-in-parens)
(#264) There should be no spaces inside this paren. (space-in-parens)
(#264) There should be no spaces inside this paren. (space-in-parens)
(#264) There should be no spaces inside this paren. (space-in-parens)
(#264) There should be no spaces inside this paren. (space-in-parens)
(#264) There should be no spaces inside this paren. (space-in-parens)
(#264) There should be no spaces inside this paren. (space-in-parens)
(#265) There should be no spaces inside this paren. (space-in-parens)
(#265) There should be no spaces inside this paren. (space-in-parens)
(#265) There should be no spaces inside this paren. (space-in-parens)
(#265) There should be no spaces inside this paren. (space-in-parens)
(#266) There should be no spaces inside this paren. (space-in-parens)
(#266) There should be no spaces inside this paren. (space-in-parens)
(#267) There should be no spaces inside this paren. (space-in-parens)
(#267) There should be no spaces inside this paren. (space-in-parens)
(#269) There should be no spaces inside this paren. (space-in-parens)
(#269) There should be no spaces inside this paren. (space-in-parens)
(#269) There should be no spaces inside this paren. (space-in-parens)
(#269) There should be no spaces inside this paren. (space-in-parens)
(#270) There should be no spaces inside this paren. (space-in-parens)
(#270) There should be no spaces inside this paren. (space-in-parens)
(#271) There should be no spaces inside this paren. (space-in-parens)
(#271) There should be no spaces inside this paren. (space-in-parens)
(#274) There should be no spaces inside this paren. (space-in-parens)
(#274) There should be no spaces inside this paren. (space-in-parens)
(#275) There should be no spaces inside this paren. (space-in-parens)
(#275) There should be no spaces inside this paren. (space-in-parens)
(#275) There should be no spaces inside this paren. (space-in-parens)
(#275) There should be no spaces inside this paren. (space-in-parens)
(#277) There should be no spaces inside this paren. (space-in-parens)
(#277) There should be no spaces inside this paren. (space-in-parens)
(#278) There should be no spaces inside this paren. (space-in-parens)
(#278) There should be no spaces inside this paren. (space-in-parens)
(#281) There should be no spaces inside this paren. (space-in-parens)
(#281) There should be no spaces inside this paren. (space-in-parens)
(#282) There should be no spaces inside this paren. (space-in-parens)
(#282) There should be no spaces inside this paren. (space-in-parens)
(#288) There should be no spaces inside this paren. (space-in-parens)
(#288) There should be no spaces inside this paren. (space-in-parens)
(#289) There should be no spaces inside this paren. (space-in-parens)
(#289) There should be no spaces inside this paren. (space-in-parens)
(#290) There should be no spaces inside this paren. (space-in-parens)
(#290) There should be no spaces inside this paren. (space-in-parens)
(#294) There should be no spaces inside this paren. (space-in-parens)
(#294) There should be no spaces inside this paren. (space-in-parens)
(#295) There should be no spaces inside this paren. (space-in-parens)
(#295) There should be no spaces inside this paren. (space-in-parens)
(#296) There should be no spaces inside this paren. (space-in-parens)
(#296) There should be no spaces inside this paren. (space-in-parens)
(#297) There should be no spaces inside this paren. (space-in-parens)
(#297) There should be no spaces inside this paren. (space-in-parens)
(#298) There should be no spaces inside this paren. (space-in-parens)
(#298) There should be no spaces inside this paren. (space-in-parens)
(#302) Trailing spaces not allowed. (no-trailing-spaces)
(#304) There should be no spaces inside this paren. (space-in-parens)
(#304) There should be no spaces inside this paren. (space-in-parens)
(#305) There should be no spaces inside this paren. (space-in-parens)
(#305) There should be no spaces inside this paren. (space-in-parens)
(#306) Line 306 exceeds the maximum line length of 132. (max-len)
(#306) There should be no spaces inside this paren. (space-in-parens)
(#306) There should be no spaces inside this paren. (space-in-parens)
(#306) Do not nest ternary expressions (no-nested-ternary)
(#306) There should be no spaces inside this paren. (space-in-parens)
(#306) There should be no spaces inside this paren. (space-in-parens)
(#306) There should be no spaces inside this paren. (space-in-parens)
(#306) There should be no spaces inside this paren. (space-in-parens)
(#309) There should be no spaces inside this paren. (space-in-parens)
(#309) There should be no spaces inside this paren. (space-in-parens)
(#310) There should be no spaces inside this paren. (space-in-parens)
(#310) There should be no spaces inside this paren. (space-in-parens)
(#313) There should be no spaces inside this paren. (space-in-parens)
(#313) There should be no spaces inside this paren. (space-in-parens)
(#314) There should be no spaces inside this paren. (space-in-parens)
(#314) There should be no spaces inside this paren. (space-in-parens)
(#317) There should be no spaces inside this paren. (space-in-parens)
(#317) There should be no spaces inside this paren. (space-in-parens)
(#318) There should be no spaces inside this paren. (space-in-parens)
(#318) There should be no spaces inside this paren. (space-in-parens)
(#320) There should be no spaces inside this paren. (space-in-parens)
(#320) There should be no spaces inside this paren. (space-in-parens)
(#321) There should be no spaces inside this paren. (space-in-parens)
(#321) There should be no spaces inside this paren. (space-in-parens)
(#325) There should be no spaces inside this paren. (space-in-parens)
(#325) There should be no spaces inside this paren. (space-in-parens)
(#327) There should be no spaces inside this paren. (space-in-parens)
(#327) There should be no spaces inside this paren. (space-in-parens)
(#327) There should be no spaces inside this paren. (space-in-parens)
(#327) There should be no spaces inside this paren. (space-in-parens)
(#331) There should be no spaces inside this paren. (space-in-parens)
(#337) There should be no spaces inside this paren. (space-in-parens)
(#337) There should be no spaces inside this paren. (space-in-parens)
(#339) Trailing spaces not allowed. (no-trailing-spaces)
(#344) There should be no spaces inside this paren. (space-in-parens)
(#344) There should be no spaces inside this paren. (space-in-parens)
(#345) There should be no spaces inside this paren. (space-in-parens)
(#345) There should be no spaces inside this paren. (space-in-parens)
(#346) There should be no spaces inside this paren. (space-in-parens)
(#346) There should be no spaces inside this paren. (space-in-parens)
(#349) There should be no spaces inside this paren. (space-in-parens)
(#349) There should be no spaces inside this paren. (space-in-parens)
(#351) Trailing spaces not allowed. (no-trailing-spaces)
(#353) There should be no spaces inside this paren. (space-in-parens)
(#353) There should be no spaces inside this paren. (space-in-parens)
(#354) There should be no spaces inside this paren. (space-in-parens)
(#354) There should be no spaces inside this paren. (space-in-parens)
(#355) There should be no spaces inside this paren. (space-in-parens)
(#355) There should be no spaces inside this paren. (space-in-parens)
(#357) There should be no spaces inside this paren. (space-in-parens)
(#357) There should be no spaces inside this paren. (space-in-parens)
(#361) There should be no spaces inside this paren. (space-in-parens)
(#361) There should be no spaces inside this paren. (space-in-parens)
(#361) There should be no spaces inside this paren. (space-in-parens)
(#361) There should be no spaces inside this paren. (space-in-parens)
(#361) There should be no space after '[' (computed-property-spacing)
(#361) There should be no space before ']' (computed-property-spacing)
(#363) There should be no spaces inside this paren. (space-in-parens)
(#363) There should be no spaces inside this paren. (space-in-parens)
(#364) There should be no spaces inside this paren. (space-in-parens)
(#364) There should be no spaces inside this paren. (space-in-parens)
(#365) There should be no spaces inside this paren. (space-in-parens)
(#365) There should be no spaces inside this paren. (space-in-parens)
(#367) There should be no spaces inside this paren. (space-in-parens)
(#367) There should be no spaces inside this paren. (space-in-parens)
(#368) There should be no spaces inside this paren. (space-in-parens)
(#368) There should be no spaces inside this paren. (space-in-parens)
(#374) There should be no spaces inside this paren. (space-in-parens)
(#374) There should be no spaces inside this paren. (space-in-parens)
(#377) There should be no spaces inside this paren. (space-in-parens)
(#377) There should be no spaces inside this paren. (space-in-parens)
(#377) There should be no spaces inside this paren. (space-in-parens)
(#377) There should be no spaces inside this paren. (space-in-parens)
(#377) There should be no space after '[' (computed-property-spacing)
(#377) There should be no space before ']' (computed-property-spacing)
(#379) There should be no spaces inside this paren. (space-in-parens)
(#379) There should be no spaces inside this paren. (space-in-parens)
(#381) There should be no spaces inside this paren. (space-in-parens)
(#381) There should be no spaces inside this paren. (space-in-parens)
(#383) There should be no spaces inside this paren. (space-in-parens)
(#383) There should be no spaces inside this paren. (space-in-parens)
(#387) There should be no spaces inside this paren. (space-in-parens)
(#387) 'jQuery' is not defined. (no-undef)
(#387) There should be no spaces inside this paren. (space-in-parens)
(#387) There should be no spaces inside this paren. (space-in-parens)
mod/offlinequiz/lib/jquery/ui/jquery.ui.core.js
(#1) Expected space or tab after '/*' in comment. (spaced-comment)
(#10) There should be no spaces inside this paren. (space-in-parens)
(#10) There should be no spaces inside this paren. (space-in-parens)
(#16) There should be no spaces inside this paren. (space-in-parens)
(#16) There should be no spaces inside this paren. (space-in-parens)
(#20) There should be no spaces inside this paren. (space-in-parens)
(#62) There should be no spaces inside this paren. (space-in-parens)
(#62) There should be no spaces inside this paren. (space-in-parens)
(#67) There should be no spaces inside this paren. (space-in-parens)
(#67) There should be no spaces inside this paren. (space-in-parens)
(#68) There should be no spaces inside this paren. (space-in-parens)
(#68) There should be no spaces inside this paren. (space-in-parens)
(#69) There should be no spaces inside this paren. (space-in-parens)
(#69) There should be no spaces inside this paren. (space-in-parens)
(#71) There should be no spaces inside this paren. (space-in-parens)
(#73) There should be no spaces inside this paren. (space-in-parens)
(#73) There should be no spaces inside this paren. (space-in-parens)
(#80) Line 80 exceeds the maximum line length of 132. (max-len)
(#80) A space is required after ','. (comma-spacing)
(#80) A space is required after ','. (comma-spacing)
(#80) A space is required after ','. (comma-spacing)
(#80) A space is required after ','. (comma-spacing)
(#80) Infix operators must be spaced. (space-infix-ops)
(#80) A space is required after ','. (comma-spacing)
(#80) A space is required after ','. (comma-spacing)
(#80) Infix operators must be spaced. (space-infix-ops)
(#80) A space is required after ','. (comma-spacing)
(#80) A space is required after ','. (comma-spacing)
(#84) Line 84 exceeds the maximum line length of 132. (max-len)
(#84) A space is required after ','. (comma-spacing)
(#84) A space is required after ','. (comma-spacing)
(#84) Infix operators must be spaced. (space-infix-ops)
(#84) A space is required after ','. (comma-spacing)
(#84) A space is required after ','. (comma-spacing)
(#84) Infix operators must be spaced. (space-infix-ops)
(#84) A space is required after ','. (comma-spacing)
(#84) A space is required after ','. (comma-spacing)
(#91) There should be no spaces inside this paren. (space-in-parens)
(#91) There should be no spaces inside this paren. (space-in-parens)
(#92) There should be no spaces inside this paren. (space-in-parens)
(#92) There should be no spaces inside this paren. (space-in-parens)
(#93) There should be no spaces inside this paren. (space-in-parens)
(#93) There should be no spaces inside this paren. (space-in-parens)
(#96) There should be no spaces inside this paren. (space-in-parens)
(#96) There should be no spaces inside this paren. (space-in-parens)
(#97) There should be no spaces inside this paren. (space-in-parens)
(#97) There should be no space after '[' (computed-property-spacing)
(#97) There should be no space before ']' (computed-property-spacing)
(#97) There should be no spaces inside this paren. (space-in-parens)
(#97) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#98) There should be no spaces inside this paren. (space-in-parens)
(#98) There should be no space after '[' (computed-property-spacing)
(#98) There should be no space before ']' (computed-property-spacing)
(#98) There should be no spaces inside this paren. (space-in-parens)
(#102) There should be no spaces inside this paren. (space-in-parens)
(#102) There should be no spaces inside this paren. (space-in-parens)
(#103) There should be no spaces inside this paren. (space-in-parens)
(#103) There should be no spaces inside this paren. (space-in-parens)
(#108) There should be no spaces inside this paren. (space-in-parens)
(#108) There should be no spaces inside this paren. (space-in-parens)
(#108) There should be no spaces inside this paren. (space-in-parens)
(#108) There should be no spaces inside this paren. (space-in-parens)
(#109) There should be no spaces inside this paren. (space-in-parens)
(#109) There should be no spaces inside this paren. (space-in-parens)
(#109) There should be no spaces inside this paren. (space-in-parens)
(#109) There should be no spaces inside this paren. (space-in-parens)
(#121) There should be no spaces inside this paren. (space-in-parens)
(#121) There should be no spaces inside this paren. (space-in-parens)
(#121) There should be no spaces inside this paren. (space-in-parens)
(#122) There should be no spaces inside this paren. (space-in-parens)
(#122) There should be no spaces inside this paren. (space-in-parens)
(#128) There should be no spaces inside this paren. (space-in-parens)
(#128) There should be no spaces inside this paren. (space-in-parens)
(#132) There should be no spaces inside this paren. (space-in-parens)
(#132) There should be no space after '[' (array-bracket-spacing)
(#132) There should be no space before ']' (array-bracket-spacing)
(#132) There should be no spaces inside this paren. (space-in-parens)
(#132) There should be no spaces inside this paren. (space-in-parens)
(#133) There should be no space after '[' (array-bracket-spacing)
(#133) There should be no space before ']' (array-bracket-spacing)
(#133) There should be no space after '[' (array-bracket-spacing)
(#133) There should be no space before ']' (array-bracket-spacing)
(#142) Missing JSDoc comment. (require-jsdoc)
(#142) There should be no spaces inside this paren. (space-in-parens)
(#142) There should be no spaces inside this paren. (space-in-parens)
(#143) There should be no spaces inside this paren. (space-in-parens)
(#144) There should be no spaces inside this paren. (space-in-parens)
(#144) There should be no spaces inside this paren. (space-in-parens)
(#144) There should be no spaces inside this paren. (space-in-parens)
(#145) There should be no spaces inside this paren. (space-in-parens)
(#145) There should be no spaces inside this paren. (space-in-parens)
(#146) There should be no spaces inside this paren. (space-in-parens)
(#146) There should be no spaces inside this paren. (space-in-parens)
(#146) There should be no spaces inside this paren. (space-in-parens)
(#148) There should be no spaces inside this paren. (space-in-parens)
(#148) There should be no spaces inside this paren. (space-in-parens)
(#149) There should be no spaces inside this paren. (space-in-parens)
(#149) There should be no spaces inside this paren. (space-in-parens)
(#149) There should be no spaces inside this paren. (space-in-parens)
(#155) There should be no space after '[' (computed-property-spacing)
(#155) There should be no space before ']' (computed-property-spacing)
(#155) There should be no spaces inside this paren. (space-in-parens)
(#155) There should be no spaces inside this paren. (space-in-parens)
(#156) There should be no spaces inside this paren. (space-in-parens)
(#156) There should be no spaces inside this paren. (space-in-parens)
(#157) There should be no space after '[' (computed-property-spacing)
(#157) There should be no space before ']' (computed-property-spacing)
(#157) There should be no spaces inside this paren. (space-in-parens)
(#157) There should be no spaces inside this paren. (space-in-parens)
(#161) There should be no spaces inside this paren. (space-in-parens)
(#161) There should be no spaces inside this paren. (space-in-parens)
(#161) There should be no spaces inside this paren. (space-in-parens)
(#161) There should be no spaces inside this paren. (space-in-parens)
(#161) There should be no spaces inside this paren. (space-in-parens)
(#161) There should be no spaces inside this paren. (space-in-parens)
(#165) There should be no space after '[' (computed-property-spacing)
(#165) There should be no spaces inside this paren. (space-in-parens)
(#165) There should be no spaces inside this paren. (space-in-parens)
(#166) There should be no spaces inside this paren. (space-in-parens)
(#166) There should be no spaces inside this paren. (space-in-parens)
(#167) There should be no space after '[' (computed-property-spacing)
(#167) There should be no space before ']' (computed-property-spacing)
(#167) There should be no spaces inside this paren. (space-in-parens)
(#167) There should be no spaces inside this paren. (space-in-parens)
(#171) There should be no spaces inside this paren. (space-in-parens)
(#171) There should be no spaces inside this paren. (space-in-parens)
(#171) There should be no spaces inside this paren. (space-in-parens)
(#171) There should be no spaces inside this paren. (space-in-parens)
(#171) There should be no spaces inside this paren. (space-in-parens)
(#177) Missing JSDoc comment. (require-jsdoc)
(#177) There should be no spaces inside this paren. (space-in-parens)
(#177) There should be no spaces inside this paren. (space-in-parens)
(#178) There should be no spaces inside this paren. (space-in-parens)
(#178) There should be no spaces inside this paren. (space-in-parens)
(#179) There should be no spaces inside this paren. (space-in-parens)
(#179) There should be no spaces inside this paren. (space-in-parens)
(#180) There should be no spaces inside this paren. (space-in-parens)
(#180) There should be no spaces inside this paren. (space-in-parens)
(#184) There should be no spaces inside this paren. (space-in-parens)
(#184) There should be no space after '[' (computed-property-spacing)
(#184) There should be no space before ']' (computed-property-spacing)
(#185) There should be no spaces inside this paren. (space-in-parens)
(#185) There should be no spaces inside this paren. (space-in-parens)
(#186) There should be no spaces inside this paren. (space-in-parens)
(#186) There should be no space after '[' (computed-property-spacing)
(#186) There should be no space before ']' (computed-property-spacing)
(#186) There should be no spaces inside this paren. (space-in-parens)
(#189) There should be no spaces inside this paren. (space-in-parens)
(#189) There should be no spaces inside this paren. (space-in-parens)
(#191) There should be no spaces inside this paren. (space-in-parens)
(#191) There should be no spaces inside this paren. (space-in-parens)
(#192) There should be no spaces inside this paren. (space-in-parens)
(#192) There should be no spaces inside this paren. (space-in-parens)
(#196) There should be no spaces inside this paren. (space-in-parens)
(#196) There should be no spaces inside this paren. (space-in-parens)
(#199) There should be no spaces inside this paren. (space-in-parens)
(#199) There should be no spaces inside this paren. (space-in-parens)
(#200) There should be no spaces inside this paren. (space-in-parens)
(#200) There should be no spaces inside this paren. (space-in-parens)
(#202) There should be no spaces inside this paren. (space-in-parens)
(#202) Do not nest ternary expressions (no-nested-ternary)
(#202) There should be no spaces inside this paren. (space-in-parens)
(#202) There should be no spaces inside this paren. (space-in-parens)
(#205) There should be no spaces inside this paren. (space-in-parens)
(#205) There should be no spaces inside this paren. (space-in-parens)
(#206) There should be no spaces inside this paren. (space-in-parens)
(#206) There should be no spaces inside this paren. (space-in-parens)
(#208) There should be no spaces inside this paren. (space-in-parens)
(#208) There should be no spaces inside this paren. (space-in-parens)
(#211) There should be no spaces inside this paren. (space-in-parens)
(#211) There should be no spaces inside this paren. (space-in-parens)
(#212) There should be no spaces inside this paren. (space-in-parens)
(#212) There should be no spaces inside this paren. (space-in-parens)
(#213) There should be no spaces inside this paren. (space-in-parens)
(#213) There should be no spaces inside this paren. (space-in-parens)
(#213) There should be no spaces inside this paren. (space-in-parens)
(#213) There should be no spaces inside this paren. (space-in-parens)
(#213) There should be no spaces inside this paren. (space-in-parens)
(#213) There should be no spaces inside this paren. (space-in-parens)
(#213) There should be no spaces inside this paren. (space-in-parens)
(#213) There should be no spaces inside this paren. (space-in-parens)
(#220) There should be no spaces inside this paren. (space-in-parens)
(#220) There should be no spaces inside this paren. (space-in-parens)
(#220) There should be no spaces inside this paren. (space-in-parens)
(#220) There should be no spaces inside this paren. (space-in-parens)
(#222) There should be no spaces inside this paren. (space-in-parens)
(#234) There should be no spaces inside this paren. (space-in-parens)
(#234) There should be no spaces inside this paren. (space-in-parens)
(#240) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#242) There should be no spaces inside this paren. (space-in-parens)
(#245) There should be no spaces inside this paren. (space-in-parens)
(#245) There should be no spaces inside this paren. (space-in-parens)
(#246) There should be no space after '[' (computed-property-spacing)
(#246) There should be no space before ']' (computed-property-spacing)
(#247) There should be no spaces inside this paren. (space-in-parens)
(#247) There should be no spaces inside this paren. (space-in-parens)
(#248) There should be no space after '[' (computed-property-spacing)
(#248) There should be no space before ']' (computed-property-spacing)
(#248) There should be no space after '[' (computed-property-spacing)
(#248) There should be no space before ']' (computed-property-spacing)
(#249) There should be no space after '[' (computed-property-spacing)
(#249) There should be no space before ']' (computed-property-spacing)
(#249) There should be no spaces inside this paren. (space-in-parens)
(#249) There should be no space after '[' (array-bracket-spacing)
(#249) There should be no space after '[' (computed-property-spacing)
(#249) There should be no space before ']' (computed-property-spacing)
(#249) There should be no space before ']' (array-bracket-spacing)
(#249) There should be no spaces inside this paren. (space-in-parens)
(#252) There should be no spaces inside this paren. (space-in-parens)
(#252) There should be no spaces inside this paren. (space-in-parens)
(#253) There should be no space after '[' (computed-property-spacing)
(#253) There should be no space before ']' (computed-property-spacing)
(#254) There should be no spaces inside this paren. (space-in-parens)
(#254) There should be no space after '[' (computed-property-spacing)
(#254) There should be no space before ']' (computed-property-spacing)
(#254) There should be no spaces inside this paren. (space-in-parens)
(#257) Trailing spaces not allowed. (no-trailing-spaces)
(#258) There should be no spaces inside this paren. (space-in-parens)
(#258) There should be no spaces inside this paren. (space-in-parens)
(#259) There should be no spaces inside this paren. (space-in-parens)
(#259) There should be no space after '[' (computed-property-spacing)
(#259) There should be no space after '[' (computed-property-spacing)
(#259) There should be no space before ']' (computed-property-spacing)
(#259) There should be no space after '[' (computed-property-spacing)
(#259) There should be no space before ']' (computed-property-spacing)
(#259) There should be no space before ']' (computed-property-spacing)
(#259) There should be no spaces inside this paren. (space-in-parens)
(#260) There should be no space after '[' (computed-property-spacing)
(#260) There should be no space before ']' (computed-property-spacing)
(#260) There should be no space after '[' (computed-property-spacing)
(#260) There should be no space before ']' (computed-property-spacing)
(#260) There should be no spaces inside this paren. (space-in-parens)
(#260) There should be no spaces inside this paren. (space-in-parens)
(#265) Trailing spaces not allowed. (no-trailing-spaces)
(#267) There should be no spaces inside this paren. (space-in-parens)
(#267) There should be no spaces inside this paren. (space-in-parens)
(#269) Unexpected use of '&'. (no-bitwise)
(#269) There should be no spaces inside this paren. (space-in-parens)
(#269) There should be no spaces inside this paren. (space-in-parens)
(#270) There should be no spaces inside this paren. (space-in-parens)
(#270) There should be no spaces inside this paren. (space-in-parens)
(#272) Trailing spaces not allowed. (no-trailing-spaces)
(#274) There should be no spaces inside this paren. (space-in-parens)
(#274) There should be no spaces inside this paren. (space-in-parens)
(#275) Trailing spaces not allowed. (no-trailing-spaces)
(#276) Expected space or tab after '//' in comment. (spaced-comment)
(#277) There should be no spaces inside this paren. (space-in-parens)
(#277) There should be no spaces inside this paren. (space-in-parens)
(#277) There should be no spaces inside this paren. (space-in-parens)
(#277) There should be no spaces inside this paren. (space-in-parens)
(#277) There should be no spaces inside this paren. (space-in-parens)
(#280) Trailing spaces not allowed. (no-trailing-spaces)
(#281) There should be no spaces inside this paren. (space-in-parens)
(#281) There should be no spaces inside this paren. (space-in-parens)
(#283) Trailing spaces not allowed. (no-trailing-spaces)
(#284) There should be no spaces inside this paren. (space-in-parens)
(#284) There should be no space after '[' (computed-property-spacing)
(#284) There should be no space before ']' (computed-property-spacing)
(#284) There should be no spaces inside this paren. (space-in-parens)
(#287) Trailing spaces not allowed. (no-trailing-spaces)
(#291) There should be no space after '[' (computed-property-spacing)
(#291) There should be no space before ']' (computed-property-spacing)
(#292) There should be no spaces inside this paren. (space-in-parens)
(#292) There should be no space after '[' (computed-property-spacing)
(#292) There should be no space before ']' (computed-property-spacing)
(#292) There should be no spaces inside this paren. (space-in-parens)
(#293) There should be no space after '[' (computed-property-spacing)
(#293) There should be no space before ']' (computed-property-spacing)
(#296) Trailing spaces not allowed. (no-trailing-spaces)
(#298) There should be no spaces inside this paren. (space-in-parens)
(#298) There should be no spaces inside this paren. (space-in-parens)
(#299) Expected space or tab after '//' in comment. (spaced-comment)
(#300) There should be no spaces inside this paren. (space-in-parens)
(#300) There should be no spaces inside this paren. (space-in-parens)
(#300) There should be no spaces inside this paren. (space-in-parens)
(#300) There should be no spaces inside this paren. (space-in-parens)
(#300) There should be no spaces inside this paren. (space-in-parens)
(#300) There should be no spaces inside this paren. (space-in-parens)
(#302) There should be no spaces inside this paren. (space-in-parens)
(#302) There should be no spaces inside this paren. (space-in-parens)
(#303) Expected space or tab after '//' in comment. (spaced-comment)
(#304) There should be no spaces inside this paren. (space-in-parens)
(#304) There should be no spaces inside this paren. (space-in-parens)
(#304) There should be no spaces inside this paren. (space-in-parens)
(#304) There should be no spaces inside this paren. (space-in-parens)
(#308) There should be no spaces inside this paren. (space-in-parens)
(#308) 'jQuery' is not defined. (no-undef)
(#308) There should be no spaces inside this paren. (space-in-parens)
mod/offlinequiz/lib/jquery/ui/jquery.ui.datepicker.js
(#13) There should be no spaces inside this paren. (space-in-parens)
(#13) There should be no spaces inside this paren. (space-in-parens)
(#15) There should be no space after '{' (object-curly-spacing)
(#15) There should be no space after '{' (object-curly-spacing)
(#15) There should be no space before '}' (object-curly-spacing)
(#15) There should be no space before '}' (object-curly-spacing)
(#25) Missing JSDoc comment. (require-jsdoc)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#48) A space is required after ','. (comma-spacing)
(#48) A space is required after ','. (comma-spacing)
(#48) A space is required after ','. (comma-spacing)
(#48) A space is required after ','. (comma-spacing)
(#48) A space is required after ','. (comma-spacing)
(#52) A space is required after ','. (comma-spacing)
(#52) A space is required after ','. (comma-spacing)
(#52) A space is required after ','. (comma-spacing)
(#52) A space is required after ','. (comma-spacing)
(#52) A space is required after ','. (comma-spacing)
(#52) A space is required after ','. (comma-spacing)
(#110) Line 110 exceeds the maximum line length of 132. (max-len)
(#118) Unexpected space before function parentheses. (space-before-function-paren)
(#119) Expected { after 'if' condition. (curly)
(#120) Unexpected console statement. (no-console)
(#122) Trailing spaces not allowed. (no-trailing-spaces)
(#147) eval can be harmful. (no-eval)
(#176) Line 176 exceeds the maximum line length of 132. (max-len)
(#184) Expected { after 'if' condition. (curly)
(#202) Expected { after 'if' condition. (curly)
(#209) Expected { after 'if' condition. (curly)
(#212) Expected { after 'if' condition. (curly)
(#219) There should be no space after '{' (object-curly-spacing)
(#219) There should be no space before '}' (object-curly-spacing)
(#222) There should be no space after '{' (object-curly-spacing)
(#222) Missing space before value for key 'src'. (key-spacing)
(#222) Missing space before value for key 'alt'. (key-spacing)
(#222) Missing space before value for key 'title'. (key-spacing)
(#222) There should be no space before '}' (object-curly-spacing)
(#225) Expected { after 'if' condition. (curly)
(#227) Expected { after 'else'. (curly)
(#263) Expected { after 'if' condition. (curly)
(#266) Missing space before opening brace. (space-before-blocks)
(#268) Missing space before opening brace. (space-before-blocks)
(#304) Do not nest ternary expressions (no-nested-ternary)
(#320) Expected { after 'if' condition. (curly)
(#344) Expected { after 'if' condition. (curly)
(#360) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#360) Statement inside of curly braces should be on next line. (brace-style)
(#363) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#368) Statement inside of curly braces should be on next line. (brace-style)
(#368) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#383) Statement inside of curly braces should be on next line. (brace-style)
(#383) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#386) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#391) Statement inside of curly braces should be on next line. (brace-style)
(#391) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#403) Expected { after 'if' condition. (curly)
(#417) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#418) Expected an object to be thrown. (no-throw-literal)
(#430) Expected to return a value at the end of this function. (consistent-return)
(#433) Do not nest ternary expressions (no-nested-ternary)
(#434) Do not nest ternary expressions (no-nested-ternary)
(#451) Expected { after 'if' condition. (curly)
(#451) ["dateFormat"] is better written in dot notation. (dot-notation)
(#451) ["minDate"] is better written in dot notation. (dot-notation)
(#453) Expected { after 'if' condition. (curly)
(#453) ["dateFormat"] is better written in dot notation. (dot-notation)
(#453) ["maxDate"] is better written in dot notation. (dot-notation)
(#494) Expected { after 'if' condition. (curly)
(#500) Expected to return a value at the end of this function. (consistent-return)
(#500) Function '_doKeyDown' has a complexity of 42. (complexity)
(#505) Expected { after 'if' condition. (curly)
(#510) Trailing spaces not allowed. (no-trailing-spaces)
(#512) Expected { after 'if' condition. (curly)
(#514) Expected { after 'else'. (curly)
(#517) Unreachable code. (no-unreachable)
(#528) Expected { after 'if' condition. (curly)
(#531) Expected { after 'if' condition. (curly)
(#534) Expected { after 'if' condition. (curly)
(#537) Expected { after 'if' condition. (curly)
(#542) Expected { after 'if' condition. (curly)
(#545) Expected { after 'if' condition. (curly)
(#548) Expected { after 'if' condition. (curly)
(#553) Expected { after 'if' condition. (curly)
(#558) Expected { after 'if' condition. (curly)
(#570) Expected to return a value at the end of this function. (consistent-return)
(#593) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#605) Expected { after 'if' condition. (curly)
(#607) Expected { after 'if' condition. (curly)
(#618) Expected { after 'if' condition. (curly)
(#626) Unexpected use of '|='. (no-bitwise)
(#635) Expected space or tab after '//' in comment. (spaced-comment)
(#643) Do not nest ternary expressions (no-nested-ternary)
(#652) Expected space(s) after "if". (keyword-spacing)
(#652) There should be no spaces inside this paren. (space-in-parens)
(#652) Redundant double negation. (no-extra-boolean-cast)
(#652) Unexpected space after unary operator '!'. (space-unary-ops)
(#652) There should be no spaces inside this paren. (space-in-parens)
(#652) Missing space before opening brace. (space-before-blocks)
(#658) Infix operators must be spaced. (space-infix-ops)
(#659) Expected { after 'if' condition. (curly)
(#661) Expected { after 'else'. (curly)
(#663) Expected { after 'if' condition. (curly)
(#665) Expected { after 'if' condition. (curly)
(#677) Expected space(s) after "if". (keyword-spacing)
(#677) There should be no spaces inside this paren. (space-in-parens)
(#677) Redundant double negation. (no-extra-boolean-cast)
(#677) There should be no spaces inside this paren. (space-in-parens)
(#677) Missing space before opening brace. (space-before-blocks)
(#677) Expected space or tab after '//' in comment. (spaced-comment)
(#678) Missing semicolon. (semi)
(#681) Missing space before opening brace. (space-before-blocks)
(#683) Expected { after 'if' condition. (curly)
(#683) Expected space(s) after "if". (keyword-spacing)
(#684) Expected space(s) after "if". (keyword-spacing)
(#684) Expected { after 'if' condition. (curly)
(#686) Missing space before opening brace. (space-before-blocks)
(#687) There should be no spaces inside this paren. (space-in-parens)
(#690) Expected space(s) after "if". (keyword-spacing)
(#690) Expected { after 'if' condition. (curly)
(#691) Expected { after 'if' condition. (curly)
(#691) Expected space(s) after "if". (keyword-spacing)
(#701) Expected { after 'if' condition. (curly)
(#703) Expected { after 'else'. (curly)
(#709) Expected { after 'if' condition. (curly)
(#714) Trailing spaces not allowed. (no-trailing-spaces)
(#715) Expected space(s) after "if". (keyword-spacing)
(#715) There should be no spaces inside this paren. (space-in-parens)
(#715) There should be no spaces inside this paren. (space-in-parens)
(#715) Missing space before opening brace. (space-before-blocks)
(#717) Missing space before opening brace. (space-before-blocks)
(#718) Expected space or tab after '//' in comment. (spaced-comment)
(#719) Expected space(s) after "if". (keyword-spacing)
(#719) There should be no spaces inside this paren. (space-in-parens)
(#719) There should be no spaces inside this paren. (space-in-parens)
(#719) Missing space before opening brace. (space-before-blocks)
(#768) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#775) Expected { after 'if' condition. (curly)
(#784) Expected { after 'if' condition. (curly)
(#786) Expected { after 'else'. (curly)
(#787) Do not nest ternary expressions (no-nested-ternary)
(#789) Expected { after 'if' condition. (curly)
(#792) Expected { after 'if' condition. (curly)
(#798) There should be no space after '{' (object-curly-spacing)
(#798) There should be no space before '}' (object-curly-spacing)
(#815) Expected { after 'if' condition. (curly)
(#818) Expected { after 'if' condition. (curly)
(#848) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#865) A space is required after ','. (comma-spacing)
(#899) 'inst' is defined but never used (no-unused-vars)
(#907) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#908) Expected { after 'if' condition. (curly)
(#912) Expected { after 'if' condition. (curly)
(#914) Expected { after 'if' condition. (curly)
(#916) Expected { after 'if' condition. (curly)
(#921) Expected { after 'if' condition. (curly)
(#921) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#934) Statement inside of curly braces should be on next line. (brace-style)
(#934) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#971) Function 'parseDate' has a complexity of 38. (complexity)
(#971) Unexpected space before function parentheses. (space-before-function-paren)
(#972) Expected { after 'if' condition. (curly)
(#972) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#972) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#973) Expected an object to be thrown. (no-throw-literal)
(#975) Expected { after 'if' condition. (curly)
(#991) 'iFormat' used outside of binding context. (block-scoped-var)
(#991) 'iFormat' used outside of binding context. (block-scoped-var)
(#992) Expected { after 'if' condition. (curly)
(#993) 'iFormat' used outside of binding context. (block-scoped-var)
(#999) Do not nest ternary expressions (no-nested-ternary)
(#999) Do not nest ternary expressions (no-nested-ternary)
(#1000) Do not nest ternary expressions (no-nested-ternary)
(#1003) Expected { after 'if' condition. (curly)
(#1004) Expected an object to be thrown. (no-throw-literal)
(#1017) Expected an object to be thrown. (no-throw-literal)
(#1021) Expected { after 'if' condition. (curly)
(#1021) 'iFormat' used outside of binding context. (block-scoped-var)
(#1022) Expected an object to be thrown. (no-throw-literal)
(#1027) Expected { after 'if' condition. (curly)
(#1032) Expected { after 'else'. (curly)
(#1059) 'date' is already defined (no-redeclare)
(#1065) Expected { after 'if' condition. (curly)
(#1067) Expected { after 'else'. (curly)
(#1074) Expected { after 'if' condition. (curly)
(#1076) Expected { after 'if' condition. (curly)
(#1082) Unexpected constant condition. (no-constant-condition)
(#1084) Expected { after 'if' condition. (curly)
(#1090) 'date' is already defined (no-redeclare)
(#1090) 'date' used outside of binding context. (block-scoped-var)
(#1090) 'date' used outside of binding context. (block-scoped-var)
(#1091) Expected { after 'if' condition. (curly)
(#1091) 'date' used outside of binding context. (block-scoped-var)
(#1091) 'date' used outside of binding context. (block-scoped-var)
(#1091) 'date' used outside of binding context. (block-scoped-var)
(#1091) 'date' used outside of binding context. (block-scoped-var)
(#1091) 'date' used outside of binding context. (block-scoped-var)
(#1091) 'date' used outside of binding context. (block-scoped-var)
(#1092) Expected an object to be thrown. (no-throw-literal)
(#1093) 'date' used outside of binding context. (block-scoped-var)
(#1093) 'date' used outside of binding context. (block-scoped-var)
(#1140) Function 'formatDate' has a complexity of 26. (complexity)
(#1140) Unexpected space before function parentheses. (space-before-function-paren)
(#1141) Expected { after 'if' condition. (curly)
(#1149) 'iFormat' used outside of binding context. (block-scoped-var)
(#1149) 'iFormat' used outside of binding context. (block-scoped-var)
(#1150) Expected { after 'if' condition. (curly)
(#1151) 'iFormat' used outside of binding context. (block-scoped-var)
(#1157) Expected { after 'if' condition. (curly)
(#1158) Expected { after 'while' condition. (curly)
(#1168) Expected { after 'if' condition. (curly)
(#1170) Expected { after 'if' condition. (curly)
(#1175) Expected { after 'else'. (curly)
(#1204) Expected { after 'if' condition. (curly)
(#1206) Expected { after 'else'. (curly)
(#1217) Unexpected space before function parentheses. (space-before-function-paren)
(#1222) 'iFormat' used outside of binding context. (block-scoped-var)
(#1222) 'iFormat' used outside of binding context. (block-scoped-var)
(#1223) Expected { after 'if' condition. (curly)
(#1224) 'iFormat' used outside of binding context. (block-scoped-var)
(#1227) Expected { after 'for' condition. (curly)
(#1228) Expected { after 'if' condition. (curly)
(#1233) Expected { after 'else'. (curly)
(#1241) Expected { after 'if' condition. (curly)
(#1243) Expected { after 'else'. (curly)
(#1301) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#1314) A space is required after ','. (comma-spacing)
(#1316) A space is required after ','. (comma-spacing)
(#1318) A space is required after ','. (comma-spacing)
(#1322) A space is required after ','. (comma-spacing)
(#1330) Do not nest ternary expressions (no-nested-ternary)
(#1330) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#1330) Do not nest ternary expressions (no-nested-ternary)
(#1331) Do not nest ternary expressions (no-nested-ternary)
(#1349) Expected { after 'if' condition. (curly)
(#1363) Expected { after 'if' condition. (curly)
(#1380) Function '_generateHTML' has a complexity of 73. (complexity)
(#1420) Do not nest ternary expressions (no-nested-ternary)
(#1423) Line 1423 exceeds the maximum line length of 132. (max-len)
(#1423) There should be no spaces inside this paren. (space-in-parens)
(#1424) Line 1424 exceeds the maximum line length of 132. (max-len)
(#1424) Infix operators must be spaced. (space-infix-ops)
(#1424) Infix operators must be spaced. (space-infix-ops)
(#1424) There should be no spaces inside this paren. (space-in-parens)
(#1429) Do not nest ternary expressions (no-nested-ternary)
(#1432) Line 1432 exceeds the maximum line length of 132. (max-len)
(#1432) There should be no spaces inside this paren. (space-in-parens)
(#1433) Line 1433 exceeds the maximum line length of 132. (max-len)
(#1433) Infix operators must be spaced. (space-infix-ops)
(#1433) There should be no spaces inside this paren. (space-in-parens)
(#1438) Line 1438 exceeds the maximum line length of 132. (max-len)
(#1441) Line 1441 exceeds the maximum line length of 132. (max-len)
(#1444) A space is required after ','. (comma-spacing)
(#1448) 'dayNamesShort' is defined but never used (no-unused-vars)
(#1455) 'calculateWeek' is defined but never used (no-unused-vars)
(#1466) Expected { after 'if' condition. (curly)
(#1467) Blocks are nested too deeply (5). (max-depth)
(#1470) Infix operators must be spaced. (space-infix-ops)
(#1472) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#1477) Do not nest ternary expressions (no-nested-ternary)
(#1478) Do not nest ternary expressions (no-nested-ternary)
(#1484) 'dow' used outside of binding context. (block-scoped-var)
(#1484) 'dow' used outside of binding context. (block-scoped-var)
(#1484) 'dow' used outside of binding context. (block-scoped-var)
(#1485) 'dow' used outside of binding context. (block-scoped-var)
(#1486) 'dow' used outside of binding context. (block-scoped-var)
(#1491) Expected { after 'if' condition. (curly)
(#1494) Line 1494 exceeds the maximum line length of 132. (max-len)
(#1500) 'dow' is already defined (no-redeclare)
(#1500) 'dow' used outside of binding context. (block-scoped-var)
(#1500) 'dow' used outside of binding context. (block-scoped-var)
(#1500) 'dow' used outside of binding context. (block-scoped-var)
(#1507) 'dow' used outside of binding context. (block-scoped-var)
(#1509) Line 1509 exceeds the maximum line length of 132. (max-len)
(#1513) Line 1513 exceeds the maximum line length of 132. (max-len)
(#1513) Infix operators must be spaced. (space-infix-ops)
(#1515) Line 1515 exceeds the maximum line length of 132. (max-len)
(#1516) Line 1516 exceeds the maximum line length of 132. (max-len)
(#1517) Line 1517 exceeds the maximum line length of 132. (max-len)
(#1519) Line 1519 exceeds the maximum line length of 132. (max-len)
(#1520) Do not nest ternary expressions (no-nested-ternary)
(#1521) Line 1521 exceeds the maximum line length of 132. (max-len)
(#1536) Trailing spaces not allowed. (no-trailing-spaces)
(#1537) Line 1537 exceeds the maximum line length of 132. (max-len)
(#1537) Infix operators must be spaced. (space-infix-ops)
(#1542) A space is required after ','. (comma-spacing)
(#1549) Function '_generateMonthYearHeader' has a complexity of 22. (complexity)
(#1557) Expected { after 'if' condition. (curly)
(#1565) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#1567) Expected { after 'if' condition. (curly)
(#1575) Expected { after 'if' condition. (curly)
(#1579) Expected { after 'if' condition. (curly)
(#1586) Do not nest ternary expressions (no-nested-ternary)
(#1605) Expected space or tab after '//' in comment. (spaced-comment)
(#1606) Expected space(s) after "if". (keyword-spacing)
(#1606) There should be no spaces inside this paren. (space-in-parens)
(#1606) Unexpected space after unary operator '!'. (space-unary-ops)
(#1606) There should be no spaces inside this paren. (space-in-parens)
(#1606) Missing space before opening brace. (space-before-blocks)
(#1611) Line 1611 exceeds the maximum line length of 132. (max-len)
(#1615) Expected { after 'if' condition. (curly)
(#1632) Expected { after 'if' condition. (curly)
(#1648) Expected { after 'if' condition. (curly)
(#1656) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#1656) Do not nest ternary expressions (no-nested-ternary)
(#1679) Expected { after 'if' condition. (curly)
(#1709) Do not nest ternary expressions (no-nested-ternary)
(#1717) Missing JSDoc comment. (require-jsdoc)
(#1719) Expected { after 'for-in'. (curly)
(#1720) Expected { after 'if' condition. (curly)
(#1720) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#1723) Unnecessary semicolon. (no-extra-semi)
(#1726) Missing JSDoc comment. (require-jsdoc)
(#1726) 'isArray' is defined but never used (no-unused-vars)
(#1728) Unnecessary escape character: \A (no-useless-escape)
(#1729) Unnecessary semicolon. (no-extra-semi)
(#1735) Missing space before opening brace. (space-before-blocks)
(#1736) Trailing spaces not allowed. (no-trailing-spaces)
(#1738) There should be no spaces inside this paren. (space-in-parens)
(#1738) There should be no spaces inside this paren. (space-in-parens)
(#1741) Trailing spaces not allowed. (no-trailing-spaces)
(#1750) Expected { after 'if' condition. (curly)
(#1753) Expected { after 'if' condition. (curly)
(#1757) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#1773) 'jQuery' is not defined. (no-undef)
mod/offlinequiz/lib/jquery/ui/jquery.ui.dialog.js
(#19) There should be no spaces inside this paren. (space-in-parens)
(#19) There should be no spaces inside this paren. (space-in-parens)
(#80) There should be no spaces inside this paren. (space-in-parens)
(#80) There should be no spaces inside this paren. (space-in-parens)
(#103) Trailing spaces not allowed. (no-trailing-spaces)
(#116) 'uiDialogContent' is defined but never used (no-unused-vars)
(#159) 'uiDialogTitlebarCloseText' is defined but never used (no-unused-vars)
(#167) 'uiDialogTitle' is defined but never used (no-unused-vars)
(#173) Expected space or tab after '//' in comment. (spaced-comment)
(#174) Expected space or tab after '//' in comment. (spaced-comment)
(#175) Expected space or tab after '//' in comment. (spaced-comment)
(#198) There should be no spaces inside this paren. (space-in-parens)
(#198) There should be no spaces inside this paren. (space-in-parens)
(#205) Trailing spaces not allowed. (no-trailing-spaces)
(#231) Trailing spaces not allowed. (no-trailing-spaces)
(#260) Expected space(s) after "if". (keyword-spacing)
(#268) Expected no return value. (consistent-return)
(#295) Expected space or tab after '//' in comment. (spaced-comment)
(#297) There should be no space after '{' (object-curly-spacing)
(#297) There should be no space before '}' (object-curly-spacing)
(#307) Statement inside of curly braces should be on next line. (brace-style)
(#307) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#328) Multiple spaces found before '='. (no-multi-spaces)
(#332) Expected no return value. (consistent-return)
(#335) Expected no return value. (consistent-return)
(#349) Expected no return value. (consistent-return)
(#361) There should be no spaces inside this paren. (space-in-parens)
(#361) There should be no spaces inside this paren. (space-in-parens)
(#362) There should be no spaces inside this paren. (space-in-parens)
(#362) There should be no spaces inside this paren. (space-in-parens)
(#363) There should be no spaces inside this paren. (space-in-parens)
(#363) There should be no spaces inside this paren. (space-in-parens)
(#375) There should be no spaces inside this paren. (space-in-parens)
(#375) There should be no spaces inside this paren. (space-in-parens)
(#376) There should be no space after '{' (object-curly-spacing)
(#376) There should be no space before '}' (object-curly-spacing)
(#379) There should be no spaces inside this paren. (space-in-parens)
(#379) There should be no spaces inside this paren. (space-in-parens)
(#399) Missing JSDoc comment. (require-jsdoc)
(#440) Missing JSDoc comment. (require-jsdoc)
(#515) Trailing spaces not allowed. (no-trailing-spaces)
(#529) There should be no space after '{' (object-curly-spacing)
(#529) There should be no space before '}' (object-curly-spacing)
(#530) There should be no space after '{' (object-curly-spacing)
(#530) There should be no space before '}' (object-curly-spacing)
(#536) There should be no spaces inside this paren. (space-in-parens)
(#536) There should be no spaces inside this paren. (space-in-parens)
(#541) There should be no spaces inside this paren. (space-in-parens)
(#541) There should be no spaces inside this paren. (space-in-parens)
(#541) There should be no spaces inside this paren. (space-in-parens)
(#542) There should be no spaces inside this paren. (space-in-parens)
(#542) There should be no spaces inside this paren. (space-in-parens)
(#543) Trailing spaces not allowed. (no-trailing-spaces)
(#544) There should be no spaces inside this paren. (space-in-parens)
(#544) There should be no spaces inside this paren. (space-in-parens)
(#547) There should be no spaces inside this paren. (space-in-parens)
(#547) There should be no spaces inside this paren. (space-in-parens)
(#548) There should be no space after '[' (computed-property-spacing)
(#548) There should be no space before ']' (computed-property-spacing)
(#552) There should be no spaces inside this paren. (space-in-parens)
(#552) There should be no spaces inside this paren. (space-in-parens)
(#555) There should be no spaces inside this paren. (space-in-parens)
(#555) There should be no spaces inside this paren. (space-in-parens)
(#555) There should be no spaces inside this paren. (space-in-parens)
(#555) There should be no spaces inside this paren. (space-in-parens)
(#556) There should be no spaces inside this paren. (space-in-parens)
(#556) There should be no spaces inside this paren. (space-in-parens)
(#560) Missing space before opening brace. (space-before-blocks)
(#565) Expected space or tab after '//' in comment. (spaced-comment)
(#566) Expected space or tab after '//' in comment. (spaced-comment)
(#567) Expected space or tab after '//' in comment. (spaced-comment)
(#591) There should be no spaces inside this paren. (space-in-parens)
(#591) There should be no spaces inside this paren. (space-in-parens)
(#592) There should be no spaces inside this paren. (space-in-parens)
(#592) There should be no spaces inside this paren. (space-in-parens)
(#593) There should be no spaces inside this paren. (space-in-parens)
(#593) There should be no spaces inside this paren. (space-in-parens)
(#595) Trailing spaces not allowed. (no-trailing-spaces)
(#596) There should be no spaces inside this paren. (space-in-parens)
(#596) There should be no spaces inside this paren. (space-in-parens)
(#605) There should be no spaces inside this paren. (space-in-parens)
(#605) There should be no spaces inside this paren. (space-in-parens)
(#636) There should be no spaces inside this paren. (space-in-parens)
(#636) There should be no spaces inside this paren. (space-in-parens)
(#656) There should be no spaces inside this paren. (space-in-parens)
(#656) There should be no spaces inside this paren. (space-in-parens)
(#657) Trailing spaces not allowed. (no-trailing-spaces)
(#658) There should be no spaces inside this paren. (space-in-parens)
(#658) There should be no spaces inside this paren. (space-in-parens)
(#660) There should be no spaces inside this paren. (space-in-parens)
(#660) There should be no spaces inside this paren. (space-in-parens)
(#667) There should be no spaces inside this paren. (space-in-parens)
(#667) There should be no spaces inside this paren. (space-in-parens)
(#668) There should be no spaces inside this paren. (space-in-parens)
(#668) There should be no spaces inside this paren. (space-in-parens)
(#671) There should be no spaces inside this paren. (space-in-parens)
(#671) There should be no spaces inside this paren. (space-in-parens)
(#671) There should be no spaces inside this paren. (space-in-parens)
(#671) There should be no spaces inside this paren. (space-in-parens)
(#674) There should be no spaces inside this paren. (space-in-parens)
(#674) There should be no spaces inside this paren. (space-in-parens)
(#674) There should be no spaces inside this paren. (space-in-parens)
(#674) There should be no spaces inside this paren. (space-in-parens)
(#709) Statement inside of curly braces should be on next line. (brace-style)
(#709) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#718) Expected to return a value at the end of this function. (consistent-return)
(#732) Trailing spaces not allowed. (no-trailing-spaces)
(#759) Missing space before opening brace. (space-before-blocks)
(#768) Trailing spaces not allowed. (no-trailing-spaces)
(#857) 'jQuery' is not defined. (no-undef)
mod/offlinequiz/lib/jquery/ui/jquery.ui.draggable.js
(#15) There should be no spaces inside this paren. (space-in-parens)
(#15) 'undefined' is defined but never used (no-unused-vars)
(#15) There should be no spaces inside this paren. (space-in-parens)
(#47) Expected { after 'if' condition. (curly)
(#50) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#51) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#58) Expected { after 'if' condition. (curly)
(#58) Expected space(s) after "if". (keyword-spacing)
(#67) Expected no return value. (consistent-return)
(#75) Expected { after 'if' condition. (curly)
(#78) Expected space or tab after '//' in comment. (spaced-comment)
(#80) Expected { after 'if' condition. (curly)
(#91) Expected space or tab after '//' in comment. (spaced-comment)
(#94) Expected space or tab after '//' in comment. (spaced-comment)
(#97) Expected space or tab after '//' in comment. (spaced-comment)
(#98) Expected { after 'if' condition. (curly)
(#98) Expected space(s) after "if". (keyword-spacing)
(#106) Expected space or tab after '//' in comment. (spaced-comment)
(#109) Expected space or tab after '//' in comment. (spaced-comment)
(#113) Expected space or tab after '//' in comment. (spaced-comment)
(#121) Expected space or tab after '//' in comment. (spaced-comment)
(#126) Line 126 exceeds the maximum line length of 132. (max-len)
(#126) Expected space or tab after '//' in comment. (spaced-comment)
(#129) Expected space or tab after '//' in comment. (spaced-comment)
(#134) Expected space or tab after '//' in comment. (spaced-comment)
(#135) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#137) Expected space or tab after '//' in comment. (spaced-comment)
(#138) Expected space(s) after "if". (keyword-spacing)
(#138) Expected { after 'if' condition. (curly)
(#141) Expected space or tab after '//' in comment. (spaced-comment)
(#142) Expected space(s) after "if". (keyword-spacing)
(#147) Expected space or tab after '//' in comment. (spaced-comment)
(#150) Expected space or tab after '//' in comment. (spaced-comment)
(#151) Expected { after 'if' condition. (curly)
(#155) Line 155 exceeds the maximum line length of 132. (max-len)
(#155) Expected space or tab after '//' in comment. (spaced-comment)
(#161) Expected space or tab after '//' in comment. (spaced-comment)
(#165) Expected space or tab after '//' in comment. (spaced-comment)
(#168) Expected space(s) after "if". (keyword-spacing)
(#175) Expected { after 'if' condition. (curly)
(#175) Expected space(s) after "if". (keyword-spacing)
(#175) Infix operators must be spaced. (space-infix-ops)
(#176) Expected { after 'if' condition. (curly)
(#176) Expected space(s) after "if". (keyword-spacing)
(#176) Infix operators must be spaced. (space-infix-ops)
(#177) Expected { after 'if' condition. (curly)
(#177) Expected space(s) after "if". (keyword-spacing)
(#184) Expected space or tab after '//' in comment. (spaced-comment)
(#186) Expected { after 'if' condition. (curly)
(#189) Expected space or tab after '//' in comment. (spaced-comment)
(#190) Expected space(s) after "if". (keyword-spacing)
(#194) Trailing spaces not allowed. (no-trailing-spaces)
(#195) Expected space or tab after '//' in comment. (spaced-comment)
(#196) Expected { after 'if' condition. (curly)
(#196) Expected space(s) after "if". (keyword-spacing)
(#199) Line 199 exceeds the maximum line length of 132. (max-len)
(#199) Expected space(s) after "if". (keyword-spacing)
(#202) Expected space(s) after "if". (keyword-spacing)
(#207) Expected space(s) after "if". (keyword-spacing)
(#214) Trailing spaces not allowed. (no-trailing-spaces)
(#216) Trailing spaces not allowed. (no-trailing-spaces)
(#217) Expected space(s) after "if". (keyword-spacing)
(#222) Trailing spaces not allowed. (no-trailing-spaces)
(#224) Trailing spaces not allowed. (no-trailing-spaces)
(#234) Expected { after 'if' condition. (curly)
(#234) Expected space(s) after "if". (keyword-spacing)
(#244) Line 244 exceeds the maximum line length of 132. (max-len)
(#244) Do not nest ternary expressions (no-nested-ternary)
(#246) Expected space(s) after "if". (keyword-spacing)
(#246) Expected { after 'if' condition. (curly)
(#249) Expected space(s) after "if". (keyword-spacing)
(#249) Expected { after 'if' condition. (curly)
(#279) Expected space or tab after '//' in comment. (spaced-comment)
(#287) Line 287 exceeds the maximum line length of 132. (max-len)
(#287) Expected space(s) after "if". (keyword-spacing)
(#292) Line 292 exceeds the maximum line length of 132. (max-len)
(#292) Expected { after 'if' condition. (curly)
(#292) Expected space(s) after "if". (keyword-spacing)
(#292) Expected space or tab after '//' in comment. (spaced-comment)
(#293) Expected space or tab after '//' in comment. (spaced-comment)
(#294) There should be no space after '{' (object-curly-spacing)
(#294) There should be no space before '}' (object-curly-spacing)
(#297) A space is required after ','. (comma-spacing)
(#298) A space is required after ','. (comma-spacing)
(#305) Expected space(s) after "if". (keyword-spacing)
(#308) A space is required after ','. (comma-spacing)
(#309) A space is required after ','. (comma-spacing)
(#312) There should be no space after '{' (object-curly-spacing)
(#312) There should be no space before '}' (object-curly-spacing)
(#319) A space is required after ','. (comma-spacing)
(#320) A space is required after ','. (comma-spacing)
(#321) A space is required after ','. (comma-spacing)
(#322) A space is required after ','. (comma-spacing)
(#333) Function '_setContainment' has a complexity of 24. (complexity)
(#336) Expected space(s) after "if". (keyword-spacing)
(#336) Expected { after 'if' condition. (curly)
(#337) Expected { after 'if' condition. (curly)
(#337) Expected space(s) after "if". (keyword-spacing)
(#340) Line 340 exceeds the maximum line length of 132. (max-len)
(#341) Line 341 exceeds the maximum line length of 132. (max-len)
(#344) Expected space(s) after "if". (keyword-spacing)
(#345) Expected { after 'if' condition. (curly)
(#345) Expected space(s) after "if". (keyword-spacing)
(#350) A space is required after ','. (comma-spacing)
(#350) A space is required after ','. (comma-spacing)
(#351) A space is required after ','. (comma-spacing)
(#351) A space is required after ','. (comma-spacing)
(#352) Line 352 exceeds the maximum line length of 132. (max-len)
(#352) Infix operators must be spaced. (space-infix-ops)
(#352) A space is required after ','. (comma-spacing)
(#352) A space is required after ','. (comma-spacing)
(#352) A space is required after ','. (comma-spacing)
(#353) Line 353 exceeds the maximum line length of 132. (max-len)
(#353) Infix operators must be spaced. (space-infix-ops)
(#353) A space is required after ','. (comma-spacing)
(#353) A space is required after ','. (comma-spacing)
(#353) A space is required after ','. (comma-spacing)
(#353) Multiple spaces found before '-'. (no-multi-spaces)
(#355) Expected space(s) after "if". (keyword-spacing)
(#363) Expected { after 'if' condition. (curly)
(#363) Expected space(s) after "if". (keyword-spacing)
(#365) Line 365 exceeds the maximum line length of 132. (max-len)
(#365) 'o' is defined but never used (no-unused-vars)
(#365) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#365) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#370) Line 370 exceeds the maximum line length of 132. (max-len)
(#371) Line 371 exceeds the maximum line length of 132. (max-len)
(#372) Line 372 exceeds the maximum line length of 132. (max-len)
(#372) There should be no spaces inside this paren. (space-in-parens)
(#372) Do not nest ternary expressions (no-nested-ternary)
(#372) There should be no spaces inside this paren. (space-in-parens)
(#372) There should be no spaces inside this paren. (space-in-parens)
(#372) There should be no spaces inside this paren. (space-in-parens)
(#376) Line 376 exceeds the maximum line length of 132. (max-len)
(#377) Line 377 exceeds the maximum line length of 132. (max-len)
(#378) Line 378 exceeds the maximum line length of 132. (max-len)
(#378) There should be no spaces inside this paren. (space-in-parens)
(#378) Do not nest ternary expressions (no-nested-ternary)
(#378) There should be no spaces inside this paren. (space-in-parens)
(#384) Function '_generatePosition' has a complexity of 23. (complexity)
(#386) Line 386 exceeds the maximum line length of 132. (max-len)
(#386) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#386) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#395) Expected space(s) after "if". (keyword-spacing)
(#395) Expected space or tab after '//' in comment. (spaced-comment)
(#397) Expected space(s) after "if". (keyword-spacing)
(#398) Expected space(s) after "if". (keyword-spacing)
(#398) Expected { after 'if' condition. (curly)
(#399) Expected space(s) after "if". (keyword-spacing)
(#399) Expected { after 'if' condition. (curly)
(#400) Expected { after 'if' condition. (curly)
(#400) Expected space(s) after "if". (keyword-spacing)
(#401) Expected { after 'if' condition. (curly)
(#401) Expected space(s) after "if". (keyword-spacing)
(#404) Expected space(s) after "if". (keyword-spacing)
(#406) Line 406 exceeds the maximum line length of 132. (max-len)
(#406) Do not nest ternary expressions (no-nested-ternary)
(#406) Do not nest ternary expressions (no-nested-ternary)
(#409) Line 409 exceeds the maximum line length of 132. (max-len)
(#409) Do not nest ternary expressions (no-nested-ternary)
(#409) Do not nest ternary expressions (no-nested-ternary)
(#418) Line 418 exceeds the maximum line length of 132. (max-len)
(#419) Line 419 exceeds the maximum line length of 132. (max-len)
(#420) Line 420 exceeds the maximum line length of 132. (max-len)
(#420) Do not nest ternary expressions (no-nested-ternary)
(#420) There should be no spaces inside this paren. (space-in-parens)
(#420) Do not nest ternary expressions (no-nested-ternary)
(#420) There should be no spaces inside this paren. (space-in-parens)
(#420) There should be no spaces inside this paren. (space-in-parens)
(#420) There should be no spaces inside this paren. (space-in-parens)
(#425) Line 425 exceeds the maximum line length of 132. (max-len)
(#426) Line 426 exceeds the maximum line length of 132. (max-len)
(#427) Line 427 exceeds the maximum line length of 132. (max-len)
(#427) Do not nest ternary expressions (no-nested-ternary)
(#427) There should be no spaces inside this paren. (space-in-parens)
(#427) Do not nest ternary expressions (no-nested-ternary)
(#427) There should be no spaces inside this paren. (space-in-parens)
(#435) Expected { after 'if' condition. (curly)
(#435) Expected space(s) after "if". (keyword-spacing)
(#436) Expected space or tab after '//' in comment. (spaced-comment)
(#446) Line 446 exceeds the maximum line length of 132. (max-len)
(#446) Expected space(s) after "if". (keyword-spacing)
(#446) Expected { after 'if' condition. (curly)
(#446) Expected space or tab after '//' in comment. (spaced-comment)
(#452) 'event' is defined but never used (no-unused-vars)
(#470) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#471) There should be no space after '{' (object-curly-spacing)
(#471) There should be no space before '}' (object-curly-spacing)
(#480) Line 480 exceeds the maximum line length of 132. (max-len)
(#488) Expected space or tab after '//' in comment. (spaced-comment)
(#490) There should be no space after '{' (object-curly-spacing)
(#490) There should be no space before '}' (object-curly-spacing)
(#493) Expected space(s) after "if". (keyword-spacing)
(#497) Expected space or tab after '//' in comment. (spaced-comment)
(#498) Line 498 exceeds the maximum line length of 132. (max-len)
(#498) Expected space or tab after '//' in comment. (spaced-comment)
(#500) Line 500 exceeds the maximum line length of 132. (max-len)
(#500) Expected space or tab after '//' in comment. (spaced-comment)
(#501) Expected space(s) after "if". (keyword-spacing)
(#501) Expected { after 'if' condition. (curly)
(#503) Expected space or tab after '//' in comment. (spaced-comment)
(#508) Expected space or tab after '//' in comment. (spaced-comment)
(#509) Expected { after 'if' condition. (curly)
(#509) Expected space(s) after "if". (keyword-spacing)
(#510) There should be no space after '{' (object-curly-spacing)
(#510) There should be no space before '}' (object-curly-spacing)
(#513) Expected space or tab after '//' in comment. (spaced-comment)
(#522) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#524) 'checkPos' is defined but never used (no-unused-vars)
(#525) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#526) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#527) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#528) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#533) 'i' is defined but never used (no-unused-vars)
(#534) Trailing spaces not allowed. (no-trailing-spaces)
(#535) Expected space or tab after '//' in comment. (spaced-comment)
(#539) Trailing spaces not allowed. (no-trailing-spaces)
(#540) Expected space(s) after "if". (keyword-spacing)
(#542) Expected space or tab after '//' in comment. (spaced-comment)
(#543) Expected space(s) after "if". (keyword-spacing)
(#546) Expected space or tab after '//' in comment. (spaced-comment)
(#547) Expected space or tab after '//' in comment. (spaced-comment)
(#548) Line 548 exceeds the maximum line length of 132. (max-len)
(#548) Expected space or tab after '//' in comment. (spaced-comment)
(#550) Expected space or tab after '//' in comment. (spaced-comment)
(#551) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#551) Statement inside of curly braces should be on next line. (brace-style)
(#557) Line 557 exceeds the maximum line length of 132. (max-len)
(#557) Expected space or tab after '//' in comment. (spaced-comment)
(#564) Expected space or tab after '//' in comment. (spaced-comment)
(#565) Expected space or tab after '//' in comment. (spaced-comment)
(#571) Line 571 exceeds the maximum line length of 132. (max-len)
(#571) Expected space or tab after '//' in comment. (spaced-comment)
(#572) Expected { after 'if' condition. (curly)
(#572) Expected space(s) after "if". (keyword-spacing)
(#576) Expected space or tab after '//' in comment. (spaced-comment)
(#577) Expected space or tab after '//' in comment. (spaced-comment)
(#578) Expected space(s) after "if". (keyword-spacing)
(#582) Trailing spaces not allowed. (no-trailing-spaces)
(#583) Expected space or tab after '//' in comment. (spaced-comment)
(#585) Trailing spaces not allowed. (no-trailing-spaces)
(#588) Trailing spaces not allowed. (no-trailing-spaces)
(#592) Line 592 exceeds the maximum line length of 132. (max-len)
(#592) Expected space or tab after '//' in comment. (spaced-comment)
(#594) Expected space(s) after "if". (keyword-spacing)
(#594) Expected { after 'if' condition. (curly)
(#597) Expected space or tab after '//' in comment. (spaced-comment)
(#600) Unnecessary semicolon. (no-extra-semi)
(#608) 'ui' is defined but never used (no-unused-vars)
(#609) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#610) Expected { after 'if' condition. (curly)
(#613) 'ui' is defined but never used (no-unused-vars)
(#615) Expected { after 'if' condition. (curly)
(#620) 'ui' is defined but never used (no-unused-vars)
(#625) Infix operators must be spaced. (space-infix-ops)
(#625) Infix operators must be spaced. (space-infix-ops)
(#632) 'ui' is defined but never used (no-unused-vars)
(#633) Statement inside of curly braces should be on next line. (brace-style)
(#633) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#633) Expected space or tab after '//' in comment. (spaced-comment)
(#639) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#640) Expected { after 'if' condition. (curly)
(#640) Expected space(s) after "if". (keyword-spacing)
(#645) Expected { after 'if' condition. (curly)
(#645) Expected space(s) after "if". (keyword-spacing)
(#650) 'ui' is defined but never used (no-unused-vars)
(#652) Expected space(s) after "if". (keyword-spacing)
(#652) Expected { after 'if' condition. (curly)
(#654) 'ui' is defined but never used (no-unused-vars)
(#656) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#656) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#658) Expected space(s) after "if". (keyword-spacing)
(#660) Expected space(s) after "if". (keyword-spacing)
(#661) Expected space(s) after "if". (keyword-spacing)
(#661) Expected { after 'if' condition. (curly)
(#663) Expected space(s) after "if". (keyword-spacing)
(#663) Expected { after 'if' condition. (curly)
(#667) Expected space(s) after "if". (keyword-spacing)
(#668) Expected space(s) after "if". (keyword-spacing)
(#668) Expected { after 'if' condition. (curly)
(#670) Expected space(s) after "if". (keyword-spacing)
(#670) Expected { after 'if' condition. (curly)
(#676) Expected space(s) after "if". (keyword-spacing)
(#677) Expected space(s) after "if". (keyword-spacing)
(#677) Expected { after 'if' condition. (curly)
(#679) Expected space(s) after "if". (keyword-spacing)
(#679) Expected { after 'if' condition. (curly)
(#683) Expected space(s) after "if". (keyword-spacing)
(#684) Expected { after 'if' condition. (curly)
(#684) Expected space(s) after "if". (keyword-spacing)
(#686) Expected { after 'if' condition. (curly)
(#686) Expected space(s) after "if". (keyword-spacing)
(#692) Expected space(s) after "if". (keyword-spacing)
(#692) Expected { after 'if' condition. (curly)
(#699) 'ui' is defined but never used (no-unused-vars)
(#701) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#704) There should be no spaces inside this paren. (space-in-parens)
(#704) There should be no spaces inside this paren. (space-in-parens)
(#706) Expected space(s) after "if". (keyword-spacing)
(#706) Expected { after 'if' condition. (curly)
(#714) Function 'drag' has a complexity of 29. (complexity)
(#716) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#719) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#720) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#722) Missing space before opening brace. (space-before-blocks)
(#724) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#725) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#727) Expected space or tab after '//' in comment. (spaced-comment)
(#728) Line 728 exceeds the maximum line length of 132. (max-len)
(#728) Expected space(s) after "if". (keyword-spacing)
(#728) Infix operators must be spaced. (space-infix-ops)
(#728) Infix operators must be spaced. (space-infix-ops)
(#728) Infix operators must be spaced. (space-infix-ops)
(#728) Infix operators must be spaced. (space-infix-ops)
(#728) Infix operators must be spaced. (space-infix-ops)
(#728) Infix operators must be spaced. (space-infix-ops)
(#728) Infix operators must be spaced. (space-infix-ops)
(#728) Infix operators must be spaced. (space-infix-ops)
(#728) Infix operators must be spaced. (space-infix-ops)
(#728) Infix operators must be spaced. (space-infix-ops)
(#728) Infix operators must be spaced. (space-infix-ops)
(#728) Infix operators must be spaced. (space-infix-ops)
(#728) Infix operators must be spaced. (space-infix-ops)
(#728) Infix operators must be spaced. (space-infix-ops)
(#728) Infix operators must be spaced. (space-infix-ops)
(#728) Infix operators must be spaced. (space-infix-ops)
(#729) Line 729 exceeds the maximum line length of 132. (max-len)
(#729) Expected { after 'if' condition. (curly)
(#729) Expected space(s) after "if". (keyword-spacing)
(#729) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#729) There should be no space after '{' (object-curly-spacing)
(#729) There should be no space before '}' (object-curly-spacing)
(#734) Expected space(s) after "if". (keyword-spacing)
(#735) 'ts' used outside of binding context. (block-scoped-var)
(#736) 'bs' used outside of binding context. (block-scoped-var)
(#737) 'ls' used outside of binding context. (block-scoped-var)
(#738) 'rs' used outside of binding context. (block-scoped-var)
(#739) Line 739 exceeds the maximum line length of 132. (max-len)
(#739) Expected { after 'if' condition. (curly)
(#739) Expected space(s) after "if". (keyword-spacing)
(#739) 'ts' used outside of binding context. (block-scoped-var)
(#739) There should be no space after '{' (object-curly-spacing)
(#739) There should be no space before '}' (object-curly-spacing)
(#740) Expected { after 'if' condition. (curly)
(#740) Expected space(s) after "if". (keyword-spacing)
(#740) 'bs' used outside of binding context. (block-scoped-var)
(#740) There should be no space after '{' (object-curly-spacing)
(#740) There should be no space before '}' (object-curly-spacing)
(#741) Line 741 exceeds the maximum line length of 132. (max-len)
(#741) Expected { after 'if' condition. (curly)
(#741) Expected space(s) after "if". (keyword-spacing)
(#741) 'ls' used outside of binding context. (block-scoped-var)
(#741) There should be no space after '{' (object-curly-spacing)
(#741) There should be no space before '}' (object-curly-spacing)
(#742) Expected { after 'if' condition. (curly)
(#742) Expected space(s) after "if". (keyword-spacing)
(#742) 'rs' used outside of binding context. (block-scoped-var)
(#742) There should be no space after '{' (object-curly-spacing)
(#742) There should be no space before '}' (object-curly-spacing)
(#745) 'ts' used outside of binding context. (block-scoped-var)
(#745) 'ts' used outside of binding context. (block-scoped-var)
(#745) 'bs' used outside of binding context. (block-scoped-var)
(#745) 'bs' used outside of binding context. (block-scoped-var)
(#745) 'ls' used outside of binding context. (block-scoped-var)
(#745) 'ls' used outside of binding context. (block-scoped-var)
(#745) 'rs' used outside of binding context. (block-scoped-var)
(#745) 'rs' used outside of binding context. (block-scoped-var)
(#747) Expected space(s) after "if". (keyword-spacing)
(#748) 'ts' used outside of binding context. (block-scoped-var)
(#748) 'ts' is already defined (no-redeclare)
(#749) 'bs' is already defined (no-redeclare)
(#749) 'bs' used outside of binding context. (block-scoped-var)
(#750) 'ls' used outside of binding context. (block-scoped-var)
(#750) 'ls' is already defined (no-redeclare)
(#751) 'rs' used outside of binding context. (block-scoped-var)
(#751) 'rs' is already defined (no-redeclare)
(#752) Expected space(s) after "if". (keyword-spacing)
(#752) Expected { after 'if' condition. (curly)
(#752) 'ts' used outside of binding context. (block-scoped-var)
(#752) There should be no space after '{' (object-curly-spacing)
(#752) There should be no space before '}' (object-curly-spacing)
(#753) Line 753 exceeds the maximum line length of 132. (max-len)
(#753) Expected space(s) after "if". (keyword-spacing)
(#753) Expected { after 'if' condition. (curly)
(#753) 'bs' used outside of binding context. (block-scoped-var)
(#753) There should be no space after '{' (object-curly-spacing)
(#753) There should be no space before '}' (object-curly-spacing)
(#754) Expected space(s) after "if". (keyword-spacing)
(#754) Expected { after 'if' condition. (curly)
(#754) 'ls' used outside of binding context. (block-scoped-var)
(#754) There should be no space after '{' (object-curly-spacing)
(#754) There should be no space before '}' (object-curly-spacing)
(#755) Line 755 exceeds the maximum line length of 132. (max-len)
(#755) Expected space(s) after "if". (keyword-spacing)
(#755) Expected { after 'if' condition. (curly)
(#755) 'rs' used outside of binding context. (block-scoped-var)
(#755) There should be no space after '{' (object-curly-spacing)
(#755) There should be no space before '}' (object-curly-spacing)
(#758) Expected { after 'if' condition. (curly)
(#758) Expected space(s) after "if". (keyword-spacing)
(#758) 'ts' used outside of binding context. (block-scoped-var)
(#758) 'ts' used outside of binding context. (block-scoped-var)
(#758) 'bs' used outside of binding context. (block-scoped-var)
(#758) 'bs' used outside of binding context. (block-scoped-var)
(#758) 'ls' used outside of binding context. (block-scoped-var)
(#758) 'ls' used outside of binding context. (block-scoped-var)
(#758) 'rs' used outside of binding context. (block-scoped-var)
(#758) 'rs' used outside of binding context. (block-scoped-var)
(#759) Line 759 exceeds the maximum line length of 132. (max-len)
(#759) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#759) There should be no space after '{' (object-curly-spacing)
(#759) There should be no space before '}' (object-curly-spacing)
(#760) 'ts' used outside of binding context. (block-scoped-var)
(#760) 'ts' used outside of binding context. (block-scoped-var)
(#760) 'bs' used outside of binding context. (block-scoped-var)
(#760) 'bs' used outside of binding context. (block-scoped-var)
(#760) 'ls' used outside of binding context. (block-scoped-var)
(#760) 'ls' used outside of binding context. (block-scoped-var)
(#760) 'rs' used outside of binding context. (block-scoped-var)
(#760) 'rs' used outside of binding context. (block-scoped-var)
(#762) Unnecessary semicolon. (no-extra-semi)
(#768) 'ui' is defined but never used (no-unused-vars)
(#772) A space is required after ','. (comma-spacing)
(#773) A space is required after ','. (comma-spacing)
(#773) A space is required after ','. (comma-spacing)
(#775) Statement inside of curly braces should be on next line. (brace-style)
(#775) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#776) Trailing spaces not allowed. (no-trailing-spaces)
(#789) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#790) Expected { after 'if' condition. (curly)
(#790) Expected space(s) after "if". (keyword-spacing)
(#795) Expected { after 'if' condition. (curly)
(#795) Expected space(s) after "if". (keyword-spacing)
(#799) 'jQuery' is not defined. (no-undef)
mod/offlinequiz/lib/jquery/ui/jquery.ui.droppable.js
(#16) There should be no spaces inside this paren. (space-in-parens)
(#16) 'undefined' is defined but never used (no-unused-vars)
(#16) There should be no spaces inside this paren. (space-in-parens)
(#31) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#38) Expected space or tab after '//' in comment. (spaced-comment)
(#39) There should be no space after '{' (object-curly-spacing)
(#39) There should be no space before '}' (object-curly-spacing)
(#45) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#51) Expected { after 'for' condition. (curly)
(#51) There should be no spaces inside this paren. (space-in-parens)
(#51) There should be no spaces inside this paren. (space-in-parens)
(#52) Expected { after 'if' condition. (curly)
(#52) There should be no spaces inside this paren. (space-in-parens)
(#52) There should be no spaces inside this paren. (space-in-parens)
(#65) Expected space(s) after "if". (keyword-spacing)
(#75) Expected { after 'if' condition. (curly)
(#75) Expected space(s) after "if". (keyword-spacing)
(#76) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#81) Expected { after 'if' condition. (curly)
(#81) Expected space(s) after "if". (keyword-spacing)
(#82) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#88) Line 88 exceeds the maximum line length of 132. (max-len)
(#88) Expected { after 'if' condition. (curly)
(#90) A space is required after ','. (comma-spacing)
(#91) Expected space(s) after "if". (keyword-spacing)
(#91) Expected { after 'if' condition. (curly)
(#100) Line 100 exceeds the maximum line length of 132. (max-len)
(#100) Expected { after 'if' condition. (curly)
(#102) A space is required after ','. (comma-spacing)
(#103) Expected { after 'if' condition. (curly)
(#103) Expected space(s) after "if". (keyword-spacing)
(#109) A space is required after ','. (comma-spacing)
(#112) Line 112 exceeds the maximum line length of 132. (max-len)
(#112) Expected { after 'if' condition. (curly)
(#115) Expected to return a value at the end of this function. (consistent-return)
(#117) Expected space(s) after "if". (keyword-spacing)
(#122) There should be no space after '{' (object-curly-spacing)
(#122) There should be no space before '}' (object-curly-spacing)
(#123) Statement inside of curly braces should be on next line. (brace-style)
(#123) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#125) Expected { after 'if' condition. (curly)
(#125) Expected space(s) after "if". (keyword-spacing)
(#127) Expected space(s) after "if". (keyword-spacing)
(#127) A space is required after ','. (comma-spacing)
(#128) Expected { after 'if' condition. (curly)
(#128) Expected space(s) after "if". (keyword-spacing)
(#129) Expected space(s) after "if". (keyword-spacing)
(#129) Expected { after 'if' condition. (curly)
(#155) Expected { after 'if' condition. (curly)
(#157) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#158) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#159) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#160) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#166) Unreachable code. (no-unreachable)
(#171) There should be no spaces inside this paren. (space-in-parens)
(#172) Unreachable code. (no-unreachable)
(#174) Line 174 exceeds the maximum line length of 132. (max-len)
(#175) Line 175 exceeds the maximum line length of 132. (max-len)
(#178) Unreachable code. (no-unreachable)
(#189) Unreachable code. (no-unreachable)
(#192) Unreachable code. (no-unreachable)
(#202) There should be no space after '{' (object-curly-spacing)
(#202) There should be no space before '}' (object-curly-spacing)
(#209) Unexpected labeled statement. (no-labels)
(#211) Line 211 exceeds the maximum line length of 132. (max-len)
(#211) Expected space(s) after "if". (keyword-spacing)
(#211) Expected { after 'if' condition. (curly)
(#211) A space is required after ','. (comma-spacing)
(#211) Expected space or tab after '//' in comment. (spaced-comment)
(#212) Line 212 exceeds the maximum line length of 132. (max-len)
(#212) Infix operators must be spaced. (space-infix-ops)
(#212) Statement inside of curly braces should be on next line. (brace-style)
(#212) Expected space(s) after "if". (keyword-spacing)
(#212) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#212) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#212) Statement inside of curly braces should be on next line. (brace-style)
(#212) Unexpected label in continue statement. (no-labels)
(#212) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#212) Unnecessary semicolon. (no-extra-semi)
(#212) Expected space or tab after '//' in comment. (spaced-comment)
(#213) Line 213 exceeds the maximum line length of 132. (max-len)
(#213) Expected { after 'if' condition. (curly)
(#213) Expected space(s) after "if". (keyword-spacing)
(#213) Expected space or tab after '//' in comment. (spaced-comment)
(#215) Expected space(s) after "if". (keyword-spacing)
(#215) Expected { after 'if' condition. (curly)
(#215) unnecessary '.call()'. (no-useless-call)
(#215) Expected space or tab after '//' in comment. (spaced-comment)
(#218) There should be no space after '{' (object-curly-spacing)
(#218) There should be no space before '}' (object-curly-spacing)
(#228) Expected space(s) after "if". (keyword-spacing)
(#228) Expected { after 'if' condition. (curly)
(#229) Expected { after 'if' condition. (curly)
(#230) unnecessary '.call()'. (no-useless-call)
(#232) Line 232 exceeds the maximum line length of 132. (max-len)
(#232) A space is required after ','. (comma-spacing)
(#234) unnecessary '.call()'. (no-useless-call)
(#243) Expected space or tab after '//' in comment. (spaced-comment)
(#244) Expected space(s) after "if". (keyword-spacing)
(#244) Expected { after 'if' condition. (curly)
(#246) Expected space or tab after '//' in comment. (spaced-comment)
(#249) Expected { after 'if' condition. (curly)
(#249) Expected space(s) after "if". (keyword-spacing)
(#252) Do not nest ternary expressions (no-nested-ternary)
(#253) Expected { after 'if' condition. (curly)
(#253) Expected space(s) after "if". (keyword-spacing)
(#266) ["isover"] is better written in dot notation. (dot-notation)
(#267) ["isout"] is better written in dot notation. (dot-notation)
(#268) unnecessary '.call()'. (no-useless-call)
(#272) unnecessary '.call()'. (no-useless-call)
(#276) ["isout"] is better written in dot notation. (dot-notation)
(#277) ["isover"] is better written in dot notation. (dot-notation)
(#278) unnecessary '.call()'. (no-useless-call)
(#285) 'jQuery' is not defined. (no-undef)
mod/offlinequiz/lib/jquery/ui/jquery.ui.mouse.js
(#1) Expected space or tab after '/*' in comment. (spaced-comment)
(#13) There should be no spaces inside this paren. (space-in-parens)
(#13) 'undefined' is defined but never used (no-unused-vars)
(#13) There should be no spaces inside this paren. (space-in-parens)
(#25) Infix operators must be spaced. (space-infix-ops)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Expected to return a value at the end of this function. (consistent-return)
(#30) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#42) Infix operators must be spaced. (space-infix-ops)
(#49) Statement inside of curly braces should be on next line. (brace-style)
(#49) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#52) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#58) Line 58 exceeds the maximum line length of 132. (max-len)
(#60) Expected no return value. (consistent-return)
(#74) Expected no return value. (consistent-return)
(#91) Infix operators must be spaced. (space-infix-ops)
(#92) Infix operators must be spaced. (space-infix-ops)
(#96) Expected no return value. (consistent-return)
(#113) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#121) Infix operators must be spaced. (space-infix-ops)
(#122) Infix operators must be spaced. (space-infix-ops)
(#128) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#145) 'event' is defined but never used (no-unused-vars)
(#150) 'event' is defined but never used (no-unused-vars)
(#150) Unexpected empty function. (no-empty-function)
(#151) 'event' is defined but never used (no-unused-vars)
(#151) Unexpected empty function. (no-empty-function)
(#152) 'event' is defined but never used (no-unused-vars)
(#152) Unexpected empty function. (no-empty-function)
(#153) 'event' is defined but never used (no-unused-vars)
(#153) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#153) Statement inside of curly braces should be on next line. (brace-style)
(#156) 'jQuery' is not defined. (no-undef)
mod/offlinequiz/lib/jquery/ui/jquery.ui.position.js
(#10) There should be no spaces inside this paren. (space-in-parens)
(#10) 'undefined' is defined but never used (no-unused-vars)
(#10) There should be no spaces inside this paren. (space-in-parens)
(#20) There should be no spaces inside this paren. (space-in-parens)
(#20) There should be no spaces inside this paren. (space-in-parens)
(#21) There should be no spaces inside this paren. (space-in-parens)
(#21) There should be no spaces inside this paren. (space-in-parens)
(#22) There should be no spaces inside this paren. (space-in-parens)
(#22) There should be no spaces inside this paren. (space-in-parens)
(#26) There should be no spaces inside this paren. (space-in-parens)
(#26) There should be no spaces inside this paren. (space-in-parens)
(#28) There should be no spaces inside this paren. (space-in-parens)
(#28) There should be no spaces inside this paren. (space-in-parens)
(#30) There should be no spaces inside this paren. (space-in-parens)
(#30) There should be no spaces inside this paren. (space-in-parens)
(#30) There should be no spaces inside this paren. (space-in-parens)
(#30) There should be no spaces inside this paren. (space-in-parens)
(#31) There should be no spaces inside this paren. (space-in-parens)
(#31) There should be no spaces inside this paren. (space-in-parens)
(#31) There should be no space after '[' (array-bracket-spacing)
(#31) There should be no space before ']' (array-bracket-spacing)
(#36) There should be no spaces inside this paren. (space-in-parens)
(#36) There should be no spaces inside this paren. (space-in-parens)
(#39) There should be no space after '{' (object-curly-spacing)
(#39) There should be no space before '}' (object-curly-spacing)
(#41) There should be no spaces inside this paren. (space-in-parens)
(#41) There should be no spaces inside this paren. (space-in-parens)
(#44) There should be no space after '{' (object-curly-spacing)
(#44) There should be no space before '}' (object-curly-spacing)
(#45) There should be no spaces inside this paren. (space-in-parens)
(#45) There should be no spaces inside this paren. (space-in-parens)
(#49) There should be no space after '{' (object-curly-spacing)
(#49) There should be no space before '}' (object-curly-spacing)
(#57) Trailing spaces not allowed. (no-trailing-spaces)
(#58) There should be no spaces inside this paren. (space-in-parens)
(#58) There should be no space after '[' (array-bracket-spacing)
(#58) There should be no space before ']' (array-bracket-spacing)
(#59) There should be no spaces inside this paren. (space-in-parens)
(#59) There should be no spaces inside this paren. (space-in-parens)
(#59) There should be no spaces inside this paren. (space-in-parens)
(#59) There should be no spaces inside this paren. (space-in-parens)
(#60) There should be no spaces inside this paren. (space-in-parens)
(#61) Do not nest ternary expressions (no-nested-ternary)
(#61) There should be no spaces inside this paren. (space-in-parens)
(#61) There should be no spaces inside this paren. (space-in-parens)
(#62) There should be no spaces inside this paren. (space-in-parens)
(#62) There should be no spaces inside this paren. (space-in-parens)
(#63) There should be no spaces inside this paren. (space-in-parens)
(#63) There should be no spaces inside this paren. (space-in-parens)
(#64) There should be no space after '[' (array-bracket-spacing)
(#64) There should be no space before ']' (array-bracket-spacing)
(#64) There should be no spaces inside this paren. (space-in-parens)
(#64) There should be no spaces inside this paren. (space-in-parens)
(#65) There should be no space after '[' (array-bracket-spacing)
(#65) There should be no space before ']' (array-bracket-spacing)
(#67) There should be no space after '[' (computed-property-spacing)
(#67) There should be no space before ']' (computed-property-spacing)
(#67) There should be no spaces inside this paren. (space-in-parens)
(#67) There should be no spaces inside this paren. (space-in-parens)
(#67) There should be no space after '[' (computed-property-spacing)
(#67) There should be no space before ']' (computed-property-spacing)
(#68) There should be no space after '[' (computed-property-spacing)
(#68) There should be no space before ']' (computed-property-spacing)
(#68) There should be no spaces inside this paren. (space-in-parens)
(#68) There should be no spaces inside this paren. (space-in-parens)
(#68) There should be no space after '[' (computed-property-spacing)
(#68) There should be no space before ']' (computed-property-spacing)
(#69) There should be no space after '[' (computed-property-spacing)
(#69) There should be no space before ']' (computed-property-spacing)
(#73) There should be no spaces inside this paren. (space-in-parens)
(#73) There should be no spaces inside this paren. (space-in-parens)
(#74) There should be no space after '[' (computed-property-spacing)
(#74) There should be no space before ']' (computed-property-spacing)
(#74) There should be no space after '[' (computed-property-spacing)
(#74) There should be no space before ']' (computed-property-spacing)
(#78) There should be no space after '[' (computed-property-spacing)
(#78) There should be no space before ']' (computed-property-spacing)
(#78) There should be no spaces inside this paren. (space-in-parens)
(#78) There should be no spaces inside this paren. (space-in-parens)
(#79) There should be no spaces inside this paren. (space-in-parens)
(#79) There should be no spaces inside this paren. (space-in-parens)
(#80) There should be no space after '[' (computed-property-spacing)
(#80) There should be no space before ']' (computed-property-spacing)
(#80) There should be no space after '[' (computed-property-spacing)
(#80) There should be no space before ']' (computed-property-spacing)
(#82) There should be no space after '[' (computed-property-spacing)
(#82) There should be no space before ']' (computed-property-spacing)
(#82) There should be no spaces inside this paren. (space-in-parens)
(#82) There should be no spaces inside this paren. (space-in-parens)
(#84) There should be no spaces inside this paren. (space-in-parens)
(#84) There should be no spaces inside this paren. (space-in-parens)
(#86) There should be no spaces inside this paren. (space-in-parens)
(#86) There should be no spaces inside this paren. (space-in-parens)
(#90) There should be no spaces inside this paren. (space-in-parens)
(#90) There should be no spaces inside this paren. (space-in-parens)
(#92) There should be no spaces inside this paren. (space-in-parens)
(#92) There should be no spaces inside this paren. (space-in-parens)
(#96) There should be no space after '[' (computed-property-spacing)
(#96) There should be no space before ']' (computed-property-spacing)
(#97) There should be no space after '[' (computed-property-spacing)
(#97) There should be no space before ']' (computed-property-spacing)
(#100) There should be no spaces inside this paren. (space-in-parens)
(#100) There should be no spaces inside this paren. (space-in-parens)
(#103) There should be no spaces inside this paren. (space-in-parens)
(#103) There should be no spaces inside this paren. (space-in-parens)
(#103) There should be no spaces inside this paren. (space-in-parens)
(#103) There should be no spaces inside this paren. (space-in-parens)
(#104) There should be no spaces inside this paren. (space-in-parens)
(#104) There should be no spaces inside this paren. (space-in-parens)
(#104) There should be no spaces inside this paren. (space-in-parens)
(#104) There should be no spaces inside this paren. (space-in-parens)
(#106) There should be no spaces inside this paren. (space-in-parens)
(#106) There should be no spaces inside this paren. (space-in-parens)
(#106) There should be no spaces inside this paren. (space-in-parens)
(#106) There should be no spaces inside this paren. (space-in-parens)
(#106) There should be no spaces inside this paren. (space-in-parens)
(#106) There should be no spaces inside this paren. (space-in-parens)
(#108) There should be no spaces inside this paren. (space-in-parens)
(#108) There should be no spaces inside this paren. (space-in-parens)
(#108) There should be no spaces inside this paren. (space-in-parens)
(#108) There should be no spaces inside this paren. (space-in-parens)
(#108) There should be no spaces inside this paren. (space-in-parens)
(#108) There should be no spaces inside this paren. (space-in-parens)
(#109) There should be no spaces inside this paren. (space-in-parens)
(#109) There should be no spaces inside this paren. (space-in-parens)
(#112) There should be no spaces inside this paren. (space-in-parens)
(#112) There should be no spaces inside this paren. (space-in-parens)
(#114) There should be no spaces inside this paren. (space-in-parens)
(#114) There should be no spaces inside this paren. (space-in-parens)
(#118) There should be no spaces inside this paren. (space-in-parens)
(#118) There should be no spaces inside this paren. (space-in-parens)
(#120) There should be no spaces inside this paren. (space-in-parens)
(#120) There should be no spaces inside this paren. (space-in-parens)
(#125) There should be no spaces inside this paren. (space-in-parens)
(#125) There should be no spaces inside this paren. (space-in-parens)
(#126) There should be no spaces inside this paren. (space-in-parens)
(#126) There should be no spaces inside this paren. (space-in-parens)
(#133) There should be no spaces inside this paren. (space-in-parens)
(#133) There should be no space after '[' (array-bracket-spacing)
(#133) There should be no space before ']' (array-bracket-spacing)
(#133) There should be no spaces inside this paren. (space-in-parens)
(#133) There should be no spaces inside this paren. (space-in-parens)
(#134) There should be no spaces inside this paren. (space-in-parens)
(#134) There should be no space after '[' (computed-property-spacing)
(#134) There should be no space before ']' (computed-property-spacing)
(#134) There should be no spaces inside this paren. (space-in-parens)
(#135) There should be no space after '[' (computed-property-spacing)
(#135) There should be no space before ']' (computed-property-spacing)
(#135) There should be no space after '[' (computed-property-spacing)
(#135) There should be no space before ']' (computed-property-spacing)
(#135) There should be no spaces inside this paren. (space-in-parens)
(#150) There should be no spaces inside this paren. (space-in-parens)
(#150) There should be no spaces inside this paren. (space-in-parens)
(#153) There should be no spaces inside this paren. (space-in-parens)
(#153) There should be no spaces inside this paren. (space-in-parens)
(#153) There should be no space after '{' (object-curly-spacing)
(#153) There should be no space before '}' (object-curly-spacing)
(#153) There should be no spaces inside this paren. (space-in-parens)
(#153) There should be no spaces inside this paren. (space-in-parens)
(#159) There should be no spaces inside this paren. (space-in-parens)
(#159) There should be no spaces inside this paren. (space-in-parens)
(#160) There should be no spaces inside this paren. (space-in-parens)
(#160) There should be no spaces inside this paren. (space-in-parens)
(#162) Line 162 exceeds the maximum line length of 132. (max-len)
(#162) There should be no spaces inside this paren. (space-in-parens)
(#162) There should be no spaces inside this paren. (space-in-parens)
(#164) There should be no spaces inside this paren. (space-in-parens)
(#164) There should be no spaces inside this paren. (space-in-parens)
(#165) There should be no spaces inside this paren. (space-in-parens)
(#165) There should be no spaces inside this paren. (space-in-parens)
(#167) There should be no spaces inside this paren. (space-in-parens)
(#167) There should be no spaces inside this paren. (space-in-parens)
(#172) There should be no spaces inside this paren. (space-in-parens)
(#172) There should be no spaces inside this paren. (space-in-parens)
(#173) There should be no spaces inside this paren. (space-in-parens)
(#173) There should be no spaces inside this paren. (space-in-parens)
(#176) There should be no spaces inside this paren. (space-in-parens)
(#176) There should be no spaces inside this paren. (space-in-parens)
(#178) Do not nest ternary expressions (no-nested-ternary)
(#178) There should be no space after '[' (computed-property-spacing)
(#178) There should be no space before ']' (computed-property-spacing)
(#180) There should be no space after '[' (computed-property-spacing)
(#180) There should be no space before ']' (computed-property-spacing)
(#183) There should be no space after '[' (computed-property-spacing)
(#183) There should be no space before ']' (computed-property-spacing)
(#186) There should be no space after '[' (computed-property-spacing)
(#186) There should be no space before ']' (computed-property-spacing)
(#187) Do not nest ternary expressions (no-nested-ternary)
(#193) There should be no spaces inside this paren. (space-in-parens)
(#193) There should be no spaces inside this paren. (space-in-parens)
(#194) There should be no spaces inside this paren. (space-in-parens)
(#194) There should be no spaces inside this paren. (space-in-parens)
(#197) There should be no spaces inside this paren. (space-in-parens)
(#197) There should be no spaces inside this paren. (space-in-parens)
(#199) Do not nest ternary expressions (no-nested-ternary)
(#199) There should be no space after '[' (computed-property-spacing)
(#199) There should be no space before ']' (computed-property-spacing)
(#201) There should be no space after '[' (computed-property-spacing)
(#201) There should be no space before ']' (computed-property-spacing)
(#204) There should be no space after '[' (computed-property-spacing)
(#204) There should be no space before ']' (computed-property-spacing)
(#207) There should be no space after '[' (computed-property-spacing)
(#207) There should be no space before ']' (computed-property-spacing)
(#208) Do not nest ternary expressions (no-nested-ternary)
(#218) There should be no spaces inside this paren. (space-in-parens)
(#218) There should be no spaces inside this paren. (space-in-parens)
(#219) There should be no spaces inside this paren. (space-in-parens)
(#219) There should be no spaces inside this paren. (space-in-parens)
(#221) There should be no spaces inside this paren. (space-in-parens)
(#221) There should be no spaces inside this paren. (space-in-parens)
(#221) There should be no spaces inside this paren. (space-in-parens)
(#221) There should be no spaces inside this paren. (space-in-parens)
(#221) There should be no spaces inside this paren. (space-in-parens)
(#221) There should be no spaces inside this paren. (space-in-parens)
(#224) Multiple spaces found before '='. (no-multi-spaces)
(#224) There should be no spaces inside this paren. (space-in-parens)
(#224) There should be no spaces inside this paren. (space-in-parens)
(#226) Multiple spaces found before '='. (no-multi-spaces)
(#226) There should be no spaces inside this paren. (space-in-parens)
(#226) There should be no spaces inside this paren. (space-in-parens)
(#226) Multiple spaces found before 'true'. (no-multi-spaces)
(#226) There should be no spaces inside this paren. (space-in-parens)
(#226) There should be no spaces inside this paren. (space-in-parens)
(#227) Multiple spaces found before '='. (no-multi-spaces)
(#227) There should be no spaces inside this paren. (space-in-parens)
(#227) There should be no spaces inside this paren. (space-in-parens)
(#227) There should be no spaces inside this paren. (space-in-parens)
(#227) Multiple spaces found before '||'. (no-multi-spaces)
(#228) Multiple spaces found before '='. (no-multi-spaces)
(#229) Multiple spaces found before '-'. (no-multi-spaces)
(#229) Multiple spaces found before '+'. (no-multi-spaces)
(#232) Trailing spaces not allowed. (no-trailing-spaces)
(#233) There should be no spaces inside this paren. (space-in-parens)
(#233) There should be no spaces inside this paren. (space-in-parens)
(#234) There should be no spaces inside this paren. (space-in-parens)
(#234) There should be no spaces inside this paren. (space-in-parens)
(#236) There should be no spaces inside this paren. (space-in-parens)
(#236) There should be no spaces inside this paren. (space-in-parens)
(#240) There should be no spaces inside this paren. (space-in-parens)
(#240) There should be no spaces inside this paren. (space-in-parens)
(#241) There should be no space after '[' (computed-property-spacing)
(#241) There should be no space before ']' (computed-property-spacing)
(#242) There should be no spaces inside this paren. (space-in-parens)
(#242) There should be no spaces inside this paren. (space-in-parens)
(#242) Statement inside of curly braces should be on next line. (brace-style)
(#242) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#243) There should be no spaces inside this paren. (space-in-parens)
(#243) There should be no spaces inside this paren. (space-in-parens)
(#243) Trailing spaces not allowed. (no-trailing-spaces)
(#245) There should be no spaces inside this paren. (space-in-parens)
(#245) There should be no spaces inside this paren. (space-in-parens)
(#248) There should be no spaces inside this paren. (space-in-parens)
(#248) There should be no spaces inside this paren. (space-in-parens)
(#252) There should be no spaces inside this paren. (space-in-parens)
(#252) 'jQuery' is not defined. (no-undef)
(#252) There should be no spaces inside this paren. (space-in-parens)
mod/offlinequiz/lib/jquery/ui/jquery.ui.progressbar.js
(#14) There should be no spaces inside this paren. (space-in-parens)
(#14) There should be no spaces inside this paren. (space-in-parens)
(#16) There should be no spaces inside this paren. (space-in-parens)
(#26) There should be no spaces inside this paren. (space-in-parens)
(#26) There should be no spaces inside this paren. (space-in-parens)
(#34) There should be no spaces inside this paren. (space-in-parens)
(#34) There should be no spaces inside this paren. (space-in-parens)
(#35) There should be no spaces inside this paren. (space-in-parens)
(#35) There should be no spaces inside this paren. (space-in-parens)
(#43) There should be no spaces inside this paren. (space-in-parens)
(#43) There should be no spaces inside this paren. (space-in-parens)
(#44) There should be no spaces inside this paren. (space-in-parens)
(#44) There should be no spaces inside this paren. (space-in-parens)
(#45) There should be no spaces inside this paren. (space-in-parens)
(#45) There should be no spaces inside this paren. (space-in-parens)
(#46) There should be no spaces inside this paren. (space-in-parens)
(#46) There should be no spaces inside this paren. (space-in-parens)
(#47) There should be no spaces inside this paren. (space-in-parens)
(#47) There should be no spaces inside this paren. (space-in-parens)
(#51) There should be no spaces inside this paren. (space-in-parens)
(#51) There should be no spaces inside this paren. (space-in-parens)
(#54) There should be no spaces inside this paren. (space-in-parens)
(#54) There should be no spaces inside this paren. (space-in-parens)
(#55) There should be no spaces inside this paren. (space-in-parens)
(#55) There should be no spaces inside this paren. (space-in-parens)
(#59) There should be no spaces inside this paren. (space-in-parens)
(#59) There should be no spaces inside this paren. (space-in-parens)
(#63) There should be no spaces inside this paren. (space-in-parens)
(#63) There should be no spaces inside this paren. (space-in-parens)
(#64) There should be no spaces inside this paren. (space-in-parens)
(#64) There should be no spaces inside this paren. (space-in-parens)
(#67) There should be no spaces inside this paren. (space-in-parens)
(#67) There should be no spaces inside this paren. (space-in-parens)
(#68) There should be no spaces inside this paren. (space-in-parens)
(#68) There should be no spaces inside this paren. (space-in-parens)
(#72) There should be no spaces inside this paren. (space-in-parens)
(#72) There should be no spaces inside this paren. (space-in-parens)
(#78) There should be no spaces inside this paren. (space-in-parens)
(#78) There should be no spaces inside this paren. (space-in-parens)
(#81) There should be no spaces inside this paren. (space-in-parens)
(#81) There should be no spaces inside this paren. (space-in-parens)
(#81) There should be no spaces inside this paren. (space-in-parens)
(#81) There should be no spaces inside this paren. (space-in-parens)
(#92) There should be no spaces inside this paren. (space-in-parens)
(#92) There should be no spaces inside this paren. (space-in-parens)
(#94) There should be no spaces inside this paren. (space-in-parens)
(#94) There should be no spaces inside this paren. (space-in-parens)
(#98) There should be no spaces inside this paren. (space-in-parens)
(#98) There should be no spaces inside this paren. (space-in-parens)
(#99) There should be no spaces inside this paren. (space-in-parens)
(#99) There should be no spaces inside this paren. (space-in-parens)
(#100) There should be no spaces inside this paren. (space-in-parens)
(#100) There should be no spaces inside this paren. (space-in-parens)
(#104) There should be no spaces inside this paren. (space-in-parens)
(#108) There should be no spaces inside this paren. (space-in-parens)
(#108) 'jQuery' is not defined. (no-undef)
(#108) There should be no spaces inside this paren. (space-in-parens)
mod/offlinequiz/lib/jquery/ui/jquery.ui.resizable.js
(#15) There should be no spaces inside this paren. (space-in-parens)
(#15) 'undefined' is defined but never used (no-unused-vars)
(#15) There should be no spaces inside this paren. (space-in-parens)
(#39) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#50) Expected space or tab after '//' in comment. (spaced-comment)
(#51) Expected space(s) after "if". (keyword-spacing)
(#53) Expected space or tab after '//' in comment. (spaced-comment)
(#54) Expected { after 'if' condition. (curly)
(#55) There should be no space after '{' (object-curly-spacing)
(#55) There should be no space before '}' (object-curly-spacing)
(#57) Expected space or tab after '//' in comment. (spaced-comment)
(#68) Expected space or tab after '//' in comment. (spaced-comment)
(#75) Expected space or tab after '//' in comment. (spaced-comment)
(#76) Line 76 exceeds the maximum line length of 132. (max-len)
(#76) There should be no space after '{' (object-curly-spacing)
(#76) There should be no space before '}' (object-curly-spacing)
(#77) There should be no space after '{' (object-curly-spacing)
(#79) Expected space or tab after '//' in comment. (spaced-comment)
(#83) Expected space or tab after '//' in comment. (spaced-comment)
(#84) There should be no space after '{' (object-curly-spacing)
(#84) There should be no space before '}' (object-curly-spacing)
(#87) There should be no space after '{' (object-curly-spacing)
(#87) There should be no space before '}' (object-curly-spacing)
(#94) Line 94 exceeds the maximum line length of 132. (max-len)
(#94) There should be no space after '{' (object-curly-spacing)
(#94) There should be no space before '}' (object-curly-spacing)
(#95) Expected space(s) after "if". (keyword-spacing)
(#97) Expected { after 'if' condition. (curly)
(#97) Expected space(s) after "if". (keyword-spacing)
(#100) Expected space(s) after "for". (keyword-spacing)
(#102) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#102) Infix operators must be spaced. (space-infix-ops)
(#106) Expected space or tab after '//' in comment. (spaced-comment)
(#107) Expected { after 'if' condition. (curly)
(#107) Expected space(s) after "if". (keyword-spacing)
(#107) There should be no space after '{' (object-curly-spacing)
(#107) There should be no space before '}' (object-curly-spacing)
(#109) Expected space or tab after '//' in comment. (spaced-comment)
(#112) Unnecessary semicolon. (no-extra-semi)
(#114) Expected space or tab after '//' in comment. (spaced-comment)
(#115) Infix operators must be spaced. (space-infix-ops)
(#125) Expected space(s) after "for". (keyword-spacing)
(#127) Expected { after 'if' condition. (curly)
(#127) Expected space(s) after "if". (keyword-spacing)
(#130) Expected space or tab after '//' in comment. (spaced-comment)
(#133) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#135) Expected space or tab after '//' in comment. (spaced-comment)
(#138) Expected space or tab after '//' in comment. (spaced-comment)
(#139) There should be no space after '[' (array-bracket-spacing)
(#140) Do not nest ternary expressions (no-nested-ternary)
(#141) Do not nest ternary expressions (no-nested-ternary)
(#142) There should be no space before ']' (array-bracket-spacing)
(#150) Expected space or tab after '//' in comment. (spaced-comment)
(#151) Expected space(s) after "if". (keyword-spacing)
(#151) Expected { after 'if' condition. (curly)
(#157) Expected space or tab after '//' in comment. (spaced-comment)
(#163) Expected space or tab after '//' in comment. (spaced-comment)
(#166) Expected { after 'if' condition. (curly)
(#168) Expected space or tab after '//' in comment. (spaced-comment)
(#173) Expected space or tab after '//' in comment. (spaced-comment)
(#182) Missing space before opening brace. (space-before-blocks)
(#190) Expected space or tab after '//' in comment. (spaced-comment)
(#204) Expected space or tab after '//' in comment. (spaced-comment)
(#238) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#238) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#241) There should be no space after '{' (object-curly-spacing)
(#241) There should be no space before '}' (object-curly-spacing)
(#245) There should be no space after '{' (object-curly-spacing)
(#245) There should be no space before '}' (object-curly-spacing)
(#248) Expected space or tab after '//' in comment. (spaced-comment)
(#249) Expected { after 'if' condition. (curly)
(#250) There should be no space after '{' (object-curly-spacing)
(#250) There should be no space before '}' (object-curly-spacing)
(#254) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#261) Expected space or tab after '//' in comment. (spaced-comment)
(#263) There should be no space after '{' (object-curly-spacing)
(#263) There should be no space before '}' (object-curly-spacing)
(#264) Line 264 exceeds the maximum line length of 132. (max-len)
(#264) There should be no space after '{' (object-curly-spacing)
(#264) There should be no space before '}' (object-curly-spacing)
(#264) There should be no space after '{' (object-curly-spacing)
(#264) There should be no space before '}' (object-curly-spacing)
(#265) Line 265 exceeds the maximum line length of 132. (max-len)
(#265) There should be no space after '{' (object-curly-spacing)
(#265) There should be no space before '}' (object-curly-spacing)
(#265) There should be no space after '{' (object-curly-spacing)
(#265) There should be no space before '}' (object-curly-spacing)
(#266) There should be no space after '{' (object-curly-spacing)
(#266) There should be no space before '}' (object-curly-spacing)
(#267) There should be no space after '{' (object-curly-spacing)
(#267) There should be no space before '}' (object-curly-spacing)
(#268) There should be no space after '{' (object-curly-spacing)
(#268) There should be no space before '}' (object-curly-spacing)
(#270) Expected space or tab after '//' in comment. (spaced-comment)
(#271) Line 271 exceeds the maximum line length of 132. (max-len)
(#273) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#274) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#283) Expected space or tab after '//' in comment. (spaced-comment)
(#284) 'o' is defined but never used (no-unused-vars)
(#284) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#284) 'props' is defined but never used (no-unused-vars)
(#284) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#285) 'self' is defined but never used (no-unused-vars)
(#285) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#285) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#287) Infix operators must be spaced. (space-infix-ops)
(#287) Infix operators must be spaced. (space-infix-ops)
(#287) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#287) Infix operators must be spaced. (space-infix-ops)
(#287) Infix operators must be spaced. (space-infix-ops)
(#289) Expected { after 'if' condition. (curly)
(#292) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#292) 'ie6' is defined but never used (no-unused-vars)
(#292) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#292) 'csdif' is defined but never used (no-unused-vars)
(#294) Expected { after 'if' condition. (curly)
(#307) Expected { after 'if' condition. (curly)
(#321) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#323) Expected space(s) after "if". (keyword-spacing)
(#324) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#328) There should be no space after '{' (object-curly-spacing)
(#328) Multiple spaces found before '-'. (no-multi-spaces)
(#328) There should be no space before '}' (object-curly-spacing)
(#332) Expected { after 'if' condition. (curly)
(#333) There should be no space after '{' (object-curly-spacing)
(#333) There should be no space before '}' (object-curly-spacing)
(#338) Expected { after 'if' condition. (curly)
(#347) Expected { after 'if' condition. (curly)
(#353) 'o' is defined but never used (no-unused-vars)
(#355) Expected { after 'if' condition. (curly)
(#356) Expected { after 'if' condition. (curly)
(#357) Expected { after 'if' condition. (curly)
(#358) Expected { after 'if' condition. (curly)
(#361) 'event' is defined but never used (no-unused-vars)
(#363) 'o' is defined but never used (no-unused-vars)
(#363) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#363) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#363) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#365) Expected { after 'if' condition. (curly)
(#366) Expected { after 'if' condition. (curly)
(#382) 'el' is defined but never used (no-unused-vars)
(#382) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#382) 'pRatio' is defined but never used (no-unused-vars)
(#382) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#382) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#383) Line 383 exceeds the maximum line length of 132. (max-len)
(#383) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#384) Line 384 exceeds the maximum line length of 132. (max-len)
(#384) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#386) Expected { after 'if' condition. (curly)
(#387) Expected { after 'if' condition. (curly)
(#388) Expected { after 'if' condition. (curly)
(#389) Expected { after 'if' condition. (curly)
(#391) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#392) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#394) Expected { after 'if' condition. (curly)
(#395) Expected { after 'if' condition. (curly)
(#396) Expected { after 'if' condition. (curly)
(#397) Expected { after 'if' condition. (curly)
(#401) Expected { after 'if' condition. (curly)
(#402) Expected { after 'if' condition. (curly)
(#409) 'o' is defined but never used (no-unused-vars)
(#410) Expected { after 'if' condition. (curly)
(#413) Infix operators must be spaced. (space-infix-ops)
(#418) Line 418 exceeds the maximum line length of 132. (max-len)
(#421) Don't make functions within a loop (no-loop-func)
(#422) A space is required after ','. (comma-spacing)
(#422) Infix operators must be spaced. (space-infix-ops)
(#422) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#422) A space is required after ','. (comma-spacing)
(#422) Infix operators must be spaced. (space-infix-ops)
(#427) Expected { after 'if' condition. (curly)
(#435) Unnecessary semicolon. (no-extra-semi)
(#441) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#444) Expected space(s) after "if". (keyword-spacing)
(#449) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#450) There should be no spaces inside this paren. (space-in-parens)
(#450) There should be no spaces inside this paren. (space-in-parens)
(#456) Infix operators must be spaced. (space-infix-ops)
(#457) Infix operators must be spaced. (space-infix-ops)
(#458) Expected space or tab after '//' in comment. (spaced-comment)
(#472) 'dy' is defined but never used (no-unused-vars)
(#473) There should be no space after '{' (object-curly-spacing)
(#473) There should be no space before '}' (object-curly-spacing)
(#475) 'dy' is defined but never used (no-unused-vars)
(#476) 'o' is defined but never used (no-unused-vars)
(#476) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#476) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#477) There should be no space after '{' (object-curly-spacing)
(#477) There should be no space before '}' (object-curly-spacing)
(#480) 'o' is defined but never used (no-unused-vars)
(#480) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#480) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#481) There should be no space after '{' (object-curly-spacing)
(#481) There should be no space before '}' (object-curly-spacing)
(#484) There should be no space after '{' (object-curly-spacing)
(#484) There should be no space before '}' (object-curly-spacing)
(#502) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#531) Unexpected space before function parentheses. (space-before-function-paren)
(#531) 'ui' is defined but never used (no-unused-vars)
(#532) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#534) Unexpected space before function parentheses. (space-before-function-paren)
(#545) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#546) Statement inside of curly braces should be on next line. (brace-style)
(#546) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#546) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#547) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#547) Statement inside of curly braces should be on next line. (brace-style)
(#547) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#547) Unexpected space before function parentheses. (space-before-function-paren)
(#547) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#547) Statement inside of curly braces should be on next line. (brace-style)
(#548) Expected space(s) before "else". (keyword-spacing)
(#548) Expected space(s) after "else". (keyword-spacing)
(#553) Unexpected space before function parentheses. (space-before-function-paren)
(#554) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#554) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#554) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#561) Unexpected space before function parentheses. (space-before-function-paren)
(#563) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#563) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#563) Trailing spaces not allowed. (no-trailing-spaces)
(#564) Line 564 exceeds the maximum line length of 132. (max-len)
(#564) Do not nest ternary expressions (no-nested-ternary)
(#566) Unexpected space before function parentheses. (space-before-function-paren)
(#567) Infix operators must be spaced. (space-infix-ops)
(#567) Infix operators must be spaced. (space-infix-ops)
(#568) Expected { after 'if' condition. (curly)
(#575) There should be no space after '{' (object-curly-spacing)
(#575) There should be no space before '}' (object-curly-spacing)
(#582) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#583) Unexpected space before function parentheses. (space-before-function-paren)
(#583) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#583) Statement inside of curly braces should be on next line. (brace-style)
(#584) Expected space(s) after "else". (keyword-spacing)
(#584) Expected space(s) before "else". (keyword-spacing)
(#589) Unexpected space before function parentheses. (space-before-function-paren)
(#589) 'ui' is defined but never used (no-unused-vars)
(#590) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#592) Unexpected space before function parentheses. (space-before-function-paren)
(#596) There should be no space after '{' (object-curly-spacing)
(#596) There should be no space before '}' (object-curly-spacing)
(#602) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#603) Unexpected space before function parentheses. (space-before-function-paren)
(#603) Statement inside of curly braces should be on next line. (brace-style)
(#603) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#604) Expected space(s) before "else". (keyword-spacing)
(#604) Expected space(s) after "else". (keyword-spacing)
(#615) 'ui' is defined but never used (no-unused-vars)
(#616) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#618) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#622) There should be no space after '{' (object-curly-spacing)
(#622) There should be no space before '}' (object-curly-spacing)
(#627) There should be no space after '{' (object-curly-spacing)
(#627) There should be no space before '}' (object-curly-spacing)
(#639) Expected { after 'if' condition. (curly)
(#639) There should be no space after '{' (object-curly-spacing)
(#639) There should be no space before '}' (object-curly-spacing)
(#654) 'ui' is defined but never used (no-unused-vars)
(#655) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#655) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#656) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#656) Do not nest ternary expressions (no-nested-ternary)
(#657) Expected { after 'if' condition. (curly)
(#662) There should be no space after '{' (object-curly-spacing)
(#662) There should be no space before '}' (object-curly-spacing)
(#663) There should be no space after '{' (object-curly-spacing)
(#663) There should be no space before '}' (object-curly-spacing)
(#672) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#673) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#674) There should be no space after '[' (array-bracket-spacing)
(#674) There should be no space before ']' (array-bracket-spacing)
(#674) Statement inside of curly braces should be on next line. (brace-style)
(#674) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#678) There should be no space after '{' (object-curly-spacing)
(#678) There should be no space before '}' (object-curly-spacing)
(#680) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#680) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#681) Line 681 exceeds the maximum line length of 132. (max-len)
(#681) There should be no spaces inside this paren. (space-in-parens)
(#681) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#689) 'ui' is defined but never used (no-unused-vars)
(#690) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#691) 'ps' is defined but never used (no-unused-vars)
(#691) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#691) 'cs' is defined but never used (no-unused-vars)
(#691) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#691) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#692) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#692) There should be no space after '{' (object-curly-spacing)
(#692) Missing space before value for key 'top'. (key-spacing)
(#692) Missing space before value for key 'left'. (key-spacing)
(#692) There should be no space before '}' (object-curly-spacing)
(#692) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#694) Expected { after 'if' condition. (curly)
(#698) Expected { after 'if' condition. (curly)
(#704) Expected { after 'if' condition. (curly)
(#708) Infix operators must be spaced. (space-infix-ops)
(#709) Infix operators must be spaced. (space-infix-ops)
(#711) There should be no spaces inside this paren. (space-in-parens)
(#711) There should be no spaces inside this paren. (space-in-parens)
(#712) Line 712 exceeds the maximum line length of 132. (max-len)
(#712) There should be no spaces inside this paren. (space-in-parens)
(#712) There should be no spaces inside this paren. (space-in-parens)
(#715) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#717) Expected { after 'if' condition. (curly)
(#717) Expected space(s) after "if". (keyword-spacing)
(#721) Expected { after 'if' condition. (curly)
(#726) Expected { after 'if' condition. (curly)
(#730) 'ui' is defined but never used (no-unused-vars)
(#730) Missing space before opening brace. (space-before-blocks)
(#731) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#731) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#731) 'cp' is defined but never used (no-unused-vars)
(#732) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#732) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#734) Line 734 exceeds the maximum line length of 132. (max-len)
(#734) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#734) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#734) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#736) Expected { after 'if' condition. (curly)
(#737) There should be no space after '{' (object-curly-spacing)
(#737) There should be no space before '}' (object-curly-spacing)
(#739) Expected { after 'if' condition. (curly)
(#740) There should be no space after '{' (object-curly-spacing)
(#740) There should be no space before '}' (object-curly-spacing)
(#747) 'ui' is defined but never used (no-unused-vars)
(#749) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#749) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#753) Line 753 exceeds the maximum line length of 132. (max-len)
(#753) There should be no space after '{' (object-curly-spacing)
(#753) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#753) There should be no space before '}' (object-curly-spacing)
(#761) 'ui' is defined but never used (no-unused-vars)
(#761) Missing space before opening brace. (space-before-blocks)
(#762) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#762) 'o' is defined but never used (no-unused-vars)
(#763) Expected { after 'if' condition. (curly)
(#763) There should be no space after '{' (object-curly-spacing)
(#763) There should be no space before '}' (object-curly-spacing)
(#766) 'ui' is defined but never used (no-unused-vars)
(#766) Missing space before opening brace. (space-before-blocks)
(#767) 'o' is defined but never used (no-unused-vars)
(#767) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#768) Expected { after 'if' condition. (curly)
(#775) 'ui' is defined but never used (no-unused-vars)
(#776) Line 776 exceeds the maximum line length of 132. (max-len)
(#776) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#776) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#776) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#776) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#776) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#776) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#776) 'ratio' is defined but never used (no-unused-vars)
(#778) Line 778 exceeds the maximum line length of 132. (max-len)
(#778) Infix operators must be spaced. (space-infix-ops)
(#778) Infix operators must be spaced. (space-infix-ops)
(#778) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#778) Infix operators must be spaced. (space-infix-ops)
(#778) Infix operators must be spaced. (space-infix-ops)
(#784) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#789) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#794) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#812) 'jQuery' is not defined. (no-undef)
mod/offlinequiz/lib/jquery/ui/jquery.ui.selectable.js
(#15) There should be no spaces inside this paren. (space-in-parens)
(#15) 'undefined' is defined but never used (no-unused-vars)
(#15) There should be no spaces inside this paren. (space-in-parens)
(#80) Expected { after 'if' condition. (curly)
(#117) Expected to return a value at the end of this function. (consistent-return)
(#147) Expected { after 'if' condition. (curly)
(#152) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#152) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#152) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#153) Statement inside of curly braces should be on next line. (brace-style)
(#153) 'tmp' used outside of binding context. (block-scoped-var)
(#153) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#153) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#153) 'tmp' used outside of binding context. (block-scoped-var)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) 'tmp' is already defined (no-redeclare)
(#154) 'tmp' used outside of binding context. (block-scoped-var)
(#154) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) 'tmp' used outside of binding context. (block-scoped-var)
(#155) Infix operators must be spaced. (space-infix-ops)
(#155) Infix operators must be spaced. (space-infix-ops)
(#159) Expected space or tab after '//' in comment. (spaced-comment)
(#160) Expected { after 'if' condition. (curly)
(#164) There should be no spaces inside this paren. (space-in-parens)
(#164) There should be no spaces inside this paren. (space-in-parens)
(#224) Expected no return value. (consistent-return)
(#232) 'options' is defined but never used (no-unused-vars)
(#266) 'jQuery' is not defined. (no-undef)
mod/offlinequiz/lib/jquery/ui/jquery.ui.slider.js
(#15) There should be no spaces inside this paren. (space-in-parens)
(#15) 'undefined' is defined but never used (no-unused-vars)
(#15) There should be no spaces inside this paren. (space-in-parens)
(#21) There should be no spaces inside this paren. (space-in-parens)
(#49) There should be no spaces inside this paren. (space-in-parens)
(#53) There should be no spaces inside this paren. (space-in-parens)
(#54) Trailing spaces not allowed. (no-trailing-spaces)
(#55) There should be no spaces inside this paren. (space-in-parens)
(#55) There should be no spaces inside this paren. (space-in-parens)
(#56) There should be no spaces inside this paren. (space-in-parens)
(#56) There should be no spaces inside this paren. (space-in-parens)
(#61) There should be no spaces inside this paren. (space-in-parens)
(#61) There should be no spaces inside this paren. (space-in-parens)
(#62) There should be no spaces inside this paren. (space-in-parens)
(#62) There should be no spaces inside this paren. (space-in-parens)
(#63) There should be no spaces inside this paren. (space-in-parens)
(#63) There should be no spaces inside this paren. (space-in-parens)
(#64) There should be no spaces inside this paren. (space-in-parens)
(#64) There should be no spaces inside this paren. (space-in-parens)
(#65) There should be no space after '[' (array-bracket-spacing)
(#65) There should be no space before ']' (array-bracket-spacing)
(#67) There should be no spaces inside this paren. (space-in-parens)
(#67) There should be no spaces inside this paren. (space-in-parens)
(#68) There should be no space after '[' (array-bracket-spacing)
(#68) There should be no space before ']' (array-bracket-spacing)
(#71) There should be no spaces inside this paren. (space-in-parens)
(#71) There should be no spaces inside this paren. (space-in-parens)
(#75) There should be no spaces inside this paren. (space-in-parens)
(#75) There should be no spaces inside this paren. (space-in-parens)
(#76) There should be no spaces inside this paren. (space-in-parens)
(#76) There should be no spaces inside this paren. (space-in-parens)
(#78) There should be no spaces inside this paren. (space-in-parens)
(#78) There should be no spaces inside this paren. (space-in-parens)
(#79) There should be no spaces inside this paren. (space-in-parens)
(#79) There should be no spaces inside this paren. (space-in-parens)
(#84) There should be no spaces inside this paren. (space-in-parens)
(#84) There should be no spaces inside this paren. (space-in-parens)
(#87) There should be no spaces inside this paren. (space-in-parens)
(#87) There should be no spaces inside this paren. (space-in-parens)
(#87) There should be no spaces inside this paren. (space-in-parens)
(#87) There should be no spaces inside this paren. (space-in-parens)
(#88) There should be no spaces inside this paren. (space-in-parens)
(#88) There should be no spaces inside this paren. (space-in-parens)
(#89) There should be no spaces inside this paren. (space-in-parens)
(#89) There should be no spaces inside this paren. (space-in-parens)
(#90) There should be no spaces inside this paren. (space-in-parens)
(#90) There should be no spaces inside this paren. (space-in-parens)
(#93) There should be no spaces inside this paren. (space-in-parens)
(#93) There should be no spaces inside this paren. (space-in-parens)
(#94) There should be no spaces inside this paren. (space-in-parens)
(#94) There should be no spaces inside this paren. (space-in-parens)
(#95) There should be no spaces inside this paren. (space-in-parens)
(#95) There should be no spaces inside this paren. (space-in-parens)
(#96) There should be no spaces inside this paren. (space-in-parens)
(#96) There should be no spaces inside this paren. (space-in-parens)
(#97) There should be no spaces inside this paren. (space-in-parens)
(#97) There should be no spaces inside this paren. (space-in-parens)
(#101) There should be no spaces inside this paren. (space-in-parens)
(#101) There should be no spaces inside this paren. (space-in-parens)
(#102) There should be no spaces inside this paren. (space-in-parens)
(#103) There should be no spaces inside this paren. (space-in-parens)
(#105) There should be no spaces inside this paren. (space-in-parens)
(#105) There should be no spaces inside this paren. (space-in-parens)
(#107) There should be no spaces inside this paren. (space-in-parens)
(#107) There should be no spaces inside this paren. (space-in-parens)
(#107) There should be no spaces inside this paren. (space-in-parens)
(#107) There should be no spaces inside this paren. (space-in-parens)
(#108) There should be no spaces inside this paren. (space-in-parens)
(#108) There should be no spaces inside this paren. (space-in-parens)
(#112) There should be no spaces inside this paren. (space-in-parens)
(#112) There should be no spaces inside this paren. (space-in-parens)
(#113) There should be no spaces inside this paren. (space-in-parens)
(#113) There should be no spaces inside this paren. (space-in-parens)
(#113) There should be no spaces inside this paren. (space-in-parens)
(#113) There should be no spaces inside this paren. (space-in-parens)
(#116) There should be no spaces inside this paren. (space-in-parens)
(#116) There should be no spaces inside this paren. (space-in-parens)
(#116) There should be no spaces inside this paren. (space-in-parens)
(#116) There should be no spaces inside this paren. (space-in-parens)
(#119) There should be no spaces inside this paren. (space-in-parens)
(#119) There should be no spaces inside this paren. (space-in-parens)
(#120) There should be no spaces inside this paren. (space-in-parens)
(#120) There should be no spaces inside this paren. (space-in-parens)
(#120) There should be no spaces inside this paren. (space-in-parens)
(#120) There should be no spaces inside this paren. (space-in-parens)
(#121) There should be no spaces inside this paren. (space-in-parens)
(#121) There should be no spaces inside this paren. (space-in-parens)
(#121) There should be no spaces inside this paren. (space-in-parens)
(#121) There should be no spaces inside this paren. (space-in-parens)
(#123) There should be no spaces inside this paren. (space-in-parens)
(#123) There should be no spaces inside this paren. (space-in-parens)
(#127) There should be no spaces inside this paren. (space-in-parens)
(#127) There should be no spaces inside this paren. (space-in-parens)
(#127) There should be no spaces inside this paren. (space-in-parens)
(#127) There should be no spaces inside this paren. (space-in-parens)
(#130) There should be no spaces inside this paren. (space-in-parens)
(#130) There should be no spaces inside this paren. (space-in-parens)
(#131) There should be no spaces inside this paren. (space-in-parens)
(#131) There should be no spaces inside this paren. (space-in-parens)
(#131) There should be no spaces inside this paren. (space-in-parens)
(#131) There should be no spaces inside this paren. (space-in-parens)
(#135) Function 'anonymous' has a complexity of 23. (complexity)
(#135) There should be no spaces inside this paren. (space-in-parens)
(#135) There should be no spaces inside this paren. (space-in-parens)
(#137) There should be no spaces inside this paren. (space-in-parens)
(#137) There should be no spaces inside this paren. (space-in-parens)
(#137) There should be no spaces inside this paren. (space-in-parens)
(#137) There should be no spaces inside this paren. (space-in-parens)
(#142) Trailing spaces not allowed. (no-trailing-spaces)
(#143) There should be no spaces inside this paren. (space-in-parens)
(#143) There should be no spaces inside this paren. (space-in-parens)
(#146) Trailing spaces not allowed. (no-trailing-spaces)
(#147) There should be no spaces inside this paren. (space-in-parens)
(#147) There should be no spaces inside this paren. (space-in-parens)
(#157) There should be no spaces inside this paren. (space-in-parens)
(#157) There should be no spaces inside this paren. (space-in-parens)
(#159) There should be no spaces inside this paren. (space-in-parens)
(#159) There should be no spaces inside this paren. (space-in-parens)
(#159) There should be no spaces inside this paren. (space-in-parens)
(#159) There should be no spaces inside this paren. (space-in-parens)
(#160) There should be no spaces inside this paren. (space-in-parens)
(#160) There should be no spaces inside this paren. (space-in-parens)
(#161) There should be no spaces inside this paren. (space-in-parens)
(#161) There should be no spaces inside this paren. (space-in-parens)
(#167) Trailing spaces not allowed. (no-trailing-spaces)
(#169) There should be no spaces inside this paren. (space-in-parens)
(#169) There should be no spaces inside this paren. (space-in-parens)
(#170) There should be no spaces inside this paren. (space-in-parens)
(#170) There should be no spaces inside this paren. (space-in-parens)
(#174) Trailing spaces not allowed. (no-trailing-spaces)
(#175) There should be no spaces inside this paren. (space-in-parens)
(#175) There should be no spaces inside this paren. (space-in-parens)
(#183) There should be no spaces inside this paren. (space-in-parens)
(#183) There should be no spaces inside this paren. (space-in-parens)
(#183) There should be no spaces inside this paren. (space-in-parens)
(#183) There should be no spaces inside this paren. (space-in-parens)
(#186) There should be no spaces inside this paren. (space-in-parens)
(#186) There should be no spaces inside this paren. (space-in-parens)
(#186) There should be no spaces inside this paren. (space-in-parens)
(#186) There should be no spaces inside this paren. (space-in-parens)
(#190) There should be no spaces inside this paren. (space-in-parens)
(#190) There should be no spaces inside this paren. (space-in-parens)
(#193) There should be no spaces inside this paren. (space-in-parens)
(#193) There should be no spaces inside this paren. (space-in-parens)
(#197) There should be no spaces inside this paren. (space-in-parens)
(#197) There should be no spaces inside this paren. (space-in-parens)
(#200) There should be no spaces inside this paren. (space-in-parens)
(#200) There should be no spaces inside this paren. (space-in-parens)
(#203) Trailing spaces not allowed. (no-trailing-spaces)
(#204) There should be no spaces inside this paren. (space-in-parens)
(#204) There should be no spaces inside this paren. (space-in-parens)
(#205) Trailing spaces not allowed. (no-trailing-spaces)
(#206) Expected no return value. (consistent-return)
(#207) Trailing spaces not allowed. (no-trailing-spaces)
(#209) There should be no spaces inside this paren. (space-in-parens)
(#209) There should be no spaces inside this paren. (space-in-parens)
(#210) There should be no spaces inside this paren. (space-in-parens)
(#210) There should be no spaces inside this paren. (space-in-parens)
(#210) There should be no spaces inside this paren. (space-in-parens)
(#210) There should be no spaces inside this paren. (space-in-parens)
(#211) Trailing spaces not allowed. (no-trailing-spaces)
(#212) There should be no spaces inside this paren. (space-in-parens)
(#212) There should be no spaces inside this paren. (space-in-parens)
(#214) There should be no spaces inside this paren. (space-in-parens)
(#214) There should be no spaces inside this paren. (space-in-parens)
(#215) There should be no spaces inside this paren. (space-in-parens)
(#215) There should be no spaces inside this paren. (space-in-parens)
(#216) There should be no spaces inside this paren. (space-in-parens)
(#216) There should be no spaces inside this paren. (space-in-parens)
(#216) There should be no spaces inside this paren. (space-in-parens)
(#216) There should be no spaces inside this paren. (space-in-parens)
(#218) Trailing spaces not allowed. (no-trailing-spaces)
(#231) There should be no spaces inside this paren. (space-in-parens)
(#237) There should be no spaces inside this paren. (space-in-parens)
(#238) There should be no spaces inside this paren. (space-in-parens)
(#238) There should be no spaces inside this paren. (space-in-parens)
(#239) There should be no spaces inside this paren. (space-in-parens)
(#239) There should be no spaces inside this paren. (space-in-parens)
(#246) There should be no spaces inside this paren. (space-in-parens)
(#246) There should be no spaces inside this paren. (space-in-parens)
(#258) There should be no spaces inside this paren. (space-in-parens)
(#258) There should be no spaces inside this paren. (space-in-parens)
(#268) There should be no space after '{' (object-curly-spacing)
(#268) There should be no space before '}' (object-curly-spacing)
(#269) There should be no spaces inside this paren. (space-in-parens)
(#269) There should be no spaces inside this paren. (space-in-parens)
(#272) There should be no spaces inside this paren. (space-in-parens)
(#272) There should be no spaces inside this paren. (space-in-parens)
(#273) There should be no spaces inside this paren. (space-in-parens)
(#273) There should be no spaces inside this paren. (space-in-parens)
(#274) There should be no spaces inside this paren. (space-in-parens)
(#274) There should be no spaces inside this paren. (space-in-parens)
(#276) There should be no spaces inside this paren. (space-in-parens)
(#276) There should be no spaces inside this paren. (space-in-parens)
(#284) Expected space(s) after "if". (keyword-spacing)
(#284) There should be no spaces inside this paren. (space-in-parens)
(#284) There should be no spaces inside this paren. (space-in-parens)
(#286) There should be no spaces inside this paren. (space-in-parens)
(#286) There should be no spaces inside this paren. (space-in-parens)
(#289) There should be no spaces inside this paren. (space-in-parens)
(#289) There should be no spaces inside this paren. (space-in-parens)
(#290) There should be no spaces inside this paren. (space-in-parens)
(#290) There should be no spaces inside this paren. (space-in-parens)
(#298) There should be no spaces inside this paren. (space-in-parens)
(#298) There should be no spaces inside this paren. (space-in-parens)
(#300) Trailing spaces not allowed. (no-trailing-spaces)
(#302) There should be no spaces inside this paren. (space-in-parens)
(#302) There should be no spaces inside this paren. (space-in-parens)
(#302) There should be no spaces inside this paren. (space-in-parens)
(#302) There should be no spaces inside this paren. (space-in-parens)
(#303) There should be no space after '{' (object-curly-spacing)
(#303) There should be no space before '}' (object-curly-spacing)
(#304) There should be no spaces inside this paren. (space-in-parens)
(#304) There should be no spaces inside this paren. (space-in-parens)
(#306) There should be no spaces inside this paren. (space-in-parens)
(#306) There should be no spaces inside this paren. (space-in-parens)
(#307) There should be no spaces inside this paren. (space-in-parens)
(#307) There should be no spaces inside this paren. (space-in-parens)
(#307) There should be no spaces inside this paren. (space-in-parens)
(#307) There should be no spaces inside this paren. (space-in-parens)
(#308) There should be no spaces inside this paren. (space-in-parens)
(#308) There should be no spaces inside this paren. (space-in-parens)
(#308) There should be no spaces inside this paren. (space-in-parens)
(#309) There should be no spaces inside this paren. (space-in-parens)
(#309) There should be no spaces inside this paren. (space-in-parens)
(#309) There should be no spaces inside this paren. (space-in-parens)
(#312) There should be no spaces inside this paren. (space-in-parens)
(#312) There should be no spaces inside this paren. (space-in-parens)
(#312) There should be no spaces inside this paren. (space-in-parens)
(#312) There should be no spaces inside this paren. (space-in-parens)
(#313) There should be no spaces inside this paren. (space-in-parens)
(#313) There should be no spaces inside this paren. (space-in-parens)
(#319) There should be no spaces inside this paren. (space-in-parens)
(#319) 'event' is defined but never used (no-unused-vars)
(#319) There should be no spaces inside this paren. (space-in-parens)
(#323) There should be no spaces inside this paren. (space-in-parens)
(#323) There should be no spaces inside this paren. (space-in-parens)
(#324) There should be no space after '{' (object-curly-spacing)
(#324) There should be no space before '}' (object-curly-spacing)
(#325) There should be no spaces inside this paren. (space-in-parens)
(#325) There should be no spaces inside this paren. (space-in-parens)
(#326) Trailing spaces not allowed. (no-trailing-spaces)
(#327) There should be no spaces inside this paren. (space-in-parens)
(#327) There should be no spaces inside this paren. (space-in-parens)
(#332) There should be no spaces inside this paren. (space-in-parens)
(#332) There should be no spaces inside this paren. (space-in-parens)
(#333) There should be no spaces inside this paren. (space-in-parens)
(#333) There should be no spaces inside this paren. (space-in-parens)
(#336) There should be no spaces inside this paren. (space-in-parens)
(#336) There should be no spaces inside this paren. (space-in-parens)
(#337) There should be no spaces inside this paren. (space-in-parens)
(#337) There should be no spaces inside this paren. (space-in-parens)
(#345) Trailing spaces not allowed. (no-trailing-spaces)
(#347) There should be no spaces inside this paren. (space-in-parens)
(#347) There should be no spaces inside this paren. (space-in-parens)
(#350) There should be no spaces inside this paren. (space-in-parens)
(#350) There should be no spaces inside this paren. (space-in-parens)
(#357) There should be no spaces inside this paren. (space-in-parens)
(#357) There should be no spaces inside this paren. (space-in-parens)
(#359) There should be no spaces inside this paren. (space-in-parens)
(#359) There should be no spaces inside this paren. (space-in-parens)
(#362) There should be no spaces inside this paren. (space-in-parens)
(#362) There should be no spaces inside this paren. (space-in-parens)
(#365) There should be no spaces inside this paren. (space-in-parens)
(#365) There should be no spaces inside this paren. (space-in-parens)
(#366) There should be no spaces inside this paren. (space-in-parens)
(#366) There should be no spaces inside this paren. (space-in-parens)
(#369) There should be no spaces inside this paren. (space-in-parens)
(#369) There should be no spaces inside this paren. (space-in-parens)
(#372) There should be no spaces inside this paren. (space-in-parens)
(#372) There should be no spaces inside this paren. (space-in-parens)
(#379) There should be no spaces inside this paren. (space-in-parens)
(#379) There should be no spaces inside this paren. (space-in-parens)
(#382) There should be no spaces inside this paren. (space-in-parens)
(#382) There should be no spaces inside this paren. (space-in-parens)
(#384) There should be no space after '[' (computed-property-spacing)
(#384) There should be no space before ']' (computed-property-spacing)
(#387) There should be no spaces inside this paren. (space-in-parens)
(#387) There should be no spaces inside this paren. (space-in-parens)
(#388) There should be no spaces inside this paren. (space-in-parens)
(#388) There should be no spaces inside this paren. (space-in-parens)
(#391) There should be no spaces inside this paren. (space-in-parens)
(#391) There should be no spaces inside this paren. (space-in-parens)
(#394) There should be no spaces inside this paren. (space-in-parens)
(#394) There should be no spaces inside this paren. (space-in-parens)
(#399) There should be no spaces inside this paren. (space-in-parens)
(#399) There should be no spaces inside this paren. (space-in-parens)
(#400) There should be no spaces inside this paren. (space-in-parens)
(#400) There should be no spaces inside this paren. (space-in-parens)
(#402) There should be no spaces inside this paren. (space-in-parens)
(#402) There should be no spaces inside this paren. (space-in-parens)
(#402) There should be no spaces inside this paren. (space-in-parens)
(#402) Trailing spaces not allowed. (no-trailing-spaces)
(#403) There should be no spaces inside this paren. (space-in-parens)
(#403) There should be no spaces inside this paren. (space-in-parens)
(#403) There should be no spaces inside this paren. (space-in-parens)
(#403) There should be no spaces inside this paren. (space-in-parens)
(#403) There should be no spaces inside this paren. (space-in-parens)
(#408) There should be no spaces inside this paren. (space-in-parens)
(#408) There should be no spaces inside this paren. (space-in-parens)
(#408) There should be no spaces inside this paren. (space-in-parens)
(#408) There should be no spaces inside this paren. (space-in-parens)
(#410) There should be no space after '[' (computed-property-spacing)
(#410) There should be no space before ']' (computed-property-spacing)
(#412) There should be no spaces inside this paren. (space-in-parens)
(#413) There should be no space after '[' (computed-property-spacing)
(#413) There should be no space before ']' (computed-property-spacing)
(#416) There should be no spaces inside this paren. (space-in-parens)
(#417) There should be no spaces inside this paren. (space-in-parens)
(#417) There should be no spaces inside this paren. (space-in-parens)
(#418) There should be no spaces inside this paren. (space-in-parens)
(#418) There should be no spaces inside this paren. (space-in-parens)
(#419) There should be no spaces inside this paren. (space-in-parens)
(#419) There should be no spaces inside this paren. (space-in-parens)
(#423) There should be no spaces inside this paren. (space-in-parens)
(#423) There should be no spaces inside this paren. (space-in-parens)
(#425) There should be no spaces inside this paren. (space-in-parens)
(#426) There should be no space after '[' (computed-property-spacing)
(#426) There should be no space before ']' (computed-property-spacing)
(#428) There should be no spaces inside this paren. (space-in-parens)
(#429) There should be no spaces inside this paren. (space-in-parens)
(#429) There should be no spaces inside this paren. (space-in-parens)
(#430) There should be no spaces inside this paren. (space-in-parens)
(#430) There should be no spaces inside this paren. (space-in-parens)
(#436) There should be no spaces inside this paren. (space-in-parens)
(#436) There should be no spaces inside this paren. (space-in-parens)
(#438) There should be no space after '[' (computed-property-spacing)
(#438) There should be no space before ']' (computed-property-spacing)
(#441) There should be no spaces inside this paren. (space-in-parens)
(#441) There should be no spaces inside this paren. (space-in-parens)
(#442) There should be no spaces inside this paren. (space-in-parens)
(#442) There should be no spaces inside this paren. (space-in-parens)
(#446) There should be no spaces inside this paren. (space-in-parens)
(#446) There should be no spaces inside this paren. (space-in-parens)
(#449) There should be no spaces inside this paren. (space-in-parens)
(#449) There should be no spaces inside this paren. (space-in-parens)
(#450) There should be no spaces inside this paren. (space-in-parens)
(#450) There should be no spaces inside this paren. (space-in-parens)
(#452) There should be no space after '[' (computed-property-spacing)
(#452) There should be no space before ']' (computed-property-spacing)
(#455) There should be no spaces inside this paren. (space-in-parens)
(#455) There should be no spaces inside this paren. (space-in-parens)
(#456) There should be no spaces inside this paren. (space-in-parens)
(#456) There should be no spaces inside this paren. (space-in-parens)
(#460) There should be no spaces inside this paren. (space-in-parens)
(#460) There should be no spaces inside this paren. (space-in-parens)
(#464) There should be no spaces inside this paren. (space-in-parens)
(#464) There should be no spaces inside this paren. (space-in-parens)
(#465) There should be no spaces inside this paren. (space-in-parens)
(#465) There should be no spaces inside this paren. (space-in-parens)
(#466) There should be no spaces inside this paren. (space-in-parens)
(#466) There should be no spaces inside this paren. (space-in-parens)
(#468) There should be no spaces inside this paren. (space-in-parens)
(#468) There should be no spaces inside this paren. (space-in-parens)
(#474) Expected to return a value at the end of this function. (consistent-return)
(#474) There should be no spaces inside this paren. (space-in-parens)
(#474) There should be no spaces inside this paren. (space-in-parens)
(#479) There should be no spaces inside this paren. (space-in-parens)
(#479) There should be no spaces inside this paren. (space-in-parens)
(#480) There should be no space after '[' (computed-property-spacing)
(#480) There should be no space before ']' (computed-property-spacing)
(#480) There should be no spaces inside this paren. (space-in-parens)
(#480) There should be no spaces inside this paren. (space-in-parens)
(#482) There should be no spaces inside this paren. (space-in-parens)
(#482) There should be no spaces inside this paren. (space-in-parens)
(#485) There should be no spaces inside this paren. (space-in-parens)
(#485) There should be no spaces inside this paren. (space-in-parens)
(#486) There should be no spaces inside this paren. (space-in-parens)
(#486) There should be no spaces inside this paren. (space-in-parens)
(#486) There should be no space after '[' (computed-property-spacing)
(#486) There should be no space before ']' (computed-property-spacing)
(#486) There should be no spaces inside this paren. (space-in-parens)
(#486) There should be no spaces inside this paren. (space-in-parens)
(#488) There should be no space after '[' (computed-property-spacing)
(#488) There should be no space before ']' (computed-property-spacing)
(#489) There should be no spaces inside this paren. (space-in-parens)
(#489) There should be no spaces inside this paren. (space-in-parens)
(#490) There should be no space after '[' (computed-property-spacing)
(#490) There should be no space before ']' (computed-property-spacing)
(#490) There should be no spaces inside this paren. (space-in-parens)
(#490) There should be no space after '[' (computed-property-spacing)
(#490) There should be no space before ']' (computed-property-spacing)
(#490) There should be no spaces inside this paren. (space-in-parens)
(#491) There should be no spaces inside this paren. (space-in-parens)
(#491) There should be no spaces inside this paren. (space-in-parens)
(#495) There should be no spaces inside this paren. (space-in-parens)
(#495) There should be no spaces inside this paren. (space-in-parens)
(#496) There should be no spaces inside this paren. (space-in-parens)
(#496) There should be no spaces inside this paren. (space-in-parens)
(#506) There should be no spaces inside this paren. (space-in-parens)
(#506) There should be no spaces inside this paren. (space-in-parens)
(#510) There should be no spaces inside this paren. (space-in-parens)
(#510) There should be no spaces inside this paren. (space-in-parens)
(#510) There should be no spaces inside this paren. (space-in-parens)
(#510) There should be no spaces inside this paren. (space-in-parens)
(#514) There should be no spaces inside this paren. (space-in-parens)
(#514) There should be no spaces inside this paren. (space-in-parens)
(#516) There should be no spaces inside this paren. (space-in-parens)
(#516) There should be no spaces inside this paren. (space-in-parens)
(#518) There should be no spaces inside this paren. (space-in-parens)
(#518) There should be no spaces inside this paren. (space-in-parens)
(#519) There should be no spaces inside this paren. (space-in-parens)
(#519) There should be no spaces inside this paren. (space-in-parens)
(#520) There should be no spaces inside this paren. (space-in-parens)
(#520) There should be no spaces inside this paren. (space-in-parens)
(#521) There should be no spaces inside this paren. (space-in-parens)
(#521) There should be no spaces inside this paren. (space-in-parens)
(#522) There should be no spaces inside this paren. (space-in-parens)
(#522) There should be no spaces inside this paren. (space-in-parens)
(#524) There should be no spaces inside this paren. (space-in-parens)
(#524) There should be no spaces inside this paren. (space-in-parens)
(#525) There should be no spaces inside this paren. (space-in-parens)
(#525) There should be no spaces inside this paren. (space-in-parens)
(#531) There should be no spaces inside this paren. (space-in-parens)
(#531) There should be no spaces inside this paren. (space-in-parens)
(#532) There should be no spaces inside this paren. (space-in-parens)
(#532) There should be no spaces inside this paren. (space-in-parens)
(#538) There should be no spaces inside this paren. (space-in-parens)
(#538) There should be no spaces inside this paren. (space-in-parens)
(#544) There should be no spaces inside this paren. (space-in-parens)
(#544) There should be no spaces inside this paren. (space-in-parens)
(#545) There should be no spaces inside this paren. (space-in-parens)
(#545) There should be no spaces inside this paren. (space-in-parens)
(#552) Expected space or tab after '//' in comment. (spaced-comment)
(#556) There should be no spaces inside this paren. (space-in-parens)
(#556) There should be no spaces inside this paren. (space-in-parens)
(#561) Expected space or tab after '//' in comment. (spaced-comment)
(#564) There should be no spaces inside this paren. (space-in-parens)
(#564) There should be no spaces inside this paren. (space-in-parens)
(#569) There should be no spaces inside this paren. (space-in-parens)
(#569) There should be no spaces inside this paren. (space-in-parens)
(#570) There should be no space after '[' (computed-property-spacing)
(#570) There should be no space before ']' (computed-property-spacing)
(#571) There should be no spaces inside this paren. (space-in-parens)
(#571) There should be no spaces inside this paren. (space-in-parens)
(#578) There should be no spaces inside this paren. (space-in-parens)
(#578) Infix operators must be spaced. (space-infix-ops)
(#579) There should be no space after '[' (computed-property-spacing)
(#579) There should be no space before ']' (computed-property-spacing)
(#579) There should be no spaces inside this paren. (space-in-parens)
(#579) There should be no space after '[' (computed-property-spacing)
(#579) There should be no space before ']' (computed-property-spacing)
(#579) There should be no spaces inside this paren. (space-in-parens)
(#585) Trailing spaces not allowed. (no-trailing-spaces)
(#587) There should be no spaces inside this paren. (space-in-parens)
(#587) There should be no spaces inside this paren. (space-in-parens)
(#588) There should be no spaces inside this paren. (space-in-parens)
(#588) There should be no spaces inside this paren. (space-in-parens)
(#591) There should be no spaces inside this paren. (space-in-parens)
(#591) There should be no spaces inside this paren. (space-in-parens)
(#594) There should be no spaces inside this paren. (space-in-parens)
(#594) There should be no spaces inside this paren. (space-in-parens)
(#596) 'alignValue' is not defined. (no-undef)
(#598) There should be no spaces inside this paren. (space-in-parens)
(#598) There should be no spaces inside this paren. (space-in-parens)
(#599) 'alignValue' is not defined. (no-undef)
(#599) There should be no spaces inside this paren. (space-in-parens)
(#599) There should be no spaces inside this paren. (space-in-parens)
(#599) There should be no spaces inside this paren. (space-in-parens)
(#599) There should be no spaces inside this paren. (space-in-parens)
(#604) There should be no spaces inside this paren. (space-in-parens)
(#604) 'alignValue' is not defined. (no-undef)
(#604) There should be no spaces inside this paren. (space-in-parens)
(#614) Trailing spaces not allowed. (no-trailing-spaces)
(#619) There should be no spaces inside this paren. (space-in-parens)
(#619) There should be no spaces inside this paren. (space-in-parens)
(#627) There should be no spaces inside this paren. (space-in-parens)
(#627) There should be no spaces inside this paren. (space-in-parens)
(#628) There should be no spaces inside this paren. (space-in-parens)
(#628) 'j' is defined but never used (no-unused-vars)
(#628) There should be no spaces inside this paren. (space-in-parens)
(#629) There should be no spaces inside this paren. (space-in-parens)
(#629) There should be no spaces inside this paren. (space-in-parens)
(#629) There should be no spaces inside this paren. (space-in-parens)
(#629) There should be no spaces inside this paren. (space-in-parens)
(#630) There should be no space after '[' (computed-property-spacing)
(#630) There should be no space before ']' (computed-property-spacing)
(#631) There should be no spaces inside this paren. (space-in-parens)
(#631) There should be no spaces inside this paren. (space-in-parens)
(#631) There should be no spaces inside this paren. (space-in-parens)
(#631) There should be no spaces inside this paren. (space-in-parens)
(#631) There should be no space after '[' (computed-property-spacing)
(#631) There should be no space before ']' (computed-property-spacing)
(#631) There should be no spaces inside this paren. (space-in-parens)
(#631) There should be no spaces inside this paren. (space-in-parens)
(#632) There should be no spaces inside this paren. (space-in-parens)
(#632) There should be no spaces inside this paren. (space-in-parens)
(#633) There should be no spaces inside this paren. (space-in-parens)
(#633) There should be no spaces inside this paren. (space-in-parens)
(#634) There should be no spaces inside this paren. (space-in-parens)
(#634) There should be no spaces inside this paren. (space-in-parens)
(#635) There should be no spaces inside this paren. (space-in-parens)
(#635) There should be no spaces inside this paren. (space-in-parens)
(#635) There should be no space after '[' (computed-property-spacing)
(#635) There should be no space before ']' (computed-property-spacing)
(#635) There should be no spaces inside this paren. (space-in-parens)
(#635) There should be no space after '{' (object-curly-spacing)
(#635) There should be no space before '}' (object-curly-spacing)
(#635) There should be no spaces inside this paren. (space-in-parens)
(#637) There should be no spaces inside this paren. (space-in-parens)
(#637) There should be no spaces inside this paren. (space-in-parens)
(#638) Line 638 exceeds the maximum line length of 132. (max-len)
(#638) There should be no space after '[' (computed-property-spacing)
(#638) There should be no space before ']' (computed-property-spacing)
(#638) There should be no spaces inside this paren. (space-in-parens)
(#638) There should be no space after '{' (object-curly-spacing)
(#638) There should be no spaces inside this paren. (space-in-parens)
(#638) There should be no spaces inside this paren. (space-in-parens)
(#638) There should be no space before '}' (object-curly-spacing)
(#638) There should be no space after '{' (object-curly-spacing)
(#638) There should be no space before '}' (object-curly-spacing)
(#638) There should be no spaces inside this paren. (space-in-parens)
(#641) There should be no spaces inside this paren. (space-in-parens)
(#641) There should be no spaces inside this paren. (space-in-parens)
(#642) There should be no spaces inside this paren. (space-in-parens)
(#642) There should be no spaces inside this paren. (space-in-parens)
(#642) There should be no space after '[' (computed-property-spacing)
(#642) There should be no space before ']' (computed-property-spacing)
(#642) There should be no spaces inside this paren. (space-in-parens)
(#642) There should be no space after '{' (object-curly-spacing)
(#642) There should be no spaces inside this paren. (space-in-parens)
(#642) There should be no spaces inside this paren. (space-in-parens)
(#642) There should be no space before '}' (object-curly-spacing)
(#642) There should be no spaces inside this paren. (space-in-parens)
(#644) There should be no spaces inside this paren. (space-in-parens)
(#644) There should be no spaces inside this paren. (space-in-parens)
(#645) Line 645 exceeds the maximum line length of 132. (max-len)
(#645) There should be no space after '[' (computed-property-spacing)
(#645) There should be no space before ']' (computed-property-spacing)
(#645) There should be no spaces inside this paren. (space-in-parens)
(#645) There should be no space after '{' (object-curly-spacing)
(#645) There should be no spaces inside this paren. (space-in-parens)
(#645) There should be no spaces inside this paren. (space-in-parens)
(#645) There should be no space before '}' (object-curly-spacing)
(#645) There should be no space after '{' (object-curly-spacing)
(#645) There should be no space before '}' (object-curly-spacing)
(#645) There should be no spaces inside this paren. (space-in-parens)
(#655) There should be no spaces inside this paren. (space-in-parens)
(#655) There should be no spaces inside this paren. (space-in-parens)
(#656) There should be no spaces inside this paren. (space-in-parens)
(#656) There should be no spaces inside this paren. (space-in-parens)
(#656) There should be no spaces inside this paren. (space-in-parens)
(#656) There should be no spaces inside this paren. (space-in-parens)
(#658) There should be no space after '[' (computed-property-spacing)
(#658) There should be no space before ']' (computed-property-spacing)
(#659) There should be no spaces inside this paren. (space-in-parens)
(#659) There should be no spaces inside this paren. (space-in-parens)
(#659) There should be no space after '[' (computed-property-spacing)
(#659) There should be no space before ']' (computed-property-spacing)
(#659) There should be no spaces inside this paren. (space-in-parens)
(#659) There should be no spaces inside this paren. (space-in-parens)
(#661) There should be no spaces inside this paren. (space-in-parens)
(#661) There should be no spaces inside this paren. (space-in-parens)
(#662) There should be no spaces inside this paren. (space-in-parens)
(#662) There should be no spaces inside this paren. (space-in-parens)
(#662) There should be no space after '[' (computed-property-spacing)
(#662) There should be no space before ']' (computed-property-spacing)
(#662) There should be no spaces inside this paren. (space-in-parens)
(#662) There should be no space after '{' (object-curly-spacing)
(#662) There should be no space before '}' (object-curly-spacing)
(#662) There should be no spaces inside this paren. (space-in-parens)
(#664) There should be no spaces inside this paren. (space-in-parens)
(#664) There should be no spaces inside this paren. (space-in-parens)
(#665) Line 665 exceeds the maximum line length of 132. (max-len)
(#665) There should be no space after '[' (computed-property-spacing)
(#665) There should be no space before ']' (computed-property-spacing)
(#665) There should be no spaces inside this paren. (space-in-parens)
(#665) There should be no space after '{' (object-curly-spacing)
(#665) There should be no spaces inside this paren. (space-in-parens)
(#665) There should be no spaces inside this paren. (space-in-parens)
(#665) There should be no space before '}' (object-curly-spacing)
(#665) There should be no space after '{' (object-curly-spacing)
(#665) There should be no space before '}' (object-curly-spacing)
(#665) There should be no spaces inside this paren. (space-in-parens)
(#667) There should be no spaces inside this paren. (space-in-parens)
(#667) There should be no spaces inside this paren. (space-in-parens)
(#668) There should be no spaces inside this paren. (space-in-parens)
(#668) There should be no spaces inside this paren. (space-in-parens)
(#668) There should be no space after '[' (computed-property-spacing)
(#668) There should be no space before ']' (computed-property-spacing)
(#668) There should be no spaces inside this paren. (space-in-parens)
(#668) There should be no space after '{' (object-curly-spacing)
(#668) There should be no space before '}' (object-curly-spacing)
(#668) There should be no spaces inside this paren. (space-in-parens)
(#670) There should be no spaces inside this paren. (space-in-parens)
(#670) There should be no spaces inside this paren. (space-in-parens)
(#671) Line 671 exceeds the maximum line length of 132. (max-len)
(#671) There should be no space after '[' (computed-property-spacing)
(#671) There should be no space before ']' (computed-property-spacing)
(#671) There should be no spaces inside this paren. (space-in-parens)
(#671) There should be no space after '{' (object-curly-spacing)
(#671) There should be no spaces inside this paren. (space-in-parens)
(#671) There should be no spaces inside this paren. (space-in-parens)
(#671) There should be no space before '}' (object-curly-spacing)
(#671) There should be no space after '{' (object-curly-spacing)
(#671) There should be no space before '}' (object-curly-spacing)
(#671) There should be no spaces inside this paren. (space-in-parens)
(#678) There should be no spaces inside this paren. (space-in-parens)
(#682) 'jQuery' is not defined. (no-undef)
mod/offlinequiz/lib/jquery/ui/jquery.ui.sortable.js
(#15) There should be no spaces inside this paren. (space-in-parens)
(#15) 'undefined' is defined but never used (no-unused-vars)
(#15) There should be no spaces inside this paren. (space-in-parens)
(#45) 'o' is defined but never used (no-unused-vars)
(#49) Expected space or tab after '//' in comment. (spaced-comment)
(#52) Expected space or tab after '//' in comment. (spaced-comment)
(#53) Line 53 exceeds the maximum line length of 132. (max-len)
(#55) Expected space or tab after '//' in comment. (spaced-comment)
(#58) Expected space or tab after '//' in comment. (spaced-comment)
(#70) Expected { after 'for' condition. (curly)
(#70) There should be no spaces inside this paren. (space-in-parens)
(#70) There should be no spaces inside this paren. (space-in-parens)
(#76) Missing space before opening brace. (space-before-blocks)
(#77) There should be no spaces inside this paren. (space-in-parens)
(#77) There should be no spaces inside this paren. (space-in-parens)
(#78) There should be no space after '[' (computed-property-spacing)
(#78) There should be no space before ']' (computed-property-spacing)
(#79) Trailing spaces not allowed. (no-trailing-spaces)
(#81) Unexpected newline between object and [ of property access. (no-unexpected-multiline)
(#81) There should be no space after '[' (computed-property-spacing)
(#81) There should be no spaces inside this paren. (space-in-parens)
(#81) There should be no spaces inside this paren. (space-in-parens)
(#94) Expected { after 'if' condition. (curly)
(#94) Expected space(s) after "if". (keyword-spacing)
(#96) Expected space or tab after '//' in comment. (spaced-comment)
(#99) Expected space or tab after '//' in comment. (spaced-comment)
(#100) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#100) 'nodes' is defined but never used (no-unused-vars)
(#100) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#100) Expected to return a value at the end of this function. (consistent-return)
(#101) Expected space(s) after "if". (keyword-spacing)
(#106) Expected space(s) after "if". (keyword-spacing)
(#106) Expected { after 'if' condition. (curly)
(#108) Expected { after 'if' condition. (curly)
(#108) Expected space(s) after "if". (keyword-spacing)
(#109) Expected space(s) after "if". (keyword-spacing)
(#112) Line 112 exceeds the maximum line length of 132. (max-len)
(#112) Expected space(s) after "if". (keyword-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)
(#112) Statement inside of curly braces should be on next line. (brace-style)
(#112) Expected { after 'if' condition. (curly)
(#113) Expected space(s) after "if". (keyword-spacing)
(#113) Expected { after 'if' condition. (curly)
(#124) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#127) Expected space or tab after '//' in comment. (spaced-comment)
(#130) Expected space or tab after '//' in comment. (spaced-comment)
(#133) Expected space or tab after '//' in comment. (spaced-comment)
(#141) Expected space or tab after '//' in comment. (spaced-comment)
(#144) Expected space or tab after '//' in comment. (spaced-comment)
(#147) Expected space or tab after '//' in comment. (spaced-comment)
(#160) Expected space or tab after '//' in comment. (spaced-comment)
(#165) Line 165 exceeds the maximum line length of 132. (max-len)
(#165) Expected space or tab after '//' in comment. (spaced-comment)
(#168) Expected space or tab after '//' in comment. (spaced-comment)
(#173) Expected space or tab after '//' in comment. (spaced-comment)
(#174) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#176) Expected space or tab after '//' in comment. (spaced-comment)
(#177) There should be no space after '{' (object-curly-spacing)
(#177) There should be no space before '}' (object-curly-spacing)
(#179) Line 179 exceeds the maximum line length of 132. (max-len)
(#179) Expected space or tab after '//' in comment. (spaced-comment)
(#180) Expected space(s) after "if". (keyword-spacing)
(#184) Expected space or tab after '//' in comment. (spaced-comment)
(#187) Expected space or tab after '//' in comment. (spaced-comment)
(#188) Expected { after 'if' condition. (curly)
(#188) Expected space(s) after "if". (keyword-spacing)
(#191) Expected space(s) after "if". (keyword-spacing)
(#192) Expected { after 'if' condition. (curly)
(#196) Expected space(s) after "if". (keyword-spacing)
(#197) Expected { after 'if' condition. (curly)
(#201) Expected space(s) after "if". (keyword-spacing)
(#202) Expected { after 'if' condition. (curly)
(#206) Expected space or tab after '//' in comment. (spaced-comment)
(#207) Expected space(s) after "if". (keyword-spacing)
(#207) Expected { after 'if' condition. (curly)
(#210) Expected space or tab after '//' in comment. (spaced-comment)
(#213) Expected space or tab after '//' in comment. (spaced-comment)
(#214) Expected space(s) after "if". (keyword-spacing)
(#214) Expected { after 'if' condition. (curly)
(#218) Expected space or tab after '//' in comment. (spaced-comment)
(#219) Expected space(s) after "if". (keyword-spacing)
(#220) Line 220 exceeds the maximum line length of 132. (max-len)
(#220) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#220) Statement inside of curly braces should be on next line. (brace-style)
(#220) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#223) Expected space or tab after '//' in comment. (spaced-comment)
(#224) Expected { after 'if' condition. (curly)
(#224) Expected space(s) after "if". (keyword-spacing)
(#227) Expected { after 'if' condition. (curly)
(#233) Line 233 exceeds the maximum line length of 132. (max-len)
(#233) Expected space or tab after '//' in comment. (spaced-comment)
(#238) Function '_mouseDrag' has a complexity of 26. (complexity)
(#240) Expected space or tab after '//' in comment. (spaced-comment)
(#248) Expected space or tab after '//' in comment. (spaced-comment)
(#249) Expected space(s) after "if". (keyword-spacing)
(#250) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#251) Expected space(s) after "if". (keyword-spacing)
(#253) Expected { after 'if' condition. (curly)
(#253) Expected space(s) after "if". (keyword-spacing)
(#255) Expected space(s) after "if". (keyword-spacing)
(#255) Expected { after 'if' condition. (curly)
(#258) Expected { after 'if' condition. (curly)
(#258) Expected space(s) after "if". (keyword-spacing)
(#260) Expected { after 'if' condition. (curly)
(#260) Expected space(s) after "if". (keyword-spacing)
(#265) Expected space(s) after "if". (keyword-spacing)
(#265) Expected { after 'if' condition. (curly)
(#267) Expected space(s) after "if". (keyword-spacing)
(#267) Expected { after 'if' condition. (curly)
(#270) Expected { after 'if' condition. (curly)
(#270) Expected space(s) after "if". (keyword-spacing)
(#272) Expected space(s) after "if". (keyword-spacing)
(#272) Expected { after 'if' condition. (curly)
(#277) Expected { after 'if' condition. (curly)
(#277) Expected space(s) after "if". (keyword-spacing)
(#281) Expected space or tab after '//' in comment. (spaced-comment)
(#284) Expected space or tab after '//' in comment. (spaced-comment)
(#285) Expected space(s) after "if". (keyword-spacing)
(#285) Expected { after 'if' condition. (curly)
(#285) Infix operators must be spaced. (space-infix-ops)
(#286) Expected { after 'if' condition. (curly)
(#286) Expected space(s) after "if". (keyword-spacing)
(#286) Infix operators must be spaced. (space-infix-ops)
(#288) Expected space or tab after '//' in comment. (spaced-comment)
(#291) Expected space or tab after '//' in comment. (spaced-comment)
(#292) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#292) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#293) Expected { after 'if' condition. (curly)
(#295) Expected space(s) after "if". (keyword-spacing)
(#295) Expected space or tab after '//' in comment. (spaced-comment)
(#296) Line 296 exceeds the maximum line length of 132. (max-len)
(#296) Expected space or tab after '//' in comment. (spaced-comment)
(#297) Expected space or tab after '//' in comment. (spaced-comment)
(#299) Expected space or tab after '//' in comment. (spaced-comment)
(#315) Expected space or tab after '//' in comment. (spaced-comment)
(#318) Expected space or tab after '//' in comment. (spaced-comment)
(#319) Expected space(s) after "if". (keyword-spacing)
(#319) Expected { after 'if' condition. (curly)
(#321) Expected space or tab after '//' in comment. (spaced-comment)
(#331) Expected space(s) after "if". (keyword-spacing)
(#331) Expected { after 'if' condition. (curly)
(#333) Expected space or tab after '//' in comment. (spaced-comment)
(#334) Expected { after 'if' condition. (curly)
(#337) Expected space(s) after "if". (keyword-spacing)
(#344) Line 344 exceeds the maximum line length of 132. (max-len)
(#345) Line 345 exceeds the maximum line length of 132. (max-len)
(#353) Expected no return value. (consistent-return)
(#361) Expected space(s) after "if". (keyword-spacing)
(#363) There should be no space after '{' (object-curly-spacing)
(#363) There should be no space before '}' (object-curly-spacing)
(#365) Expected space(s) after "if". (keyword-spacing)
(#365) Expected { after 'if' condition. (curly)
(#367) Expected { after 'else'. (curly)
(#370) Expected space or tab after '//' in comment. (spaced-comment)
(#371) Missing space before opening brace. (space-before-blocks)
(#373) Expected space(s) after "if". (keyword-spacing)
(#382) Line 382 exceeds the maximum line length of 132. (max-len)
(#382) Expected space or tab after '//' in comment. (spaced-comment)
(#383) Expected space(s) after "if". (keyword-spacing)
(#383) Expected { after 'if' condition. (curly)
(#384) Expected { after 'if' condition. (curly)
(#384) Expected space(s) after "if". (keyword-spacing)
(#393) Expected space(s) after "if". (keyword-spacing)
(#411) Expected space(s) after "if". (keyword-spacing)
(#411) Expected { after 'if' condition. (curly)
(#411) Infix operators must be spaced. (space-infix-ops)
(#411) Infix operators must be spaced. (space-infix-ops)
(#411) Infix operators must be spaced. (space-infix-ops)
(#414) Expected space(s) after "if". (keyword-spacing)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#450) Expected space(s) after "if". (keyword-spacing)
(#450) There should be no spaces inside this paren. (space-in-parens)
(#450) Multiple spaces found before 'this'. (no-multi-spaces)
(#452) Line 452 exceeds the maximum line length of 132. (max-len)
(#460) There should be no spaces inside this paren. (space-in-parens)
(#473) Expected { after 'if' condition. (curly)
(#476) Do not nest ternary expressions (no-nested-ternary)
(#477) There should be no spaces inside this paren. (space-in-parens)
(#477) There should be no spaces inside this paren. (space-in-parens)
(#478) There should be no spaces inside this paren. (space-in-parens)
(#478) There should be no spaces inside this paren. (space-in-parens)
(#484) Line 484 exceeds the maximum line length of 132. (max-len)
(#484) Infix operators must be spaced. (space-infix-ops)
(#485) Line 485 exceeds the maximum line length of 132. (max-len)
(#485) Infix operators must be spaced. (space-infix-ops)
(#492) Line 492 exceeds the maximum line length of 132. (max-len)
(#519) Trailing spaces not allowed. (no-trailing-spaces)
(#522) 'self' is defined but never used (no-unused-vars)
(#527) Expected space(s) after "if". (keyword-spacing)
(#528) 'i' used outside of binding context. (block-scoped-var)
(#528) 'i' used outside of binding context. (block-scoped-var)
(#528) 'i' used outside of binding context. (block-scoped-var)
(#528) Missing space before opening brace. (space-before-blocks)
(#529) 'i' used outside of binding context. (block-scoped-var)
(#530) Missing space before opening brace. (space-before-blocks)
(#532) Expected space(s) after "if". (keyword-spacing)
(#533) Line 533 exceeds the maximum line length of 132. (max-len)
(#535) Unnecessary semicolon. (no-extra-semi)
(#536) Unnecessary semicolon. (no-extra-semi)
(#539) Line 539 exceeds the maximum line length of 132. (max-len)
(#539) There should be no space after '{' (object-curly-spacing)
(#539) There should be no space before '}' (object-curly-spacing)
(#541) 'i' used outside of binding context. (block-scoped-var)
(#541) 'i' is already defined (no-redeclare)
(#541) 'i' used outside of binding context. (block-scoped-var)
(#541) 'i' used outside of binding context. (block-scoped-var)
(#541) Missing space before opening brace. (space-before-blocks)
(#542) 'i' used outside of binding context. (block-scoped-var)
(#545) Unnecessary semicolon. (no-extra-semi)
(#555) Infix operators must be spaced. (space-infix-ops)
(#557) Infix operators must be spaced. (space-infix-ops)
(#558) Expected { after 'if' condition. (curly)
(#558) Expected space(s) after "if". (keyword-spacing)
(#559) A space is required after ','. (comma-spacing)
(#560) Unnecessary semicolon. (no-extra-semi)
(#562) Unnecessary semicolon. (no-extra-semi)
(#571) 'self' is defined but never used (no-unused-vars)
(#572) Line 572 exceeds the maximum line length of 132. (max-len)
(#572) There should be no space after '{' (object-curly-spacing)
(#572) There should be no space before '}' (object-curly-spacing)
(#575) Expected space(s) after "if". (keyword-spacing)
(#576) 'i' used outside of binding context. (block-scoped-var)
(#576) 'i' used outside of binding context. (block-scoped-var)
(#576) 'i' used outside of binding context. (block-scoped-var)
(#576) Missing space before opening brace. (space-before-blocks)
(#577) 'i' used outside of binding context. (block-scoped-var)
(#578) 'j' used outside of binding context. (block-scoped-var)
(#578) 'j' used outside of binding context. (block-scoped-var)
(#578) 'j' used outside of binding context. (block-scoped-var)
(#578) Missing space before opening brace. (space-before-blocks)
(#579) 'j' used outside of binding context. (block-scoped-var)
(#580) Expected space(s) after "if". (keyword-spacing)
(#581) Line 581 exceeds the maximum line length of 132. (max-len)
(#581) There should be no space after '{' (object-curly-spacing)
(#581) There should be no space before '}' (object-curly-spacing)
(#584) Unnecessary semicolon. (no-extra-semi)
(#585) Unnecessary semicolon. (no-extra-semi)
(#588) 'i' used outside of binding context. (block-scoped-var)
(#588) 'i' is already defined (no-redeclare)
(#588) 'i' used outside of binding context. (block-scoped-var)
(#588) 'i' used outside of binding context. (block-scoped-var)
(#589) 'i' used outside of binding context. (block-scoped-var)
(#590) 'i' used outside of binding context. (block-scoped-var)
(#592) 'j' is already defined (no-redeclare)
(#592) 'j' used outside of binding context. (block-scoped-var)
(#592) Infix operators must be spaced. (space-infix-ops)
(#592) 'j' used outside of binding context. (block-scoped-var)
(#592) 'j' used outside of binding context. (block-scoped-var)
(#593) 'j' used outside of binding context. (block-scoped-var)
(#603) Unnecessary semicolon. (no-extra-semi)
(#604) Unnecessary semicolon. (no-extra-semi)
(#610) Line 610 exceeds the maximum line length of 132. (max-len)
(#610) Expected space or tab after '//' in comment. (spaced-comment)
(#611) Expected space(s) after "if". (keyword-spacing)
(#615) 'i' used outside of binding context. (block-scoped-var)
(#615) 'i' used outside of binding context. (block-scoped-var)
(#615) 'i' used outside of binding context. (block-scoped-var)
(#615) Missing space before opening brace. (space-before-blocks)
(#616) 'i' used outside of binding context. (block-scoped-var)
(#625) 'p' used outside of binding context. (block-scoped-var)
(#626) 'p' used outside of binding context. (block-scoped-var)
(#627) 'p' used outside of binding context. (block-scoped-var)
(#628) Unnecessary semicolon. (no-extra-semi)
(#630) Expected space(s) after "if". (keyword-spacing)
(#633) 'i' used outside of binding context. (block-scoped-var)
(#633) 'i' is already defined (no-redeclare)
(#633) 'i' used outside of binding context. (block-scoped-var)
(#633) 'i' used outside of binding context. (block-scoped-var)
(#633) Missing space before opening brace. (space-before-blocks)
(#634) 'p' used outside of binding context. (block-scoped-var)
(#634) 'p' is already defined (no-redeclare)
(#634) 'i' used outside of binding context. (block-scoped-var)
(#635) 'i' used outside of binding context. (block-scoped-var)
(#635) 'p' used outside of binding context. (block-scoped-var)
(#636) 'i' used outside of binding context. (block-scoped-var)
(#636) 'p' used outside of binding context. (block-scoped-var)
(#637) 'i' used outside of binding context. (block-scoped-var)
(#637) 'i' used outside of binding context. (block-scoped-var)
(#638) 'i' used outside of binding context. (block-scoped-var)
(#638) 'i' used outside of binding context. (block-scoped-var)
(#639) Unnecessary semicolon. (no-extra-semi)
(#647) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#649) Expected space(s) after "if". (keyword-spacing)
(#655) Infix operators must be spaced. (space-infix-ops)
(#658) Expected { after 'if' condition. (curly)
(#658) Expected space(s) after "if". (keyword-spacing)
(#667) Expected { after 'if' condition. (curly)
(#667) Expected space(s) after "if". (keyword-spacing)
(#669) Line 669 exceeds the maximum line length of 132. (max-len)
(#669) Expected space or tab after '//' in comment. (spaced-comment)
(#670) Line 670 exceeds the maximum line length of 132. (max-len)
(#670) Expected space(s) after "if". (keyword-spacing)
(#670) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#670) Statement inside of curly braces should be on next line. (brace-style)
(#670) Infix operators must be spaced. (space-infix-ops)
(#670) Infix operators must be spaced. (space-infix-ops)
(#670) Unnecessary semicolon. (no-extra-semi)
(#671) Line 671 exceeds the maximum line length of 132. (max-len)
(#671) Expected space(s) after "if". (keyword-spacing)
(#671) Statement inside of curly braces should be on next line. (brace-style)
(#671) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#671) Infix operators must be spaced. (space-infix-ops)
(#671) Infix operators must be spaced. (space-infix-ops)
(#671) Unnecessary semicolon. (no-extra-semi)
(#676) Expected space or tab after '//' in comment. (spaced-comment)
(#679) Expected space or tab after '//' in comment. (spaced-comment)
(#682) Expected space or tab after '//' in comment. (spaced-comment)
(#688) Trailing spaces not allowed. (no-trailing-spaces)
(#689) Trailing spaces not allowed. (no-trailing-spaces)
(#690) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#690) Trailing spaces not allowed. (no-trailing-spaces)
(#691) Trailing spaces not allowed. (no-trailing-spaces)
(#692) Trailing spaces not allowed. (no-trailing-spaces)
(#693) Missing space before opening brace. (space-before-blocks)
(#695) Trailing spaces not allowed. (no-trailing-spaces)
(#696) Expected space(s) after "if". (keyword-spacing)
(#696) Expected { after 'if' condition. (curly)
(#699) Expected space(s) after "if". (keyword-spacing)
(#701) Trailing spaces not allowed. (no-trailing-spaces)
(#702) Expected space(s) after "if". (keyword-spacing)
(#702) Expected { after 'if' condition. (curly)
(#705) Trailing spaces not allowed. (no-trailing-spaces)
(#707) Trailing spaces not allowed. (no-trailing-spaces)
(#709) Trailing spaces not allowed. (no-trailing-spaces)
(#710) Expected space(s) after "if". (keyword-spacing)
(#717) Trailing spaces not allowed. (no-trailing-spaces)
(#718) Trailing spaces not allowed. (no-trailing-spaces)
(#719) Expected { after 'if' condition. (curly)
(#719) Expected space(s) after "if". (keyword-spacing)
(#719) Trailing spaces not allowed. (no-trailing-spaces)
(#722) Expected space(s) after "if". (keyword-spacing)
(#725) Expected space(s) after "if". (keyword-spacing)
(#725) Trailing spaces not allowed. (no-trailing-spaces)
(#727) Expected space or tab after '//' in comment. (spaced-comment)
(#727) Trailing spaces not allowed. (no-trailing-spaces)
(#728) Line 728 exceeds the maximum line length of 132. (max-len)
(#728) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#728) Trailing spaces not allowed. (no-trailing-spaces)
(#729) Trailing spaces not allowed. (no-trailing-spaces)
(#730) Expected { after 'if' condition. (curly)
(#730) Expected space(s) after "if". (keyword-spacing)
(#730) Trailing spaces not allowed. (no-trailing-spaces)
(#731) Trailing spaces not allowed. (no-trailing-spaces)
(#732) Expected space(s) after "if". (keyword-spacing)
(#732) Trailing spaces not allowed. (no-trailing-spaces)
(#733) Trailing spaces not allowed. (no-trailing-spaces)
(#734) Trailing spaces not allowed. (no-trailing-spaces)
(#735) Trailing spaces not allowed. (no-trailing-spaces)
(#737) Expected { after 'if' condition. (curly)
(#737) Expected space(s) after "if". (keyword-spacing)
(#737) Expected space or tab after '//' in comment. (spaced-comment)
(#737) Trailing spaces not allowed. (no-trailing-spaces)
(#738) Trailing spaces not allowed. (no-trailing-spaces)
(#740) Trailing spaces not allowed. (no-trailing-spaces)
(#741) Line 741 exceeds the maximum line length of 132. (max-len)
(#741) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#741) Trailing spaces not allowed. (no-trailing-spaces)
(#742) Trailing spaces not allowed. (no-trailing-spaces)
(#743) Trailing spaces not allowed. (no-trailing-spaces)
(#745) Expected space or tab after '//' in comment. (spaced-comment)
(#745) Trailing spaces not allowed. (no-trailing-spaces)
(#746) Trailing spaces not allowed. (no-trailing-spaces)
(#747) Trailing spaces not allowed. (no-trailing-spaces)
(#748) Trailing spaces not allowed. (no-trailing-spaces)
(#750) Trailing spaces not allowed. (no-trailing-spaces)
(#751) Trailing spaces not allowed. (no-trailing-spaces)
(#752) Trailing spaces not allowed. (no-trailing-spaces)
(#758) Line 758 exceeds the maximum line length of 132. (max-len)
(#758) Do not nest ternary expressions (no-nested-ternary)
(#760) Expected { after 'if' condition. (curly)
(#760) Expected space(s) after "if". (keyword-spacing)
(#760) Expected space or tab after '//' in comment. (spaced-comment)
(#763) Expected { after 'if' condition. (curly)
(#763) Expected space(s) after "if". (keyword-spacing)
(#764) Line 764 exceeds the maximum line length of 132. (max-len)
(#764) There should be no space after '{' (object-curly-spacing)
(#764) There should be no space before '}' (object-curly-spacing)
(#766) Expected space(s) after "if". (keyword-spacing)
(#766) Expected { after 'if' condition. (curly)
(#767) Expected { after 'if' condition. (curly)
(#767) Expected space(s) after "if". (keyword-spacing)
(#797) Expected space or tab after '//' in comment. (spaced-comment)
(#805) Line 805 exceeds the maximum line length of 132. (max-len)
(#805) Expected space(s) after "if". (keyword-spacing)
(#810) Line 810 exceeds the maximum line length of 132. (max-len)
(#810) Expected { after 'if' condition. (curly)
(#810) Expected space(s) after "if". (keyword-spacing)
(#810) Expected space or tab after '//' in comment. (spaced-comment)
(#811) Expected space or tab after '//' in comment. (spaced-comment)
(#812) There should be no space after '{' (object-curly-spacing)
(#812) There should be no space before '}' (object-curly-spacing)
(#815) A space is required after ','. (comma-spacing)
(#816) A space is required after ','. (comma-spacing)
(#823) Expected space(s) after "if". (keyword-spacing)
(#826) A space is required after ','. (comma-spacing)
(#827) A space is required after ','. (comma-spacing)
(#830) There should be no space after '{' (object-curly-spacing)
(#830) There should be no space before '}' (object-curly-spacing)
(#837) A space is required after ','. (comma-spacing)
(#838) A space is required after ','. (comma-spacing)
(#852) Expected space(s) after "if". (keyword-spacing)
(#852) Expected { after 'if' condition. (curly)
(#853) Expected space(s) after "if". (keyword-spacing)
(#853) Expected { after 'if' condition. (curly)
(#857) Line 857 exceeds the maximum line length of 132. (max-len)
(#860) Expected space(s) after "if". (keyword-spacing)
(#866) Line 866 exceeds the maximum line length of 132. (max-len)
(#866) A space is required after ','. (comma-spacing)
(#866) A space is required after ','. (comma-spacing)
(#867) Line 867 exceeds the maximum line length of 132. (max-len)
(#867) A space is required after ','. (comma-spacing)
(#867) A space is required after ','. (comma-spacing)
(#868) Line 868 exceeds the maximum line length of 132. (max-len)
(#868) Infix operators must be spaced. (space-infix-ops)
(#868) A space is required after ','. (comma-spacing)
(#868) A space is required after ','. (comma-spacing)
(#868) A space is required after ','. (comma-spacing)
(#869) Line 869 exceeds the maximum line length of 132. (max-len)
(#869) Infix operators must be spaced. (space-infix-ops)
(#869) A space is required after ','. (comma-spacing)
(#869) A space is required after ','. (comma-spacing)
(#869) A space is required after ','. (comma-spacing)
(#877) Expected space(s) after "if". (keyword-spacing)
(#877) Expected { after 'if' condition. (curly)
(#879) Line 879 exceeds the maximum line length of 132. (max-len)
(#879) 'o' is defined but never used (no-unused-vars)
(#879) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#879) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#884) Line 884 exceeds the maximum line length of 132. (max-len)
(#885) Line 885 exceeds the maximum line length of 132. (max-len)
(#886) Line 886 exceeds the maximum line length of 132. (max-len)
(#886) There should be no spaces inside this paren. (space-in-parens)
(#886) Do not nest ternary expressions (no-nested-ternary)
(#886) There should be no spaces inside this paren. (space-in-parens)
(#886) There should be no spaces inside this paren. (space-in-parens)
(#886) There should be no spaces inside this paren. (space-in-parens)
(#890) Line 890 exceeds the maximum line length of 132. (max-len)
(#891) Line 891 exceeds the maximum line length of 132. (max-len)
(#892) Line 892 exceeds the maximum line length of 132. (max-len)
(#892) There should be no spaces inside this paren. (space-in-parens)
(#892) Do not nest ternary expressions (no-nested-ternary)
(#892) There should be no spaces inside this paren. (space-in-parens)
(#898) Function '_generatePosition' has a complexity of 24. (complexity)
(#900) Line 900 exceeds the maximum line length of 132. (max-len)
(#900) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#900) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#906) Expected space(s) after "if". (keyword-spacing)
(#918) Expected space(s) after "if". (keyword-spacing)
(#918) Expected space or tab after '//' in comment. (spaced-comment)
(#920) Expected space(s) after "if". (keyword-spacing)
(#921) Expected space(s) after "if". (keyword-spacing)
(#921) Expected { after 'if' condition. (curly)
(#922) Expected { after 'if' condition. (curly)
(#922) Expected space(s) after "if". (keyword-spacing)
(#923) Expected { after 'if' condition. (curly)
(#923) Expected space(s) after "if". (keyword-spacing)
(#924) Expected space(s) after "if". (keyword-spacing)
(#924) Expected { after 'if' condition. (curly)
(#927) Expected space(s) after "if". (keyword-spacing)
(#929) Line 929 exceeds the maximum line length of 132. (max-len)
(#929) Do not nest ternary expressions (no-nested-ternary)
(#929) Do not nest ternary expressions (no-nested-ternary)
(#932) Line 932 exceeds the maximum line length of 132. (max-len)
(#932) Do not nest ternary expressions (no-nested-ternary)
(#932) Do not nest ternary expressions (no-nested-ternary)
(#941) Line 941 exceeds the maximum line length of 132. (max-len)
(#942) Line 942 exceeds the maximum line length of 132. (max-len)
(#943) Line 943 exceeds the maximum line length of 132. (max-len)
(#943) Do not nest ternary expressions (no-nested-ternary)
(#943) There should be no spaces inside this paren. (space-in-parens)
(#943) Do not nest ternary expressions (no-nested-ternary)
(#943) There should be no spaces inside this paren. (space-in-parens)
(#943) There should be no spaces inside this paren. (space-in-parens)
(#943) There should be no spaces inside this paren. (space-in-parens)
(#948) Line 948 exceeds the maximum line length of 132. (max-len)
(#949) Line 949 exceeds the maximum line length of 132. (max-len)
(#950) Line 950 exceeds the maximum line length of 132. (max-len)
(#950) Do not nest ternary expressions (no-nested-ternary)
(#950) There should be no spaces inside this paren. (space-in-parens)
(#950) Do not nest ternary expressions (no-nested-ternary)
(#950) There should be no spaces inside this paren. (space-in-parens)
(#958) Line 958 exceeds the maximum line length of 132. (max-len)
(#958) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#960) Expected space or tab after '//' in comment. (spaced-comment)
(#966) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#969) Expected { after 'if' condition. (curly)
(#969) Expected space(s) after "if". (keyword-spacing)
(#969) Expected space or tab after '//' in comment. (spaced-comment)
(#970) A space is required after ','. (comma-spacing)
(#974) Function '_clear' has a complexity of 28. (complexity)
(#979) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#979) 'self' is defined but never used (no-unused-vars)
(#983) Expected { after 'if' condition. (curly)
(#983) Expected space(s) after "if". (keyword-spacing)
(#986) Expected space(s) after "if". (keyword-spacing)
(#987) Expected space(s) after "for". (keyword-spacing)
(#987) 'i' used outside of binding context. (block-scoped-var)
(#987) 'i' used outside of binding context. (block-scoped-var)
(#987) 'i' used outside of binding context. (block-scoped-var)
(#987) 'i' used outside of binding context. (block-scoped-var)
(#988) Expected { after 'if' condition. (curly)
(#988) Expected space(s) after "if". (keyword-spacing)
(#988) 'i' used outside of binding context. (block-scoped-var)
(#988) 'i' used outside of binding context. (block-scoped-var)
(#988) 'i' used outside of binding context. (block-scoped-var)
(#988) 'i' used outside of binding context. (block-scoped-var)
(#988) 'i' used outside of binding context. (block-scoped-var)
(#988) 'i' used outside of binding context. (block-scoped-var)
(#988) 'i' used outside of binding context. (block-scoped-var)
(#988) 'i' used outside of binding context. (block-scoped-var)
(#988) 'i' used outside of binding context. (block-scoped-var)
(#988) 'i' used outside of binding context. (block-scoped-var)
(#988) 'i' used outside of binding context. (block-scoped-var)
(#988) 'i' used outside of binding context. (block-scoped-var)
(#995) Line 995 exceeds the maximum line length of 132. (max-len)
(#995) Expected { after 'if' condition. (curly)
(#995) Expected space(s) after "if". (keyword-spacing)
(#995) Statement inside of curly braces should be on next line. (brace-style)
(#995) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#996) Line 996 exceeds the maximum line length of 132. (max-len)
(#996) Expected space(s) after "if". (keyword-spacing)
(#996) Expected { after 'if' condition. (curly)
(#996) Statement inside of curly braces should be on next line. (brace-style)
(#996) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#996) Expected space or tab after '//' in comment. (spaced-comment)
(#997) Expected space(s) after "if". (keyword-spacing)
(#997) Expected space or tab after '//' in comment. (spaced-comment)
(#998) Expected space(s) after "if". (keyword-spacing)
(#998) Expected { after 'if' condition. (curly)
(#998) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#998) Statement inside of curly braces should be on next line. (brace-style)
(#999) 'i' used outside of binding context. (block-scoped-var)
(#999) 'i' used outside of binding context. (block-scoped-var)
(#999) 'i' is already defined (no-redeclare)
(#999) 'i' used outside of binding context. (block-scoped-var)
(#999) 'i' used outside of binding context. (block-scoped-var)
(#999) 'i' used outside of binding context. (block-scoped-var)
(#999) 'i' used outside of binding context. (block-scoped-var)
(#999) 'i' used outside of binding context. (block-scoped-var)
(#999) 'i' used outside of binding context. (block-scoped-var)
(#999) 'i' used outside of binding context. (block-scoped-var)
(#999) 'i' used outside of binding context. (block-scoped-var)
(#999) 'i' used outside of binding context. (block-scoped-var)
(#999) 'i' used outside of binding context. (block-scoped-var)
(#999) Missing space before opening brace. (space-before-blocks)
(#1000) Expected space(s) after "if". (keyword-spacing)
(#1000) 'i' used outside of binding context. (block-scoped-var)
(#1000) 'i' used outside of binding context. (block-scoped-var)
(#1000) 'i' used outside of binding context. (block-scoped-var)
(#1000) 'i' used outside of binding context. (block-scoped-var)
(#1001) Line 1001 exceeds the maximum line length of 132. (max-len)
(#1001) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1001) Statement inside of curly braces should be on next line. (brace-style)
(#1001) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#1001) Statement inside of curly braces should be on next line. (brace-style)
(#1001) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1001) Multiple spaces found before '}'. (no-multi-spaces)
(#1001) 'i' used outside of binding context. (block-scoped-var)
(#1001) 'i' used outside of binding context. (block-scoped-var)
(#1001) 'i' used outside of binding context. (block-scoped-var)
(#1001) 'i' used outside of binding context. (block-scoped-var)
(#1002) Line 1002 exceeds the maximum line length of 132. (max-len)
(#1002) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1002) Statement inside of curly braces should be on next line. (brace-style)
(#1002) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#1002) Statement inside of curly braces should be on next line. (brace-style)
(#1002) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1002) Multiple spaces found before '}'. (no-multi-spaces)
(#1002) 'i' used outside of binding context. (block-scoped-var)
(#1002) 'i' used outside of binding context. (block-scoped-var)
(#1002) 'i' used outside of binding context. (block-scoped-var)
(#1002) 'i' used outside of binding context. (block-scoped-var)
(#1004) Unnecessary semicolon. (no-extra-semi)
(#1005) Unnecessary semicolon. (no-extra-semi)
(#1007) Expected space or tab after '//' in comment. (spaced-comment)
(#1008) 'i' used outside of binding context. (block-scoped-var)
(#1008) 'i' used outside of binding context. (block-scoped-var)
(#1008) 'i' is already defined (no-redeclare)
(#1008) 'i' used outside of binding context. (block-scoped-var)
(#1008) 'i' used outside of binding context. (block-scoped-var)
(#1008) 'i' used outside of binding context. (block-scoped-var)
(#1008) 'i' used outside of binding context. (block-scoped-var)
(#1008) 'i' used outside of binding context. (block-scoped-var)
(#1008) 'i' used outside of binding context. (block-scoped-var)
(#1008) 'i' used outside of binding context. (block-scoped-var)
(#1008) 'i' used outside of binding context. (block-scoped-var)
(#1008) 'i' used outside of binding context. (block-scoped-var)
(#1008) 'i' used outside of binding context. (block-scoped-var)
(#1008) Missing space before opening brace. (space-before-blocks)
(#1009) Line 1009 exceeds the maximum line length of 132. (max-len)
(#1009) Expected { after 'if' condition. (curly)
(#1009) Expected space(s) after "if". (keyword-spacing)
(#1009) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1009) Statement inside of curly braces should be on next line. (brace-style)
(#1009) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#1009) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1009) Statement inside of curly braces should be on next line. (brace-style)
(#1009) Multiple spaces found before '}'. (no-multi-spaces)
(#1009) 'i' used outside of binding context. (block-scoped-var)
(#1009) 'i' used outside of binding context. (block-scoped-var)
(#1009) 'i' used outside of binding context. (block-scoped-var)
(#1009) 'i' used outside of binding context. (block-scoped-var)
(#1010) Expected space(s) after "if". (keyword-spacing)
(#1010) 'i' used outside of binding context. (block-scoped-var)
(#1010) 'i' used outside of binding context. (block-scoped-var)
(#1010) 'i' used outside of binding context. (block-scoped-var)
(#1010) 'i' used outside of binding context. (block-scoped-var)
(#1011) Line 1011 exceeds the maximum line length of 132. (max-len)
(#1011) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1011) Statement inside of curly braces should be on next line. (brace-style)
(#1011) Statement inside of curly braces should be on next line. (brace-style)
(#1011) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1011) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#1011) Multiple spaces found before '}'. (no-multi-spaces)
(#1011) 'i' used outside of binding context. (block-scoped-var)
(#1011) 'i' used outside of binding context. (block-scoped-var)
(#1011) 'i' used outside of binding context. (block-scoped-var)
(#1011) 'i' used outside of binding context. (block-scoped-var)
(#1012) 'i' used outside of binding context. (block-scoped-var)
(#1012) 'i' used outside of binding context. (block-scoped-var)
(#1012) 'i' used outside of binding context. (block-scoped-var)
(#1012) 'i' used outside of binding context. (block-scoped-var)
(#1016) Expected space or tab after '//' in comment. (spaced-comment)
(#1017) Expected space(s) after "if". (keyword-spacing)
(#1017) Expected { after 'if' condition. (curly)
(#1017) Expected space or tab after '//' in comment. (spaced-comment)
(#1018) Expected space(s) after "if". (keyword-spacing)
(#1018) Expected { after 'if' condition. (curly)
(#1018) Expected space or tab after '//' in comment. (spaced-comment)
(#1019) Expected space(s) after "if". (keyword-spacing)
(#1019) Expected { after 'if' condition. (curly)
(#1019) Expected space or tab after '//' in comment. (spaced-comment)
(#1022) Expected space(s) after "if". (keyword-spacing)
(#1023) Expected space(s) after "if". (keyword-spacing)
(#1025) Line 1025 exceeds the maximum line length of 132. (max-len)
(#1025) 'i' is already defined (no-redeclare)
(#1025) 'i' used outside of binding context. (block-scoped-var)
(#1025) 'i' used outside of binding context. (block-scoped-var)
(#1025) 'i' used outside of binding context. (block-scoped-var)
(#1025) 'i' used outside of binding context. (block-scoped-var)
(#1025) Infix operators must be spaced. (space-infix-ops)
(#1025) 'i' used outside of binding context. (block-scoped-var)
(#1025) 'i' used outside of binding context. (block-scoped-var)
(#1025) 'i' used outside of binding context. (block-scoped-var)
(#1025) 'i' used outside of binding context. (block-scoped-var)
(#1025) 'i' used outside of binding context. (block-scoped-var)
(#1025) 'i' used outside of binding context. (block-scoped-var)
(#1025) 'i' used outside of binding context. (block-scoped-var)
(#1025) 'i' used outside of binding context. (block-scoped-var)
(#1025) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1025) Statement inside of curly braces should be on next line. (brace-style)
(#1025) 'i' used outside of binding context. (block-scoped-var)
(#1025) 'i' used outside of binding context. (block-scoped-var)
(#1025) 'i' used outside of binding context. (block-scoped-var)
(#1025) 'i' used outside of binding context. (block-scoped-var)
(#1025) Unnecessary semicolon. (no-extra-semi)
(#1025) Expected space or tab after '//' in comment. (spaced-comment)
(#1031) Expected space(s) after "if". (keyword-spacing)
(#1031) Expected { after 'if' condition. (curly)
(#1033) Line 1033 exceeds the maximum line length of 132. (max-len)
(#1033) Expected space or tab after '//' in comment. (spaced-comment)
(#1036) Expected space(s) after "if". (keyword-spacing)
(#1036) Expected { after 'if' condition. (curly)
(#1038) Expected space(s) after "if". (keyword-spacing)
(#1039) 'i' used outside of binding context. (block-scoped-var)
(#1039) 'i' used outside of binding context. (block-scoped-var)
(#1039) 'i' used outside of binding context. (block-scoped-var)
(#1039) 'i' used outside of binding context. (block-scoped-var)
(#1039) 'i' is already defined (no-redeclare)
(#1039) Infix operators must be spaced. (space-infix-ops)
(#1039) 'i' used outside of binding context. (block-scoped-var)
(#1039) 'i' used outside of binding context. (block-scoped-var)
(#1039) 'i' used outside of binding context. (block-scoped-var)
(#1039) 'i' used outside of binding context. (block-scoped-var)
(#1039) 'i' used outside of binding context. (block-scoped-var)
(#1039) 'i' used outside of binding context. (block-scoped-var)
(#1039) 'i' used outside of binding context. (block-scoped-var)
(#1039) 'i' used outside of binding context. (block-scoped-var)
(#1039) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1039) Statement inside of curly braces should be on next line. (brace-style)
(#1039) 'i' used outside of binding context. (block-scoped-var)
(#1039) 'i' used outside of binding context. (block-scoped-var)
(#1039) 'i' used outside of binding context. (block-scoped-var)
(#1039) 'i' used outside of binding context. (block-scoped-var)
(#1039) Unnecessary semicolon. (no-extra-semi)
(#1039) Expected space or tab after '//' in comment. (spaced-comment)
(#1073) 'jQuery' is not defined. (no-undef)
mod/offlinequiz/lib/jquery/ui/jquery.ui.tabs.js
(#14) There should be no spaces inside this paren. (space-in-parens)
(#14) There should be no spaces inside this paren. (space-in-parens)
(#19) Missing JSDoc comment. (require-jsdoc)
(#23) Missing JSDoc comment. (require-jsdoc)
(#27) There should be no spaces inside this paren. (space-in-parens)
(#50) There should be no spaces inside this paren. (space-in-parens)
(#50) There should be no spaces inside this paren. (space-in-parens)
(#53) There should be no spaces inside this paren. (space-in-parens)
(#53) There should be no spaces inside this paren. (space-in-parens)
(#54) There should be no spaces inside this paren. (space-in-parens)
(#54) There should be no spaces inside this paren. (space-in-parens)
(#55) There should be no spaces inside this paren. (space-in-parens)
(#58) There should be no spaces inside this paren. (space-in-parens)
(#58) There should be no spaces inside this paren. (space-in-parens)
(#60) There should be no space after '[' (computed-property-spacing)
(#60) There should be no space before ']' (computed-property-spacing)
(#65) There should be no spaces inside this paren. (space-in-parens)
(#65) There should be no spaces inside this paren. (space-in-parens)
(#66) There should be no spaces inside this paren. (space-in-parens)
(#66) There should be no spaces inside this paren. (space-in-parens)
(#66) There should be no spaces inside this paren. (space-in-parens)
(#66) There should be no spaces inside this paren. (space-in-parens)
(#70) There should be no spaces inside this paren. (space-in-parens)
(#70) There should be no spaces inside this paren. (space-in-parens)
(#72) There should be no spaces inside this paren. (space-in-parens)
(#72) There should be no spaces inside this paren. (space-in-parens)
(#77) There should be no spaces inside this paren. (space-in-parens)
(#77) There should be no spaces inside this paren. (space-in-parens)
(#78) There should be no spaces inside this paren. (space-in-parens)
(#78) There should be no space after '[' (array-bracket-spacing)
(#78) There should be no space before ']' (array-bracket-spacing)
(#78) There should be no spaces inside this paren. (space-in-parens)
(#78) There should be no spaces inside this paren. (space-in-parens)
(#78) There should be no spaces inside this paren. (space-in-parens)
(#78) There should be no spaces inside this paren. (space-in-parens)
(#78) There should be no spaces inside this paren. (space-in-parens)
(#81) There should be no spaces inside this paren. (space-in-parens)
(#81) There should be no spaces inside this paren. (space-in-parens)
(#85) There should be no spaces inside this paren. (space-in-parens)
(#85) There should be no spaces inside this paren. (space-in-parens)
(#91) There should be no spaces inside this paren. (space-in-parens)
(#91) There should be no spaces inside this paren. (space-in-parens)
(#92) There should be no spaces inside this paren. (space-in-parens)
(#92) There should be no spaces inside this paren. (space-in-parens)
(#93) There should be no spaces inside this paren. (space-in-parens)
(#93) There should be no spaces inside this paren. (space-in-parens)
(#95) There should be no spaces inside this paren. (space-in-parens)
(#95) There should be no spaces inside this paren. (space-in-parens)
(#96) There should be no spaces inside this paren. (space-in-parens)
(#96) There should be no spaces inside this paren. (space-in-parens)
(#96) There should be no spaces inside this paren. (space-in-parens)
(#96) There should be no spaces inside this paren. (space-in-parens)
(#96) There should be no spaces inside this paren. (space-in-parens)
(#96) There should be no spaces inside this paren. (space-in-parens)
(#100) Function '_tabify' has a complexity of 23. (complexity)
(#100) There should be no spaces inside this paren. (space-in-parens)
(#100) There should be no spaces inside this paren. (space-in-parens)
(#105) There should be no spaces inside this paren. (space-in-parens)
(#105) There should be no spaces inside this paren. (space-in-parens)
(#105) There should be no spaces inside this paren. (space-in-parens)
(#105) There should be no spaces inside this paren. (space-in-parens)
(#106) There should be no spaces inside this paren. (space-in-parens)
(#106) There should be no spaces inside this paren. (space-in-parens)
(#108) There should be no spaces inside this paren. (space-in-parens)
(#108) There should be no spaces inside this paren. (space-in-parens)
(#108) There should be no space after '[' (computed-property-spacing)
(#108) There should be no space before ']' (computed-property-spacing)
(#110) There should be no spaces inside this paren. (space-in-parens)
(#110) There should be no spaces inside this paren. (space-in-parens)
(#112) There should be no spaces inside this paren. (space-in-parens)
(#112) There should be no spaces inside this paren. (space-in-parens)
(#113) There should be no spaces inside this paren. (space-in-parens)
(#113) There should be no spaces inside this paren. (space-in-parens)
(#113) There should be no spaces inside this paren. (space-in-parens)
(#113) There should be no spaces inside this paren. (space-in-parens)
(#119) There should be no spaces inside this paren. (space-in-parens)
(#119) There should be no spaces inside this paren. (space-in-parens)
(#119) There should be no space after '[' (computed-property-spacing)
(#119) There should be no space before ']' (computed-property-spacing)
(#121) There should be no spaces inside this paren. (space-in-parens)
(#121) There should be no spaces inside this paren. (space-in-parens)
(#121) There should be no spaces inside this paren. (space-in-parens)
(#121) There should be no spaces inside this paren. (space-in-parens)
(#121) There should be no space after '[' (computed-property-spacing)
(#121) There should be no space before ']' (computed-property-spacing)
(#122) There should be no spaces inside this paren. (space-in-parens)
(#122) There should be no spaces inside this paren. (space-in-parens)
(#122) There should be no spaces inside this paren. (space-in-parens)
(#122) There should be no space after '[' (computed-property-spacing)
(#122) There should be no space before ']' (computed-property-spacing)
(#122) There should be no spaces inside this paren. (space-in-parens)
(#122) There should be no spaces inside this paren. (space-in-parens)
(#128) There should be no spaces inside this paren. (space-in-parens)
(#128) There should be no spaces inside this paren. (space-in-parens)
(#128) There should be no spaces inside this paren. (space-in-parens)
(#128) There should be no spaces inside this paren. (space-in-parens)
(#129) There should be no spaces inside this paren. (space-in-parens)
(#129) There should be no spaces inside this paren. (space-in-parens)
(#129) There should be no spaces inside this paren. (space-in-parens)
(#129) There should be no spaces inside this paren. (space-in-parens)
(#129) There should be no spaces inside this paren. (space-in-parens)
(#129) There should be no spaces inside this paren. (space-in-parens)
(#132) There should be no spaces inside this paren. (space-in-parens)
(#132) There should be no spaces inside this paren. (space-in-parens)
(#134) There should be no spaces inside this paren. (space-in-parens)
(#134) There should be no spaces inside this paren. (space-in-parens)
(#138) There should be no spaces inside this paren. (space-in-parens)
(#138) There should be no spaces inside this paren. (space-in-parens)
(#138) There should be no spaces inside this paren. (space-in-parens)
(#138) There should be no spaces inside this paren. (space-in-parens)
(#140) There should be no spaces inside this paren. (space-in-parens)
(#140) There should be no spaces inside this paren. (space-in-parens)
(#142) There should be no spaces inside this paren. (space-in-parens)
(#142) There should be no spaces inside this paren. (space-in-parens)
(#143) There should be no spaces inside this paren. (space-in-parens)
(#143) There should be no spaces inside this paren. (space-in-parens)
(#144) There should be no spaces inside this paren. (space-in-parens)
(#144) There should be no spaces inside this paren. (space-in-parens)
(#145) There should be no spaces inside this paren. (space-in-parens)
(#145) There should be no spaces inside this paren. (space-in-parens)
(#146) There should be no spaces inside this paren. (space-in-parens)
(#146) There should be no spaces inside this paren. (space-in-parens)
(#147) There should be no spaces inside this paren. (space-in-parens)
(#147) There should be no space after '[' (computed-property-spacing)
(#147) There should be no space before ']' (computed-property-spacing)
(#147) There should be no spaces inside this paren. (space-in-parens)
(#148) There should be no spaces inside this paren. (space-in-parens)
(#148) There should be no spaces inside this paren. (space-in-parens)
(#150) There should be no spaces inside this paren. (space-in-parens)
(#150) There should be no spaces inside this paren. (space-in-parens)
(#153) There should be no spaces inside this paren. (space-in-parens)
(#153) There should be no spaces inside this paren. (space-in-parens)
(#158) There should be no spaces inside this paren. (space-in-parens)
(#158) There should be no spaces inside this paren. (space-in-parens)
(#160) There should be no spaces inside this paren. (space-in-parens)
(#160) There should be no spaces inside this paren. (space-in-parens)
(#161) There should be no spaces inside this paren. (space-in-parens)
(#161) There should be no spaces inside this paren. (space-in-parens)
(#162) There should be no spaces inside this paren. (space-in-parens)
(#162) There should be no spaces inside this paren. (space-in-parens)
(#163) There should be no spaces inside this paren. (space-in-parens)
(#163) There should be no spaces inside this paren. (space-in-parens)
(#170) There should be no spaces inside this paren. (space-in-parens)
(#170) There should be no spaces inside this paren. (space-in-parens)
(#171) There should be no spaces inside this paren. (space-in-parens)
(#171) There should be no spaces inside this paren. (space-in-parens)
(#172) Expected to return a value at the end of this function. (consistent-return)
(#172) There should be no spaces inside this paren. (space-in-parens)
(#172) There should be no spaces inside this paren. (space-in-parens)
(#173) There should be no spaces inside this paren. (space-in-parens)
(#173) There should be no spaces inside this paren. (space-in-parens)
(#179) There should be no spaces inside this paren. (space-in-parens)
(#179) There should be no spaces inside this paren. (space-in-parens)
(#180) There should be no spaces inside this paren. (space-in-parens)
(#180) There should be no spaces inside this paren. (space-in-parens)
(#182) There should be no spaces inside this paren. (space-in-parens)
(#182) There should be no spaces inside this paren. (space-in-parens)
(#182) There should be no spaces inside this paren. (space-in-parens)
(#182) There should be no spaces inside this paren. (space-in-parens)
(#183) There should be no spaces inside this paren. (space-in-parens)
(#183) There should be no spaces inside this paren. (space-in-parens)
(#183) There should be no spaces inside this paren. (space-in-parens)
(#183) There should be no spaces inside this paren. (space-in-parens)
(#185) There should be no spaces inside this paren. (space-in-parens)
(#185) There should be no spaces inside this paren. (space-in-parens)
(#186) There should be no spaces inside this paren. (space-in-parens)
(#186) There should be no spaces inside this paren. (space-in-parens)
(#191) There should be no spaces inside this paren. (space-in-parens)
(#191) There should be no spaces inside this paren. (space-in-parens)
(#191) There should be no space after '[' (computed-property-spacing)
(#191) There should be no space before ']' (computed-property-spacing)
(#191) There should be no spaces inside this paren. (space-in-parens)
(#191) There should be no spaces inside this paren. (space-in-parens)
(#198) There should be no spaces inside this paren. (space-in-parens)
(#199) There should be no spaces inside this paren. (space-in-parens)
(#199) There should be no spaces inside this paren. (space-in-parens)
(#199) There should be no spaces inside this paren. (space-in-parens)
(#199) There should be no spaces inside this paren. (space-in-parens)
(#199) 'i' is defined but never used (no-unused-vars)
(#199) There should be no spaces inside this paren. (space-in-parens)
(#200) There should be no spaces inside this paren. (space-in-parens)
(#200) There should be no spaces inside this paren. (space-in-parens)
(#202) There should be no spaces inside this paren. (space-in-parens)
(#204) There should be no spaces inside this paren. (space-in-parens)
(#204) There should be no spaces inside this paren. (space-in-parens)
(#204) There should be no spaces inside this paren. (space-in-parens)
(#204) There should be no spaces inside this paren. (space-in-parens)
(#205) There should be no spaces inside this paren. (space-in-parens)
(#205) There should be no spaces inside this paren. (space-in-parens)
(#205) There should be no spaces inside this paren. (space-in-parens)
(#205) There should be no spaces inside this paren. (space-in-parens)
(#209) There should be no spaces inside this paren. (space-in-parens)
(#209) There should be no spaces inside this paren. (space-in-parens)
(#210) There should be no spaces inside this paren. (space-in-parens)
(#210) There should be no spaces inside this paren. (space-in-parens)
(#212) There should be no spaces inside this paren. (space-in-parens)
(#212) There should be no spaces inside this paren. (space-in-parens)
(#213) There should be no spaces inside this paren. (space-in-parens)
(#213) There should be no spaces inside this paren. (space-in-parens)
(#213) There should be no space after '[' (computed-property-spacing)
(#213) There should be no space before ']' (computed-property-spacing)
(#213) There should be no spaces inside this paren. (space-in-parens)
(#213) There should be no spaces inside this paren. (space-in-parens)
(#213) There should be no spaces inside this paren. (space-in-parens)
(#213) There should be no spaces inside this paren. (space-in-parens)
(#214) There should be no spaces inside this paren. (space-in-parens)
(#214) There should be no spaces inside this paren. (space-in-parens)
(#214) There should be no spaces inside this paren. (space-in-parens)
(#214) There should be no spaces inside this paren. (space-in-parens)
(#217) There should be no spaces inside this paren. (space-in-parens)
(#218) There should be no spaces inside this paren. (space-in-parens)
(#219) Line 219 exceeds the maximum line length of 132. (max-len)
(#219) There should be no spaces inside this paren. (space-in-parens)
(#219) There should be no space after '[' (computed-property-spacing)
(#219) There should be no space before ']' (computed-property-spacing)
(#219) There should be no spaces inside this paren. (space-in-parens)
(#219) There should be no spaces inside this paren. (space-in-parens)
(#219) There should be no space after '[' (computed-property-spacing)
(#219) There should be no space before ']' (computed-property-spacing)
(#219) There should be no spaces inside this paren. (space-in-parens)
(#219) There should be no spaces inside this paren. (space-in-parens)
(#219) There should be no space after '[' (computed-property-spacing)
(#219) There should be no space before ']' (computed-property-spacing)
(#219) There should be no spaces inside this paren. (space-in-parens)
(#219) There should be no spaces inside this paren. (space-in-parens)
(#222) There should be no spaces inside this paren. (space-in-parens)
(#222) There should be no spaces inside this paren. (space-in-parens)
(#227) There should be no spaces inside this paren. (space-in-parens)
(#227) There should be no spaces inside this paren. (space-in-parens)
(#227) There should be no spaces inside this paren. (space-in-parens)
(#228) There should be no spaces inside this paren. (space-in-parens)
(#228) There should be no spaces inside this paren. (space-in-parens)
(#228) There should be no spaces inside this paren. (space-in-parens)
(#228) There should be no spaces inside this paren. (space-in-parens)
(#233) There should be no spaces inside this paren. (space-in-parens)
(#233) There should be no spaces inside this paren. (space-in-parens)
(#233) There should be no spaces inside this paren. (space-in-parens)
(#233) There should be no spaces inside this paren. (space-in-parens)
(#238) There should be no space after '[' (computed-property-spacing)
(#238) There should be no space before ']' (computed-property-spacing)
(#238) There should be no spaces inside this paren. (space-in-parens)
(#238) There should be no spaces inside this paren. (space-in-parens)
(#241) There should be no spaces inside this paren. (space-in-parens)
(#241) There should be no spaces inside this paren. (space-in-parens)
(#242) There should be no spaces inside this paren. (space-in-parens)
(#242) There should be no spaces inside this paren. (space-in-parens)
(#246) There should be no spaces inside this paren. (space-in-parens)
(#246) There should be no spaces inside this paren. (space-in-parens)
(#246) There should be no space after '[' (computed-property-spacing)
(#246) There should be no space before ']' (computed-property-spacing)
(#246) There should be no spaces inside this paren. (space-in-parens)
(#246) There should be no spaces inside this paren. (space-in-parens)
(#247) There should be no spaces inside this paren. (space-in-parens)
(#247) There should be no spaces inside this paren. (space-in-parens)
(#247) There should be no space after '[' (computed-property-spacing)
(#247) There should be no spaces inside this paren. (space-in-parens)
(#247) There should be no spaces inside this paren. (space-in-parens)
(#249) There should be no spaces inside this paren. (space-in-parens)
(#249) There should be no spaces inside this paren. (space-in-parens)
(#249) There should be no spaces inside this paren. (space-in-parens)
(#249) There should be no spaces inside this paren. (space-in-parens)
(#249) There should be no space before ']' (computed-property-spacing)
(#249) There should be no spaces inside this paren. (space-in-parens)
(#249) There should be no spaces inside this paren. (space-in-parens)
(#253) There should be no spaces inside this paren. (space-in-parens)
(#253) There should be no spaces inside this paren. (space-in-parens)
(#254) There should be no spaces inside this paren. (space-in-parens)
(#254) There should be no spaces inside this paren. (space-in-parens)
(#258) There should be no spaces inside this paren. (space-in-parens)
(#258) There should be no spaces inside this paren. (space-in-parens)
(#258) There should be no spaces inside this paren. (space-in-parens)
(#258) There should be no spaces inside this paren. (space-in-parens)
(#260) There should be no spaces inside this paren. (space-in-parens)
(#260) There should be no spaces inside this paren. (space-in-parens)
(#261) There should be no spaces inside this paren. (space-in-parens)
(#261) There should be no spaces inside this paren. (space-in-parens)
(#262) There should be no spaces inside this paren. (space-in-parens)
(#262) There should be no spaces inside this paren. (space-in-parens)
(#262) There should be no spaces inside this paren. (space-in-parens)
(#262) There should be no spaces inside this paren. (space-in-parens)
(#263) There should be no spaces inside this paren. (space-in-parens)
(#263) There should be no spaces inside this paren. (space-in-parens)
(#266) There should be no spaces inside this paren. (space-in-parens)
(#266) There should be no spaces inside this paren. (space-in-parens)
(#267) There should be no spaces inside this paren. (space-in-parens)
(#267) There should be no spaces inside this paren. (space-in-parens)
(#269) There should be no spaces inside this paren. (space-in-parens)
(#269) There should be no space before ','. (comma-spacing)
(#270) There should be no spaces inside this paren. (space-in-parens)
(#270) There should be no spaces inside this paren. (space-in-parens)
(#270) There should be no spaces inside this paren. (space-in-parens)
(#270) There should be no spaces inside this paren. (space-in-parens)
(#272) There should be no spaces inside this paren. (space-in-parens)
(#273) There should be no spaces inside this paren. (space-in-parens)
(#273) There should be no spaces inside this paren. (space-in-parens)
(#273) There should be no spaces inside this paren. (space-in-parens)
(#273) There should be no spaces inside this paren. (space-in-parens)
(#275) There should be no spaces inside this paren. (space-in-parens)
(#276) There should be no spaces inside this paren. (space-in-parens)
(#276) There should be no spaces inside this paren. (space-in-parens)
(#276) There should be no spaces inside this paren. (space-in-parens)
(#276) There should be no spaces inside this paren. (space-in-parens)
(#276) There should be no spaces inside this paren. (space-in-parens)
(#276) There should be no spaces inside this paren. (space-in-parens)
(#278) There should be no spaces inside this paren. (space-in-parens)
(#279) There should be no spaces inside this paren. (space-in-parens)
(#279) There should be no spaces inside this paren. (space-in-parens)
(#279) There should be no spaces inside this paren. (space-in-parens)
(#279) There should be no spaces inside this paren. (space-in-parens)
(#279) There should be no spaces inside this paren. (space-in-parens)
(#279) There should be no spaces inside this paren. (space-in-parens)
(#285) There should be no spaces inside this paren. (space-in-parens)
(#285) There should be no spaces inside this paren. (space-in-parens)
(#286) There should be no spaces inside this paren. (space-in-parens)
(#286) There should be no spaces inside this paren. (space-in-parens)
(#286) There should be no spaces inside this paren. (space-in-parens)
(#286) There should be no spaces inside this paren. (space-in-parens)
(#287) There should be no space after '[' (computed-property-spacing)
(#287) There should be no space before ']' (computed-property-spacing)
(#288) There should be no space after '[' (computed-property-spacing)
(#288) There should be no space before ']' (computed-property-spacing)
(#296) Missing JSDoc comment. (require-jsdoc)
(#296) There should be no spaces inside this paren. (space-in-parens)
(#296) There should be no spaces inside this paren. (space-in-parens)
(#297) There should be no spaces inside this paren. (space-in-parens)
(#297) There should be no spaces inside this paren. (space-in-parens)
(#298) There should be no spaces inside this paren. (space-in-parens)
(#298) There should be no spaces inside this paren. (space-in-parens)
(#299) There should be no space after '[' (computed-property-spacing)
(#299) There should be no space before ']' (computed-property-spacing)
(#299) There should be no spaces inside this paren. (space-in-parens)
(#299) There should be no spaces inside this paren. (space-in-parens)
(#305) There should be no spaces inside this paren. (space-in-parens)
(#305) There should be no spaces inside this paren. (space-in-parens)
(#306) There should be no spaces inside this paren. (space-in-parens)
(#306) There should be no spaces inside this paren. (space-in-parens)
(#306) There should be no spaces inside this paren. (space-in-parens)
(#306) There should be no spaces inside this paren. (space-in-parens)
(#306) There should be no spaces inside this paren. (space-in-parens)
(#306) There should be no spaces inside this paren. (space-in-parens)
(#307) There should be no spaces inside this paren. (space-in-parens)
(#307) There should be no spaces inside this paren. (space-in-parens)
(#308) There should be no spaces inside this paren. (space-in-parens)
(#309) There should be no spaces inside this paren. (space-in-parens)
(#309) There should be no spaces inside this paren. (space-in-parens)
(#310) There should be no spaces inside this paren. (space-in-parens)
(#310) There should be no spaces inside this paren. (space-in-parens)
(#310) There should be no space after '[' (computed-property-spacing)
(#310) There should be no space before ']' (computed-property-spacing)
(#310) There should be no spaces inside this paren. (space-in-parens)
(#310) There should be no spaces inside this paren. (space-in-parens)
(#313) There should be no spaces inside this paren. (space-in-parens)
(#313) There should be no spaces inside this paren. (space-in-parens)
(#314) There should be no spaces inside this paren. (space-in-parens)
(#314) There should be no spaces inside this paren. (space-in-parens)
(#314) There should be no spaces inside this paren. (space-in-parens)
(#314) There should be no spaces inside this paren. (space-in-parens)
(#314) There should be no spaces inside this paren. (space-in-parens)
(#314) There should be no spaces inside this paren. (space-in-parens)
(#315) There should be no spaces inside this paren. (space-in-parens)
(#315) There should be no spaces inside this paren. (space-in-parens)
(#316) There should be no spaces inside this paren. (space-in-parens)
(#316) There should be no spaces inside this paren. (space-in-parens)
(#316) There should be no space after '[' (computed-property-spacing)
(#316) There should be no space before ']' (computed-property-spacing)
(#316) There should be no spaces inside this paren. (space-in-parens)
(#316) There should be no spaces inside this paren. (space-in-parens)
(#321) There should be no spaces inside this paren. (space-in-parens)
(#321) There should be no spaces inside this paren. (space-in-parens)
(#322) There should be no spaces inside this paren. (space-in-parens)
(#323) There should be no spaces inside this paren. (space-in-parens)
(#323) There should be no spaces inside this paren. (space-in-parens)
(#324) There should be no spaces inside this paren. (space-in-parens)
(#324) There should be no spaces inside this paren. (space-in-parens)
(#325) There should be no spaces inside this paren. (space-in-parens)
(#325) There should be no spaces inside this paren. (space-in-parens)
(#326) There should be no spaces inside this paren. (space-in-parens)
(#326) There should be no spaces inside this paren. (space-in-parens)
(#329) There should be no spaces inside this paren. (space-in-parens)
(#329) '$show' is defined but never used (no-unused-vars)
(#329) There should be no spaces inside this paren. (space-in-parens)
(#330) There should be no spaces inside this paren. (space-in-parens)
(#330) There should be no spaces inside this paren. (space-in-parens)
(#331) There should be no spaces inside this paren. (space-in-parens)
(#331) There should be no spaces inside this paren. (space-in-parens)
(#332) There should be no spaces inside this paren. (space-in-parens)
(#332) There should be no spaces inside this paren. (space-in-parens)
(#336) There should be no spaces inside this paren. (space-in-parens)
(#336) Expected to return a value at the end of this function. (consistent-return)
(#338) There should be no spaces inside this paren. (space-in-parens)
(#338) There should be no spaces inside this paren. (space-in-parens)
(#339) There should be no spaces inside this paren. (space-in-parens)
(#339) There should be no spaces inside this paren. (space-in-parens)
(#340) There should be no spaces inside this paren. (space-in-parens)
(#340) There should be no spaces inside this paren. (space-in-parens)
(#340) There should be no spaces inside this paren. (space-in-parens)
(#340) There should be no spaces inside this paren. (space-in-parens)
(#346) There should be no spaces inside this paren. (space-in-parens)
(#346) There should be no spaces inside this paren. (space-in-parens)
(#346) There should be no spaces inside this paren. (space-in-parens)
(#346) There should be no spaces inside this paren. (space-in-parens)
(#347) There should be no spaces inside this paren. (space-in-parens)
(#347) There should be no spaces inside this paren. (space-in-parens)
(#348) There should be no spaces inside this paren. (space-in-parens)
(#348) There should be no spaces inside this paren. (space-in-parens)
(#349) There should be no spaces inside this paren. (space-in-parens)
(#349) There should be no spaces inside this paren. (space-in-parens)
(#350) There should be no spaces inside this paren. (space-in-parens)
(#350) There should be no spaces inside this paren. (space-in-parens)
(#350) There should be no space after '[' (computed-property-spacing)
(#350) There should be no space before ']' (computed-property-spacing)
(#350) There should be no spaces inside this paren. (space-in-parens)
(#350) There should be no spaces inside this paren. (space-in-parens)
(#350) There should be no spaces inside this paren. (space-in-parens)
(#355) There should be no spaces inside this paren. (space-in-parens)
(#355) There should be no spaces inside this paren. (space-in-parens)
(#360) There should be no spaces inside this paren. (space-in-parens)
(#360) There should be no spaces inside this paren. (space-in-parens)
(#361) There should be no spaces inside this paren. (space-in-parens)
(#361) There should be no spaces inside this paren. (space-in-parens)
(#361) There should be no spaces inside this paren. (space-in-parens)
(#361) There should be no spaces inside this paren. (space-in-parens)
(#364) There should be no spaces inside this paren. (space-in-parens)
(#364) There should be no spaces inside this paren. (space-in-parens)
(#365) There should be no spaces inside this paren. (space-in-parens)
(#365) There should be no spaces inside this paren. (space-in-parens)
(#368) There should be no spaces inside this paren. (space-in-parens)
(#369) There should be no spaces inside this paren. (space-in-parens)
(#369) There should be no spaces inside this paren. (space-in-parens)
(#370) There should be no spaces inside this paren. (space-in-parens)
(#370) There should be no spaces inside this paren. (space-in-parens)
(#374) There should be no spaces inside this paren. (space-in-parens)
(#374) There should be no spaces inside this paren. (space-in-parens)
(#375) There should be no spaces inside this paren. (space-in-parens)
(#375) There should be no spaces inside this paren. (space-in-parens)
(#376) There should be no spaces inside this paren. (space-in-parens)
(#376) There should be no spaces inside this paren. (space-in-parens)
(#379) There should be no spaces inside this paren. (space-in-parens)
(#380) There should be no spaces inside this paren. (space-in-parens)
(#380) There should be no spaces inside this paren. (space-in-parens)
(#384) There should be no spaces inside this paren. (space-in-parens)
(#384) There should be no spaces inside this paren. (space-in-parens)
(#384) There should be no spaces inside this paren. (space-in-parens)
(#384) There should be no spaces inside this paren. (space-in-parens)
(#391) There should be no spaces inside this paren. (space-in-parens)
(#391) There should be no spaces inside this paren. (space-in-parens)
(#392) There should be no spaces inside this paren. (space-in-parens)
(#392) There should be no spaces inside this paren. (space-in-parens)
(#396) There should be no spaces inside this paren. (space-in-parens)
(#396) There should be no spaces inside this paren. (space-in-parens)
(#397) There should be no spaces inside this paren. (space-in-parens)
(#397) There should be no spaces inside this paren. (space-in-parens)
(#398) There should be no spaces inside this paren. (space-in-parens)
(#399) There should be no spaces inside this paren. (space-in-parens)
(#399) There should be no spaces inside this paren. (space-in-parens)
(#402) There should be no spaces inside this paren. (space-in-parens)
(#403) There should be no spaces inside this paren. (space-in-parens)
(#403) There should be no spaces inside this paren. (space-in-parens)
(#406) There should be no spaces inside this paren. (space-in-parens)
(#406) There should be no spaces inside this paren. (space-in-parens)
(#406) There should be no spaces inside this paren. (space-in-parens)
(#406) There should be no spaces inside this paren. (space-in-parens)
(#408) Expected an object to be thrown. (no-throw-literal)
(#415) There should be no spaces inside this paren. (space-in-parens)
(#415) There should be no spaces inside this paren. (space-in-parens)
(#421) There should be no spaces inside this paren. (space-in-parens)
(#421) Missing space before opening brace. (space-before-blocks)
(#426) There should be no spaces inside this paren. (space-in-parens)
(#426) There should be no spaces inside this paren. (space-in-parens)
(#429) There should be no spaces inside this paren. (space-in-parens)
(#429) There should be no spaces inside this paren. (space-in-parens)
(#430) There should be no spaces inside this paren. (space-in-parens)
(#430) There should be no spaces inside this paren. (space-in-parens)
(#430) There should be no spaces inside this paren. (space-in-parens)
(#430) There should be no spaces inside this paren. (space-in-parens)
(#442) There should be no spaces inside this paren. (space-in-parens)
(#442) There should be no spaces inside this paren. (space-in-parens)
(#443) There should be no spaces inside this paren. (space-in-parens)
(#443) There should be no spaces inside this paren. (space-in-parens)
(#444) There should be no spaces inside this paren. (space-in-parens)
(#444) There should be no spaces inside this paren. (space-in-parens)
(#446) There should be no spaces inside this paren. (space-in-parens)
(#446) There should be no spaces inside this paren. (space-in-parens)
(#449) There should be no spaces inside this paren. (space-in-parens)
(#449) There should be no spaces inside this paren. (space-in-parens)
(#450) There should be no spaces inside this paren. (space-in-parens)
(#450) There should be no spaces inside this paren. (space-in-parens)
(#453) There should be no spaces inside this paren. (space-in-parens)
(#453) There should be no spaces inside this paren. (space-in-parens)
(#453) There should be no spaces inside this paren. (space-in-parens)
(#453) There should be no spaces inside this paren. (space-in-parens)
(#454) There should be no spaces inside this paren. (space-in-parens)
(#454) There should be no space after '[' (array-bracket-spacing)
(#454) There should be no space before ']' (array-bracket-spacing)
(#454) There should be no spaces inside this paren. (space-in-parens)
(#454) There should be no spaces inside this paren. (space-in-parens)
(#455) There should be no spaces inside this paren. (space-in-parens)
(#455) There should be no spaces inside this paren. (space-in-parens)
(#459) There should be no spaces inside this paren. (space-in-parens)
(#459) There should be no spaces inside this paren. (space-in-parens)
(#459) There should be no spaces inside this paren. (space-in-parens)
(#459) There should be no spaces inside this paren. (space-in-parens)
(#460) There should be no spaces inside this paren. (space-in-parens)
(#460) There should be no spaces inside this paren. (space-in-parens)
(#460) There should be no spaces inside this paren. (space-in-parens)
(#460) There should be no spaces inside this paren. (space-in-parens)
(#461) There should be no spaces inside this paren. (space-in-parens)
(#461) There should be no spaces inside this paren. (space-in-parens)
(#463) There should be no spaces inside this paren. (space-in-parens)
(#463) There should be no spaces inside this paren. (space-in-parens)
(#475) There should be no spaces inside this paren. (space-in-parens)
(#475) There should be no spaces inside this paren. (space-in-parens)
(#475) There should be no spaces inside this paren. (space-in-parens)
(#479) There should be no spaces inside this paren. (space-in-parens)
(#479) There should be no spaces inside this paren. (space-in-parens)
(#480) There should be no spaces inside this paren. (space-in-parens)
(#480) There should be no spaces inside this paren. (space-in-parens)
(#486) There should be no spaces inside this paren. (space-in-parens)
(#486) There should be no spaces inside this paren. (space-in-parens)
(#487) There should be no spaces inside this paren. (space-in-parens)
(#487) There should be no spaces inside this paren. (space-in-parens)
(#493) There should be no spaces inside this paren. (space-in-parens)
(#493) There should be no spaces inside this paren. (space-in-parens)
(#493) There should be no spaces inside this paren. (space-in-parens)
(#493) There should be no spaces inside this paren. (space-in-parens)
(#493) There should be no spaces inside this paren. (space-in-parens)
(#493) There should be no spaces inside this paren. (space-in-parens)
(#494) There should be no spaces inside this paren. (space-in-parens)
(#494) There should be no spaces inside this paren. (space-in-parens)
(#494) There should be no spaces inside this paren. (space-in-parens)
(#494) There should be no spaces inside this paren. (space-in-parens)
(#494) There should be no spaces inside this paren. (space-in-parens)
(#494) There should be no spaces inside this paren. (space-in-parens)
(#494) There should be no spaces inside this paren. (space-in-parens)
(#494) There should be no space after '[' (computed-property-spacing)
(#494) There should be no space before ']' (computed-property-spacing)
(#494) There should be no spaces inside this paren. (space-in-parens)
(#496) There should be no spaces inside this paren. (space-in-parens)
(#496) There should be no spaces inside this paren. (space-in-parens)
(#496) There should be no spaces inside this paren. (space-in-parens)
(#496) There should be no spaces inside this paren. (space-in-parens)
(#499) There should be no spaces inside this paren. (space-in-parens)
(#499) There should be no spaces inside this paren. (space-in-parens)
(#500) There should be no spaces inside this paren. (space-in-parens)
(#500) There should be no spaces inside this paren. (space-in-parens)
(#501) There should be no spaces inside this paren. (space-in-parens)
(#501) There should be no spaces inside this paren. (space-in-parens)
(#502) There should be no spaces inside this paren. (space-in-parens)
(#502) There should be no spaces inside this paren. (space-in-parens)
(#503) There should be no spaces inside this paren. (space-in-parens)
(#503) There should be no spaces inside this paren. (space-in-parens)
(#505) There should be no spaces inside this paren. (space-in-parens)
(#505) There should be no spaces inside this paren. (space-in-parens)
(#507) There should be no spaces inside this paren. (space-in-parens)
(#507) There should be no spaces inside this paren. (space-in-parens)
(#508) There should be no spaces inside this paren. (space-in-parens)
(#508) There should be no spaces inside this paren. (space-in-parens)
(#509) There should be no spaces inside this paren. (space-in-parens)
(#509) There should be no space after '[' (computed-property-spacing)
(#509) There should be no space before ']' (computed-property-spacing)
(#509) There should be no spaces inside this paren. (space-in-parens)
(#511) There should be no spaces inside this paren. (space-in-parens)
(#511) There should be no space after '[' (computed-property-spacing)
(#511) There should be no space before ']' (computed-property-spacing)
(#511) There should be no spaces inside this paren. (space-in-parens)
(#512) There should be no spaces inside this paren. (space-in-parens)
(#512) There should be no space after '[' (computed-property-spacing)
(#512) There should be no space before ']' (computed-property-spacing)
(#512) There should be no spaces inside this paren. (space-in-parens)
(#515) There should be no spaces inside this paren. (space-in-parens)
(#515) There should be no spaces inside this paren. (space-in-parens)
(#515) 'i' is defined but never used (no-unused-vars)
(#515) There should be no spaces inside this paren. (space-in-parens)
(#521) There should be no spaces inside this paren. (space-in-parens)
(#521) There should be no spaces inside this paren. (space-in-parens)
(#523) There should be no spaces inside this paren. (space-in-parens)
(#523) There should be no spaces inside this paren. (space-in-parens)
(#524) There should be no spaces inside this paren. (space-in-parens)
(#524) There should be no spaces inside this paren. (space-in-parens)
(#525) There should be no spaces inside this paren. (space-in-parens)
(#526) There should be no spaces inside this paren. (space-in-parens)
(#526) There should be no spaces inside this paren. (space-in-parens)
(#526) There should be no space after '[' (computed-property-spacing)
(#526) There should be no space before ']' (computed-property-spacing)
(#526) There should be no space after '[' (computed-property-spacing)
(#526) There should be no space before ']' (computed-property-spacing)
(#526) There should be no spaces inside this paren. (space-in-parens)
(#526) There should be no spaces inside this paren. (space-in-parens)
(#529) There should be no spaces inside this paren. (space-in-parens)
(#529) There should be no spaces inside this paren. (space-in-parens)
(#532) There should be no spaces inside this paren. (space-in-parens)
(#532) There should be no spaces inside this paren. (space-in-parens)
(#532) There should be no space after '[' (computed-property-spacing)
(#532) There should be no space before ']' (computed-property-spacing)
(#532) There should be no space after '[' (computed-property-spacing)
(#532) There should be no space before ']' (computed-property-spacing)
(#532) There should be no spaces inside this paren. (space-in-parens)
(#532) There should be no spaces inside this paren. (space-in-parens)
(#536) There should be no spaces inside this paren. (space-in-parens)
(#536) There should be no spaces inside this paren. (space-in-parens)
(#537) There should be no spaces inside this paren. (space-in-parens)
(#537) There should be no spaces inside this paren. (space-in-parens)
(#539) There should be no spaces inside this paren. (space-in-parens)
(#539) There should be no spaces inside this paren. (space-in-parens)
(#540) There should be no spaces inside this paren. (space-in-parens)
(#540) There should be no spaces inside this paren. (space-in-parens)
(#544) There should be no spaces inside this paren. (space-in-parens)
(#544) There should be no spaces inside this paren. (space-in-parens)
(#544) There should be no spaces inside this paren. (space-in-parens)
(#545) There should be no spaces inside this paren. (space-in-parens)
(#545) There should be no spaces inside this paren. (space-in-parens)
(#545) There should be no spaces inside this paren. (space-in-parens)
(#545) There should be no spaces inside this paren. (space-in-parens)
(#549) There should be no spaces inside this paren. (space-in-parens)
(#549) 'i' is defined but never used (no-unused-vars)
(#552) There should be no spaces inside this paren. (space-in-parens)
(#552) 'i' is defined but never used (no-unused-vars)
(#552) There should be no spaces inside this paren. (space-in-parens)
(#558) There should be no spaces inside this paren. (space-in-parens)
(#558) There should be no spaces inside this paren. (space-in-parens)
(#558) There should be no spaces inside this paren. (space-in-parens)
(#558) There should be no spaces inside this paren. (space-in-parens)
(#558) There should be no space after '[' (computed-property-spacing)
(#558) There should be no space before ']' (computed-property-spacing)
(#558) There should be no space after '[' (computed-property-spacing)
(#558) There should be no space before ']' (computed-property-spacing)
(#558) There should be no spaces inside this paren. (space-in-parens)
(#558) There should be no spaces inside this paren. (space-in-parens)
(#562) There should be no spaces inside this paren. (space-in-parens)
(#562) There should be no spaces inside this paren. (space-in-parens)
(#563) There should be no spaces inside this paren. (space-in-parens)
(#563) There should be no spaces inside this paren. (space-in-parens)
(#565) There should be no spaces inside this paren. (space-in-parens)
(#565) There should be no spaces inside this paren. (space-in-parens)
(#565) There should be no spaces inside this paren. (space-in-parens)
(#565) There should be no spaces inside this paren. (space-in-parens)
(#569) There should be no spaces inside this paren. (space-in-parens)
(#569) There should be no spaces inside this paren. (space-in-parens)
(#569) There should be no spaces inside this paren. (space-in-parens)
(#569) There should be no spaces inside this paren. (space-in-parens)
(#570) There should be no spaces inside this paren. (space-in-parens)
(#570) There should be no spaces inside this paren. (space-in-parens)
(#570) 'i' is defined but never used (no-unused-vars)
(#570) There should be no spaces inside this paren. (space-in-parens)
(#574) There should be no spaces inside this paren. (space-in-parens)
(#574) There should be no spaces inside this paren. (space-in-parens)
(#574) There should be no space after '[' (computed-property-spacing)
(#574) There should be no space before ']' (computed-property-spacing)
(#574) There should be no space after '[' (computed-property-spacing)
(#574) There should be no space before ']' (computed-property-spacing)
(#574) There should be no spaces inside this paren. (space-in-parens)
(#574) There should be no spaces inside this paren. (space-in-parens)
(#575) Expected no return value. (consistent-return)
(#578) There should be no spaces inside this paren. (space-in-parens)
(#578) There should be no spaces inside this paren. (space-in-parens)
(#579) There should be no spaces inside this paren. (space-in-parens)
(#579) There should be no spaces inside this paren. (space-in-parens)
(#580) 'self' is defined but never used (no-unused-vars)
(#580) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#582) There should be no spaces inside this paren. (space-in-parens)
(#582) There should be no spaces inside this paren. (space-in-parens)
(#583) There should be no spaces inside this paren. (space-in-parens)
(#583) There should be no spaces inside this paren. (space-in-parens)
(#583) There should be no spaces inside this paren. (space-in-parens)
(#583) There should be no spaces inside this paren. (space-in-parens)
(#585) There should be no spaces inside this paren. (space-in-parens)
(#585) There should be no spaces inside this paren. (space-in-parens)
(#588) There should be no spaces inside this paren. (space-in-parens)
(#588) There should be no spaces inside this paren. (space-in-parens)
(#588) There should be no space after '[' (computed-property-spacing)
(#588) There should be no space before ']' (computed-property-spacing)
(#588) There should be no space after '[' (computed-property-spacing)
(#588) There should be no space before ']' (computed-property-spacing)
(#588) There should be no spaces inside this paren. (space-in-parens)
(#588) There should be no spaces inside this paren. (space-in-parens)
(#594) There should be no spaces inside this paren. (space-in-parens)
(#594) There should be no spaces inside this paren. (space-in-parens)
(#595) There should be no spaces inside this paren. (space-in-parens)
(#595) There should be no spaces inside this paren. (space-in-parens)
(#596) There should be no spaces inside this paren. (space-in-parens)
(#596) There should be no spaces inside this paren. (space-in-parens)
(#597) There should be no spaces inside this paren. (space-in-parens)
(#597) There should be no spaces inside this paren. (space-in-parens)
(#603) There should be no spaces inside this paren. (space-in-parens)
(#603) There should be no spaces inside this paren. (space-in-parens)
(#603) There should be no spaces inside this paren. (space-in-parens)
(#603) There should be no spaces inside this paren. (space-in-parens)
(#607) There should be no spaces inside this paren. (space-in-parens)
(#607) There should be no spaces inside this paren. (space-in-parens)
(#608) There should be no spaces inside this paren. (space-in-parens)
(#608) There should be no spaces inside this paren. (space-in-parens)
(#611) There should be no spaces inside this paren. (space-in-parens)
(#611) There should be no spaces inside this paren. (space-in-parens)
(#611) There should be no space after '[' (computed-property-spacing)
(#611) There should be no space before ']' (computed-property-spacing)
(#612) There should be no spaces inside this paren. (space-in-parens)
(#612) There should be no spaces inside this paren. (space-in-parens)
(#617) There should be no spaces inside this paren. (space-in-parens)
(#617) There should be no spaces inside this paren. (space-in-parens)
(#617) There should be no spaces inside this paren. (space-in-parens)
(#617) There should be no spaces inside this paren. (space-in-parens)
(#617) There should be no spaces inside this paren. (space-in-parens)
(#617) There should be no spaces inside this paren. (space-in-parens)
(#618) There should be no spaces inside this paren. (space-in-parens)
(#618) There should be no spaces inside this paren. (space-in-parens)
(#623) There should be no spaces inside this paren. (space-in-parens)
(#623) There should be no spaces inside this paren. (space-in-parens)
(#623) There should be no spaces inside this paren. (space-in-parens)
(#623) There should be no spaces inside this paren. (space-in-parens)
(#625) There should be no spaces inside this paren. (space-in-parens)
(#625) There should be no spaces inside this paren. (space-in-parens)
(#626) There should be no spaces inside this paren. (space-in-parens)
(#626) There should be no spaces inside this paren. (space-in-parens)
(#627) There should be no spaces inside this paren. (space-in-parens)
(#627) There should be no spaces inside this paren. (space-in-parens)
(#627) There should be no spaces inside this paren. (space-in-parens)
(#627) There should be no spaces inside this paren. (space-in-parens)
(#630) There should be no spaces inside this paren. (space-in-parens)
(#630) There should be no spaces inside this paren. (space-in-parens)
(#632) There should be no spaces inside this paren. (space-in-parens)
(#632) There should be no spaces inside this paren. (space-in-parens)
(#633) There should be no spaces inside this paren. (space-in-parens)
(#633) There should be no spaces inside this paren. (space-in-parens)
(#633) There should be no spaces inside this paren. (space-in-parens)
(#633) There should be no spaces inside this paren. (space-in-parens)
(#633) There should be no spaces inside this paren. (space-in-parens)
(#633) There should be no spaces inside this paren. (space-in-parens)
(#638) There should be no spaces inside this paren. (space-in-parens)
(#638) There should be no spaces inside this paren. (space-in-parens)
(#639) There should be no spaces inside this paren. (space-in-parens)
(#639) There should be no spaces inside this paren. (space-in-parens)
(#642) There should be no spaces inside this paren. (space-in-parens)
(#642) There should be no spaces inside this paren. (space-in-parens)
(#642) There should be no space after '[' (computed-property-spacing)
(#642) There should be no space before ']' (computed-property-spacing)
(#642) There should be no space after '[' (computed-property-spacing)
(#642) There should be no space before ']' (computed-property-spacing)
(#642) There should be no spaces inside this paren. (space-in-parens)
(#642) There should be no spaces inside this paren. (space-in-parens)
(#644) There should be no spaces inside this paren. (space-in-parens)
(#644) There should be no spaces inside this paren. (space-in-parens)
(#646) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#646) There should be no spaces inside this paren. (space-in-parens)
(#646) There should be no spaces inside this paren. (space-in-parens)
(#646) Empty block statement. (no-empty)
(#648) There should be no spaces inside this paren. (space-in-parens)
(#648) 'e' is defined but never used (no-unused-vars)
(#648) There should be no spaces inside this paren. (space-in-parens)
(#652) There should be no spaces inside this paren. (space-in-parens)
(#652) There should be no spaces inside this paren. (space-in-parens)
(#652) There should be no space after '[' (computed-property-spacing)
(#652) There should be no space before ']' (computed-property-spacing)
(#652) There should be no space after '[' (computed-property-spacing)
(#652) There should be no space before ']' (computed-property-spacing)
(#652) There should be no spaces inside this paren. (space-in-parens)
(#652) There should be no spaces inside this paren. (space-in-parens)
(#658) There should be no spaces inside this paren. (space-in-parens)
(#658) There should be no spaces inside this paren. (space-in-parens)
(#660) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#660) There should be no spaces inside this paren. (space-in-parens)
(#660) There should be no spaces inside this paren. (space-in-parens)
(#660) Empty block statement. (no-empty)
(#662) There should be no spaces inside this paren. (space-in-parens)
(#662) There should be no spaces inside this paren. (space-in-parens)
(#665) There should be no spaces inside this paren. (space-in-parens)
(#665) There should be no spaces inside this paren. (space-in-parens)
(#667) Expected no return value. (consistent-return)
(#672) There should be no spaces inside this paren. (space-in-parens)
(#672) There should be no spaces inside this paren. (space-in-parens)
(#673) There should be no spaces inside this paren. (space-in-parens)
(#673) There should be no spaces inside this paren. (space-in-parens)
(#677) There should be no spaces inside this paren. (space-in-parens)
(#677) There should be no spaces inside this paren. (space-in-parens)
(#677) There should be no spaces inside this paren. (space-in-parens)
(#677) There should be no spaces inside this paren. (space-in-parens)
(#677) There should be no spaces inside this paren. (space-in-parens)
(#677) There should be no spaces inside this paren. (space-in-parens)
(#680) There should be no spaces inside this paren. (space-in-parens)
(#680) There should be no spaces inside this paren. (space-in-parens)
(#690) There should be no spaces inside this paren. (space-in-parens)
(#690) There should be no spaces inside this paren. (space-in-parens)
(#691) There should be no spaces inside this paren. (space-in-parens)
(#691) There should be no spaces inside this paren. (space-in-parens)
(#691) There should be no spaces inside this paren. (space-in-parens)
(#691) There should be no spaces inside this paren. (space-in-parens)
(#691) There should be no spaces inside this paren. (space-in-parens)
(#691) There should be no spaces inside this paren. (space-in-parens)
(#700) There should be no spaces inside this paren. (space-in-parens)
(#711) There should be no spaces inside this paren. (space-in-parens)
(#713) There should be no spaces inside this paren. (space-in-parens)
(#713) There should be no spaces inside this paren. (space-in-parens)
(#717) There should be no spaces inside this paren. (space-in-parens)
(#717) There should be no spaces inside this paren. (space-in-parens)
(#717) There should be no spaces inside this paren. (space-in-parens)
(#718) There should be no spaces inside this paren. (space-in-parens)
(#718) There should be no spaces inside this paren. (space-in-parens)
(#721) There should be no spaces inside this paren. (space-in-parens)
(#721) There should be no spaces inside this paren. (space-in-parens)
(#722) There should be no spaces inside this paren. (space-in-parens)
(#723) Trailing spaces not allowed. (no-trailing-spaces)
(#724) There should be no spaces inside this paren. (space-in-parens)
(#724) There should be no spaces inside this paren. (space-in-parens)
(#729) There should be no spaces inside this paren. (space-in-parens)
(#735) There should be no spaces inside this paren. (space-in-parens)
(#735) 'e' is defined but never used (no-unused-vars)
(#735) There should be no spaces inside this paren. (space-in-parens)
(#736) 't' is not defined. (no-undef)
(#741) There should be no spaces inside this paren. (space-in-parens)
(#741) There should be no spaces inside this paren. (space-in-parens)
(#742) There should be no spaces inside this paren. (space-in-parens)
(#742) There should be no spaces inside this paren. (space-in-parens)
(#743) There should be no spaces inside this paren. (space-in-parens)
(#743) There should be no spaces inside this paren. (space-in-parens)
(#747) There should be no spaces inside this paren. (space-in-parens)
(#747) There should be no spaces inside this paren. (space-in-parens)
(#748) There should be no spaces inside this paren. (space-in-parens)
(#748) There should be no spaces inside this paren. (space-in-parens)
(#749) There should be no spaces inside this paren. (space-in-parens)
(#749) There should be no spaces inside this paren. (space-in-parens)
(#758) There should be no spaces inside this paren. (space-in-parens)
(#758) 'jQuery' is not defined. (no-undef)
(#758) There should be no spaces inside this paren. (space-in-parens)
mod/offlinequiz/lib/jquery/ui/jquery.ui.widget.js
(#1) Expected space or tab after '/*' in comment. (spaced-comment)
(#10) There should be no spaces inside this paren. (space-in-parens)
(#10) There should be no spaces inside this paren. (space-in-parens)
(#13) There should be no spaces inside this paren. (space-in-parens)
(#13) There should be no spaces inside this paren. (space-in-parens)
(#15) There should be no spaces inside this paren. (space-in-parens)
(#15) There should be no spaces inside this paren. (space-in-parens)
(#16) There should be no spaces inside this paren. (space-in-parens)
(#16) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#16) There should be no spaces inside this paren. (space-in-parens)
(#17) There should be no spaces inside this paren. (space-in-parens)
(#17) There should be no spaces inside this paren. (space-in-parens)
(#17) There should be no spaces inside this paren. (space-in-parens)
(#17) There should be no spaces inside this paren. (space-in-parens)
(#19) There should be no spaces inside this paren. (space-in-parens)
(#19) There should be no spaces inside this paren. (space-in-parens)
(#23) There should be no spaces inside this paren. (space-in-parens)
(#23) There should be no spaces inside this paren. (space-in-parens)
(#25) There should be no spaces inside this paren. (space-in-parens)
(#25) There should be no spaces inside this paren. (space-in-parens)
(#26) There should be no spaces inside this paren. (space-in-parens)
(#26) There should be no spaces inside this paren. (space-in-parens)
(#26) There should be no space after '[' (array-bracket-spacing)
(#26) There should be no space before ']' (array-bracket-spacing)
(#26) There should be no spaces inside this paren. (space-in-parens)
(#26) There should be no spaces inside this paren. (space-in-parens)
(#27) There should be no spaces inside this paren. (space-in-parens)
(#27) There should be no spaces inside this paren. (space-in-parens)
(#27) There should be no spaces inside this paren. (space-in-parens)
(#27) There should be no space after '[' (array-bracket-spacing)
(#27) There should be no space before ']' (array-bracket-spacing)
(#27) There should be no spaces inside this paren. (space-in-parens)
(#28) There should be no spaces inside this paren. (space-in-parens)
(#28) There should be no spaces inside this paren. (space-in-parens)
(#28) There should be no spaces inside this paren. (space-in-parens)
(#28) There should be no spaces inside this paren. (space-in-parens)
(#32) There should be no spaces inside this paren. (space-in-parens)
(#32) There should be no spaces inside this paren. (space-in-parens)
(#37) There should be no spaces inside this paren. (space-in-parens)
(#37) There should be no spaces inside this paren. (space-in-parens)
(#38) There should be no spaces inside this paren. (space-in-parens)
(#38) There should be no spaces inside this paren. (space-in-parens)
(#38) There should be no space after '[' (computed-property-spacing)
(#38) There should be no space before ']' (computed-property-spacing)
(#40) There should be no spaces inside this paren. (space-in-parens)
(#40) There should be no spaces inside this paren. (space-in-parens)
(#40) There should be no space after '[' (computed-property-spacing)
(#40) There should be no space before ']' (computed-property-spacing)
(#43) There should be no spaces inside this paren. (space-in-parens)
(#43) There should be no spaces inside this paren. (space-in-parens)
(#49) There should be no space after '[' (computed-property-spacing)
(#49) There should be no space before ']' (computed-property-spacing)
(#49) There should be no space after '[' (computed-property-spacing)
(#49) There should be no space before ']' (computed-property-spacing)
(#49) There should be no spaces inside this paren. (space-in-parens)
(#49) There should be no spaces inside this paren. (space-in-parens)
(#50) There should be no spaces inside this paren. (space-in-parens)
(#50) There should be no spaces inside this paren. (space-in-parens)
(#53) There should be no space after '[' (computed-property-spacing)
(#53) There should be no space before ']' (computed-property-spacing)
(#53) There should be no space after '[' (computed-property-spacing)
(#53) There should be no space before ']' (computed-property-spacing)
(#54) There should be no space after '[' (computed-property-spacing)
(#54) There should be no space before ']' (computed-property-spacing)
(#54) There should be no space after '[' (computed-property-spacing)
(#54) There should be no space before ']' (computed-property-spacing)
(#54) There should be no spaces inside this paren. (space-in-parens)
(#54) There should be no spaces inside this paren. (space-in-parens)
(#56) There should be no spaces inside this paren. (space-in-parens)
(#56) There should be no spaces inside this paren. (space-in-parens)
(#57) There should be no spaces inside this paren. (space-in-parens)
(#57) There should be no spaces inside this paren. (space-in-parens)
(#61) A constructor name should not start with a lowercase letter. (new-cap)
(#70) There should be no spaces inside this paren. (space-in-parens)
(#70) There should be no spaces inside this paren. (space-in-parens)
(#71) There should be no space after '[' (computed-property-spacing)
(#71) There should be no space before ']' (computed-property-spacing)
(#71) There should be no space after '[' (computed-property-spacing)
(#71) There should be no space before ']' (computed-property-spacing)
(#71) There should be no spaces inside this paren. (space-in-parens)
(#74) There should be no space after '[' (computed-property-spacing)
(#74) There should be no space before ']' (computed-property-spacing)
(#74) There should be no space after '[' (computed-property-spacing)
(#74) There should be no space before ']' (computed-property-spacing)
(#76) There should be no spaces inside this paren. (space-in-parens)
(#78) There should be no spaces inside this paren. (space-in-parens)
(#78) There should be no space after '[' (computed-property-spacing)
(#78) There should be no space before ']' (computed-property-spacing)
(#78) There should be no space after '[' (computed-property-spacing)
(#78) There should be no space before ']' (computed-property-spacing)
(#78) There should be no spaces inside this paren. (space-in-parens)
(#81) There should be no spaces inside this paren. (space-in-parens)
(#81) There should be no spaces inside this paren. (space-in-parens)
(#82) There should be no space after '[' (computed-property-spacing)
(#82) There should be no space before ']' (computed-property-spacing)
(#82) There should be no spaces inside this paren. (space-in-parens)
(#82) There should be no spaces inside this paren. (space-in-parens)
(#84) There should be no spaces inside this paren. (space-in-parens)
(#84) There should be no spaces inside this paren. (space-in-parens)
(#89) There should be no spaces inside this paren. (space-in-parens)
(#89) There should be no space after '[' (array-bracket-spacing)
(#89) There should be no space before ']' (array-bracket-spacing)
(#89) There should be no spaces inside this paren. (space-in-parens)
(#93) There should be no spaces inside this paren. (space-in-parens)
(#93) There should be no spaces inside this paren. (space-in-parens)
(#93) There should be no spaces inside this paren. (space-in-parens)
(#93) There should be no spaces inside this paren. (space-in-parens)
(#97) There should be no spaces inside this paren. (space-in-parens)
(#97) There should be no spaces inside this paren. (space-in-parens)
(#98) Expected to return a value at the end of this function. (consistent-return)
(#99) There should be no spaces inside this paren. (space-in-parens)
(#99) There should be no spaces inside this paren. (space-in-parens)
(#100) There should be no spaces inside this paren. (space-in-parens)
(#100) There should be no spaces inside this paren. (space-in-parens)
(#101) There should be no space after '[' (computed-property-spacing)
(#101) There should be no space before ']' (computed-property-spacing)
(#101) There should be no spaces inside this paren. (space-in-parens)
(#101) There should be no spaces inside this paren. (space-in-parens)
(#112) There should be no spaces inside this paren. (space-in-parens)
(#112) There should be no spaces inside this paren. (space-in-parens)
(#119) There should be no spaces inside this paren. (space-in-parens)
(#119) There should be no spaces inside this paren. (space-in-parens)
(#120) There should be no spaces inside this paren. (space-in-parens)
(#120) There should be no spaces inside this paren. (space-in-parens)
(#121) There should be no spaces inside this paren. (space-in-parens)
(#121) There should be no spaces inside this paren. (space-in-parens)
(#123) There should be no spaces inside this paren. (space-in-parens)
(#123) A constructor name should not start with a lowercase letter. (new-cap)
(#123) There should be no spaces inside this paren. (space-in-parens)
(#123) There should be no spaces inside this paren. (space-in-parens)
(#123) There should be no spaces inside this paren. (space-in-parens)
(#132) There should be no spaces inside this paren. (space-in-parens)
(#132) There should be no spaces inside this paren. (space-in-parens)
(#134) There should be no spaces inside this paren. (space-in-parens)
(#134) There should be no spaces inside this paren. (space-in-parens)
(#135) There should be no spaces inside this paren. (space-in-parens)
(#135) There should be no spaces inside this paren. (space-in-parens)
(#145) There should be no spaces inside this paren. (space-in-parens)
(#145) There should be no spaces inside this paren. (space-in-parens)
(#148) There should be no spaces inside this paren. (space-in-parens)
(#148) There should be no spaces inside this paren. (space-in-parens)
(#149) There should be no spaces inside this paren. (space-in-parens)
(#149) There should be no spaces inside this paren. (space-in-parens)
(#150) There should be no spaces inside this paren. (space-in-parens)
(#153) There should be no spaces inside this paren. (space-in-parens)
(#156) There should be no spaces inside this paren. (space-in-parens)
(#161) There should be no spaces inside this paren. (space-in-parens)
(#161) There should be no spaces inside this paren. (space-in-parens)
(#165) There should be no spaces inside this paren. (space-in-parens)
(#165) There should be no spaces inside this paren. (space-in-parens)
(#165) There should be no space after '[' (computed-property-spacing)
(#165) There should be no space before ']' (computed-property-spacing)
(#167) Unexpected empty function. (no-empty-function)
(#168) Unexpected empty function. (no-empty-function)
(#172) There should be no spaces inside this paren. (space-in-parens)
(#172) There should be no spaces inside this paren. (space-in-parens)
(#173) There should be no spaces inside this paren. (space-in-parens)
(#173) There should be no spaces inside this paren. (space-in-parens)
(#175) There should be no spaces inside this paren. (space-in-parens)
(#175) There should be no spaces inside this paren. (space-in-parens)
(#176) There should be no spaces inside this paren. (space-in-parens)
(#176) There should be no spaces inside this paren. (space-in-parens)
(#179) There should be no spaces inside this paren. (space-in-parens)
(#186) There should be no spaces inside this paren. (space-in-parens)
(#186) There should be no spaces inside this paren. (space-in-parens)
(#189) There should be no spaces inside this paren. (space-in-parens)
(#189) There should be no spaces inside this paren. (space-in-parens)
(#191) There should be no spaces inside this paren. (space-in-parens)
(#191) There should be no spaces inside this paren. (space-in-parens)
(#194) Multiple spaces found before '('. (no-multi-spaces)
(#194) There should be no spaces inside this paren. (space-in-parens)
(#195) There should be no spaces inside this paren. (space-in-parens)
(#195) There should be no spaces inside this paren. (space-in-parens)
(#196) There should be no space after '[' (computed-property-spacing)
(#196) There should be no space before ']' (computed-property-spacing)
(#199) There should be no space after '[' (computed-property-spacing)
(#199) There should be no space before ']' (computed-property-spacing)
(#202) There should be no spaces inside this paren. (space-in-parens)
(#202) There should be no spaces inside this paren. (space-in-parens)
(#206) There should be no spaces inside this paren. (space-in-parens)
(#206) There should be no spaces inside this paren. (space-in-parens)
(#208) There should be no spaces inside this paren. (space-in-parens)
(#208) There should be no spaces inside this paren. (space-in-parens)
(#208) There should be no spaces inside this paren. (space-in-parens)
(#209) There should be no spaces inside this paren. (space-in-parens)
(#209) There should be no spaces inside this paren. (space-in-parens)
(#214) There should be no spaces inside this paren. (space-in-parens)
(#214) There should be no spaces inside this paren. (space-in-parens)
(#215) There should be no space after '[' (computed-property-spacing)
(#215) There should be no space before ']' (computed-property-spacing)
(#217) There should be no spaces inside this paren. (space-in-parens)
(#217) There should be no spaces inside this paren. (space-in-parens)
(#219) There should be no space after '[' (computed-property-spacing)
(#219) Unexpected newline between object and [ of property access. (no-unexpected-multiline)
(#221) There should be no spaces inside this paren. (space-in-parens)
(#222) There should be no spaces inside this paren. (space-in-parens)
(#222) There should be no spaces inside this paren. (space-in-parens)
(#229) There should be no spaces inside this paren. (space-in-parens)
(#229) There should be no spaces inside this paren. (space-in-parens)
(#232) There should be no spaces inside this paren. (space-in-parens)
(#232) There should be no spaces inside this paren. (space-in-parens)
(#235) There should be no spaces inside this paren. (space-in-parens)
(#235) There should be no spaces inside this paren. (space-in-parens)
(#236) There should be no space after '[' (computed-property-spacing)
(#236) There should be no space before ']' (computed-property-spacing)
(#238) There should be no spaces inside this paren. (space-in-parens)
(#238) There should be no spaces inside this paren. (space-in-parens)
(#239) There should be no spaces inside this paren. (space-in-parens)
(#241) There should be no spaces inside this paren. (space-in-parens)
(#247) There should be no spaces inside this paren. (space-in-parens)
(#247) There should be no spaces inside this paren. (space-in-parens)
(#248) There should be no spaces inside this paren. (space-in-parens)
(#248) There should be no spaces inside this paren. (space-in-parens)
(#249) There should be no space after '[' (computed-property-spacing)
(#249) There should be no space before ']' (computed-property-spacing)
(#250) There should be no space after '[' (computed-property-spacing)
(#250) There should be no space before ']' (computed-property-spacing)
(#250) There should be no space after '[' (computed-property-spacing)
(#250) There should be no space before ']' (computed-property-spacing)
(#254) There should be no spaces inside this paren. (space-in-parens)
(#254) There should be no spaces inside this paren. (space-in-parens)
(#256) There should be no spaces inside this paren. (space-in-parens)
(#257) There should be no spaces inside this paren. (space-in-parens)
(#257) There should be no spaces inside this paren. (space-in-parens)
(#258) There should be no spaces inside this paren. (space-in-parens)
(#262) There should be no spaces inside this paren. (space-in-parens)
(#262) 'jQuery' is not defined. (no-undef)
(#262) There should be no spaces inside this paren. (space-in-parens)
mod/offlinequiz/lib/jquery/ui/minified/jquery.effects.blind.min.js
(#13) Line 13 exceeds the maximum line length of 132. (max-len)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) Requires a space after '{'. (block-spacing)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) Requires a space after '{'. (block-spacing)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) Requires a space after '{'. (block-spacing)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Missing space before value for key 'overflow'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) Requires a space after '{'. (block-spacing)
(#13) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#14) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Requires a space before '}'. (block-spacing)
(#14) Missing semicolon. (semi)
(#14) Requires a space before '}'. (block-spacing)
(#14) Missing semicolon. (semi)
(#14) Requires a space before '}'. (block-spacing)
(#14) Missing semicolon. (semi)
(#14) Missing semicolon. (semi)
(#14) Requires a space before '}'. (block-spacing)
(#14) 'jQuery' is not defined. (no-undef)
mod/offlinequiz/lib/jquery/ui/minified/jquery.effects.bounce.min.js
(#13) Line 13 exceeds the maximum line length of 132. (max-len)
(#13) Requires a space after '{'. (block-spacing)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Requires a space after '{'. (block-spacing)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) Function 'anonymous' has a complexity of 25. (complexity)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) Requires a space after '{'. (block-spacing)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Missing space before value for key 'margin'. (key-spacing)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Missing space before value for key 'margin'. (key-spacing)
(#13) Infix operators must be spaced. (space-infix-ops)
(#14) Line 14 exceeds the maximum line length of 132. (max-len)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#14) Expected { after 'if' condition. (curly)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Missing space before value for key 'opacity'. (key-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Requires a space before '}'. (block-spacing)
(#14) Expected space(s) before "for". (keyword-spacing)
(#14) Expected space(s) after "for". (keyword-spacing)
(#14) 'g' used outside of binding context. (block-scoped-var)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) 'g' used outside of binding context. (block-scoped-var)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) 'g' used outside of binding context. (block-scoped-var)
(#14) Requires a space after '{'. (block-spacing)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Missing semicolon. (semi)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Expected space(s) before "if". (keyword-spacing)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Requires a space after '{'. (block-spacing)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) 'g' used outside of binding context. (block-scoped-var)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Missing space before value for key 'opacity'. (key-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) 'g' used outside of binding context. (block-scoped-var)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) 'g' used outside of binding context. (block-scoped-var)
(#14) A space is required after ','. (comma-spacing)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Line 15 exceeds the maximum line length of 132. (max-len)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing semicolon. (semi)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Expected space(s) after "else". (keyword-spacing)
(#15) Expected space(s) before "else". (keyword-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) 'j' used outside of binding context. (block-scoped-var)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#15) 'k' used outside of binding context. (block-scoped-var)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) 'j' used outside of binding context. (block-scoped-var)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) 'k' used outside of binding context. (block-scoped-var)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) 'j' used outside of binding context. (block-scoped-var)
(#15) A space is required after ','. (comma-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) 'k' used outside of binding context. (block-scoped-var)
(#15) A space is required after ','. (comma-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing semicolon. (semi)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing semicolon. (semi)
(#15) 'jQuery' is not defined. (no-undef)
mod/offlinequiz/lib/jquery/ui/minified/jquery.effects.clip.min.js
(#13) Line 13 exceeds the maximum line length of 132. (max-len)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) Requires a space after '{'. (block-spacing)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Requires a space after '{'. (block-spacing)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) Requires a space after '{'. (block-spacing)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Missing space before value for key 'overflow'. (key-spacing)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Missing space before value for key 'size'. (key-spacing)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'position'. (key-spacing)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Expected space(s) after "if". (keyword-spacing)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Requires a space after '{'. (block-spacing)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#14) Line 14 exceeds the maximum line length of 132. (max-len)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Missing semicolon. (semi)
(#14) Requires a space before '}'. (block-spacing)
(#14) Expected space(s) before "var". (keyword-spacing)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'queue'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'duration'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'easing'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'complete'. (key-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Requires a space before '}'. (block-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Missing semicolon. (semi)
(#14) Requires a space before '}'. (block-spacing)
(#14) Missing semicolon. (semi)
(#14) Requires a space before '}'. (block-spacing)
(#14) Missing semicolon. (semi)
(#14) 'jQuery' is not defined. (no-undef)
mod/offlinequiz/lib/jquery/ui/minified/jquery.effects.core.min.js
(#10) Line 10 exceeds the maximum line length of 132. (max-len)
(#10) 'jQuery' is not defined. (no-undef)
(#10) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#10) A space is required after ','. (comma-spacing)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Missing JSDoc comment. (require-jsdoc)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected { after 'if' condition. (curly)
(#10) Expected space(s) after "if". (keyword-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Expected space(s) before "return". (keyword-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected space(s) after "if". (keyword-spacing)
(#10) Expected { after 'if' condition. (curly)
(#10) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Expected space(s) after "return". (keyword-spacing)
(#10) Expected space(s) before "return". (keyword-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected space(s) after "if". (keyword-spacing)
(#10) Expected { after 'if' condition. (curly)
(#10) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Unnecessary escape character: \% (no-useless-escape)
(#10) Unnecessary escape character: \% (no-useless-escape)
(#10) Unnecessary escape character: \% (no-useless-escape)
(#10) Expected space(s) after "return". (keyword-spacing)
(#10) Expected space(s) before "return". (keyword-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected space(s) after "if". (keyword-spacing)
(#10) Expected { after 'if' condition. (curly)
(#10) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Expected space(s) after "return". (keyword-spacing)
(#10) Expected space(s) before "return". (keyword-spacing)
(#11) Line 11 exceeds the maximum line length of 132. (max-len)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Expected space(s) after "if". (keyword-spacing)
(#11) Expected { after 'if' condition. (curly)
(#11) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Expected space(s) after "return". (keyword-spacing)
(#11) Expected space(s) before "return". (keyword-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Expected { after 'if' condition. (curly)
(#11) Expected space(s) after "if". (keyword-spacing)
(#11) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#11) Expected space(s) before "return". (keyword-spacing)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Requires a space before '}'. (block-spacing)
(#11) Missing semicolon. (semi)
(#11) Expected space(s) before "function". (keyword-spacing)
(#11) Missing JSDoc comment. (require-jsdoc)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Requires a space after '{'. (block-spacing)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Expected space(s) after "do". (keyword-spacing)
(#11) Requires a space after '{'. (block-spacing)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Expected { after 'if' condition. (curly)
(#11) Expected space(s) after "if". (keyword-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Expected space(s) before "break". (keyword-spacing)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing semicolon. (semi)
(#11) Requires a space before '}'. (block-spacing)
(#11) Expected space(s) after "while". (keyword-spacing)
(#11) Expected space(s) before "while". (keyword-spacing)
(#11) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Missing semicolon. (semi)
(#11) Requires a space before '}'. (block-spacing)
(#11) Missing JSDoc comment. (require-jsdoc)
(#11) Expected space(s) before "function". (keyword-spacing)
(#11) Requires a space after '{'. (block-spacing)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#12) Line 12 exceeds the maximum line length of 132. (max-len)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected { after 'if' condition. (curly)
(#12) Expected space(s) after "if". (keyword-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Expected space(s) after "for". (keyword-spacing)
(#12) Expected space(s) before "for". (keyword-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Requires a space after '{'. (block-spacing)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected space(s) after "if". (keyword-spacing)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Requires a space after '{'. (block-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Requires a space after '{'. (block-spacing)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Expected { after 'else'. (curly)
(#12) Expected space(s) before "else". (keyword-spacing)
(#12) Expected { after 'for-in'. (curly)
(#12) Expected space(s) after "for". (keyword-spacing)
(#12) Expected space(s) after "if". (keyword-spacing)
(#12) Expected { after 'if' condition. (curly)
(#12) Expected space(s) before "if". (keyword-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing JSDoc comment. (require-jsdoc)
(#12) Expected space(s) before "function". (keyword-spacing)
(#12) Requires a space after '{'. (block-spacing)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected space(s) after "for". (keyword-spacing)
(#12) Requires a space after '{'. (block-spacing)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Expected { after 'if' condition. (curly)
(#12) Expected space(s) after "if". (keyword-spacing)
(#12) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Expected space(s) before "delete". (keyword-spacing)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Expected space(s) before "return". (keyword-spacing)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Expected space(s) before "function". (keyword-spacing)
(#12) Missing JSDoc comment. (require-jsdoc)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Requires a space after '{'. (block-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing space before value for key '_'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected { after 'for-in'. (curly)
(#12) Expected space(s) after "for". (keyword-spacing)
(#12) Expected space(s) after "if". (keyword-spacing)
(#12) Expected space(s) before "if". (keyword-spacing)
(#12) Expected { after 'if' condition. (curly)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing JSDoc comment. (require-jsdoc)
(#12) Expected space(s) before "function". (keyword-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Requires a space after '{'. (block-spacing)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Expected space(s) after "if". (keyword-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Requires a space after '{'. (block-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Infix operators must be spaced. (space-infix-ops)
(#13) Line 13 exceeds the maximum line length of 132. (max-len)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Missing semicolon. (semi)
(#13) Requires a space before '}'. (block-spacing)
(#13) Expected space(s) before "if". (keyword-spacing)
(#13) Expected space(s) after "if". (keyword-spacing)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) Requires a space after '{'. (block-spacing)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Requires a space before '}'. (block-spacing)
(#13) Missing semicolon. (semi)
(#13) Expected space(s) before "if". (keyword-spacing)
(#13) Expected space(s) after "if". (keyword-spacing)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) Requires a space after '{'. (block-spacing)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Requires a space before '}'. (block-spacing)
(#13) Missing semicolon. (semi)
(#13) Expected space(s) after "if". (keyword-spacing)
(#13) Expected space(s) before "if". (keyword-spacing)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) Requires a space after '{'. (block-spacing)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Requires a space before '}'. (block-spacing)
(#13) Missing semicolon. (semi)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Do not nest ternary expressions (no-nested-ternary)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Do not nest ternary expressions (no-nested-ternary)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Expected space(s) after "return". (keyword-spacing)
(#13) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing semicolon. (semi)
(#13) Requires a space before '}'. (block-spacing)
(#13) Expected space(s) before "function". (keyword-spacing)
(#13) Missing JSDoc comment. (require-jsdoc)
(#13) Requires a space after '{'. (block-spacing)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) Expected space(s) after "if". (keyword-spacing)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) Expected { after 'if' condition. (curly)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Expected space(s) before "return". (keyword-spacing)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Expected space(s) after "if". (keyword-spacing)
(#13) Expected { after 'if' condition. (curly)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Expected space(s) before "return". (keyword-spacing)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#13) Missing semicolon. (semi)
(#13) Requires a space before '}'. (block-spacing)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#14) Line 14 exceeds the maximum line length of 132. (max-len)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Requires a space after '{'. (block-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Missing semicolon. (semi)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Missing semicolon. (semi)
(#14) Requires a space before '}'. (block-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Missing semicolon. (semi)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Missing space before value for key 'aqua'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'azure'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'beige'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'black'. (key-spacing)
(#15) Line 15 exceeds the maximum line length of 132. (max-len)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'blue'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'brown'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'cyan'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'darkblue'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'darkcyan'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'darkgrey'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'darkgreen'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'darkkhaki'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'darkmagenta'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'darkolivegreen'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'darkorange'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'darkorchid'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'darkred'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'darksalmon'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'darkviolet'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'fuchsia'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'gold'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'green'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'indigo'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'khaki'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'lightblue'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'lightcyan'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'lightgreen'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'lightgrey'. (key-spacing)
(#16) Line 16 exceeds the maximum line length of 132. (max-len)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'lightpink'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'lightyellow'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'lime'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'magenta'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'maroon'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'navy'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'olive'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'orange'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'pink'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'purple'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'violet'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'red'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'silver'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'white'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'yellow'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'transparent'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before value for key 'border'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'borderBottom'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'borderColor'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'borderLeft'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'borderRight'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'borderTop'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'borderWidth'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'margin'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'padding'. (key-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#17) Line 17 exceeds the maximum line length of 132. (max-len)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Requires a space after '{'. (block-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing semicolon. (semi)
(#17) Expected space(s) before "return". (keyword-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Requires a space after '{'. (block-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#17) A space is required after ','. (comma-spacing)
(#17) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing semicolon. (semi)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Requires a space after '{'. (block-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing semicolon. (semi)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing semicolon. (semi)
(#17) Expected { after 'else'. (curly)
(#17) Expected space(s) before "else". (keyword-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing semicolon. (semi)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#18) Line 18 exceeds the maximum line length of 132. (max-len)
(#18) A space is required after ','. (comma-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#18) Requires a space before '}'. (block-spacing)
(#18) Missing semicolon. (semi)
(#18) Missing semicolon. (semi)
(#18) Requires a space before '}'. (block-spacing)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#18) Missing space before value for key '_addClass'. (key-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing space before value for key 'addClass'. (key-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing space before opening brace. (space-before-blocks)
(#18) Requires a space after '{'. (block-spacing)
(#18) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#18) Statement inside of curly braces should be on next line. (brace-style)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing space before value for key 'add'. (key-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Requires a space before '}'. (block-spacing)
(#18) Missing semicolon. (semi)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing space before value for key '_removeClass'. (key-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing space before value for key 'removeClass'. (key-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing space before opening brace. (space-before-blocks)
(#18) Requires a space after '{'. (block-spacing)
(#18) Statement inside of curly braces should be on next line. (brace-style)
(#18) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing space before value for key 'remove'. (key-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Requires a space before '}'. (block-spacing)
(#18) Missing semicolon. (semi)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing space before value for key '_toggleClass'. (key-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing space before value for key 'toggleClass'. (key-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing space before opening brace. (space-before-blocks)
(#18) Requires a space after '{'. (block-spacing)
(#18) Statement inside of curly braces should be on next line. (brace-style)
(#18) Do not nest ternary expressions (no-nested-ternary)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) Missing space before value for key 'add'. (key-spacing)
(#18) Missing space before value for key 'remove'. (key-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) A space is required after ','. (comma-spacing)
(#19) Line 19 exceeds the maximum line length of 132. (max-len)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'toggle'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'switchClass'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'add'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'remove'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'version'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'save'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Expected { after 'for' condition. (curly)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Expected space(s) after "for". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'restore'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Expected space(s) after "for". (keyword-spacing)
(#19) Expected { after 'for' condition. (curly)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'setMode'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Expected { after 'if' condition. (curly)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'getBaseline'. (key-spacing)
(#20) Line 20 exceeds the maximum line length of 132. (max-len)
(#20) Requires a space after '{'. (block-spacing)
(#20) Missing space before opening brace. (space-before-blocks)
(#20) Statement inside of curly braces should be on next line. (brace-style)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Expected space(s) after "switch". (keyword-spacing)
(#20) Requires a space after '{'. (block-spacing)
(#20) Missing space before opening brace. (space-before-blocks)
(#20) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Requires a space before '}'. (block-spacing)
(#20) Missing semicolon. (semi)
(#20) Expected space(s) after "switch". (keyword-spacing)
(#20) Expected space(s) before "switch". (keyword-spacing)
(#20) Missing space before opening brace. (space-before-blocks)
(#20) Requires a space after '{'. (block-spacing)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Missing semicolon. (semi)
(#20) Requires a space before '}'. (block-spacing)
(#20) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#20) Expected space(s) after "return". (keyword-spacing)
(#20) Expected space(s) before "return". (keyword-spacing)
(#20) Missing space before value for key 'x'. (key-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) Missing space before value for key 'y'. (key-spacing)
(#20) Missing semicolon. (semi)
(#20) Requires a space before '}'. (block-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) Missing space before value for key 'createWrapper'. (key-spacing)
(#20) Requires a space after '{'. (block-spacing)
(#20) Missing space before opening brace. (space-before-blocks)
(#20) Statement inside of curly braces should be on next line. (brace-style)
(#20) Expected space(s) after "if". (keyword-spacing)
(#20) Expected { after 'if' condition. (curly)
(#20) Expected space(s) before "return". (keyword-spacing)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Missing space before value for key 'width'. (key-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) Missing space before value for key 'height'. (key-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) Missing space before value for key 'float'. (key-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Missing space before value for key 'fontSize'. (key-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) Missing space before value for key 'background'. (key-spacing)
(#21) Line 21 exceeds the maximum line length of 132. (max-len)
(#21) Missing space before value for key 'border'. (key-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing space before value for key 'margin'. (key-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing space before value for key 'padding'. (key-spacing)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Expected space(s) after "if". (keyword-spacing)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) Requires a space after '{'. (block-spacing)
(#21) Missing space before opening brace. (space-before-blocks)
(#21) Statement inside of curly braces should be on next line. (brace-style)
(#21) Missing space before value for key 'position'. (key-spacing)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#21) Missing space before value for key 'position'. (key-spacing)
(#21) Requires a space before '}'. (block-spacing)
(#21) Missing semicolon. (semi)
(#21) Expected space(s) before "else". (keyword-spacing)
(#21) Expected space(s) after "else". (keyword-spacing)
(#21) Requires a space after '{'. (block-spacing)
(#21) Statement inside of curly braces should be on next line. (brace-style)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing space before value for key 'position'. (key-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing space before value for key 'zIndex'. (key-spacing)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) Requires a space after '{'. (block-spacing)
(#21) Missing space before opening brace. (space-before-blocks)
(#21) Statement inside of curly braces should be on next line. (brace-style)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Expected space(s) after "if". (keyword-spacing)
(#21) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#21) Expected { after 'if' condition. (curly)
(#21) A space is required after ','. (comma-spacing)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) Requires a space before '}'. (block-spacing)
(#21) Missing semicolon. (semi)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#21) Missing space before value for key 'position'. (key-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing space before value for key 'top'. (key-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing space before value for key 'left'. (key-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing space before value for key 'right'. (key-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing space before value for key 'bottom'. (key-spacing)
(#21) Requires a space before '}'. (block-spacing)
(#21) Missing semicolon. (semi)
(#21) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#21) Expected space(s) before "return". (keyword-spacing)
(#21) Requires a space before '}'. (block-spacing)
(#21) Missing semicolon. (semi)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing space before value for key 'removeWrapper'. (key-spacing)
(#21) Missing space before opening brace. (space-before-blocks)
(#21) Requires a space after '{'. (block-spacing)
(#21) Expected { after 'if' condition. (curly)
(#21) Expected space(s) after "if". (keyword-spacing)
(#21) Statement inside of curly braces should be on next line. (brace-style)
(#21) Expected space(s) before "return". (keyword-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Line 22 exceeds the maximum line length of 132. (max-len)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'setTransition'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) 'unit' is not defined. (no-undef)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Expected { after 'if' condition. (curly)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) 'unit' is not defined. (no-undef)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) 'unit' is not defined. (no-undef)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) 'unit' is not defined. (no-undef)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Missing space before value for key 'effect'. (key-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing space before value for key 'options'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'duration'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'callback'. (key-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Expected { after 'if' condition. (curly)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Expected space(s) before "return". (keyword-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) A space is required after ','. (comma-spacing)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key '_show'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'show'. (key-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Expected { after 'if' condition. (curly)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Expected space(s) before "return". (keyword-spacing)
(#22) A space is required after ','. (comma-spacing)
(#23) Expected space(s) after "else". (keyword-spacing)
(#23) Line 23 exceeds the maximum line length of 132. (max-len)
(#23) Requires a space after '{'. (block-spacing)
(#23) Statement inside of curly braces should be on next line. (brace-style)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing whitespace after semicolon. (semi-spacing)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Missing whitespace after semicolon. (semi-spacing)
(#23) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#23) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#23) A space is required after ','. (comma-spacing)
(#23) Requires a space before '}'. (block-spacing)
(#23) Missing semicolon. (semi)
(#23) Requires a space before '}'. (block-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key '_hide'. (key-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'hide'. (key-spacing)
(#23) Requires a space after '{'. (block-spacing)
(#23) Missing space before opening brace. (space-before-blocks)
(#23) Expected space(s) after "if". (keyword-spacing)
(#23) Expected { after 'if' condition. (curly)
(#23) Statement inside of curly braces should be on next line. (brace-style)
(#23) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#23) Expected space(s) before "return". (keyword-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing whitespace after semicolon. (semi-spacing)
(#23) Expected space(s) after "else". (keyword-spacing)
(#23) Requires a space after '{'. (block-spacing)
(#23) Statement inside of curly braces should be on next line. (brace-style)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing whitespace after semicolon. (semi-spacing)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Missing whitespace after semicolon. (semi-spacing)
(#23) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#23) A space is required after ','. (comma-spacing)
(#23) Requires a space before '}'. (block-spacing)
(#23) Missing semicolon. (semi)
(#23) Requires a space before '}'. (block-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key '__toggle'. (key-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'toggle'. (key-spacing)
(#23) Requires a space after '{'. (block-spacing)
(#23) Missing space before opening brace. (space-before-blocks)
(#23) Expected { after 'if' condition. (curly)
(#23) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#23) Statement inside of curly braces should be on next line. (brace-style)
(#23) Expected space(s) after "if". (keyword-spacing)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Expected space(s) before "return". (keyword-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing whitespace after semicolon. (semi-spacing)
(#23) Expected space(s) after "else". (keyword-spacing)
(#23) Requires a space after '{'. (block-spacing)
(#23) Statement inside of curly braces should be on next line. (brace-style)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing whitespace after semicolon. (semi-spacing)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Missing whitespace after semicolon. (semi-spacing)
(#23) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing semicolon. (semi)
(#23) Requires a space before '}'. (block-spacing)
(#23) Requires a space before '}'. (block-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'cssUnit'. (key-spacing)
(#23) Requires a space after '{'. (block-spacing)
(#23) Missing space before opening brace. (space-before-blocks)
(#23) Statement inside of curly braces should be on next line. (brace-style)
(#23) Infix operators must be spaced. (space-infix-ops)
(#24) Line 24 exceeds the maximum line length of 132. (max-len)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Missing whitespace after semicolon. (semi-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before opening brace. (space-before-blocks)
(#24) Requires a space after '{'. (block-spacing)
(#24) Expected { after 'if' condition. (curly)
(#24) Expected space(s) after "if". (keyword-spacing)
(#24) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#24) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#24) Statement inside of curly braces should be on next line. (brace-style)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) A space is required after ','. (comma-spacing)
(#24) Requires a space before '}'. (block-spacing)
(#24) Missing semicolon. (semi)
(#24) Missing whitespace after semicolon. (semi-spacing)
(#24) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#24) Missing semicolon. (semi)
(#24) Requires a space before '}'. (block-spacing)
(#24) Missing whitespace after semicolon. (semi-spacing)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Missing whitespace after semicolon. (semi-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'def'. (key-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'swing'. (key-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Requires a space after '{'. (block-spacing)
(#24) Missing space before opening brace. (space-before-blocks)
(#24) Statement inside of curly braces should be on next line. (brace-style)
(#24) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Requires a space before '}'. (block-spacing)
(#24) Missing semicolon. (semi)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'easeInQuad'. (key-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Requires a space after '{'. (block-spacing)
(#24) Missing space before opening brace. (space-before-blocks)
(#24) Statement inside of curly braces should be on next line. (brace-style)
(#24) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Missing semicolon. (semi)
(#24) Requires a space before '}'. (block-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'easeOutQuad'. (key-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Requires a space after '{'. (block-spacing)
(#24) Missing space before opening brace. (space-before-blocks)
(#24) Statement inside of curly braces should be on next line. (brace-style)
(#24) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#24) Expected space(s) after "return". (keyword-spacing)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Missing semicolon. (semi)
(#24) Requires a space before '}'. (block-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'easeInOutQuad'. (key-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before opening brace. (space-before-blocks)
(#24) Requires a space after '{'. (block-spacing)
(#24) Expected { after 'if' condition. (curly)
(#24) Statement inside of curly braces should be on next line. (brace-style)
(#24) Expected space(s) after "if". (keyword-spacing)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Expected space(s) before "return". (keyword-spacing)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Missing whitespace after semicolon. (semi-spacing)
(#24) Expected space(s) after "return". (keyword-spacing)
(#24) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Missing semicolon. (semi)
(#24) Requires a space before '}'. (block-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'easeInCubic'. (key-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Requires a space after '{'. (block-spacing)
(#24) Missing space before opening brace. (space-before-blocks)
(#24) Statement inside of curly braces should be on next line. (brace-style)
(#24) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Requires a space before '}'. (block-spacing)
(#24) Missing semicolon. (semi)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'easeOutCubic'. (key-spacing)
(#25) Line 25 exceeds the maximum line length of 132. (max-len)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Requires a space after '{'. (block-spacing)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Missing semicolon. (semi)
(#25) Requires a space before '}'. (block-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'easeInOutCubic'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Requires a space after '{'. (block-spacing)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Expected { after 'if' condition. (curly)
(#25) Expected space(s) after "if". (keyword-spacing)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Expected space(s) before "return". (keyword-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Requires a space before '}'. (block-spacing)
(#25) Missing semicolon. (semi)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'easeInQuart'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Requires a space after '{'. (block-spacing)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Requires a space before '}'. (block-spacing)
(#25) Missing semicolon. (semi)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'easeOutQuart'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Requires a space after '{'. (block-spacing)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Expected space(s) after "return". (keyword-spacing)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Requires a space before '}'. (block-spacing)
(#25) Missing semicolon. (semi)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'easeInOutQuart'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Requires a space after '{'. (block-spacing)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Expected { after 'if' condition. (curly)
(#25) Expected space(s) after "if". (keyword-spacing)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Expected space(s) before "return". (keyword-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Expected space(s) after "return". (keyword-spacing)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Missing semicolon. (semi)
(#25) Requires a space before '}'. (block-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'easeInQuint'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Requires a space after '{'. (block-spacing)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Missing semicolon. (semi)
(#25) Requires a space before '}'. (block-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'easeOutQuint'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Requires a space after '{'. (block-spacing)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Requires a space before '}'. (block-spacing)
(#25) Missing semicolon. (semi)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'easeInOutQuint'. (key-spacing)
(#26) Line 26 exceeds the maximum line length of 132. (max-len)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Requires a space after '{'. (block-spacing)
(#26) Missing space before opening brace. (space-before-blocks)
(#26) Statement inside of curly braces should be on next line. (brace-style)
(#26) Expected { after 'if' condition. (curly)
(#26) Expected space(s) after "if". (keyword-spacing)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Expected space(s) before "return". (keyword-spacing)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Missing whitespace after semicolon. (semi-spacing)
(#26) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Requires a space before '}'. (block-spacing)
(#26) Missing semicolon. (semi)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'easeInSine'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Requires a space after '{'. (block-spacing)
(#26) Missing space before opening brace. (space-before-blocks)
(#26) Expected space(s) after "return". (keyword-spacing)
(#26) Statement inside of curly braces should be on next line. (brace-style)
(#26) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#26) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Requires a space before '}'. (block-spacing)
(#26) Missing semicolon. (semi)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'easeOutSine'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Requires a space after '{'. (block-spacing)
(#26) Missing space before opening brace. (space-before-blocks)
(#26) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#26) Statement inside of curly braces should be on next line. (brace-style)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Requires a space before '}'. (block-spacing)
(#26) Missing semicolon. (semi)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'easeInOutSine'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before opening brace. (space-before-blocks)
(#26) Requires a space after '{'. (block-spacing)
(#26) Expected space(s) after "return". (keyword-spacing)
(#26) Statement inside of curly braces should be on next line. (brace-style)
(#26) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Missing semicolon. (semi)
(#26) Requires a space before '}'. (block-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'easeInExpo'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before opening brace. (space-before-blocks)
(#26) Requires a space after '{'. (block-spacing)
(#26) Statement inside of curly braces should be on next line. (brace-style)
(#26) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) A space is required after ','. (comma-spacing)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Requires a space before '}'. (block-spacing)
(#26) Missing semicolon. (semi)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'easeOutExpo'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Requires a space after '{'. (block-spacing)
(#26) Missing space before opening brace. (space-before-blocks)
(#26) Statement inside of curly braces should be on next line. (brace-style)
(#26) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) A space is required after ','. (comma-spacing)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Missing semicolon. (semi)
(#26) Requires a space before '}'. (block-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'easeInOutExpo'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before opening brace. (space-before-blocks)
(#26) Requires a space after '{'. (block-spacing)
(#26) Expected space(s) after "if". (keyword-spacing)
(#26) Expected { after 'if' condition. (curly)
(#26) Statement inside of curly braces should be on next line. (brace-style)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Expected space(s) before "return". (keyword-spacing)
(#26) Missing whitespace after semicolon. (semi-spacing)
(#26) Expected { after 'if' condition. (curly)
(#26) Expected space(s) after "if". (keyword-spacing)
(#26) Infix operators must be spaced. (space-infix-ops)
(#27) Line 27 exceeds the maximum line length of 132. (max-len)
(#27) Expected space(s) before "return". (keyword-spacing)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Missing whitespace after semicolon. (semi-spacing)
(#27) Expected { after 'if' condition. (curly)
(#27) Expected space(s) after "if". (keyword-spacing)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Expected space(s) before "return". (keyword-spacing)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) A space is required after ','. (comma-spacing)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Missing whitespace after semicolon. (semi-spacing)
(#27) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#27) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) A space is required after ','. (comma-spacing)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Missing semicolon. (semi)
(#27) Requires a space before '}'. (block-spacing)
(#27) A space is required after ','. (comma-spacing)
(#27) Missing space before value for key 'easeInCirc'. (key-spacing)
(#27) A space is required after ','. (comma-spacing)
(#27) A space is required after ','. (comma-spacing)
(#27) A space is required after ','. (comma-spacing)
(#27) A space is required after ','. (comma-spacing)
(#27) Missing space before opening brace. (space-before-blocks)
(#27) Requires a space after '{'. (block-spacing)
(#27) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#27) Expected space(s) after "return". (keyword-spacing)
(#27) Statement inside of curly braces should be on next line. (brace-style)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Missing semicolon. (semi)
(#27) Requires a space before '}'. (block-spacing)
(#27) A space is required after ','. (comma-spacing)
(#27) Missing space before value for key 'easeOutCirc'. (key-spacing)
(#27) A space is required after ','. (comma-spacing)
(#27) A space is required after ','. (comma-spacing)
(#27) A space is required after ','. (comma-spacing)
(#27) A space is required after ','. (comma-spacing)
(#27) Requires a space after '{'. (block-spacing)
(#27) Missing space before opening brace. (space-before-blocks)
(#27) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#27) Statement inside of curly braces should be on next line. (brace-style)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Missing semicolon. (semi)
(#27) Requires a space before '}'. (block-spacing)
(#27) A space is required after ','. (comma-spacing)
(#27) Missing space before value for key 'easeInOutCirc'. (key-spacing)
(#27) A space is required after ','. (comma-spacing)
(#27) A space is required after ','. (comma-spacing)
(#27) A space is required after ','. (comma-spacing)
(#27) A space is required after ','. (comma-spacing)
(#27) Missing space before opening brace. (space-before-blocks)
(#27) Requires a space after '{'. (block-spacing)
(#27) Expected space(s) after "if". (keyword-spacing)
(#27) Expected { after 'if' condition. (curly)
(#27) Statement inside of curly braces should be on next line. (brace-style)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Expected space(s) after "return". (keyword-spacing)
(#27) Expected space(s) before "return". (keyword-spacing)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Missing whitespace after semicolon. (semi-spacing)
(#27) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Requires a space before '}'. (block-spacing)
(#27) Missing semicolon. (semi)
(#27) A space is required after ','. (comma-spacing)
(#27) Missing space before value for key 'easeInElastic'. (key-spacing)
(#27) A space is required after ','. (comma-spacing)
(#27) A space is required after ','. (comma-spacing)
(#27) A space is required after ','. (comma-spacing)
(#27) A space is required after ','. (comma-spacing)
(#27) Requires a space after '{'. (block-spacing)
(#27) Missing space before opening brace. (space-before-blocks)
(#27) Statement inside of curly braces should be on next line. (brace-style)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Missing whitespace after semicolon. (semi-spacing)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) A space is required after ','. (comma-spacing)
(#27) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Missing whitespace after semicolon. (semi-spacing)
(#27) Expected { after 'if' condition. (curly)
(#27) Expected space(s) after "if". (keyword-spacing)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Expected space(s) before "return". (keyword-spacing)
(#27) Missing whitespace after semicolon. (semi-spacing)
(#27) Expected { after 'if' condition. (curly)
(#27) Expected space(s) after "if". (keyword-spacing)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Expected space(s) before "return". (keyword-spacing)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Missing whitespace after semicolon. (semi-spacing)
(#27) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Missing whitespace after semicolon. (semi-spacing)
(#27) Expected space(s) after "if". (keyword-spacing)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Requires a space after '{'. (block-spacing)
(#27) Missing space before opening brace. (space-before-blocks)
(#27) Statement inside of curly braces should be on next line. (brace-style)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Missing whitespace after semicolon. (semi-spacing)
(#27) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Requires a space before '}'. (block-spacing)
(#27) Missing semicolon. (semi)
(#27) Expected space(s) before "else". (keyword-spacing)
(#27) Expected { after 'else'. (curly)
(#27) Infix operators must be spaced. (space-infix-ops)
(#28) Line 28 exceeds the maximum line length of 132. (max-len)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Missing whitespace after semicolon. (semi-spacing)
(#28) Expected space(s) after "return". (keyword-spacing)
(#28) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) A space is required after ','. (comma-spacing)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Requires a space before '}'. (block-spacing)
(#28) Missing semicolon. (semi)
(#28) A space is required after ','. (comma-spacing)
(#28) Missing space before value for key 'easeOutElastic'. (key-spacing)
(#28) A space is required after ','. (comma-spacing)
(#28) A space is required after ','. (comma-spacing)
(#28) A space is required after ','. (comma-spacing)
(#28) A space is required after ','. (comma-spacing)
(#28) Missing space before opening brace. (space-before-blocks)
(#28) Requires a space after '{'. (block-spacing)
(#28) Statement inside of curly braces should be on next line. (brace-style)
(#28) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Missing whitespace after semicolon. (semi-spacing)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) A space is required after ','. (comma-spacing)
(#28) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Missing whitespace after semicolon. (semi-spacing)
(#28) Expected space(s) after "if". (keyword-spacing)
(#28) Expected { after 'if' condition. (curly)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Expected space(s) before "return". (keyword-spacing)
(#28) Missing whitespace after semicolon. (semi-spacing)
(#28) Expected space(s) after "if". (keyword-spacing)
(#28) Expected { after 'if' condition. (curly)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Expected space(s) before "return". (keyword-spacing)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Missing whitespace after semicolon. (semi-spacing)
(#28) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Missing whitespace after semicolon. (semi-spacing)
(#28) Expected space(s) after "if". (keyword-spacing)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Requires a space after '{'. (block-spacing)
(#28) Missing space before opening brace. (space-before-blocks)
(#28) Statement inside of curly braces should be on next line. (brace-style)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Missing whitespace after semicolon. (semi-spacing)
(#28) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Missing semicolon. (semi)
(#28) Requires a space before '}'. (block-spacing)
(#28) Expected space(s) before "else". (keyword-spacing)
(#28) Expected { after 'else'. (curly)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Missing whitespace after semicolon. (semi-spacing)
(#28) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) A space is required after ','. (comma-spacing)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Missing semicolon. (semi)
(#28) Requires a space before '}'. (block-spacing)
(#28) A space is required after ','. (comma-spacing)
(#28) Missing space before value for key 'easeInOutElastic'. (key-spacing)
(#28) A space is required after ','. (comma-spacing)
(#28) A space is required after ','. (comma-spacing)
(#28) A space is required after ','. (comma-spacing)
(#28) A space is required after ','. (comma-spacing)
(#28) Missing space before opening brace. (space-before-blocks)
(#28) Requires a space after '{'. (block-spacing)
(#28) Statement inside of curly braces should be on next line. (brace-style)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Missing whitespace after semicolon. (semi-spacing)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) A space is required after ','. (comma-spacing)
(#28) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Missing whitespace after semicolon. (semi-spacing)
(#28) Expected space(s) after "if". (keyword-spacing)
(#28) Expected { after 'if' condition. (curly)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Expected space(s) before "return". (keyword-spacing)
(#28) Missing whitespace after semicolon. (semi-spacing)
(#28) Expected { after 'if' condition. (curly)
(#28) Expected space(s) after "if". (keyword-spacing)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Expected space(s) before "return". (keyword-spacing)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Missing whitespace after semicolon. (semi-spacing)
(#28) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Missing whitespace after semicolon. (semi-spacing)
(#28) Expected space(s) after "if". (keyword-spacing)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Missing space before opening brace. (space-before-blocks)
(#28) Requires a space after '{'. (block-spacing)
(#28) Statement inside of curly braces should be on next line. (brace-style)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Missing whitespace after semicolon. (semi-spacing)
(#28) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Requires a space before '}'. (block-spacing)
(#28) Missing semicolon. (semi)
(#28) Expected space(s) before "else". (keyword-spacing)
(#28) Expected { after 'else'. (curly)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Infix operators must be spaced. (space-infix-ops)
(#29) Line 29 exceeds the maximum line length of 132. (max-len)
(#29) Missing whitespace after semicolon. (semi-spacing)
(#29) Expected space(s) after "if". (keyword-spacing)
(#29) Expected { after 'if' condition. (curly)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Expected space(s) after "return". (keyword-spacing)
(#29) Expected space(s) before "return". (keyword-spacing)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) A space is required after ','. (comma-spacing)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Missing whitespace after semicolon. (semi-spacing)
(#29) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#29) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) A space is required after ','. (comma-spacing)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Missing semicolon. (semi)
(#29) Requires a space before '}'. (block-spacing)
(#29) A space is required after ','. (comma-spacing)
(#29) Missing space before value for key 'easeInBack'. (key-spacing)
(#29) A space is required after ','. (comma-spacing)
(#29) A space is required after ','. (comma-spacing)
(#29) A space is required after ','. (comma-spacing)
(#29) A space is required after ','. (comma-spacing)
(#29) A space is required after ','. (comma-spacing)
(#29) Requires a space after '{'. (block-spacing)
(#29) Missing space before opening brace. (space-before-blocks)
(#29) Expected { after 'if' condition. (curly)
(#29) Statement inside of curly braces should be on next line. (brace-style)
(#29) Expected space(s) after "if". (keyword-spacing)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Missing whitespace after semicolon. (semi-spacing)
(#29) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Missing semicolon. (semi)
(#29) Requires a space before '}'. (block-spacing)
(#29) A space is required after ','. (comma-spacing)
(#29) Missing space before value for key 'easeOutBack'. (key-spacing)
(#29) A space is required after ','. (comma-spacing)
(#29) A space is required after ','. (comma-spacing)
(#29) A space is required after ','. (comma-spacing)
(#29) A space is required after ','. (comma-spacing)
(#29) A space is required after ','. (comma-spacing)
(#29) Requires a space after '{'. (block-spacing)
(#29) Missing space before opening brace. (space-before-blocks)
(#29) Expected space(s) after "if". (keyword-spacing)
(#29) Statement inside of curly braces should be on next line. (brace-style)
(#29) Expected { after 'if' condition. (curly)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Missing whitespace after semicolon. (semi-spacing)
(#29) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Requires a space before '}'. (block-spacing)
(#29) Missing semicolon. (semi)
(#29) A space is required after ','. (comma-spacing)
(#29) Missing space before value for key 'easeInOutBack'. (key-spacing)
(#29) A space is required after ','. (comma-spacing)
(#29) A space is required after ','. (comma-spacing)
(#29) A space is required after ','. (comma-spacing)
(#29) A space is required after ','. (comma-spacing)
(#29) A space is required after ','. (comma-spacing)
(#29) Requires a space after '{'. (block-spacing)
(#29) Missing space before opening brace. (space-before-blocks)
(#29) Expected space(s) after "if". (keyword-spacing)
(#29) Expected { after 'if' condition. (curly)
(#29) Statement inside of curly braces should be on next line. (brace-style)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Missing whitespace after semicolon. (semi-spacing)
(#29) Expected { after 'if' condition. (curly)
(#29) Expected space(s) after "if". (keyword-spacing)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Expected space(s) before "return". (keyword-spacing)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Missing whitespace after semicolon. (semi-spacing)
(#29) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Requires a space before '}'. (block-spacing)
(#29) Missing semicolon. (semi)
(#29) A space is required after ','. (comma-spacing)
(#29) Missing space before value for key 'easeInBounce'. (key-spacing)
(#30) Line 30 exceeds the maximum line length of 132. (max-len)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Requires a space after '{'. (block-spacing)
(#30) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing semicolon. (semi)
(#30) Requires a space before '}'. (block-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'easeOutBounce'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Requires a space after '{'. (block-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#30) Expected space(s) after "return". (keyword-spacing)
(#30) Do not nest ternary expressions (no-nested-ternary)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Do not nest ternary expressions (no-nested-ternary)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Requires a space before '}'. (block-spacing)
(#30) Missing semicolon. (semi)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'easeInOutBounce'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Requires a space after '{'. (block-spacing)
(#30) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Expected space(s) after "if". (keyword-spacing)
(#30) Expected { after 'if' condition. (curly)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Expected space(s) before "return". (keyword-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#30) A space is required after ','. (comma-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing semicolon. (semi)
(#30) Requires a space before '}'. (block-spacing)
(#30) Missing semicolon. (semi)
(#30) Requires a space before '}'. (block-spacing)
(#30) 'jQuery' is not defined. (no-undef)
mod/offlinequiz/lib/jquery/ui/minified/jquery.effects.drop.min.js
(#13) Line 13 exceeds the maximum line length of 132. (max-len)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) Requires a space after '{'. (block-spacing)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Requires a space after '{'. (block-spacing)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) Requires a space after '{'. (block-spacing)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Missing space before value for key 'margin'. (key-spacing)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Missing space before value for key 'margin'. (key-spacing)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Expected space(s) after "if". (keyword-spacing)
(#13) Expected { after 'if' condition. (curly)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Missing space before value for key 'opacity'. (key-spacing)
(#13) Infix operators must be spaced. (space-infix-ops)
(#14) Line 14 exceeds the maximum line length of 132. (max-len)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Do not nest ternary expressions (no-nested-ternary)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'queue'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'duration'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'easing'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'complete'. (key-spacing)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Requires a space after '{'. (block-spacing)
(#14) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Requires a space before '}'. (block-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Missing semicolon. (semi)
(#14) Requires a space before '}'. (block-spacing)
(#14) Missing semicolon. (semi)
(#14) Requires a space before '}'. (block-spacing)
(#14) Missing semicolon. (semi)
(#14) 'jQuery' is not defined. (no-undef)
mod/offlinequiz/lib/jquery/ui/minified/jquery.effects.explode.min.js
(#13) Line 13 exceeds the maximum line length of 132. (max-len)
(#13) Requires a space after '{'. (block-spacing)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) Requires a space after '{'. (block-spacing)
(#13) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) Requires a space after '{'. (block-spacing)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Do not nest ternary expressions (no-nested-ternary)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Expected { after 'for' condition. (curly)
(#13) Expected space(s) after "for". (keyword-spacing)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Expected { after 'for' condition. (curly)
(#13) Expected space(s) before "for". (keyword-spacing)
(#13) Expected space(s) after "for". (keyword-spacing)
(#13) Infix operators must be spaced. (space-infix-ops)
(#14) Line 14 exceeds the maximum line length of 132. (max-len)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Missing space before value for key 'position'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'visibility'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'left'. (key-spacing)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'top'. (key-spacing)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Missing space before value for key 'position'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'overflow'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'width'. (key-spacing)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'height'. (key-spacing)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'left'. (key-spacing)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'top'. (key-spacing)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'opacity'. (key-spacing)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Missing space before value for key 'left'. (key-spacing)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'top'. (key-spacing)
(#14) Infix operators must be spaced. (space-infix-ops)
(#15) Line 15 exceeds the maximum line length of 132. (max-len)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'opacity'. (key-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Requires a space after '{'. (block-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing space before value for key 'visibility'. (key-spacing)
(#15) Missing space before value for key 'visibility'. (key-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing semicolon. (semi)
(#15) 'jQuery' is not defined. (no-undef)
mod/offlinequiz/lib/jquery/ui/minified/jquery.effects.fade.min.js
(#13) Line 13 exceeds the maximum line length of 132. (max-len)
(#13) Requires a space after '{'. (block-spacing)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Requires a space after '{'. (block-spacing)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) Requires a space after '{'. (block-spacing)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#13) Missing space before value for key 'opacity'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'queue'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'duration'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'easing'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'complete'. (key-spacing)
(#13) Requires a space after '{'. (block-spacing)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#13) Missing semicolon. (semi)
(#13) Requires a space before '}'. (block-spacing)
(#13) Missing semicolon. (semi)
(#13) Requires a space before '}'. (block-spacing)
(#13) Requires a space before '}'. (block-spacing)
(#13) Missing semicolon. (semi)
(#13) Missing semicolon. (semi)
(#13) Requires a space before '}'. (block-spacing)
(#13) 'jQuery' is not defined. (no-undef)
mod/offlinequiz/lib/jquery/ui/minified/jquery.effects.fold.min.js
(#13) Line 13 exceeds the maximum line length of 132. (max-len)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) Requires a space after '{'. (block-spacing)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Requires a space after '{'. (block-spacing)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) Requires a space after '{'. (block-spacing)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Missing space before value for key 'overflow'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Expected { after 'if' condition. (curly)
(#13) Expected space(s) after "if". (keyword-spacing)
(#13) Infix operators must be spaced. (space-infix-ops)
(#14) Line 14 exceeds the maximum line length of 132. (max-len)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Missing space before value for key 'height'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'width'. (key-spacing)
(#14) Missing space before value for key 'height'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'width'. (key-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Requires a space after '{'. (block-spacing)
(#14) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Requires a space before '}'. (block-spacing)
(#14) Missing semicolon. (semi)
(#14) Requires a space before '}'. (block-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Missing semicolon. (semi)
(#14) Missing semicolon. (semi)
(#14) Requires a space before '}'. (block-spacing)
(#14) 'jQuery' is not defined. (no-undef)
mod/offlinequiz/lib/jquery/ui/minified/jquery.effects.highlight.min.js
(#13) Line 13 exceeds the maximum line length of 132. (max-len)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) Requires a space after '{'. (block-spacing)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) Requires a space after '{'. (block-spacing)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) Requires a space after '{'. (block-spacing)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Missing space before value for key 'backgroundColor'. (key-spacing)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Expected { after 'if' condition. (curly)
(#13) Expected space(s) after "if". (keyword-spacing)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Missing space before value for key 'backgroundImage'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'backgroundColor'. (key-spacing)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'queue'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'duration'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'easing'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'complete'. (key-spacing)
(#13) Requires a space after '{'. (block-spacing)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#14) Missing semicolon. (semi)
(#14) Requires a space before '}'. (block-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Missing semicolon. (semi)
(#14) Missing semicolon. (semi)
(#14) Requires a space before '}'. (block-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Missing semicolon. (semi)
(#14) 'jQuery' is not defined. (no-undef)
mod/offlinequiz/lib/jquery/ui/minified/jquery.effects.pulsate.min.js
(#13) Line 13 exceeds the maximum line length of 132. (max-len)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) Requires a space after '{'. (block-spacing)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) Requires a space after '{'. (block-spacing)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) Requires a space after '{'. (block-spacing)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) 'times' is not defined. (no-undef)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) 'duration' is not defined. (no-undef)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) 'isVisible' is not defined. (no-undef)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) 'animateTo' is not defined. (no-undef)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Expected space(s) after "if". (keyword-spacing)
(#13) 'isVisible' is not defined. (no-undef)
(#13) Requires a space after '{'. (block-spacing)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#13) 'animateTo' is not defined. (no-undef)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Missing semicolon. (semi)
(#13) Requires a space before '}'. (block-spacing)
(#13) Expected { after 'if' condition. (curly)
(#13) Expected space(s) before "if". (keyword-spacing)
(#13) Expected space(s) after "if". (keyword-spacing)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) 'isVisible' is not defined. (no-undef)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) 'isVisible' is not defined. (no-undef)
(#13) 'times' is not defined. (no-undef)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Expected space(s) after "for". (keyword-spacing)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) 'times' is not defined. (no-undef)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Requires a space after '{'. (block-spacing)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) Missing space before value for key 'opacity'. (key-spacing)
(#13) 'animateTo' is not defined. (no-undef)
(#13) A space is required after ','. (comma-spacing)
(#13) 'duration' is not defined. (no-undef)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#13) 'animateTo' is not defined. (no-undef)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) 'animateTo' is not defined. (no-undef)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Requires a space before '}'. (block-spacing)
(#13) Missing semicolon. (semi)
(#13) 'animateTo' is not defined. (no-undef)
(#13) Missing space before value for key 'opacity'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) 'duration' is not defined. (no-undef)
(#14) Line 14 exceeds the maximum line length of 132. (max-len)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Requires a space after '{'. (block-spacing)
(#14) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) 'animateTo' is not defined. (no-undef)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Missing semicolon. (semi)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Requires a space after '{'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Requires a space before '}'. (block-spacing)
(#14) Missing semicolon. (semi)
(#14) Missing semicolon. (semi)
(#14) Requires a space before '}'. (block-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Missing semicolon. (semi)
(#14) Missing semicolon. (semi)
(#14) Requires a space before '}'. (block-spacing)
(#14) 'jQuery' is not defined. (no-undef)
mod/offlinequiz/lib/jquery/ui/minified/jquery.effects.scale.min.js
(#13) Line 13 exceeds the maximum line length of 132. (max-len)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) Requires a space after '{'. (block-spacing)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) Requires a space after '{'. (block-spacing)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#13) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#13) Requires a space after '{'. (block-spacing)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Missing space before value for key 'height'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'width'. (key-spacing)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'fade'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'mode'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'percent'. (key-spacing)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'from'. (key-spacing)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Missing space before value for key 'height'. (key-spacing)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'width'. (key-spacing)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#13) Requires a space before '}'. (block-spacing)
(#13) Missing semicolon. (semi)
(#13) Requires a space before '}'. (block-spacing)
(#13) Missing semicolon. (semi)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) Requires a space after '{'. (block-spacing)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) Requires a space after '{'. (block-spacing)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Infix operators must be spaced. (space-infix-ops)
(#14) Line 14 exceeds the maximum line length of 132. (max-len)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Do not nest ternary expressions (no-nested-ternary)
(#14) A space is required after ','. (comma-spacing)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Requires a space after '{'. (block-spacing)
(#14) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Missing semicolon. (semi)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Missing space before value for key 'height'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'width'. (key-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Missing space before value for key 'height'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'width'. (key-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Missing space before value for key 'y'. (key-spacing)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'x'. (key-spacing)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Missing space before value for key 'height'. (key-spacing)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'width'. (key-spacing)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Requires a space after '{'. (block-spacing)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Missing semicolon. (semi)
(#14) Requires a space before '}'. (block-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Expected space(s) before "if". (keyword-spacing)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Infix operators must be spaced. (space-infix-ops)
(#15) Line 15 exceeds the maximum line length of 132. (max-len)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing semicolon. (semi)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#16) Line 16 exceeds the maximum line length of 132. (max-len)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before value for key 'height'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'width'. (key-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Expected space(s) before "var". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before value for key 'from'. (key-spacing)
(#16) Missing space before value for key 'y'. (key-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'x'. (key-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'to'. (key-spacing)
(#16) Missing space before value for key 'y'. (key-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'x'. (key-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Line 17 exceeds the maximum line length of 132. (max-len)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Requires a space after '{'. (block-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Requires a space after '{'. (block-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing semicolon. (semi)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Expected space(s) before "if". (keyword-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Requires a space after '{'. (block-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing semicolon. (semi)
(#17) Requires a space before '}'. (block-spacing)
(#17) Requires a space before '}'. (block-spacing)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Expected space(s) before "if". (keyword-spacing)
(#17) Expected { after 'if' condition. (curly)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Expected space(s) before "if". (keyword-spacing)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Requires a space after '{'. (block-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing semicolon. (semi)
(#17) Requires a space before '}'. (block-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#18) Line 18 exceeds the maximum line length of 132. (max-len)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Expected space(s) after "if". (keyword-spacing)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) Requires a space after '{'. (block-spacing)
(#18) Missing space before opening brace. (space-before-blocks)
(#18) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#18) Statement inside of curly braces should be on next line. (brace-style)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Missing space before opening brace. (space-before-blocks)
(#18) Requires a space after '{'. (block-spacing)
(#18) Statement inside of curly braces should be on next line. (brace-style)
(#18) 'child' is not defined. (no-undef)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) 'child' is not defined. (no-undef)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) Missing space before value for key 'height'. (key-spacing)
(#18) 'child' is not defined. (no-undef)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing space before value for key 'width'. (key-spacing)
(#18) 'child' is not defined. (no-undef)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) 'child' is not defined. (no-undef)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) Missing space before value for key 'height'. (key-spacing)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing space before value for key 'width'. (key-spacing)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) 'child' is not defined. (no-undef)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) Missing space before value for key 'height'. (key-spacing)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing space before value for key 'width'. (key-spacing)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Expected space(s) after "if". (keyword-spacing)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) Missing space before opening brace. (space-before-blocks)
(#18) Requires a space after '{'. (block-spacing)
(#18) 'child' is not defined. (no-undef)
(#18) Statement inside of curly braces should be on next line. (brace-style)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) 'child' is not defined. (no-undef)
(#18) A space is required after ','. (comma-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) 'child' is not defined. (no-undef)
(#19) 'child' is not defined. (no-undef)
(#19) Line 19 exceeds the maximum line length of 132. (max-len)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) 'child' is not defined. (no-undef)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) 'child' is not defined. (no-undef)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Expected space(s) before "if". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) 'child' is not defined. (no-undef)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) 'child' is not defined. (no-undef)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) 'child' is not defined. (no-undef)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) 'child' is not defined. (no-undef)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) 'child' is not defined. (no-undef)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) 'child' is not defined. (no-undef)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) 'child' is not defined. (no-undef)
(#19) 'child' is not defined. (no-undef)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) 'child' is not defined. (no-undef)
(#19) 'child' is not defined. (no-undef)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) 'child' is not defined. (no-undef)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'queue'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'duration'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'easing'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'complete'. (key-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#20) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) A space is required after ','. (comma-spacing)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#20) Missing semicolon. (semi)
(#20) Requires a space before '}'. (block-spacing)
(#20) Missing semicolon. (semi)
(#20) Requires a space before '}'. (block-spacing)
(#20) Missing semicolon. (semi)
(#20) Requires a space before '}'. (block-spacing)
(#20) Missing semicolon. (semi)
(#20) Requires a space before '}'. (block-spacing)
(#20) 'jQuery' is not defined. (no-undef)
mod/offlinequiz/lib/jquery/ui/minified/jquery.effects.shake.min.js
(#13) Line 13 exceeds the maximum line length of 132. (max-len)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) Requires a space after '{'. (block-spacing)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Requires a space after '{'. (block-spacing)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) Requires a space after '{'. (block-spacing)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Infix operators must be spaced. (space-infix-ops)
(#14) Line 14 exceeds the maximum line length of 132. (max-len)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#14) Expected space(s) after "for". (keyword-spacing)
(#14) Expected { after 'for' condition. (curly)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Missing semicolon. (semi)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Requires a space before '}'. (block-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Requires a space before '}'. (block-spacing)
(#14) Missing semicolon. (semi)
(#14) Requires a space before '}'. (block-spacing)
(#14) Missing semicolon. (semi)
(#14) Requires a space before '}'. (block-spacing)
(#14) 'jQuery' is not defined. (no-undef)
mod/offlinequiz/lib/jquery/ui/minified/jquery.effects.slide.min.js
(#13) Line 13 exceeds the maximum line length of 132. (max-len)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) Requires a space after '{'. (block-spacing)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Requires a space after '{'. (block-spacing)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) Requires a space after '{'. (block-spacing)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Missing space before value for key 'overflow'. (key-spacing)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Missing space before value for key 'margin'. (key-spacing)
(#13) Missing space before value for key 'margin'. (key-spacing)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Expected { after 'if' condition. (curly)
(#13) Expected space(s) after "if". (keyword-spacing)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Do not nest ternary expressions (no-nested-ternary)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#14) Line 14 exceeds the maximum line length of 132. (max-len)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Do not nest ternary expressions (no-nested-ternary)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'queue'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'duration'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'easing'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'complete'. (key-spacing)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Requires a space after '{'. (block-spacing)
(#14) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Requires a space before '}'. (block-spacing)
(#14) Missing semicolon. (semi)
(#14) Missing semicolon. (semi)
(#14) Requires a space before '}'. (block-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Missing semicolon. (semi)
(#14) Requires a space before '}'. (block-spacing)
(#14) Missing semicolon. (semi)
(#14) 'jQuery' is not defined. (no-undef)
mod/offlinequiz/lib/jquery/ui/minified/jquery.effects.transfer.min.js
(#13) Line 13 exceeds the maximum line length of 132. (max-len)
(#13) Requires a space after '{'. (block-spacing)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Requires a space after '{'. (block-spacing)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#13) Requires a space after '{'. (block-spacing)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Missing space before value for key 'top'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'left'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'height'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'width'. (key-spacing)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Missing space before value for key 'top'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'left'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'height'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'width'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'position'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Requires a space after '{'. (block-spacing)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Requires a space before '}'. (block-spacing)
(#14) Missing semicolon. (semi)
(#14) Requires a space before '}'. (block-spacing)
(#14) Missing semicolon. (semi)
(#14) Requires a space before '}'. (block-spacing)
(#14) Missing semicolon. (semi)
(#14) Missing semicolon. (semi)
(#14) Requires a space before '}'. (block-spacing)
(#14) 'jQuery' is not defined. (no-undef)
mod/offlinequiz/lib/jquery/ui/minified/jquery.ui.accordion.min.js
(#14) Line 14 exceeds the maximum line length of 132. (max-len)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'options'. (key-spacing)
(#14) Missing space before value for key 'active'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'animated'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'autoHeight'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'clearStyle'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'collapsible'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'event'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'fillSpace'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'header'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'icons'. (key-spacing)
(#14) Missing space before value for key 'header'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'headerSelected'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'navigation'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'navigationFilter'. (key-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Missing semicolon. (semi)
(#14) Requires a space before '}'. (block-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key '_create'. (key-spacing)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#15) Line 15 exceeds the maximum line length of 132. (max-len)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Line 16 exceeds the maximum line length of 132. (max-len)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) A space is required after ','. (comma-spacing)
(#17) Line 17 exceeds the maximum line length of 132. (max-len)
(#17) Requires a space after '{'. (block-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing semicolon. (semi)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing space before value for key 'aria-expanded'. (key-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key 'aria-selected'. (key-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key 'tabIndex'. (key-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#17) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing space before value for key 'aria-expanded'. (key-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key 'aria-selected'. (key-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key 'tabIndex'. (key-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Requires a space after '{'. (block-spacing)
(#17) unnecessary '.call()'. (no-useless-call)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing semicolon. (semi)
(#17) Requires a space before '}'. (block-spacing)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing semicolon. (semi)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key '_createIcons'. (key-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Infix operators must be spaced. (space-infix-ops)
(#18) Line 18 exceeds the maximum line length of 132. (max-len)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Expected space(s) after "if". (keyword-spacing)
(#18) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#18) Missing space before opening brace. (space-before-blocks)
(#18) Requires a space after '{'. (block-spacing)
(#18) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#18) Statement inside of curly braces should be on next line. (brace-style)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#18) Missing semicolon. (semi)
(#18) Requires a space before '}'. (block-spacing)
(#18) Requires a space before '}'. (block-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing space before value for key '_destroyIcons'. (key-spacing)
(#18) Requires a space after '{'. (block-spacing)
(#18) Missing space before opening brace. (space-before-blocks)
(#18) Statement inside of curly braces should be on next line. (brace-style)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#18) Missing semicolon. (semi)
(#18) Requires a space before '}'. (block-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing space before value for key 'destroy'. (key-spacing)
(#18) Missing space before opening brace. (space-before-blocks)
(#18) Requires a space after '{'. (block-spacing)
(#18) Statement inside of curly braces should be on next line. (brace-style)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#19) Line 19 exceeds the maximum line length of 132. (max-len)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Expected { after 'if' condition. (curly)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key '_setOption'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#20) Line 20 exceeds the maximum line length of 132. (max-len)
(#20) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#20) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Requires a space before '}'. (block-spacing)
(#20) Missing semicolon. (semi)
(#20) Expected { after 'if' condition. (curly)
(#20) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#20) Expected space(s) before "if". (keyword-spacing)
(#20) Expected space(s) after "if". (keyword-spacing)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Expected space(s) before "this". (keyword-spacing)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Requires a space before '}'. (block-spacing)
(#20) Missing semicolon. (semi)
(#20) A space is required after ','. (comma-spacing)
(#20) Missing space before value for key '_keydown'. (key-spacing)
(#20) Expected to return a value at the end of this function. (consistent-return)
(#20) Missing space before opening brace. (space-before-blocks)
(#20) Requires a space after '{'. (block-spacing)
(#20) Statement inside of curly braces should be on next line. (brace-style)
(#20) Expected space(s) after "if". (keyword-spacing)
(#20) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Missing space before opening brace. (space-before-blocks)
(#20) Requires a space after '{'. (block-spacing)
(#20) Statement inside of curly braces should be on next line. (brace-style)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) A space is required after ','. (comma-spacing)
(#20) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) A space is required after ','. (comma-spacing)
(#20) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) A space is required after ','. (comma-spacing)
(#20) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Expected space(s) after "switch". (keyword-spacing)
(#20) Requires a space after '{'. (block-spacing)
(#20) Missing space before opening brace. (space-before-blocks)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Missing space before value for key 'target'. (key-spacing)
(#20) A space is required after ','. (comma-spacing)
(#21) Line 21 exceeds the maximum line length of 132. (max-len)
(#21) Missing semicolon. (semi)
(#21) Requires a space before '}'. (block-spacing)
(#21) Expected space(s) before "if". (keyword-spacing)
(#21) Expected space(s) after "if". (keyword-spacing)
(#21) Requires a space after '{'. (block-spacing)
(#21) Missing space before opening brace. (space-before-blocks)
(#21) Statement inside of curly braces should be on next line. (brace-style)
(#21) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#21) Requires a space before '}'. (block-spacing)
(#21) Missing semicolon. (semi)
(#21) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#21) Expected space(s) before "return". (keyword-spacing)
(#21) Missing semicolon. (semi)
(#21) Requires a space before '}'. (block-spacing)
(#21) Requires a space before '}'. (block-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing space before value for key 'resize'. (key-spacing)
(#21) Requires a space after '{'. (block-spacing)
(#21) Missing space before opening brace. (space-before-blocks)
(#21) Statement inside of curly braces should be on next line. (brace-style)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) A space is required after ','. (comma-spacing)
(#21) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Expected space(s) after "if". (keyword-spacing)
(#21) Requires a space after '{'. (block-spacing)
(#21) Missing space before opening brace. (space-before-blocks)
(#21) Statement inside of curly braces should be on next line. (brace-style)
(#21) Expected space(s) after "if". (keyword-spacing)
(#21) Requires a space after '{'. (block-spacing)
(#21) Missing space before opening brace. (space-before-blocks)
(#21) Statement inside of curly braces should be on next line. (brace-style)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#21) A space is required after ','. (comma-spacing)
(#21) Requires a space before '}'. (block-spacing)
(#21) Missing semicolon. (semi)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) A space is required after ','. (comma-spacing)
(#21) 'd' used outside of binding context. (block-scoped-var)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Requires a space after '{'. (block-spacing)
(#21) Missing space before opening brace. (space-before-blocks)
(#21) Statement inside of curly braces should be on next line. (brace-style)
(#21) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) Requires a space before '}'. (block-spacing)
(#21) Missing semicolon. (semi)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Requires a space after '{'. (block-spacing)
(#21) Missing space before opening brace. (space-before-blocks)
(#21) Statement inside of curly braces should be on next line. (brace-style)
(#21) A space is required after ','. (comma-spacing)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) Infix operators must be spaced. (space-infix-ops)
(#22) Line 22 exceeds the maximum line length of 132. (max-len)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Expected space(s) before "else". (keyword-spacing)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Expected space(s) before "return". (keyword-spacing)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'activate'. (key-spacing)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Missing space before value for key 'target'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key '_findActive'. (key-spacing)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Do not nest ternary expressions (no-nested-ternary)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key '_clickHandler'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#23) Expected { after 'if' condition. (curly)
(#23) Line 23 exceeds the maximum line length of 132. (max-len)
(#23) Expected space(s) after "if". (keyword-spacing)
(#23) Expected space(s) after "if". (keyword-spacing)
(#23) Expected space(s) before "if". (keyword-spacing)
(#23) Missing space before opening brace. (space-before-blocks)
(#23) Requires a space after '{'. (block-spacing)
(#23) Statement inside of curly braces should be on next line. (brace-style)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Missing whitespace after semicolon. (semi-spacing)
(#23) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Missing whitespace after semicolon. (semi-spacing)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Missing whitespace after semicolon. (semi-spacing)
(#23) Expected space(s) after "if". (keyword-spacing)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Missing space before opening brace. (space-before-blocks)
(#23) Requires a space after '{'. (block-spacing)
(#23) Statement inside of curly braces should be on next line. (brace-style)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Missing whitespace after semicolon. (semi-spacing)
(#23) 'j' used outside of binding context. (block-scoped-var)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Missing whitespace after semicolon. (semi-spacing)
(#23) 'g' used outside of binding context. (block-scoped-var)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Missing whitespace after semicolon. (semi-spacing)
(#23) 'e' used outside of binding context. (block-scoped-var)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Missing space before value for key 'options'. (key-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'newHeader'. (key-spacing)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'oldHeader'. (key-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'newContent'. (key-spacing)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) 'j' used outside of binding context. (block-scoped-var)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'oldContent'. (key-spacing)
(#23) 'g' used outside of binding context. (block-scoped-var)
(#23) Missing whitespace after semicolon. (semi-spacing)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Expected space(s) before "this". (keyword-spacing)
(#23) Missing whitespace after semicolon. (semi-spacing)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Missing whitespace after semicolon. (semi-spacing)
(#23) 'j' used outside of binding context. (block-scoped-var)
(#23) A space is required after ','. (comma-spacing)
(#23) 'g' used outside of binding context. (block-scoped-var)
(#23) A space is required after ','. (comma-spacing)
(#23) 'e' used outside of binding context. (block-scoped-var)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing whitespace after semicolon. (semi-spacing)
(#24) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#24) Line 24 exceeds the maximum line length of 132. (max-len)
(#24) Expected space(s) after "if". (keyword-spacing)
(#24) Missing space before opening brace. (space-before-blocks)
(#24) Requires a space after '{'. (block-spacing)
(#24) Statement inside of curly braces should be on next line. (brace-style)
(#24) Missing whitespace after semicolon. (semi-spacing)
(#24) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#24) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#24) Missing semicolon. (semi)
(#24) Requires a space before '}'. (block-spacing)
(#24) Requires a space before '}'. (block-spacing)
(#24) Requires a space before '}'. (block-spacing)
(#24) Expected space(s) before "else". (keyword-spacing)
(#24) Expected space(s) after "if". (keyword-spacing)
(#24) Requires a space after '{'. (block-spacing)
(#24) Missing space before opening brace. (space-before-blocks)
(#24) Statement inside of curly braces should be on next line. (brace-style)
(#24) Missing whitespace after semicolon. (semi-spacing)
(#24) Missing whitespace after semicolon. (semi-spacing)
(#24) Infix operators must be spaced. (space-infix-ops)
(#25) Line 25 exceeds the maximum line length of 132. (max-len)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Missing space before value for key 'options'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'newHeader'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'oldHeader'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'newContent'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'oldContent'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing semicolon. (semi)
(#25) Requires a space before '}'. (block-spacing)
(#25) Requires a space before '}'. (block-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key '_toggle'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Requires a space after '{'. (block-spacing)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Expected to return a value at the end of this function. (consistent-return)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Requires a space after '{'. (block-spacing)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) Expected space(s) after "if". (keyword-spacing)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Expected { after 'if' condition. (curly)
(#25) Expected space(s) before "return". (keyword-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Requires a space before '}'. (block-spacing)
(#25) Missing semicolon. (semi)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Expected space(s) after "if". (keyword-spacing)
(#25) Requires a space after '{'. (block-spacing)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Missing space before value for key 'toShow'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'toHide'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'complete'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'down'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'autoHeight'. (key-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Missing space before value for key 'toShow'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'toHide'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'complete'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'down'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'autoHeight'. (key-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#26) Line 26 exceeds the maximum line length of 132. (max-len)
(#26) Missing whitespace after semicolon. (semi-spacing)
(#26) Expected { after 'if' condition. (curly)
(#26) Expected space(s) after "if". (keyword-spacing)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Missing whitespace after semicolon. (semi-spacing)
(#26) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#26) Expected { after 'if' condition. (curly)
(#26) Expected space(s) after "if". (keyword-spacing)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Missing whitespace after semicolon. (semi-spacing)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Missing whitespace after semicolon. (semi-spacing)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Missing whitespace after semicolon. (semi-spacing)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Missing whitespace after semicolon. (semi-spacing)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) A space is required after ','. (comma-spacing)
(#26) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Missing whitespace after semicolon. (semi-spacing)
(#26) Expected { after 'if' condition. (curly)
(#26) Expected space(s) after "if". (keyword-spacing)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Missing whitespace after semicolon. (semi-spacing)
(#26) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Requires a space after '{'. (block-spacing)
(#26) Missing space before opening brace. (space-before-blocks)
(#26) Statement inside of curly braces should be on next line. (brace-style)
(#26) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'easing'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'duration'. (key-spacing)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Missing semicolon. (semi)
(#26) Requires a space before '}'. (block-spacing)
(#26) Missing whitespace after semicolon. (semi-spacing)
(#26) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#26) Missing semicolon. (semi)
(#26) Requires a space before '}'. (block-spacing)
(#26) Expected space(s) before "else". (keyword-spacing)
(#26) Expected space(s) after "else". (keyword-spacing)
(#26) Requires a space after '{'. (block-spacing)
(#26) Statement inside of curly braces should be on next line. (brace-style)
(#26) Expected space(s) after "if". (keyword-spacing)
(#26) Expected { after 'if' condition. (curly)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Missing whitespace after semicolon. (semi-spacing)
(#26) Expected space(s) after "else". (keyword-spacing)
(#26) Requires a space after '{'. (block-spacing)
(#26) Statement inside of curly braces should be on next line. (brace-style)
(#26) Missing whitespace after semicolon. (semi-spacing)
(#26) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#26) Missing semicolon. (semi)
(#26) Requires a space before '}'. (block-spacing)
(#26) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#26) Requires a space before '}'. (block-spacing)
(#26) Missing semicolon. (semi)
(#26) Missing space before value for key 'aria-expanded'. (key-spacing)
(#27) Line 27 exceeds the maximum line length of 132. (max-len)
(#27) Missing space before value for key 'aria-selected'. (key-spacing)
(#27) A space is required after ','. (comma-spacing)
(#27) Missing space before value for key 'tabIndex'. (key-spacing)
(#27) Missing whitespace after semicolon. (semi-spacing)
(#27) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#27) Missing space before value for key 'aria-expanded'. (key-spacing)
(#27) A space is required after ','. (comma-spacing)
(#27) Missing space before value for key 'aria-selected'. (key-spacing)
(#27) A space is required after ','. (comma-spacing)
(#27) Missing space before value for key 'tabIndex'. (key-spacing)
(#27) Missing semicolon. (semi)
(#27) Requires a space before '}'. (block-spacing)
(#27) A space is required after ','. (comma-spacing)
(#27) Missing space before value for key '_completed'. (key-spacing)
(#27) Missing space before opening brace. (space-before-blocks)
(#27) Requires a space after '{'. (block-spacing)
(#27) Statement inside of curly braces should be on next line. (brace-style)
(#27) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Missing whitespace after semicolon. (semi-spacing)
(#27) Expected space(s) after "if". (keyword-spacing)
(#27) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#27) Requires a space after '{'. (block-spacing)
(#27) Missing space before opening brace. (space-before-blocks)
(#27) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#27) Statement inside of curly braces should be on next line. (brace-style)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Missing space before value for key 'height'. (key-spacing)
(#27) A space is required after ','. (comma-spacing)
(#27) Missing space before value for key 'overflow'. (key-spacing)
(#27) Missing whitespace after semicolon. (semi-spacing)
(#27) Missing whitespace after semicolon. (semi-spacing)
(#27) Expected space(s) after "if". (keyword-spacing)
(#27) Expected { after 'if' condition. (curly)
(#27) Expected space(s) before "this". (keyword-spacing)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Missing whitespace after semicolon. (semi-spacing)
(#27) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#27) A space is required after ','. (comma-spacing)
(#27) A space is required after ','. (comma-spacing)
(#27) Requires a space before '}'. (block-spacing)
(#27) Missing semicolon. (semi)
(#27) Requires a space before '}'. (block-spacing)
(#27) Missing whitespace after semicolon. (semi-spacing)
(#27) A space is required after ','. (comma-spacing)
(#27) Missing space before value for key 'version'. (key-spacing)
(#28) Line 28 exceeds the maximum line length of 132. (max-len)
(#28) Missing space before value for key 'animations'. (key-spacing)
(#28) Missing space before value for key 'slide'. (key-spacing)
(#28) A space is required after ','. (comma-spacing)
(#28) Missing space before opening brace. (space-before-blocks)
(#28) Requires a space after '{'. (block-spacing)
(#28) Statement inside of curly braces should be on next line. (brace-style)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Missing space before value for key 'easing'. (key-spacing)
(#28) A space is required after ','. (comma-spacing)
(#28) Missing space before value for key 'duration'. (key-spacing)
(#28) A space is required after ','. (comma-spacing)
(#28) A space is required after ','. (comma-spacing)
(#28) Missing whitespace after semicolon. (semi-spacing)
(#28) Expected { after 'if' condition. (curly)
(#28) Expected space(s) after "if". (keyword-spacing)
(#28) Expected space(s) before "if". (keyword-spacing)
(#28) Expected space(s) after "if". (keyword-spacing)
(#28) Requires a space after '{'. (block-spacing)
(#28) Missing space before opening brace. (space-before-blocks)
(#28) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#28) Statement inside of curly braces should be on next line. (brace-style)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) A space is required after ','. (comma-spacing)
(#28) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) A space is required after ','. (comma-spacing)
(#28) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) A space is required after ','. (comma-spacing)
(#28) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) A space is required after ','. (comma-spacing)
(#28) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#28) Missing whitespace after semicolon. (semi-spacing)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Missing whitespace after semicolon. (semi-spacing)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Missing whitespace after semicolon. (semi-spacing)
(#28) A space is required after ','. (comma-spacing)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) A space is required after ','. (comma-spacing)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) A space is required after ','. (comma-spacing)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) A space is required after ','. (comma-spacing)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) A space is required after ','. (comma-spacing)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Missing whitespace after semicolon. (semi-spacing)
(#28) A space is required after ','. (comma-spacing)
(#28) A space is required after ','. (comma-spacing)
(#28) A space is required after ','. (comma-spacing)
(#28) A space is required after ','. (comma-spacing)
(#28) Requires a space after '{'. (block-spacing)
(#28) Missing space before opening brace. (space-before-blocks)
(#28) Statement inside of curly braces should be on next line. (brace-style)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Missing whitespace after semicolon. (semi-spacing)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) A space is required after ','. (comma-spacing)
(#29) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#29) Line 29 exceeds the maximum line length of 132. (max-len)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Missing space before value for key 'value'. (key-spacing)
(#29) A space is required after ','. (comma-spacing)
(#29) Missing space before value for key 'unit'. (key-spacing)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Requires a space before '}'. (block-spacing)
(#29) Missing semicolon. (semi)
(#29) Missing whitespace after semicolon. (semi-spacing)
(#29) Missing space before value for key 'height'. (key-spacing)
(#29) A space is required after ','. (comma-spacing)
(#29) Missing space before value for key 'overflow'. (key-spacing)
(#29) Missing whitespace after semicolon. (semi-spacing)
(#29) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#29) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#29) A space is required after ','. (comma-spacing)
(#29) Missing space before value for key 'step'. (key-spacing)
(#29) A space is required after ','. (comma-spacing)
(#29) Missing space before opening brace. (space-before-blocks)
(#29) Requires a space after '{'. (block-spacing)
(#29) Expected space(s) after "if". (keyword-spacing)
(#29) Statement inside of curly braces should be on next line. (brace-style)
(#29) Expected { after 'if' condition. (curly)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Missing whitespace after semicolon. (semi-spacing)
(#29) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Requires a space before '}'. (block-spacing)
(#29) Missing semicolon. (semi)
(#29) A space is required after ','. (comma-spacing)
(#29) Missing space before value for key 'duration'. (key-spacing)
(#29) A space is required after ','. (comma-spacing)
(#29) Missing space before value for key 'easing'. (key-spacing)
(#29) A space is required after ','. (comma-spacing)
(#29) Missing space before value for key 'complete'. (key-spacing)
(#29) Requires a space after '{'. (block-spacing)
(#29) Missing space before opening brace. (space-before-blocks)
(#29) Statement inside of curly braces should be on next line. (brace-style)
(#29) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) A space is required after ','. (comma-spacing)
(#29) Missing whitespace after semicolon. (semi-spacing)
(#29) Missing space before value for key 'width'. (key-spacing)
(#29) A space is required after ','. (comma-spacing)
(#29) Missing space before value for key 'overflow'. (key-spacing)
(#29) Missing whitespace after semicolon. (semi-spacing)
(#29) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#29) Requires a space before '}'. (block-spacing)
(#29) Missing semicolon. (semi)
(#29) Requires a space before '}'. (block-spacing)
(#29) Missing semicolon. (semi)
(#29) Expected space(s) before "else". (keyword-spacing)
(#29) Missing space before value for key 'height'. (key-spacing)
(#30) Line 30 exceeds the maximum line length of 132. (max-len)
(#30) Missing space before value for key 'paddingTop'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'paddingBottom'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Expected { after 'else'. (curly)
(#30) Missing space before value for key 'height'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'paddingTop'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'paddingBottom'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing semicolon. (semi)
(#30) Requires a space before '}'. (block-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'bounceslide'. (key-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Requires a space after '{'. (block-spacing)
(#30) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'easing'. (key-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'duration'. (key-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing semicolon. (semi)
(#30) Requires a space before '}'. (block-spacing)
(#30) Missing semicolon. (semi)
(#30) Requires a space before '}'. (block-spacing)
(#30) 'jQuery' is not defined. (no-undef)
mod/offlinequiz/lib/jquery/ui/minified/jquery.ui.autocomplete.min.js
(#15) Line 15 exceeds the maximum line length of 132. (max-len)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'options'. (key-spacing)
(#15) Missing space before value for key 'appendTo'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'autoFocus'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'delay'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'minLength'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'position'. (key-spacing)
(#15) Missing space before value for key 'my'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'at'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'collision'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'source'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'pending'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key '_create'. (key-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'role'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'aria-autocomplete'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'aria-haspopup'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Infix operators must be spaced. (space-infix-ops)
(#16) Line 16 exceeds the maximum line length of 132. (max-len)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "switch". (keyword-spacing)
(#16) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Expected a 'break' statement before 'case'. (no-fallthrough)
(#16) Expected space(s) before "case". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#17) Line 17 exceeds the maximum line length of 132. (max-len)
(#17) Requires a space after '{'. (block-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing semicolon. (semi)
(#17) Requires a space before '}'. (block-spacing)
(#17) Requires a space before '}'. (block-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#17) Missing semicolon. (semi)
(#17) Requires a space before '}'. (block-spacing)
(#17) Requires a space before '}'. (block-spacing)
(#17) Requires a space before '}'. (block-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Requires a space after '{'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Requires a space after '{'. (block-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing semicolon. (semi)
(#17) Requires a space before '}'. (block-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Requires a space after '{'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing semicolon. (semi)
(#17) Requires a space before '}'. (block-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Requires a space after '{'. (block-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Requires a space after '{'. (block-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing semicolon. (semi)
(#17) Requires a space before '}'. (block-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing semicolon. (semi)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Requires a space after '{'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) A space is required after ','. (comma-spacing)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing semicolon. (semi)
(#18) Line 18 exceeds the maximum line length of 132. (max-len)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Requires a space after '{'. (block-spacing)
(#18) Missing space before opening brace. (space-before-blocks)
(#18) Statement inside of curly braces should be on next line. (brace-style)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#18) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) Requires a space after '{'. (block-spacing)
(#18) Missing space before opening brace. (space-before-blocks)
(#18) Statement inside of curly braces should be on next line. (brace-style)
(#18) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing space before opening brace. (space-before-blocks)
(#18) Requires a space after '{'. (block-spacing)
(#18) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#18) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#18) Statement inside of curly braces should be on next line. (brace-style)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) Requires a space before '}'. (block-spacing)
(#18) Missing semicolon. (semi)
(#18) Requires a space before '}'. (block-spacing)
(#18) Missing semicolon. (semi)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#18) Missing space before opening brace. (space-before-blocks)
(#18) Requires a space after '{'. (block-spacing)
(#18) Statement inside of curly braces should be on next line. (brace-style)
(#18) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#18) Requires a space before '}'. (block-spacing)
(#18) Missing semicolon. (semi)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing semicolon. (semi)
(#18) Requires a space before '}'. (block-spacing)
(#18) Missing space before value for key 'focus'. (key-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Requires a space after '{'. (block-spacing)
(#18) Missing space before opening brace. (space-before-blocks)
(#18) Statement inside of curly braces should be on next line. (brace-style)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing space before value for key 'item'. (key-spacing)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) Infix operators must be spaced. (space-infix-ops)
(#19) Line 19 exceeds the maximum line length of 132. (max-len)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'selected'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'item'. (key-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'blur'. (key-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing space before value for key 'top'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'left'. (key-spacing)
(#20) Line 20 exceeds the maximum line length of 132. (max-len)
(#20) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#20) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Missing semicolon. (semi)
(#20) Requires a space before '}'. (block-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) Missing space before value for key 'destroy'. (key-spacing)
(#20) Missing space before opening brace. (space-before-blocks)
(#20) Requires a space after '{'. (block-spacing)
(#20) Statement inside of curly braces should be on next line. (brace-style)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#20) Missing semicolon. (semi)
(#20) Requires a space before '}'. (block-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) Missing space before value for key '_setOption'. (key-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) Missing space before opening brace. (space-before-blocks)
(#20) Requires a space after '{'. (block-spacing)
(#20) Statement inside of curly braces should be on next line. (brace-style)
(#20) A space is required after ','. (comma-spacing)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Expected space(s) after "if". (keyword-spacing)
(#20) Expected { after 'if' condition. (curly)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Expected space(s) before "this". (keyword-spacing)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) A space is required after ','. (comma-spacing)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Infix operators must be spaced. (space-infix-ops)
(#21) Line 21 exceeds the maximum line length of 132. (max-len)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) Missing semicolon. (semi)
(#21) Requires a space before '}'. (block-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing space before value for key '_initSource'. (key-spacing)
(#21) Requires a space after '{'. (block-spacing)
(#21) Missing space before opening brace. (space-before-blocks)
(#21) Statement inside of curly braces should be on next line. (brace-style)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) A space is required after ','. (comma-spacing)
(#21) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#21) Expected space(s) after "if". (keyword-spacing)
(#21) Requires a space after '{'. (block-spacing)
(#21) Missing space before opening brace. (space-before-blocks)
(#21) Statement inside of curly braces should be on next line. (brace-style)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) A space is required after ','. (comma-spacing)
(#21) Requires a space after '{'. (block-spacing)
(#21) Missing space before opening brace. (space-before-blocks)
(#21) Statement inside of curly braces should be on next line. (brace-style)
(#21) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing semicolon. (semi)
(#21) Requires a space before '}'. (block-spacing)
(#21) Missing semicolon. (semi)
(#21) Requires a space before '}'. (block-spacing)
(#21) Expected space(s) before "else". (keyword-spacing)
(#21) Expected space(s) after "if". (keyword-spacing)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) Missing space before opening brace. (space-before-blocks)
(#21) Requires a space after '{'. (block-spacing)
(#21) Statement inside of curly braces should be on next line. (brace-style)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) A space is required after ','. (comma-spacing)
(#21) Requires a space after '{'. (block-spacing)
(#21) Missing space before opening brace. (space-before-blocks)
(#21) Statement inside of curly braces should be on next line. (brace-style)
(#21) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) Missing space before value for key 'url'. (key-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing space before value for key 'data'. (key-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing space before value for key 'dataType'. (key-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing space before value for key 'autocompleteRequest'. (key-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing space before value for key 'success'. (key-spacing)
(#21) Requires a space after '{'. (block-spacing)
(#21) Missing space before opening brace. (space-before-blocks)
(#21) Statement inside of curly braces should be on next line. (brace-style)
(#21) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#21) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) Missing semicolon. (semi)
(#21) Requires a space before '}'. (block-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing space before value for key 'error'. (key-spacing)
(#21) Missing space before opening brace. (space-before-blocks)
(#21) Requires a space after '{'. (block-spacing)
(#21) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#21) Statement inside of curly braces should be on next line. (brace-style)
(#21) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) Requires a space before '}'. (block-spacing)
(#21) Missing semicolon. (semi)
(#21) Missing semicolon. (semi)
(#21) Requires a space before '}'. (block-spacing)
(#21) Requires a space before '}'. (block-spacing)
(#21) Missing semicolon. (semi)
(#21) Expected { after 'else'. (curly)
(#21) Expected space(s) before "else". (keyword-spacing)
(#21) Infix operators must be spaced. (space-infix-ops)
(#22) Line 22 exceeds the maximum line length of 132. (max-len)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) A space is required after ','. (comma-spacing)
(#22) Expected to return a value at the end of this function. (consistent-return)
(#22) Missing space before value for key 'search'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Expected { after 'if' condition. (curly)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Expected space(s) before "return". (keyword-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Expected { after 'if' condition. (curly)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Expected space(s) before "return". (keyword-spacing)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key '_search'. (key-spacing)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Missing space before value for key 'term'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key '_response'. (key-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Expected { after 'else'. (curly)
(#22) Expected space(s) before "else". (keyword-spacing)
(#23) Line 23 exceeds the maximum line length of 132. (max-len)
(#23) Missing whitespace after semicolon. (semi-spacing)
(#23) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#23) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Requires a space before '}'. (block-spacing)
(#23) Missing semicolon. (semi)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'close'. (key-spacing)
(#23) Requires a space after '{'. (block-spacing)
(#23) Missing space before opening brace. (space-before-blocks)
(#23) Statement inside of curly braces should be on next line. (brace-style)
(#23) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#23) Missing whitespace after semicolon. (semi-spacing)
(#23) Expected space(s) after "if". (keyword-spacing)
(#23) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#23) Requires a space after '{'. (block-spacing)
(#23) Missing space before opening brace. (space-before-blocks)
(#23) Statement inside of curly braces should be on next line. (brace-style)
(#23) Missing whitespace after semicolon. (semi-spacing)
(#23) Missing whitespace after semicolon. (semi-spacing)
(#23) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing semicolon. (semi)
(#23) Requires a space before '}'. (block-spacing)
(#23) Requires a space before '}'. (block-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key '_change'. (key-spacing)
(#23) Missing space before opening brace. (space-before-blocks)
(#23) Requires a space after '{'. (block-spacing)
(#23) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#23) Statement inside of curly braces should be on next line. (brace-style)
(#23) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'item'. (key-spacing)
(#23) Requires a space before '}'. (block-spacing)
(#23) Missing semicolon. (semi)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key '_normalize'. (key-spacing)
(#23) Missing space before opening brace. (space-before-blocks)
(#23) Requires a space after '{'. (block-spacing)
(#23) Expected { after 'if' condition. (curly)
(#23) Expected space(s) after "if". (keyword-spacing)
(#23) Statement inside of curly braces should be on next line. (brace-style)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Expected space(s) before "return". (keyword-spacing)
(#23) Missing whitespace after semicolon. (semi-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Requires a space after '{'. (block-spacing)
(#23) Missing space before opening brace. (space-before-blocks)
(#23) Expected { after 'if' condition. (curly)
(#23) Expected space(s) after "if". (keyword-spacing)
(#23) Statement inside of curly braces should be on next line. (brace-style)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Expected space(s) after "return". (keyword-spacing)
(#23) Expected space(s) before "return". (keyword-spacing)
(#23) Missing space before value for key 'label'. (key-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'value'. (key-spacing)
(#23) Missing whitespace after semicolon. (semi-spacing)
(#23) Missing space before value for key 'label'. (key-spacing)
(#23) Infix operators must be spaced. (space-infix-ops)
(#24) Line 24 exceeds the maximum line length of 132. (max-len)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'value'. (key-spacing)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing semicolon. (semi)
(#24) Requires a space before '}'. (block-spacing)
(#24) Missing semicolon. (semi)
(#24) Requires a space before '}'. (block-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key '_suggest'. (key-spacing)
(#24) Requires a space after '{'. (block-spacing)
(#24) Missing space before opening brace. (space-before-blocks)
(#24) Statement inside of curly braces should be on next line. (brace-style)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Missing whitespace after semicolon. (semi-spacing)
(#24) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing whitespace after semicolon. (semi-spacing)
(#24) Missing whitespace after semicolon. (semi-spacing)
(#24) Missing whitespace after semicolon. (semi-spacing)
(#24) Missing whitespace after semicolon. (semi-spacing)
(#24) Missing whitespace after semicolon. (semi-spacing)
(#24) Missing space before value for key 'of'. (key-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing whitespace after semicolon. (semi-spacing)
(#24) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#24) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Missing semicolon. (semi)
(#24) Requires a space before '}'. (block-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key '_resizeMenu'. (key-spacing)
(#24) Requires a space after '{'. (block-spacing)
(#24) Missing space before opening brace. (space-before-blocks)
(#24) Statement inside of curly braces should be on next line. (brace-style)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Missing whitespace after semicolon. (semi-spacing)
(#24) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#24) A space is required after ','. (comma-spacing)
(#24) Requires a space before '}'. (block-spacing)
(#24) Missing semicolon. (semi)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key '_renderMenu'. (key-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Requires a space after '{'. (block-spacing)
(#24) Missing space before opening brace. (space-before-blocks)
(#24) Statement inside of curly braces should be on next line. (brace-style)
(#24) Infix operators must be spaced. (space-infix-ops)
(#25) Line 25 exceeds the maximum line length of 132. (max-len)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Requires a space after '{'. (block-spacing)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing semicolon. (semi)
(#25) Requires a space before '}'. (block-spacing)
(#25) Missing semicolon. (semi)
(#25) Requires a space before '}'. (block-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key '_renderItem'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Requires a space after '{'. (block-spacing)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#25) A space is required after ','. (comma-spacing)
(#25) Requires a space before '}'. (block-spacing)
(#25) Missing semicolon. (semi)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key '_move'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Requires a space after '{'. (block-spacing)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Expected space(s) after "if". (keyword-spacing)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Expected { after 'if' condition. (curly)
(#25) Expected space(s) before "if". (keyword-spacing)
(#25) Expected space(s) after "if". (keyword-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Requires a space after '{'. (block-spacing)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) Missing semicolon. (semi)
(#25) Requires a space before '}'. (block-spacing)
(#25) Expected space(s) before "else". (keyword-spacing)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Expected { after 'else'. (curly)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing semicolon. (semi)
(#25) Requires a space before '}'. (block-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'widget'. (key-spacing)
(#25) Requires a space after '{'. (block-spacing)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) Requires a space before '}'. (block-spacing)
(#25) Missing semicolon. (semi)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'escapeRegex'. (key-spacing)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Requires a space after '{'. (block-spacing)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#26) Line 26 exceeds the maximum line length of 132. (max-len)
(#26) Missing semicolon. (semi)
(#26) Requires a space before '}'. (block-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'filter'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Requires a space after '{'. (block-spacing)
(#26) Missing space before opening brace. (space-before-blocks)
(#26) Statement inside of curly braces should be on next line. (brace-style)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing whitespace after semicolon. (semi-spacing)
(#26) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#26) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#26) A space is required after ','. (comma-spacing)
(#26) Requires a space after '{'. (block-spacing)
(#26) Missing space before opening brace. (space-before-blocks)
(#26) Statement inside of curly braces should be on next line. (brace-style)
(#26) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Requires a space before '}'. (block-spacing)
(#26) Missing semicolon. (semi)
(#26) Requires a space before '}'. (block-spacing)
(#26) Missing semicolon. (semi)
(#26) Requires a space before '}'. (block-spacing)
(#26) Missing semicolon. (semi)
(#26) 'jQuery' is not defined. (no-undef)
(#27) Line 27 exceeds the maximum line length of 132. (max-len)
(#27) Missing space before opening brace. (space-before-blocks)
(#27) Requires a space after '{'. (block-spacing)
(#27) Statement inside of curly braces should be on next line. (brace-style)
(#27) A space is required after ','. (comma-spacing)
(#27) Missing space before value for key '_create'. (key-spacing)
(#27) Missing space before opening brace. (space-before-blocks)
(#27) Requires a space after '{'. (block-spacing)
(#27) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#27) Statement inside of curly braces should be on next line. (brace-style)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Missing whitespace after semicolon. (semi-spacing)
(#27) Missing space before value for key 'role'. (key-spacing)
(#27) A space is required after ','. (comma-spacing)
(#27) Missing space before value for key 'aria-activedescendant'. (key-spacing)
(#27) Requires a space after '{'. (block-spacing)
(#27) Missing space before opening brace. (space-before-blocks)
(#27) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#27) Expected space(s) after "if". (keyword-spacing)
(#27) Statement inside of curly braces should be on next line. (brace-style)
(#27) Requires a space after '{'. (block-spacing)
(#27) Missing space before opening brace. (space-before-blocks)
(#27) Statement inside of curly braces should be on next line. (brace-style)
(#27) Missing whitespace after semicolon. (semi-spacing)
(#27) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#27) Requires a space before '}'. (block-spacing)
(#27) Missing semicolon. (semi)
(#27) Requires a space before '}'. (block-spacing)
(#27) Missing whitespace after semicolon. (semi-spacing)
(#27) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#27) Missing semicolon. (semi)
(#27) Requires a space before '}'. (block-spacing)
(#27) A space is required after ','. (comma-spacing)
(#27) Missing space before value for key 'refresh'. (key-spacing)
(#27) Requires a space after '{'. (block-spacing)
(#27) Missing space before opening brace. (space-before-blocks)
(#27) Statement inside of curly braces should be on next line. (brace-style)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Missing whitespace after semicolon. (semi-spacing)
(#27) A space is required after ','. (comma-spacing)
(#28) Line 28 exceeds the maximum line length of 132. (max-len)
(#28) Requires a space after '{'. (block-spacing)
(#28) Missing space before opening brace. (space-before-blocks)
(#28) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#28) Statement inside of curly braces should be on next line. (brace-style)
(#28) A space is required after ','. (comma-spacing)
(#28) Missing semicolon. (semi)
(#28) Requires a space before '}'. (block-spacing)
(#28) Missing space before opening brace. (space-before-blocks)
(#28) Requires a space after '{'. (block-spacing)
(#28) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#28) Statement inside of curly braces should be on next line. (brace-style)
(#28) Requires a space before '}'. (block-spacing)
(#28) Missing semicolon. (semi)
(#28) Requires a space before '}'. (block-spacing)
(#28) Missing semicolon. (semi)
(#28) A space is required after ','. (comma-spacing)
(#28) Missing space before value for key 'activate'. (key-spacing)
(#28) A space is required after ','. (comma-spacing)
(#28) Requires a space after '{'. (block-spacing)
(#28) Missing space before opening brace. (space-before-blocks)
(#28) Statement inside of curly braces should be on next line. (brace-style)
(#28) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#28) Missing whitespace after semicolon. (semi-spacing)
(#28) Expected space(s) after "if". (keyword-spacing)
(#28) Missing space before opening brace. (space-before-blocks)
(#28) Requires a space after '{'. (block-spacing)
(#28) Statement inside of curly braces should be on next line. (brace-style)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) A space is required after ','. (comma-spacing)
(#28) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) A space is required after ','. (comma-spacing)
(#28) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Missing whitespace after semicolon. (semi-spacing)
(#28) Expected space(s) after "if". (keyword-spacing)
(#28) Expected { after 'if' condition. (curly)
(#28) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Expected space(s) before "this". (keyword-spacing)
(#28) A space is required after ','. (comma-spacing)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Missing whitespace after semicolon. (semi-spacing)
(#28) Expected { after 'else'. (curly)
(#28) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) A space is required after ','. (comma-spacing)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Requires a space before '}'. (block-spacing)
(#28) Missing semicolon. (semi)
(#28) Expected space(s) before "this". (keyword-spacing)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) A space is required after ','. (comma-spacing)
(#28) Missing whitespace after semicolon. (semi-spacing)
(#28) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#28) A space is required after ','. (comma-spacing)
(#28) A space is required after ','. (comma-spacing)
(#28) Missing space before value for key 'item'. (key-spacing)
(#28) Requires a space before '}'. (block-spacing)
(#28) Missing semicolon. (semi)
(#29) Line 29 exceeds the maximum line length of 132. (max-len)
(#29) Missing space before value for key 'deactivate'. (key-spacing)
(#29) Missing space before opening brace. (space-before-blocks)
(#29) Requires a space after '{'. (block-spacing)
(#29) Expected space(s) after "if". (keyword-spacing)
(#29) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#29) Statement inside of curly braces should be on next line. (brace-style)
(#29) Missing space before opening brace. (space-before-blocks)
(#29) Requires a space after '{'. (block-spacing)
(#29) Statement inside of curly braces should be on next line. (brace-style)
(#29) Missing whitespace after semicolon. (semi-spacing)
(#29) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#29) Missing whitespace after semicolon. (semi-spacing)
(#29) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Requires a space before '}'. (block-spacing)
(#29) Missing semicolon. (semi)
(#29) Requires a space before '}'. (block-spacing)
(#29) A space is required after ','. (comma-spacing)
(#29) Missing space before value for key 'next'. (key-spacing)
(#29) Requires a space after '{'. (block-spacing)
(#29) Missing space before opening brace. (space-before-blocks)
(#29) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#29) Statement inside of curly braces should be on next line. (brace-style)
(#29) A space is required after ','. (comma-spacing)
(#29) A space is required after ','. (comma-spacing)
(#29) Missing semicolon. (semi)
(#29) Requires a space before '}'. (block-spacing)
(#29) A space is required after ','. (comma-spacing)
(#29) Missing space before value for key 'previous'. (key-spacing)
(#29) Missing space before opening brace. (space-before-blocks)
(#29) Requires a space after '{'. (block-spacing)
(#29) Statement inside of curly braces should be on next line. (brace-style)
(#29) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#29) A space is required after ','. (comma-spacing)
(#29) A space is required after ','. (comma-spacing)
(#29) Missing semicolon. (semi)
(#29) Requires a space before '}'. (block-spacing)
(#29) A space is required after ','. (comma-spacing)
(#29) Missing space before value for key 'first'. (key-spacing)
(#29) Requires a space after '{'. (block-spacing)
(#29) Missing space before opening brace. (space-before-blocks)
(#29) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#29) Statement inside of curly braces should be on next line. (brace-style)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Missing semicolon. (semi)
(#29) Requires a space before '}'. (block-spacing)
(#29) A space is required after ','. (comma-spacing)
(#29) Missing space before value for key 'last'. (key-spacing)
(#29) Missing space before opening brace. (space-before-blocks)
(#29) Requires a space after '{'. (block-spacing)
(#29) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#29) Statement inside of curly braces should be on next line. (brace-style)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Missing semicolon. (semi)
(#29) Requires a space before '}'. (block-spacing)
(#29) A space is required after ','. (comma-spacing)
(#29) Missing space before value for key 'move'. (key-spacing)
(#29) A space is required after ','. (comma-spacing)
(#29) A space is required after ','. (comma-spacing)
(#29) Requires a space after '{'. (block-spacing)
(#29) Missing space before opening brace. (space-before-blocks)
(#29) Expected space(s) after "if". (keyword-spacing)
(#29) Statement inside of curly braces should be on next line. (brace-style)
(#29) Requires a space after '{'. (block-spacing)
(#29) Missing space before opening brace. (space-before-blocks)
(#29) Statement inside of curly braces should be on next line. (brace-style)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#30) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#30) Line 30 exceeds the maximum line length of 132. (max-len)
(#30) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Requires a space before '}'. (block-spacing)
(#30) Missing semicolon. (semi)
(#30) Expected space(s) before "else". (keyword-spacing)
(#30) Expected { after 'else'. (curly)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing semicolon. (semi)
(#30) Requires a space before '}'. (block-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'nextPage'. (key-spacing)
(#30) Requires a space after '{'. (block-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Expected { after 'if' condition. (curly)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#30) Expected space(s) after "if". (keyword-spacing)
(#30) Expected space(s) before "if". (keyword-spacing)
(#30) Expected space(s) after "if". (keyword-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Expected space(s) before "this". (keyword-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Expected space(s) after "else". (keyword-spacing)
(#30) Requires a space after '{'. (block-spacing)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Requires a space after '{'. (block-spacing)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Requires a space before '}'. (block-spacing)
(#30) Missing semicolon. (semi)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#31) Line 31 exceeds the maximum line length of 132. (max-len)
(#31) Missing semicolon. (semi)
(#31) Requires a space before '}'. (block-spacing)
(#31) Expected { after 'else'. (curly)
(#31) Expected space(s) before "else". (keyword-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Requires a space before '}'. (block-spacing)
(#31) Missing semicolon. (semi)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing space before value for key 'previousPage'. (key-spacing)
(#31) Requires a space after '{'. (block-spacing)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Expected { after 'if' condition. (curly)
(#31) Expected space(s) after "if". (keyword-spacing)
(#31) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Expected space(s) before "if". (keyword-spacing)
(#31) Expected space(s) after "if". (keyword-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Expected space(s) before "this". (keyword-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Expected space(s) after "else". (keyword-spacing)
(#31) Requires a space after '{'. (block-spacing)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) 'result' is not defined. (no-undef)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Requires a space after '{'. (block-spacing)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Requires a space before '}'. (block-spacing)
(#31) Missing semicolon. (semi)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#31) 'result' is not defined. (no-undef)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) 'result' is not defined. (no-undef)
(#31) Infix operators must be spaced. (space-infix-ops)
(#32) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#32) Line 32 exceeds the maximum line length of 132. (max-len)
(#32) A space is required after ','. (comma-spacing)
(#32) 'result' is not defined. (no-undef)
(#32) Missing semicolon. (semi)
(#32) Requires a space before '}'. (block-spacing)
(#32) Expected { after 'else'. (curly)
(#32) Expected space(s) before "else". (keyword-spacing)
(#32) A space is required after ','. (comma-spacing)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Missing semicolon. (semi)
(#32) Requires a space before '}'. (block-spacing)
(#32) A space is required after ','. (comma-spacing)
(#32) Missing space before value for key 'hasScroll'. (key-spacing)
(#32) Missing space before opening brace. (space-before-blocks)
(#32) Requires a space after '{'. (block-spacing)
(#32) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#32) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#32) Statement inside of curly braces should be on next line. (brace-style)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Missing semicolon. (semi)
(#32) Requires a space before '}'. (block-spacing)
(#32) A space is required after ','. (comma-spacing)
(#32) Missing space before value for key 'select'. (key-spacing)
(#32) Missing space before opening brace. (space-before-blocks)
(#32) Requires a space after '{'. (block-spacing)
(#32) Statement inside of curly braces should be on next line. (brace-style)
(#32) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#32) A space is required after ','. (comma-spacing)
(#32) A space is required after ','. (comma-spacing)
(#32) Missing space before value for key 'item'. (key-spacing)
(#32) Requires a space before '}'. (block-spacing)
(#32) Missing semicolon. (semi)
(#32) Missing semicolon. (semi)
(#32) Requires a space before '}'. (block-spacing)
(#32) 'jQuery' is not defined. (no-undef)
mod/offlinequiz/lib/jquery/ui/minified/jquery.ui.button.min.js
(#14) Line 14 exceeds the maximum line length of 132. (max-len)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Requires a space after '{'. (block-spacing)
(#14) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Requires a space after '{'. (block-spacing)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Requires a space before '}'. (block-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing semicolon. (semi)
(#14) Requires a space before '}'. (block-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Requires a space after '{'. (block-spacing)
(#14) Expected space(s) after "return". (keyword-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Requires a space before '}'. (block-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Requires a space before '}'. (block-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'options'. (key-spacing)
(#14) Missing space before value for key 'disabled'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'text'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'label'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'icons'. (key-spacing)
(#14) Missing space before value for key 'primary'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'secondary'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key '_create'. (key-spacing)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#15) Line 15 exceeds the maximum line length of 132. (max-len)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Expected { after 'if' condition. (curly)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Expected space(s) before "this". (keyword-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Expected { after 'if' condition. (curly)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Expected { after 'if' condition. (curly)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) A space is required after ','. (comma-spacing)
(#16) Line 16 exceeds the maximum line length of 132. (max-len)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected space(s) before "this". (keyword-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected to return a value at the end of this function. (consistent-return)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Line 17 exceeds the maximum line length of 132. (max-len)
(#17) A space is required after ','. (comma-spacing)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing semicolon. (semi)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Expected { after 'if' condition. (curly)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Expected space(s) before "this". (keyword-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Expected to return a value at the end of this function. (consistent-return)
(#17) Requires a space after '{'. (block-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Expected { after 'if' condition. (curly)
(#17) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#17) Expected space(s) before "return". (keyword-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing semicolon. (semi)
(#17) A space is required after ','. (comma-spacing)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing semicolon. (semi)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Expected space(s) after "else". (keyword-spacing)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) A space is required after ','. (comma-spacing)
(#17) Expected to return a value at the end of this function. (consistent-return)
(#17) Requires a space after '{'. (block-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Expected { after 'if' condition. (curly)
(#17) Expected space(s) before "return". (keyword-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#18) Line 18 exceeds the maximum line length of 132. (max-len)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing space before opening brace. (space-before-blocks)
(#18) Requires a space after '{'. (block-spacing)
(#18) Statement inside of curly braces should be on next line. (brace-style)
(#18) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#18) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) Requires a space before '}'. (block-spacing)
(#18) Missing semicolon. (semi)
(#18) Missing semicolon. (semi)
(#18) Requires a space before '}'. (block-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Expected to return a value at the end of this function. (consistent-return)
(#18) Missing space before opening brace. (space-before-blocks)
(#18) Requires a space after '{'. (block-spacing)
(#18) Statement inside of curly braces should be on next line. (brace-style)
(#18) Expected space(s) after "if". (keyword-spacing)
(#18) Expected { after 'if' condition. (curly)
(#18) Expected space(s) before "return". (keyword-spacing)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#18) Requires a space before '}'. (block-spacing)
(#18) Missing semicolon. (semi)
(#18) A space is required after ','. (comma-spacing)
(#18) Expected to return a value at the end of this function. (consistent-return)
(#18) Missing space before opening brace. (space-before-blocks)
(#18) Requires a space after '{'. (block-spacing)
(#18) Statement inside of curly braces should be on next line. (brace-style)
(#18) Expected { after 'if' condition. (curly)
(#18) Expected space(s) after "if". (keyword-spacing)
(#18) Expected space(s) before "return". (keyword-spacing)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#18) Expected { after 'if' condition. (curly)
(#18) Expected space(s) after "if". (keyword-spacing)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) Requires a space before '}'. (block-spacing)
(#18) Missing semicolon. (semi)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing space before opening brace. (space-before-blocks)
(#18) Requires a space after '{'. (block-spacing)
(#18) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#18) Statement inside of curly braces should be on next line. (brace-style)
(#18) Requires a space before '}'. (block-spacing)
(#18) Missing semicolon. (semi)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#18) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) Missing space before opening brace. (space-before-blocks)
(#18) Requires a space after '{'. (block-spacing)
(#18) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#18) Statement inside of curly braces should be on next line. (brace-style)
(#18) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) Requires a space before '}'. (block-spacing)
(#18) Missing semicolon. (semi)
(#18) Requires a space before '}'. (block-spacing)
(#18) Missing semicolon. (semi)
(#18) Expected space(s) before "this". (keyword-spacing)
(#19) Line 19 exceeds the maximum line length of 132. (max-len)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key '_determineButtonType'. (key-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Do not nest ternary expressions (no-nested-ternary)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Do not nest ternary expressions (no-nested-ternary)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Expected { after 'if' condition. (curly)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Expected space(s) before "this". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) before "this". (keyword-spacing)
(#20) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#20) Line 20 exceeds the maximum line length of 132. (max-len)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#20) A space is required after ','. (comma-spacing)
(#20) Missing semicolon. (semi)
(#20) Requires a space before '}'. (block-spacing)
(#20) Expected space(s) before "else". (keyword-spacing)
(#20) Expected { after 'else'. (curly)
(#20) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Missing semicolon. (semi)
(#20) Requires a space before '}'. (block-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) Missing space before value for key 'widget'. (key-spacing)
(#20) Requires a space after '{'. (block-spacing)
(#20) Missing space before opening brace. (space-before-blocks)
(#20) Statement inside of curly braces should be on next line. (brace-style)
(#20) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#20) Requires a space before '}'. (block-spacing)
(#20) Missing semicolon. (semi)
(#20) A space is required after ','. (comma-spacing)
(#20) Missing space before value for key 'destroy'. (key-spacing)
(#20) Missing space before opening brace. (space-before-blocks)
(#20) Requires a space after '{'. (block-spacing)
(#20) Statement inside of curly braces should be on next line. (brace-style)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#21) Line 21 exceeds the maximum line length of 132. (max-len)
(#21) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#21) Requires a space before '}'. (block-spacing)
(#21) Missing semicolon. (semi)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing space before value for key '_setOption'. (key-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing space before opening brace. (space-before-blocks)
(#21) Requires a space after '{'. (block-spacing)
(#21) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#21) Statement inside of curly braces should be on next line. (brace-style)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Expected space(s) after "if". (keyword-spacing)
(#21) Expected { after 'if' condition. (curly)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#21) Missing semicolon. (semi)
(#21) Requires a space before '}'. (block-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing space before value for key 'refresh'. (key-spacing)
(#21) Missing space before opening brace. (space-before-blocks)
(#21) Requires a space after '{'. (block-spacing)
(#21) Statement inside of curly braces should be on next line. (brace-style)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Expected { after 'if' condition. (curly)
(#21) Expected space(s) after "if". (keyword-spacing)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) Requires a space after '{'. (block-spacing)
(#21) Missing space before opening brace. (space-before-blocks)
(#21) Statement inside of curly braces should be on next line. (brace-style)
(#21) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#21) Infix operators must be spaced. (space-infix-ops)
(#22) Line 22 exceeds the maximum line length of 132. (max-len)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Expected { after 'if' condition. (curly)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Expected space(s) before "this". (keyword-spacing)
(#22) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key '_resetButton'. (key-spacing)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#22) Expected { after 'if' condition. (curly)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#22) Expected space(s) before "this". (keyword-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Expected space(s) after "else". (keyword-spacing)
(#22) Requires a space after '{'. (block-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#23) Line 23 exceeds the maximum line length of 132. (max-len)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) A space is required after ','. (comma-spacing)
(#23) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) A space is required after ','. (comma-spacing)
(#23) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) A space is required after ','. (comma-spacing)
(#23) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Missing whitespace after semicolon. (semi-spacing)
(#23) Expected space(s) after "if". (keyword-spacing)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Requires a space after '{'. (block-spacing)
(#23) Missing space before opening brace. (space-before-blocks)
(#23) Statement inside of curly braces should be on next line. (brace-style)
(#23) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#23) Expected { after 'if' condition. (curly)
(#23) Expected space(s) after "if". (keyword-spacing)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Do not nest ternary expressions (no-nested-ternary)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Missing whitespace after semicolon. (semi-spacing)
(#23) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Missing whitespace after semicolon. (semi-spacing)
(#23) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Missing whitespace after semicolon. (semi-spacing)
(#23) Expected space(s) after "if". (keyword-spacing)
(#23) Requires a space after '{'. (block-spacing)
(#23) Missing space before opening brace. (space-before-blocks)
(#23) Statement inside of curly braces should be on next line. (brace-style)
(#23) Infix operators must be spaced. (space-infix-ops)
(#24) Line 24 exceeds the maximum line length of 132. (max-len)
(#24) Missing whitespace after semicolon. (semi-spacing)
(#24) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#24) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) A space is required after ','. (comma-spacing)
(#24) Requires a space before '}'. (block-spacing)
(#24) Missing semicolon. (semi)
(#24) Requires a space before '}'. (block-spacing)
(#24) Expected { after 'else'. (curly)
(#24) Expected space(s) before "else". (keyword-spacing)
(#24) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#24) Missing whitespace after semicolon. (semi-spacing)
(#24) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#24) Requires a space before '}'. (block-spacing)
(#24) Missing semicolon. (semi)
(#24) Requires a space before '}'. (block-spacing)
(#24) Missing whitespace after semicolon. (semi-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'options'. (key-spacing)
(#24) Missing space before value for key 'items'. (key-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key '_create'. (key-spacing)
(#24) Requires a space after '{'. (block-spacing)
(#24) Missing space before opening brace. (space-before-blocks)
(#24) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#24) Statement inside of curly braces should be on next line. (brace-style)
(#24) Requires a space before '}'. (block-spacing)
(#24) Missing semicolon. (semi)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key '_init'. (key-spacing)
(#24) Missing space before opening brace. (space-before-blocks)
(#24) Requires a space after '{'. (block-spacing)
(#24) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#24) Statement inside of curly braces should be on next line. (brace-style)
(#24) Requires a space before '}'. (block-spacing)
(#24) Missing semicolon. (semi)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key '_setOption'. (key-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before opening brace. (space-before-blocks)
(#24) Requires a space after '{'. (block-spacing)
(#24) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#24) Statement inside of curly braces should be on next line. (brace-style)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing whitespace after semicolon. (semi-spacing)
(#24) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing semicolon. (semi)
(#24) Requires a space before '}'. (block-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'refresh'. (key-spacing)
(#24) Requires a space after '{'. (block-spacing)
(#24) Missing space before opening brace. (space-before-blocks)
(#24) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#24) Statement inside of curly braces should be on next line. (brace-style)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Requires a space after '{'. (block-spacing)
(#24) Missing space before opening brace. (space-before-blocks)
(#24) Statement inside of curly braces should be on next line. (brace-style)
(#24) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#24) Requires a space before '}'. (block-spacing)
(#24) Missing semicolon. (semi)
(#24) Missing semicolon. (semi)
(#24) Requires a space before '}'. (block-spacing)
(#25) Line 25 exceeds the maximum line length of 132. (max-len)
(#25) Missing space before value for key 'destroy'. (key-spacing)
(#25) Requires a space after '{'. (block-spacing)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Requires a space after '{'. (block-spacing)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) Requires a space before '}'. (block-spacing)
(#25) Missing semicolon. (semi)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) Requires a space before '}'. (block-spacing)
(#25) Missing semicolon. (semi)
(#25) Missing semicolon. (semi)
(#25) Requires a space before '}'. (block-spacing)
(#25) 'jQuery' is not defined. (no-undef)
mod/offlinequiz/lib/jquery/ui/minified/jquery.ui.core.min.js
(#1) Expected space or tab after '/*' in comment. (spaced-comment)
(#10) Line 10 exceeds the maximum line length of 132. (max-len)
(#10) A space is required after ','. (comma-spacing)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Missing JSDoc comment. (require-jsdoc)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Expected space(s) after "return". (keyword-spacing)
(#10) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) A space is required after ','. (comma-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Requires a space before '}'. (block-spacing)
(#10) Missing semicolon. (semi)
(#10) Requires a space before '}'. (block-spacing)
(#10) Missing semicolon. (semi)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected space(s) after "if". (keyword-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Requires a space after '{'. (block-spacing)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'version'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'keyCode'. (key-spacing)
(#10) Missing space before value for key 'ALT'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'BACKSPACE'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'CAPS_LOCK'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'COMMA'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'COMMAND'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'COMMAND_LEFT'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'COMMAND_RIGHT'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'CONTROL'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'DELETE'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'DOWN'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'END'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'ENTER'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'ESCAPE'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'HOME'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'INSERT'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'LEFT'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'MENU'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'NUMPAD_ADD'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'NUMPAD_DECIMAL'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'NUMPAD_DIVIDE'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'NUMPAD_ENTER'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'NUMPAD_MULTIPLY'. (key-spacing)
(#11) Line 11 exceeds the maximum line length of 132. (max-len)
(#11) Missing space before value for key 'NUMPAD_SUBTRACT'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'PAGE_DOWN'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'PAGE_UP'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'PERIOD'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'RIGHT'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'SHIFT'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'SPACE'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'TAB'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'UP'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'WINDOWS'. (key-spacing)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Missing space before value for key '_focus'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'focus'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Requires a space after '{'. (block-spacing)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Requires a space after '{'. (block-spacing)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Requires a space after '{'. (block-spacing)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing semicolon. (semi)
(#11) Requires a space before '}'. (block-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing semicolon. (semi)
(#11) Requires a space before '}'. (block-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Requires a space before '}'. (block-spacing)
(#11) Missing semicolon. (semi)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'scrollParent'. (key-spacing)
(#11) Requires a space after '{'. (block-spacing)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Requires a space after '{'. (block-spacing)
(#11) Expected space(s) after "return". (keyword-spacing)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#12) Line 12 exceeds the maximum line length of 132. (max-len)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Requires a space after '{'. (block-spacing)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Expected space(s) after "return". (keyword-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Expected space(s) after "return". (keyword-spacing)
(#12) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'zIndex'. (key-spacing)
(#12) Requires a space after '{'. (block-spacing)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Expected { after 'if' condition. (curly)
(#12) Expected space(s) after "if". (keyword-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Expected space(s) before "return". (keyword-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected space(s) after "if". (keyword-spacing)
(#12) Requires a space after '{'. (block-spacing)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected space(s) after "for". (keyword-spacing)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Requires a space after '{'. (block-spacing)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Infix operators must be spaced. (space-infix-ops)
(#13) Expected space(s) after "if". (keyword-spacing)
(#13) Line 13 exceeds the maximum line length of 132. (max-len)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Requires a space after '{'. (block-spacing)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#13) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#13) Expected { after 'if' condition. (curly)
(#13) Expected space(s) after "if". (keyword-spacing)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Expected space(s) before "return". (keyword-spacing)
(#13) Missing semicolon. (semi)
(#13) Requires a space before '}'. (block-spacing)
(#13) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Missing semicolon. (semi)
(#13) Requires a space before '}'. (block-spacing)
(#13) Requires a space before '}'. (block-spacing)
(#13) Expected space(s) before "return". (keyword-spacing)
(#13) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#13) Missing semicolon. (semi)
(#13) Requires a space before '}'. (block-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'disableSelection'. (key-spacing)
(#13) Requires a space after '{'. (block-spacing)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Requires a space after '{'. (block-spacing)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#13) Requires a space before '}'. (block-spacing)
(#13) Missing semicolon. (semi)
(#13) Requires a space before '}'. (block-spacing)
(#13) Missing semicolon. (semi)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'enableSelection'. (key-spacing)
(#13) Requires a space after '{'. (block-spacing)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) Requires a space before '}'. (block-spacing)
(#13) Missing semicolon. (semi)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Requires a space after '{'. (block-spacing)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) Missing JSDoc comment. (require-jsdoc)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Requires a space after '{'. (block-spacing)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) Requires a space after '{'. (block-spacing)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Expected space(s) after "if". (keyword-spacing)
(#13) Expected { after 'if' condition. (curly)
(#13) Infix operators must be spaced. (space-infix-ops)
(#14) Line 14 exceeds the maximum line length of 132. (max-len)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Missing semicolon. (semi)
(#14) Requires a space before '}'. (block-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Requires a space before '}'. (block-spacing)
(#14) Missing semicolon. (semi)
(#14) Expected space(s) before "var". (keyword-spacing)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Missing space before value for key 'innerWidth'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'innerHeight'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'outerWidth'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'outerHeight'. (key-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Requires a space after '{'. (block-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Expected { after 'if' condition. (curly)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Expected space(s) before "return". (keyword-spacing)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Requires a space after '{'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Missing semicolon. (semi)
(#14) Requires a space before '}'. (block-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Missing semicolon. (semi)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Expected { after 'if' condition. (curly)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Expected space(s) before "return". (keyword-spacing)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#15) Line 15 exceeds the maximum line length of 132. (max-len)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'data'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Expected space(s) after "return". (keyword-spacing)
(#15) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'focusable'. (key-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected { after 'if' condition. (curly)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Expected space(s) before "return". (keyword-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Expected space(s) after "return". (keyword-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing semicolon. (semi)
(#15) Expected space(s) before "return". (keyword-spacing)
(#15) Expected space(s) after "return". (keyword-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Do not nest ternary expressions (no-nested-ternary)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'tabbable'. (key-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Expected space(s) after "return". (keyword-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing semicolon. (semi)
(#16) Line 16 exceeds the maximum line length of 132. (max-len)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'minHeight'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'height'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'padding'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'borderWidth'. (key-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'plugin'. (key-spacing)
(#16) Missing space before value for key 'add'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'call'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Expected space(s) before "for". (keyword-spacing)
(#16) Expected { after 'for' condition. (curly)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#17) Line 17 exceeds the maximum line length of 132. (max-len)
(#17) A space is required after ','. (comma-spacing)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing semicolon. (semi)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key 'contains'. (key-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Requires a space after '{'. (block-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Unexpected use of '&'. (no-bitwise)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing semicolon. (semi)
(#17) Requires a space before '}'. (block-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key 'hasScroll'. (key-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Requires a space after '{'. (block-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Expected { after 'if' condition. (curly)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Expected space(s) before "return". (keyword-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Expected { after 'if' condition. (curly)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Expected space(s) before "return". (keyword-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing semicolon. (semi)
(#17) Requires a space before '}'. (block-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key 'isOverAxis'. (key-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing semicolon. (semi)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key 'isOver'. (key-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Requires a space after '{'. (block-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing semicolon. (semi)
(#17) Requires a space before '}'. (block-spacing)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing semicolon. (semi)
(#17) Requires a space before '}'. (block-spacing)
(#17) 'jQuery' is not defined. (no-undef)
mod/offlinequiz/lib/jquery/ui/minified/jquery.ui.datepicker.min.js
(#13) Line 13 exceeds the maximum line length of 132. (max-len)
(#13) A space is required after ','. (comma-spacing)
(#13) Requires a space after '{'. (block-spacing)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) Missing JSDoc comment. (require-jsdoc)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) Requires a space after '{'. (block-spacing)
(#13) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Infix operators must be spaced. (space-infix-ops)
(#14) Line 14 exceeds the maximum line length of 132. (max-len)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Missing space before value for key 'closeText'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'prevText'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'nextText'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'currentText'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'monthNames'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'monthNamesShort'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'dayNames'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'dayNamesShort'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'dayNamesMin'. (key-spacing)
(#15) Line 15 exceeds the maximum line length of 132. (max-len)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'weekHeader'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'dateFormat'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'firstDay'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'isRTL'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'showMonthAfterYear'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'yearSuffix'. (key-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing space before value for key 'showOn'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'showAnim'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'showOptions'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'defaultDate'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'appendText'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'buttonText'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'buttonImage'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'buttonImageOnly'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'hideIfNoPrevNext'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'navigationAsDateFormat'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'gotoCurrent'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'changeMonth'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'changeYear'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'yearRange'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'showOtherMonths'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'selectOtherMonths'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'showWeek'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'calculateWeek'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'shortYearCutoff'. (key-spacing)
(#16) Line 16 exceeds the maximum line length of 132. (max-len)
(#16) Missing space before value for key 'minDate'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'maxDate'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'duration'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'beforeShowDay'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'beforeShow'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'onSelect'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'onChangeMonthYear'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'onClose'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'numberOfMonths'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'showCurrentAtPos'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'stepMonths'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'stepBigMonths'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'altField'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'altFormat'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'constrainInput'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'showButtonPanel'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'autoSize'. (key-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Expected space(s) before "function". (keyword-spacing)
(#16) Missing JSDoc comment. (require-jsdoc)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'for-in'. (curly)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected space(s) before "if". (keyword-spacing)
(#16) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#16) Infix operators must be spaced. (space-infix-ops)
(#17) Line 17 exceeds the maximum line length of 132. (max-len)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing semicolon. (semi)
(#17) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key 'datepicker'. (key-spacing)
(#17) Missing space before value for key 'version'. (key-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing '()' invoking a constructor (new-parens)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key 'markerClassName'. (key-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key 'log'. (key-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Unexpected console statement. (no-console)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing semicolon. (semi)
(#17) Requires a space before '}'. (block-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key '_widgetDatepicker'. (key-spacing)
(#17) Requires a space after '{'. (block-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Missing semicolon. (semi)
(#17) Requires a space before '}'. (block-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key 'setDefaults'. (key-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#17) A space is required after ','. (comma-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing semicolon. (semi)
(#17) Requires a space before '}'. (block-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key '_attachDatepicker'. (key-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Expected space(s) after "for". (keyword-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Requires a space after '{'. (block-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Expected space(s) after "try". (keyword-spacing)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) eval can be harmful. (no-eval)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing semicolon. (semi)
(#17) Expected space(s) after "catch". (keyword-spacing)
(#17) Expected space(s) before "catch". (keyword-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing semicolon. (semi)
(#17) Requires a space before '}'. (block-spacing)
(#17) Requires a space before '}'. (block-spacing)
(#17) 'e' used outside of binding context. (block-scoped-var)
(#17) Infix operators must be spaced. (space-infix-ops)
(#18) Line 18 exceeds the maximum line length of 132. (max-len)
(#18) 'f' used outside of binding context. (block-scoped-var)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) 'e' used outside of binding context. (block-scoped-var)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) 'e' used outside of binding context. (block-scoped-var)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Expected space(s) after "if". (keyword-spacing)
(#18) Requires a space after '{'. (block-spacing)
(#18) Missing space before opening brace. (space-before-blocks)
(#18) Statement inside of curly braces should be on next line. (brace-style)
(#18) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) Missing semicolon. (semi)
(#18) Requires a space before '}'. (block-spacing)
(#18) Expected space(s) before "var". (keyword-spacing)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) 'f' used outside of binding context. (block-scoped-var)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#18) Expected space(s) after "if". (keyword-spacing)
(#18) Expected { after 'if' condition. (curly)
(#18) 'e' used outside of binding context. (block-scoped-var)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) Expected space(s) before "this". (keyword-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Expected { after 'else'. (curly)
(#18) 'f' used outside of binding context. (block-scoped-var)
(#18) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Requires a space before '}'. (block-spacing)
(#18) Missing semicolon. (semi)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing space before value for key '_newInst'. (key-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing space before opening brace. (space-before-blocks)
(#18) Requires a space after '{'. (block-spacing)
(#18) Expected space(s) after "return". (keyword-spacing)
(#18) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#18) Statement inside of curly braces should be on next line. (brace-style)
(#18) Missing space before value for key 'id'. (key-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing space before value for key 'input'. (key-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing space before value for key 'selectedDay'. (key-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing space before value for key 'selectedMonth'. (key-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing space before value for key 'selectedYear'. (key-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing space before value for key 'drawMonth'. (key-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing space before value for key 'drawYear'. (key-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing space before value for key 'inline'. (key-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing space before value for key 'dpDiv'. (key-spacing)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) Missing semicolon. (semi)
(#18) Requires a space before '}'. (block-spacing)
(#19) Line 19 exceeds the maximum line length of 132. (max-len)
(#19) Missing space before value for key '_connectDatepicker'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key '_attachments'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#19) Infix operators must be spaced. (space-infix-ops)
(#20) Line 20 exceeds the maximum line length of 132. (max-len)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Expected space(s) after "if". (keyword-spacing)
(#20) Requires a space after '{'. (block-spacing)
(#20) Missing space before opening brace. (space-before-blocks)
(#20) Statement inside of curly braces should be on next line. (brace-style)
(#20) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Requires a space before '}'. (block-spacing)
(#20) Missing semicolon. (semi)
(#20) A space is required after ','. (comma-spacing)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) A space is required after ','. (comma-spacing)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Expected { after 'if' condition. (curly)
(#20) Expected space(s) after "if". (keyword-spacing)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Expected space(s) after "if". (keyword-spacing)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Requires a space after '{'. (block-spacing)
(#20) Missing space before opening brace. (space-before-blocks)
(#20) Statement inside of curly braces should be on next line. (brace-style)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) A space is required after ','. (comma-spacing)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) A space is required after ','. (comma-spacing)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) A space is required after ','. (comma-spacing)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Missing space before value for key 'src'. (key-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) Missing space before value for key 'alt'. (key-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) Missing space before value for key 'title'. (key-spacing)
(#20) Infix operators must be spaced. (space-infix-ops)
(#21) Line 21 exceeds the maximum line length of 132. (max-len)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) Missing space before value for key 'src'. (key-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing space before value for key 'alt'. (key-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing space before value for key 'title'. (key-spacing)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#21) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#21) Missing space before opening brace. (space-before-blocks)
(#21) Requires a space after '{'. (block-spacing)
(#21) Statement inside of curly braces should be on next line. (brace-style)
(#21) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#21) Requires a space before '}'. (block-spacing)
(#21) Missing semicolon. (semi)
(#21) Requires a space before '}'. (block-spacing)
(#21) Missing semicolon. (semi)
(#21) Requires a space before '}'. (block-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing space before value for key '_autoSize'. (key-spacing)
(#21) Requires a space after '{'. (block-spacing)
(#21) Missing space before opening brace. (space-before-blocks)
(#21) Statement inside of curly braces should be on next line. (brace-style)
(#21) Expected space(s) after "if". (keyword-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) Requires a space after '{'. (block-spacing)
(#21) Missing space before opening brace. (space-before-blocks)
(#21) Statement inside of curly braces should be on next line. (brace-style)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) A space is required after ','. (comma-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Expected space(s) after "if". (keyword-spacing)
(#21) Requires a space after '{'. (block-spacing)
(#21) Missing space before opening brace. (space-before-blocks)
(#21) Statement inside of curly braces should be on next line. (brace-style)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) Requires a space after '{'. (block-spacing)
(#21) Missing space before opening brace. (space-before-blocks)
(#21) Expected { after 'for' condition. (curly)
(#21) Expected space(s) after "for". (keyword-spacing)
(#21) Statement inside of curly braces should be on next line. (brace-style)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) A space is required after ','. (comma-spacing)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) A space is required after ','. (comma-spacing)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Expected space(s) before "if". (keyword-spacing)
(#21) Expected space(s) after "if". (keyword-spacing)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) Missing space before opening brace. (space-before-blocks)
(#21) Requires a space after '{'. (block-spacing)
(#21) Statement inside of curly braces should be on next line. (brace-style)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) Requires a space before '}'. (block-spacing)
(#21) Missing semicolon. (semi)
(#21) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#21) Expected space(s) before "return". (keyword-spacing)
(#21) 'i' used outside of binding context. (block-scoped-var)
(#21) Requires a space before '}'. (block-spacing)
(#21) Missing semicolon. (semi)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#22) Line 22 exceeds the maximum line length of 132. (max-len)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) A space is required after ','. (comma-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key '_inlineDatepicker'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) A space is required after ','. (comma-spacing)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) A space is required after ','. (comma-spacing)
(#23) Line 23 exceeds the maximum line length of 132. (max-len)
(#23) Missing whitespace after semicolon. (semi-spacing)
(#23) Missing whitespace after semicolon. (semi-spacing)
(#23) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#23) Missing whitespace after semicolon. (semi-spacing)
(#23) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#23) Requires a space before '}'. (block-spacing)
(#23) Missing semicolon. (semi)
(#23) Requires a space before '}'. (block-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key '_dialogDatepicker'. (key-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Requires a space after '{'. (block-spacing)
(#23) Missing space before opening brace. (space-before-blocks)
(#23) Statement inside of curly braces should be on next line. (brace-style)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Missing whitespace after semicolon. (semi-spacing)
(#23) Expected space(s) after "if". (keyword-spacing)
(#23) Requires a space after '{'. (block-spacing)
(#23) Missing space before opening brace. (space-before-blocks)
(#23) Statement inside of curly braces should be on next line. (brace-style)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Missing whitespace after semicolon. (semi-spacing)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Missing whitespace after semicolon. (semi-spacing)
(#23) Missing whitespace after semicolon. (semi-spacing)
(#23) Missing whitespace after semicolon. (semi-spacing)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing whitespace after semicolon. (semi-spacing)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Missing whitespace after semicolon. (semi-spacing)
(#23) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Requires a space before '}'. (block-spacing)
(#23) Missing semicolon. (semi)
(#23) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#23) A space is required after ','. (comma-spacing)
(#23) Infix operators must be spaced. (space-infix-ops)
(#24) Line 24 exceeds the maximum line length of 132. (max-len)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing whitespace after semicolon. (semi-spacing)
(#24) Missing whitespace after semicolon. (semi-spacing)
(#24) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Do not nest ternary expressions (no-nested-ternary)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing whitespace after semicolon. (semi-spacing)
(#24) Expected { after 'if' condition. (curly)
(#24) Expected space(s) after "if". (keyword-spacing)
(#24) Expected space(s) before "this". (keyword-spacing)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) A space is required after ','. (comma-spacing)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Missing whitespace after semicolon. (semi-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) A space is required after ','. (comma-spacing)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Missing whitespace after semicolon. (semi-spacing)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Missing whitespace after semicolon. (semi-spacing)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Missing whitespace after semicolon. (semi-spacing)
(#25) Line 25 exceeds the maximum line length of 132. (max-len)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) Missing semicolon. (semi)
(#25) Requires a space before '}'. (block-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key '_destroyDatepicker'. (key-spacing)
(#25) Requires a space after '{'. (block-spacing)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Expected space(s) after "if". (keyword-spacing)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Requires a space after '{'. (block-spacing)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Expected space(s) after "if". (keyword-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Requires a space after '{'. (block-spacing)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#26) Line 26 exceeds the maximum line length of 132. (max-len)
(#26) Requires a space before '}'. (block-spacing)
(#26) Missing semicolon. (semi)
(#26) Expected space(s) before "else". (keyword-spacing)
(#26) Expected { after 'if' condition. (curly)
(#26) Expected space(s) after "if". (keyword-spacing)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Missing semicolon. (semi)
(#26) Requires a space before '}'. (block-spacing)
(#26) Requires a space before '}'. (block-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key '_enableDatepicker'. (key-spacing)
(#26) Requires a space after '{'. (block-spacing)
(#26) Missing space before opening brace. (space-before-blocks)
(#26) Statement inside of curly braces should be on next line. (brace-style)
(#26) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) A space is required after ','. (comma-spacing)
(#26) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing whitespace after semicolon. (semi-spacing)
(#26) Expected space(s) after "if". (keyword-spacing)
(#26) Missing space before opening brace. (space-before-blocks)
(#26) Requires a space after '{'. (block-spacing)
(#26) Statement inside of curly braces should be on next line. (brace-style)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Missing whitespace after semicolon. (semi-spacing)
(#26) Expected space(s) after "if". (keyword-spacing)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Missing space before opening brace. (space-before-blocks)
(#26) Requires a space after '{'. (block-spacing)
(#26) Statement inside of curly braces should be on next line. (brace-style)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Missing whitespace after semicolon. (semi-spacing)
(#26) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#26) Missing space before opening brace. (space-before-blocks)
(#26) Requires a space after '{'. (block-spacing)
(#26) Statement inside of curly braces should be on next line. (brace-style)
(#26) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Missing semicolon. (semi)
(#26) Requires a space before '}'. (block-spacing)
(#26) Missing space before value for key 'opacity'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'cursor'. (key-spacing)
(#26) Requires a space before '}'. (block-spacing)
(#26) Missing semicolon. (semi)
(#26) Expected space(s) before "else". (keyword-spacing)
(#26) Expected { after 'if' condition. (curly)
(#26) Expected space(s) after "if". (keyword-spacing)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Missing whitespace after semicolon. (semi-spacing)
(#26) Infix operators must be spaced. (space-infix-ops)
(#27) Line 27 exceeds the maximum line length of 132. (max-len)
(#27) Requires a space after '{'. (block-spacing)
(#27) Missing space before opening brace. (space-before-blocks)
(#27) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#27) Statement inside of curly braces should be on next line. (brace-style)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Requires a space before '}'. (block-spacing)
(#27) Missing semicolon. (semi)
(#27) Requires a space before '}'. (block-spacing)
(#27) Missing semicolon. (semi)
(#27) Requires a space before '}'. (block-spacing)
(#27) A space is required after ','. (comma-spacing)
(#27) Missing space before value for key '_disableDatepicker'. (key-spacing)
(#27) Requires a space after '{'. (block-spacing)
(#27) Missing space before opening brace. (space-before-blocks)
(#27) Statement inside of curly braces should be on next line. (brace-style)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) A space is required after ','. (comma-spacing)
(#27) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) A space is required after ','. (comma-spacing)
(#27) Missing whitespace after semicolon. (semi-spacing)
(#27) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#27) Expected space(s) after "if". (keyword-spacing)
(#27) Requires a space after '{'. (block-spacing)
(#27) Missing space before opening brace. (space-before-blocks)
(#27) Statement inside of curly braces should be on next line. (brace-style)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Missing whitespace after semicolon. (semi-spacing)
(#27) Expected space(s) after "if". (keyword-spacing)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Missing space before opening brace. (space-before-blocks)
(#27) Requires a space after '{'. (block-spacing)
(#27) Statement inside of curly braces should be on next line. (brace-style)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Missing whitespace after semicolon. (semi-spacing)
(#27) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#27) Requires a space after '{'. (block-spacing)
(#27) Missing space before opening brace. (space-before-blocks)
(#27) Statement inside of curly braces should be on next line. (brace-style)
(#27) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Missing semicolon. (semi)
(#27) Requires a space before '}'. (block-spacing)
(#27) Missing space before value for key 'opacity'. (key-spacing)
(#27) A space is required after ','. (comma-spacing)
(#27) Missing space before value for key 'cursor'. (key-spacing)
(#27) Missing semicolon. (semi)
(#27) Requires a space before '}'. (block-spacing)
(#27) Expected space(s) before "else". (keyword-spacing)
(#27) Expected space(s) after "if". (keyword-spacing)
(#27) Expected { after 'if' condition. (curly)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Missing whitespace after semicolon. (semi-spacing)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) A space is required after ','. (comma-spacing)
(#27) Missing space before opening brace. (space-before-blocks)
(#27) Requires a space after '{'. (block-spacing)
(#27) Statement inside of curly braces should be on next line. (brace-style)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Infix operators must be spaced. (space-infix-ops)
(#28) Line 28 exceeds the maximum line length of 132. (max-len)
(#28) Requires a space before '}'. (block-spacing)
(#28) Missing semicolon. (semi)
(#28) Missing whitespace after semicolon. (semi-spacing)
(#28) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Missing semicolon. (semi)
(#28) Requires a space before '}'. (block-spacing)
(#28) Requires a space before '}'. (block-spacing)
(#28) A space is required after ','. (comma-spacing)
(#28) Missing space before value for key '_isDisabledDatepicker'. (key-spacing)
(#28) Requires a space after '{'. (block-spacing)
(#28) Missing space before opening brace. (space-before-blocks)
(#28) Statement inside of curly braces should be on next line. (brace-style)
(#28) Expected { after 'if' condition. (curly)
(#28) Expected space(s) after "if". (keyword-spacing)
(#28) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#28) Expected space(s) before "return". (keyword-spacing)
(#28) Missing whitespace after semicolon. (semi-spacing)
(#28) Expected space(s) after "for". (keyword-spacing)
(#28) Expected { after 'for' condition. (curly)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Missing whitespace after semicolon. (semi-spacing)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Missing whitespace after semicolon. (semi-spacing)
(#28) Expected { after 'if' condition. (curly)
(#28) Expected space(s) before "if". (keyword-spacing)
(#28) Expected space(s) after "if". (keyword-spacing)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Expected space(s) before "return". (keyword-spacing)
(#28) Missing whitespace after semicolon. (semi-spacing)
(#28) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#28) Missing semicolon. (semi)
(#28) Requires a space before '}'. (block-spacing)
(#28) A space is required after ','. (comma-spacing)
(#28) Missing space before value for key '_getInst'. (key-spacing)
(#28) Requires a space after '{'. (block-spacing)
(#28) Missing space before opening brace. (space-before-blocks)
(#28) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#28) Statement inside of curly braces should be on next line. (brace-style)
(#28) Expected space(s) after "try". (keyword-spacing)
(#28) Requires a space after '{'. (block-spacing)
(#28) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#28) Statement inside of curly braces should be on next line. (brace-style)
(#28) A space is required after ','. (comma-spacing)
(#28) Requires a space before '}'. (block-spacing)
(#28) Missing semicolon. (semi)
(#28) Expected space(s) before "catch". (keyword-spacing)
(#28) Expected space(s) after "catch". (keyword-spacing)
(#28) Requires a space after '{'. (block-spacing)
(#28) Missing space before opening brace. (space-before-blocks)
(#28) Expected an object to be thrown. (no-throw-literal)
(#28) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#28) Expected space(s) after "throw". (keyword-spacing)
(#28) Statement inside of curly braces should be on next line. (brace-style)
(#28) Requires a space before '}'. (block-spacing)
(#28) Requires a space before '}'. (block-spacing)
(#28) A space is required after ','. (comma-spacing)
(#28) Expected to return a value at the end of this function. (consistent-return)
(#28) Missing space before value for key '_optionDatepicker'. (key-spacing)
(#28) A space is required after ','. (comma-spacing)
(#28) A space is required after ','. (comma-spacing)
(#28) Requires a space after '{'. (block-spacing)
(#28) Missing space before opening brace. (space-before-blocks)
(#28) Statement inside of curly braces should be on next line. (brace-style)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Missing whitespace after semicolon. (semi-spacing)
(#28) Expected space(s) after "if". (keyword-spacing)
(#28) Expected { after 'if' condition. (curly)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Expected space(s) before "return". (keyword-spacing)
(#28) Do not nest ternary expressions (no-nested-ternary)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) A space is required after ','. (comma-spacing)
(#28) Do not nest ternary expressions (no-nested-ternary)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Infix operators must be spaced. (space-infix-ops)
(#29) Line 29 exceeds the maximum line length of 132. (max-len)
(#29) A space is required after ','. (comma-spacing)
(#29) Missing whitespace after semicolon. (semi-spacing)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Missing whitespace after semicolon. (semi-spacing)
(#29) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#29) Expected space(s) after "if". (keyword-spacing)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Missing space before opening brace. (space-before-blocks)
(#29) Requires a space after '{'. (block-spacing)
(#29) Statement inside of curly braces should be on next line. (brace-style)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Missing whitespace after semicolon. (semi-spacing)
(#29) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Requires a space before '}'. (block-spacing)
(#29) Missing semicolon. (semi)
(#29) Expected space(s) after "if". (keyword-spacing)
(#29) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#29) Expected space(s) before "if". (keyword-spacing)
(#29) Missing space before opening brace. (space-before-blocks)
(#29) Requires a space after '{'. (block-spacing)
(#29) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#29) Statement inside of curly braces should be on next line. (brace-style)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Missing whitespace after semicolon. (semi-spacing)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) A space is required after ','. (comma-spacing)
(#29) A space is required after ','. (comma-spacing)
(#29) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) A space is required after ','. (comma-spacing)
(#29) A space is required after ','. (comma-spacing)
(#29) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) A space is required after ','. (comma-spacing)
(#29) Missing whitespace after semicolon. (semi-spacing)
(#29) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#29) A space is required after ','. (comma-spacing)
(#29) Missing whitespace after semicolon. (semi-spacing)
(#29) Expected { after 'if' condition. (curly)
(#29) Expected space(s) after "if". (keyword-spacing)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) A space is required after ','. (comma-spacing)
(#29) Missing whitespace after semicolon. (semi-spacing)
(#29) Expected space(s) after "if". (keyword-spacing)
(#29) Expected { after 'if' condition. (curly)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) A space is required after ','. (comma-spacing)
(#29) Missing whitespace after semicolon. (semi-spacing)
(#29) A space is required after ','. (comma-spacing)
(#29) Missing whitespace after semicolon. (semi-spacing)
(#29) Missing whitespace after semicolon. (semi-spacing)
(#29) A space is required after ','. (comma-spacing)
(#29) Missing whitespace after semicolon. (semi-spacing)
(#29) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#29) Requires a space before '}'. (block-spacing)
(#29) Missing semicolon. (semi)
(#29) Requires a space before '}'. (block-spacing)
(#30) Line 30 exceeds the maximum line length of 132. (max-len)
(#30) Missing space before value for key '_changeDatepicker'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Requires a space after '{'. (block-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Requires a space before '}'. (block-spacing)
(#30) Missing semicolon. (semi)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key '_refreshDatepicker'. (key-spacing)
(#30) Requires a space after '{'. (block-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#30) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing semicolon. (semi)
(#30) Requires a space before '}'. (block-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key '_setDateDatepicker'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Requires a space after '{'. (block-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#30) Expected space(s) after "if". (keyword-spacing)
(#30) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Requires a space after '{'. (block-spacing)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#30) Missing semicolon. (semi)
(#30) Requires a space before '}'. (block-spacing)
(#30) Requires a space before '}'. (block-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key '_getDateDatepicker'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Requires a space after '{'. (block-spacing)
(#30) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Requires a space before '}'. (block-spacing)
(#30) Missing semicolon. (semi)
(#30) A space is required after ','. (comma-spacing)
(#30) Function '_doKeyDown' has a complexity of 42. (complexity)
(#30) Missing space before value for key '_doKeyDown'. (key-spacing)
(#30) Expected to return a value at the end of this function. (consistent-return)
(#30) Requires a space after '{'. (block-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#30) Infix operators must be spaced. (space-infix-ops)
(#31) Line 31 exceeds the maximum line length of 132. (max-len)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Expected { after 'if' condition. (curly)
(#31) Expected space(s) after "if". (keyword-spacing)
(#31) Expected space(s) after "switch". (keyword-spacing)
(#31) Expected space(s) before "switch". (keyword-spacing)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Requires a space after '{'. (block-spacing)
(#31) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) A space is required after ','. (comma-spacing)
(#32) Line 32 exceeds the maximum line length of 132. (max-len)
(#32) Missing whitespace after semicolon. (semi-spacing)
(#32) Missing whitespace after semicolon. (semi-spacing)
(#32) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#32) A space is required after ','. (comma-spacing)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) A space is required after ','. (comma-spacing)
(#32) A space is required after ','. (comma-spacing)
(#32) A space is required after ','. (comma-spacing)
(#32) Missing whitespace after semicolon. (semi-spacing)
(#32) Missing whitespace after semicolon. (semi-spacing)
(#32) Expected space(s) after "if". (keyword-spacing)
(#32) Expected { after 'if' condition. (curly)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Missing whitespace after semicolon. (semi-spacing)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Missing whitespace after semicolon. (semi-spacing)
(#32) Missing whitespace after semicolon. (semi-spacing)
(#32) Expected { after 'if' condition. (curly)
(#32) Expected space(s) after "if". (keyword-spacing)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Missing whitespace after semicolon. (semi-spacing)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Missing whitespace after semicolon. (semi-spacing)
(#32) Missing whitespace after semicolon. (semi-spacing)
(#32) Expected { after 'if' condition. (curly)
(#32) Expected space(s) after "if". (keyword-spacing)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) A space is required after ','. (comma-spacing)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) A space is required after ','. (comma-spacing)
(#32) Missing whitespace after semicolon. (semi-spacing)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Missing whitespace after semicolon. (semi-spacing)
(#32) Expected { after 'if' condition. (curly)
(#32) Expected space(s) after "if". (keyword-spacing)
(#32) A space is required after ','. (comma-spacing)
(#32) Infix operators must be spaced. (space-infix-ops)
(#33) Line 33 exceeds the maximum line length of 132. (max-len)
(#33) A space is required after ','. (comma-spacing)
(#33) A space is required after ','. (comma-spacing)
(#33) A space is required after ','. (comma-spacing)
(#33) Missing whitespace after semicolon. (semi-spacing)
(#33) Missing whitespace after semicolon. (semi-spacing)
(#33) Expected { after 'if' condition. (curly)
(#33) Expected space(s) after "if". (keyword-spacing)
(#33) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#33) Infix operators must be spaced. (space-infix-ops)
(#33) A space is required after ','. (comma-spacing)
(#33) A space is required after ','. (comma-spacing)
(#33) Missing whitespace after semicolon. (semi-spacing)
(#33) Infix operators must be spaced. (space-infix-ops)
(#33) Infix operators must be spaced. (space-infix-ops)
(#33) Missing whitespace after semicolon. (semi-spacing)
(#33) Missing whitespace after semicolon. (semi-spacing)
(#33) Expected space(s) after "if". (keyword-spacing)
(#33) Expected { after 'if' condition. (curly)
(#33) Infix operators must be spaced. (space-infix-ops)
(#33) A space is required after ','. (comma-spacing)
(#33) Infix operators must be spaced. (space-infix-ops)
(#33) A space is required after ','. (comma-spacing)
(#33) Missing whitespace after semicolon. (semi-spacing)
(#33) Infix operators must be spaced. (space-infix-ops)
(#33) Infix operators must be spaced. (space-infix-ops)
(#33) Missing whitespace after semicolon. (semi-spacing)
(#33) Expected { after 'if' condition. (curly)
(#33) Expected space(s) after "if". (keyword-spacing)
(#33) A space is required after ','. (comma-spacing)
(#33) Infix operators must be spaced. (space-infix-ops)
(#33) A space is required after ','. (comma-spacing)
(#33) A space is required after ','. (comma-spacing)
(#33) A space is required after ','. (comma-spacing)
(#33) Missing whitespace after semicolon. (semi-spacing)
(#33) Missing whitespace after semicolon. (semi-spacing)
(#33) Expected { after 'if' condition. (curly)
(#33) Expected space(s) after "if". (keyword-spacing)
(#33) Infix operators must be spaced. (space-infix-ops)
(#34) Line 34 exceeds the maximum line length of 132. (max-len)
(#34) A space is required after ','. (comma-spacing)
(#34) Missing whitespace after semicolon. (semi-spacing)
(#34) Infix operators must be spaced. (space-infix-ops)
(#34) Infix operators must be spaced. (space-infix-ops)
(#34) Missing whitespace after semicolon. (semi-spacing)
(#34) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#34) Missing whitespace after semicolon. (semi-spacing)
(#34) Infix operators must be spaced. (space-infix-ops)
(#34) Missing semicolon. (semi)
(#34) Requires a space before '}'. (block-spacing)
(#34) Expected space(s) before "else". (keyword-spacing)
(#34) Expected { after 'if' condition. (curly)
(#34) Expected space(s) after "if". (keyword-spacing)
(#34) Infix operators must be spaced. (space-infix-ops)
(#34) Infix operators must be spaced. (space-infix-ops)
(#34) Missing whitespace after semicolon. (semi-spacing)
(#34) Expected { after 'else'. (curly)
(#34) Infix operators must be spaced. (space-infix-ops)
(#34) Missing whitespace after semicolon. (semi-spacing)
(#34) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#34) Expected space(s) after "if". (keyword-spacing)
(#34) Requires a space after '{'. (block-spacing)
(#34) Missing space before opening brace. (space-before-blocks)
(#34) Statement inside of curly braces should be on next line. (brace-style)
(#34) Missing whitespace after semicolon. (semi-spacing)
(#34) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#34) Missing semicolon. (semi)
(#34) Requires a space before '}'. (block-spacing)
(#34) Requires a space before '}'. (block-spacing)
(#34) A space is required after ','. (comma-spacing)
(#34) Expected to return a value at the end of this function. (consistent-return)
(#34) Missing space before value for key '_doKeyPress'. (key-spacing)
(#34) Requires a space after '{'. (block-spacing)
(#34) Missing space before opening brace. (space-before-blocks)
(#34) Statement inside of curly braces should be on next line. (brace-style)
(#34) Infix operators must be spaced. (space-infix-ops)
(#34) Missing whitespace after semicolon. (semi-spacing)
(#34) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#34) Expected space(s) after "if". (keyword-spacing)
(#34) A space is required after ','. (comma-spacing)
(#34) Requires a space after '{'. (block-spacing)
(#34) Missing space before opening brace. (space-before-blocks)
(#34) Statement inside of curly braces should be on next line. (brace-style)
(#34) Infix operators must be spaced. (space-infix-ops)
(#34) A space is required after ','. (comma-spacing)
(#34) Missing whitespace after semicolon. (semi-spacing)
(#34) Infix operators must be spaced. (space-infix-ops)
(#34) Infix operators must be spaced. (space-infix-ops)
(#34) Infix operators must be spaced. (space-infix-ops)
(#34) Missing whitespace after semicolon. (semi-spacing)
(#34) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#34) Infix operators must be spaced. (space-infix-ops)
(#34) Infix operators must be spaced. (space-infix-ops)
(#34) Infix operators must be spaced. (space-infix-ops)
(#34) Infix operators must be spaced. (space-infix-ops)
(#34) Infix operators must be spaced. (space-infix-ops)
(#34) Infix operators must be spaced. (space-infix-ops)
(#34) Requires a space before '}'. (block-spacing)
(#34) Missing semicolon. (semi)
(#34) Requires a space before '}'. (block-spacing)
(#34) A space is required after ','. (comma-spacing)
(#34) Missing space before value for key '_doKeyUp'. (key-spacing)
(#34) Requires a space after '{'. (block-spacing)
(#34) Missing space before opening brace. (space-before-blocks)
(#34) Statement inside of curly braces should be on next line. (brace-style)
(#34) Infix operators must be spaced. (space-infix-ops)
(#35) Expected { after 'if' condition. (curly)
(#35) Expected space(s) after "if". (keyword-spacing)
(#35) Line 35 exceeds the maximum line length of 132. (max-len)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Expected space(s) before "try". (keyword-spacing)
(#35) Expected space(s) after "try". (keyword-spacing)
(#35) Requires a space after '{'. (block-spacing)
(#35) Expected space(s) after "if". (keyword-spacing)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) A space is required after ','. (comma-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Requires a space after '{'. (block-spacing)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Requires a space before '}'. (block-spacing)
(#35) Missing semicolon. (semi)
(#35) Requires a space before '}'. (block-spacing)
(#35) Expected space(s) before "catch". (keyword-spacing)
(#35) Expected space(s) after "catch". (keyword-spacing)
(#35) Requires a space after '{'. (block-spacing)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Requires a space before '}'. (block-spacing)
(#35) Missing semicolon. (semi)
(#35) Expected space(s) before "return". (keyword-spacing)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Missing semicolon. (semi)
(#35) Requires a space before '}'. (block-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing space before value for key '_showDatepicker'. (key-spacing)
(#35) Requires a space after '{'. (block-spacing)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Expected space(s) after "if". (keyword-spacing)
(#35) Expected { after 'if' condition. (curly)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Expected space(s) after "if". (keyword-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Requires a space after '{'. (block-spacing)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Infix operators must be spaced. (space-infix-ops)
(#36) Line 36 exceeds the maximum line length of 132. (max-len)
(#36) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#36) Infix operators must be spaced. (space-infix-ops)
(#36) Infix operators must be spaced. (space-infix-ops)
(#36) Infix operators must be spaced. (space-infix-ops)
(#36) A space is required after ','. (comma-spacing)
(#36) Missing whitespace after semicolon. (semi-spacing)
(#36) Infix operators must be spaced. (space-infix-ops)
(#36) A space is required after ','. (comma-spacing)
(#36) Missing whitespace after semicolon. (semi-spacing)
(#36) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#36) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#36) A space is required after ','. (comma-spacing)
(#36) Infix operators must be spaced. (space-infix-ops)
(#36) A space is required after ','. (comma-spacing)
(#36) A space is required after ','. (comma-spacing)
(#36) Missing whitespace after semicolon. (semi-spacing)
(#36) Infix operators must be spaced. (space-infix-ops)
(#36) Missing whitespace after semicolon. (semi-spacing)
(#36) Infix operators must be spaced. (space-infix-ops)
(#36) Missing whitespace after semicolon. (semi-spacing)
(#36) Missing whitespace after semicolon. (semi-spacing)
(#36) Expected space(s) after "if". (keyword-spacing)
(#36) Expected { after 'if' condition. (curly)
(#36) Infix operators must be spaced. (space-infix-ops)
(#36) Missing whitespace after semicolon. (semi-spacing)
(#36) Expected space(s) after "if". (keyword-spacing)
(#36) Requires a space after '{'. (block-spacing)
(#36) Missing space before opening brace. (space-before-blocks)
(#36) Statement inside of curly braces should be on next line. (brace-style)
(#36) Infix operators must be spaced. (space-infix-ops)
(#36) Missing whitespace after semicolon. (semi-spacing)
(#36) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#36) Infix operators must be spaced. (space-infix-ops)
(#36) Requires a space before '}'. (block-spacing)
(#36) Missing semicolon. (semi)
(#36) Expected space(s) before "var". (keyword-spacing)
(#36) Infix operators must be spaced. (space-infix-ops)
(#36) Missing whitespace after semicolon. (semi-spacing)
(#36) Missing space before opening brace. (space-before-blocks)
(#36) Requires a space after '{'. (block-spacing)
(#36) Unexpected use of '|='. (no-bitwise)
(#36) Statement inside of curly braces should be on next line. (brace-style)
(#36) Infix operators must be spaced. (space-infix-ops)
(#36) Infix operators must be spaced. (space-infix-ops)
(#36) Missing whitespace after semicolon. (semi-spacing)
(#36) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#36) Expected space(s) after "return". (keyword-spacing)
(#36) Missing semicolon. (semi)
(#36) Requires a space before '}'. (block-spacing)
(#36) Missing whitespace after semicolon. (semi-spacing)
(#36) Expected space(s) after "if". (keyword-spacing)
(#36) Infix operators must be spaced. (space-infix-ops)
(#36) Requires a space after '{'. (block-spacing)
(#36) Missing space before opening brace. (space-before-blocks)
(#36) Statement inside of curly braces should be on next line. (brace-style)
(#36) Infix operators must be spaced. (space-infix-ops)
(#37) Line 37 exceeds the maximum line length of 132. (max-len)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing semicolon. (semi)
(#37) Requires a space before '}'. (block-spacing)
(#37) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing space before value for key 'left'. (key-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'top'. (key-spacing)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Missing space before value for key 'position'. (key-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'display'. (key-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'top'. (key-spacing)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Do not nest ternary expressions (no-nested-ternary)
(#37) Missing space before value for key 'position'. (key-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'display'. (key-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'left'. (key-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'top'. (key-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Expected space(s) after "if". (keyword-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Requires a space after '{'. (block-spacing)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#38) Line 38 exceeds the maximum line length of 132. (max-len)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Requires a space after '{'. (block-spacing)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Expected space(s) after "if". (keyword-spacing)
(#38) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Requires a space after '{'. (block-spacing)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#38) Missing space before value for key 'left'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'top'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'width'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'height'. (key-spacing)
(#38) Requires a space before '}'. (block-spacing)
(#38) Missing semicolon. (semi)
(#38) Requires a space before '}'. (block-spacing)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Expected { after 'if' condition. (curly)
(#38) Expected space(s) after "if". (keyword-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#39) Line 39 exceeds the maximum line length of 132. (max-len)
(#39) Missing semicolon. (semi)
(#39) Requires a space before '}'. (block-spacing)
(#39) Requires a space before '}'. (block-spacing)
(#39) Requires a space before '}'. (block-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key '_updateDatepicker'. (key-spacing)
(#39) Missing space before opening brace. (space-before-blocks)
(#39) Requires a space after '{'. (block-spacing)
(#39) Statement inside of curly braces should be on next line. (brace-style)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing space before value for key 'left'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'top'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'width'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'height'. (key-spacing)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before opening brace. (space-before-blocks)
(#39) Requires a space after '{'. (block-spacing)
(#39) Statement inside of curly braces should be on next line. (brace-style)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#40) Line 40 exceeds the maximum line length of 132. (max-len)
(#40) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#40) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Requires a space before '}'. (block-spacing)
(#40) Missing semicolon. (semi)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before opening brace. (space-before-blocks)
(#40) Requires a space after '{'. (block-spacing)
(#40) Expected space(s) after "if". (keyword-spacing)
(#40) Statement inside of curly braces should be on next line. (brace-style)
(#40) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Requires a space after '{'. (block-spacing)
(#40) Missing space before opening brace. (space-before-blocks)
(#40) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#40) Statement inside of curly braces should be on next line. (brace-style)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#40) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Requires a space before '}'. (block-spacing)
(#40) Missing semicolon. (semi)
(#40) Requires a space before '}'. (block-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#41) Line 41 exceeds the maximum line length of 132. (max-len)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#42) Line 42 exceeds the maximum line length of 132. (max-len)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#42) Expected space(s) after "if". (keyword-spacing)
(#42) Requires a space after '{'. (block-spacing)
(#42) Missing space before opening brace. (space-before-blocks)
(#42) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#42) Statement inside of curly braces should be on next line. (brace-style)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#42) Requires a space after '{'. (block-spacing)
(#42) Missing space before opening brace. (space-before-blocks)
(#42) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#42) Statement inside of curly braces should be on next line. (brace-style)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Requires a space before '}'. (block-spacing)
(#42) Missing semicolon. (semi)
(#42) A space is required after ','. (comma-spacing)
(#42) Missing semicolon. (semi)
(#42) Requires a space before '}'. (block-spacing)
(#42) Requires a space before '}'. (block-spacing)
(#42) A space is required after ','. (comma-spacing)
(#42) Missing space before value for key '_getBorders'. (key-spacing)
(#42) Missing space before opening brace. (space-before-blocks)
(#42) Requires a space after '{'. (block-spacing)
(#42) Statement inside of curly braces should be on next line. (brace-style)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Requires a space after '{'. (block-spacing)
(#42) Missing space before opening brace. (space-before-blocks)
(#42) Expected space(s) after "return". (keyword-spacing)
(#42) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#42) Statement inside of curly braces should be on next line. (brace-style)
(#42) Missing space before value for key 'thin'. (key-spacing)
(#42) A space is required after ','. (comma-spacing)
(#42) Missing space before value for key 'medium'. (key-spacing)
(#42) A space is required after ','. (comma-spacing)
(#42) Missing space before value for key 'thick'. (key-spacing)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Requires a space before '}'. (block-spacing)
(#42) Missing semicolon. (semi)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) Expected space(s) after "return". (keyword-spacing)
(#42) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#42) A space is required after ','. (comma-spacing)
(#42) Requires a space before '}'. (block-spacing)
(#42) Missing semicolon. (semi)
(#42) A space is required after ','. (comma-spacing)
(#42) Missing space before value for key '_checkOffset'. (key-spacing)
(#42) A space is required after ','. (comma-spacing)
(#42) A space is required after ','. (comma-spacing)
(#42) Requires a space after '{'. (block-spacing)
(#42) Missing space before opening brace. (space-before-blocks)
(#42) Statement inside of curly braces should be on next line. (brace-style)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) A space is required after ','. (comma-spacing)
(#42) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) A space is required after ','. (comma-spacing)
(#42) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#43) Line 43 exceeds the maximum line length of 132. (max-len)
(#43) A space is required after ','. (comma-spacing)
(#43) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#43) Infix operators must be spaced. (space-infix-ops)
(#43) Infix operators must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#43) Infix operators must be spaced. (space-infix-ops)
(#43) Infix operators must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#43) Infix operators must be spaced. (space-infix-ops)
(#43) Infix operators must be spaced. (space-infix-ops)
(#43) Missing whitespace after semicolon. (semi-spacing)
(#43) Infix operators must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) Infix operators must be spaced. (space-infix-ops)
(#43) Infix operators must be spaced. (space-infix-ops)
(#43) Missing whitespace after semicolon. (semi-spacing)
(#43) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#43) Infix operators must be spaced. (space-infix-ops)
(#43) Infix operators must be spaced. (space-infix-ops)
(#43) Infix operators must be spaced. (space-infix-ops)
(#43) Infix operators must be spaced. (space-infix-ops)
(#43) Missing whitespace after semicolon. (semi-spacing)
(#43) Infix operators must be spaced. (space-infix-ops)
(#43) Infix operators must be spaced. (space-infix-ops)
(#43) Infix operators must be spaced. (space-infix-ops)
(#43) Infix operators must be spaced. (space-infix-ops)
(#43) Infix operators must be spaced. (space-infix-ops)
(#43) Missing whitespace after semicolon. (semi-spacing)
(#43) Infix operators must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) Infix operators must be spaced. (space-infix-ops)
(#43) Infix operators must be spaced. (space-infix-ops)
(#43) Infix operators must be spaced. (space-infix-ops)
(#43) Infix operators must be spaced. (space-infix-ops)
(#43) Infix operators must be spaced. (space-infix-ops)
(#43) Infix operators must be spaced. (space-infix-ops)
(#43) Infix operators must be spaced. (space-infix-ops)
(#43) Missing whitespace after semicolon. (semi-spacing)
(#43) Infix operators must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) Infix operators must be spaced. (space-infix-ops)
(#43) Infix operators must be spaced. (space-infix-ops)
(#43) Infix operators must be spaced. (space-infix-ops)
(#43) Infix operators must be spaced. (space-infix-ops)
(#43) Infix operators must be spaced. (space-infix-ops)
(#43) Infix operators must be spaced. (space-infix-ops)
(#43) Missing whitespace after semicolon. (semi-spacing)
(#43) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#43) Requires a space before '}'. (block-spacing)
(#43) Missing semicolon. (semi)
(#43) A space is required after ','. (comma-spacing)
(#43) Missing space before value for key '_findPos'. (key-spacing)
(#43) Requires a space after '{'. (block-spacing)
(#43) Missing space before opening brace. (space-before-blocks)
(#43) Expected { after 'for' condition. (curly)
(#43) Expected space(s) after "for". (keyword-spacing)
(#43) Statement inside of curly braces should be on next line. (brace-style)
(#43) Infix operators must be spaced. (space-infix-ops)
(#44) Line 44 exceeds the maximum line length of 132. (max-len)
(#44) Missing whitespace after semicolon. (semi-spacing)
(#44) Infix operators must be spaced. (space-infix-ops)
(#44) Infix operators must be spaced. (space-infix-ops)
(#44) Infix operators must be spaced. (space-infix-ops)
(#44) Infix operators must be spaced. (space-infix-ops)
(#44) Infix operators must be spaced. (space-infix-ops)
(#44) Infix operators must be spaced. (space-infix-ops)
(#44) Infix operators must be spaced. (space-infix-ops)
(#44) Missing whitespace after semicolon. (semi-spacing)
(#44) Infix operators must be spaced. (space-infix-ops)
(#44) Missing whitespace after semicolon. (semi-spacing)
(#44) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#44) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#44) Expected space(s) after "return". (keyword-spacing)
(#44) A space is required after ','. (comma-spacing)
(#44) Requires a space before '}'. (block-spacing)
(#44) Missing semicolon. (semi)
(#44) A space is required after ','. (comma-spacing)
(#44) Missing space before value for key '_hideDatepicker'. (key-spacing)
(#44) Missing space before opening brace. (space-before-blocks)
(#44) Requires a space after '{'. (block-spacing)
(#44) Statement inside of curly braces should be on next line. (brace-style)
(#44) Infix operators must be spaced. (space-infix-ops)
(#44) Missing whitespace after semicolon. (semi-spacing)
(#44) Expected { after 'if' condition. (curly)
(#44) Expected space(s) after "if". (keyword-spacing)
(#44) Infix operators must be spaced. (space-infix-ops)
(#44) Infix operators must be spaced. (space-infix-ops)
(#44) Infix operators must be spaced. (space-infix-ops)
(#44) A space is required after ','. (comma-spacing)
(#44) Expected space(s) before "if". (keyword-spacing)
(#44) Expected space(s) after "if". (keyword-spacing)
(#44) Requires a space after '{'. (block-spacing)
(#44) Missing space before opening brace. (space-before-blocks)
(#44) Statement inside of curly braces should be on next line. (brace-style)
(#44) Infix operators must be spaced. (space-infix-ops)
(#44) A space is required after ','. (comma-spacing)
(#44) Missing whitespace after semicolon. (semi-spacing)
(#44) Infix operators must be spaced. (space-infix-ops)
(#44) A space is required after ','. (comma-spacing)
(#44) A space is required after ','. (comma-spacing)
(#44) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#44) Infix operators must be spaced. (space-infix-ops)
(#44) Missing space before opening brace. (space-before-blocks)
(#44) Requires a space after '{'. (block-spacing)
(#44) Statement inside of curly braces should be on next line. (brace-style)
(#44) Missing whitespace after semicolon. (semi-spacing)
(#44) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#44) Infix operators must be spaced. (space-infix-ops)
(#44) Missing semicolon. (semi)
(#44) Requires a space before '}'. (block-spacing)
(#44) Missing whitespace after semicolon. (semi-spacing)
(#44) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#44) Infix operators must be spaced. (space-infix-ops)
(#44) Infix operators must be spaced. (space-infix-ops)
(#44) A space is required after ','. (comma-spacing)
(#44) A space is required after ','. (comma-spacing)
(#44) A space is required after ','. (comma-spacing)
(#44) A space is required after ','. (comma-spacing)
(#44) Do not nest ternary expressions (no-nested-ternary)
(#44) Infix operators must be spaced. (space-infix-ops)
(#44) Infix operators must be spaced. (space-infix-ops)
(#44) Infix operators must be spaced. (space-infix-ops)
(#44) Infix operators must be spaced. (space-infix-ops)
(#45) Line 45 exceeds the maximum line length of 132. (max-len)
(#45) Infix operators must be spaced. (space-infix-ops)
(#45) A space is required after ','. (comma-spacing)
(#45) Missing whitespace after semicolon. (semi-spacing)
(#45) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#45) Infix operators must be spaced. (space-infix-ops)
(#45) Missing whitespace after semicolon. (semi-spacing)
(#45) Expected space(s) after "if". (keyword-spacing)
(#45) Expected { after 'if' condition. (curly)
(#45) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#45) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#45) Infix operators must be spaced. (space-infix-ops)
(#45) A space is required after ','. (comma-spacing)
(#45) Infix operators must be spaced. (space-infix-ops)
(#45) A space is required after ','. (comma-spacing)
(#45) Infix operators must be spaced. (space-infix-ops)
(#45) A space is required after ','. (comma-spacing)
(#45) Missing whitespace after semicolon. (semi-spacing)
(#45) Infix operators must be spaced. (space-infix-ops)
(#45) Missing whitespace after semicolon. (semi-spacing)
(#45) Infix operators must be spaced. (space-infix-ops)
(#45) Missing whitespace after semicolon. (semi-spacing)
(#45) Expected space(s) after "if". (keyword-spacing)
(#45) Requires a space after '{'. (block-spacing)
(#45) Missing space before opening brace. (space-before-blocks)
(#45) Statement inside of curly braces should be on next line. (brace-style)
(#45) Missing space before value for key 'position'. (key-spacing)
(#45) A space is required after ','. (comma-spacing)
(#45) Missing space before value for key 'left'. (key-spacing)
(#45) A space is required after ','. (comma-spacing)
(#45) Missing space before value for key 'top'. (key-spacing)
(#45) Missing whitespace after semicolon. (semi-spacing)
(#45) Expected space(s) after "if". (keyword-spacing)
(#45) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#45) Requires a space after '{'. (block-spacing)
(#45) Missing space before opening brace. (space-before-blocks)
(#45) Statement inside of curly braces should be on next line. (brace-style)
(#45) Missing whitespace after semicolon. (semi-spacing)
(#45) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#45) Requires a space before '}'. (block-spacing)
(#45) Missing semicolon. (semi)
(#45) Requires a space before '}'. (block-spacing)
(#45) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#45) Expected space(s) before "this". (keyword-spacing)
(#45) Infix operators must be spaced. (space-infix-ops)
(#45) Requires a space before '}'. (block-spacing)
(#45) Missing semicolon. (semi)
(#45) Requires a space before '}'. (block-spacing)
(#45) A space is required after ','. (comma-spacing)
(#45) Missing space before value for key '_tidyDialog'. (key-spacing)
(#45) Missing space before opening brace. (space-before-blocks)
(#45) Requires a space after '{'. (block-spacing)
(#45) Statement inside of curly braces should be on next line. (brace-style)
(#45) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#45) Requires a space before '}'. (block-spacing)
(#45) Missing semicolon. (semi)
(#45) A space is required after ','. (comma-spacing)
(#45) Missing space before value for key '_checkExternalClick'. (key-spacing)
(#45) Requires a space after '{'. (block-spacing)
(#45) Missing space before opening brace. (space-before-blocks)
(#45) Statement inside of curly braces should be on next line. (brace-style)
(#45) Expected space(s) after "if". (keyword-spacing)
(#45) Requires a space after '{'. (block-spacing)
(#45) Missing space before opening brace. (space-before-blocks)
(#45) Statement inside of curly braces should be on next line. (brace-style)
(#45) Infix operators must be spaced. (space-infix-ops)
(#46) Line 46 exceeds the maximum line length of 132. (max-len)
(#46) Missing whitespace after semicolon. (semi-spacing)
(#46) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#46) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Missing semicolon. (semi)
(#46) Requires a space before '}'. (block-spacing)
(#46) Requires a space before '}'. (block-spacing)
(#46) A space is required after ','. (comma-spacing)
(#46) Missing space before value for key '_adjustDate'. (key-spacing)
(#46) A space is required after ','. (comma-spacing)
(#46) A space is required after ','. (comma-spacing)
(#46) Requires a space after '{'. (block-spacing)
(#46) Missing space before opening brace. (space-before-blocks)
(#46) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#46) Statement inside of curly braces should be on next line. (brace-style)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Missing whitespace after semicolon. (semi-spacing)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Missing whitespace after semicolon. (semi-spacing)
(#46) Expected space(s) after "if". (keyword-spacing)
(#46) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#46) Requires a space after '{'. (block-spacing)
(#46) Missing space before opening brace. (space-before-blocks)
(#46) Statement inside of curly braces should be on next line. (brace-style)
(#46) A space is required after ','. (comma-spacing)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) A space is required after ','. (comma-spacing)
(#46) A space is required after ','. (comma-spacing)
(#46) Missing whitespace after semicolon. (semi-spacing)
(#46) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#46) Missing semicolon. (semi)
(#46) Requires a space before '}'. (block-spacing)
(#46) Requires a space before '}'. (block-spacing)
(#46) A space is required after ','. (comma-spacing)
(#46) Missing space before value for key '_gotoToday'. (key-spacing)
(#46) Requires a space after '{'. (block-spacing)
(#46) Missing space before opening brace. (space-before-blocks)
(#46) Statement inside of curly braces should be on next line. (brace-style)
(#46) Infix operators must be spaced. (space-infix-ops)
(#47) Line 47 exceeds the maximum line length of 132. (max-len)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) Expected space(s) before "else". (keyword-spacing)
(#47) Expected space(s) after "else". (keyword-spacing)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing '()' invoking a constructor (new-parens)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) Expected space(s) before "this". (keyword-spacing)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key '_selectMonthYear'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#48) Line 48 exceeds the maximum line length of 132. (max-len)
(#48) Infix operators must be spaced. (space-infix-ops)
(#48) Infix operators must be spaced. (space-infix-ops)
(#48) A space is required after ','. (comma-spacing)
(#48) Missing whitespace after semicolon. (semi-spacing)
(#48) Missing whitespace after semicolon. (semi-spacing)
(#48) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#48) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#48) Missing semicolon. (semi)
(#48) Requires a space before '}'. (block-spacing)
(#48) A space is required after ','. (comma-spacing)
(#48) Missing space before value for key '_clickMonthYear'. (key-spacing)
(#48) Requires a space after '{'. (block-spacing)
(#48) Missing space before opening brace. (space-before-blocks)
(#48) Statement inside of curly braces should be on next line. (brace-style)
(#48) Infix operators must be spaced. (space-infix-ops)
(#48) Missing whitespace after semicolon. (semi-spacing)
(#48) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#48) Infix operators must be spaced. (space-infix-ops)
(#48) Infix operators must be spaced. (space-infix-ops)
(#48) Missing space before opening brace. (space-before-blocks)
(#48) Requires a space after '{'. (block-spacing)
(#48) Statement inside of curly braces should be on next line. (brace-style)
(#48) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#48) Requires a space before '}'. (block-spacing)
(#48) Missing semicolon. (semi)
(#48) A space is required after ','. (comma-spacing)
(#48) Missing whitespace after semicolon. (semi-spacing)
(#48) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#48) Infix operators must be spaced. (space-infix-ops)
(#48) Missing semicolon. (semi)
(#48) Requires a space before '}'. (block-spacing)
(#48) A space is required after ','. (comma-spacing)
(#48) Missing space before value for key '_selectDay'. (key-spacing)
(#48) A space is required after ','. (comma-spacing)
(#48) A space is required after ','. (comma-spacing)
(#48) A space is required after ','. (comma-spacing)
(#48) Requires a space after '{'. (block-spacing)
(#48) Missing space before opening brace. (space-before-blocks)
(#48) Statement inside of curly braces should be on next line. (brace-style)
(#48) Infix operators must be spaced. (space-infix-ops)
(#48) Missing whitespace after semicolon. (semi-spacing)
(#48) Expected space(s) after "if". (keyword-spacing)
(#48) Infix operators must be spaced. (space-infix-ops)
(#48) Missing space before opening brace. (space-before-blocks)
(#48) Requires a space after '{'. (block-spacing)
(#48) Statement inside of curly braces should be on next line. (brace-style)
(#48) Infix operators must be spaced. (space-infix-ops)
(#48) Missing whitespace after semicolon. (semi-spacing)
(#48) Infix operators must be spaced. (space-infix-ops)
(#48) Infix operators must be spaced. (space-infix-ops)
(#48) A space is required after ','. (comma-spacing)
(#48) Missing whitespace after semicolon. (semi-spacing)
(#48) Infix operators must be spaced. (space-infix-ops)
(#48) Infix operators must be spaced. (space-infix-ops)
(#49) Line 49 exceeds the maximum line length of 132. (max-len)
(#49) Missing whitespace after semicolon. (semi-spacing)
(#49) Infix operators must be spaced. (space-infix-ops)
(#49) Infix operators must be spaced. (space-infix-ops)
(#49) Missing whitespace after semicolon. (semi-spacing)
(#49) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#49) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#49) A space is required after ','. (comma-spacing)
(#49) A space is required after ','. (comma-spacing)
(#49) A space is required after ','. (comma-spacing)
(#49) A space is required after ','. (comma-spacing)
(#49) Requires a space before '}'. (block-spacing)
(#49) Missing semicolon. (semi)
(#49) Requires a space before '}'. (block-spacing)
(#49) A space is required after ','. (comma-spacing)
(#49) Missing space before value for key '_clearDate'. (key-spacing)
(#49) Missing space before opening brace. (space-before-blocks)
(#49) Requires a space after '{'. (block-spacing)
(#49) Statement inside of curly braces should be on next line. (brace-style)
(#49) Infix operators must be spaced. (space-infix-ops)
(#49) Missing whitespace after semicolon. (semi-spacing)
(#49) Missing whitespace after semicolon. (semi-spacing)
(#49) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#49) A space is required after ','. (comma-spacing)
(#49) Requires a space before '}'. (block-spacing)
(#49) Missing semicolon. (semi)
(#49) A space is required after ','. (comma-spacing)
(#49) Missing space before value for key '_selectDate'. (key-spacing)
(#49) A space is required after ','. (comma-spacing)
(#49) Requires a space after '{'. (block-spacing)
(#49) Missing space before opening brace. (space-before-blocks)
(#49) Statement inside of curly braces should be on next line. (brace-style)
(#49) Infix operators must be spaced. (space-infix-ops)
(#49) Missing whitespace after semicolon. (semi-spacing)
(#49) Infix operators must be spaced. (space-infix-ops)
(#49) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#49) Infix operators must be spaced. (space-infix-ops)
(#49) Infix operators must be spaced. (space-infix-ops)
(#49) Missing whitespace after semicolon. (semi-spacing)
(#49) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#49) Infix operators must be spaced. (space-infix-ops)
(#49) Missing whitespace after semicolon. (semi-spacing)
(#49) Missing whitespace after semicolon. (semi-spacing)
(#49) Infix operators must be spaced. (space-infix-ops)
(#49) A space is required after ','. (comma-spacing)
(#49) Missing whitespace after semicolon. (semi-spacing)
(#49) Expected { after 'if' condition. (curly)
(#49) Expected space(s) after "if". (keyword-spacing)
(#49) Infix operators must be spaced. (space-infix-ops)
(#49) A space is required after ','. (comma-spacing)
(#49) A space is required after ','. (comma-spacing)
(#49) Missing whitespace after semicolon. (semi-spacing)
(#49) Expected { after 'else'. (curly)
(#49) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#49) Infix operators must be spaced. (space-infix-ops)
(#49) Missing whitespace after semicolon. (semi-spacing)
(#49) Expected { after 'if' condition. (curly)
(#49) Expected space(s) after "if". (keyword-spacing)
(#49) Expected space(s) before "this". (keyword-spacing)
(#49) Missing whitespace after semicolon. (semi-spacing)
(#49) Expected space(s) after "else". (keyword-spacing)
(#49) Requires a space after '{'. (block-spacing)
(#49) Statement inside of curly braces should be on next line. (brace-style)
(#50) Line 50 exceeds the maximum line length of 132. (max-len)
(#50) Infix operators must be spaced. (space-infix-ops)
(#50) Missing whitespace after semicolon. (semi-spacing)
(#50) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#50) Infix operators must be spaced. (space-infix-ops)
(#50) Infix operators must be spaced. (space-infix-ops)
(#50) Missing whitespace after semicolon. (semi-spacing)
(#50) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#50) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#50) Infix operators must be spaced. (space-infix-ops)
(#50) Requires a space before '}'. (block-spacing)
(#50) Missing semicolon. (semi)
(#50) Requires a space before '}'. (block-spacing)
(#50) A space is required after ','. (comma-spacing)
(#50) Missing space before value for key '_updateAlternate'. (key-spacing)
(#50) Missing space before opening brace. (space-before-blocks)
(#50) Requires a space after '{'. (block-spacing)
(#50) Statement inside of curly braces should be on next line. (brace-style)
(#50) Infix operators must be spaced. (space-infix-ops)
(#50) A space is required after ','. (comma-spacing)
(#50) Missing whitespace after semicolon. (semi-spacing)
(#50) Expected space(s) after "if". (keyword-spacing)
(#50) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#50) Missing space before opening brace. (space-before-blocks)
(#50) Requires a space after '{'. (block-spacing)
(#50) Statement inside of curly braces should be on next line. (brace-style)
(#50) Infix operators must be spaced. (space-infix-ops)
(#50) A space is required after ','. (comma-spacing)
(#50) Infix operators must be spaced. (space-infix-ops)
(#50) A space is required after ','. (comma-spacing)
(#50) A space is required after ','. (comma-spacing)
(#50) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#50) Infix operators must be spaced. (space-infix-ops)
(#50) A space is required after ','. (comma-spacing)
(#50) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#50) Infix operators must be spaced. (space-infix-ops)
(#50) A space is required after ','. (comma-spacing)
(#50) A space is required after ','. (comma-spacing)
(#50) Missing whitespace after semicolon. (semi-spacing)
(#50) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#50) Requires a space after '{'. (block-spacing)
(#50) Missing space before opening brace. (space-before-blocks)
(#50) Statement inside of curly braces should be on next line. (brace-style)
(#50) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#50) Requires a space before '}'. (block-spacing)
(#50) Missing semicolon. (semi)
(#50) Requires a space before '}'. (block-spacing)
(#50) Missing semicolon. (semi)
(#50) Requires a space before '}'. (block-spacing)
(#50) A space is required after ','. (comma-spacing)
(#50) Missing space before value for key 'noWeekends'. (key-spacing)
(#50) Missing space before opening brace. (space-before-blocks)
(#50) Requires a space after '{'. (block-spacing)
(#50) Statement inside of curly braces should be on next line. (brace-style)
(#50) Infix operators must be spaced. (space-infix-ops)
(#50) Missing whitespace after semicolon. (semi-spacing)
(#50) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#50) Expected space(s) after "return". (keyword-spacing)
(#50) Infix operators must be spaced. (space-infix-ops)
(#50) Infix operators must be spaced. (space-infix-ops)
(#50) Infix operators must be spaced. (space-infix-ops)
(#50) A space is required after ','. (comma-spacing)
(#50) Missing semicolon. (semi)
(#50) Requires a space before '}'. (block-spacing)
(#50) A space is required after ','. (comma-spacing)
(#50) Missing space before value for key 'iso8601Week'. (key-spacing)
(#50) Missing space before opening brace. (space-before-blocks)
(#50) Requires a space after '{'. (block-spacing)
(#50) Statement inside of curly braces should be on next line. (brace-style)
(#50) Infix operators must be spaced. (space-infix-ops)
(#50) Missing whitespace after semicolon. (semi-spacing)
(#50) Infix operators must be spaced. (space-infix-ops)
(#50) Infix operators must be spaced. (space-infix-ops)
(#50) Infix operators must be spaced. (space-infix-ops)
(#50) Missing whitespace after semicolon. (semi-spacing)
(#50) Infix operators must be spaced. (space-infix-ops)
(#50) Missing whitespace after semicolon. (semi-spacing)
(#51) Line 51 exceeds the maximum line length of 132. (max-len)
(#51) Missing whitespace after semicolon. (semi-spacing)
(#51) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#51) Infix operators must be spaced. (space-infix-ops)
(#51) Infix operators must be spaced. (space-infix-ops)
(#51) Infix operators must be spaced. (space-infix-ops)
(#51) Infix operators must be spaced. (space-infix-ops)
(#51) Requires a space before '}'. (block-spacing)
(#51) Missing semicolon. (semi)
(#51) A space is required after ','. (comma-spacing)
(#51) Function 'parseDate' has a complexity of 38. (complexity)
(#51) Missing space before value for key 'parseDate'. (key-spacing)
(#51) A space is required after ','. (comma-spacing)
(#51) A space is required after ','. (comma-spacing)
(#51) Missing space before opening brace. (space-before-blocks)
(#51) Requires a space after '{'. (block-spacing)
(#51) Statement inside of curly braces should be on next line. (brace-style)
(#51) Expected { after 'if' condition. (curly)
(#51) Expected space(s) after "if". (keyword-spacing)
(#51) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#51) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#51) Infix operators must be spaced. (space-infix-ops)
(#51) Infix operators must be spaced. (space-infix-ops)
(#51) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#51) Infix operators must be spaced. (space-infix-ops)
(#51) Expected space(s) after "throw". (keyword-spacing)
(#51) Expected space(s) before "throw". (keyword-spacing)
(#51) Expected an object to be thrown. (no-throw-literal)
(#51) Missing whitespace after semicolon. (semi-spacing)
(#51) Infix operators must be spaced. (space-infix-ops)
(#51) Infix operators must be spaced. (space-infix-ops)
(#51) Infix operators must be spaced. (space-infix-ops)
(#51) Infix operators must be spaced. (space-infix-ops)
(#51) Missing whitespace after semicolon. (semi-spacing)
(#51) Expected { after 'if' condition. (curly)
(#51) Expected space(s) after "if". (keyword-spacing)
(#51) Infix operators must be spaced. (space-infix-ops)
(#51) Expected space(s) before "return". (keyword-spacing)
(#51) Missing whitespace after semicolon. (semi-spacing)
(#51) Infix operators must be spaced. (space-infix-ops)
(#51) Infix operators must be spaced. (space-infix-ops)
(#51) Infix operators must be spaced. (space-infix-ops)
(#51) Missing whitespace after semicolon. (semi-spacing)
(#51) Infix operators must be spaced. (space-infix-ops)
(#51) Infix operators must be spaced. (space-infix-ops)
(#51) Infix operators must be spaced. (space-infix-ops)
(#51) Missing '()' invoking a constructor (new-parens)
(#51) Infix operators must be spaced. (space-infix-ops)
(#51) Infix operators must be spaced. (space-infix-ops)
(#51) A space is required after ','. (comma-spacing)
(#51) Missing whitespace after semicolon. (semi-spacing)
(#51) Expected { after 'for' condition. (curly)
(#51) Expected space(s) after "for". (keyword-spacing)
(#51) Infix operators must be spaced. (space-infix-ops)
(#51) Infix operators must be spaced. (space-infix-ops)
(#51) Infix operators must be spaced. (space-infix-ops)
(#51) A space is required after ','. (comma-spacing)
(#51) Infix operators must be spaced. (space-infix-ops)
(#51) Infix operators must be spaced. (space-infix-ops)
(#51) Infix operators must be spaced. (space-infix-ops)
(#51) A space is required after ','. (comma-spacing)
(#51) Infix operators must be spaced. (space-infix-ops)
(#51) Infix operators must be spaced. (space-infix-ops)
(#51) Infix operators must be spaced. (space-infix-ops)
(#51) A space is required after ','. (comma-spacing)
(#51) Infix operators must be spaced. (space-infix-ops)
(#51) Infix operators must be spaced. (space-infix-ops)
(#52) Line 52 exceeds the maximum line length of 132. (max-len)
(#52) Infix operators must be spaced. (space-infix-ops)
(#52) A space is required after ','. (comma-spacing)
(#52) Infix operators must be spaced. (space-infix-ops)
(#52) Infix operators must be spaced. (space-infix-ops)
(#52) A space is required after ','. (comma-spacing)
(#52) Infix operators must be spaced. (space-infix-ops)
(#52) A space is required after ','. (comma-spacing)
(#52) Infix operators must be spaced. (space-infix-ops)
(#52) A space is required after ','. (comma-spacing)
(#52) Infix operators must be spaced. (space-infix-ops)
(#52) A space is required after ','. (comma-spacing)
(#52) Infix operators must be spaced. (space-infix-ops)
(#52) Missing space before opening brace. (space-before-blocks)
(#52) Requires a space after '{'. (block-spacing)
(#52) Statement inside of curly braces should be on next line. (brace-style)
(#52) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#52) Infix operators must be spaced. (space-infix-ops)
(#52) Infix operators must be spaced. (space-infix-ops)
(#52) Infix operators must be spaced. (space-infix-ops)
(#52) Infix operators must be spaced. (space-infix-ops)
(#52) Infix operators must be spaced. (space-infix-ops)
(#52) Infix operators must be spaced. (space-infix-ops)
(#52) Infix operators must be spaced. (space-infix-ops)
(#52) Missing whitespace after semicolon. (semi-spacing)
(#52) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#52) Missing semicolon. (semi)
(#52) Requires a space before '}'. (block-spacing)
(#52) A space is required after ','. (comma-spacing)
(#52) Infix operators must be spaced. (space-infix-ops)
(#52) Missing space before opening brace. (space-before-blocks)
(#52) Requires a space after '{'. (block-spacing)
(#52) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#52) Statement inside of curly braces should be on next line. (brace-style)
(#52) Infix operators must be spaced. (space-infix-ops)
(#52) Missing whitespace after semicolon. (semi-spacing)
(#52) Infix operators must be spaced. (space-infix-ops)
(#52) Infix operators must be spaced. (space-infix-ops)
(#52) Do not nest ternary expressions (no-nested-ternary)
(#52) Infix operators must be spaced. (space-infix-ops)
(#52) Infix operators must be spaced. (space-infix-ops)
(#52) Do not nest ternary expressions (no-nested-ternary)
(#52) Infix operators must be spaced. (space-infix-ops)
(#52) Infix operators must be spaced. (space-infix-ops)
(#52) Do not nest ternary expressions (no-nested-ternary)
(#52) Infix operators must be spaced. (space-infix-ops)
(#52) Infix operators must be spaced. (space-infix-ops)
(#52) Infix operators must be spaced. (space-infix-ops)
(#52) Infix operators must be spaced. (space-infix-ops)
(#52) Infix operators must be spaced. (space-infix-ops)
(#52) Infix operators must be spaced. (space-infix-ops)
(#52) Missing whitespace after semicolon. (semi-spacing)
(#52) Infix operators must be spaced. (space-infix-ops)
(#52) Missing whitespace after semicolon. (semi-spacing)
(#52) Expected { after 'if' condition. (curly)
(#52) Expected space(s) after "if". (keyword-spacing)
(#52) Expected an object to be thrown. (no-throw-literal)
(#52) Expected space(s) before "throw". (keyword-spacing)
(#52) Expected space(s) after "throw". (keyword-spacing)
(#52) Infix operators must be spaced. (space-infix-ops)
(#52) Missing whitespace after semicolon. (semi-spacing)
(#52) Infix operators must be spaced. (space-infix-ops)
(#52) Missing whitespace after semicolon. (semi-spacing)
(#52) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#52) A space is required after ','. (comma-spacing)
(#52) Missing semicolon. (semi)
(#52) Requires a space before '}'. (block-spacing)
(#52) A space is required after ','. (comma-spacing)
(#52) Infix operators must be spaced. (space-infix-ops)
(#52) A space is required after ','. (comma-spacing)
(#52) A space is required after ','. (comma-spacing)
(#52) Requires a space after '{'. (block-spacing)
(#52) Missing space before opening brace. (space-before-blocks)
(#52) Statement inside of curly braces should be on next line. (brace-style)
(#52) Infix operators must be spaced. (space-infix-ops)
(#52) Infix operators must be spaced. (space-infix-ops)
(#52) Missing whitespace after semicolon. (semi-spacing)
(#52) Expected space(s) after "for". (keyword-spacing)
(#52) Expected { after 'for' condition. (curly)
(#52) Infix operators must be spaced. (space-infix-ops)
(#52) Missing whitespace after semicolon. (semi-spacing)
(#52) Infix operators must be spaced. (space-infix-ops)
(#52) Missing whitespace after semicolon. (semi-spacing)
(#52) Expected space(s) after "if". (keyword-spacing)
(#52) Expected space(s) before "if". (keyword-spacing)
(#52) A space is required after ','. (comma-spacing)
(#52) Infix operators must be spaced. (space-infix-ops)
(#52) Requires a space after '{'. (block-spacing)
(#52) Missing space before opening brace. (space-before-blocks)
(#52) Statement inside of curly braces should be on next line. (brace-style)
(#52) Infix operators must be spaced. (space-infix-ops)
(#52) Missing whitespace after semicolon. (semi-spacing)
(#52) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#52) Infix operators must be spaced. (space-infix-ops)
(#52) Requires a space before '}'. (block-spacing)
(#52) Missing semicolon. (semi)
(#52) Expected space(s) after "throw". (keyword-spacing)
(#52) Expected space(s) before "throw". (keyword-spacing)
(#52) Expected an object to be thrown. (no-throw-literal)
(#52) Infix operators must be spaced. (space-infix-ops)
(#53) Line 53 exceeds the maximum line length of 132. (max-len)
(#53) Requires a space before '}'. (block-spacing)
(#53) A space is required after ','. (comma-spacing)
(#53) Infix operators must be spaced. (space-infix-ops)
(#53) Missing space before opening brace. (space-before-blocks)
(#53) Requires a space after '{'. (block-spacing)
(#53) Expected { after 'if' condition. (curly)
(#53) Statement inside of curly braces should be on next line. (brace-style)
(#53) Expected space(s) after "if". (keyword-spacing)
(#53) Infix operators must be spaced. (space-infix-ops)
(#53) Expected an object to be thrown. (no-throw-literal)
(#53) Expected space(s) before "throw". (keyword-spacing)
(#53) Expected space(s) after "throw". (keyword-spacing)
(#53) Infix operators must be spaced. (space-infix-ops)
(#53) Missing whitespace after semicolon. (semi-spacing)
(#53) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#53) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#53) Missing semicolon. (semi)
(#53) Requires a space before '}'. (block-spacing)
(#53) A space is required after ','. (comma-spacing)
(#53) Infix operators must be spaced. (space-infix-ops)
(#53) A space is required after ','. (comma-spacing)
(#53) Infix operators must be spaced. (space-infix-ops)
(#53) Missing whitespace after semicolon. (semi-spacing)
(#53) Infix operators must be spaced. (space-infix-ops)
(#53) Missing whitespace after semicolon. (semi-spacing)
(#53) Expected space(s) after "if". (keyword-spacing)
(#53) Expected space(s) before "if". (keyword-spacing)
(#53) Expected { after 'if' condition. (curly)
(#53) Expected space(s) before "if". (keyword-spacing)
(#53) Expected space(s) after "if". (keyword-spacing)
(#53) Infix operators must be spaced. (space-infix-ops)
(#53) Infix operators must be spaced. (space-infix-ops)
(#53) Infix operators must be spaced. (space-infix-ops)
(#53) Missing whitespace after semicolon. (semi-spacing)
(#53) Missing whitespace after semicolon. (semi-spacing)
(#53) Expected { after 'else'. (curly)
(#53) Expected space(s) after "switch". (keyword-spacing)
(#53) Requires a space after '{'. (block-spacing)
(#53) Missing space before opening brace. (space-before-blocks)
(#53) Infix operators must be spaced. (space-infix-ops)
(#53) Missing whitespace after semicolon. (semi-spacing)
(#53) Missing whitespace after semicolon. (semi-spacing)
(#53) A space is required after ','. (comma-spacing)
(#53) A space is required after ','. (comma-spacing)
(#53) Missing whitespace after semicolon. (semi-spacing)
(#53) Missing whitespace after semicolon. (semi-spacing)
(#53) Infix operators must be spaced. (space-infix-ops)
(#53) Missing whitespace after semicolon. (semi-spacing)
(#53) Missing whitespace after semicolon. (semi-spacing)
(#53) Infix operators must be spaced. (space-infix-ops)
(#53) Missing whitespace after semicolon. (semi-spacing)
(#53) Missing whitespace after semicolon. (semi-spacing)
(#53) Infix operators must be spaced. (space-infix-ops)
(#53) A space is required after ','. (comma-spacing)
(#53) A space is required after ','. (comma-spacing)
(#53) Missing whitespace after semicolon. (semi-spacing)
(#53) Missing whitespace after semicolon. (semi-spacing)
(#53) Infix operators must be spaced. (space-infix-ops)
(#53) Missing whitespace after semicolon. (semi-spacing)
(#53) Missing whitespace after semicolon. (semi-spacing)
(#53) Infix operators must be spaced. (space-infix-ops)
(#53) Missing whitespace after semicolon. (semi-spacing)
(#53) Infix operators must be spaced. (space-infix-ops)
(#53) Missing whitespace after semicolon. (semi-spacing)
(#53) Infix operators must be spaced. (space-infix-ops)
(#53) Infix operators must be spaced. (space-infix-ops)
(#53) Missing whitespace after semicolon. (semi-spacing)
(#53) Infix operators must be spaced. (space-infix-ops)
(#53) Missing whitespace after semicolon. (semi-spacing)
(#53) Missing whitespace after semicolon. (semi-spacing)
(#53) Infix operators must be spaced. (space-infix-ops)
(#53) Infix operators must be spaced. (space-infix-ops)
(#53) Infix operators must be spaced. (space-infix-ops)
(#53) Missing whitespace after semicolon. (semi-spacing)
(#53) Infix operators must be spaced. (space-infix-ops)
(#53) Missing whitespace after semicolon. (semi-spacing)
(#53) Infix operators must be spaced. (space-infix-ops)
(#53) Infix operators must be spaced. (space-infix-ops)
(#54) Line 54 exceeds the maximum line length of 132. (max-len)
(#54) Missing whitespace after semicolon. (semi-spacing)
(#54) Infix operators must be spaced. (space-infix-ops)
(#54) Missing whitespace after semicolon. (semi-spacing)
(#54) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#54) Missing whitespace after semicolon. (semi-spacing)
(#54) Expected space(s) after "if". (keyword-spacing)
(#54) Expected { after 'if' condition. (curly)
(#54) Missing whitespace after semicolon. (semi-spacing)
(#54) Expected { after 'else'. (curly)
(#54) Infix operators must be spaced. (space-infix-ops)
(#54) Missing whitespace after semicolon. (semi-spacing)
(#54) Missing whitespace after semicolon. (semi-spacing)
(#54) Requires a space before '}'. (block-spacing)
(#54) Missing semicolon. (semi)
(#54) Expected space(s) after "if". (keyword-spacing)
(#54) Expected space(s) before "if". (keyword-spacing)
(#54) Expected { after 'if' condition. (curly)
(#54) Infix operators must be spaced. (space-infix-ops)
(#54) Infix operators must be spaced. (space-infix-ops)
(#54) Missing '()' invoking a constructor (new-parens)
(#54) Missing whitespace after semicolon. (semi-spacing)
(#54) Expected space(s) after "if". (keyword-spacing)
(#54) Expected { after 'if' condition. (curly)
(#54) Infix operators must be spaced. (space-infix-ops)
(#54) Infix operators must be spaced. (space-infix-ops)
(#54) Missing '()' invoking a constructor (new-parens)
(#54) Infix operators must be spaced. (space-infix-ops)
(#54) Missing '()' invoking a constructor (new-parens)
(#54) Infix operators must be spaced. (space-infix-ops)
(#54) Infix operators must be spaced. (space-infix-ops)
(#54) Infix operators must be spaced. (space-infix-ops)
(#54) Infix operators must be spaced. (space-infix-ops)
(#54) Missing whitespace after semicolon. (semi-spacing)
(#54) Expected space(s) after "if". (keyword-spacing)
(#54) 'u' used outside of binding context. (block-scoped-var)
(#54) Infix operators must be spaced. (space-infix-ops)
(#54) Requires a space after '{'. (block-spacing)
(#54) Missing space before opening brace. (space-before-blocks)
(#54) 'j' used outside of binding context. (block-scoped-var)
(#54) Statement inside of curly braces should be on next line. (brace-style)
(#54) Infix operators must be spaced. (space-infix-ops)
(#54) Missing whitespace after semicolon. (semi-spacing)
(#54) 'l' used outside of binding context. (block-scoped-var)
(#54) Infix operators must be spaced. (space-infix-ops)
(#54) 'u' used outside of binding context. (block-scoped-var)
(#54) Missing whitespace after semicolon. (semi-spacing)
(#54) Unexpected constant condition. (no-constant-condition)
(#54) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#54) Expected space(s) after "do". (keyword-spacing)
(#54) Requires a space after '{'. (block-spacing)
(#54) Statement inside of curly braces should be on next line. (brace-style)
(#54) Infix operators must be spaced. (space-infix-ops)
(#54) A space is required after ','. (comma-spacing)
(#54) 'j' used outside of binding context. (block-scoped-var)
(#54) Infix operators must be spaced. (space-infix-ops)
(#54) Missing whitespace after semicolon. (semi-spacing)
(#54) Expected { after 'if' condition. (curly)
(#54) Expected space(s) after "if". (keyword-spacing)
(#54) 'l' used outside of binding context. (block-scoped-var)
(#54) Infix operators must be spaced. (space-infix-ops)
(#54) Expected space(s) before "break". (keyword-spacing)
(#54) Missing whitespace after semicolon. (semi-spacing)
(#54) 'j' used outside of binding context. (block-scoped-var)
(#54) Missing whitespace after semicolon. (semi-spacing)
(#54) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#54) 'l' used outside of binding context. (block-scoped-var)
(#54) Infix operators must be spaced. (space-infix-ops)
(#54) Missing semicolon. (semi)
(#54) Requires a space before '}'. (block-spacing)
(#54) Expected space(s) after "while". (keyword-spacing)
(#54) Expected space(s) before "while". (keyword-spacing)
(#54) Requires a space before '}'. (block-spacing)
(#54) Missing semicolon. (semi)
(#54) 'w' used outside of binding context. (block-scoped-var)
(#54) Infix operators must be spaced. (space-infix-ops)
(#54) A space is required after ','. (comma-spacing)
(#54) 'j' used outside of binding context. (block-scoped-var)
(#54) Infix operators must be spaced. (space-infix-ops)
(#54) A space is required after ','. (comma-spacing)
(#54) 'l' used outside of binding context. (block-scoped-var)
(#54) Missing whitespace after semicolon. (semi-spacing)
(#54) Expected { after 'if' condition. (curly)
(#54) Expected space(s) after "if". (keyword-spacing)
(#54) 'w' used outside of binding context. (block-scoped-var)
(#54) Infix operators must be spaced. (space-infix-ops)
(#54) Infix operators must be spaced. (space-infix-ops)
(#54) 'w' used outside of binding context. (block-scoped-var)
(#54) Infix operators must be spaced. (space-infix-ops)
(#54) Infix operators must be spaced. (space-infix-ops)
(#54) 'j' used outside of binding context. (block-scoped-var)
(#54) Infix operators must be spaced. (space-infix-ops)
(#54) 'w' used outside of binding context. (block-scoped-var)
(#54) Infix operators must be spaced. (space-infix-ops)
(#54) 'l' used outside of binding context. (block-scoped-var)
(#54) Expected an object to be thrown. (no-throw-literal)
(#54) Expected space(s) after "throw". (keyword-spacing)
(#54) Expected space(s) before "throw". (keyword-spacing)
(#54) Missing whitespace after semicolon. (semi-spacing)
(#54) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#54) 'w' used outside of binding context. (block-scoped-var)
(#54) Requires a space before '}'. (block-spacing)
(#54) Missing semicolon. (semi)
(#54) A space is required after ','. (comma-spacing)
(#54) Missing space before value for key 'ATOM'. (key-spacing)
(#54) A space is required after ','. (comma-spacing)
(#54) Missing space before value for key 'COOKIE'. (key-spacing)
(#54) A space is required after ','. (comma-spacing)
(#54) Missing space before value for key 'ISO_8601'. (key-spacing)
(#54) A space is required after ','. (comma-spacing)
(#54) Missing space before value for key 'RFC_822'. (key-spacing)
(#54) A space is required after ','. (comma-spacing)
(#54) Missing space before value for key 'RFC_850'. (key-spacing)
(#55) Line 55 exceeds the maximum line length of 132. (max-len)
(#55) Missing space before value for key 'RFC_1036'. (key-spacing)
(#55) A space is required after ','. (comma-spacing)
(#55) Missing space before value for key 'RFC_1123'. (key-spacing)
(#55) A space is required after ','. (comma-spacing)
(#55) Missing space before value for key 'RFC_2822'. (key-spacing)
(#55) A space is required after ','. (comma-spacing)
(#55) Missing space before value for key 'RSS'. (key-spacing)
(#55) A space is required after ','. (comma-spacing)
(#55) Missing space before value for key 'TICKS'. (key-spacing)
(#55) A space is required after ','. (comma-spacing)
(#55) Missing space before value for key 'TIMESTAMP'. (key-spacing)
(#55) A space is required after ','. (comma-spacing)
(#55) Missing space before value for key 'W3C'. (key-spacing)
(#55) A space is required after ','. (comma-spacing)
(#55) Missing space before value for key '_ticksTo1970'. (key-spacing)
(#55) Infix operators must be spaced. (space-infix-ops)
(#55) Infix operators must be spaced. (space-infix-ops)
(#55) Infix operators must be spaced. (space-infix-ops)
(#55) Infix operators must be spaced. (space-infix-ops)
(#55) Infix operators must be spaced. (space-infix-ops)
(#55) Infix operators must be spaced. (space-infix-ops)
(#55) Infix operators must be spaced. (space-infix-ops)
(#55) A space is required after ','. (comma-spacing)
(#55) Function 'formatDate' has a complexity of 26. (complexity)
(#55) Missing space before value for key 'formatDate'. (key-spacing)
(#55) A space is required after ','. (comma-spacing)
(#55) A space is required after ','. (comma-spacing)
(#55) Missing space before opening brace. (space-before-blocks)
(#55) Requires a space after '{'. (block-spacing)
(#55) Expected space(s) after "if". (keyword-spacing)
(#55) Statement inside of curly braces should be on next line. (brace-style)
(#55) Expected { after 'if' condition. (curly)
(#55) Expected space(s) before "return". (keyword-spacing)
(#55) Expected space(s) after "return". (keyword-spacing)
(#55) Missing whitespace after semicolon. (semi-spacing)
(#55) Infix operators must be spaced. (space-infix-ops)
(#55) Infix operators must be spaced. (space-infix-ops)
(#55) Infix operators must be spaced. (space-infix-ops)
(#55) A space is required after ','. (comma-spacing)
(#55) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#55) Infix operators must be spaced. (space-infix-ops)
(#55) Infix operators must be spaced. (space-infix-ops)
(#55) Infix operators must be spaced. (space-infix-ops)
(#55) A space is required after ','. (comma-spacing)
(#55) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#55) Infix operators must be spaced. (space-infix-ops)
(#55) Infix operators must be spaced. (space-infix-ops)
(#55) Infix operators must be spaced. (space-infix-ops)
(#55) Missing whitespace after semicolon. (semi-spacing)
(#55) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#55) Infix operators must be spaced. (space-infix-ops)
(#55) Infix operators must be spaced. (space-infix-ops)
(#55) Infix operators must be spaced. (space-infix-ops)
(#55) Missing whitespace after semicolon. (semi-spacing)
(#55) Infix operators must be spaced. (space-infix-ops)
(#55) Requires a space after '{'. (block-spacing)
(#55) Missing space before opening brace. (space-before-blocks)
(#55) Statement inside of curly braces should be on next line. (brace-style)
(#55) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#55) Infix operators must be spaced. (space-infix-ops)
(#55) 'k' used outside of binding context. (block-scoped-var)
(#55) Infix operators must be spaced. (space-infix-ops)
(#55) Infix operators must be spaced. (space-infix-ops)
(#55) Infix operators must be spaced. (space-infix-ops)
(#56) Line 56 exceeds the maximum line length of 132. (max-len)
(#56) 'k' used outside of binding context. (block-scoped-var)
(#56) Infix operators must be spaced. (space-infix-ops)
(#56) Infix operators must be spaced. (space-infix-ops)
(#56) Infix operators must be spaced. (space-infix-ops)
(#56) 'k' used outside of binding context. (block-scoped-var)
(#56) Missing whitespace after semicolon. (semi-spacing)
(#56) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#56) Missing semicolon. (semi)
(#56) Requires a space before '}'. (block-spacing)
(#56) A space is required after ','. (comma-spacing)
(#56) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#56) Infix operators must be spaced. (space-infix-ops)
(#56) A space is required after ','. (comma-spacing)
(#56) A space is required after ','. (comma-spacing)
(#56) Requires a space after '{'. (block-spacing)
(#56) Missing space before opening brace. (space-before-blocks)
(#56) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#56) Statement inside of curly braces should be on next line. (brace-style)
(#56) Infix operators must be spaced. (space-infix-ops)
(#56) Infix operators must be spaced. (space-infix-ops)
(#56) Missing whitespace after semicolon. (semi-spacing)
(#56) Expected { after 'if' condition. (curly)
(#56) Expected space(s) after "if". (keyword-spacing)
(#56) Expected { after 'for' condition. (curly)
(#56) Expected space(s) before "for". (keyword-spacing)
(#56) Expected space(s) after "for". (keyword-spacing)
(#56) Infix operators must be spaced. (space-infix-ops)
(#56) Infix operators must be spaced. (space-infix-ops)
(#56) Infix operators must be spaced. (space-infix-ops)
(#56) Missing whitespace after semicolon. (semi-spacing)
(#56) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#56) Requires a space before '}'. (block-spacing)
(#56) Missing semicolon. (semi)
(#56) A space is required after ','. (comma-spacing)
(#56) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#56) Infix operators must be spaced. (space-infix-ops)
(#56) A space is required after ','. (comma-spacing)
(#56) A space is required after ','. (comma-spacing)
(#56) A space is required after ','. (comma-spacing)
(#56) Requires a space after '{'. (block-spacing)
(#56) Missing space before opening brace. (space-before-blocks)
(#56) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#56) Statement inside of curly braces should be on next line. (brace-style)
(#56) Infix operators must be spaced. (space-infix-ops)
(#56) Requires a space before '}'. (block-spacing)
(#56) Missing semicolon. (semi)
(#56) A space is required after ','. (comma-spacing)
(#56) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#56) Infix operators must be spaced. (space-infix-ops)
(#56) A space is required after ','. (comma-spacing)
(#56) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#56) Infix operators must be spaced. (space-infix-ops)
(#56) Missing whitespace after semicolon. (semi-spacing)
(#56) Expected space(s) after "if". (keyword-spacing)
(#56) Expected { after 'if' condition. (curly)
(#56) Expected space(s) after "for". (keyword-spacing)
(#56) Expected space(s) before "for". (keyword-spacing)
(#56) Expected { after 'for' condition. (curly)
(#56) Infix operators must be spaced. (space-infix-ops)
(#56) Missing whitespace after semicolon. (semi-spacing)
(#56) Infix operators must be spaced. (space-infix-ops)
(#56) Missing whitespace after semicolon. (semi-spacing)
(#56) Expected space(s) after "if". (keyword-spacing)
(#56) Expected { after 'if' condition. (curly)
(#56) Expected space(s) before "if". (keyword-spacing)
(#56) Expected space(s) before "if". (keyword-spacing)
(#56) Expected space(s) after "if". (keyword-spacing)
(#56) Infix operators must be spaced. (space-infix-ops)
(#56) Infix operators must be spaced. (space-infix-ops)
(#56) Infix operators must be spaced. (space-infix-ops)
(#56) Missing whitespace after semicolon. (semi-spacing)
(#56) Infix operators must be spaced. (space-infix-ops)
(#56) Missing whitespace after semicolon. (semi-spacing)
(#56) Expected { after 'else'. (curly)
(#56) Expected space(s) after "switch". (keyword-spacing)
(#56) Missing space before opening brace. (space-before-blocks)
(#56) Requires a space after '{'. (block-spacing)
(#56) Infix operators must be spaced. (space-infix-ops)
(#56) A space is required after ','. (comma-spacing)
(#56) A space is required after ','. (comma-spacing)
(#56) Missing whitespace after semicolon. (semi-spacing)
(#56) Missing whitespace after semicolon. (semi-spacing)
(#56) Infix operators must be spaced. (space-infix-ops)
(#56) A space is required after ','. (comma-spacing)
(#56) A space is required after ','. (comma-spacing)
(#56) A space is required after ','. (comma-spacing)
(#56) Missing whitespace after semicolon. (semi-spacing)
(#56) Missing whitespace after semicolon. (semi-spacing)
(#56) Infix operators must be spaced. (space-infix-ops)
(#56) A space is required after ','. (comma-spacing)
(#56) Infix operators must be spaced. (space-infix-ops)
(#56) A space is required after ','. (comma-spacing)
(#56) A space is required after ','. (comma-spacing)
(#56) Infix operators must be spaced. (space-infix-ops)
(#56) A space is required after ','. (comma-spacing)
(#56) Missing whitespace after semicolon. (semi-spacing)
(#56) Missing whitespace after semicolon. (semi-spacing)
(#56) Infix operators must be spaced. (space-infix-ops)
(#56) A space is required after ','. (comma-spacing)
(#56) Infix operators must be spaced. (space-infix-ops)
(#56) A space is required after ','. (comma-spacing)
(#56) Missing whitespace after semicolon. (semi-spacing)
(#56) Missing whitespace after semicolon. (semi-spacing)
(#56) Infix operators must be spaced. (space-infix-ops)
(#57) Line 57 exceeds the maximum line length of 132. (max-len)
(#57) A space is required after ','. (comma-spacing)
(#57) A space is required after ','. (comma-spacing)
(#57) Missing whitespace after semicolon. (semi-spacing)
(#57) Missing whitespace after semicolon. (semi-spacing)
(#57) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#57) Infix operators must be spaced. (space-infix-ops)
(#57) Infix operators must be spaced. (space-infix-ops)
(#57) Infix operators must be spaced. (space-infix-ops)
(#57) Infix operators must be spaced. (space-infix-ops)
(#57) Infix operators must be spaced. (space-infix-ops)
(#57) Infix operators must be spaced. (space-infix-ops)
(#57) Infix operators must be spaced. (space-infix-ops)
(#57) Missing whitespace after semicolon. (semi-spacing)
(#57) Missing whitespace after semicolon. (semi-spacing)
(#57) Infix operators must be spaced. (space-infix-ops)
(#57) Missing whitespace after semicolon. (semi-spacing)
(#57) Missing whitespace after semicolon. (semi-spacing)
(#57) Infix operators must be spaced. (space-infix-ops)
(#57) Infix operators must be spaced. (space-infix-ops)
(#57) Infix operators must be spaced. (space-infix-ops)
(#57) Missing whitespace after semicolon. (semi-spacing)
(#57) Missing whitespace after semicolon. (semi-spacing)
(#57) Expected space(s) after "if". (keyword-spacing)
(#57) Expected { after 'if' condition. (curly)
(#57) Infix operators must be spaced. (space-infix-ops)
(#57) Missing whitespace after semicolon. (semi-spacing)
(#57) Expected { after 'else'. (curly)
(#57) Infix operators must be spaced. (space-infix-ops)
(#57) Missing whitespace after semicolon. (semi-spacing)
(#57) Missing whitespace after semicolon. (semi-spacing)
(#57) Infix operators must be spaced. (space-infix-ops)
(#57) Requires a space before '}'. (block-spacing)
(#57) Missing semicolon. (semi)
(#57) Expected space(s) before "return". (keyword-spacing)
(#57) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#57) Missing semicolon. (semi)
(#57) Requires a space before '}'. (block-spacing)
(#57) A space is required after ','. (comma-spacing)
(#57) Missing space before value for key '_possibleChars'. (key-spacing)
(#57) Missing space before opening brace. (space-before-blocks)
(#57) Requires a space after '{'. (block-spacing)
(#57) Expected { after 'for' condition. (curly)
(#57) Expected space(s) after "for". (keyword-spacing)
(#57) Statement inside of curly braces should be on next line. (brace-style)
(#57) Infix operators must be spaced. (space-infix-ops)
(#57) A space is required after ','. (comma-spacing)
(#57) Infix operators must be spaced. (space-infix-ops)
(#57) A space is required after ','. (comma-spacing)
(#57) Infix operators must be spaced. (space-infix-ops)
(#57) Missing space before opening brace. (space-before-blocks)
(#57) Requires a space after '{'. (block-spacing)
(#57) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#57) Statement inside of curly braces should be on next line. (brace-style)
(#57) Infix operators must be spaced. (space-infix-ops)
(#57) Infix operators must be spaced. (space-infix-ops)
(#57) Infix operators must be spaced. (space-infix-ops)
(#57) Infix operators must be spaced. (space-infix-ops)
(#57) Infix operators must be spaced. (space-infix-ops)
(#57) Infix operators must be spaced. (space-infix-ops)
(#57) Infix operators must be spaced. (space-infix-ops)
(#57) Missing whitespace after semicolon. (semi-spacing)
(#57) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#57) Missing semicolon. (semi)
(#57) Requires a space before '}'. (block-spacing)
(#57) A space is required after ','. (comma-spacing)
(#57) Infix operators must be spaced. (space-infix-ops)
(#57) Missing whitespace after semicolon. (semi-spacing)
(#57) Infix operators must be spaced. (space-infix-ops)
(#57) Missing whitespace after semicolon. (semi-spacing)
(#57) Expected space(s) after "if". (keyword-spacing)
(#57) Expected space(s) before "if". (keyword-spacing)
(#57) Expected { after 'if' condition. (curly)
(#57) Expected space(s) before "if". (keyword-spacing)
(#57) Expected space(s) after "if". (keyword-spacing)
(#57) Infix operators must be spaced. (space-infix-ops)
(#57) Infix operators must be spaced. (space-infix-ops)
(#57) Infix operators must be spaced. (space-infix-ops)
(#57) Missing whitespace after semicolon. (semi-spacing)
(#57) Infix operators must be spaced. (space-infix-ops)
(#57) Missing whitespace after semicolon. (semi-spacing)
(#57) Expected { after 'else'. (curly)
(#57) Expected space(s) after "switch". (keyword-spacing)
(#57) Missing space before opening brace. (space-before-blocks)
(#57) Requires a space after '{'. (block-spacing)
(#57) Infix operators must be spaced. (space-infix-ops)
(#58) Line 58 exceeds the maximum line length of 132. (max-len)
(#58) Missing whitespace after semicolon. (semi-spacing)
(#58) Missing whitespace after semicolon. (semi-spacing)
(#58) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#58) Missing whitespace after semicolon. (semi-spacing)
(#58) Expected space(s) after "if". (keyword-spacing)
(#58) Expected { after 'if' condition. (curly)
(#58) Infix operators must be spaced. (space-infix-ops)
(#58) Missing whitespace after semicolon. (semi-spacing)
(#58) Expected { after 'else'. (curly)
(#58) Infix operators must be spaced. (space-infix-ops)
(#58) Missing whitespace after semicolon. (semi-spacing)
(#58) Missing whitespace after semicolon. (semi-spacing)
(#58) Infix operators must be spaced. (space-infix-ops)
(#58) Missing semicolon. (semi)
(#58) Requires a space before '}'. (block-spacing)
(#58) Expected space(s) before "return". (keyword-spacing)
(#58) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#58) 'b' used outside of binding context. (block-scoped-var)
(#58) Requires a space before '}'. (block-spacing)
(#58) Missing semicolon. (semi)
(#58) A space is required after ','. (comma-spacing)
(#58) Missing space before value for key '_get'. (key-spacing)
(#58) A space is required after ','. (comma-spacing)
(#58) Requires a space after '{'. (block-spacing)
(#58) Missing space before opening brace. (space-before-blocks)
(#58) Statement inside of curly braces should be on next line. (brace-style)
(#58) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#58) Infix operators must be spaced. (space-infix-ops)
(#58) Infix operators must be spaced. (space-infix-ops)
(#58) Requires a space before '}'. (block-spacing)
(#58) Missing semicolon. (semi)
(#58) A space is required after ','. (comma-spacing)
(#58) Missing space before value for key '_setDateFromField'. (key-spacing)
(#58) A space is required after ','. (comma-spacing)
(#58) Missing space before opening brace. (space-before-blocks)
(#58) Requires a space after '{'. (block-spacing)
(#58) Expected space(s) after "if". (keyword-spacing)
(#58) Statement inside of curly braces should be on next line. (brace-style)
(#58) Infix operators must be spaced. (space-infix-ops)
(#58) Requires a space after '{'. (block-spacing)
(#58) Missing space before opening brace. (space-before-blocks)
(#58) Statement inside of curly braces should be on next line. (brace-style)
(#58) Infix operators must be spaced. (space-infix-ops)
(#58) A space is required after ','. (comma-spacing)
(#58) A space is required after ','. (comma-spacing)
(#58) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#58) Infix operators must be spaced. (space-infix-ops)
(#58) Infix operators must be spaced. (space-infix-ops)
(#58) Infix operators must be spaced. (space-infix-ops)
(#58) A space is required after ','. (comma-spacing)
(#58) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#58) A space is required after ','. (comma-spacing)
(#58) Missing whitespace after semicolon. (semi-spacing)
(#58) Infix operators must be spaced. (space-infix-ops)
(#58) Infix operators must be spaced. (space-infix-ops)
(#58) Missing whitespace after semicolon. (semi-spacing)
(#58) Infix operators must be spaced. (space-infix-ops)
(#58) Missing whitespace after semicolon. (semi-spacing)
(#58) Expected space(s) after "try". (keyword-spacing)
(#58) Requires a space after '{'. (block-spacing)
(#58) Statement inside of curly braces should be on next line. (brace-style)
(#58) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#58) Infix operators must be spaced. (space-infix-ops)
(#58) A space is required after ','. (comma-spacing)
(#58) A space is required after ','. (comma-spacing)
(#58) Infix operators must be spaced. (space-infix-ops)
(#58) Requires a space before '}'. (block-spacing)
(#58) Missing semicolon. (semi)
(#58) Expected space(s) before "catch". (keyword-spacing)
(#58) Expected space(s) after "catch". (keyword-spacing)
(#58) Requires a space after '{'. (block-spacing)
(#58) Missing space before opening brace. (space-before-blocks)
(#58) Statement inside of curly braces should be on next line. (brace-style)
(#58) Missing whitespace after semicolon. (semi-spacing)
(#58) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#58) Infix operators must be spaced. (space-infix-ops)
(#58) Infix operators must be spaced. (space-infix-ops)
(#58) Requires a space before '}'. (block-spacing)
(#58) Missing semicolon. (semi)
(#58) Infix operators must be spaced. (space-infix-ops)
(#58) Missing whitespace after semicolon. (semi-spacing)
(#58) Infix operators must be spaced. (space-infix-ops)
(#58) Infix operators must be spaced. (space-infix-ops)
(#59) Line 59 exceeds the maximum line length of 132. (max-len)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#59) Requires a space before '}'. (block-spacing)
(#59) Missing semicolon. (semi)
(#59) Requires a space before '}'. (block-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing space before value for key '_getDefaultDate'. (key-spacing)
(#59) Requires a space after '{'. (block-spacing)
(#59) Missing space before opening brace. (space-before-blocks)
(#59) Statement inside of curly braces should be on next line. (brace-style)
(#59) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#59) A space is required after ','. (comma-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing '()' invoking a constructor (new-parens)
(#59) Missing semicolon. (semi)
(#59) Requires a space before '}'. (block-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing space before value for key '_determineDate'. (key-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) Requires a space after '{'. (block-spacing)
(#59) Missing space before opening brace. (space-before-blocks)
(#59) Statement inside of curly braces should be on next line. (brace-style)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Requires a space after '{'. (block-spacing)
(#59) Missing space before opening brace. (space-before-blocks)
(#59) Statement inside of curly braces should be on next line. (brace-style)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Missing '()' invoking a constructor (new-parens)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#59) Missing semicolon. (semi)
(#59) Requires a space before '}'. (block-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Requires a space after '{'. (block-spacing)
(#59) Missing space before opening brace. (space-before-blocks)
(#59) Expected space(s) after "try". (keyword-spacing)
(#59) Statement inside of curly braces should be on next line. (brace-style)
(#59) Requires a space after '{'. (block-spacing)
(#59) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#59) Statement inside of curly braces should be on next line. (brace-style)
(#59) A space is required after ','. (comma-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing semicolon. (semi)
(#59) Requires a space before '}'. (block-spacing)
(#59) Expected space(s) after "catch". (keyword-spacing)
(#59) Expected space(s) before "catch". (keyword-spacing)
(#59) Missing space before opening brace. (space-before-blocks)
(#59) Empty block statement. (no-empty)
(#59) Expected space(s) before "var". (keyword-spacing)
(#59) Infix operators must be spaced. (space-infix-ops)
(#60) Line 60 exceeds the maximum line length of 132. (max-len)
(#60) Infix operators must be spaced. (space-infix-ops)
(#60) Infix operators must be spaced. (space-infix-ops)
(#60) Missing '()' invoking a constructor (new-parens)
(#60) A space is required after ','. (comma-spacing)
(#60) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#60) Infix operators must be spaced. (space-infix-ops)
(#60) A space is required after ','. (comma-spacing)
(#60) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#60) Infix operators must be spaced. (space-infix-ops)
(#60) Missing whitespace after semicolon. (semi-spacing)
(#60) Infix operators must be spaced. (space-infix-ops)
(#60) Missing whitespace after semicolon. (semi-spacing)
(#60) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#60) Expected space(s) after "for". (keyword-spacing)
(#60) Infix operators must be spaced. (space-infix-ops)
(#60) A space is required after ','. (comma-spacing)
(#60) Infix operators must be spaced. (space-infix-ops)
(#60) Missing whitespace after semicolon. (semi-spacing)
(#60) Missing space before opening brace. (space-before-blocks)
(#60) Requires a space after '{'. (block-spacing)
(#60) Statement inside of curly braces should be on next line. (brace-style)
(#60) Expected space(s) after "switch". (keyword-spacing)
(#60) Infix operators must be spaced. (space-infix-ops)
(#60) Missing space before opening brace. (space-before-blocks)
(#60) Requires a space after '{'. (block-spacing)
(#60) Infix operators must be spaced. (space-infix-ops)
(#60) A space is required after ','. (comma-spacing)
(#60) Missing whitespace after semicolon. (semi-spacing)
(#60) Missing whitespace after semicolon. (semi-spacing)
(#60) Infix operators must be spaced. (space-infix-ops)
(#60) A space is required after ','. (comma-spacing)
(#60) Infix operators must be spaced. (space-infix-ops)
(#60) Missing whitespace after semicolon. (semi-spacing)
(#60) Missing whitespace after semicolon. (semi-spacing)
(#60) Infix operators must be spaced. (space-infix-ops)
(#60) A space is required after ','. (comma-spacing)
(#60) Missing whitespace after semicolon. (semi-spacing)
(#60) Infix operators must be spaced. (space-infix-ops)
(#60) A space is required after ','. (comma-spacing)
(#60) A space is required after ','. (comma-spacing)
(#60) Missing whitespace after semicolon. (semi-spacing)
(#60) Missing whitespace after semicolon. (semi-spacing)
(#60) Infix operators must be spaced. (space-infix-ops)
(#60) A space is required after ','. (comma-spacing)
(#60) Missing whitespace after semicolon. (semi-spacing)
(#60) Infix operators must be spaced. (space-infix-ops)
(#60) A space is required after ','. (comma-spacing)
(#60) A space is required after ','. (comma-spacing)
(#60) Missing whitespace after semicolon. (semi-spacing)
(#60) Missing semicolon. (semi)
(#60) Requires a space before '}'. (block-spacing)
(#60) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#60) Infix operators must be spaced. (space-infix-ops)
(#60) Requires a space before '}'. (block-spacing)
(#60) Missing semicolon. (semi)
(#60) Expected space(s) before "return". (keyword-spacing)
(#61) Line 61 exceeds the maximum line length of 132. (max-len)
(#61) A space is required after ','. (comma-spacing)
(#61) Missing semicolon. (semi)
(#61) Requires a space before '}'. (block-spacing)
(#61) Missing whitespace after semicolon. (semi-spacing)
(#61) Expected space(s) after "if". (keyword-spacing)
(#61) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#61) Infix operators must be spaced. (space-infix-ops)
(#61) Infix operators must be spaced. (space-infix-ops)
(#61) Do not nest ternary expressions (no-nested-ternary)
(#61) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#61) Infix operators must be spaced. (space-infix-ops)
(#61) Infix operators must be spaced. (space-infix-ops)
(#61) Infix operators must be spaced. (space-infix-ops)
(#61) Infix operators must be spaced. (space-infix-ops)
(#61) Do not nest ternary expressions (no-nested-ternary)
(#61) Infix operators must be spaced. (space-infix-ops)
(#61) Infix operators must be spaced. (space-infix-ops)
(#61) Do not nest ternary expressions (no-nested-ternary)
(#61) Infix operators must be spaced. (space-infix-ops)
(#61) Infix operators must be spaced. (space-infix-ops)
(#61) Infix operators must be spaced. (space-infix-ops)
(#61) Infix operators must be spaced. (space-infix-ops)
(#61) Infix operators must be spaced. (space-infix-ops)
(#61) Infix operators must be spaced. (space-infix-ops)
(#61) Missing space before opening brace. (space-before-blocks)
(#61) Requires a space after '{'. (block-spacing)
(#61) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#61) Statement inside of curly braces should be on next line. (brace-style)
(#61) Missing whitespace after semicolon. (semi-spacing)
(#61) Missing whitespace after semicolon. (semi-spacing)
(#61) Missing whitespace after semicolon. (semi-spacing)
(#61) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#61) Missing semicolon. (semi)
(#61) Requires a space before '}'. (block-spacing)
(#61) Expected space(s) before "return". (keyword-spacing)
(#61) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#61) Missing semicolon. (semi)
(#61) Requires a space before '}'. (block-spacing)
(#61) A space is required after ','. (comma-spacing)
(#61) Missing space before value for key '_daylightSavingAdjust'. (key-spacing)
(#61) Missing space before opening brace. (space-before-blocks)
(#61) Requires a space after '{'. (block-spacing)
(#61) Expected space(s) after "if". (keyword-spacing)
(#61) Expected { after 'if' condition. (curly)
(#61) Statement inside of curly braces should be on next line. (brace-style)
(#61) Expected space(s) before "return". (keyword-spacing)
(#61) Missing whitespace after semicolon. (semi-spacing)
(#61) Infix operators must be spaced. (space-infix-ops)
(#61) Infix operators must be spaced. (space-infix-ops)
(#61) Infix operators must be spaced. (space-infix-ops)
(#61) Missing whitespace after semicolon. (semi-spacing)
(#61) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#61) Missing semicolon. (semi)
(#61) Requires a space before '}'. (block-spacing)
(#61) A space is required after ','. (comma-spacing)
(#61) Missing space before value for key '_setDate'. (key-spacing)
(#61) A space is required after ','. (comma-spacing)
(#61) A space is required after ','. (comma-spacing)
(#61) Missing space before opening brace. (space-before-blocks)
(#61) Requires a space after '{'. (block-spacing)
(#61) Statement inside of curly braces should be on next line. (brace-style)
(#61) Infix operators must be spaced. (space-infix-ops)
(#61) A space is required after ','. (comma-spacing)
(#61) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#61) Infix operators must be spaced. (space-infix-ops)
(#61) A space is required after ','. (comma-spacing)
(#61) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#61) Infix operators must be spaced. (space-infix-ops)
(#61) Missing whitespace after semicolon. (semi-spacing)
(#61) Infix operators must be spaced. (space-infix-ops)
(#61) A space is required after ','. (comma-spacing)
(#61) A space is required after ','. (comma-spacing)
(#61) A space is required after ','. (comma-spacing)
(#61) Missing '()' invoking a constructor (new-parens)
(#61) Missing whitespace after semicolon. (semi-spacing)
(#61) Infix operators must be spaced. (space-infix-ops)
(#62) Line 62 exceeds the maximum line length of 132. (max-len)
(#62) Infix operators must be spaced. (space-infix-ops)
(#62) Missing whitespace after semicolon. (semi-spacing)
(#62) Infix operators must be spaced. (space-infix-ops)
(#62) Infix operators must be spaced. (space-infix-ops)
(#62) Infix operators must be spaced. (space-infix-ops)
(#62) Missing whitespace after semicolon. (semi-spacing)
(#62) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#62) Infix operators must be spaced. (space-infix-ops)
(#62) Infix operators must be spaced. (space-infix-ops)
(#62) Infix operators must be spaced. (space-infix-ops)
(#62) Missing whitespace after semicolon. (semi-spacing)
(#62) Expected space(s) after "if". (keyword-spacing)
(#62) Expected { after 'if' condition. (curly)
(#62) Infix operators must be spaced. (space-infix-ops)
(#62) Infix operators must be spaced. (space-infix-ops)
(#62) Infix operators must be spaced. (space-infix-ops)
(#62) Infix operators must be spaced. (space-infix-ops)
(#62) Expected space(s) before "this". (keyword-spacing)
(#62) Missing whitespace after semicolon. (semi-spacing)
(#62) Missing whitespace after semicolon. (semi-spacing)
(#62) Expected { after 'if' condition. (curly)
(#62) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#62) Expected space(s) after "if". (keyword-spacing)
(#62) Infix operators must be spaced. (space-infix-ops)
(#62) Requires a space before '}'. (block-spacing)
(#62) Missing semicolon. (semi)
(#62) A space is required after ','. (comma-spacing)
(#62) Missing space before value for key '_getDate'. (key-spacing)
(#62) Requires a space after '{'. (block-spacing)
(#62) Missing space before opening brace. (space-before-blocks)
(#62) Expected space(s) after "return". (keyword-spacing)
(#62) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#62) Statement inside of curly braces should be on next line. (brace-style)
(#62) Infix operators must be spaced. (space-infix-ops)
(#62) Infix operators must be spaced. (space-infix-ops)
(#62) Infix operators must be spaced. (space-infix-ops)
(#62) Infix operators must be spaced. (space-infix-ops)
(#62) A space is required after ','. (comma-spacing)
(#62) A space is required after ','. (comma-spacing)
(#62) Missing semicolon. (semi)
(#62) Requires a space before '}'. (block-spacing)
(#62) A space is required after ','. (comma-spacing)
(#62) Function '_generateHTML' has a complexity of 72. (complexity)
(#62) Missing space before value for key '_generateHTML'. (key-spacing)
(#62) Missing space before opening brace. (space-before-blocks)
(#62) Requires a space after '{'. (block-spacing)
(#62) Statement inside of curly braces should be on next line. (brace-style)
(#62) Infix operators must be spaced. (space-infix-ops)
(#62) Missing '()' invoking a constructor (new-parens)
(#62) Missing whitespace after semicolon. (semi-spacing)
(#62) Infix operators must be spaced. (space-infix-ops)
(#63) Line 63 exceeds the maximum line length of 132. (max-len)
(#63) A space is required after ','. (comma-spacing)
(#63) Missing whitespace after semicolon. (semi-spacing)
(#63) Infix operators must be spaced. (space-infix-ops)
(#63) A space is required after ','. (comma-spacing)
(#63) A space is required after ','. (comma-spacing)
(#63) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#63) Infix operators must be spaced. (space-infix-ops)
(#63) A space is required after ','. (comma-spacing)
(#63) A space is required after ','. (comma-spacing)
(#63) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#63) Infix operators must be spaced. (space-infix-ops)
(#63) A space is required after ','. (comma-spacing)
(#63) A space is required after ','. (comma-spacing)
(#63) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#63) Infix operators must be spaced. (space-infix-ops)
(#63) A space is required after ','. (comma-spacing)
(#63) A space is required after ','. (comma-spacing)
(#63) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#63) Infix operators must be spaced. (space-infix-ops)
(#63) A space is required after ','. (comma-spacing)
(#63) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#63) Infix operators must be spaced. (space-infix-ops)
(#63) A space is required after ','. (comma-spacing)
(#63) A space is required after ','. (comma-spacing)
(#63) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#63) Infix operators must be spaced. (space-infix-ops)
(#63) A space is required after ','. (comma-spacing)
(#63) A space is required after ','. (comma-spacing)
(#63) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#63) Infix operators must be spaced. (space-infix-ops)
(#63) Infix operators must be spaced. (space-infix-ops)
(#63) Infix operators must be spaced. (space-infix-ops)
(#63) Infix operators must be spaced. (space-infix-ops)
(#63) A space is required after ','. (comma-spacing)
(#63) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#63) Infix operators must be spaced. (space-infix-ops)
(#63) Infix operators must be spaced. (space-infix-ops)
(#63) A space is required after ','. (comma-spacing)
(#63) A space is required after ','. (comma-spacing)
(#63) A space is required after ','. (comma-spacing)
(#63) A space is required after ','. (comma-spacing)
(#63) A space is required after ','. (comma-spacing)
(#63) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#63) Infix operators must be spaced. (space-infix-ops)
(#63) A space is required after ','. (comma-spacing)
(#63) A space is required after ','. (comma-spacing)
(#63) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#63) Infix operators must be spaced. (space-infix-ops)
(#63) A space is required after ','. (comma-spacing)
(#63) Missing whitespace after semicolon. (semi-spacing)
(#63) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#63) Infix operators must be spaced. (space-infix-ops)
(#63) Infix operators must be spaced. (space-infix-ops)
(#63) Missing whitespace after semicolon. (semi-spacing)
(#63) Infix operators must be spaced. (space-infix-ops)
(#63) Missing whitespace after semicolon. (semi-spacing)
(#63) Expected space(s) after "if". (keyword-spacing)
(#63) Infix operators must be spaced. (space-infix-ops)
(#63) Missing space before opening brace. (space-before-blocks)
(#63) Requires a space after '{'. (block-spacing)
(#63) Statement inside of curly braces should be on next line. (brace-style)
(#63) Infix operators must be spaced. (space-infix-ops)
(#63) Missing whitespace after semicolon. (semi-spacing)
(#63) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#63) Requires a space before '}'. (block-spacing)
(#63) Missing semicolon. (semi)
(#63) Expected space(s) before "if". (keyword-spacing)
(#63) Expected space(s) after "if". (keyword-spacing)
(#63) Missing space before opening brace. (space-before-blocks)
(#63) Requires a space after '{'. (block-spacing)
(#63) Statement inside of curly braces should be on next line. (brace-style)
(#63) Infix operators must be spaced. (space-infix-ops)
(#64) Line 64 exceeds the maximum line length of 132. (max-len)
(#64) A space is required after ','. (comma-spacing)
(#64) Infix operators must be spaced. (space-infix-ops)
(#64) Infix operators must be spaced. (space-infix-ops)
(#64) Infix operators must be spaced. (space-infix-ops)
(#64) A space is required after ','. (comma-spacing)
(#64) Missing whitespace after semicolon. (semi-spacing)
(#64) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#64) Expected space(s) after "for". (keyword-spacing)
(#64) Infix operators must be spaced. (space-infix-ops)
(#64) Infix operators must be spaced. (space-infix-ops)
(#64) Infix operators must be spaced. (space-infix-ops)
(#64) Infix operators must be spaced. (space-infix-ops)
(#64) Missing whitespace after semicolon. (semi-spacing)
(#64) A space is required after ','. (comma-spacing)
(#64) A space is required after ','. (comma-spacing)
(#64) Infix operators must be spaced. (space-infix-ops)
(#64) Missing space before opening brace. (space-before-blocks)
(#64) Requires a space after '{'. (block-spacing)
(#64) Statement inside of curly braces should be on next line. (brace-style)
(#64) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#64) Missing whitespace after semicolon. (semi-spacing)
(#64) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#64) Expected space(s) after "if". (keyword-spacing)
(#64) Infix operators must be spaced. (space-infix-ops)
(#64) Missing space before opening brace. (space-before-blocks)
(#64) Requires a space after '{'. (block-spacing)
(#64) Statement inside of curly braces should be on next line. (brace-style)
(#64) Infix operators must be spaced. (space-infix-ops)
(#64) Missing whitespace after semicolon. (semi-spacing)
(#64) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#64) Requires a space before '}'. (block-spacing)
(#64) Missing semicolon. (semi)
(#64) Requires a space before '}'. (block-spacing)
(#64) Requires a space before '}'. (block-spacing)
(#64) Infix operators must be spaced. (space-infix-ops)
(#64) Missing whitespace after semicolon. (semi-spacing)
(#64) Infix operators must be spaced. (space-infix-ops)
(#64) Missing whitespace after semicolon. (semi-spacing)
(#64) 'n' used outside of binding context. (block-scoped-var)
(#64) Infix operators must be spaced. (space-infix-ops)
(#64) A space is required after ','. (comma-spacing)
(#64) Missing whitespace after semicolon. (semi-spacing)
(#64) 'n' used outside of binding context. (block-scoped-var)
(#64) Infix operators must be spaced. (space-infix-ops)
(#64) Infix operators must be spaced. (space-infix-ops)
(#64) 'n' used outside of binding context. (block-scoped-var)
(#64) 'n' used outside of binding context. (block-scoped-var)
(#64) A space is required after ','. (comma-spacing)
(#64) A space is required after ','. (comma-spacing)
(#64) Infix operators must be spaced. (space-infix-ops)
(#64) A space is required after ','. (comma-spacing)
(#64) A space is required after ','. (comma-spacing)
(#64) Missing whitespace after semicolon. (semi-spacing)
(#64) 'n' used outside of binding context. (block-scoped-var)
(#64) Infix operators must be spaced. (space-infix-ops)
(#64) Do not nest ternary expressions (no-nested-ternary)
(#64) A space is required after ','. (comma-spacing)
(#64) A space is required after ','. (comma-spacing)
(#64) A space is required after ','. (comma-spacing)
(#64) Infix operators must be spaced. (space-infix-ops)
(#64) Infix operators must be spaced. (space-infix-ops)
(#64) Infix operators must be spaced. (space-infix-ops)
(#64) Infix operators must be spaced. (space-infix-ops)
(#64) Infix operators must be spaced. (space-infix-ops)
(#64) Infix operators must be spaced. (space-infix-ops)
(#64) Infix operators must be spaced. (space-infix-ops)
(#64) Infix operators must be spaced. (space-infix-ops)
(#64) 'n' used outside of binding context. (block-scoped-var)
(#64) Infix operators must be spaced. (space-infix-ops)
(#64) Infix operators must be spaced. (space-infix-ops)
(#65) Line 65 exceeds the maximum line length of 132. (max-len)
(#65) Infix operators must be spaced. (space-infix-ops)
(#65) Infix operators must be spaced. (space-infix-ops)
(#65) Infix operators must be spaced. (space-infix-ops)
(#65) 'n' used outside of binding context. (block-scoped-var)
(#65) Infix operators must be spaced. (space-infix-ops)
(#65) Infix operators must be spaced. (space-infix-ops)
(#65) Infix operators must be spaced. (space-infix-ops)
(#65) 'n' used outside of binding context. (block-scoped-var)
(#65) Infix operators must be spaced. (space-infix-ops)
(#65) Infix operators must be spaced. (space-infix-ops)
(#65) Infix operators must be spaced. (space-infix-ops)
(#65) Infix operators must be spaced. (space-infix-ops)
(#65) Infix operators must be spaced. (space-infix-ops)
(#65) 'n' used outside of binding context. (block-scoped-var)
(#65) Infix operators must be spaced. (space-infix-ops)
(#65) Missing whitespace after semicolon. (semi-spacing)
(#65) Infix operators must be spaced. (space-infix-ops)
(#65) A space is required after ','. (comma-spacing)
(#65) Missing whitespace after semicolon. (semi-spacing)
(#65) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#65) Infix operators must be spaced. (space-infix-ops)
(#65) Infix operators must be spaced. (space-infix-ops)
(#65) A space is required after ','. (comma-spacing)
(#65) A space is required after ','. (comma-spacing)
(#65) Infix operators must be spaced. (space-infix-ops)
(#65) A space is required after ','. (comma-spacing)
(#65) A space is required after ','. (comma-spacing)
(#65) Missing whitespace after semicolon. (semi-spacing)
(#65) Infix operators must be spaced. (space-infix-ops)
(#65) Do not nest ternary expressions (no-nested-ternary)
(#65) A space is required after ','. (comma-spacing)
(#65) A space is required after ','. (comma-spacing)
(#65) A space is required after ','. (comma-spacing)
(#65) Infix operators must be spaced. (space-infix-ops)
(#65) Infix operators must be spaced. (space-infix-ops)
(#65) Infix operators must be spaced. (space-infix-ops)
(#65) Infix operators must be spaced. (space-infix-ops)
(#65) Infix operators must be spaced. (space-infix-ops)
(#65) Infix operators must be spaced. (space-infix-ops)
(#65) Infix operators must be spaced. (space-infix-ops)
(#65) Infix operators must be spaced. (space-infix-ops)
(#65) Infix operators must be spaced. (space-infix-ops)
(#65) Infix operators must be spaced. (space-infix-ops)
(#66) Line 66 exceeds the maximum line length of 132. (max-len)
(#66) Infix operators must be spaced. (space-infix-ops)
(#66) Infix operators must be spaced. (space-infix-ops)
(#66) Infix operators must be spaced. (space-infix-ops)
(#66) Infix operators must be spaced. (space-infix-ops)
(#66) Infix operators must be spaced. (space-infix-ops)
(#66) Infix operators must be spaced. (space-infix-ops)
(#66) Infix operators must be spaced. (space-infix-ops)
(#66) Infix operators must be spaced. (space-infix-ops)
(#66) Infix operators must be spaced. (space-infix-ops)
(#66) Infix operators must be spaced. (space-infix-ops)
(#66) Infix operators must be spaced. (space-infix-ops)
(#66) Infix operators must be spaced. (space-infix-ops)
(#66) Missing whitespace after semicolon. (semi-spacing)
(#66) Infix operators must be spaced. (space-infix-ops)
(#66) A space is required after ','. (comma-spacing)
(#66) Missing whitespace after semicolon. (semi-spacing)
(#66) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#66) Infix operators must be spaced. (space-infix-ops)
(#66) A space is required after ','. (comma-spacing)
(#66) Infix operators must be spaced. (space-infix-ops)
(#66) Infix operators must be spaced. (space-infix-ops)
(#66) Missing whitespace after semicolon. (semi-spacing)
(#66) Infix operators must be spaced. (space-infix-ops)
(#66) Infix operators must be spaced. (space-infix-ops)
(#66) A space is required after ','. (comma-spacing)
(#66) A space is required after ','. (comma-spacing)
(#66) Missing whitespace after semicolon. (semi-spacing)
(#66) Infix operators must be spaced. (space-infix-ops)
(#66) Infix operators must be spaced. (space-infix-ops)
(#66) Infix operators must be spaced. (space-infix-ops)
(#66) Infix operators must be spaced. (space-infix-ops)
(#66) Infix operators must be spaced. (space-infix-ops)
(#67) Line 67 exceeds the maximum line length of 132. (max-len)
(#67) Infix operators must be spaced. (space-infix-ops)
(#67) Missing whitespace after semicolon. (semi-spacing)
(#67) Infix operators must be spaced. (space-infix-ops)
(#67) Infix operators must be spaced. (space-infix-ops)
(#67) Infix operators must be spaced. (space-infix-ops)
(#67) Infix operators must be spaced. (space-infix-ops)
(#67) Infix operators must be spaced. (space-infix-ops)
(#67) A space is required after ','. (comma-spacing)
(#67) Infix operators must be spaced. (space-infix-ops)
(#67) Infix operators must be spaced. (space-infix-ops)
(#67) Infix operators must be spaced. (space-infix-ops)
(#67) Infix operators must be spaced. (space-infix-ops)
(#67) Infix operators must be spaced. (space-infix-ops)
(#67) Infix operators must be spaced. (space-infix-ops)
(#67) Infix operators must be spaced. (space-infix-ops)
(#67) Infix operators must be spaced. (space-infix-ops)
(#67) Infix operators must be spaced. (space-infix-ops)
(#67) Infix operators must be spaced. (space-infix-ops)
(#67) Missing whitespace after semicolon. (semi-spacing)
(#67) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#67) Infix operators must be spaced. (space-infix-ops)
(#67) A space is required after ','. (comma-spacing)
(#67) A space is required after ','. (comma-spacing)
(#67) Missing whitespace after semicolon. (semi-spacing)
(#67) Infix operators must be spaced. (space-infix-ops)
(#67) Infix operators must be spaced. (space-infix-ops)
(#67) Missing whitespace after semicolon. (semi-spacing)
(#67) Infix operators must be spaced. (space-infix-ops)
(#67) A space is required after ','. (comma-spacing)
(#67) Missing whitespace after semicolon. (semi-spacing)
(#67) Infix operators must be spaced. (space-infix-ops)
(#67) A space is required after ','. (comma-spacing)
(#67) Missing whitespace after semicolon. (semi-spacing)
(#67) A space is required after ','. (comma-spacing)
(#67) Missing whitespace after semicolon. (semi-spacing)
(#67) Infix operators must be spaced. (space-infix-ops)
(#67) A space is required after ','. (comma-spacing)
(#67) A space is required after ','. (comma-spacing)
(#67) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#67) Infix operators must be spaced. (space-infix-ops)
(#68) Line 68 exceeds the maximum line length of 132. (max-len)
(#68) A space is required after ','. (comma-spacing)
(#68) A space is required after ','. (comma-spacing)
(#68) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#68) Infix operators must be spaced. (space-infix-ops)
(#68) A space is required after ','. (comma-spacing)
(#68) A space is required after ','. (comma-spacing)
(#68) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#68) Infix operators must be spaced. (space-infix-ops)
(#68) A space is required after ','. (comma-spacing)
(#68) A space is required after ','. (comma-spacing)
(#68) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#68) Infix operators must be spaced. (space-infix-ops)
(#68) A space is required after ','. (comma-spacing)
(#68) A space is required after ','. (comma-spacing)
(#68) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#68) Infix operators must be spaced. (space-infix-ops)
(#68) A space is required after ','. (comma-spacing)
(#68) Missing whitespace after semicolon. (semi-spacing)
(#68) A space is required after ','. (comma-spacing)
(#68) Missing whitespace after semicolon. (semi-spacing)
(#68) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#68) Expected space(s) after "for". (keyword-spacing)
(#68) Infix operators must be spaced. (space-infix-ops)
(#68) A space is required after ','. (comma-spacing)
(#68) Infix operators must be spaced. (space-infix-ops)
(#68) A space is required after ','. (comma-spacing)
(#68) Infix operators must be spaced. (space-infix-ops)
(#68) Missing whitespace after semicolon. (semi-spacing)
(#68) Infix operators must be spaced. (space-infix-ops)
(#68) Missing whitespace after semicolon. (semi-spacing)
(#68) Requires a space after '{'. (block-spacing)
(#68) Missing space before opening brace. (space-before-blocks)
(#68) Statement inside of curly braces should be on next line. (brace-style)
(#68) Expected space(s) after "for". (keyword-spacing)
(#68) Infix operators must be spaced. (space-infix-ops)
(#68) A space is required after ','. (comma-spacing)
(#68) Infix operators must be spaced. (space-infix-ops)
(#68) Missing whitespace after semicolon. (semi-spacing)
(#68) Infix operators must be spaced. (space-infix-ops)
(#68) Missing whitespace after semicolon. (semi-spacing)
(#68) Missing space before opening brace. (space-before-blocks)
(#68) Requires a space after '{'. (block-spacing)
(#68) Statement inside of curly braces should be on next line. (brace-style)
(#68) Infix operators must be spaced. (space-infix-ops)
(#68) A space is required after ','. (comma-spacing)
(#68) A space is required after ','. (comma-spacing)
(#68) A space is required after ','. (comma-spacing)
(#68) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#68) Infix operators must be spaced. (space-infix-ops)
(#68) A space is required after ','. (comma-spacing)
(#68) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#68) Infix operators must be spaced. (space-infix-ops)
(#68) Missing whitespace after semicolon. (semi-spacing)
(#68) Expected space(s) after "if". (keyword-spacing)
(#68) Requires a space after '{'. (block-spacing)
(#68) Missing space before opening brace. (space-before-blocks)
(#68) Statement inside of curly braces should be on next line. (brace-style)
(#68) Infix operators must be spaced. (space-infix-ops)
(#68) Missing whitespace after semicolon. (semi-spacing)
(#68) Expected { after 'if' condition. (curly)
(#68) Expected space(s) after "if". (keyword-spacing)
(#68) Infix operators must be spaced. (space-infix-ops)
(#68) Expected space(s) after "switch". (keyword-spacing)
(#68) Blocks are nested too deeply (5). (max-depth)
(#68) Expected space(s) before "switch". (keyword-spacing)
(#68) Requires a space after '{'. (block-spacing)
(#68) Missing space before opening brace. (space-before-blocks)
(#68) Infix operators must be spaced. (space-infix-ops)
(#68) Missing whitespace after semicolon. (semi-spacing)
(#68) Infix operators must be spaced. (space-infix-ops)
(#68) Infix operators must be spaced. (space-infix-ops)
(#68) Infix operators must be spaced. (space-infix-ops)
(#68) Missing whitespace after semicolon. (semi-spacing)
(#68) Missing whitespace after semicolon. (semi-spacing)
(#68) Infix operators must be spaced. (space-infix-ops)
(#69) Line 69 exceeds the maximum line length of 132. (max-len)
(#69) Infix operators must be spaced. (space-infix-ops)
(#69) Missing whitespace after semicolon. (semi-spacing)
(#69) Infix operators must be spaced. (space-infix-ops)
(#69) Infix operators must be spaced. (space-infix-ops)
(#69) Infix operators must be spaced. (space-infix-ops)
(#69) Missing whitespace after semicolon. (semi-spacing)
(#69) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#69) Missing whitespace after semicolon. (semi-spacing)
(#69) Infix operators must be spaced. (space-infix-ops)
(#69) Missing whitespace after semicolon. (semi-spacing)
(#69) Infix operators must be spaced. (space-infix-ops)
(#69) Missing whitespace after semicolon. (semi-spacing)
(#69) Requires a space before '}'. (block-spacing)
(#69) Missing semicolon. (semi)
(#69) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#69) Infix operators must be spaced. (space-infix-ops)
(#69) Missing semicolon. (semi)
(#69) Requires a space before '}'. (block-spacing)
(#69) Infix operators must be spaced. (space-infix-ops)
(#69) Infix operators must be spaced. (space-infix-ops)
(#69) Infix operators must be spaced. (space-infix-ops)
(#69) Infix operators must be spaced. (space-infix-ops)
(#69) Do not nest ternary expressions (no-nested-ternary)
(#69) Infix operators must be spaced. (space-infix-ops)
(#69) Infix operators must be spaced. (space-infix-ops)
(#69) Infix operators must be spaced. (space-infix-ops)
(#69) Infix operators must be spaced. (space-infix-ops)
(#69) 'n' used outside of binding context. (block-scoped-var)
(#69) Infix operators must be spaced. (space-infix-ops)
(#69) Do not nest ternary expressions (no-nested-ternary)
(#69) Infix operators must be spaced. (space-infix-ops)
(#69) Infix operators must be spaced. (space-infix-ops)
(#69) Infix operators must be spaced. (space-infix-ops)
(#69) Infix operators must be spaced. (space-infix-ops)
(#69) 'n' used outside of binding context. (block-scoped-var)
(#69) Infix operators must be spaced. (space-infix-ops)
(#69) A space is required after ','. (comma-spacing)
(#69) A space is required after ','. (comma-spacing)
(#69) A space is required after ','. (comma-spacing)
(#69) A space is required after ','. (comma-spacing)
(#69) A space is required after ','. (comma-spacing)
(#69) Infix operators must be spaced. (space-infix-ops)
(#69) Infix operators must be spaced. (space-infix-ops)
(#69) Infix operators must be spaced. (space-infix-ops)
(#69) A space is required after ','. (comma-spacing)
(#69) A space is required after ','. (comma-spacing)
(#69) Infix operators must be spaced. (space-infix-ops)
(#69) Missing whitespace after semicolon. (semi-spacing)
(#69) Infix operators must be spaced. (space-infix-ops)
(#69) Infix operators must be spaced. (space-infix-ops)
(#69) Infix operators must be spaced. (space-infix-ops)
(#69) A space is required after ','. (comma-spacing)
(#69) Infix operators must be spaced. (space-infix-ops)
(#69) Missing whitespace after semicolon. (semi-spacing)
(#69) Expected space(s) after "for". (keyword-spacing)
(#69) Infix operators must be spaced. (space-infix-ops)
(#69) Missing whitespace after semicolon. (semi-spacing)
(#69) Infix operators must be spaced. (space-infix-ops)
(#69) Missing whitespace after semicolon. (semi-spacing)
(#69) Requires a space after '{'. (block-spacing)
(#69) Missing space before opening brace. (space-before-blocks)
(#69) Statement inside of curly braces should be on next line. (brace-style)
(#69) Infix operators must be spaced. (space-infix-ops)
(#70) Line 70 exceeds the maximum line length of 132. (max-len)
(#70) Infix operators must be spaced. (space-infix-ops)
(#70) Infix operators must be spaced. (space-infix-ops)
(#70) Missing whitespace after semicolon. (semi-spacing)
(#70) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#70) Infix operators must be spaced. (space-infix-ops)
(#70) Infix operators must be spaced. (space-infix-ops)
(#70) Infix operators must be spaced. (space-infix-ops)
(#70) Infix operators must be spaced. (space-infix-ops)
(#70) Infix operators must be spaced. (space-infix-ops)
(#70) Infix operators must be spaced. (space-infix-ops)
(#70) Infix operators must be spaced. (space-infix-ops)
(#70) Infix operators must be spaced. (space-infix-ops)
(#70) Infix operators must be spaced. (space-infix-ops)
(#70) Infix operators must be spaced. (space-infix-ops)
(#70) Infix operators must be spaced. (space-infix-ops)
(#70) Infix operators must be spaced. (space-infix-ops)
(#70) Missing semicolon. (semi)
(#70) Requires a space before '}'. (block-spacing)
(#70) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#70) Infix operators must be spaced. (space-infix-ops)
(#70) Infix operators must be spaced. (space-infix-ops)
(#70) Missing whitespace after semicolon. (semi-spacing)
(#70) Infix operators must be spaced. (space-infix-ops)
(#70) A space is required after ','. (comma-spacing)
(#70) Missing whitespace after semicolon. (semi-spacing)
(#70) Expected { after 'if' condition. (curly)
(#70) Expected space(s) after "if". (keyword-spacing)
(#70) Infix operators must be spaced. (space-infix-ops)
(#70) Infix operators must be spaced. (space-infix-ops)
(#70) Infix operators must be spaced. (space-infix-ops)
(#70) Infix operators must be spaced. (space-infix-ops)
(#70) A space is required after ','. (comma-spacing)
(#70) Missing whitespace after semicolon. (semi-spacing)
(#70) Infix operators must be spaced. (space-infix-ops)
(#70) A space is required after ','. (comma-spacing)
(#70) Infix operators must be spaced. (space-infix-ops)
(#70) Infix operators must be spaced. (space-infix-ops)
(#70) Infix operators must be spaced. (space-infix-ops)
(#70) Missing whitespace after semicolon. (semi-spacing)
(#70) Infix operators must be spaced. (space-infix-ops)
(#70) Infix operators must be spaced. (space-infix-ops)
(#70) Infix operators must be spaced. (space-infix-ops)
(#70) Infix operators must be spaced. (space-infix-ops)
(#70) Missing whitespace after semicolon. (semi-spacing)
(#70) 'q' used outside of binding context. (block-scoped-var)
(#70) Infix operators must be spaced. (space-infix-ops)
(#70) A space is required after ','. (comma-spacing)
(#70) A space is required after ','. (comma-spacing)
(#70) Infix operators must be spaced. (space-infix-ops)
(#70) Missing whitespace after semicolon. (semi-spacing)
(#70) Expected space(s) after "for". (keyword-spacing)
(#70) Infix operators must be spaced. (space-infix-ops)
(#70) Missing whitespace after semicolon. (semi-spacing)
(#70) Infix operators must be spaced. (space-infix-ops)
(#70) Missing whitespace after semicolon. (semi-spacing)
(#70) Requires a space after '{'. (block-spacing)
(#70) Missing space before opening brace. (space-before-blocks)
(#70) Statement inside of curly braces should be on next line. (brace-style)
(#70) Infix operators must be spaced. (space-infix-ops)
(#70) Missing whitespace after semicolon. (semi-spacing)
(#70) Infix operators must be spaced. (space-infix-ops)
(#70) Infix operators must be spaced. (space-infix-ops)
(#70) Infix operators must be spaced. (space-infix-ops)
(#70) A space is required after ','. (comma-spacing)
(#70) 'q' used outside of binding context. (block-scoped-var)
(#70) Infix operators must be spaced. (space-infix-ops)
(#70) Missing whitespace after semicolon. (semi-spacing)
(#70) Expected space(s) after "for". (keyword-spacing)
(#70) Infix operators must be spaced. (space-infix-ops)
(#70) Missing whitespace after semicolon. (semi-spacing)
(#70) Infix operators must be spaced. (space-infix-ops)
(#70) Missing whitespace after semicolon. (semi-spacing)
(#70) Requires a space after '{'. (block-spacing)
(#70) Missing space before opening brace. (space-before-blocks)
(#70) Statement inside of curly braces should be on next line. (brace-style)
(#70) Infix operators must be spaced. (space-infix-ops)
(#71) Line 71 exceeds the maximum line length of 132. (max-len)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) 'q' used outside of binding context. (block-scoped-var)
(#71) A space is required after ','. (comma-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) 'q' used outside of binding context. (block-scoped-var)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) 'q' used outside of binding context. (block-scoped-var)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) 'q' used outside of binding context. (block-scoped-var)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) 'q' used outside of binding context. (block-scoped-var)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) 'q' used outside of binding context. (block-scoped-var)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) 'q' used outside of binding context. (block-scoped-var)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) 'q' used outside of binding context. (block-scoped-var)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#72) Line 72 exceeds the maximum line length of 132. (max-len)
(#72) Infix operators must be spaced. (space-infix-ops)
(#72) Infix operators must be spaced. (space-infix-ops)
(#72) Infix operators must be spaced. (space-infix-ops)
(#72) Infix operators must be spaced. (space-infix-ops)
(#72) Infix operators must be spaced. (space-infix-ops)
(#72) Infix operators must be spaced. (space-infix-ops)
(#72) Infix operators must be spaced. (space-infix-ops)
(#72) Infix operators must be spaced. (space-infix-ops)
(#72) Infix operators must be spaced. (space-infix-ops)
(#72) Infix operators must be spaced. (space-infix-ops)
(#72) Infix operators must be spaced. (space-infix-ops)
(#72) Infix operators must be spaced. (space-infix-ops)
(#72) Infix operators must be spaced. (space-infix-ops)
(#72) Infix operators must be spaced. (space-infix-ops)
(#72) 'q' used outside of binding context. (block-scoped-var)
(#72) Infix operators must be spaced. (space-infix-ops)
(#72) Infix operators must be spaced. (space-infix-ops)
(#72) 'q' used outside of binding context. (block-scoped-var)
(#72) Infix operators must be spaced. (space-infix-ops)
(#72) Infix operators must be spaced. (space-infix-ops)
(#72) Infix operators must be spaced. (space-infix-ops)
(#72) Do not nest ternary expressions (no-nested-ternary)
(#72) Infix operators must be spaced. (space-infix-ops)
(#72) Infix operators must be spaced. (space-infix-ops)
(#72) Infix operators must be spaced. (space-infix-ops)
(#72) Infix operators must be spaced. (space-infix-ops)
(#72) 'q' used outside of binding context. (block-scoped-var)
(#72) Infix operators must be spaced. (space-infix-ops)
(#72) Infix operators must be spaced. (space-infix-ops)
(#72) 'q' used outside of binding context. (block-scoped-var)
(#72) Infix operators must be spaced. (space-infix-ops)
(#72) Infix operators must be spaced. (space-infix-ops)
(#72) Infix operators must be spaced. (space-infix-ops)
(#72) 'q' used outside of binding context. (block-scoped-var)
(#72) Infix operators must be spaced. (space-infix-ops)
(#72) Infix operators must be spaced. (space-infix-ops)
(#72) Infix operators must be spaced. (space-infix-ops)
(#72) Infix operators must be spaced. (space-infix-ops)
(#72) Infix operators must be spaced. (space-infix-ops)
(#72) Infix operators must be spaced. (space-infix-ops)
(#72) 'q' used outside of binding context. (block-scoped-var)
(#72) Infix operators must be spaced. (space-infix-ops)
(#72) Infix operators must be spaced. (space-infix-ops)
(#72) Missing whitespace after semicolon. (semi-spacing)
(#72) 'q' used outside of binding context. (block-scoped-var)
(#72) 'q' used outside of binding context. (block-scoped-var)
(#72) Infix operators must be spaced. (space-infix-ops)
(#72) Missing whitespace after semicolon. (semi-spacing)
(#72) 'q' used outside of binding context. (block-scoped-var)
(#72) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#72) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#72) Infix operators must be spaced. (space-infix-ops)
(#72) 'q' used outside of binding context. (block-scoped-var)
(#72) Requires a space before '}'. (block-spacing)
(#72) Missing semicolon. (semi)
(#72) Infix operators must be spaced. (space-infix-ops)
(#73) Line 73 exceeds the maximum line length of 132. (max-len)
(#73) Infix operators must be spaced. (space-infix-ops)
(#73) Requires a space before '}'. (block-spacing)
(#73) Missing semicolon. (semi)
(#73) Missing whitespace after semicolon. (semi-spacing)
(#73) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#73) Expected space(s) after "if". (keyword-spacing)
(#73) Infix operators must be spaced. (space-infix-ops)
(#73) Requires a space after '{'. (block-spacing)
(#73) Missing space before opening brace. (space-before-blocks)
(#73) Statement inside of curly braces should be on next line. (brace-style)
(#73) Infix operators must be spaced. (space-infix-ops)
(#73) Missing whitespace after semicolon. (semi-spacing)
(#73) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#73) Requires a space before '}'. (block-spacing)
(#73) Missing semicolon. (semi)
(#73) Infix operators must be spaced. (space-infix-ops)
(#73) Infix operators must be spaced. (space-infix-ops)
(#73) Infix operators must be spaced. (space-infix-ops)
(#73) Infix operators must be spaced. (space-infix-ops)
(#73) Infix operators must be spaced. (space-infix-ops)
(#73) Infix operators must be spaced. (space-infix-ops)
(#73) Infix operators must be spaced. (space-infix-ops)
(#73) Infix operators must be spaced. (space-infix-ops)
(#73) Infix operators must be spaced. (space-infix-ops)
(#73) Missing whitespace after semicolon. (semi-spacing)
(#73) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#73) Infix operators must be spaced. (space-infix-ops)
(#73) Missing semicolon. (semi)
(#73) Requires a space before '}'. (block-spacing)
(#73) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#73) Infix operators must be spaced. (space-infix-ops)
(#73) 'M' used outside of binding context. (block-scoped-var)
(#73) Missing semicolon. (semi)
(#73) Requires a space before '}'. (block-spacing)
(#73) 'I' used outside of binding context. (block-scoped-var)
(#73) Infix operators must be spaced. (space-infix-ops)
(#73) Infix operators must be spaced. (space-infix-ops)
(#73) Infix operators must be spaced. (space-infix-ops)
(#73) A space is required after ','. (comma-spacing)
(#73) Infix operators must be spaced. (space-infix-ops)
(#73) Infix operators must be spaced. (space-infix-ops)
(#73) Infix operators must be spaced. (space-infix-ops)
(#73) Missing whitespace after semicolon. (semi-spacing)
(#73) Infix operators must be spaced. (space-infix-ops)
(#73) Missing whitespace after semicolon. (semi-spacing)
(#73) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#73) 'I' used outside of binding context. (block-scoped-var)
(#73) Missing semicolon. (semi)
(#73) Requires a space before '}'. (block-spacing)
(#73) A space is required after ','. (comma-spacing)
(#73) Function '_generateMonthYearHeader' has a complexity of 22. (complexity)
(#73) Missing space before value for key '_generateMonthYearHeader'. (key-spacing)
(#73) A space is required after ','. (comma-spacing)
(#73) A space is required after ','. (comma-spacing)
(#73) A space is required after ','. (comma-spacing)
(#73) A space is required after ','. (comma-spacing)
(#73) A space is required after ','. (comma-spacing)
(#73) A space is required after ','. (comma-spacing)
(#73) A space is required after ','. (comma-spacing)
(#73) Requires a space after '{'. (block-spacing)
(#73) Missing space before opening brace. (space-before-blocks)
(#73) Statement inside of curly braces should be on next line. (brace-style)
(#73) Infix operators must be spaced. (space-infix-ops)
(#73) A space is required after ','. (comma-spacing)
(#73) A space is required after ','. (comma-spacing)
(#73) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#73) Infix operators must be spaced. (space-infix-ops)
(#73) A space is required after ','. (comma-spacing)
(#73) A space is required after ','. (comma-spacing)
(#73) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#73) Infix operators must be spaced. (space-infix-ops)
(#73) A space is required after ','. (comma-spacing)
(#73) A space is required after ','. (comma-spacing)
(#73) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#73) Infix operators must be spaced. (space-infix-ops)
(#74) Line 74 exceeds the maximum line length of 132. (max-len)
(#74) Infix operators must be spaced. (space-infix-ops)
(#74) Missing whitespace after semicolon. (semi-spacing)
(#74) Expected { after 'if' condition. (curly)
(#74) Expected space(s) after "if". (keyword-spacing)
(#74) Infix operators must be spaced. (space-infix-ops)
(#74) Infix operators must be spaced. (space-infix-ops)
(#74) Infix operators must be spaced. (space-infix-ops)
(#74) Infix operators must be spaced. (space-infix-ops)
(#74) Missing whitespace after semicolon. (semi-spacing)
(#74) Expected space(s) after "else". (keyword-spacing)
(#74) Requires a space after '{'. (block-spacing)
(#74) Statement inside of curly braces should be on next line. (brace-style)
(#74) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#74) Infix operators must be spaced. (space-infix-ops)
(#74) Infix operators must be spaced. (space-infix-ops)
(#74) Infix operators must be spaced. (space-infix-ops)
(#74) Missing whitespace after semicolon. (semi-spacing)
(#74) Infix operators must be spaced. (space-infix-ops)
(#74) Infix operators must be spaced. (space-infix-ops)
(#74) Infix operators must be spaced. (space-infix-ops)
(#74) Missing whitespace after semicolon. (semi-spacing)
(#74) Infix operators must be spaced. (space-infix-ops)
(#74) Infix operators must be spaced. (space-infix-ops)
(#74) Infix operators must be spaced. (space-infix-ops)
(#74) Infix operators must be spaced. (space-infix-ops)
(#74) Infix operators must be spaced. (space-infix-ops)
(#74) Infix operators must be spaced. (space-infix-ops)
(#74) Infix operators must be spaced. (space-infix-ops)
(#74) Infix operators must be spaced. (space-infix-ops)
(#74) Infix operators must be spaced. (space-infix-ops)
(#74) Missing whitespace after semicolon. (semi-spacing)
(#74) Expected { after 'for' condition. (curly)
(#74) Expected space(s) after "for". (keyword-spacing)
(#74) Infix operators must be spaced. (space-infix-ops)
(#74) Missing whitespace after semicolon. (semi-spacing)
(#74) Infix operators must be spaced. (space-infix-ops)
(#74) Missing whitespace after semicolon. (semi-spacing)
(#74) Expected space(s) after "if". (keyword-spacing)
(#74) Expected { after 'if' condition. (curly)
(#74) Expected space(s) before "if". (keyword-spacing)
(#74) Infix operators must be spaced. (space-infix-ops)
(#74) Infix operators must be spaced. (space-infix-ops)
(#74) Infix operators must be spaced. (space-infix-ops)
(#74) Infix operators must be spaced. (space-infix-ops)
(#74) Infix operators must be spaced. (space-infix-ops)
(#74) Infix operators must be spaced. (space-infix-ops)
(#74) Infix operators must be spaced. (space-infix-ops)
(#74) Infix operators must be spaced. (space-infix-ops)
(#74) Infix operators must be spaced. (space-infix-ops)
(#74) Infix operators must be spaced. (space-infix-ops)
(#74) Infix operators must be spaced. (space-infix-ops)
(#74) Infix operators must be spaced. (space-infix-ops)
(#74) Infix operators must be spaced. (space-infix-ops)
(#74) Infix operators must be spaced. (space-infix-ops)
(#74) Missing whitespace after semicolon. (semi-spacing)
(#74) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#74) Infix operators must be spaced. (space-infix-ops)
(#74) Requires a space before '}'. (block-spacing)
(#74) Missing semicolon. (semi)
(#74) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#74) Infix operators must be spaced. (space-infix-ops)
(#74) Infix operators must be spaced. (space-infix-ops)
(#74) Infix operators must be spaced. (space-infix-ops)
(#74) Infix operators must be spaced. (space-infix-ops)
(#74) Infix operators must be spaced. (space-infix-ops)
(#75) Line 75 exceeds the maximum line length of 132. (max-len)
(#75) Infix operators must be spaced. (space-infix-ops)
(#75) Missing whitespace after semicolon. (semi-spacing)
(#75) Infix operators must be spaced. (space-infix-ops)
(#75) Missing whitespace after semicolon. (semi-spacing)
(#75) Expected { after 'if' condition. (curly)
(#75) Expected space(s) after "if". (keyword-spacing)
(#75) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#75) Infix operators must be spaced. (space-infix-ops)
(#75) Infix operators must be spaced. (space-infix-ops)
(#75) Infix operators must be spaced. (space-infix-ops)
(#75) Infix operators must be spaced. (space-infix-ops)
(#75) Missing whitespace after semicolon. (semi-spacing)
(#75) Expected space(s) after "else". (keyword-spacing)
(#75) Requires a space after '{'. (block-spacing)
(#75) Statement inside of curly braces should be on next line. (brace-style)
(#75) Infix operators must be spaced. (space-infix-ops)
(#75) A space is required after ','. (comma-spacing)
(#75) Missing whitespace after semicolon. (semi-spacing)
(#75) Infix operators must be spaced. (space-infix-ops)
(#75) Missing '()' invoking a constructor (new-parens)
(#75) Missing whitespace after semicolon. (semi-spacing)
(#75) Infix operators must be spaced. (space-infix-ops)
(#75) Requires a space after '{'. (block-spacing)
(#75) Missing space before opening brace. (space-before-blocks)
(#75) Statement inside of curly braces should be on next line. (brace-style)
(#75) Infix operators must be spaced. (space-infix-ops)
(#75) Do not nest ternary expressions (no-nested-ternary)
(#75) Infix operators must be spaced. (space-infix-ops)
(#75) Infix operators must be spaced. (space-infix-ops)
(#75) A space is required after ','. (comma-spacing)
(#75) Infix operators must be spaced. (space-infix-ops)
(#75) Infix operators must be spaced. (space-infix-ops)
(#75) A space is required after ','. (comma-spacing)
(#75) A space is required after ','. (comma-spacing)
(#75) Missing whitespace after semicolon. (semi-spacing)
(#75) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#75) Infix operators must be spaced. (space-infix-ops)
(#75) Requires a space before '}'. (block-spacing)
(#75) Missing semicolon. (semi)
(#75) Missing whitespace after semicolon. (semi-spacing)
(#75) Infix operators must be spaced. (space-infix-ops)
(#75) Missing whitespace after semicolon. (semi-spacing)
(#75) Infix operators must be spaced. (space-infix-ops)
(#75) A space is required after ','. (comma-spacing)
(#75) Infix operators must be spaced. (space-infix-ops)
(#75) Missing whitespace after semicolon. (semi-spacing)
(#75) Infix operators must be spaced. (space-infix-ops)
(#75) Infix operators must be spaced. (space-infix-ops)
(#75) A space is required after ','. (comma-spacing)
(#75) Missing whitespace after semicolon. (semi-spacing)
(#75) Infix operators must be spaced. (space-infix-ops)
(#75) Infix operators must be spaced. (space-infix-ops)
(#75) A space is required after ','. (comma-spacing)
(#75) Missing whitespace after semicolon. (semi-spacing)
(#75) Expected space(s) after "for". (keyword-spacing)
(#75) Expected { after 'for' condition. (curly)
(#75) Infix operators must be spaced. (space-infix-ops)
(#75) Infix operators must be spaced. (space-infix-ops)
(#75) Infix operators must be spaced. (space-infix-ops)
(#75) Infix operators must be spaced. (space-infix-ops)
(#76) Line 76 exceeds the maximum line length of 132. (max-len)
(#76) Infix operators must be spaced. (space-infix-ops)
(#76) Infix operators must be spaced. (space-infix-ops)
(#76) Infix operators must be spaced. (space-infix-ops)
(#76) Infix operators must be spaced. (space-infix-ops)
(#76) Infix operators must be spaced. (space-infix-ops)
(#76) Missing whitespace after semicolon. (semi-spacing)
(#76) Infix operators must be spaced. (space-infix-ops)
(#76) Missing whitespace after semicolon. (semi-spacing)
(#76) Infix operators must be spaced. (space-infix-ops)
(#76) Infix operators must be spaced. (space-infix-ops)
(#76) Infix operators must be spaced. (space-infix-ops)
(#76) Infix operators must be spaced. (space-infix-ops)
(#76) Infix operators must be spaced. (space-infix-ops)
(#76) Infix operators must be spaced. (space-infix-ops)
(#76) Infix operators must be spaced. (space-infix-ops)
(#76) Infix operators must be spaced. (space-infix-ops)
(#76) Infix operators must be spaced. (space-infix-ops)
(#76) Missing whitespace after semicolon. (semi-spacing)
(#76) Infix operators must be spaced. (space-infix-ops)
(#76) Missing whitespace after semicolon. (semi-spacing)
(#76) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#76) Expected { after 'if' condition. (curly)
(#76) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#76) Expected space(s) after "if". (keyword-spacing)
(#76) Infix operators must be spaced. (space-infix-ops)
(#76) Infix operators must be spaced. (space-infix-ops)
(#76) Infix operators must be spaced. (space-infix-ops)
(#76) Infix operators must be spaced. (space-infix-ops)
(#76) Infix operators must be spaced. (space-infix-ops)
(#76) Missing whitespace after semicolon. (semi-spacing)
(#76) Expected space(s) after "else". (keyword-spacing)
(#76) Requires a space after '{'. (block-spacing)
(#76) Statement inside of curly braces should be on next line. (brace-style)
(#76) Infix operators must be spaced. (space-infix-ops)
(#76) Missing whitespace after semicolon. (semi-spacing)
(#76) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#76) Infix operators must be spaced. (space-infix-ops)
(#76) Missing semicolon. (semi)
(#76) Requires a space before '}'. (block-spacing)
(#76) Requires a space before '}'. (block-spacing)
(#76) Infix operators must be spaced. (space-infix-ops)
(#76) A space is required after ','. (comma-spacing)
(#76) Missing whitespace after semicolon. (semi-spacing)
(#76) Expected { after 'if' condition. (curly)
(#76) Expected space(s) after "if". (keyword-spacing)
(#76) Infix operators must be spaced. (space-infix-ops)
(#76) Infix operators must be spaced. (space-infix-ops)
(#76) Infix operators must be spaced. (space-infix-ops)
(#76) Infix operators must be spaced. (space-infix-ops)
(#76) Infix operators must be spaced. (space-infix-ops)
(#76) Missing whitespace after semicolon. (semi-spacing)
(#76) Infix operators must be spaced. (space-infix-ops)
(#76) Missing whitespace after semicolon. (semi-spacing)
(#76) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#76) Requires a space before '}'. (block-spacing)
(#76) Missing semicolon. (semi)
(#76) A space is required after ','. (comma-spacing)
(#76) Missing space before value for key '_adjustInstDate'. (key-spacing)
(#76) A space is required after ','. (comma-spacing)
(#76) A space is required after ','. (comma-spacing)
(#76) Requires a space after '{'. (block-spacing)
(#76) Missing space before opening brace. (space-before-blocks)
(#76) Statement inside of curly braces should be on next line. (brace-style)
(#76) Infix operators must be spaced. (space-infix-ops)
(#77) Line 77 exceeds the maximum line length of 132. (max-len)
(#77) Infix operators must be spaced. (space-infix-ops)
(#77) Infix operators must be spaced. (space-infix-ops)
(#77) Infix operators must be spaced. (space-infix-ops)
(#77) A space is required after ','. (comma-spacing)
(#77) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#77) Infix operators must be spaced. (space-infix-ops)
(#77) Infix operators must be spaced. (space-infix-ops)
(#77) Infix operators must be spaced. (space-infix-ops)
(#77) Infix operators must be spaced. (space-infix-ops)
(#77) Missing whitespace after semicolon. (semi-spacing)
(#77) Infix operators must be spaced. (space-infix-ops)
(#77) A space is required after ','. (comma-spacing)
(#77) A space is required after ','. (comma-spacing)
(#77) Infix operators must be spaced. (space-infix-ops)
(#77) Infix operators must be spaced. (space-infix-ops)
(#77) Infix operators must be spaced. (space-infix-ops)
(#77) Missing whitespace after semicolon. (semi-spacing)
(#77) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#77) Infix operators must be spaced. (space-infix-ops)
(#77) A space is required after ','. (comma-spacing)
(#77) A space is required after ','. (comma-spacing)
(#77) A space is required after ','. (comma-spacing)
(#77) Missing whitespace after semicolon. (semi-spacing)
(#77) Infix operators must be spaced. (space-infix-ops)
(#77) Missing whitespace after semicolon. (semi-spacing)
(#77) Infix operators must be spaced. (space-infix-ops)
(#77) Infix operators must be spaced. (space-infix-ops)
(#77) Missing whitespace after semicolon. (semi-spacing)
(#77) Infix operators must be spaced. (space-infix-ops)
(#77) Infix operators must be spaced. (space-infix-ops)
(#77) Missing whitespace after semicolon. (semi-spacing)
(#77) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#77) Expected { after 'if' condition. (curly)
(#77) Expected space(s) after "if". (keyword-spacing)
(#77) Infix operators must be spaced. (space-infix-ops)
(#77) Infix operators must be spaced. (space-infix-ops)
(#77) Infix operators must be spaced. (space-infix-ops)
(#77) Expected space(s) before "this". (keyword-spacing)
(#77) Missing semicolon. (semi)
(#77) Requires a space before '}'. (block-spacing)
(#77) A space is required after ','. (comma-spacing)
(#77) Missing space before value for key '_restrictMinMax'. (key-spacing)
(#77) A space is required after ','. (comma-spacing)
(#77) Requires a space after '{'. (block-spacing)
(#77) Missing space before opening brace. (space-before-blocks)
(#77) Statement inside of curly braces should be on next line. (brace-style)
(#77) Infix operators must be spaced. (space-infix-ops)
(#77) A space is required after ','. (comma-spacing)
(#77) Missing whitespace after semicolon. (semi-spacing)
(#77) Infix operators must be spaced. (space-infix-ops)
(#77) A space is required after ','. (comma-spacing)
(#77) Missing whitespace after semicolon. (semi-spacing)
(#77) Infix operators must be spaced. (space-infix-ops)
(#77) Infix operators must be spaced. (space-infix-ops)
(#77) Infix operators must be spaced. (space-infix-ops)
(#77) Infix operators must be spaced. (space-infix-ops)
(#77) Missing whitespace after semicolon. (semi-spacing)
(#77) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#77) Return statement should not contain assignment. (no-return-assign)
(#77) Infix operators must be spaced. (space-infix-ops)
(#77) Infix operators must be spaced. (space-infix-ops)
(#77) Infix operators must be spaced. (space-infix-ops)
(#77) Infix operators must be spaced. (space-infix-ops)
(#77) Requires a space before '}'. (block-spacing)
(#77) Missing semicolon. (semi)
(#77) A space is required after ','. (comma-spacing)
(#77) Missing space before value for key '_notifyChange'. (key-spacing)
(#77) Missing space before opening brace. (space-before-blocks)
(#77) Requires a space after '{'. (block-spacing)
(#77) Statement inside of curly braces should be on next line. (brace-style)
(#77) Infix operators must be spaced. (space-infix-ops)
(#78) Line 78 exceeds the maximum line length of 132. (max-len)
(#78) Missing whitespace after semicolon. (semi-spacing)
(#78) Expected space(s) after "if". (keyword-spacing)
(#78) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#78) Expected { after 'if' condition. (curly)
(#78) Infix operators must be spaced. (space-infix-ops)
(#78) A space is required after ','. (comma-spacing)
(#78) A space is required after ','. (comma-spacing)
(#78) Infix operators must be spaced. (space-infix-ops)
(#78) A space is required after ','. (comma-spacing)
(#78) Missing semicolon. (semi)
(#78) Requires a space before '}'. (block-spacing)
(#78) A space is required after ','. (comma-spacing)
(#78) Missing space before value for key '_getNumberOfMonths'. (key-spacing)
(#78) Requires a space after '{'. (block-spacing)
(#78) Missing space before opening brace. (space-before-blocks)
(#78) Statement inside of curly braces should be on next line. (brace-style)
(#78) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#78) Infix operators must be spaced. (space-infix-ops)
(#78) A space is required after ','. (comma-spacing)
(#78) Missing whitespace after semicolon. (semi-spacing)
(#78) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#78) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#78) Do not nest ternary expressions (no-nested-ternary)
(#78) Infix operators must be spaced. (space-infix-ops)
(#78) Infix operators must be spaced. (space-infix-ops)
(#78) A space is required after ','. (comma-spacing)
(#78) Infix operators must be spaced. (space-infix-ops)
(#78) Infix operators must be spaced. (space-infix-ops)
(#78) A space is required after ','. (comma-spacing)
(#78) Requires a space before '}'. (block-spacing)
(#78) Missing semicolon. (semi)
(#78) A space is required after ','. (comma-spacing)
(#78) Missing space before value for key '_getMinMaxDate'. (key-spacing)
(#78) A space is required after ','. (comma-spacing)
(#78) Missing space before opening brace. (space-before-blocks)
(#78) Requires a space after '{'. (block-spacing)
(#78) Statement inside of curly braces should be on next line. (brace-style)
(#78) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#78) A space is required after ','. (comma-spacing)
(#78) A space is required after ','. (comma-spacing)
(#78) Infix operators must be spaced. (space-infix-ops)
(#78) A space is required after ','. (comma-spacing)
(#78) Missing semicolon. (semi)
(#78) Requires a space before '}'. (block-spacing)
(#78) A space is required after ','. (comma-spacing)
(#78) Missing space before value for key '_getDaysInMonth'. (key-spacing)
(#78) A space is required after ','. (comma-spacing)
(#78) Missing space before opening brace. (space-before-blocks)
(#78) Requires a space after '{'. (block-spacing)
(#78) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#78) Statement inside of curly braces should be on next line. (brace-style)
(#78) Infix operators must be spaced. (space-infix-ops)
(#78) A space is required after ','. (comma-spacing)
(#78) A space is required after ','. (comma-spacing)
(#78) Requires a space before '}'. (block-spacing)
(#78) Missing semicolon. (semi)
(#78) A space is required after ','. (comma-spacing)
(#78) Missing space before value for key '_getFirstDayOfMonth'. (key-spacing)
(#78) A space is required after ','. (comma-spacing)
(#78) Requires a space after '{'. (block-spacing)
(#78) Missing space before opening brace. (space-before-blocks)
(#78) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#78) Statement inside of curly braces should be on next line. (brace-style)
(#78) Expected space(s) after "return". (keyword-spacing)
(#78) A space is required after ','. (comma-spacing)
(#78) A space is required after ','. (comma-spacing)
(#78) Requires a space before '}'. (block-spacing)
(#78) Missing semicolon. (semi)
(#78) A space is required after ','. (comma-spacing)
(#78) Missing space before value for key '_canAdjustMonth'. (key-spacing)
(#78) A space is required after ','. (comma-spacing)
(#78) A space is required after ','. (comma-spacing)
(#78) A space is required after ','. (comma-spacing)
(#78) Requires a space after '{'. (block-spacing)
(#78) Missing space before opening brace. (space-before-blocks)
(#78) Statement inside of curly braces should be on next line. (brace-style)
(#78) Infix operators must be spaced. (space-infix-ops)
(#79) Line 79 exceeds the maximum line length of 132. (max-len)
(#79) Infix operators must be spaced. (space-infix-ops)
(#79) A space is required after ','. (comma-spacing)
(#79) Infix operators must be spaced. (space-infix-ops)
(#79) Infix operators must be spaced. (space-infix-ops)
(#79) Infix operators must be spaced. (space-infix-ops)
(#79) Infix operators must be spaced. (space-infix-ops)
(#79) A space is required after ','. (comma-spacing)
(#79) Missing whitespace after semicolon. (semi-spacing)
(#79) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#79) Infix operators must be spaced. (space-infix-ops)
(#79) Infix operators must be spaced. (space-infix-ops)
(#79) A space is required after ','. (comma-spacing)
(#79) Missing whitespace after semicolon. (semi-spacing)
(#79) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#79) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#79) A space is required after ','. (comma-spacing)
(#79) Missing semicolon. (semi)
(#79) Requires a space before '}'. (block-spacing)
(#79) A space is required after ','. (comma-spacing)
(#79) Missing space before value for key '_isInRange'. (key-spacing)
(#79) A space is required after ','. (comma-spacing)
(#79) Missing space before opening brace. (space-before-blocks)
(#79) Requires a space after '{'. (block-spacing)
(#79) Statement inside of curly braces should be on next line. (brace-style)
(#79) Infix operators must be spaced. (space-infix-ops)
(#79) A space is required after ','. (comma-spacing)
(#79) Missing whitespace after semicolon. (semi-spacing)
(#79) Infix operators must be spaced. (space-infix-ops)
(#79) A space is required after ','. (comma-spacing)
(#79) Missing whitespace after semicolon. (semi-spacing)
(#79) Expected space(s) after "return". (keyword-spacing)
(#79) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#79) Infix operators must be spaced. (space-infix-ops)
(#79) Infix operators must be spaced. (space-infix-ops)
(#79) Infix operators must be spaced. (space-infix-ops)
(#79) Infix operators must be spaced. (space-infix-ops)
(#79) Infix operators must be spaced. (space-infix-ops)
(#79) Requires a space before '}'. (block-spacing)
(#79) Missing semicolon. (semi)
(#79) A space is required after ','. (comma-spacing)
(#79) Missing space before value for key '_getFormatConfig'. (key-spacing)
(#79) Requires a space after '{'. (block-spacing)
(#79) Missing space before opening brace. (space-before-blocks)
(#79) Statement inside of curly braces should be on next line. (brace-style)
(#79) Infix operators must be spaced. (space-infix-ops)
(#79) A space is required after ','. (comma-spacing)
(#79) Missing whitespace after semicolon. (semi-spacing)
(#79) Infix operators must be spaced. (space-infix-ops)
(#79) Infix operators must be spaced. (space-infix-ops)
(#79) Infix operators must be spaced. (space-infix-ops)
(#79) Missing '()' invoking a constructor (new-parens)
(#79) Infix operators must be spaced. (space-infix-ops)
(#79) Infix operators must be spaced. (space-infix-ops)
(#79) A space is required after ','. (comma-spacing)
(#79) Missing whitespace after semicolon. (semi-spacing)
(#79) Expected space(s) after "return". (keyword-spacing)
(#79) Missing space before value for key 'shortYearCutoff'. (key-spacing)
(#79) A space is required after ','. (comma-spacing)
(#79) Missing space before value for key 'dayNamesShort'. (key-spacing)
(#80) Line 80 exceeds the maximum line length of 132. (max-len)
(#80) A space is required after ','. (comma-spacing)
(#80) Missing space before value for key 'dayNames'. (key-spacing)
(#80) A space is required after ','. (comma-spacing)
(#80) A space is required after ','. (comma-spacing)
(#80) Missing space before value for key 'monthNamesShort'. (key-spacing)
(#80) A space is required after ','. (comma-spacing)
(#80) A space is required after ','. (comma-spacing)
(#80) Missing space before value for key 'monthNames'. (key-spacing)
(#80) A space is required after ','. (comma-spacing)
(#80) Missing semicolon. (semi)
(#80) Requires a space before '}'. (block-spacing)
(#80) A space is required after ','. (comma-spacing)
(#80) Missing space before value for key '_formatDate'. (key-spacing)
(#80) A space is required after ','. (comma-spacing)
(#80) A space is required after ','. (comma-spacing)
(#80) A space is required after ','. (comma-spacing)
(#80) Requires a space after '{'. (block-spacing)
(#80) Missing space before opening brace. (space-before-blocks)
(#80) Statement inside of curly braces should be on next line. (brace-style)
(#80) Expected space(s) after "if". (keyword-spacing)
(#80) Missing space before opening brace. (space-before-blocks)
(#80) Requires a space after '{'. (block-spacing)
(#80) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#80) Statement inside of curly braces should be on next line. (brace-style)
(#80) Infix operators must be spaced. (space-infix-ops)
(#80) Missing whitespace after semicolon. (semi-spacing)
(#80) Infix operators must be spaced. (space-infix-ops)
(#80) Missing whitespace after semicolon. (semi-spacing)
(#80) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#80) Infix operators must be spaced. (space-infix-ops)
(#80) Missing semicolon. (semi)
(#80) Requires a space before '}'. (block-spacing)
(#80) Infix operators must be spaced. (space-infix-ops)
(#80) Do not nest ternary expressions (no-nested-ternary)
(#80) Infix operators must be spaced. (space-infix-ops)
(#80) Infix operators must be spaced. (space-infix-ops)
(#80) Infix operators must be spaced. (space-infix-ops)
(#80) A space is required after ','. (comma-spacing)
(#80) A space is required after ','. (comma-spacing)
(#80) A space is required after ','. (comma-spacing)
(#80) A space is required after ','. (comma-spacing)
(#80) Missing whitespace after semicolon. (semi-spacing)
(#80) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#80) A space is required after ','. (comma-spacing)
(#80) A space is required after ','. (comma-spacing)
(#80) A space is required after ','. (comma-spacing)
(#80) Requires a space before '}'. (block-spacing)
(#80) Missing semicolon. (semi)
(#80) Missing whitespace after semicolon. (semi-spacing)
(#80) Infix operators must be spaced. (space-infix-ops)
(#81) Line 81 exceeds the maximum line length of 132. (max-len)
(#81) Requires a space after '{'. (block-spacing)
(#81) Missing space before opening brace. (space-before-blocks)
(#81) Expected space(s) after "if". (keyword-spacing)
(#81) Expected { after 'if' condition. (curly)
(#81) Statement inside of curly braces should be on next line. (brace-style)
(#81) Expected space(s) before "return". (keyword-spacing)
(#81) Missing whitespace after semicolon. (semi-spacing)
(#81) Expected space(s) after "if". (keyword-spacing)
(#81) Requires a space after '{'. (block-spacing)
(#81) Missing space before opening brace. (space-before-blocks)
(#81) Statement inside of curly braces should be on next line. (brace-style)
(#81) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#81) Missing whitespace after semicolon. (semi-spacing)
(#81) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#81) Infix operators must be spaced. (space-infix-ops)
(#81) Requires a space before '}'. (block-spacing)
(#81) Missing semicolon. (semi)
(#81) Expected space(s) before "var". (keyword-spacing)
(#81) Infix operators must be spaced. (space-infix-ops)
(#81) A space is required after ','. (comma-spacing)
(#81) Missing whitespace after semicolon. (semi-spacing)
(#81) Expected space(s) after "if". (keyword-spacing)
(#81) Expected { after 'if' condition. (curly)
(#81) Infix operators must be spaced. (space-infix-ops)
(#81) Infix operators must be spaced. (space-infix-ops)
(#81) Infix operators must be spaced. (space-infix-ops)
(#81) Infix operators must be spaced. (space-infix-ops)
(#81) Infix operators must be spaced. (space-infix-ops)
(#81) Infix operators must be spaced. (space-infix-ops)
(#81) Infix operators must be spaced. (space-infix-ops)
(#81) Expected space(s) before "return". (keyword-spacing)
(#81) Infix operators must be spaced. (space-infix-ops)
(#81) Infix operators must be spaced. (space-infix-ops)
(#81) A space is required after ','. (comma-spacing)
(#81) Missing whitespace after semicolon. (semi-spacing)
(#81) Expected { after 'if' condition. (curly)
(#81) Expected space(s) after "if". (keyword-spacing)
(#81) Infix operators must be spaced. (space-infix-ops)
(#81) Infix operators must be spaced. (space-infix-ops)
(#81) Infix operators must be spaced. (space-infix-ops)
(#81) Infix operators must be spaced. (space-infix-ops)
(#81) Infix operators must be spaced. (space-infix-ops)
(#81) Expected space(s) before "return". (keyword-spacing)
(#81) Infix operators must be spaced. (space-infix-ops)
(#81) Infix operators must be spaced. (space-infix-ops)
(#82) Line 82 exceeds the maximum line length of 132. (max-len)
(#82) Missing whitespace after semicolon. (semi-spacing)
(#82) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#82) Requires a space after '{'. (block-spacing)
(#82) Missing space before opening brace. (space-before-blocks)
(#82) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#82) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#82) Statement inside of curly braces should be on next line. (brace-style)
(#82) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#82) Infix operators must be spaced. (space-infix-ops)
(#82) Infix operators must be spaced. (space-infix-ops)
(#82) Infix operators must be spaced. (space-infix-ops)
(#82) Infix operators must be spaced. (space-infix-ops)
(#82) A space is required after ','. (comma-spacing)
(#82) A space is required after ','. (comma-spacing)
(#82) Requires a space before '}'. (block-spacing)
(#82) Missing semicolon. (semi)
(#82) Missing semicolon. (semi)
(#82) Requires a space before '}'. (block-spacing)
(#82) Missing whitespace after semicolon. (semi-spacing)
(#82) Infix operators must be spaced. (space-infix-ops)
(#82) Missing '()' invoking a constructor (new-parens)
(#82) Missing whitespace after semicolon. (semi-spacing)
(#82) Infix operators must be spaced. (space-infix-ops)
(#82) Missing whitespace after semicolon. (semi-spacing)
(#82) Infix operators must be spaced. (space-infix-ops)
(#82) Missing '()' invoking a constructor (new-parens)
(#82) Missing whitespace after semicolon. (semi-spacing)
(#82) Infix operators must be spaced. (space-infix-ops)
(#82) Missing whitespace after semicolon. (semi-spacing)
(#82) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#82) Infix operators must be spaced. (space-infix-ops)
(#82) Infix operators must be spaced. (space-infix-ops)
(#82) Requires a space before '}'. (block-spacing)
(#82) Missing semicolon. (semi)
(#82) 'jQuery' is not defined. (no-undef)
mod/offlinequiz/lib/jquery/ui/minified/jquery.ui.dialog.min.js
(#19) Line 19 exceeds the maximum line length of 132. (max-len)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing space before value for key 'buttons'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'height'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'maxHeight'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'maxWidth'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'minHeight'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'minWidth'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'width'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing space before value for key 'maxHeight'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'maxWidth'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'minHeight'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'minWidth'. (key-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'options'. (key-spacing)
(#19) Missing space before value for key 'autoOpen'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'buttons'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'closeOnEscape'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'closeText'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'dialogClass'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'draggable'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'hide'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'height'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'maxHeight'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'maxWidth'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'minHeight'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'minWidth'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'modal'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'position'. (key-spacing)
(#19) Missing space before value for key 'my'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'at'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'collision'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'using'. (key-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#20) Line 20 exceeds the maximum line length of 132. (max-len)
(#20) A space is required after ','. (comma-spacing)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Requires a space before '}'. (block-spacing)
(#20) Missing semicolon. (semi)
(#20) A space is required after ','. (comma-spacing)
(#20) Missing space before value for key 'resizable'. (key-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) Missing space before value for key 'show'. (key-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) Missing space before value for key 'stack'. (key-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) Missing space before value for key 'title'. (key-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) Missing space before value for key 'width'. (key-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) Missing space before value for key 'zIndex'. (key-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) Missing space before value for key '_create'. (key-spacing)
(#20) Requires a space after '{'. (block-spacing)
(#20) Missing space before opening brace. (space-before-blocks)
(#20) Statement inside of curly braces should be on next line. (brace-style)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Expected { after 'if' condition. (curly)
(#20) Expected space(s) after "if". (keyword-spacing)
(#20) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Expected space(s) before "this". (keyword-spacing)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) A space is required after ','. (comma-spacing)
(#20) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) A space is required after ','. (comma-spacing)
(#20) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) A space is required after ','. (comma-spacing)
(#20) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) A space is required after ','. (comma-spacing)
(#20) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Missing space before value for key 'zIndex'. (key-spacing)
(#21) Line 21 exceeds the maximum line length of 132. (max-len)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing space before opening brace. (space-before-blocks)
(#21) Requires a space after '{'. (block-spacing)
(#21) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#21) Statement inside of curly braces should be on next line. (brace-style)
(#21) Expected space(s) after "if". (keyword-spacing)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) Missing space before opening brace. (space-before-blocks)
(#21) Requires a space after '{'. (block-spacing)
(#21) Statement inside of curly braces should be on next line. (brace-style)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#21) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#21) Missing semicolon. (semi)
(#21) Requires a space before '}'. (block-spacing)
(#21) Requires a space before '}'. (block-spacing)
(#21) Missing space before value for key 'role'. (key-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing space before value for key 'aria-labelledby'. (key-spacing)
(#21) Missing space before opening brace. (space-before-blocks)
(#21) Requires a space after '{'. (block-spacing)
(#21) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#21) Statement inside of curly braces should be on next line. (brace-style)
(#21) A space is required after ','. (comma-spacing)
(#21) Requires a space before '}'. (block-spacing)
(#21) Missing semicolon. (semi)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) A space is required after ','. (comma-spacing)
(#21) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#21) Infix operators must be spaced. (space-infix-ops)
(#22) Line 22 exceeds the maximum line length of 132. (max-len)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Expected { after 'if' condition. (curly)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#23) Line 23 exceeds the maximum line length of 132. (max-len)
(#23) Missing whitespace after semicolon. (semi-spacing)
(#23) Missing whitespace after semicolon. (semi-spacing)
(#23) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#23) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Missing whitespace after semicolon. (semi-spacing)
(#23) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Missing whitespace after semicolon. (semi-spacing)
(#23) Missing whitespace after semicolon. (semi-spacing)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Missing whitespace after semicolon. (semi-spacing)
(#23) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#23) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Requires a space before '}'. (block-spacing)
(#23) Missing semicolon. (semi)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key '_init'. (key-spacing)
(#23) Requires a space after '{'. (block-spacing)
(#23) Missing space before opening brace. (space-before-blocks)
(#23) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#23) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#23) Statement inside of curly braces should be on next line. (brace-style)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Missing semicolon. (semi)
(#23) Requires a space before '}'. (block-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'destroy'. (key-spacing)
(#23) Requires a space after '{'. (block-spacing)
(#23) Missing space before opening brace. (space-before-blocks)
(#23) Statement inside of curly braces should be on next line. (brace-style)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Missing whitespace after semicolon. (semi-spacing)
(#23) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Missing whitespace after semicolon. (semi-spacing)
(#23) Missing whitespace after semicolon. (semi-spacing)
(#23) Missing whitespace after semicolon. (semi-spacing)
(#23) Missing whitespace after semicolon. (semi-spacing)
(#23) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#23) Infix operators must be spaced. (space-infix-ops)
(#24) Line 24 exceeds the maximum line length of 132. (max-len)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing whitespace after semicolon. (semi-spacing)
(#24) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#24) Missing semicolon. (semi)
(#24) Requires a space before '}'. (block-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'widget'. (key-spacing)
(#24) Missing space before opening brace. (space-before-blocks)
(#24) Requires a space after '{'. (block-spacing)
(#24) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#24) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#24) Statement inside of curly braces should be on next line. (brace-style)
(#24) Requires a space before '}'. (block-spacing)
(#24) Missing semicolon. (semi)
(#24) A space is required after ','. (comma-spacing)
(#24) Expected to return a value at the end of this function. (consistent-return)
(#24) Missing space before value for key 'close'. (key-spacing)
(#24) Requires a space after '{'. (block-spacing)
(#24) Missing space before opening brace. (space-before-blocks)
(#24) Statement inside of curly braces should be on next line. (brace-style)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) A space is required after ','. (comma-spacing)
(#24) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing whitespace after semicolon. (semi-spacing)
(#24) Expected space(s) after "if". (keyword-spacing)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) A space is required after ','. (comma-spacing)
(#24) Requires a space after '{'. (block-spacing)
(#24) Missing space before opening brace. (space-before-blocks)
(#24) Statement inside of curly braces should be on next line. (brace-style)
(#24) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Missing whitespace after semicolon. (semi-spacing)
(#24) Missing whitespace after semicolon. (semi-spacing)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Missing whitespace after semicolon. (semi-spacing)
(#24) Expected { after 'if' condition. (curly)
(#24) Expected space(s) after "if". (keyword-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before opening brace. (space-before-blocks)
(#24) Requires a space after '{'. (block-spacing)
(#24) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#24) Statement inside of curly braces should be on next line. (brace-style)
(#24) A space is required after ','. (comma-spacing)
(#24) Requires a space before '}'. (block-spacing)
(#24) Missing semicolon. (semi)
(#24) Missing whitespace after semicolon. (semi-spacing)
(#24) Expected space(s) after "else". (keyword-spacing)
(#24) Requires a space after '{'. (block-spacing)
(#24) Statement inside of curly braces should be on next line. (brace-style)
(#24) Missing whitespace after semicolon. (semi-spacing)
(#24) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#24) A space is required after ','. (comma-spacing)
(#24) Requires a space before '}'. (block-spacing)
(#24) Missing semicolon. (semi)
(#24) Missing whitespace after semicolon. (semi-spacing)
(#24) Expected space(s) after "if". (keyword-spacing)
(#24) Missing space before opening brace. (space-before-blocks)
(#24) Requires a space after '{'. (block-spacing)
(#24) Statement inside of curly braces should be on next line. (brace-style)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Missing whitespace after semicolon. (semi-spacing)
(#24) Missing space before opening brace. (space-before-blocks)
(#24) Requires a space after '{'. (block-spacing)
(#24) Expected space(s) after "if". (keyword-spacing)
(#24) Statement inside of curly braces should be on next line. (brace-style)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Requires a space after '{'. (block-spacing)
(#24) Missing space before opening brace. (space-before-blocks)
(#24) Statement inside of curly braces should be on next line. (brace-style)
(#24) Infix operators must be spaced. (space-infix-ops)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) Line 25 exceeds the maximum line length of 132. (max-len)
(#25) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Requires a space before '}'. (block-spacing)
(#25) Missing semicolon. (semi)
(#25) Requires a space before '}'. (block-spacing)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Requires a space before '}'. (block-spacing)
(#25) Missing semicolon. (semi)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) Expected space(s) before "return". (keyword-spacing)
(#25) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#25) Missing semicolon. (semi)
(#25) Requires a space before '}'. (block-spacing)
(#25) Requires a space before '}'. (block-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'isOpen'. (key-spacing)
(#25) Requires a space after '{'. (block-spacing)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Missing semicolon. (semi)
(#25) Requires a space before '}'. (block-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'moveToTop'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Requires a space after '{'. (block-spacing)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Expected space(s) after "if". (keyword-spacing)
(#25) Expected { after 'if' condition. (curly)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Expected space(s) before "return". (keyword-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Expected { after 'if' condition. (curly)
(#25) Expected space(s) after "if". (keyword-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Expected space(s) after "if". (keyword-spacing)
(#25) Requires a space after '{'. (block-spacing)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) A space is required after ','. (comma-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Missing semicolon. (semi)
(#25) Requires a space before '}'. (block-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Missing space before value for key 'scrollTop'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'scrollLeft'. (key-spacing)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) A space is required after ','. (comma-spacing)
(#26) Line 26 exceeds the maximum line length of 132. (max-len)
(#26) Missing whitespace after semicolon. (semi-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing whitespace after semicolon. (semi-spacing)
(#26) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#26) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#26) Missing semicolon. (semi)
(#26) Requires a space before '}'. (block-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'open'. (key-spacing)
(#26) Expected to return a value at the end of this function. (consistent-return)
(#26) Requires a space after '{'. (block-spacing)
(#26) Missing space before opening brace. (space-before-blocks)
(#26) Expected space(s) after "if". (keyword-spacing)
(#26) Statement inside of curly braces should be on next line. (brace-style)
(#26) Missing space before opening brace. (space-before-blocks)
(#26) Requires a space after '{'. (block-spacing)
(#26) Statement inside of curly braces should be on next line. (brace-style)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) A space is required after ','. (comma-spacing)
(#26) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) A space is required after ','. (comma-spacing)
(#26) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Missing whitespace after semicolon. (semi-spacing)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Missing whitespace after semicolon. (semi-spacing)
(#26) Missing whitespace after semicolon. (semi-spacing)
(#26) Missing whitespace after semicolon. (semi-spacing)
(#26) Missing whitespace after semicolon. (semi-spacing)
(#26) Missing whitespace after semicolon. (semi-spacing)
(#26) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) A space is required after ','. (comma-spacing)
(#26) Expected to return a value at the end of this function. (consistent-return)
(#26) Missing space before opening brace. (space-before-blocks)
(#26) Requires a space after '{'. (block-spacing)
(#26) Statement inside of curly braces should be on next line. (brace-style)
(#26) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#26) Expected space(s) after "if". (keyword-spacing)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Requires a space after '{'. (block-spacing)
(#26) Missing space before opening brace. (space-before-blocks)
(#26) Statement inside of curly braces should be on next line. (brace-style)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Missing whitespace after semicolon. (semi-spacing)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Missing whitespace after semicolon. (semi-spacing)
(#26) Expected space(s) after "if". (keyword-spacing)
(#26) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Missing space before opening brace. (space-before-blocks)
(#26) Requires a space after '{'. (block-spacing)
(#26) Statement inside of curly braces should be on next line. (brace-style)
(#26) Missing whitespace after semicolon. (semi-spacing)
(#26) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#26) Missing semicolon. (semi)
(#26) Requires a space before '}'. (block-spacing)
(#26) Expected space(s) before "else". (keyword-spacing)
(#26) Expected space(s) after "if". (keyword-spacing)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Missing space before opening brace. (space-before-blocks)
(#26) Requires a space after '{'. (block-spacing)
(#26) Statement inside of curly braces should be on next line. (brace-style)
(#26) Missing whitespace after semicolon. (semi-spacing)
(#26) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#26) Missing semicolon. (semi)
(#26) Requires a space before '}'. (block-spacing)
(#26) Requires a space before '}'. (block-spacing)
(#26) Requires a space before '}'. (block-spacing)
(#27) Line 27 exceeds the maximum line length of 132. (max-len)
(#27) Missing whitespace after semicolon. (semi-spacing)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Missing whitespace after semicolon. (semi-spacing)
(#27) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#27) Missing whitespace after semicolon. (semi-spacing)
(#27) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#27) Requires a space before '}'. (block-spacing)
(#27) Missing semicolon. (semi)
(#27) Requires a space before '}'. (block-spacing)
(#27) A space is required after ','. (comma-spacing)
(#27) Missing space before value for key '_createButtons'. (key-spacing)
(#27) Requires a space after '{'. (block-spacing)
(#27) Missing space before opening brace. (space-before-blocks)
(#27) Statement inside of curly braces should be on next line. (brace-style)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) A space is required after ','. (comma-spacing)
(#27) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) A space is required after ','. (comma-spacing)
(#27) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) A space is required after ','. (comma-spacing)
(#27) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Missing whitespace after semicolon. (semi-spacing)
(#27) Missing whitespace after semicolon. (semi-spacing)
(#27) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) A space is required after ','. (comma-spacing)
(#27) Missing space before opening brace. (space-before-blocks)
(#27) Requires a space after '{'. (block-spacing)
(#27) Statement inside of curly braces should be on next line. (brace-style)
(#27) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#27) Expected space(s) after "return". (keyword-spacing)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Missing semicolon. (semi)
(#27) Requires a space before '}'. (block-spacing)
(#27) Missing whitespace after semicolon. (semi-spacing)
(#27) Expected space(s) after "if". (keyword-spacing)
(#27) Requires a space after '{'. (block-spacing)
(#27) Missing space before opening brace. (space-before-blocks)
(#27) Statement inside of curly braces should be on next line. (brace-style)
(#27) A space is required after ','. (comma-spacing)
(#28) Line 28 exceeds the maximum line length of 132. (max-len)
(#28) Requires a space after '{'. (block-spacing)
(#28) Missing space before opening brace. (space-before-blocks)
(#28) Statement inside of curly braces should be on next line. (brace-style)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Missing space before value for key 'click'. (key-spacing)
(#28) A space is required after ','. (comma-spacing)
(#28) Missing space before value for key 'text'. (key-spacing)
(#28) Missing whitespace after semicolon. (semi-spacing)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) A space is required after ','. (comma-spacing)
(#28) Missing space before opening brace. (space-before-blocks)
(#28) Requires a space after '{'. (block-spacing)
(#28) Statement inside of curly braces should be on next line. (brace-style)
(#28) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#28) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#28) A space is required after ','. (comma-spacing)
(#28) Requires a space before '}'. (block-spacing)
(#28) Missing semicolon. (semi)
(#28) Missing whitespace after semicolon. (semi-spacing)
(#28) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#28) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Requires a space before '}'. (block-spacing)
(#28) Missing semicolon. (semi)
(#28) Missing whitespace after semicolon. (semi-spacing)
(#28) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#28) Missing semicolon. (semi)
(#28) Requires a space before '}'. (block-spacing)
(#28) Requires a space before '}'. (block-spacing)
(#28) A space is required after ','. (comma-spacing)
(#28) Missing space before value for key '_makeDraggable'. (key-spacing)
(#28) Requires a space after '{'. (block-spacing)
(#28) Missing space before opening brace. (space-before-blocks)
(#28) Statement inside of curly braces should be on next line. (brace-style)
(#28) Missing JSDoc comment. (require-jsdoc)
(#28) Missing space before opening brace. (space-before-blocks)
(#28) Requires a space after '{'. (block-spacing)
(#28) Expected space(s) after "return". (keyword-spacing)
(#28) Statement inside of curly braces should be on next line. (brace-style)
(#28) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#28) Missing space before value for key 'position'. (key-spacing)
(#28) A space is required after ','. (comma-spacing)
(#28) Missing space before value for key 'offset'. (key-spacing)
(#28) Missing semicolon. (semi)
(#28) Requires a space before '}'. (block-spacing)
(#28) Expected space(s) before "var". (keyword-spacing)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) A space is required after ','. (comma-spacing)
(#28) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) A space is required after ','. (comma-spacing)
(#28) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) A space is required after ','. (comma-spacing)
(#28) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#28) Missing whitespace after semicolon. (semi-spacing)
(#28) Missing space before value for key 'cancel'. (key-spacing)
(#28) A space is required after ','. (comma-spacing)
(#28) Missing space before value for key 'handle'. (key-spacing)
(#28) A space is required after ','. (comma-spacing)
(#28) Missing space before value for key 'containment'. (key-spacing)
(#28) A space is required after ','. (comma-spacing)
(#28) Missing space before value for key 'start'. (key-spacing)
(#28) A space is required after ','. (comma-spacing)
(#28) Missing space before opening brace. (space-before-blocks)
(#28) Requires a space after '{'. (block-spacing)
(#28) Statement inside of curly braces should be on next line. (brace-style)
(#28) Infix operators must be spaced. (space-infix-ops)
(#29) Line 29 exceeds the maximum line length of 132. (max-len)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Missing whitespace after semicolon. (semi-spacing)
(#29) Missing whitespace after semicolon. (semi-spacing)
(#29) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#29) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#29) A space is required after ','. (comma-spacing)
(#29) A space is required after ','. (comma-spacing)
(#29) Requires a space before '}'. (block-spacing)
(#29) Missing semicolon. (semi)
(#29) A space is required after ','. (comma-spacing)
(#29) Missing space before value for key 'drag'. (key-spacing)
(#29) A space is required after ','. (comma-spacing)
(#29) Missing space before opening brace. (space-before-blocks)
(#29) Requires a space after '{'. (block-spacing)
(#29) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#29) Statement inside of curly braces should be on next line. (brace-style)
(#29) A space is required after ','. (comma-spacing)
(#29) A space is required after ','. (comma-spacing)
(#29) Missing semicolon. (semi)
(#29) Requires a space before '}'. (block-spacing)
(#29) A space is required after ','. (comma-spacing)
(#29) Missing space before value for key 'stop'. (key-spacing)
(#29) A space is required after ','. (comma-spacing)
(#29) Requires a space after '{'. (block-spacing)
(#29) Missing space before opening brace. (space-before-blocks)
(#29) Statement inside of curly braces should be on next line. (brace-style)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) A space is required after ','. (comma-spacing)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Missing whitespace after semicolon. (semi-spacing)
(#29) Missing whitespace after semicolon. (semi-spacing)
(#29) A space is required after ','. (comma-spacing)
(#29) A space is required after ','. (comma-spacing)
(#29) Missing whitespace after semicolon. (semi-spacing)
(#29) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#29) Missing semicolon. (semi)
(#29) Requires a space before '}'. (block-spacing)
(#29) Requires a space before '}'. (block-spacing)
(#29) Missing semicolon. (semi)
(#29) A space is required after ','. (comma-spacing)
(#29) Missing space before value for key '_makeResizable'. (key-spacing)
(#29) Requires a space after '{'. (block-spacing)
(#29) Missing space before opening brace. (space-before-blocks)
(#29) Statement inside of curly braces should be on next line. (brace-style)
(#29) Missing JSDoc comment. (require-jsdoc)
(#29) Missing space before opening brace. (space-before-blocks)
(#29) Requires a space after '{'. (block-spacing)
(#29) Expected space(s) after "return". (keyword-spacing)
(#29) Statement inside of curly braces should be on next line. (brace-style)
(#29) Missing space before value for key 'originalPosition'. (key-spacing)
(#29) A space is required after ','. (comma-spacing)
(#29) Missing space before value for key 'originalSize'. (key-spacing)
(#30) Line 30 exceeds the maximum line length of 132. (max-len)
(#30) Missing space before value for key 'position'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'size'. (key-spacing)
(#30) Missing semicolon. (semi)
(#30) Requires a space before '}'. (block-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Missing space before value for key 'cancel'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'containment'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'alsoResize'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'maxWidth'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'maxHeight'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'minWidth'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'minHeight'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'handles'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'start'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Requires a space after '{'. (block-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Requires a space before '}'. (block-spacing)
(#30) Missing semicolon. (semi)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'resize'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Requires a space after '{'. (block-spacing)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing semicolon. (semi)
(#30) Requires a space before '}'. (block-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'stop'. (key-spacing)
(#31) Line 31 exceeds the maximum line length of 132. (max-len)
(#31) Requires a space after '{'. (block-spacing)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#31) Missing semicolon. (semi)
(#31) Requires a space before '}'. (block-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Requires a space before '}'. (block-spacing)
(#31) Missing semicolon. (semi)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing space before value for key '_minHeight'. (key-spacing)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Requires a space after '{'. (block-spacing)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Requires a space before '}'. (block-spacing)
(#31) Missing semicolon. (semi)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing space before value for key '_position'. (key-spacing)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Requires a space after '{'. (block-spacing)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Expected space(s) after "if". (keyword-spacing)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Requires a space after '{'. (block-spacing)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Expected space(s) after "if". (keyword-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Requires a space after '{'. (block-spacing)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Expected space(s) after "if". (keyword-spacing)
(#31) Expected { after 'if' condition. (curly)
(#31) Infix operators must be spaced. (space-infix-ops)
(#32) Line 32 exceeds the maximum line length of 132. (max-len)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Missing whitespace after semicolon. (semi-spacing)
(#32) A space is required after ','. (comma-spacing)
(#32) A space is required after ','. (comma-spacing)
(#32) A space is required after ','. (comma-spacing)
(#32) Missing space before opening brace. (space-before-blocks)
(#32) Requires a space after '{'. (block-spacing)
(#32) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#32) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#32) Statement inside of curly braces should be on next line. (brace-style)
(#32) Expected space(s) after "if". (keyword-spacing)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Missing space before opening brace. (space-before-blocks)
(#32) Requires a space after '{'. (block-spacing)
(#32) Statement inside of curly braces should be on next line. (brace-style)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Missing whitespace after semicolon. (semi-spacing)
(#32) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Requires a space before '}'. (block-spacing)
(#32) Missing semicolon. (semi)
(#32) Requires a space before '}'. (block-spacing)
(#32) Missing whitespace after semicolon. (semi-spacing)
(#32) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Missing space before value for key 'my'. (key-spacing)
(#32) A space is required after ','. (comma-spacing)
(#32) Missing space before value for key 'at'. (key-spacing)
(#32) A space is required after ','. (comma-spacing)
(#32) Missing space before value for key 'offset'. (key-spacing)
(#32) Requires a space before '}'. (block-spacing)
(#32) Missing semicolon. (semi)
(#32) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) A space is required after ','. (comma-spacing)
(#32) A space is required after ','. (comma-spacing)
(#32) Requires a space before '}'. (block-spacing)
(#32) Missing semicolon. (semi)
(#32) Expected { after 'else'. (curly)
(#32) Expected space(s) before "else". (keyword-spacing)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Missing whitespace after semicolon. (semi-spacing)
(#32) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Missing whitespace after semicolon. (semi-spacing)
(#32) Missing space before value for key 'top'. (key-spacing)
(#32) A space is required after ','. (comma-spacing)
(#32) Missing space before value for key 'left'. (key-spacing)
(#32) Missing space before value for key 'of'. (key-spacing)
(#32) A space is required after ','. (comma-spacing)
(#32) Missing whitespace after semicolon. (semi-spacing)
(#32) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#32) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Requires a space before '}'. (block-spacing)
(#32) Missing semicolon. (semi)
(#32) A space is required after ','. (comma-spacing)
(#32) Missing space before value for key '_setOptions'. (key-spacing)
(#32) Missing space before opening brace. (space-before-blocks)
(#32) Requires a space after '{'. (block-spacing)
(#32) Statement inside of curly braces should be on next line. (brace-style)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) A space is required after ','. (comma-spacing)
(#32) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) A space is required after ','. (comma-spacing)
(#32) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Missing whitespace after semicolon. (semi-spacing)
(#32) A space is required after ','. (comma-spacing)
(#32) A space is required after ','. (comma-spacing)
(#32) Requires a space after '{'. (block-spacing)
(#32) Missing space before opening brace. (space-before-blocks)
(#32) Statement inside of curly braces should be on next line. (brace-style)
(#32) A space is required after ','. (comma-spacing)
(#32) Missing whitespace after semicolon. (semi-spacing)
(#32) Expected { after 'if' condition. (curly)
(#32) Expected space(s) after "if". (keyword-spacing)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Missing whitespace after semicolon. (semi-spacing)
(#32) Expected { after 'if' condition. (curly)
(#32) Expected space(s) after "if". (keyword-spacing)
(#33) Line 33 exceeds the maximum line length of 132. (max-len)
(#33) Infix operators must be spaced. (space-infix-ops)
(#33) Missing semicolon. (semi)
(#33) Requires a space before '}'. (block-spacing)
(#33) Missing whitespace after semicolon. (semi-spacing)
(#33) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#33) Infix operators must be spaced. (space-infix-ops)
(#33) Missing whitespace after semicolon. (semi-spacing)
(#33) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#33) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#33) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#33) Infix operators must be spaced. (space-infix-ops)
(#33) A space is required after ','. (comma-spacing)
(#33) Requires a space before '}'. (block-spacing)
(#33) Missing semicolon. (semi)
(#33) A space is required after ','. (comma-spacing)
(#33) Missing space before value for key '_setOption'. (key-spacing)
(#33) A space is required after ','. (comma-spacing)
(#33) Missing space before opening brace. (space-before-blocks)
(#33) Requires a space after '{'. (block-spacing)
(#33) Statement inside of curly braces should be on next line. (brace-style)
(#33) Infix operators must be spaced. (space-infix-ops)
(#33) A space is required after ','. (comma-spacing)
(#33) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#33) Infix operators must be spaced. (space-infix-ops)
(#33) Missing whitespace after semicolon. (semi-spacing)
(#33) Expected space(s) after "switch". (keyword-spacing)
(#33) Requires a space after '{'. (block-spacing)
(#33) Missing space before opening brace. (space-before-blocks)
(#33) Infix operators must be spaced. (space-infix-ops)
(#33) Missing whitespace after semicolon. (semi-spacing)
(#33) Missing whitespace after semicolon. (semi-spacing)
(#33) Missing whitespace after semicolon. (semi-spacing)
(#33) Missing whitespace after semicolon. (semi-spacing)
(#33) Infix operators must be spaced. (space-infix-ops)
(#33) Missing whitespace after semicolon. (semi-spacing)
(#33) Missing whitespace after semicolon. (semi-spacing)
(#33) Infix operators must be spaced. (space-infix-ops)
(#33) Missing whitespace after semicolon. (semi-spacing)
(#33) Missing whitespace after semicolon. (semi-spacing)
(#33) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#33) Infix operators must be spaced. (space-infix-ops)
(#34) Line 34 exceeds the maximum line length of 132. (max-len)
(#34) Missing whitespace after semicolon. (semi-spacing)
(#34) Infix operators must be spaced. (space-infix-ops)
(#34) Missing whitespace after semicolon. (semi-spacing)
(#34) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#34) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#34) Infix operators must be spaced. (space-infix-ops)
(#34) Infix operators must be spaced. (space-infix-ops)
(#34) Missing whitespace after semicolon. (semi-spacing)
(#34) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#34) Infix operators must be spaced. (space-infix-ops)
(#34) Infix operators must be spaced. (space-infix-ops)
(#34) Missing whitespace after semicolon. (semi-spacing)
(#34) Missing whitespace after semicolon. (semi-spacing)
(#34) Missing whitespace after semicolon. (semi-spacing)
(#34) Missing whitespace after semicolon. (semi-spacing)
(#34) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#34) Infix operators must be spaced. (space-infix-ops)
(#34) Infix operators must be spaced. (space-infix-ops)
(#34) Infix operators must be spaced. (space-infix-ops)
(#34) Missing whitespace after semicolon. (semi-spacing)
(#34) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#34) Infix operators must be spaced. (space-infix-ops)
(#34) Infix operators must be spaced. (space-infix-ops)
(#34) Infix operators must be spaced. (space-infix-ops)
(#34) A space is required after ','. (comma-spacing)
(#34) A space is required after ','. (comma-spacing)
(#34) Missing whitespace after semicolon. (semi-spacing)
(#34) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#34) Infix operators must be spaced. (space-infix-ops)
(#34) Infix operators must be spaced. (space-infix-ops)
(#34) Infix operators must be spaced. (space-infix-ops)
(#34) Missing whitespace after semicolon. (semi-spacing)
(#34) Missing whitespace after semicolon. (semi-spacing)
(#34) A space is required after ','. (comma-spacing)
(#34) Infix operators must be spaced. (space-infix-ops)
(#34) Infix operators must be spaced. (space-infix-ops)
(#34) Missing whitespace after semicolon. (semi-spacing)
(#34) Requires a space before '}'. (block-spacing)
(#34) Missing semicolon. (semi)
(#34) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#34) A space is required after ','. (comma-spacing)
(#34) Missing semicolon. (semi)
(#34) Requires a space before '}'. (block-spacing)
(#34) A space is required after ','. (comma-spacing)
(#34) Missing space before value for key '_size'. (key-spacing)
(#34) Requires a space after '{'. (block-spacing)
(#34) Missing space before opening brace. (space-before-blocks)
(#34) Statement inside of curly braces should be on next line. (brace-style)
(#34) Infix operators must be spaced. (space-infix-ops)
(#34) A space is required after ','. (comma-spacing)
(#34) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#34) A space is required after ','. (comma-spacing)
(#34) A space is required after ','. (comma-spacing)
(#34) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#34) Infix operators must be spaced. (space-infix-ops)
(#35) Line 35 exceeds the maximum line length of 132. (max-len)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Missing space before value for key 'width'. (key-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing space before value for key 'minHeight'. (key-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing space before value for key 'height'. (key-spacing)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#35) Expected { after 'if' condition. (curly)
(#35) Expected space(s) after "if". (keyword-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing space before value for key 'height'. (key-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing space before value for key 'width'. (key-spacing)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) A space is required after ','. (comma-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Expected space(s) after "if". (keyword-spacing)
(#35) Expected { after 'if' condition. (curly)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Expected space(s) before "if". (keyword-spacing)
(#35) Expected space(s) after "if". (keyword-spacing)
(#35) Expected space(s) before "this". (keyword-spacing)
(#35) Missing space before value for key 'minHeight'. (key-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing space before value for key 'height'. (key-spacing)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Expected space(s) after "else". (keyword-spacing)
(#35) Requires a space after '{'. (block-spacing)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing semicolon. (semi)
(#35) Requires a space before '}'. (block-spacing)
(#35) Expected space(s) before "else". (keyword-spacing)
(#35) Expected { after 'else'. (curly)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#35) Infix operators must be spaced. (space-infix-ops)
(#36) Line 36 exceeds the maximum line length of 132. (max-len)
(#36) A space is required after ','. (comma-spacing)
(#36) A space is required after ','. (comma-spacing)
(#36) Requires a space before '}'. (block-spacing)
(#36) Missing semicolon. (semi)
(#36) Missing whitespace after semicolon. (semi-spacing)
(#36) A space is required after ','. (comma-spacing)
(#36) Missing space before value for key 'version'. (key-spacing)
(#36) A space is required after ','. (comma-spacing)
(#36) Missing space before value for key 'uuid'. (key-spacing)
(#36) A space is required after ','. (comma-spacing)
(#36) Missing space before value for key 'maxZ'. (key-spacing)
(#36) A space is required after ','. (comma-spacing)
(#36) Missing space before value for key 'getTitleId'. (key-spacing)
(#36) Missing space before opening brace. (space-before-blocks)
(#36) Requires a space after '{'. (block-spacing)
(#36) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#36) Statement inside of curly braces should be on next line. (brace-style)
(#36) Infix operators must be spaced. (space-infix-ops)
(#36) Missing whitespace after semicolon. (semi-spacing)
(#36) Expected space(s) after "if". (keyword-spacing)
(#36) Requires a space after '{'. (block-spacing)
(#36) Missing space before opening brace. (space-before-blocks)
(#36) Statement inside of curly braces should be on next line. (brace-style)
(#36) Infix operators must be spaced. (space-infix-ops)
(#36) Missing whitespace after semicolon. (semi-spacing)
(#36) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#36) Infix operators must be spaced. (space-infix-ops)
(#36) Missing semicolon. (semi)
(#36) Requires a space before '}'. (block-spacing)
(#36) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#36) Expected space(s) after "return". (keyword-spacing)
(#36) Expected space(s) before "return". (keyword-spacing)
(#36) Infix operators must be spaced. (space-infix-ops)
(#36) Missing semicolon. (semi)
(#36) Requires a space before '}'. (block-spacing)
(#36) A space is required after ','. (comma-spacing)
(#36) Missing space before value for key 'overlay'. (key-spacing)
(#36) Missing space before opening brace. (space-before-blocks)
(#36) Requires a space after '{'. (block-spacing)
(#36) Statement inside of curly braces should be on next line. (brace-style)
(#36) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#36) Infix operators must be spaced. (space-infix-ops)
(#36) Requires a space before '}'. (block-spacing)
(#36) Missing semicolon. (semi)
(#36) Missing whitespace after semicolon. (semi-spacing)
(#36) A space is required after ','. (comma-spacing)
(#36) Missing space before value for key 'instances'. (key-spacing)
(#36) A space is required after ','. (comma-spacing)
(#36) Missing space before value for key 'oldInstances'. (key-spacing)
(#36) A space is required after ','. (comma-spacing)
(#36) Missing space before value for key 'maxZ'. (key-spacing)
(#36) A space is required after ','. (comma-spacing)
(#36) Missing space before value for key 'events'. (key-spacing)
(#36) A space is required after ','. (comma-spacing)
(#36) Requires a space after '{'. (block-spacing)
(#36) Missing space before opening brace. (space-before-blocks)
(#36) Statement inside of curly braces should be on next line. (brace-style)
(#36) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#36) Infix operators must be spaced. (space-infix-ops)
(#36) Missing semicolon. (semi)
(#36) Requires a space before '}'. (block-spacing)
(#36) A space is required after ','. (comma-spacing)
(#36) Missing space before value for key 'create'. (key-spacing)
(#36) Requires a space after '{'. (block-spacing)
(#36) Missing space before opening brace. (space-before-blocks)
(#36) Statement inside of curly braces should be on next line. (brace-style)
(#36) Expected space(s) after "if". (keyword-spacing)
(#36) Infix operators must be spaced. (space-infix-ops)
(#37) Line 37 exceeds the maximum line length of 132. (max-len)
(#37) Requires a space after '{'. (block-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Requires a space after '{'. (block-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#37) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Expected to return a value at the end of this function. (consistent-return)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Requires a space after '{'. (block-spacing)
(#37) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#37) Expected { after 'if' condition. (curly)
(#37) Expected space(s) after "if". (keyword-spacing)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Expected space(s) before "return". (keyword-spacing)
(#37) Requires a space before '}'. (block-spacing)
(#37) Missing semicolon. (semi)
(#37) Missing semicolon. (semi)
(#37) Requires a space before '}'. (block-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Requires a space after '{'. (block-spacing)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Expected space(s) after "if". (keyword-spacing)
(#37) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Requires a space after '{'. (block-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#37) Requires a space before '}'. (block-spacing)
(#37) Missing semicolon. (semi)
(#37) Requires a space before '}'. (block-spacing)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#37) A space is required after ','. (comma-spacing)
(#37) Requires a space before '}'. (block-spacing)
(#37) Missing semicolon. (semi)
(#37) Expected space(s) before "var". (keyword-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing space before value for key 'width'. (key-spacing)
(#38) Line 38 exceeds the maximum line length of 132. (max-len)
(#38) Missing space before value for key 'height'. (key-spacing)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#38) Missing semicolon. (semi)
(#38) Requires a space before '}'. (block-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'destroy'. (key-spacing)
(#38) Requires a space after '{'. (block-spacing)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Requires a space after '{'. (block-spacing)
(#38) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Requires a space before '}'. (block-spacing)
(#38) Missing semicolon. (semi)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Requires a space before '}'. (block-spacing)
(#38) Missing semicolon. (semi)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'height'. (key-spacing)
(#38) Requires a space after '{'. (block-spacing)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Expected space(s) after "if". (keyword-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Requires a space after '{'. (block-spacing)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#39) Line 39 exceeds the maximum line length of 132. (max-len)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing semicolon. (semi)
(#39) Requires a space before '}'. (block-spacing)
(#39) Expected space(s) before "else". (keyword-spacing)
(#39) Expected { after 'else'. (curly)
(#39) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Requires a space before '}'. (block-spacing)
(#39) Missing semicolon. (semi)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'width'. (key-spacing)
(#39) Missing space before opening brace. (space-before-blocks)
(#39) Requires a space after '{'. (block-spacing)
(#39) Statement inside of curly braces should be on next line. (brace-style)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Expected space(s) after "if". (keyword-spacing)
(#39) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Requires a space after '{'. (block-spacing)
(#39) Missing space before opening brace. (space-before-blocks)
(#39) Statement inside of curly braces should be on next line. (brace-style)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing semicolon. (semi)
(#39) Requires a space before '}'. (block-spacing)
(#39) Expected { after 'else'. (curly)
(#39) Expected space(s) before "else". (keyword-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Requires a space before '}'. (block-spacing)
(#39) Missing semicolon. (semi)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'resize'. (key-spacing)
(#39) Requires a space after '{'. (block-spacing)
(#39) Missing space before opening brace. (space-before-blocks)
(#39) Statement inside of curly braces should be on next line. (brace-style)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#40) Line 40 exceeds the maximum line length of 132. (max-len)
(#40) Requires a space after '{'. (block-spacing)
(#40) Missing space before opening brace. (space-before-blocks)
(#40) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#40) Statement inside of curly braces should be on next line. (brace-style)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Missing semicolon. (semi)
(#40) Requires a space before '}'. (block-spacing)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#40) Missing space before value for key 'width'. (key-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'height'. (key-spacing)
(#40) Missing space before value for key 'width'. (key-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'height'. (key-spacing)
(#40) Requires a space before '}'. (block-spacing)
(#40) Missing semicolon. (semi)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#40) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'destroy'. (key-spacing)
(#40) Missing space before opening brace. (space-before-blocks)
(#40) Requires a space after '{'. (block-spacing)
(#40) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#40) Statement inside of curly braces should be on next line. (brace-style)
(#40) Requires a space before '}'. (block-spacing)
(#40) Missing semicolon. (semi)
(#40) Missing semicolon. (semi)
(#40) Requires a space before '}'. (block-spacing)
(#40) 'jQuery' is not defined. (no-undef)
mod/offlinequiz/lib/jquery/ui/minified/jquery.ui.draggable.min.js
(#15) Line 15 exceeds the maximum line length of 132. (max-len)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'widgetEventPrefix'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'options'. (key-spacing)
(#15) Missing space before value for key 'addClasses'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'appendTo'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'axis'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'connectToSortable'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'containment'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'cursor'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'cursorAt'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'grid'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'handle'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'helper'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'iframeFix'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'opacity'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'refreshPositions'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'revert'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'revertDuration'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'scope'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'scroll'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'scrollSensitivity'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'scrollSpeed'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'snap'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'snapMode'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'snapTolerance'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'stack'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'zIndex'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key '_create'. (key-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Expected { after 'if' condition. (curly)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Infix operators must be spaced. (space-infix-ops)
(#16) Line 16 exceeds the maximum line length of 132. (max-len)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected space(s) before "this". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected to return a value at the end of this function. (consistent-return)
(#16) Missing space before value for key 'destroy'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key '_mouseCapture'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#17) Line 17 exceeds the maximum line length of 132. (max-len)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Expected { after 'if' condition. (curly)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Expected space(s) before "return". (keyword-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Expected { after 'if' condition. (curly)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Expected space(s) before "return". (keyword-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing semicolon. (semi)
(#17) Requires a space before '}'. (block-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key '_mouseStart'. (key-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Expected { after 'if' condition. (curly)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing space before value for key 'top'. (key-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#18) Line 18 exceeds the maximum line length of 132. (max-len)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing space before value for key 'left'. (key-spacing)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing space before value for key 'click'. (key-spacing)
(#18) Missing space before value for key 'left'. (key-spacing)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing space before value for key 'top'. (key-spacing)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing space before value for key 'parent'. (key-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing space before value for key 'relative'. (key-spacing)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Expected space(s) after "if". (keyword-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) Missing space before opening brace. (space-before-blocks)
(#18) Requires a space after '{'. (block-spacing)
(#18) Statement inside of curly braces should be on next line. (brace-style)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#18) Requires a space before '}'. (block-spacing)
(#18) Missing semicolon. (semi)
(#18) Expected space(s) before "this". (keyword-spacing)
(#19) Line 19 exceeds the maximum line length of 132. (max-len)
(#19) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key '_mouseDrag'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) before "this". (keyword-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Expected space(s) before "if". (keyword-spacing)
(#19) Expected { after 'if' condition. (curly)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Expected space(s) before "this". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Expected { after 'if' condition. (curly)
(#19) Infix operators must be spaced. (space-infix-ops)
(#20) Line 20 exceeds the maximum line length of 132. (max-len)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Expected space(s) before "this". (keyword-spacing)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) A space is required after ','. (comma-spacing)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#20) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#20) Requires a space before '}'. (block-spacing)
(#20) Missing semicolon. (semi)
(#20) A space is required after ','. (comma-spacing)
(#20) Missing space before value for key '_mouseStop'. (key-spacing)
(#20) Requires a space after '{'. (block-spacing)
(#20) Missing space before opening brace. (space-before-blocks)
(#20) Statement inside of curly braces should be on next line. (brace-style)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Expected { after 'if' condition. (curly)
(#20) Expected space(s) after "if". (keyword-spacing)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) A space is required after ','. (comma-spacing)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Expected space(s) after "if". (keyword-spacing)
(#20) Requires a space after '{'. (block-spacing)
(#20) Missing space before opening brace. (space-before-blocks)
(#20) Statement inside of curly braces should be on next line. (brace-style)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Missing semicolon. (semi)
(#20) Requires a space before '}'. (block-spacing)
(#20) Expected space(s) after "if". (keyword-spacing)
(#20) Expected { after 'if' condition. (curly)
(#20) Expected space(s) before "if". (keyword-spacing)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Expected space(s) before "return". (keyword-spacing)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Expected space(s) after "if". (keyword-spacing)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Infix operators must be spaced. (space-infix-ops)
(#21) Line 21 exceeds the maximum line length of 132. (max-len)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing space before opening brace. (space-before-blocks)
(#21) Requires a space after '{'. (block-spacing)
(#21) Statement inside of curly braces should be on next line. (brace-style)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#21) A space is required after ','. (comma-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing space before opening brace. (space-before-blocks)
(#21) Requires a space after '{'. (block-spacing)
(#21) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#21) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#21) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#21) Statement inside of curly braces should be on next line. (brace-style)
(#21) A space is required after ','. (comma-spacing)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) Requires a space before '}'. (block-spacing)
(#21) Missing semicolon. (semi)
(#21) Requires a space before '}'. (block-spacing)
(#21) Missing semicolon. (semi)
(#21) Expected { after 'else'. (curly)
(#21) Expected space(s) before "else". (keyword-spacing)
(#21) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#21) A space is required after ','. (comma-spacing)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#21) Requires a space before '}'. (block-spacing)
(#21) Missing semicolon. (semi)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing space before value for key 'cancel'. (key-spacing)
(#21) Requires a space after '{'. (block-spacing)
(#21) Missing space before opening brace. (space-before-blocks)
(#21) Statement inside of curly braces should be on next line. (brace-style)
(#21) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#21) Requires a space before '}'. (block-spacing)
(#21) Missing semicolon. (semi)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing space before value for key '_getHandle'. (key-spacing)
(#21) Requires a space after '{'. (block-spacing)
(#21) Missing space before opening brace. (space-before-blocks)
(#21) Statement inside of curly braces should be on next line. (brace-style)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) A space is required after ','. (comma-spacing)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) Requires a space after '{'. (block-spacing)
(#21) Missing space before opening brace. (space-before-blocks)
(#21) Statement inside of curly braces should be on next line. (brace-style)
(#21) Expected { after 'if' condition. (curly)
(#21) Expected space(s) after "if". (keyword-spacing)
(#21) Infix operators must be spaced. (space-infix-ops)
(#22) Line 22 exceeds the maximum line length of 132. (max-len)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key '_createHelper'. (key-spacing)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Do not nest ternary expressions (no-nested-ternary)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key '_adjustOffsetFromHelper'. (key-spacing)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Expected { after 'if' condition. (curly)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Expected { after 'if' condition. (curly)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing space before value for key 'left'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'top'. (key-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#23) Line 23 exceeds the maximum line length of 132. (max-len)
(#23) Missing whitespace after semicolon. (semi-spacing)
(#23) Expected { after 'if' condition. (curly)
(#23) Expected space(s) after "if". (keyword-spacing)
(#23) Expected space(s) before "this". (keyword-spacing)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Missing whitespace after semicolon. (semi-spacing)
(#23) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#23) Expected space(s) after "if". (keyword-spacing)
(#23) Expected { after 'if' condition. (curly)
(#23) Expected space(s) before "this". (keyword-spacing)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Missing whitespace after semicolon. (semi-spacing)
(#23) Expected { after 'if' condition. (curly)
(#23) Expected space(s) after "if". (keyword-spacing)
(#23) Expected space(s) before "this". (keyword-spacing)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Missing whitespace after semicolon. (semi-spacing)
(#23) Expected { after 'if' condition. (curly)
(#23) Expected space(s) after "if". (keyword-spacing)
(#23) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#23) Expected space(s) before "this". (keyword-spacing)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Missing semicolon. (semi)
(#23) Requires a space before '}'. (block-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key '_getParentOffset'. (key-spacing)
(#23) Missing space before opening brace. (space-before-blocks)
(#23) Requires a space after '{'. (block-spacing)
(#23) Statement inside of curly braces should be on next line. (brace-style)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Missing whitespace after semicolon. (semi-spacing)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Missing whitespace after semicolon. (semi-spacing)
(#23) Expected space(s) after "if". (keyword-spacing)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Infix operators must be spaced. (space-infix-ops)
(#24) Line 24 exceeds the maximum line length of 132. (max-len)
(#24) Requires a space after '{'. (block-spacing)
(#24) Missing space before opening brace. (space-before-blocks)
(#24) Statement inside of curly braces should be on next line. (brace-style)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Missing whitespace after semicolon. (semi-spacing)
(#24) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Missing semicolon. (semi)
(#24) Requires a space before '}'. (block-spacing)
(#24) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#24) Expected space(s) after "if". (keyword-spacing)
(#24) Expected { after 'if' condition. (curly)
(#24) Expected space(s) before "if". (keyword-spacing)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Missing space before value for key 'top'. (key-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'left'. (key-spacing)
(#24) Missing whitespace after semicolon. (semi-spacing)
(#24) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#24) Expected space(s) after "return". (keyword-spacing)
(#24) Missing space before value for key 'top'. (key-spacing)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) A space is required after ','. (comma-spacing)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'left'. (key-spacing)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) A space is required after ','. (comma-spacing)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Requires a space before '}'. (block-spacing)
(#24) Missing semicolon. (semi)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key '_getRelativeOffset'. (key-spacing)
(#24) Requires a space after '{'. (block-spacing)
(#24) Missing space before opening brace. (space-before-blocks)
(#24) Expected space(s) after "if". (keyword-spacing)
(#24) Statement inside of curly braces should be on next line. (brace-style)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Requires a space after '{'. (block-spacing)
(#24) Missing space before opening brace. (space-before-blocks)
(#24) Statement inside of curly braces should be on next line. (brace-style)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Missing whitespace after semicolon. (semi-spacing)
(#24) Expected space(s) after "return". (keyword-spacing)
(#24) Missing space before value for key 'top'. (key-spacing)
(#24) Infix operators must be spaced. (space-infix-ops)
(#25) Line 25 exceeds the maximum line length of 132. (max-len)
(#25) A space is required after ','. (comma-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'left'. (key-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Requires a space before '}'. (block-spacing)
(#25) Missing semicolon. (semi)
(#25) Expected { after 'else'. (curly)
(#25) Expected space(s) before "else". (keyword-spacing)
(#25) Expected space(s) after "return". (keyword-spacing)
(#25) Missing space before value for key 'top'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'left'. (key-spacing)
(#25) Requires a space before '}'. (block-spacing)
(#25) Missing semicolon. (semi)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key '_cacheMargins'. (key-spacing)
(#25) Requires a space after '{'. (block-spacing)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Missing space before value for key 'left'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'top'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'right'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'bottom'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Requires a space before '}'. (block-spacing)
(#25) Missing semicolon. (semi)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key '_cacheHelperProportions'. (key-spacing)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Requires a space after '{'. (block-spacing)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Missing space before value for key 'width'. (key-spacing)
(#26) Line 26 exceeds the maximum line length of 132. (max-len)
(#26) Missing space before value for key 'height'. (key-spacing)
(#26) Requires a space before '}'. (block-spacing)
(#26) Missing semicolon. (semi)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key '_setContainment'. (key-spacing)
(#26) Function '_setContainment' has a complexity of 24. (complexity)
(#26) Missing space before opening brace. (space-before-blocks)
(#26) Requires a space after '{'. (block-spacing)
(#26) Statement inside of curly braces should be on next line. (brace-style)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Missing whitespace after semicolon. (semi-spacing)
(#26) Expected { after 'if' condition. (curly)
(#26) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#26) Expected space(s) after "if". (keyword-spacing)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Missing whitespace after semicolon. (semi-spacing)
(#26) Expected space(s) after "if". (keyword-spacing)
(#26) Expected { after 'if' condition. (curly)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Expected space(s) before "this". (keyword-spacing)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) A space is required after ','. (comma-spacing)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) A space is required after ','. (comma-spacing)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Infix operators must be spaced. (space-infix-ops)
(#27) Line 27 exceeds the maximum line length of 132. (max-len)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) A space is required after ','. (comma-spacing)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Missing whitespace after semicolon. (semi-spacing)
(#27) Expected space(s) after "if". (keyword-spacing)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Requires a space after '{'. (block-spacing)
(#27) Missing space before opening brace. (space-before-blocks)
(#27) Statement inside of curly braces should be on next line. (brace-style)
(#27) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Missing whitespace after semicolon. (semi-spacing)
(#27) Expected space(s) after "if". (keyword-spacing)
(#27) Missing space before opening brace. (space-before-blocks)
(#27) Requires a space after '{'. (block-spacing)
(#27) Statement inside of curly braces should be on next line. (brace-style)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Missing whitespace after semicolon. (semi-spacing)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Missing whitespace after semicolon. (semi-spacing)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Infix operators must be spaced. (space-infix-ops)
(#28) Line 28 exceeds the maximum line length of 132. (max-len)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) A space is required after ','. (comma-spacing)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) A space is required after ','. (comma-spacing)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) A space is required after ','. (comma-spacing)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) A space is required after ','. (comma-spacing)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) A space is required after ','. (comma-spacing)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) A space is required after ','. (comma-spacing)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) A space is required after ','. (comma-spacing)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) A space is required after ','. (comma-spacing)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) A space is required after ','. (comma-spacing)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) A space is required after ','. (comma-spacing)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) A space is required after ','. (comma-spacing)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Infix operators must be spaced. (space-infix-ops)
(#29) Line 29 exceeds the maximum line length of 132. (max-len)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Missing semicolon. (semi)
(#29) Requires a space before '}'. (block-spacing)
(#29) Requires a space before '}'. (block-spacing)
(#29) Expected space(s) before "else". (keyword-spacing)
(#29) Expected space(s) after "if". (keyword-spacing)
(#29) Expected { after 'if' condition. (curly)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Expected space(s) before "this". (keyword-spacing)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Requires a space before '}'. (block-spacing)
(#29) Missing semicolon. (semi)
(#29) A space is required after ','. (comma-spacing)
(#29) Missing space before value for key '_convertPositionTo'. (key-spacing)
(#29) A space is required after ','. (comma-spacing)
(#29) Requires a space after '{'. (block-spacing)
(#29) Missing space before opening brace. (space-before-blocks)
(#29) Statement inside of curly braces should be on next line. (brace-style)
(#29) Expected space(s) after "if". (keyword-spacing)
(#29) Expected { after 'if' condition. (curly)
(#29) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Missing whitespace after semicolon. (semi-spacing)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Missing whitespace after semicolon. (semi-spacing)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) A space is required after ','. (comma-spacing)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) A space is required after ','. (comma-spacing)
(#29) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Missing whitespace after semicolon. (semi-spacing)
(#29) Expected space(s) after "return". (keyword-spacing)
(#29) Missing space before value for key 'top'. (key-spacing)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#30) Line 30 exceeds the maximum line length of 132. (max-len)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Do not nest ternary expressions (no-nested-ternary)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'left'. (key-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Do not nest ternary expressions (no-nested-ternary)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing semicolon. (semi)
(#30) Requires a space before '}'. (block-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key '_generatePosition'. (key-spacing)
(#30) Function '_generatePosition' has a complexity of 23. (complexity)
(#30) Requires a space after '{'. (block-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#31) Line 31 exceeds the maximum line length of 132. (max-len)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Expected space(s) after "if". (keyword-spacing)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Requires a space after '{'. (block-spacing)
(#31) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Expected space(s) after "if". (keyword-spacing)
(#31) Requires a space after '{'. (block-spacing)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Expected space(s) after "if". (keyword-spacing)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Expected { after 'if' condition. (curly)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Expected { after 'if' condition. (curly)
(#31) Expected space(s) after "if". (keyword-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Expected { after 'if' condition. (curly)
(#31) Expected space(s) after "if". (keyword-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Expected space(s) before "this". (keyword-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Expected { after 'if' condition. (curly)
(#31) Expected space(s) after "if". (keyword-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Expected space(s) before "this". (keyword-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#32) Line 32 exceeds the maximum line length of 132. (max-len)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Requires a space before '}'. (block-spacing)
(#32) Missing semicolon. (semi)
(#32) Expected space(s) after "if". (keyword-spacing)
(#32) Expected space(s) before "if". (keyword-spacing)
(#32) Missing space before opening brace. (space-before-blocks)
(#32) Requires a space after '{'. (block-spacing)
(#32) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#32) Statement inside of curly braces should be on next line. (brace-style)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Missing whitespace after semicolon. (semi-spacing)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Do not nest ternary expressions (no-nested-ternary)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Do not nest ternary expressions (no-nested-ternary)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Expected space(s) before "this". (keyword-spacing)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Missing whitespace after semicolon. (semi-spacing)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Missing whitespace after semicolon. (semi-spacing)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Do not nest ternary expressions (no-nested-ternary)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Do not nest ternary expressions (no-nested-ternary)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Expected space(s) before "this". (keyword-spacing)
(#32) Infix operators must be spaced. (space-infix-ops)
(#33) Line 33 exceeds the maximum line length of 132. (max-len)
(#33) Infix operators must be spaced. (space-infix-ops)
(#33) Infix operators must be spaced. (space-infix-ops)
(#33) Infix operators must be spaced. (space-infix-ops)
(#33) Infix operators must be spaced. (space-infix-ops)
(#33) Infix operators must be spaced. (space-infix-ops)
(#33) Requires a space before '}'. (block-spacing)
(#33) Missing semicolon. (semi)
(#33) Requires a space before '}'. (block-spacing)
(#33) Expected space(s) before "return". (keyword-spacing)
(#33) Expected space(s) after "return". (keyword-spacing)
(#33) Missing space before value for key 'top'. (key-spacing)
(#33) Infix operators must be spaced. (space-infix-ops)
(#33) Infix operators must be spaced. (space-infix-ops)
(#33) Infix operators must be spaced. (space-infix-ops)
(#33) Infix operators must be spaced. (space-infix-ops)
(#33) Do not nest ternary expressions (no-nested-ternary)
(#33) Infix operators must be spaced. (space-infix-ops)
(#33) Infix operators must be spaced. (space-infix-ops)
(#33) Infix operators must be spaced. (space-infix-ops)
(#33) Infix operators must be spaced. (space-infix-ops)
(#33) Infix operators must be spaced. (space-infix-ops)
(#33) Do not nest ternary expressions (no-nested-ternary)
(#33) Infix operators must be spaced. (space-infix-ops)
(#33) Infix operators must be spaced. (space-infix-ops)
(#33) Infix operators must be spaced. (space-infix-ops)
(#33) A space is required after ','. (comma-spacing)
(#33) Missing space before value for key 'left'. (key-spacing)
(#33) Infix operators must be spaced. (space-infix-ops)
(#33) Infix operators must be spaced. (space-infix-ops)
(#33) Infix operators must be spaced. (space-infix-ops)
(#33) Infix operators must be spaced. (space-infix-ops)
(#33) Do not nest ternary expressions (no-nested-ternary)
(#33) Infix operators must be spaced. (space-infix-ops)
(#33) Infix operators must be spaced. (space-infix-ops)
(#33) Infix operators must be spaced. (space-infix-ops)
(#33) Infix operators must be spaced. (space-infix-ops)
(#33) Infix operators must be spaced. (space-infix-ops)
(#33) Do not nest ternary expressions (no-nested-ternary)
(#33) Infix operators must be spaced. (space-infix-ops)
(#33) Infix operators must be spaced. (space-infix-ops)
(#34) Line 34 exceeds the maximum line length of 132. (max-len)
(#34) Infix operators must be spaced. (space-infix-ops)
(#34) Requires a space before '}'. (block-spacing)
(#34) Missing semicolon. (semi)
(#34) A space is required after ','. (comma-spacing)
(#34) Missing space before value for key '_clear'. (key-spacing)
(#34) Requires a space after '{'. (block-spacing)
(#34) Missing space before opening brace. (space-before-blocks)
(#34) Statement inside of curly braces should be on next line. (brace-style)
(#34) Missing whitespace after semicolon. (semi-spacing)
(#34) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#34) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#34) Infix operators must be spaced. (space-infix-ops)
(#34) Infix operators must be spaced. (space-infix-ops)
(#34) Infix operators must be spaced. (space-infix-ops)
(#34) Missing whitespace after semicolon. (semi-spacing)
(#34) Infix operators must be spaced. (space-infix-ops)
(#34) Missing whitespace after semicolon. (semi-spacing)
(#34) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#34) Infix operators must be spaced. (space-infix-ops)
(#34) Requires a space before '}'. (block-spacing)
(#34) Missing semicolon. (semi)
(#34) A space is required after ','. (comma-spacing)
(#34) Missing space before value for key '_trigger'. (key-spacing)
(#34) A space is required after ','. (comma-spacing)
(#34) A space is required after ','. (comma-spacing)
(#34) Requires a space after '{'. (block-spacing)
(#34) Missing space before opening brace. (space-before-blocks)
(#34) Statement inside of curly braces should be on next line. (brace-style)
(#34) Infix operators must be spaced. (space-infix-ops)
(#34) Infix operators must be spaced. (space-infix-ops)
(#34) Missing whitespace after semicolon. (semi-spacing)
(#34) A space is required after ','. (comma-spacing)
(#34) A space is required after ','. (comma-spacing)
(#34) A space is required after ','. (comma-spacing)
(#34) Missing whitespace after semicolon. (semi-spacing)
(#34) Expected { after 'if' condition. (curly)
(#34) Expected space(s) after "if". (keyword-spacing)
(#34) Infix operators must be spaced. (space-infix-ops)
(#34) Expected space(s) before "this". (keyword-spacing)
(#34) Infix operators must be spaced. (space-infix-ops)
(#34) Missing whitespace after semicolon. (semi-spacing)
(#34) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#34) A space is required after ','. (comma-spacing)
(#34) A space is required after ','. (comma-spacing)
(#34) A space is required after ','. (comma-spacing)
(#34) Requires a space before '}'. (block-spacing)
(#34) Missing semicolon. (semi)
(#34) A space is required after ','. (comma-spacing)
(#34) Missing space before value for key 'plugins'. (key-spacing)
(#34) A space is required after ','. (comma-spacing)
(#34) Missing space before value for key '_uiHash'. (key-spacing)
(#34) Requires a space after '{'. (block-spacing)
(#34) Missing space before opening brace. (space-before-blocks)
(#34) Expected space(s) after "return". (keyword-spacing)
(#34) Statement inside of curly braces should be on next line. (brace-style)
(#34) Missing space before value for key 'helper'. (key-spacing)
(#34) A space is required after ','. (comma-spacing)
(#34) Missing space before value for key 'position'. (key-spacing)
(#34) A space is required after ','. (comma-spacing)
(#34) Missing space before value for key 'originalPosition'. (key-spacing)
(#35) Line 35 exceeds the maximum line length of 132. (max-len)
(#35) Missing space before value for key 'offset'. (key-spacing)
(#35) Requires a space before '}'. (block-spacing)
(#35) Missing semicolon. (semi)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing space before value for key 'version'. (key-spacing)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#35) A space is required after ','. (comma-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing space before value for key 'start'. (key-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Requires a space after '{'. (block-spacing)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) A space is required after ','. (comma-spacing)
(#35) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) A space is required after ','. (comma-spacing)
(#35) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) A space is required after ','. (comma-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing space before value for key 'item'. (key-spacing)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Requires a space after '{'. (block-spacing)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Expected space(s) after "if". (keyword-spacing)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Requires a space after '{'. (block-spacing)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Missing space before value for key 'instance'. (key-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing space before value for key 'shouldRevert'. (key-spacing)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) A space is required after ','. (comma-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing semicolon. (semi)
(#35) Requires a space before '}'. (block-spacing)
(#35) Requires a space before '}'. (block-spacing)
(#35) Requires a space before '}'. (block-spacing)
(#35) Missing semicolon. (semi)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing space before value for key 'stop'. (key-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Requires a space after '{'. (block-spacing)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) A space is required after ','. (comma-spacing)
(#35) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#35) Infix operators must be spaced. (space-infix-ops)
(#36) Line 36 exceeds the maximum line length of 132. (max-len)
(#36) A space is required after ','. (comma-spacing)
(#36) Missing space before value for key 'item'. (key-spacing)
(#36) Missing whitespace after semicolon. (semi-spacing)
(#36) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#36) A space is required after ','. (comma-spacing)
(#36) Requires a space after '{'. (block-spacing)
(#36) Missing space before opening brace. (space-before-blocks)
(#36) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#36) Expected space(s) after "if". (keyword-spacing)
(#36) Statement inside of curly braces should be on next line. (brace-style)
(#36) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#36) Requires a space after '{'. (block-spacing)
(#36) Missing space before opening brace. (space-before-blocks)
(#36) Statement inside of curly braces should be on next line. (brace-style)
(#36) Infix operators must be spaced. (space-infix-ops)
(#36) Missing whitespace after semicolon. (semi-spacing)
(#36) Infix operators must be spaced. (space-infix-ops)
(#36) Missing whitespace after semicolon. (semi-spacing)
(#36) Infix operators must be spaced. (space-infix-ops)
(#36) Missing whitespace after semicolon. (semi-spacing)
(#36) Expected { after 'if' condition. (curly)
(#36) Expected space(s) after "if". (keyword-spacing)
(#36) Expected space(s) before "this". (keyword-spacing)
(#36) Infix operators must be spaced. (space-infix-ops)
(#36) Missing whitespace after semicolon. (semi-spacing)
(#36) Missing whitespace after semicolon. (semi-spacing)
(#36) Infix operators must be spaced. (space-infix-ops)
(#36) Missing whitespace after semicolon. (semi-spacing)
(#36) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#36) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#36) Infix operators must be spaced. (space-infix-ops)
(#36) Infix operators must be spaced. (space-infix-ops)
(#36) Missing space before value for key 'top'. (key-spacing)
(#36) A space is required after ','. (comma-spacing)
(#36) Missing space before value for key 'left'. (key-spacing)
(#36) Requires a space before '}'. (block-spacing)
(#36) Missing semicolon. (semi)
(#36) Expected space(s) before "else". (keyword-spacing)
(#36) Expected space(s) after "else". (keyword-spacing)
(#36) Requires a space after '{'. (block-spacing)
(#36) Statement inside of curly braces should be on next line. (brace-style)
(#36) Infix operators must be spaced. (space-infix-ops)
(#36) Missing whitespace after semicolon. (semi-spacing)
(#36) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#36) A space is required after ','. (comma-spacing)
(#36) A space is required after ','. (comma-spacing)
(#36) Requires a space before '}'. (block-spacing)
(#36) Missing semicolon. (semi)
(#36) Requires a space before '}'. (block-spacing)
(#36) Missing semicolon. (semi)
(#36) Requires a space before '}'. (block-spacing)
(#36) A space is required after ','. (comma-spacing)
(#36) Missing space before value for key 'drag'. (key-spacing)
(#36) A space is required after ','. (comma-spacing)
(#36) Missing space before opening brace. (space-before-blocks)
(#36) Requires a space after '{'. (block-spacing)
(#36) Statement inside of curly braces should be on next line. (brace-style)
(#36) Infix operators must be spaced. (space-infix-ops)
(#37) Line 37 exceeds the maximum line length of 132. (max-len)
(#37) A space is required after ','. (comma-spacing)
(#37) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Requires a space after '{'. (block-spacing)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Expected space(s) after "if". (keyword-spacing)
(#37) Requires a space after '{'. (block-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Expected space(s) after "if". (keyword-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Requires a space after '{'. (block-spacing)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Requires a space after '{'. (block-spacing)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#37) Requires a space before '}'. (block-spacing)
(#37) Missing semicolon. (semi)
(#38) Line 38 exceeds the maximum line length of 132. (max-len)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#38) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Requires a space before '}'. (block-spacing)
(#38) Missing semicolon. (semi)
(#38) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#38) Expected space(s) before "this". (keyword-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#39) Line 39 exceeds the maximum line length of 132. (max-len)
(#39) Missing semicolon. (semi)
(#39) Requires a space before '}'. (block-spacing)
(#39) Expected space(s) before "else". (keyword-spacing)
(#39) Expected space(s) after "if". (keyword-spacing)
(#39) Requires a space after '{'. (block-spacing)
(#39) Missing space before opening brace. (space-before-blocks)
(#39) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#39) Statement inside of curly braces should be on next line. (brace-style)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing semicolon. (semi)
(#39) Requires a space before '}'. (block-spacing)
(#39) Requires a space before '}'. (block-spacing)
(#39) Requires a space before '}'. (block-spacing)
(#39) Missing semicolon. (semi)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) A space is required after ','. (comma-spacing)
(#40) Line 40 exceeds the maximum line length of 132. (max-len)
(#40) Missing space before value for key 'start'. (key-spacing)
(#40) Requires a space after '{'. (block-spacing)
(#40) Missing space before opening brace. (space-before-blocks)
(#40) Statement inside of curly braces should be on next line. (brace-style)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Expected space(s) after "if". (keyword-spacing)
(#40) Expected { after 'if' condition. (curly)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#40) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing semicolon. (semi)
(#40) Requires a space before '}'. (block-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'stop'. (key-spacing)
(#40) Requires a space after '{'. (block-spacing)
(#40) Missing space before opening brace. (space-before-blocks)
(#40) Statement inside of curly braces should be on next line. (brace-style)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#40) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Requires a space before '}'. (block-spacing)
(#40) Missing semicolon. (semi)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'start'. (key-spacing)
(#40) Requires a space after '{'. (block-spacing)
(#40) Missing space before opening brace. (space-before-blocks)
(#40) Statement inside of curly braces should be on next line. (brace-style)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Missing space before opening brace. (space-before-blocks)
(#40) Requires a space after '{'. (block-spacing)
(#40) Statement inside of curly braces should be on next line. (brace-style)
(#40) Missing space before value for key 'width'. (key-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#41) Line 41 exceeds the maximum line length of 132. (max-len)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing space before value for key 'height'. (key-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing space before value for key 'position'. (key-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing space before value for key 'opacity'. (key-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing space before value for key 'zIndex'. (key-spacing)
(#41) Missing semicolon. (semi)
(#41) Requires a space before '}'. (block-spacing)
(#41) Missing semicolon. (semi)
(#41) Requires a space before '}'. (block-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing space before value for key 'stop'. (key-spacing)
(#41) Missing space before opening brace. (space-before-blocks)
(#41) Requires a space after '{'. (block-spacing)
(#41) Statement inside of curly braces should be on next line. (brace-style)
(#41) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#41) Requires a space after '{'. (block-spacing)
(#41) Missing space before opening brace. (space-before-blocks)
(#41) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#41) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#41) Statement inside of curly braces should be on next line. (brace-style)
(#41) Missing semicolon. (semi)
(#41) Requires a space before '}'. (block-spacing)
(#41) Missing semicolon. (semi)
(#41) Requires a space before '}'. (block-spacing)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing space before value for key 'start'. (key-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing space before opening brace. (space-before-blocks)
(#41) Requires a space after '{'. (block-spacing)
(#41) Statement inside of curly braces should be on next line. (brace-style)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Expected space(s) after "if". (keyword-spacing)
(#41) Expected { after 'if' condition. (curly)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing semicolon. (semi)
(#41) Requires a space before '}'. (block-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing space before value for key 'stop'. (key-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Requires a space after '{'. (block-spacing)
(#41) Missing space before opening brace. (space-before-blocks)
(#41) Statement inside of curly braces should be on next line. (brace-style)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#41) Infix operators must be spaced. (space-infix-ops)
(#42) Line 42 exceeds the maximum line length of 132. (max-len)
(#42) Requires a space before '}'. (block-spacing)
(#42) Missing semicolon. (semi)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) A space is required after ','. (comma-spacing)
(#42) A space is required after ','. (comma-spacing)
(#42) Missing space before value for key 'start'. (key-spacing)
(#42) Requires a space after '{'. (block-spacing)
(#42) Missing space before opening brace. (space-before-blocks)
(#42) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#42) Statement inside of curly braces should be on next line. (brace-style)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) Expected space(s) after "if". (keyword-spacing)
(#42) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#42) Expected { after 'if' condition. (curly)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Requires a space before '}'. (block-spacing)
(#42) Missing semicolon. (semi)
(#42) A space is required after ','. (comma-spacing)
(#42) Missing space before value for key 'drag'. (key-spacing)
(#42) Missing space before opening brace. (space-before-blocks)
(#42) Requires a space after '{'. (block-spacing)
(#42) Statement inside of curly braces should be on next line. (brace-style)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) A space is required after ','. (comma-spacing)
(#42) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) A space is required after ','. (comma-spacing)
(#42) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) Expected space(s) after "if". (keyword-spacing)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Requires a space after '{'. (block-spacing)
(#42) Missing space before opening brace. (space-before-blocks)
(#42) Expected space(s) after "if". (keyword-spacing)
(#42) Expected { after 'if' condition. (curly)
(#42) Statement inside of curly braces should be on next line. (brace-style)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Expected space(s) after "if". (keyword-spacing)
(#42) Expected space(s) before "if". (keyword-spacing)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#43) Line 43 exceeds the maximum line length of 132. (max-len)
(#43) Missing whitespace after semicolon. (semi-spacing)
(#43) Expected space(s) after "if". (keyword-spacing)
(#43) Infix operators must be spaced. (space-infix-ops)
(#43) Infix operators must be spaced. (space-infix-ops)
(#43) Infix operators must be spaced. (space-infix-ops)
(#43) Infix operators must be spaced. (space-infix-ops)
(#43) Infix operators must be spaced. (space-infix-ops)
(#43) Missing whitespace after semicolon. (semi-spacing)
(#43) Expected space(s) after "if". (keyword-spacing)
(#43) Expected { after 'if' condition. (curly)
(#43) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#43) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#43) Infix operators must be spaced. (space-infix-ops)
(#43) Infix operators must be spaced. (space-infix-ops)
(#43) Expected space(s) after "if". (keyword-spacing)
(#43) Expected space(s) before "if". (keyword-spacing)
(#43) Infix operators must be spaced. (space-infix-ops)
(#43) Infix operators must be spaced. (space-infix-ops)
(#43) Infix operators must be spaced. (space-infix-ops)
(#43) Infix operators must be spaced. (space-infix-ops)
(#43) Infix operators must be spaced. (space-infix-ops)
(#43) Infix operators must be spaced. (space-infix-ops)
(#43) Missing whitespace after semicolon. (semi-spacing)
(#43) Expected space(s) after "if". (keyword-spacing)
(#43) Infix operators must be spaced. (space-infix-ops)
(#43) Infix operators must be spaced. (space-infix-ops)
(#43) Infix operators must be spaced. (space-infix-ops)
(#43) Infix operators must be spaced. (space-infix-ops)
(#43) Infix operators must be spaced. (space-infix-ops)
(#43) Requires a space before '}'. (block-spacing)
(#43) Missing semicolon. (semi)
(#43) Expected space(s) after "else". (keyword-spacing)
(#43) Expected space(s) before "else". (keyword-spacing)
(#43) Requires a space after '{'. (block-spacing)
(#43) Expected space(s) after "if". (keyword-spacing)
(#43) Statement inside of curly braces should be on next line. (brace-style)
(#43) Expected { after 'if' condition. (curly)
(#43) Infix operators must be spaced. (space-infix-ops)
(#43) Infix operators must be spaced. (space-infix-ops)
(#43) Expected space(s) before "if". (keyword-spacing)
(#43) Expected space(s) after "if". (keyword-spacing)
(#43) Infix operators must be spaced. (space-infix-ops)
(#43) Infix operators must be spaced. (space-infix-ops)
(#44) Line 44 exceeds the maximum line length of 132. (max-len)
(#44) Infix operators must be spaced. (space-infix-ops)
(#44) Infix operators must be spaced. (space-infix-ops)
(#44) Missing whitespace after semicolon. (semi-spacing)
(#44) Expected space(s) after "if". (keyword-spacing)
(#44) Infix operators must be spaced. (space-infix-ops)
(#44) Infix operators must be spaced. (space-infix-ops)
(#44) Infix operators must be spaced. (space-infix-ops)
(#44) Infix operators must be spaced. (space-infix-ops)
(#44) Infix operators must be spaced. (space-infix-ops)
(#44) Missing whitespace after semicolon. (semi-spacing)
(#44) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#44) Expected space(s) after "if". (keyword-spacing)
(#44) Expected { after 'if' condition. (curly)
(#44) Infix operators must be spaced. (space-infix-ops)
(#44) Infix operators must be spaced. (space-infix-ops)
(#44) Expected space(s) after "if". (keyword-spacing)
(#44) Expected space(s) before "if". (keyword-spacing)
(#44) Infix operators must be spaced. (space-infix-ops)
(#44) Infix operators must be spaced. (space-infix-ops)
(#44) Infix operators must be spaced. (space-infix-ops)
(#44) Infix operators must be spaced. (space-infix-ops)
(#44) Missing whitespace after semicolon. (semi-spacing)
(#44) Expected space(s) after "if". (keyword-spacing)
(#44) Infix operators must be spaced. (space-infix-ops)
(#44) Infix operators must be spaced. (space-infix-ops)
(#44) Infix operators must be spaced. (space-infix-ops)
(#44) Infix operators must be spaced. (space-infix-ops)
(#44) Infix operators must be spaced. (space-infix-ops)
(#45) Line 45 exceeds the maximum line length of 132. (max-len)
(#45) Requires a space before '}'. (block-spacing)
(#45) Missing semicolon. (semi)
(#45) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#45) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#45) Infix operators must be spaced. (space-infix-ops)
(#45) Infix operators must be spaced. (space-infix-ops)
(#45) Infix operators must be spaced. (space-infix-ops)
(#45) Infix operators must be spaced. (space-infix-ops)
(#45) A space is required after ','. (comma-spacing)
(#45) Missing semicolon. (semi)
(#45) Requires a space before '}'. (block-spacing)
(#45) Missing whitespace after semicolon. (semi-spacing)
(#45) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#45) A space is required after ','. (comma-spacing)
(#45) A space is required after ','. (comma-spacing)
(#45) Missing space before value for key 'start'. (key-spacing)
(#45) Missing space before opening brace. (space-before-blocks)
(#45) Requires a space after '{'. (block-spacing)
(#45) Statement inside of curly braces should be on next line. (brace-style)
(#45) Infix operators must be spaced. (space-infix-ops)
(#45) A space is required after ','. (comma-spacing)
(#45) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#45) Infix operators must be spaced. (space-infix-ops)
(#45) Missing whitespace after semicolon. (semi-spacing)
(#45) Infix operators must be spaced. (space-infix-ops)
(#45) Missing whitespace after semicolon. (semi-spacing)
(#45) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#45) Infix operators must be spaced. (space-infix-ops)
(#45) Infix operators must be spaced. (space-infix-ops)
(#45) Infix operators must be spaced. (space-infix-ops)
(#45) Requires a space after '{'. (block-spacing)
(#45) Missing space before opening brace. (space-before-blocks)
(#45) Statement inside of curly braces should be on next line. (brace-style)
(#45) Infix operators must be spaced. (space-infix-ops)
(#45) A space is required after ','. (comma-spacing)
(#45) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#45) Infix operators must be spaced. (space-infix-ops)
(#45) Missing whitespace after semicolon. (semi-spacing)
(#45) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#45) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#45) Infix operators must be spaced. (space-infix-ops)
(#45) Infix operators must be spaced. (space-infix-ops)
(#45) Missing space before value for key 'item'. (key-spacing)
(#45) A space is required after ','. (comma-spacing)
(#45) Missing space before value for key 'width'. (key-spacing)
(#45) A space is required after ','. (comma-spacing)
(#45) Missing space before value for key 'height'. (key-spacing)
(#45) A space is required after ','. (comma-spacing)
(#45) Missing space before value for key 'top'. (key-spacing)
(#45) A space is required after ','. (comma-spacing)
(#45) Missing space before value for key 'left'. (key-spacing)
(#45) Requires a space before '}'. (block-spacing)
(#45) Missing semicolon. (semi)
(#45) Requires a space before '}'. (block-spacing)
(#45) Missing semicolon. (semi)
(#45) A space is required after ','. (comma-spacing)
(#45) Function 'drag' has a complexity of 28. (complexity)
(#45) Missing space before value for key 'drag'. (key-spacing)
(#45) A space is required after ','. (comma-spacing)
(#45) Missing space before opening brace. (space-before-blocks)
(#45) Requires a space after '{'. (block-spacing)
(#45) Expected space(s) after "for". (keyword-spacing)
(#45) Statement inside of curly braces should be on next line. (brace-style)
(#45) Infix operators must be spaced. (space-infix-ops)
(#46) Line 46 exceeds the maximum line length of 132. (max-len)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) A space is required after ','. (comma-spacing)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) A space is required after ','. (comma-spacing)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) A space is required after ','. (comma-spacing)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) A space is required after ','. (comma-spacing)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) A space is required after ','. (comma-spacing)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) A space is required after ','. (comma-spacing)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Missing whitespace after semicolon. (semi-spacing)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Missing whitespace after semicolon. (semi-spacing)
(#46) Missing space before opening brace. (space-before-blocks)
(#46) Requires a space after '{'. (block-spacing)
(#46) Statement inside of curly braces should be on next line. (brace-style)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) A space is required after ','. (comma-spacing)
(#46) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) A space is required after ','. (comma-spacing)
(#46) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) A space is required after ','. (comma-spacing)
(#46) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Missing whitespace after semicolon. (semi-spacing)
(#46) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#46) Expected space(s) after "if". (keyword-spacing)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Missing space before opening brace. (space-before-blocks)
(#46) Requires a space after '{'. (block-spacing)
(#46) Statement inside of curly braces should be on next line. (brace-style)
(#46) Expected space(s) after "if". (keyword-spacing)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Requires a space after '{'. (block-spacing)
(#46) Missing space before opening brace. (space-before-blocks)
(#46) Statement inside of curly braces should be on next line. (brace-style)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) A space is required after ','. (comma-spacing)
(#46) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) A space is required after ','. (comma-spacing)
(#46) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) A space is required after ','. (comma-spacing)
(#46) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Missing whitespace after semicolon. (semi-spacing)
(#46) Expected { after 'if' condition. (curly)
(#46) Expected space(s) after "if". (keyword-spacing)
(#46) Infix operators must be spaced. (space-infix-ops)
(#47) Line 47 exceeds the maximum line length of 132. (max-len)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'top'. (key-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'left'. (key-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Expected { after 'if' condition. (curly)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'top'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'left'. (key-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Expected { after 'if' condition. (curly)
(#47) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'top'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'left'. (key-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Expected { after 'if' condition. (curly)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'top'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'left'. (key-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) Expected space(s) before "var". (keyword-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) 'p' used outside of binding context. (block-scoped-var)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) 'q' used outside of binding context. (block-scoped-var)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) 'r' used outside of binding context. (block-scoped-var)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) 's' used outside of binding context. (block-scoped-var)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space after '{'. (block-spacing)
(#47) 'p' used outside of binding context. (block-scoped-var)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) 'q' used outside of binding context. (block-scoped-var)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) 'r' used outside of binding context. (block-scoped-var)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) 's' used outside of binding context. (block-scoped-var)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Expected { after 'if' condition. (curly)
(#47) 'p' used outside of binding context. (block-scoped-var)
(#47) Infix operators must be spaced. (space-infix-ops)
(#48) Line 48 exceeds the maximum line length of 132. (max-len)
(#48) A space is required after ','. (comma-spacing)
(#48) Missing space before value for key 'top'. (key-spacing)
(#48) A space is required after ','. (comma-spacing)
(#48) Missing space before value for key 'left'. (key-spacing)
(#48) Infix operators must be spaced. (space-infix-ops)
(#48) Missing whitespace after semicolon. (semi-spacing)
(#48) Expected { after 'if' condition. (curly)
(#48) Expected space(s) after "if". (keyword-spacing)
(#48) 'q' used outside of binding context. (block-scoped-var)
(#48) Infix operators must be spaced. (space-infix-ops)
(#48) A space is required after ','. (comma-spacing)
(#48) Missing space before value for key 'top'. (key-spacing)
(#48) Infix operators must be spaced. (space-infix-ops)
(#48) A space is required after ','. (comma-spacing)
(#48) Missing space before value for key 'left'. (key-spacing)
(#48) Infix operators must be spaced. (space-infix-ops)
(#48) Missing whitespace after semicolon. (semi-spacing)
(#48) Expected { after 'if' condition. (curly)
(#48) Expected space(s) after "if". (keyword-spacing)
(#48) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#48) 'r' used outside of binding context. (block-scoped-var)
(#48) Infix operators must be spaced. (space-infix-ops)
(#48) A space is required after ','. (comma-spacing)
(#48) Missing space before value for key 'top'. (key-spacing)
(#48) A space is required after ','. (comma-spacing)
(#48) Missing space before value for key 'left'. (key-spacing)
(#48) Infix operators must be spaced. (space-infix-ops)
(#48) Missing whitespace after semicolon. (semi-spacing)
(#48) Expected space(s) after "if". (keyword-spacing)
(#48) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#48) Expected { after 'if' condition. (curly)
(#48) 's' used outside of binding context. (block-scoped-var)
(#48) Infix operators must be spaced. (space-infix-ops)
(#48) A space is required after ','. (comma-spacing)
(#48) Missing space before value for key 'top'. (key-spacing)
(#48) A space is required after ','. (comma-spacing)
(#48) Missing space before value for key 'left'. (key-spacing)
(#48) Infix operators must be spaced. (space-infix-ops)
(#48) Infix operators must be spaced. (space-infix-ops)
(#48) Missing semicolon. (semi)
(#48) Requires a space before '}'. (block-spacing)
(#48) Expected space(s) after "if". (keyword-spacing)
(#48) Expected space(s) before "if". (keyword-spacing)
(#48) Expected { after 'if' condition. (curly)
(#48) Infix operators must be spaced. (space-infix-ops)
(#48) 'p' used outside of binding context. (block-scoped-var)
(#48) Infix operators must be spaced. (space-infix-ops)
(#48) 'q' used outside of binding context. (block-scoped-var)
(#48) Infix operators must be spaced. (space-infix-ops)
(#48) 'r' used outside of binding context. (block-scoped-var)
(#48) Infix operators must be spaced. (space-infix-ops)
(#48) 's' used outside of binding context. (block-scoped-var)
(#48) Infix operators must be spaced. (space-infix-ops)
(#48) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#48) Infix operators must be spaced. (space-infix-ops)
(#48) A space is required after ','. (comma-spacing)
(#48) A space is required after ','. (comma-spacing)
(#49) Line 49 exceeds the maximum line length of 132. (max-len)
(#49) Missing space before value for key 'snapItem'. (key-spacing)
(#49) Missing whitespace after semicolon. (semi-spacing)
(#49) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#49) Infix operators must be spaced. (space-infix-ops)
(#49) 'p' used outside of binding context. (block-scoped-var)
(#49) Infix operators must be spaced. (space-infix-ops)
(#49) 'q' used outside of binding context. (block-scoped-var)
(#49) Infix operators must be spaced. (space-infix-ops)
(#49) 'r' used outside of binding context. (block-scoped-var)
(#49) Infix operators must be spaced. (space-infix-ops)
(#49) 's' used outside of binding context. (block-scoped-var)
(#49) Infix operators must be spaced. (space-infix-ops)
(#49) Missing semicolon. (semi)
(#49) Requires a space before '}'. (block-spacing)
(#49) Expected space(s) after "else". (keyword-spacing)
(#49) Expected space(s) before "else". (keyword-spacing)
(#49) Requires a space after '{'. (block-spacing)
(#49) Statement inside of curly braces should be on next line. (brace-style)
(#49) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#49) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#49) Infix operators must be spaced. (space-infix-ops)
(#49) Infix operators must be spaced. (space-infix-ops)
(#49) A space is required after ','. (comma-spacing)
(#49) A space is required after ','. (comma-spacing)
(#49) A space is required after ','. (comma-spacing)
(#49) Missing space before value for key 'snapItem'. (key-spacing)
(#49) Missing whitespace after semicolon. (semi-spacing)
(#49) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#49) Infix operators must be spaced. (space-infix-ops)
(#49) Missing semicolon. (semi)
(#49) Requires a space before '}'. (block-spacing)
(#49) Requires a space before '}'. (block-spacing)
(#49) Requires a space before '}'. (block-spacing)
(#49) Missing whitespace after semicolon. (semi-spacing)
(#49) A space is required after ','. (comma-spacing)
(#49) A space is required after ','. (comma-spacing)
(#49) Missing space before value for key 'start'. (key-spacing)
(#49) Requires a space after '{'. (block-spacing)
(#49) Missing space before opening brace. (space-before-blocks)
(#49) Statement inside of curly braces should be on next line. (brace-style)
(#49) Infix operators must be spaced. (space-infix-ops)
(#49) Missing whitespace after semicolon. (semi-spacing)
(#49) Infix operators must be spaced. (space-infix-ops)
(#49) A space is required after ','. (comma-spacing)
(#49) Requires a space after '{'. (block-spacing)
(#49) Missing space before opening brace. (space-before-blocks)
(#49) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#49) Expected space(s) after "return". (keyword-spacing)
(#49) Statement inside of curly braces should be on next line. (brace-style)
(#49) A space is required after ','. (comma-spacing)
(#49) Infix operators must be spaced. (space-infix-ops)
(#49) Infix operators must be spaced. (space-infix-ops)
(#49) A space is required after ','. (comma-spacing)
(#49) Infix operators must be spaced. (space-infix-ops)
(#49) Requires a space before '}'. (block-spacing)
(#49) Missing semicolon. (semi)
(#49) Missing whitespace after semicolon. (semi-spacing)
(#49) Expected space(s) after "if". (keyword-spacing)
(#49) Requires a space after '{'. (block-spacing)
(#49) Missing space before opening brace. (space-before-blocks)
(#49) Statement inside of curly braces should be on next line. (brace-style)
(#49) Infix operators must be spaced. (space-infix-ops)
(#50) Line 50 exceeds the maximum line length of 132. (max-len)
(#50) Infix operators must be spaced. (space-infix-ops)
(#50) Missing whitespace after semicolon. (semi-spacing)
(#50) Requires a space after '{'. (block-spacing)
(#50) Missing space before opening brace. (space-before-blocks)
(#50) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#50) Statement inside of curly braces should be on next line. (brace-style)
(#50) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#50) Infix operators must be spaced. (space-infix-ops)
(#50) Infix operators must be spaced. (space-infix-ops)
(#50) Missing semicolon. (semi)
(#50) Requires a space before '}'. (block-spacing)
(#50) Missing whitespace after semicolon. (semi-spacing)
(#50) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#50) Infix operators must be spaced. (space-infix-ops)
(#50) Infix operators must be spaced. (space-infix-ops)
(#50) Missing semicolon. (semi)
(#50) Requires a space before '}'. (block-spacing)
(#50) Requires a space before '}'. (block-spacing)
(#50) Missing whitespace after semicolon. (semi-spacing)
(#50) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#50) A space is required after ','. (comma-spacing)
(#50) A space is required after ','. (comma-spacing)
(#50) Missing space before value for key 'start'. (key-spacing)
(#50) A space is required after ','. (comma-spacing)
(#50) Missing space before opening brace. (space-before-blocks)
(#50) Requires a space after '{'. (block-spacing)
(#50) Statement inside of curly braces should be on next line. (brace-style)
(#50) Infix operators must be spaced. (space-infix-ops)
(#50) Missing whitespace after semicolon. (semi-spacing)
(#50) Infix operators must be spaced. (space-infix-ops)
(#50) Missing whitespace after semicolon. (semi-spacing)
(#50) Expected space(s) after "if". (keyword-spacing)
(#50) Expected { after 'if' condition. (curly)
(#50) Infix operators must be spaced. (space-infix-ops)
(#50) Missing whitespace after semicolon. (semi-spacing)
(#50) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#50) A space is required after ','. (comma-spacing)
(#50) Missing semicolon. (semi)
(#50) Requires a space before '}'. (block-spacing)
(#50) A space is required after ','. (comma-spacing)
(#50) Missing space before value for key 'stop'. (key-spacing)
(#50) A space is required after ','. (comma-spacing)
(#50) Requires a space after '{'. (block-spacing)
(#50) Missing space before opening brace. (space-before-blocks)
(#50) Statement inside of curly braces should be on next line. (brace-style)
(#50) Infix operators must be spaced. (space-infix-ops)
(#50) Missing whitespace after semicolon. (semi-spacing)
(#50) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#50) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#50) Infix operators must be spaced. (space-infix-ops)
(#50) A space is required after ','. (comma-spacing)
(#50) Missing semicolon. (semi)
(#50) Requires a space before '}'. (block-spacing)
(#50) Missing semicolon. (semi)
(#50) Requires a space before '}'. (block-spacing)
(#50) 'jQuery' is not defined. (no-undef)
mod/offlinequiz/lib/jquery/ui/minified/jquery.ui.droppable.min.js
(#16) Line 16 exceeds the maximum line length of 132. (max-len)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'widgetEventPrefix'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'options'. (key-spacing)
(#16) Missing space before value for key 'accept'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'activeClass'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'addClasses'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'greedy'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'hoverClass'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'scope'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'tolerance'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key '_create'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before value for key 'width'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'height'. (key-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#17) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#17) Line 17 exceeds the maximum line length of 132. (max-len)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing semicolon. (semi)
(#17) Requires a space before '}'. (block-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key 'destroy'. (key-spacing)
(#17) Requires a space after '{'. (block-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Expected { after 'for' condition. (curly)
(#17) Expected space(s) after "for". (keyword-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing semicolon. (semi)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key '_setOption'. (key-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Requires a space after '{'. (block-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Expected { after 'if' condition. (curly)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Expected space(s) before "this". (keyword-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Requires a space after '{'. (block-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Missing semicolon. (semi)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing semicolon. (semi)
(#17) Requires a space before '}'. (block-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key '_activate'. (key-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#17) Infix operators must be spaced. (space-infix-ops)
(#18) Line 18 exceeds the maximum line length of 132. (max-len)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#18) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Requires a space before '}'. (block-spacing)
(#18) Missing semicolon. (semi)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing space before value for key '_deactivate'. (key-spacing)
(#18) Requires a space after '{'. (block-spacing)
(#18) Missing space before opening brace. (space-before-blocks)
(#18) Statement inside of curly braces should be on next line. (brace-style)
(#18) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#18) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Requires a space before '}'. (block-spacing)
(#18) Missing semicolon. (semi)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing space before value for key '_over'. (key-spacing)
(#18) Missing space before opening brace. (space-before-blocks)
(#18) Requires a space after '{'. (block-spacing)
(#18) Statement inside of curly braces should be on next line. (brace-style)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Expected { after 'if' condition. (curly)
(#18) Expected space(s) after "if". (keyword-spacing)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) Expected space(s) before "if". (keyword-spacing)
(#18) Expected space(s) after "if". (keyword-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) Missing space before opening brace. (space-before-blocks)
(#18) Requires a space after '{'. (block-spacing)
(#18) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#18) Statement inside of curly braces should be on next line. (brace-style)
(#18) Infix operators must be spaced. (space-infix-ops)
(#19) Line 19 exceeds the maximum line length of 132. (max-len)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key '_out'. (key-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Expected { after 'if' condition. (curly)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Expected space(s) before "if". (keyword-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key '_drop'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected { after 'if' condition. (curly)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Expected space(s) before "return". (keyword-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected to return a value at the end of this function. (consistent-return)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#20) Line 20 exceeds the maximum line length of 132. (max-len)
(#20) A space is required after ','. (comma-spacing)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Expected space(s) after "if". (keyword-spacing)
(#20) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) A space is required after ','. (comma-spacing)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) Missing space before value for key 'offset'. (key-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) Requires a space after '{'. (block-spacing)
(#20) Missing space before opening brace. (space-before-blocks)
(#20) Statement inside of curly braces should be on next line. (brace-style)
(#20) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#20) Missing semicolon. (semi)
(#20) Requires a space before '}'. (block-spacing)
(#20) Requires a space before '}'. (block-spacing)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Expected { after 'if' condition. (curly)
(#20) Expected space(s) after "if". (keyword-spacing)
(#20) Expected space(s) before "return". (keyword-spacing)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Expected space(s) after "if". (keyword-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Missing space before opening brace. (space-before-blocks)
(#20) Requires a space after '{'. (block-spacing)
(#20) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#20) Statement inside of curly braces should be on next line. (brace-style)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#21) Line 21 exceeds the maximum line length of 132. (max-len)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#21) Requires a space before '}'. (block-spacing)
(#21) Missing semicolon. (semi)
(#21) Expected space(s) before "return". (keyword-spacing)
(#21) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#21) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#21) Requires a space before '}'. (block-spacing)
(#21) Missing semicolon. (semi)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing space before value for key 'ui'. (key-spacing)
(#21) Missing space before opening brace. (space-before-blocks)
(#21) Requires a space after '{'. (block-spacing)
(#21) Expected space(s) after "return". (keyword-spacing)
(#21) Statement inside of curly braces should be on next line. (brace-style)
(#21) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#21) Missing space before value for key 'draggable'. (key-spacing)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing space before value for key 'helper'. (key-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing space before value for key 'position'. (key-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing space before value for key 'offset'. (key-spacing)
(#21) Missing semicolon. (semi)
(#21) Requires a space before '}'. (block-spacing)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing space before value for key 'version'. (key-spacing)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) A space is required after ','. (comma-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing space before opening brace. (space-before-blocks)
(#21) Requires a space after '{'. (block-spacing)
(#21) Statement inside of curly braces should be on next line. (brace-style)
(#21) Expected { after 'if' condition. (curly)
(#21) Expected space(s) after "if". (keyword-spacing)
(#21) Expected space(s) before "return". (keyword-spacing)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) A space is required after ','. (comma-spacing)
(#21) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) A space is required after ','. (comma-spacing)
(#21) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) A space is required after ','. (comma-spacing)
(#21) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) A space is required after ','. (comma-spacing)
(#21) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) A space is required after ','. (comma-spacing)
(#21) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) A space is required after ','. (comma-spacing)
(#21) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) A space is required after ','. (comma-spacing)
(#21) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) Infix operators must be spaced. (space-infix-ops)
(#22) Line 22 exceeds the maximum line length of 132. (max-len)
(#22) Expected space(s) after "switch". (keyword-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Expected space(s) after "return". (keyword-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#23) Line 23 exceeds the maximum line length of 132. (max-len)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Missing whitespace after semicolon. (semi-spacing)
(#23) Requires a space before '}'. (block-spacing)
(#23) Missing semicolon. (semi)
(#23) Requires a space before '}'. (block-spacing)
(#23) Missing whitespace after semicolon. (semi-spacing)
(#23) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Missing space before value for key 'current'. (key-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'droppables'. (key-spacing)
(#23) Missing space before value for key 'default'. (key-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'prepareOffsets'. (key-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before opening brace. (space-before-blocks)
(#23) Requires a space after '{'. (block-spacing)
(#23) Statement inside of curly braces should be on next line. (brace-style)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) A space is required after ','. (comma-spacing)
(#23) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) A space is required after ','. (comma-spacing)
(#23) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) A space is required after ','. (comma-spacing)
(#23) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Missing whitespace after semicolon. (semi-spacing)
(#23) Unexpected labeled statement. (no-labels)
(#23) Expected { after 'for' condition. (curly)
(#23) Expected space(s) after "for". (keyword-spacing)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Missing whitespace after semicolon. (semi-spacing)
(#23) Expected space(s) before "if". (keyword-spacing)
(#23) Expected space(s) after "if". (keyword-spacing)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) A space is required after ','. (comma-spacing)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Missing space before opening brace. (space-before-blocks)
(#23) Requires a space after '{'. (block-spacing)
(#23) Expected space(s) after "for". (keyword-spacing)
(#23) Expected { after 'for' condition. (curly)
(#23) Statement inside of curly braces should be on next line. (brace-style)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Missing whitespace after semicolon. (semi-spacing)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Missing whitespace after semicolon. (semi-spacing)
(#23) Expected space(s) after "if". (keyword-spacing)
(#23) Expected space(s) before "if". (keyword-spacing)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Requires a space after '{'. (block-spacing)
(#23) Missing space before opening brace. (space-before-blocks)
(#23) Statement inside of curly braces should be on next line. (brace-style)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Missing whitespace after semicolon. (semi-spacing)
(#23) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#23) Unexpected label in continue statement. (no-labels)
(#23) Requires a space before '}'. (block-spacing)
(#23) Missing semicolon. (semi)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Infix operators must be spaced. (space-infix-ops)
(#24) Line 24 exceeds the maximum line length of 132. (max-len)
(#24) Missing whitespace after semicolon. (semi-spacing)
(#24) Expected space(s) after "if". (keyword-spacing)
(#24) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#24) Requires a space after '{'. (block-spacing)
(#24) Missing space before opening brace. (space-before-blocks)
(#24) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#24) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#24) Statement inside of curly braces should be on next line. (brace-style)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) unnecessary '.call()'. (no-useless-call)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing whitespace after semicolon. (semi-spacing)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Missing whitespace after semicolon. (semi-spacing)
(#24) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Missing space before value for key 'width'. (key-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'height'. (key-spacing)
(#24) Requires a space before '}'. (block-spacing)
(#24) Missing semicolon. (semi)
(#24) Requires a space before '}'. (block-spacing)
(#24) Requires a space before '}'. (block-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'drop'. (key-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before opening brace. (space-before-blocks)
(#24) Requires a space after '{'. (block-spacing)
(#24) Statement inside of curly braces should be on next line. (brace-style)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Missing whitespace after semicolon. (semi-spacing)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) A space is required after ','. (comma-spacing)
(#24) Requires a space after '{'. (block-spacing)
(#24) Missing space before opening brace. (space-before-blocks)
(#24) Statement inside of curly braces should be on next line. (brace-style)
(#24) Expected space(s) after "if". (keyword-spacing)
(#24) Missing space before opening brace. (space-before-blocks)
(#24) Requires a space after '{'. (block-spacing)
(#24) Expected space(s) after "if". (keyword-spacing)
(#24) Expected { after 'if' condition. (curly)
(#24) Statement inside of curly braces should be on next line. (brace-style)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) unnecessary '.call()'. (no-useless-call)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing whitespace after semicolon. (semi-spacing)
(#24) Expected space(s) after "if". (keyword-spacing)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) A space is required after ','. (comma-spacing)
(#24) Infix operators must be spaced. (space-infix-ops)
(#25) Line 25 exceeds the maximum line length of 132. (max-len)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Requires a space after '{'. (block-spacing)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) unnecessary '.call()'. (no-useless-call)
(#25) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing semicolon. (semi)
(#25) Requires a space before '}'. (block-spacing)
(#25) Requires a space before '}'. (block-spacing)
(#25) Requires a space before '}'. (block-spacing)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) Missing semicolon. (semi)
(#25) Requires a space before '}'. (block-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'drag'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Requires a space after '{'. (block-spacing)
(#25) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Requires a space after '{'. (block-spacing)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Expected space(s) after "if". (keyword-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Requires a space after '{'. (block-spacing)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Expected space(s) after "if". (keyword-spacing)
(#25) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Do not nest ternary expressions (no-nested-ternary)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Requires a space after '{'. (block-spacing)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Expected space(s) after "if". (keyword-spacing)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Requires a space after '{'. (block-spacing)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Expected space(s) after "if". (keyword-spacing)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Requires a space after '{'. (block-spacing)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Infix operators must be spaced. (space-infix-ops)
(#26) Line 26 exceeds the maximum line length of 132. (max-len)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing whitespace after semicolon. (semi-spacing)
(#26) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Missing semicolon. (semi)
(#26) Requires a space before '}'. (block-spacing)
(#26) Requires a space before '}'. (block-spacing)
(#26) Expected space(s) before "if". (keyword-spacing)
(#26) Expected space(s) after "if". (keyword-spacing)
(#26) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Missing space before opening brace. (space-before-blocks)
(#26) Requires a space after '{'. (block-spacing)
(#26) Statement inside of curly braces should be on next line. (brace-style)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Missing whitespace after semicolon. (semi-spacing)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Missing whitespace after semicolon. (semi-spacing)
(#26) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#26) unnecessary '.call()'. (no-useless-call)
(#26) A space is required after ','. (comma-spacing)
(#26) Requires a space before '}'. (block-spacing)
(#26) Missing semicolon. (semi)
(#26) Expected space(s) before "this". (keyword-spacing)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Missing whitespace after semicolon. (semi-spacing)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Missing whitespace after semicolon. (semi-spacing)
(#26) unnecessary '.call()'. (no-useless-call)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing whitespace after semicolon. (semi-spacing)
(#26) Expected space(s) after "if". (keyword-spacing)
(#26) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Requires a space after '{'. (block-spacing)
(#26) Missing space before opening brace. (space-before-blocks)
(#26) Statement inside of curly braces should be on next line. (brace-style)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Missing whitespace after semicolon. (semi-spacing)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Missing whitespace after semicolon. (semi-spacing)
(#26) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#26) unnecessary '.call()'. (no-useless-call)
(#26) A space is required after ','. (comma-spacing)
(#26) Requires a space before '}'. (block-spacing)
(#26) Missing semicolon. (semi)
(#26) Requires a space before '}'. (block-spacing)
(#26) Requires a space before '}'. (block-spacing)
(#26) Requires a space before '}'. (block-spacing)
(#26) Missing semicolon. (semi)
(#26) Requires a space before '}'. (block-spacing)
(#26) Requires a space before '}'. (block-spacing)
(#26) Missing semicolon. (semi)
(#26) 'jQuery' is not defined. (no-undef)
mod/offlinequiz/lib/jquery/ui/minified/jquery.ui.mouse.min.js
(#1) Expected space or tab after '/*' in comment. (spaced-comment)
(#13) Line 13 exceeds the maximum line length of 132. (max-len)
(#13) Requires a space after '{'. (block-spacing)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'options'. (key-spacing)
(#13) Missing space before value for key 'cancel'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'distance'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'delay'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key '_mouseInit'. (key-spacing)
(#13) Requires a space after '{'. (block-spacing)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) Requires a space after '{'. (block-spacing)
(#13) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) Requires a space before '}'. (block-spacing)
(#13) Missing semicolon. (semi)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected to return a value at the end of this function. (consistent-return)
(#13) Requires a space after '{'. (block-spacing)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) Expected space(s) after "if". (keyword-spacing)
(#13) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Requires a space after '{'. (block-spacing)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) A space is required after ','. (comma-spacing)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#13) Missing semicolon. (semi)
(#13) Requires a space before '}'. (block-spacing)
(#13) Requires a space before '}'. (block-spacing)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Requires a space before '}'. (block-spacing)
(#13) Missing semicolon. (semi)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key '_mouseDestroy'. (key-spacing)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) Requires a space after '{'. (block-spacing)
(#13) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Missing semicolon. (semi)
(#13) Requires a space before '}'. (block-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected to return a value at the end of this function. (consistent-return)
(#13) Missing space before value for key '_mouseDown'. (key-spacing)
(#13) Requires a space after '{'. (block-spacing)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) Infix operators must be spaced. (space-infix-ops)
(#14) Line 14 exceeds the maximum line length of 132. (max-len)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Requires a space after '{'. (block-spacing)
(#14) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#14) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Expected { after 'if' condition. (curly)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Expected space(s) before "return". (keyword-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected space(s) before "this". (keyword-spacing)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Requires a space after '{'. (block-spacing)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Infix operators must be spaced. (space-infix-ops)
(#15) Line 15 exceeds the maximum line length of 132. (max-len)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Requires a space after '{'. (block-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing semicolon. (semi)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Return statement should not contain assignment. (no-return-assign)
(#15) Infix operators must be spaced. (space-infix-ops)
(#16) Line 16 exceeds the maximum line length of 132. (max-len)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key '_mouseMove'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) before "if". (keyword-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "return". (keyword-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key '_mouseUp'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Line 17 exceeds the maximum line length of 132. (max-len)
(#17) Requires a space after '{'. (block-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#17) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing semicolon. (semi)
(#17) Requires a space before '}'. (block-spacing)
(#17) Expected space(s) before "return". (keyword-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing semicolon. (semi)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key '_mouseDistanceMet'. (key-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Requires a space after '{'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing semicolon. (semi)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key '_mouseDelayMet'. (key-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Requires a space after '{'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing semicolon. (semi)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key '_mouseStart'. (key-spacing)
(#17) Unexpected empty function. (no-empty-function)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key '_mouseDrag'. (key-spacing)
(#17) Unexpected empty function. (no-empty-function)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key '_mouseStop'. (key-spacing)
(#17) Unexpected empty function. (no-empty-function)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key '_mouseCapture'. (key-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Requires a space after '{'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing semicolon. (semi)
(#17) Missing semicolon. (semi)
(#17) Requires a space before '}'. (block-spacing)
(#17) 'jQuery' is not defined. (no-undef)
mod/offlinequiz/lib/jquery/ui/minified/jquery.ui.position.min.js
(#10) Line 10 exceeds the maximum line length of 132. (max-len)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Expected { after 'if' condition. (curly)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Expected space(s) after "if". (keyword-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Expected space(s) before "return". (keyword-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected space(s) after "if". (keyword-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing space before value for key 'top'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'left'. (key-spacing)
(#10) Requires a space before '}'. (block-spacing)
(#10) Missing semicolon. (semi)
(#10) Expected space(s) before "else". (keyword-spacing)
(#10) Expected space(s) after "if". (keyword-spacing)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing space before value for key 'top'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'left'. (key-spacing)
(#10) Missing semicolon. (semi)
(#10) Requires a space before '}'. (block-spacing)
(#10) Expected space(s) before "else". (keyword-spacing)
(#10) Expected space(s) after "if". (keyword-spacing)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing space before value for key 'top'. (key-spacing)
(#11) Line 11 exceeds the maximum line length of 132. (max-len)
(#11) Missing space before value for key 'left'. (key-spacing)
(#11) Missing semicolon. (semi)
(#11) Requires a space before '}'. (block-spacing)
(#11) Expected space(s) after "else". (keyword-spacing)
(#11) Expected space(s) before "else". (keyword-spacing)
(#11) Requires a space after '{'. (block-spacing)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Requires a space before '}'. (block-spacing)
(#11) Missing semicolon. (semi)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Requires a space after '{'. (block-spacing)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Expected space(s) after "if". (keyword-spacing)
(#11) Expected { after 'if' condition. (curly)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Do not nest ternary expressions (no-nested-ternary)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing semicolon. (semi)
(#11) Requires a space before '}'. (block-spacing)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Expected { after 'if' condition. (curly)
(#11) Expected space(s) after "if". (keyword-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Expected { after 'if' condition. (curly)
(#11) Expected space(s) after "if". (keyword-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Expected space(s) after "if". (keyword-spacing)
(#11) Expected { after 'if' condition. (curly)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Expected space(s) after "if". (keyword-spacing)
(#11) Expected { after 'if' condition. (curly)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Expected { after 'if' condition. (curly)
(#11) Expected space(s) after "if". (keyword-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#12) Line 12 exceeds the maximum line length of 132. (max-len)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected space(s) after "if". (keyword-spacing)
(#12) Expected { after 'if' condition. (curly)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Requires a space after '{'. (block-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected { after 'if' condition. (curly)
(#12) Expected space(s) after "if". (keyword-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected space(s) after "if". (keyword-spacing)
(#12) Expected { after 'if' condition. (curly)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected { after 'if' condition. (curly)
(#12) Expected space(s) after "if". (keyword-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected { after 'if' condition. (curly)
(#12) Expected space(s) after "if". (keyword-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#13) Line 13 exceeds the maximum line length of 132. (max-len)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Missing space before value for key 'left'. (key-spacing)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'top'. (key-spacing)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Requires a space after '{'. (block-spacing)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'targetWidth'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'targetHeight'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'elemWidth'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'elemHeight'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'collisionPosition'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'collisionWidth'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'collisionHeight'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'offset'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'my'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'at'. (key-spacing)
(#13) Missing semicolon. (semi)
(#13) Requires a space before '}'. (block-spacing)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'using'. (key-spacing)
(#13) Missing semicolon. (semi)
(#13) Requires a space before '}'. (block-spacing)
(#13) Missing semicolon. (semi)
(#13) Requires a space before '}'. (block-spacing)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Missing space before value for key 'fit'. (key-spacing)
(#13) Missing space before value for key 'left'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) Requires a space after '{'. (block-spacing)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Infix operators must be spaced. (space-infix-ops)
(#14) Line 14 exceeds the maximum line length of 132. (max-len)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing semicolon. (semi)
(#14) Requires a space before '}'. (block-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'top'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'flip'. (key-spacing)
(#14) Missing space before value for key 'left'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Do not nest ternary expressions (no-nested-ternary)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Infix operators must be spaced. (space-infix-ops)
(#15) Do not nest ternary expressions (no-nested-ternary)
(#15) Line 15 exceeds the maximum line length of 132. (max-len)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'top'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Do not nest ternary expressions (no-nested-ternary)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Do not nest ternary expressions (no-nested-ternary)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Expected { after 'if' condition. (curly)
(#15) A space is required after ','. (comma-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#16) Line 16 exceeds the maximum line length of 132. (max-len)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before value for key 'top'. (key-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'left'. (key-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) 'jQuery' is not defined. (no-undef)
mod/offlinequiz/lib/jquery/ui/minified/jquery.ui.progressbar.min.js
(#14) Line 14 exceeds the maximum line length of 132. (max-len)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'options'. (key-spacing)
(#14) Missing space before value for key 'value'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'max'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'min'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key '_create'. (key-spacing)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Requires a space after '{'. (block-spacing)
(#14) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before value for key 'role'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'aria-valuemin'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'aria-valuemax'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'aria-valuenow'. (key-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Requires a space before '}'. (block-spacing)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'destroy'. (key-spacing)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#15) Line 15 exceeds the maximum line length of 132. (max-len)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'value'. (key-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Expected { after 'if' condition. (curly)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Expected space(s) before "return". (keyword-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key '_setOption'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key '_value'. (key-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected { after 'if' condition. (curly)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key '_percentage'. (key-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Infix operators must be spaced. (space-infix-ops)
(#16) Line 16 exceeds the maximum line length of 132. (max-len)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key '_refreshValue'. (key-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Expected space(s) before "this". (keyword-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'version'. (key-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) 'jQuery' is not defined. (no-undef)
mod/offlinequiz/lib/jquery/ui/minified/jquery.ui.resizable.min.js
(#15) Line 15 exceeds the maximum line length of 132. (max-len)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'widgetEventPrefix'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'options'. (key-spacing)
(#15) Missing space before value for key 'alsoResize'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'animate'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'animateDuration'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'animateEasing'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'aspectRatio'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'autoHide'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'containment'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'ghost'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'grid'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'handles'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'helper'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'maxHeight'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'maxWidth'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'minHeight'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'minWidth'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'zIndex'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key '_create'. (key-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key '_aspectRatio'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'aspectRatio'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'originalElement'. (key-spacing)
(#16) Line 16 exceeds the maximum line length of 132. (max-len)
(#16) Missing space before value for key '_proportionallyResizeElements'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key '_helper'. (key-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing space before value for key 'position'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'top'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'left'. (key-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Missing space before value for key 'position'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'width'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'height'. (key-spacing)
(#17) Line 17 exceeds the maximum line length of 132. (max-len)
(#17) Missing space before value for key 'top'. (key-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key 'left'. (key-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Missing space before value for key 'marginLeft'. (key-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key 'marginTop'. (key-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key 'marginRight'. (key-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key 'marginBottom'. (key-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Missing space before value for key 'marginLeft'. (key-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key 'marginTop'. (key-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key 'marginRight'. (key-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key 'marginBottom'. (key-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#18) Line 18 exceeds the maximum line length of 132. (max-len)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#18) Missing space before value for key 'position'. (key-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing space before value for key 'zoom'. (key-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing space before value for key 'display'. (key-spacing)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Missing space before value for key 'margin'. (key-spacing)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#18) Missing semicolon. (semi)
(#18) Requires a space before '}'. (block-spacing)
(#18) Expected space(s) before "this". (keyword-spacing)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) Missing space before value for key 'n'. (key-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing space before value for key 'e'. (key-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing space before value for key 's'. (key-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing space before value for key 'w'. (key-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing space before value for key 'se'. (key-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing space before value for key 'sw'. (key-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing space before value for key 'ne'. (key-spacing)
(#19) Line 19 exceeds the maximum line length of 132. (max-len)
(#19) Missing space before value for key 'nw'. (key-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Expected { after 'if' condition. (curly)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Expected space(s) before "this". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "for". (keyword-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing space before value for key 'zIndex'. (key-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) before "this". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "for". (keyword-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Expected { after 'if' condition. (curly)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#20) Line 20 exceeds the maximum line length of 132. (max-len)
(#20) Expected space(s) before "this". (keyword-spacing)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) A space is required after ','. (comma-spacing)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Expected space(s) after "if". (keyword-spacing)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Missing space before opening brace. (space-before-blocks)
(#20) Requires a space after '{'. (block-spacing)
(#20) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#20) Statement inside of curly braces should be on next line. (brace-style)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) A space is required after ','. (comma-spacing)
(#20) Do not nest ternary expressions (no-nested-ternary)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Do not nest ternary expressions (no-nested-ternary)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#20) Requires a space before '}'. (block-spacing)
(#20) Missing semicolon. (semi)
(#20) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#20) Requires a space before '}'. (block-spacing)
(#20) Missing semicolon. (semi)
(#20) Requires a space before '}'. (block-spacing)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) A space is required after ','. (comma-spacing)
(#21) Line 21 exceeds the maximum line length of 132. (max-len)
(#21) Requires a space after '{'. (block-spacing)
(#21) Missing space before opening brace. (space-before-blocks)
(#21) Expected space(s) after "if". (keyword-spacing)
(#21) Statement inside of curly braces should be on next line. (brace-style)
(#21) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#21) Requires a space after '{'. (block-spacing)
(#21) Missing space before opening brace. (space-before-blocks)
(#21) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#21) Statement inside of curly braces should be on next line. (brace-style)
(#21) Expected { after 'if' condition. (curly)
(#21) Expected space(s) after "if". (keyword-spacing)
(#21) Expected space(s) before "var". (keyword-spacing)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) Requires a space before '}'. (block-spacing)
(#21) Missing semicolon. (semi)
(#21) Requires a space before '}'. (block-spacing)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Expected space(s) after "if". (keyword-spacing)
(#21) Requires a space after '{'. (block-spacing)
(#21) Missing space before opening brace. (space-before-blocks)
(#21) Statement inside of curly braces should be on next line. (brace-style)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#21) Missing space before opening brace. (space-before-blocks)
(#21) Requires a space after '{'. (block-spacing)
(#21) Statement inside of curly braces should be on next line. (brace-style)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#21) Missing semicolon. (semi)
(#21) Requires a space before '}'. (block-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) Requires a space after '{'. (block-spacing)
(#21) Missing space before opening brace. (space-before-blocks)
(#21) Statement inside of curly braces should be on next line. (brace-style)
(#21) Expected space(s) after "if". (keyword-spacing)
(#21) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#21) Requires a space after '{'. (block-spacing)
(#21) Missing space before opening brace. (space-before-blocks)
(#21) Statement inside of curly braces should be on next line. (brace-style)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#21) Requires a space before '}'. (block-spacing)
(#21) Missing semicolon. (semi)
(#21) Requires a space before '}'. (block-spacing)
(#21) Missing semicolon. (semi)
(#21) Requires a space before '}'. (block-spacing)
(#21) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#21) Expected space(s) before "this". (keyword-spacing)
(#21) Requires a space before '}'. (block-spacing)
(#21) Missing semicolon. (semi)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing space before value for key 'destroy'. (key-spacing)
(#21) Requires a space after '{'. (block-spacing)
(#21) Missing space before opening brace. (space-before-blocks)
(#21) Statement inside of curly braces should be on next line. (brace-style)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) Missing space before opening brace. (space-before-blocks)
(#21) Requires a space after '{'. (block-spacing)
(#21) Statement inside of curly braces should be on next line. (brace-style)
(#21) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#21) Missing semicolon. (semi)
(#21) Requires a space before '}'. (block-spacing)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Line 22 exceeds the maximum line length of 132. (max-len)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Missing space before value for key 'position'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'width'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'height'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'top'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'left'. (key-spacing)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Expected space(s) before "this". (keyword-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key '_mouseCapture'. (key-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Expected { after 'for-in'. (curly)
(#22) Expected space(s) after "for". (keyword-spacing)
(#22) Expected space(s) before "if". (keyword-spacing)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Expected { after 'if' condition. (curly)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Expected space(s) after "return". (keyword-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key '_mouseStart'. (key-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#22) Infix operators must be spaced. (space-infix-ops)
(#23) Line 23 exceeds the maximum line length of 132. (max-len)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Missing whitespace after semicolon. (semi-spacing)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Missing whitespace after semicolon. (semi-spacing)
(#23) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Missing space before value for key 'top'. (key-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'left'. (key-spacing)
(#23) Missing whitespace after semicolon. (semi-spacing)
(#23) Expected { after 'if' condition. (curly)
(#23) Expected space(s) after "if". (keyword-spacing)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Missing space before value for key 'position'. (key-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'top'. (key-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'left'. (key-spacing)
(#23) Missing whitespace after semicolon. (semi-spacing)
(#23) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Missing space before value for key 'position'. (key-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'top'. (key-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'left'. (key-spacing)
(#23) Missing whitespace after semicolon. (semi-spacing)
(#23) Missing whitespace after semicolon. (semi-spacing)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Missing whitespace after semicolon. (semi-spacing)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Missing whitespace after semicolon. (semi-spacing)
(#23) Expected space(s) after "if". (keyword-spacing)
(#23) Requires a space after '{'. (block-spacing)
(#23) Missing space before opening brace. (space-before-blocks)
(#23) Statement inside of curly braces should be on next line. (brace-style)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Missing whitespace after semicolon. (semi-spacing)
(#23) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Requires a space before '}'. (block-spacing)
(#23) Missing semicolon. (semi)
(#23) Expected space(s) before "this". (keyword-spacing)
(#23) Infix operators must be spaced. (space-infix-ops)
(#24) Line 24 exceeds the maximum line length of 132. (max-len)
(#24) Missing whitespace after semicolon. (semi-spacing)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Missing space before value for key 'left'. (key-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'top'. (key-spacing)
(#24) Missing whitespace after semicolon. (semi-spacing)
(#24) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Missing space before value for key 'width'. (key-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'height'. (key-spacing)
(#24) Missing space before value for key 'width'. (key-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'height'. (key-spacing)
(#24) Missing whitespace after semicolon. (semi-spacing)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Missing space before value for key 'width'. (key-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'height'. (key-spacing)
(#24) Missing space before value for key 'width'. (key-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'height'. (key-spacing)
(#24) Missing whitespace after semicolon. (semi-spacing)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Missing space before value for key 'left'. (key-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'top'. (key-spacing)
(#24) Missing whitespace after semicolon. (semi-spacing)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Missing space before value for key 'width'. (key-spacing)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'height'. (key-spacing)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Missing whitespace after semicolon. (semi-spacing)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Missing space before value for key 'left'. (key-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'top'. (key-spacing)
(#24) Missing whitespace after semicolon. (semi-spacing)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Infix operators must be spaced. (space-infix-ops)
(#25) Line 25 exceeds the maximum line length of 132. (max-len)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#25) A space is required after ','. (comma-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) Requires a space before '}'. (block-spacing)
(#25) Missing semicolon. (semi)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key '_mouseDrag'. (key-spacing)
(#25) Requires a space after '{'. (block-spacing)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Expected { after 'if' condition. (curly)
(#25) Expected space(s) after "if". (keyword-spacing)
(#25) Expected space(s) before "return". (keyword-spacing)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Expected space(s) after "if". (keyword-spacing)
(#25) Expected { after 'if' condition. (curly)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#26) Line 26 exceeds the maximum line length of 132. (max-len)
(#26) Missing whitespace after semicolon. (semi-spacing)
(#26) Missing space before value for key 'top'. (key-spacing)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'left'. (key-spacing)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'width'. (key-spacing)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'height'. (key-spacing)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Missing whitespace after semicolon. (semi-spacing)
(#26) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#26) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Missing whitespace after semicolon. (semi-spacing)
(#26) Missing whitespace after semicolon. (semi-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing whitespace after semicolon. (semi-spacing)
(#26) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#26) Requires a space before '}'. (block-spacing)
(#26) Missing semicolon. (semi)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key '_mouseStop'. (key-spacing)
(#26) Requires a space after '{'. (block-spacing)
(#26) Missing space before opening brace. (space-before-blocks)
(#26) Statement inside of curly braces should be on next line. (brace-style)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Missing whitespace after semicolon. (semi-spacing)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) A space is required after ','. (comma-spacing)
(#26) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Missing whitespace after semicolon. (semi-spacing)
(#26) Expected space(s) after "if". (keyword-spacing)
(#26) Requires a space after '{'. (block-spacing)
(#26) Missing space before opening brace. (space-before-blocks)
(#26) Statement inside of curly braces should be on next line. (brace-style)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) A space is required after ','. (comma-spacing)
(#26) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Missing whitespace after semicolon. (semi-spacing)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) A space is required after ','. (comma-spacing)
(#26) Infix operators must be spaced. (space-infix-ops)
(#27) Line 27 exceeds the maximum line length of 132. (max-len)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Missing whitespace after semicolon. (semi-spacing)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Missing space before value for key 'width'. (key-spacing)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) A space is required after ','. (comma-spacing)
(#27) Missing space before value for key 'height'. (key-spacing)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Missing whitespace after semicolon. (semi-spacing)
(#27) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) A space is required after ','. (comma-spacing)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Missing whitespace after semicolon. (semi-spacing)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) A space is required after ','. (comma-spacing)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Missing whitespace after semicolon. (semi-spacing)
(#27) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) A space is required after ','. (comma-spacing)
(#27) Missing space before value for key 'top'. (key-spacing)
(#27) A space is required after ','. (comma-spacing)
(#27) Missing space before value for key 'left'. (key-spacing)
(#27) Missing whitespace after semicolon. (semi-spacing)
(#27) Missing whitespace after semicolon. (semi-spacing)
(#27) Missing whitespace after semicolon. (semi-spacing)
(#27) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#27) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Requires a space before '}'. (block-spacing)
(#27) Missing semicolon. (semi)
(#27) A space is required after ','. (comma-spacing)
(#27) Missing whitespace after semicolon. (semi-spacing)
(#28) Line 28 exceeds the maximum line length of 132. (max-len)
(#28) A space is required after ','. (comma-spacing)
(#28) Missing whitespace after semicolon. (semi-spacing)
(#28) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Missing whitespace after semicolon. (semi-spacing)
(#28) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#28) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#28) Missing semicolon. (semi)
(#28) Requires a space before '}'. (block-spacing)
(#28) A space is required after ','. (comma-spacing)
(#28) Missing space before value for key '_updateCache'. (key-spacing)
(#28) Missing space before opening brace. (space-before-blocks)
(#28) Requires a space after '{'. (block-spacing)
(#28) Statement inside of curly braces should be on next line. (brace-style)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Missing whitespace after semicolon. (semi-spacing)
(#28) Expected space(s) after "if". (keyword-spacing)
(#28) Expected { after 'if' condition. (curly)
(#28) Expected space(s) before "this". (keyword-spacing)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Missing whitespace after semicolon. (semi-spacing)
(#28) Expected { after 'if' condition. (curly)
(#28) Expected space(s) after "if". (keyword-spacing)
(#28) Expected space(s) before "this". (keyword-spacing)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Missing whitespace after semicolon. (semi-spacing)
(#28) Expected { after 'if' condition. (curly)
(#28) Expected space(s) after "if". (keyword-spacing)
(#28) Expected space(s) before "this". (keyword-spacing)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Missing whitespace after semicolon. (semi-spacing)
(#28) Expected { after 'if' condition. (curly)
(#28) Expected space(s) after "if". (keyword-spacing)
(#28) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#28) Expected space(s) before "this". (keyword-spacing)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Requires a space before '}'. (block-spacing)
(#28) Missing semicolon. (semi)
(#28) A space is required after ','. (comma-spacing)
(#28) Missing space before value for key '_updateRatio'. (key-spacing)
(#28) Missing space before opening brace. (space-before-blocks)
(#28) Requires a space after '{'. (block-spacing)
(#28) Statement inside of curly braces should be on next line. (brace-style)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) A space is required after ','. (comma-spacing)
(#28) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) A space is required after ','. (comma-spacing)
(#28) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Missing whitespace after semicolon. (semi-spacing)
(#28) Expected space(s) after "if". (keyword-spacing)
(#28) Expected { after 'if' condition. (curly)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Missing whitespace after semicolon. (semi-spacing)
(#28) Expected space(s) after "if". (keyword-spacing)
(#28) Expected { after 'if' condition. (curly)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Missing whitespace after semicolon. (semi-spacing)
(#28) Expected space(s) after "if". (keyword-spacing)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Requires a space after '{'. (block-spacing)
(#28) Missing space before opening brace. (space-before-blocks)
(#28) Statement inside of curly braces should be on next line. (brace-style)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Missing whitespace after semicolon. (semi-spacing)
(#28) Infix operators must be spaced. (space-infix-ops)
(#29) Line 29 exceeds the maximum line length of 132. (max-len)
(#29) Missing semicolon. (semi)
(#29) Requires a space before '}'. (block-spacing)
(#29) Expected space(s) before "if". (keyword-spacing)
(#29) Expected space(s) after "if". (keyword-spacing)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Requires a space after '{'. (block-spacing)
(#29) Missing space before opening brace. (space-before-blocks)
(#29) Statement inside of curly braces should be on next line. (brace-style)
(#29) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Missing whitespace after semicolon. (semi-spacing)
(#29) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Missing semicolon. (semi)
(#29) Requires a space before '}'. (block-spacing)
(#29) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#29) Expected space(s) before "return". (keyword-spacing)
(#29) Requires a space before '}'. (block-spacing)
(#29) Missing semicolon. (semi)
(#29) A space is required after ','. (comma-spacing)
(#29) Missing space before value for key '_respectSize'. (key-spacing)
(#29) Requires a space after '{'. (block-spacing)
(#29) Missing space before opening brace. (space-before-blocks)
(#29) Statement inside of curly braces should be on next line. (brace-style)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) A space is required after ','. (comma-spacing)
(#29) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) A space is required after ','. (comma-spacing)
(#29) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) A space is required after ','. (comma-spacing)
(#29) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) A space is required after ','. (comma-spacing)
(#29) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) A space is required after ','. (comma-spacing)
(#29) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Missing whitespace after semicolon. (semi-spacing)
(#29) Expected space(s) after "if". (keyword-spacing)
(#29) Expected { after 'if' condition. (curly)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Missing whitespace after semicolon. (semi-spacing)
(#29) Expected { after 'if' condition. (curly)
(#29) Expected space(s) after "if". (keyword-spacing)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Missing whitespace after semicolon. (semi-spacing)
(#29) Expected space(s) after "if". (keyword-spacing)
(#29) Expected { after 'if' condition. (curly)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Missing whitespace after semicolon. (semi-spacing)
(#29) Expected { after 'if' condition. (curly)
(#29) Expected space(s) after "if". (keyword-spacing)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Missing whitespace after semicolon. (semi-spacing)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) A space is required after ','. (comma-spacing)
(#29) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#30) Line 30 exceeds the maximum line length of 132. (max-len)
(#30) A space is required after ','. (comma-spacing)
(#30) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Expected { after 'if' condition. (curly)
(#30) Expected space(s) after "if". (keyword-spacing)
(#30) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Expected { after 'if' condition. (curly)
(#30) Expected space(s) after "if". (keyword-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Expected { after 'if' condition. (curly)
(#30) Expected space(s) after "if". (keyword-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Expected { after 'if' condition. (curly)
(#30) Expected space(s) after "if". (keyword-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Expected { after 'if' condition. (curly)
(#30) Expected space(s) after "if". (keyword-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Expected { after 'if' condition. (curly)
(#30) Expected space(s) after "if". (keyword-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#30) Missing semicolon. (semi)
(#30) Requires a space before '}'. (block-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key '_proportionallyResize'. (key-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Requires a space after '{'. (block-spacing)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Expected { after 'if' condition. (curly)
(#30) Expected space(s) after "if". (keyword-spacing)
(#30) Expected space(s) after "for". (keyword-spacing)
(#30) Expected space(s) before "for". (keyword-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Requires a space after '{'. (block-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Expected space(s) after "if". (keyword-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Requires a space after '{'. (block-spacing)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Infix operators must be spaced. (space-infix-ops)
(#31) Line 31 exceeds the maximum line length of 132. (max-len)
(#31) A space is required after ','. (comma-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Don't make functions within a loop (no-loop-func)
(#31) A space is required after ','. (comma-spacing)
(#31) Requires a space after '{'. (block-spacing)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Missing semicolon. (semi)
(#31) Requires a space before '}'. (block-spacing)
(#31) Missing semicolon. (semi)
(#31) Requires a space before '}'. (block-spacing)
(#31) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#31) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Missing space before value for key 'height'. (key-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing space before value for key 'width'. (key-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Requires a space before '}'. (block-spacing)
(#31) Missing semicolon. (semi)
(#31) Requires a space before '}'. (block-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing space before value for key '_renderProxy'. (key-spacing)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Requires a space after '{'. (block-spacing)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Infix operators must be spaced. (space-infix-ops)
(#32) Line 32 exceeds the maximum line length of 132. (max-len)
(#32) Missing whitespace after semicolon. (semi-spacing)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Missing whitespace after semicolon. (semi-spacing)
(#32) Expected space(s) after "if". (keyword-spacing)
(#32) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#32) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#32) Missing space before opening brace. (space-before-blocks)
(#32) Requires a space after '{'. (block-spacing)
(#32) Statement inside of curly braces should be on next line. (brace-style)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Missing whitespace after semicolon. (semi-spacing)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) A space is required after ','. (comma-spacing)
(#32) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Missing whitespace after semicolon. (semi-spacing)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Missing whitespace after semicolon. (semi-spacing)
(#32) Missing space before value for key 'width'. (key-spacing)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) A space is required after ','. (comma-spacing)
(#32) Missing space before value for key 'height'. (key-spacing)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) A space is required after ','. (comma-spacing)
(#32) Missing space before value for key 'position'. (key-spacing)
(#32) A space is required after ','. (comma-spacing)
(#32) Missing space before value for key 'left'. (key-spacing)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) A space is required after ','. (comma-spacing)
(#32) Missing space before value for key 'top'. (key-spacing)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) A space is required after ','. (comma-spacing)
(#32) Missing space before value for key 'zIndex'. (key-spacing)
(#32) Missing whitespace after semicolon. (semi-spacing)
(#32) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#32) Missing semicolon. (semi)
(#32) Requires a space before '}'. (block-spacing)
(#32) Expected space(s) before "else". (keyword-spacing)
(#32) Expected { after 'else'. (curly)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Requires a space before '}'. (block-spacing)
(#32) Missing semicolon. (semi)
(#32) A space is required after ','. (comma-spacing)
(#32) Missing space before value for key '_change'. (key-spacing)
(#32) Missing space before value for key 'e'. (key-spacing)
(#33) Line 33 exceeds the maximum line length of 132. (max-len)
(#33) Requires a space after '{'. (block-spacing)
(#33) Missing space before opening brace. (space-before-blocks)
(#33) Statement inside of curly braces should be on next line. (brace-style)
(#33) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#33) Expected space(s) after "return". (keyword-spacing)
(#33) Missing space before value for key 'width'. (key-spacing)
(#33) Infix operators must be spaced. (space-infix-ops)
(#33) Missing semicolon. (semi)
(#33) Requires a space before '}'. (block-spacing)
(#33) A space is required after ','. (comma-spacing)
(#33) Missing space before value for key 'w'. (key-spacing)
(#33) A space is required after ','. (comma-spacing)
(#33) Missing space before opening brace. (space-before-blocks)
(#33) Requires a space after '{'. (block-spacing)
(#33) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#33) Expected space(s) after "return". (keyword-spacing)
(#33) Statement inside of curly braces should be on next line. (brace-style)
(#33) Missing space before value for key 'left'. (key-spacing)
(#33) Infix operators must be spaced. (space-infix-ops)
(#33) A space is required after ','. (comma-spacing)
(#33) Missing space before value for key 'width'. (key-spacing)
(#33) Infix operators must be spaced. (space-infix-ops)
(#33) Missing semicolon. (semi)
(#33) Requires a space before '}'. (block-spacing)
(#33) A space is required after ','. (comma-spacing)
(#33) Missing space before value for key 'n'. (key-spacing)
(#33) A space is required after ','. (comma-spacing)
(#33) A space is required after ','. (comma-spacing)
(#33) Missing space before opening brace. (space-before-blocks)
(#33) Requires a space after '{'. (block-spacing)
(#33) Expected space(s) after "return". (keyword-spacing)
(#33) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#33) Statement inside of curly braces should be on next line. (brace-style)
(#33) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#33) Missing space before value for key 'top'. (key-spacing)
(#33) Infix operators must be spaced. (space-infix-ops)
(#33) A space is required after ','. (comma-spacing)
(#33) Missing space before value for key 'height'. (key-spacing)
(#33) Infix operators must be spaced. (space-infix-ops)
(#33) Missing semicolon. (semi)
(#33) Requires a space before '}'. (block-spacing)
(#33) A space is required after ','. (comma-spacing)
(#33) Missing space before value for key 's'. (key-spacing)
(#33) A space is required after ','. (comma-spacing)
(#33) A space is required after ','. (comma-spacing)
(#33) Requires a space after '{'. (block-spacing)
(#33) Missing space before opening brace. (space-before-blocks)
(#33) Expected space(s) after "return". (keyword-spacing)
(#33) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#33) Statement inside of curly braces should be on next line. (brace-style)
(#33) Missing space before value for key 'height'. (key-spacing)
(#33) Infix operators must be spaced. (space-infix-ops)
(#33) Missing semicolon. (semi)
(#33) Requires a space before '}'. (block-spacing)
(#33) A space is required after ','. (comma-spacing)
(#33) Missing space before value for key 'se'. (key-spacing)
(#33) A space is required after ','. (comma-spacing)
(#33) A space is required after ','. (comma-spacing)
(#33) Missing space before opening brace. (space-before-blocks)
(#33) Requires a space after '{'. (block-spacing)
(#33) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#33) Statement inside of curly braces should be on next line. (brace-style)
(#33) A space is required after ','. (comma-spacing)
(#33) A space is required after ','. (comma-spacing)
(#33) A space is required after ','. (comma-spacing)
(#33) A space is required after ','. (comma-spacing)
(#33) A space is required after ','. (comma-spacing)
(#33) Requires a space before '}'. (block-spacing)
(#33) Missing semicolon. (semi)
(#33) A space is required after ','. (comma-spacing)
(#33) Missing space before value for key 'sw'. (key-spacing)
(#33) A space is required after ','. (comma-spacing)
(#33) A space is required after ','. (comma-spacing)
(#33) Requires a space after '{'. (block-spacing)
(#33) Missing space before opening brace. (space-before-blocks)
(#33) Statement inside of curly braces should be on next line. (brace-style)
(#33) A space is required after ','. (comma-spacing)
(#33) A space is required after ','. (comma-spacing)
(#33) A space is required after ','. (comma-spacing)
(#33) A space is required after ','. (comma-spacing)
(#34) Line 34 exceeds the maximum line length of 132. (max-len)
(#34) Requires a space before '}'. (block-spacing)
(#34) Missing semicolon. (semi)
(#34) A space is required after ','. (comma-spacing)
(#34) Missing space before value for key 'ne'. (key-spacing)
(#34) A space is required after ','. (comma-spacing)
(#34) A space is required after ','. (comma-spacing)
(#34) Missing space before opening brace. (space-before-blocks)
(#34) Requires a space after '{'. (block-spacing)
(#34) Statement inside of curly braces should be on next line. (brace-style)
(#34) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#34) A space is required after ','. (comma-spacing)
(#34) A space is required after ','. (comma-spacing)
(#34) A space is required after ','. (comma-spacing)
(#34) A space is required after ','. (comma-spacing)
(#34) A space is required after ','. (comma-spacing)
(#34) Requires a space before '}'. (block-spacing)
(#34) Missing semicolon. (semi)
(#34) A space is required after ','. (comma-spacing)
(#34) Missing space before value for key 'nw'. (key-spacing)
(#34) A space is required after ','. (comma-spacing)
(#34) A space is required after ','. (comma-spacing)
(#34) Requires a space after '{'. (block-spacing)
(#34) Missing space before opening brace. (space-before-blocks)
(#34) Statement inside of curly braces should be on next line. (brace-style)
(#34) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#34) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#34) A space is required after ','. (comma-spacing)
(#34) A space is required after ','. (comma-spacing)
(#34) A space is required after ','. (comma-spacing)
(#34) A space is required after ','. (comma-spacing)
(#34) A space is required after ','. (comma-spacing)
(#34) Requires a space before '}'. (block-spacing)
(#34) Missing semicolon. (semi)
(#34) A space is required after ','. (comma-spacing)
(#34) Missing space before value for key '_propagate'. (key-spacing)
(#34) A space is required after ','. (comma-spacing)
(#34) Requires a space after '{'. (block-spacing)
(#34) Missing space before opening brace. (space-before-blocks)
(#34) Statement inside of curly braces should be on next line. (brace-style)
(#34) A space is required after ','. (comma-spacing)
(#34) A space is required after ','. (comma-spacing)
(#34) A space is required after ','. (comma-spacing)
(#34) Missing whitespace after semicolon. (semi-spacing)
(#34) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#34) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#34) Infix operators must be spaced. (space-infix-ops)
(#34) Infix operators must be spaced. (space-infix-ops)
(#34) A space is required after ','. (comma-spacing)
(#34) A space is required after ','. (comma-spacing)
(#34) Missing semicolon. (semi)
(#34) Requires a space before '}'. (block-spacing)
(#34) A space is required after ','. (comma-spacing)
(#34) Missing space before value for key 'plugins'. (key-spacing)
(#34) A space is required after ','. (comma-spacing)
(#34) Missing space before value for key 'ui'. (key-spacing)
(#34) Missing space before opening brace. (space-before-blocks)
(#34) Requires a space after '{'. (block-spacing)
(#34) Statement inside of curly braces should be on next line. (brace-style)
(#34) Expected space(s) after "return". (keyword-spacing)
(#34) Missing space before value for key 'originalElement'. (key-spacing)
(#34) A space is required after ','. (comma-spacing)
(#34) Missing space before value for key 'element'. (key-spacing)
(#34) A space is required after ','. (comma-spacing)
(#34) Missing space before value for key 'helper'. (key-spacing)
(#34) A space is required after ','. (comma-spacing)
(#34) Missing space before value for key 'position'. (key-spacing)
(#34) A space is required after ','. (comma-spacing)
(#34) Missing space before value for key 'size'. (key-spacing)
(#34) A space is required after ','. (comma-spacing)
(#34) Missing space before value for key 'originalSize'. (key-spacing)
(#35) Line 35 exceeds the maximum line length of 132. (max-len)
(#35) Missing space before value for key 'originalPosition'. (key-spacing)
(#35) Requires a space before '}'. (block-spacing)
(#35) Missing semicolon. (semi)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing space before value for key 'version'. (key-spacing)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#35) A space is required after ','. (comma-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing space before value for key 'start'. (key-spacing)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Requires a space after '{'. (block-spacing)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) A space is required after ','. (comma-spacing)
(#35) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Requires a space after '{'. (block-spacing)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Requires a space after '{'. (block-spacing)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing space before value for key 'width'. (key-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing space before value for key 'height'. (key-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing space before value for key 'left'. (key-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing space before value for key 'top'. (key-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing space before value for key 'position'. (key-spacing)
(#35) Missing semicolon. (semi)
(#35) Requires a space before '}'. (block-spacing)
(#35) Missing semicolon. (semi)
(#35) Requires a space before '}'. (block-spacing)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Expected { after 'if' condition. (curly)
(#35) Expected space(s) after "if". (keyword-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Expected space(s) before "if". (keyword-spacing)
(#35) Expected space(s) after "if". (keyword-spacing)
(#35) Requires a space after '{'. (block-spacing)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Infix operators must be spaced. (space-infix-ops)
(#36) Line 36 exceeds the maximum line length of 132. (max-len)
(#36) Missing whitespace after semicolon. (semi-spacing)
(#36) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#36) Requires a space before '}'. (block-spacing)
(#36) Missing semicolon. (semi)
(#36) Expected space(s) before "else". (keyword-spacing)
(#36) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#36) A space is required after ','. (comma-spacing)
(#36) Missing space before opening brace. (space-before-blocks)
(#36) Requires a space after '{'. (block-spacing)
(#36) Statement inside of curly braces should be on next line. (brace-style)
(#36) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#36) Requires a space before '}'. (block-spacing)
(#36) Missing semicolon. (semi)
(#36) Missing whitespace after semicolon. (semi-spacing)
(#36) Expected { after 'else'. (curly)
(#36) Missing semicolon. (semi)
(#36) Requires a space before '}'. (block-spacing)
(#36) A space is required after ','. (comma-spacing)
(#36) Missing space before value for key 'resize'. (key-spacing)
(#36) A space is required after ','. (comma-spacing)
(#36) Requires a space after '{'. (block-spacing)
(#36) Missing space before opening brace. (space-before-blocks)
(#36) Statement inside of curly braces should be on next line. (brace-style)
(#36) Infix operators must be spaced. (space-infix-ops)
(#36) Missing whitespace after semicolon. (semi-spacing)
(#36) Infix operators must be spaced. (space-infix-ops)
(#36) Missing whitespace after semicolon. (semi-spacing)
(#36) Infix operators must be spaced. (space-infix-ops)
(#36) A space is required after ','. (comma-spacing)
(#36) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#36) Infix operators must be spaced. (space-infix-ops)
(#36) A space is required after ','. (comma-spacing)
(#36) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#36) Infix operators must be spaced. (space-infix-ops)
(#36) Missing space before value for key 'height'. (key-spacing)
(#36) Infix operators must be spaced. (space-infix-ops)
(#36) Infix operators must be spaced. (space-infix-ops)
(#36) A space is required after ','. (comma-spacing)
(#36) Missing space before value for key 'width'. (key-spacing)
(#36) Infix operators must be spaced. (space-infix-ops)
(#36) Infix operators must be spaced. (space-infix-ops)
(#36) A space is required after ','. (comma-spacing)
(#36) Missing space before value for key 'top'. (key-spacing)
(#36) Infix operators must be spaced. (space-infix-ops)
(#36) Infix operators must be spaced. (space-infix-ops)
(#36) A space is required after ','. (comma-spacing)
(#36) Missing space before value for key 'left'. (key-spacing)
(#36) Infix operators must be spaced. (space-infix-ops)
(#36) Infix operators must be spaced. (space-infix-ops)
(#36) A space is required after ','. (comma-spacing)
(#36) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#36) Infix operators must be spaced. (space-infix-ops)
(#36) A space is required after ','. (comma-spacing)
(#36) Requires a space after '{'. (block-spacing)
(#36) Missing space before opening brace. (space-before-blocks)
(#36) Statement inside of curly braces should be on next line. (brace-style)
(#36) Requires a space after '{'. (block-spacing)
(#36) Missing space before opening brace. (space-before-blocks)
(#36) Statement inside of curly braces should be on next line. (brace-style)
(#36) Infix operators must be spaced. (space-infix-ops)
(#36) A space is required after ','. (comma-spacing)
(#36) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#36) Infix operators must be spaced. (space-infix-ops)
(#36) A space is required after ','. (comma-spacing)
(#36) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#36) Infix operators must be spaced. (space-infix-ops)
(#36) A space is required after ','. (comma-spacing)
(#36) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#36) Infix operators must be spaced. (space-infix-ops)
(#36) Do not nest ternary expressions (no-nested-ternary)
(#36) Infix operators must be spaced. (space-infix-ops)
(#36) Infix operators must be spaced. (space-infix-ops)
(#36) Infix operators must be spaced. (space-infix-ops)
(#36) A space is required after ','. (comma-spacing)
(#37) Line 37 exceeds the maximum line length of 132. (max-len)
(#37) A space is required after ','. (comma-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Requires a space after '{'. (block-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Expected space(s) after "if". (keyword-spacing)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#37) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#37) Expected { after 'if' condition. (curly)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Requires a space before '}'. (block-spacing)
(#37) Missing semicolon. (semi)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Expected space(s) after "if". (keyword-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Requires a space after '{'. (block-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#37) Missing space before value for key 'position'. (key-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'top'. (key-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'left'. (key-spacing)
(#37) Missing semicolon. (semi)
(#37) Requires a space before '}'. (block-spacing)
(#37) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#37) Missing semicolon. (semi)
(#37) Requires a space before '}'. (block-spacing)
(#37) Requires a space before '}'. (block-spacing)
(#37) Missing semicolon. (semi)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#37) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Requires a space after '{'. (block-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing semicolon. (semi)
(#37) Requires a space before '}'. (block-spacing)
(#37) Missing semicolon. (semi)
(#37) Requires a space before '}'. (block-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'stop'. (key-spacing)
(#37) Requires a space after '{'. (block-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Requires a space after '{'. (block-spacing)
(#37) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Requires a space after '{'. (block-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#37) Missing space before value for key 'position'. (key-spacing)
(#37) Requires a space before '}'. (block-spacing)
(#37) Missing semicolon. (semi)
(#37) Requires a space before '}'. (block-spacing)
(#37) Missing semicolon. (semi)
(#38) Line 38 exceeds the maximum line length of 132. (max-len)
(#38) Expected space(s) after "if". (keyword-spacing)
(#38) Requires a space after '{'. (block-spacing)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#38) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#38) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Requires a space after '{'. (block-spacing)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#38) Missing semicolon. (semi)
(#38) Requires a space before '}'. (block-spacing)
(#38) Requires a space before '}'. (block-spacing)
(#38) Missing semicolon. (semi)
(#38) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#38) Missing semicolon. (semi)
(#38) Requires a space before '}'. (block-spacing)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'stop'. (key-spacing)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Requires a space after '{'. (block-spacing)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing space before value for key 'width'. (key-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'height'. (key-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#39) Line 39 exceeds the maximum line length of 132. (max-len)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing space before value for key 'top'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'left'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'duration'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'easing'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'step'. (key-spacing)
(#39) Requires a space after '{'. (block-spacing)
(#39) Missing space before opening brace. (space-before-blocks)
(#39) Statement inside of curly braces should be on next line. (brace-style)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing space before value for key 'width'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'height'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'top'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'left'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing space before value for key 'width'. (key-spacing)
(#40) Line 40 exceeds the maximum line length of 132. (max-len)
(#40) Missing space before value for key 'height'. (key-spacing)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#40) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing semicolon. (semi)
(#40) Requires a space before '}'. (block-spacing)
(#40) Requires a space before '}'. (block-spacing)
(#40) Missing semicolon. (semi)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'start'. (key-spacing)
(#40) Missing space before opening brace. (space-before-blocks)
(#40) Requires a space after '{'. (block-spacing)
(#40) Statement inside of curly braces should be on next line. (brace-style)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Expected space(s) after "if". (keyword-spacing)
(#40) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Do not nest ternary expressions (no-nested-ternary)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Requires a space after '{'. (block-spacing)
(#40) Missing space before opening brace. (space-before-blocks)
(#40) Statement inside of curly braces should be on next line. (brace-style)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Expected space(s) after "if". (keyword-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Requires a space after '{'. (block-spacing)
(#40) Missing space before opening brace. (space-before-blocks)
(#40) Statement inside of curly braces should be on next line. (brace-style)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Missing space before value for key 'left'. (key-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'top'. (key-spacing)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Missing space before value for key 'left'. (key-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'top'. (key-spacing)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Missing space before value for key 'element'. (key-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'left'. (key-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'top'. (key-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'width'. (key-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'height'. (key-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Requires a space before '}'. (block-spacing)
(#40) Missing semicolon. (semi)
(#40) Expected space(s) before "else". (keyword-spacing)
(#40) Expected space(s) after "else". (keyword-spacing)
(#40) Requires a space after '{'. (block-spacing)
(#40) Statement inside of curly braces should be on next line. (brace-style)
(#40) Infix operators must be spaced. (space-infix-ops)
(#41) Line 41 exceeds the maximum line length of 132. (max-len)
(#41) A space is required after ','. (comma-spacing)
(#41) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing space before opening brace. (space-before-blocks)
(#41) Requires a space after '{'. (block-spacing)
(#41) Statement inside of curly braces should be on next line. (brace-style)
(#41) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#41) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Requires a space before '}'. (block-spacing)
(#41) Missing semicolon. (semi)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Missing space before value for key 'height'. (key-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing space before value for key 'width'. (key-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Missing space before value for key 'element'. (key-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing space before value for key 'left'. (key-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing space before value for key 'top'. (key-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing space before value for key 'width'. (key-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing space before value for key 'height'. (key-spacing)
(#41) Requires a space before '}'. (block-spacing)
(#41) Missing semicolon. (semi)
(#41) Requires a space before '}'. (block-spacing)
(#41) Requires a space before '}'. (block-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing space before value for key 'resize'. (key-spacing)
(#41) Missing space before opening brace. (space-before-blocks)
(#41) Requires a space after '{'. (block-spacing)
(#41) Statement inside of curly braces should be on next line. (brace-style)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#41) Infix operators must be spaced. (space-infix-ops)
(#42) Line 42 exceeds the maximum line length of 132. (max-len)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) A space is required after ','. (comma-spacing)
(#42) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Missing space before value for key 'top'. (key-spacing)
(#42) A space is required after ','. (comma-spacing)
(#42) Missing space before value for key 'left'. (key-spacing)
(#42) A space is required after ','. (comma-spacing)
(#42) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) Expected { after 'if' condition. (curly)
(#42) Expected space(s) after "if". (keyword-spacing)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) Expected space(s) after "if". (keyword-spacing)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Missing space before opening brace. (space-before-blocks)
(#42) Requires a space after '{'. (block-spacing)
(#42) Statement inside of curly braces should be on next line. (brace-style)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) Expected { after 'if' condition. (curly)
(#42) Expected space(s) after "if". (keyword-spacing)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Requires a space before '}'. (block-spacing)
(#42) Missing semicolon. (semi)
(#42) Expected space(s) before "if". (keyword-spacing)
(#42) Expected space(s) after "if". (keyword-spacing)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Requires a space after '{'. (block-spacing)
(#42) Missing space before opening brace. (space-before-blocks)
(#42) Statement inside of curly braces should be on next line. (brace-style)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) Expected { after 'if' condition. (curly)
(#42) Expected space(s) after "if". (keyword-spacing)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#43) Line 43 exceeds the maximum line length of 132. (max-len)
(#43) Requires a space before '}'. (block-spacing)
(#43) Missing semicolon. (semi)
(#43) Infix operators must be spaced. (space-infix-ops)
(#43) Infix operators must be spaced. (space-infix-ops)
(#43) Missing whitespace after semicolon. (semi-spacing)
(#43) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#43) Infix operators must be spaced. (space-infix-ops)
(#43) Infix operators must be spaced. (space-infix-ops)
(#43) Missing whitespace after semicolon. (semi-spacing)
(#43) Infix operators must be spaced. (space-infix-ops)
(#43) Infix operators must be spaced. (space-infix-ops)
(#43) Infix operators must be spaced. (space-infix-ops)
(#43) Infix operators must be spaced. (space-infix-ops)
(#43) Infix operators must be spaced. (space-infix-ops)
(#43) Missing whitespace after semicolon. (semi-spacing)
(#43) Infix operators must be spaced. (space-infix-ops)
(#43) Infix operators must be spaced. (space-infix-ops)
(#43) Infix operators must be spaced. (space-infix-ops)
(#43) Infix operators must be spaced. (space-infix-ops)
(#43) Infix operators must be spaced. (space-infix-ops)
(#43) Missing whitespace after semicolon. (semi-spacing)
(#43) Infix operators must be spaced. (space-infix-ops)
(#43) Infix operators must be spaced. (space-infix-ops)
(#43) Missing whitespace after semicolon. (semi-spacing)
(#43) Infix operators must be spaced. (space-infix-ops)
(#43) Missing whitespace after semicolon. (semi-spacing)
(#43) Expected { after 'if' condition. (curly)
(#43) Expected space(s) after "if". (keyword-spacing)
(#43) Infix operators must be spaced. (space-infix-ops)
(#43) Infix operators must be spaced. (space-infix-ops)
(#43) Missing whitespace after semicolon. (semi-spacing)
(#43) Expected space(s) after "if". (keyword-spacing)
(#43) Infix operators must be spaced. (space-infix-ops)
(#43) Infix operators must be spaced. (space-infix-ops)
(#43) Missing space before opening brace. (space-before-blocks)
(#43) Requires a space after '{'. (block-spacing)
(#43) Statement inside of curly braces should be on next line. (brace-style)
(#43) Infix operators must be spaced. (space-infix-ops)
(#43) Infix operators must be spaced. (space-infix-ops)
(#43) Missing whitespace after semicolon. (semi-spacing)
(#43) Expected { after 'if' condition. (curly)
(#43) Expected space(s) after "if". (keyword-spacing)
(#43) Infix operators must be spaced. (space-infix-ops)
(#44) Line 44 exceeds the maximum line length of 132. (max-len)
(#44) Infix operators must be spaced. (space-infix-ops)
(#44) Missing semicolon. (semi)
(#44) Requires a space before '}'. (block-spacing)
(#44) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#44) Expected space(s) before "if". (keyword-spacing)
(#44) Expected space(s) after "if". (keyword-spacing)
(#44) Infix operators must be spaced. (space-infix-ops)
(#44) Infix operators must be spaced. (space-infix-ops)
(#44) Requires a space after '{'. (block-spacing)
(#44) Missing space before opening brace. (space-before-blocks)
(#44) Statement inside of curly braces should be on next line. (brace-style)
(#44) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#44) Infix operators must be spaced. (space-infix-ops)
(#44) Infix operators must be spaced. (space-infix-ops)
(#44) Missing whitespace after semicolon. (semi-spacing)
(#44) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#44) Expected space(s) after "if". (keyword-spacing)
(#44) Expected { after 'if' condition. (curly)
(#44) Infix operators must be spaced. (space-infix-ops)
(#44) Infix operators must be spaced. (space-infix-ops)
(#44) Requires a space before '}'. (block-spacing)
(#44) Missing semicolon. (semi)
(#44) Requires a space before '}'. (block-spacing)
(#44) A space is required after ','. (comma-spacing)
(#44) Missing space before value for key 'stop'. (key-spacing)
(#44) Requires a space after '{'. (block-spacing)
(#44) Missing space before opening brace. (space-before-blocks)
(#44) Statement inside of curly braces should be on next line. (brace-style)
(#44) Infix operators must be spaced. (space-infix-ops)
(#44) A space is required after ','. (comma-spacing)
(#44) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#44) Infix operators must be spaced. (space-infix-ops)
(#44) A space is required after ','. (comma-spacing)
(#44) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#44) Infix operators must be spaced. (space-infix-ops)
(#44) A space is required after ','. (comma-spacing)
(#44) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#44) Infix operators must be spaced. (space-infix-ops)
(#44) A space is required after ','. (comma-spacing)
(#44) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#44) Infix operators must be spaced. (space-infix-ops)
(#44) A space is required after ','. (comma-spacing)
(#44) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#44) Infix operators must be spaced. (space-infix-ops)
(#44) A space is required after ','. (comma-spacing)
(#44) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#44) Infix operators must be spaced. (space-infix-ops)
(#44) A space is required after ','. (comma-spacing)
(#44) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#44) Infix operators must be spaced. (space-infix-ops)
(#44) Infix operators must be spaced. (space-infix-ops)
(#44) Missing whitespace after semicolon. (semi-spacing)
(#44) Infix operators must be spaced. (space-infix-ops)
(#44) Infix operators must be spaced. (space-infix-ops)
(#44) Missing whitespace after semicolon. (semi-spacing)
(#44) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#44) Infix operators must be spaced. (space-infix-ops)
(#44) Infix operators must be spaced. (space-infix-ops)
(#44) Infix operators must be spaced. (space-infix-ops)
(#44) Missing space before value for key 'left'. (key-spacing)
(#44) Infix operators must be spaced. (space-infix-ops)
(#44) Infix operators must be spaced. (space-infix-ops)
(#44) A space is required after ','. (comma-spacing)
(#44) Missing space before value for key 'width'. (key-spacing)
(#44) A space is required after ','. (comma-spacing)
(#44) Missing space before value for key 'height'. (key-spacing)
(#44) Missing whitespace after semicolon. (semi-spacing)
(#44) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#44) Infix operators must be spaced. (space-infix-ops)
(#44) Infix operators must be spaced. (space-infix-ops)
(#45) Line 45 exceeds the maximum line length of 132. (max-len)
(#45) Infix operators must be spaced. (space-infix-ops)
(#45) Missing space before value for key 'left'. (key-spacing)
(#45) Infix operators must be spaced. (space-infix-ops)
(#45) Infix operators must be spaced. (space-infix-ops)
(#45) A space is required after ','. (comma-spacing)
(#45) Missing space before value for key 'width'. (key-spacing)
(#45) A space is required after ','. (comma-spacing)
(#45) Missing space before value for key 'height'. (key-spacing)
(#45) Requires a space before '}'. (block-spacing)
(#45) Missing semicolon. (semi)
(#45) Missing whitespace after semicolon. (semi-spacing)
(#45) A space is required after ','. (comma-spacing)
(#45) A space is required after ','. (comma-spacing)
(#45) Missing space before value for key 'start'. (key-spacing)
(#45) Requires a space after '{'. (block-spacing)
(#45) Missing space before opening brace. (space-before-blocks)
(#45) Statement inside of curly braces should be on next line. (brace-style)
(#45) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#45) Infix operators must be spaced. (space-infix-ops)
(#45) A space is required after ','. (comma-spacing)
(#45) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#45) Infix operators must be spaced. (space-infix-ops)
(#45) A space is required after ','. (comma-spacing)
(#45) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#45) Infix operators must be spaced. (space-infix-ops)
(#45) Missing whitespace after semicolon. (semi-spacing)
(#45) Infix operators must be spaced. (space-infix-ops)
(#45) Missing whitespace after semicolon. (semi-spacing)
(#45) Missing space before value for key 'opacity'. (key-spacing)
(#45) A space is required after ','. (comma-spacing)
(#45) Missing space before value for key 'display'. (key-spacing)
(#45) A space is required after ','. (comma-spacing)
(#45) Missing space before value for key 'position'. (key-spacing)
(#45) A space is required after ','. (comma-spacing)
(#45) Missing space before value for key 'height'. (key-spacing)
(#45) A space is required after ','. (comma-spacing)
(#45) Missing space before value for key 'width'. (key-spacing)
(#45) A space is required after ','. (comma-spacing)
(#45) Missing space before value for key 'margin'. (key-spacing)
(#45) A space is required after ','. (comma-spacing)
(#45) Missing space before value for key 'left'. (key-spacing)
(#45) A space is required after ','. (comma-spacing)
(#45) Missing space before value for key 'top'. (key-spacing)
(#45) Infix operators must be spaced. (space-infix-ops)
(#45) Infix operators must be spaced. (space-infix-ops)
(#45) Missing whitespace after semicolon. (semi-spacing)
(#45) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#45) Requires a space before '}'. (block-spacing)
(#45) Missing semicolon. (semi)
(#45) A space is required after ','. (comma-spacing)
(#45) Missing space before value for key 'resize'. (key-spacing)
(#45) Missing space before opening brace. (space-before-blocks)
(#45) Requires a space after '{'. (block-spacing)
(#45) Statement inside of curly braces should be on next line. (brace-style)
(#45) Infix operators must be spaced. (space-infix-ops)
(#46) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#46) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#46) Line 46 exceeds the maximum line length of 132. (max-len)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Missing space before value for key 'position'. (key-spacing)
(#46) A space is required after ','. (comma-spacing)
(#46) Missing space before value for key 'height'. (key-spacing)
(#46) A space is required after ','. (comma-spacing)
(#46) Missing space before value for key 'width'. (key-spacing)
(#46) Missing semicolon. (semi)
(#46) Requires a space before '}'. (block-spacing)
(#46) A space is required after ','. (comma-spacing)
(#46) Missing space before value for key 'stop'. (key-spacing)
(#46) Missing space before opening brace. (space-before-blocks)
(#46) Requires a space after '{'. (block-spacing)
(#46) Statement inside of curly braces should be on next line. (brace-style)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Missing whitespace after semicolon. (semi-spacing)
(#46) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#46) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#46) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Missing semicolon. (semi)
(#46) Requires a space before '}'. (block-spacing)
(#46) Missing whitespace after semicolon. (semi-spacing)
(#46) A space is required after ','. (comma-spacing)
(#46) A space is required after ','. (comma-spacing)
(#46) Missing space before value for key 'resize'. (key-spacing)
(#46) Missing space before opening brace. (space-before-blocks)
(#46) Requires a space after '{'. (block-spacing)
(#46) Statement inside of curly braces should be on next line. (brace-style)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) A space is required after ','. (comma-spacing)
(#46) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) A space is required after ','. (comma-spacing)
(#46) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) A space is required after ','. (comma-spacing)
(#46) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) A space is required after ','. (comma-spacing)
(#46) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) A space is required after ','. (comma-spacing)
(#46) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Missing whitespace after semicolon. (semi-spacing)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) A space is required after ','. (comma-spacing)
(#46) Missing whitespace after semicolon. (semi-spacing)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Missing whitespace after semicolon. (semi-spacing)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Infix operators must be spaced. (space-infix-ops)
(#47) Line 47 exceeds the maximum line length of 132. (max-len)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) Expected space(s) before "else". (keyword-spacing)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) Expected space(s) before "else". (keyword-spacing)
(#47) Expected space(s) after "else". (keyword-spacing)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) Expected space(s) after "else". (keyword-spacing)
(#47) Expected space(s) before "else". (keyword-spacing)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) A space is required after ','. (comma-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Expected space(s) after "return". (keyword-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) A space is required after ','. (comma-spacing)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) 'jQuery' is not defined. (no-undef)
mod/offlinequiz/lib/jquery/ui/minified/jquery.ui.selectable.min.js
(#15) Line 15 exceeds the maximum line length of 132. (max-len)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'options'. (key-spacing)
(#15) Missing space before value for key 'appendTo'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'autoRefresh'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'distance'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'filter'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'tolerance'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key '_create'. (key-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Requires a space after '{'. (block-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'element'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key '$element'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'left'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'top'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'right'. (key-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'bottom'. (key-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'startselected'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'selected'. (key-spacing)
(#16) Line 16 exceeds the maximum line length of 132. (max-len)
(#16) Missing space before value for key 'selecting'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'unselecting'. (key-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'destroy'. (key-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key '_mouseStart'. (key-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#17) Line 17 exceeds the maximum line length of 132. (max-len)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Requires a space after '{'. (block-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Missing space before value for key 'left'. (key-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key 'top'. (key-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key 'width'. (key-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key 'height'. (key-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Requires a space after '{'. (block-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#18) Line 18 exceeds the maximum line length of 132. (max-len)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing space before value for key 'unselecting'. (key-spacing)
(#18) Missing semicolon. (semi)
(#18) Requires a space before '}'. (block-spacing)
(#18) Requires a space before '}'. (block-spacing)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#18) Expected to return a value at the end of this function. (consistent-return)
(#18) Missing space before opening brace. (space-before-blocks)
(#18) Requires a space after '{'. (block-spacing)
(#18) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#18) Statement inside of curly braces should be on next line. (brace-style)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Expected space(s) after "if". (keyword-spacing)
(#18) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#18) Requires a space after '{'. (block-spacing)
(#18) Missing space before opening brace. (space-before-blocks)
(#18) Statement inside of curly braces should be on next line. (brace-style)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing space before value for key 'selecting'. (key-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing space before value for key 'unselecting'. (key-spacing)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#18) Requires a space before '}'. (block-spacing)
(#18) Missing semicolon. (semi)
(#18) Requires a space before '}'. (block-spacing)
(#18) Missing semicolon. (semi)
(#18) Requires a space before '}'. (block-spacing)
(#18) Requires a space before '}'. (block-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing space before value for key '_mouseDrag'. (key-spacing)
(#18) Expected to return a value at the end of this function. (consistent-return)
(#18) Requires a space after '{'. (block-spacing)
(#18) Missing space before opening brace. (space-before-blocks)
(#18) Statement inside of curly braces should be on next line. (brace-style)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Expected space(s) after "if". (keyword-spacing)
(#18) Missing space before opening brace. (space-before-blocks)
(#18) Requires a space after '{'. (block-spacing)
(#18) Statement inside of curly braces should be on next line. (brace-style)
(#18) Infix operators must be spaced. (space-infix-ops)
(#19) Line 19 exceeds the maximum line length of 132. (max-len)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) before "if". (keyword-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) 'j' used outside of binding context. (block-scoped-var)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) 'j' used outside of binding context. (block-scoped-var)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) before "this". (keyword-spacing)
(#19) Missing space before value for key 'left'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'top'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'width'. (key-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'height'. (key-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Expected { after 'if' condition. (curly)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Expected { after 'if' condition. (curly)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Expected space(s) before "if". (keyword-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#20) Line 20 exceeds the maximum line length of 132. (max-len)
(#20) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Missing semicolon. (semi)
(#20) Requires a space before '}'. (block-spacing)
(#20) Expected space(s) before "if". (keyword-spacing)
(#20) Expected space(s) after "if". (keyword-spacing)
(#20) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#20) Missing space before opening brace. (space-before-blocks)
(#20) Requires a space after '{'. (block-spacing)
(#20) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#20) Statement inside of curly braces should be on next line. (brace-style)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) Missing space before value for key 'selecting'. (key-spacing)
(#20) Missing semicolon. (semi)
(#20) Requires a space before '}'. (block-spacing)
(#20) Requires a space before '}'. (block-spacing)
(#20) Expected space(s) before "else". (keyword-spacing)
(#20) Expected space(s) after "else". (keyword-spacing)
(#20) Requires a space after '{'. (block-spacing)
(#20) Expected { after 'if' condition. (curly)
(#20) Expected space(s) after "if". (keyword-spacing)
(#20) Statement inside of curly braces should be on next line. (brace-style)
(#20) Expected space(s) before "if". (keyword-spacing)
(#20) Expected space(s) after "if". (keyword-spacing)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Missing space before opening brace. (space-before-blocks)
(#20) Requires a space after '{'. (block-spacing)
(#20) Statement inside of curly braces should be on next line. (brace-style)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Requires a space before '}'. (block-spacing)
(#20) Missing semicolon. (semi)
(#20) Expected space(s) before "else". (keyword-spacing)
(#20) Expected space(s) after "else". (keyword-spacing)
(#20) Requires a space after '{'. (block-spacing)
(#20) Statement inside of curly braces should be on next line. (brace-style)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Expected space(s) after "if". (keyword-spacing)
(#20) Requires a space after '{'. (block-spacing)
(#20) Missing space before opening brace. (space-before-blocks)
(#20) Statement inside of curly braces should be on next line. (brace-style)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Missing semicolon. (semi)
(#20) Requires a space before '}'. (block-spacing)
(#20) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) Missing space before value for key 'unselecting'. (key-spacing)
(#20) Missing semicolon. (semi)
(#20) Requires a space before '}'. (block-spacing)
(#20) Expected { after 'if' condition. (curly)
(#20) Expected space(s) before "if". (keyword-spacing)
(#20) Expected space(s) after "if". (keyword-spacing)
(#20) Expected space(s) before "if". (keyword-spacing)
(#20) Expected space(s) after "if". (keyword-spacing)
(#20) Infix operators must be spaced. (space-infix-ops)
(#21) Line 21 exceeds the maximum line length of 132. (max-len)
(#21) Requires a space after '{'. (block-spacing)
(#21) Missing space before opening brace. (space-before-blocks)
(#21) Statement inside of curly braces should be on next line. (brace-style)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#21) A space is required after ','. (comma-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing space before value for key 'unselecting'. (key-spacing)
(#21) Requires a space before '}'. (block-spacing)
(#21) Missing semicolon. (semi)
(#21) Requires a space before '}'. (block-spacing)
(#21) Requires a space before '}'. (block-spacing)
(#21) Requires a space before '}'. (block-spacing)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#21) Missing semicolon. (semi)
(#21) Requires a space before '}'. (block-spacing)
(#21) Requires a space before '}'. (block-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing space before value for key '_mouseStop'. (key-spacing)
(#21) Missing space before opening brace. (space-before-blocks)
(#21) Requires a space after '{'. (block-spacing)
(#21) Statement inside of curly braces should be on next line. (brace-style)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing space before opening brace. (space-before-blocks)
(#21) Requires a space after '{'. (block-spacing)
(#21) Statement inside of curly braces should be on next line. (brace-style)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#21) A space is required after ','. (comma-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing space before value for key 'unselected'. (key-spacing)
(#21) Missing semicolon. (semi)
(#21) Requires a space before '}'. (block-spacing)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) Requires a space after '{'. (block-spacing)
(#21) Missing space before opening brace. (space-before-blocks)
(#21) Statement inside of curly braces should be on next line. (brace-style)
(#21) Infix operators must be spaced. (space-infix-ops)
(#22) Line 22 exceeds the maximum line length of 132. (max-len)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'selected'. (key-spacing)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'version'. (key-spacing)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) 'jQuery' is not defined. (no-undef)
mod/offlinequiz/lib/jquery/ui/minified/jquery.ui.slider.min.js
(#15) Line 15 exceeds the maximum line length of 132. (max-len)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'widgetEventPrefix'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'options'. (key-spacing)
(#15) Missing space before value for key 'animate'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'distance'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'max'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'min'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'orientation'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'range'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'step'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'value'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'values'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key '_create'. (key-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Infix operators must be spaced. (space-infix-ops)
(#16) Line 16 exceeds the maximum line length of 132. (max-len)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected { after 'if' condition. (curly)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Expected space(s) before "else". (keyword-spacing)
(#16) Expected { after 'else'. (curly)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Expected space(s) before "this". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) A space is required after ','. (comma-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Line 17 exceeds the maximum line length of 132. (max-len)
(#17) Expected { after 'if' condition. (curly)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Expected space(s) before "for". (keyword-spacing)
(#17) Expected space(s) after "for". (keyword-spacing)
(#17) Expected { after 'for' condition. (curly)
(#17) A space is required after ','. (comma-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Requires a space after '{'. (block-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing semicolon. (semi)
(#17) Requires a space after '{'. (block-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing semicolon. (semi)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Requires a space after '{'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing semicolon. (semi)
(#17) Requires a space after '{'. (block-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Expected { after 'if' condition. (curly)
(#18) Expected space(s) after "else". (keyword-spacing)
(#18) Line 18 exceeds the maximum line length of 132. (max-len)
(#18) Requires a space after '{'. (block-spacing)
(#18) Statement inside of curly braces should be on next line. (brace-style)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#18) Requires a space before '}'. (block-spacing)
(#18) Missing semicolon. (semi)
(#18) Requires a space before '}'. (block-spacing)
(#18) Requires a space after '{'. (block-spacing)
(#18) Missing space before opening brace. (space-before-blocks)
(#18) Statement inside of curly braces should be on next line. (brace-style)
(#18) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#18) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#18) Missing semicolon. (semi)
(#18) Requires a space before '}'. (block-spacing)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Requires a space after '{'. (block-spacing)
(#18) Missing space before opening brace. (space-before-blocks)
(#18) Statement inside of curly braces should be on next line. (brace-style)
(#18) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#18) A space is required after ','. (comma-spacing)
(#18) Requires a space before '}'. (block-spacing)
(#18) Missing semicolon. (semi)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Function 'anonymous' has a complexity of 23. (complexity)
(#18) Requires a space after '{'. (block-spacing)
(#18) Missing space before opening brace. (space-before-blocks)
(#18) Statement inside of curly braces should be on next line. (brace-style)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#18) A space is required after ','. (comma-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Expected space(s) after "if". (keyword-spacing)
(#18) Requires a space after '{'. (block-spacing)
(#18) Missing space before opening brace. (space-before-blocks)
(#18) Expected space(s) after "switch". (keyword-spacing)
(#18) Statement inside of curly braces should be on next line. (brace-style)
(#18) Requires a space after '{'. (block-spacing)
(#18) Missing space before opening brace. (space-before-blocks)
(#18) Infix operators must be spaced. (space-infix-ops)
(#19) Line 19 exceeds the maximum line length of 132. (max-len)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Expected { after 'if' condition. (curly)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Expected space(s) before "return". (keyword-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) before "break". (keyword-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "switch". (keyword-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Expected { after 'if' condition. (curly)
(#19) Infix operators must be spaced. (space-infix-ops)
(#20) Line 20 exceeds the maximum line length of 132. (max-len)
(#20) Expected space(s) before "return". (keyword-spacing)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Expected { after 'if' condition. (curly)
(#20) Expected space(s) after "if". (keyword-spacing)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Expected space(s) before "return". (keyword-spacing)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Requires a space before '}'. (block-spacing)
(#20) Missing semicolon. (semi)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#20) Expected no return value. (consistent-return)
(#20) Requires a space before '}'. (block-spacing)
(#20) Missing semicolon. (semi)
(#20) Requires a space before '}'. (block-spacing)
(#20) Missing space before opening brace. (space-before-blocks)
(#20) Requires a space after '{'. (block-spacing)
(#20) Statement inside of curly braces should be on next line. (brace-style)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Expected space(s) after "if". (keyword-spacing)
(#20) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#20) Missing space before opening brace. (space-before-blocks)
(#20) Requires a space after '{'. (block-spacing)
(#20) Statement inside of curly braces should be on next line. (brace-style)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#20) Requires a space before '}'. (block-spacing)
(#20) Missing semicolon. (semi)
(#20) Requires a space before '}'. (block-spacing)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Missing semicolon. (semi)
(#20) Requires a space before '}'. (block-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) Missing space before value for key 'destroy'. (key-spacing)
(#20) Missing space before opening brace. (space-before-blocks)
(#20) Requires a space after '{'. (block-spacing)
(#20) Statement inside of curly braces should be on next line. (brace-style)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#21) Line 21 exceeds the maximum line length of 132. (max-len)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#21) Missing semicolon. (semi)
(#21) Requires a space before '}'. (block-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing space before value for key '_mouseCapture'. (key-spacing)
(#21) Missing space before opening brace. (space-before-blocks)
(#21) Requires a space after '{'. (block-spacing)
(#21) Statement inside of curly braces should be on next line. (brace-style)
(#21) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) A space is required after ','. (comma-spacing)
(#21) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#21) A space is required after ','. (comma-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Expected space(s) after "if". (keyword-spacing)
(#21) Expected { after 'if' condition. (curly)
(#21) Expected space(s) before "return". (keyword-spacing)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) Missing space before value for key 'width'. (key-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing space before value for key 'height'. (key-spacing)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) Missing space before value for key 'x'. (key-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing space before value for key 'y'. (key-spacing)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Missing space before opening brace. (space-before-blocks)
(#21) Requires a space after '{'. (block-spacing)
(#21) Statement inside of curly braces should be on next line. (brace-style)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Expected space(s) after "if". (keyword-spacing)
(#21) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) Missing space before opening brace. (space-before-blocks)
(#21) Requires a space after '{'. (block-spacing)
(#21) Statement inside of curly braces should be on next line. (brace-style)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) Missing semicolon. (semi)
(#21) Requires a space before '}'. (block-spacing)
(#21) Requires a space before '}'. (block-spacing)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Expected space(s) after "if". (keyword-spacing)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) Missing space before opening brace. (space-before-blocks)
(#21) Requires a space after '{'. (block-spacing)
(#21) Statement inside of curly braces should be on next line. (brace-style)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) Missing semicolon. (semi)
(#21) Requires a space before '}'. (block-spacing)
(#21) Expected { after 'if' condition. (curly)
(#21) Expected space(s) after "if". (keyword-spacing)
(#21) Expected space(s) before "if". (keyword-spacing)
(#22) Line 22 exceeds the maximum line length of 132. (max-len)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Expected space(s) before "return". (keyword-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing space before value for key 'left'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'top'. (key-spacing)
(#22) Missing space before value for key 'left'. (key-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'top'. (key-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Return statement should not contain assignment. (no-return-assign)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key '_mouseStart'. (key-spacing)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#23) Line 23 exceeds the maximum line length of 132. (max-len)
(#23) Missing space before value for key '_mouseDrag'. (key-spacing)
(#23) Missing space before opening brace. (space-before-blocks)
(#23) Requires a space after '{'. (block-spacing)
(#23) Statement inside of curly braces should be on next line. (brace-style)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Missing space before value for key 'x'. (key-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'y'. (key-spacing)
(#23) Missing whitespace after semicolon. (semi-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing whitespace after semicolon. (semi-spacing)
(#23) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#23) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#23) Missing semicolon. (semi)
(#23) Requires a space before '}'. (block-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key '_mouseStop'. (key-spacing)
(#23) Missing space before opening brace. (space-before-blocks)
(#23) Requires a space after '{'. (block-spacing)
(#23) Statement inside of curly braces should be on next line. (brace-style)
(#23) Missing whitespace after semicolon. (semi-spacing)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Missing whitespace after semicolon. (semi-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing whitespace after semicolon. (semi-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing whitespace after semicolon. (semi-spacing)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Missing whitespace after semicolon. (semi-spacing)
(#23) Return statement should not contain assignment. (no-return-assign)
(#23) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Missing semicolon. (semi)
(#23) Requires a space before '}'. (block-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key '_detectOrientation'. (key-spacing)
(#23) Missing space before opening brace. (space-before-blocks)
(#23) Requires a space after '{'. (block-spacing)
(#23) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#23) Statement inside of curly braces should be on next line. (brace-style)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Requires a space before '}'. (block-spacing)
(#23) Missing semicolon. (semi)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key '_normValueFromMouse'. (key-spacing)
(#23) Requires a space after '{'. (block-spacing)
(#23) Missing space before opening brace. (space-before-blocks)
(#23) Statement inside of curly braces should be on next line. (brace-style)
(#24) Line 24 exceeds the maximum line length of 132. (max-len)
(#24) Expected space(s) after "if". (keyword-spacing)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Requires a space after '{'. (block-spacing)
(#24) Missing space before opening brace. (space-before-blocks)
(#24) Statement inside of curly braces should be on next line. (brace-style)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Missing whitespace after semicolon. (semi-spacing)
(#24) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#24) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Missing semicolon. (semi)
(#24) Requires a space before '}'. (block-spacing)
(#24) Expected space(s) before "else". (keyword-spacing)
(#24) Expected space(s) after "else". (keyword-spacing)
(#24) Requires a space after '{'. (block-spacing)
(#24) Statement inside of curly braces should be on next line. (brace-style)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Missing whitespace after semicolon. (semi-spacing)
(#24) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Missing semicolon. (semi)
(#24) Requires a space before '}'. (block-spacing)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Missing whitespace after semicolon. (semi-spacing)
(#24) Expected { after 'if' condition. (curly)
(#24) Expected space(s) after "if". (keyword-spacing)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Missing whitespace after semicolon. (semi-spacing)
(#24) Expected { after 'if' condition. (curly)
(#24) Expected space(s) after "if". (keyword-spacing)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Missing whitespace after semicolon. (semi-spacing)
(#24) Expected { after 'if' condition. (curly)
(#24) Expected space(s) after "if". (keyword-spacing)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Missing whitespace after semicolon. (semi-spacing)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Missing whitespace after semicolon. (semi-spacing)
(#24) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Requires a space before '}'. (block-spacing)
(#24) Missing semicolon. (semi)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key '_start'. (key-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Requires a space after '{'. (block-spacing)
(#24) Missing space before opening brace. (space-before-blocks)
(#24) Statement inside of curly braces should be on next line. (brace-style)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Missing space before value for key 'handle'. (key-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'value'. (key-spacing)
(#24) Missing whitespace after semicolon. (semi-spacing)
(#24) Expected space(s) after "if". (keyword-spacing)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Requires a space after '{'. (block-spacing)
(#24) Missing space before opening brace. (space-before-blocks)
(#24) Statement inside of curly braces should be on next line. (brace-style)
(#24) Infix operators must be spaced. (space-infix-ops)
(#25) Line 25 exceeds the maximum line length of 132. (max-len)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Requires a space before '}'. (block-spacing)
(#25) Missing semicolon. (semi)
(#25) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#25) Expected space(s) before "return". (keyword-spacing)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Requires a space before '}'. (block-spacing)
(#25) Missing semicolon. (semi)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key '_slide'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Requires a space after '{'. (block-spacing)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Expected space(s) after "if". (keyword-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Requires a space after '{'. (block-spacing)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Expected space(s) after "if". (keyword-spacing)
(#25) Expected { after 'if' condition. (curly)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) Expected space(s) after "if". (keyword-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Requires a space after '{'. (block-spacing)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'handle'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'value'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'values'. (key-spacing)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing semicolon. (semi)
(#25) Requires a space before '}'. (block-spacing)
(#25) Requires a space before '}'. (block-spacing)
(#25) Expected space(s) before "else". (keyword-spacing)
(#25) Expected space(s) after "if". (keyword-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Requires a space after '{'. (block-spacing)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'handle'. (key-spacing)
(#26) Line 26 exceeds the maximum line length of 132. (max-len)
(#26) Missing space before value for key 'value'. (key-spacing)
(#26) Missing whitespace after semicolon. (semi-spacing)
(#26) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#26) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Missing semicolon. (semi)
(#26) Requires a space before '}'. (block-spacing)
(#26) Requires a space before '}'. (block-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key '_stop'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Requires a space after '{'. (block-spacing)
(#26) Missing space before opening brace. (space-before-blocks)
(#26) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#26) Statement inside of curly braces should be on next line. (brace-style)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Missing space before value for key 'handle'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'value'. (key-spacing)
(#26) Missing whitespace after semicolon. (semi-spacing)
(#26) Expected space(s) after "if". (keyword-spacing)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Requires a space after '{'. (block-spacing)
(#26) Missing space before opening brace. (space-before-blocks)
(#26) Statement inside of curly braces should be on next line. (brace-style)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Missing whitespace after semicolon. (semi-spacing)
(#26) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Missing semicolon. (semi)
(#26) Requires a space before '}'. (block-spacing)
(#26) Expected space(s) before "this". (keyword-spacing)
(#26) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Requires a space before '}'. (block-spacing)
(#26) Missing semicolon. (semi)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key '_change'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Requires a space after '{'. (block-spacing)
(#26) Missing space before opening brace. (space-before-blocks)
(#26) Statement inside of curly braces should be on next line. (brace-style)
(#26) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#26) Expected space(s) after "if". (keyword-spacing)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Requires a space after '{'. (block-spacing)
(#26) Missing space before opening brace. (space-before-blocks)
(#26) Statement inside of curly braces should be on next line. (brace-style)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Missing space before value for key 'handle'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'value'. (key-spacing)
(#26) Missing whitespace after semicolon. (semi-spacing)
(#26) Expected space(s) after "if". (keyword-spacing)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Missing space before opening brace. (space-before-blocks)
(#26) Requires a space after '{'. (block-spacing)
(#26) Statement inside of curly braces should be on next line. (brace-style)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Missing whitespace after semicolon. (semi-spacing)
(#26) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Requires a space before '}'. (block-spacing)
(#26) Missing semicolon. (semi)
(#26) Expected space(s) before "this". (keyword-spacing)
(#26) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing semicolon. (semi)
(#26) Requires a space before '}'. (block-spacing)
(#26) Requires a space before '}'. (block-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'value'. (key-spacing)
(#26) Requires a space after '{'. (block-spacing)
(#26) Missing space before opening brace. (space-before-blocks)
(#26) Expected space(s) after "if". (keyword-spacing)
(#26) Statement inside of curly braces should be on next line. (brace-style)
(#26) Requires a space after '{'. (block-spacing)
(#26) Missing space before opening brace. (space-before-blocks)
(#26) Statement inside of curly braces should be on next line. (brace-style)
(#26) Infix operators must be spaced. (space-infix-ops)
(#27) Line 27 exceeds the maximum line length of 132. (max-len)
(#27) Missing whitespace after semicolon. (semi-spacing)
(#27) Missing whitespace after semicolon. (semi-spacing)
(#27) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#27) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#27) A space is required after ','. (comma-spacing)
(#27) Requires a space before '}'. (block-spacing)
(#27) Missing semicolon. (semi)
(#27) Expected space(s) before "return". (keyword-spacing)
(#27) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#27) Requires a space before '}'. (block-spacing)
(#27) Missing semicolon. (semi)
(#27) A space is required after ','. (comma-spacing)
(#27) Missing space before value for key 'values'. (key-spacing)
(#27) Expected to return a value at the end of this function. (consistent-return)
(#27) A space is required after ','. (comma-spacing)
(#27) Missing space before opening brace. (space-before-blocks)
(#27) Requires a space after '{'. (block-spacing)
(#27) Statement inside of curly braces should be on next line. (brace-style)
(#27) A space is required after ','. (comma-spacing)
(#27) A space is required after ','. (comma-spacing)
(#27) Missing whitespace after semicolon. (semi-spacing)
(#27) Expected space(s) after "if". (keyword-spacing)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Missing space before opening brace. (space-before-blocks)
(#27) Requires a space after '{'. (block-spacing)
(#27) Statement inside of curly braces should be on next line. (brace-style)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Missing whitespace after semicolon. (semi-spacing)
(#27) Missing whitespace after semicolon. (semi-spacing)
(#27) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#27) A space is required after ','. (comma-spacing)
(#27) Requires a space before '}'. (block-spacing)
(#27) Missing semicolon. (semi)
(#27) Expected space(s) before "if". (keyword-spacing)
(#27) Expected { after 'if' condition. (curly)
(#27) Expected space(s) after "if". (keyword-spacing)
(#27) Expected space(s) after "if". (keyword-spacing)
(#27) Expected space(s) before "if". (keyword-spacing)
(#27) Missing space before opening brace. (space-before-blocks)
(#27) Requires a space after '{'. (block-spacing)
(#27) Statement inside of curly braces should be on next line. (brace-style)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Missing whitespace after semicolon. (semi-spacing)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Missing whitespace after semicolon. (semi-spacing)
(#27) Expected space(s) after "for". (keyword-spacing)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Missing whitespace after semicolon. (semi-spacing)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Missing whitespace after semicolon. (semi-spacing)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Requires a space after '{'. (block-spacing)
(#27) Missing space before opening brace. (space-before-blocks)
(#27) Statement inside of curly braces should be on next line. (brace-style)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Missing whitespace after semicolon. (semi-spacing)
(#27) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#27) A space is required after ','. (comma-spacing)
(#27) Missing semicolon. (semi)
(#27) Requires a space before '}'. (block-spacing)
(#27) Expected space(s) before "this". (keyword-spacing)
(#27) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#27) Missing semicolon. (semi)
(#27) Requires a space before '}'. (block-spacing)
(#27) Expected space(s) before "else". (keyword-spacing)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Infix operators must be spaced. (space-infix-ops)
(#28) Line 28 exceeds the maximum line length of 132. (max-len)
(#28) Expected { after 'else'. (curly)
(#28) Missing semicolon. (semi)
(#28) Requires a space before '}'. (block-spacing)
(#28) A space is required after ','. (comma-spacing)
(#28) Missing space before value for key '_setOption'. (key-spacing)
(#28) A space is required after ','. (comma-spacing)
(#28) Requires a space after '{'. (block-spacing)
(#28) Missing space before opening brace. (space-before-blocks)
(#28) Statement inside of curly braces should be on next line. (brace-style)
(#28) A space is required after ','. (comma-spacing)
(#28) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Missing whitespace after semicolon. (semi-spacing)
(#28) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#28) Expected space(s) after "if". (keyword-spacing)
(#28) Expected { after 'if' condition. (curly)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Missing whitespace after semicolon. (semi-spacing)
(#28) A space is required after ','. (comma-spacing)
(#28) Missing whitespace after semicolon. (semi-spacing)
(#28) Expected space(s) after "switch". (keyword-spacing)
(#28) Missing space before opening brace. (space-before-blocks)
(#28) Requires a space after '{'. (block-spacing)
(#28) Expected space(s) after "if". (keyword-spacing)
(#28) Requires a space after '{'. (block-spacing)
(#28) Missing space before opening brace. (space-before-blocks)
(#28) Statement inside of curly braces should be on next line. (brace-style)
(#28) Missing whitespace after semicolon. (semi-spacing)
(#28) Missing whitespace after semicolon. (semi-spacing)
(#28) A space is required after ','. (comma-spacing)
(#28) Missing whitespace after semicolon. (semi-spacing)
(#28) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#28) Missing semicolon. (semi)
(#28) Requires a space before '}'. (block-spacing)
(#28) Expected space(s) before "else". (keyword-spacing)
(#28) Expected space(s) after "else". (keyword-spacing)
(#28) Requires a space after '{'. (block-spacing)
(#28) Statement inside of curly braces should be on next line. (brace-style)
(#28) Missing whitespace after semicolon. (semi-spacing)
(#28) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#28) Missing semicolon. (semi)
(#28) Requires a space before '}'. (block-spacing)
(#28) Expected space(s) before "break". (keyword-spacing)
(#28) Missing whitespace after semicolon. (semi-spacing)
(#29) Line 29 exceeds the maximum line length of 132. (max-len)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Missing whitespace after semicolon. (semi-spacing)
(#29) Missing whitespace after semicolon. (semi-spacing)
(#29) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#29) Missing whitespace after semicolon. (semi-spacing)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Missing whitespace after semicolon. (semi-spacing)
(#29) Missing whitespace after semicolon. (semi-spacing)
(#29) A space is required after ','. (comma-spacing)
(#29) Missing whitespace after semicolon. (semi-spacing)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Missing whitespace after semicolon. (semi-spacing)
(#29) Missing whitespace after semicolon. (semi-spacing)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Missing whitespace after semicolon. (semi-spacing)
(#29) Missing whitespace after semicolon. (semi-spacing)
(#29) Expected { after 'for' condition. (curly)
(#29) Expected space(s) after "for". (keyword-spacing)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Missing whitespace after semicolon. (semi-spacing)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Missing whitespace after semicolon. (semi-spacing)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Expected space(s) before "this". (keyword-spacing)
(#29) A space is required after ','. (comma-spacing)
(#29) Missing whitespace after semicolon. (semi-spacing)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Missing whitespace after semicolon. (semi-spacing)
(#29) Requires a space before '}'. (block-spacing)
(#29) Missing semicolon. (semi)
(#29) Requires a space before '}'. (block-spacing)
(#29) A space is required after ','. (comma-spacing)
(#29) Missing space before value for key '_value'. (key-spacing)
(#29) Requires a space after '{'. (block-spacing)
(#29) Missing space before opening brace. (space-before-blocks)
(#29) Statement inside of curly braces should be on next line. (brace-style)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Missing whitespace after semicolon. (semi-spacing)
(#29) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#29) Return statement should not contain assignment. (no-return-assign)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Missing semicolon. (semi)
(#29) Requires a space before '}'. (block-spacing)
(#29) A space is required after ','. (comma-spacing)
(#29) Missing space before value for key '_values'. (key-spacing)
(#29) Requires a space after '{'. (block-spacing)
(#29) Missing space before opening brace. (space-before-blocks)
(#29) Statement inside of curly braces should be on next line. (brace-style)
(#29) A space is required after ','. (comma-spacing)
(#29) Missing whitespace after semicolon. (semi-spacing)
(#29) Expected space(s) after "if". (keyword-spacing)
(#29) Missing space before opening brace. (space-before-blocks)
(#29) Requires a space after '{'. (block-spacing)
(#29) Statement inside of curly braces should be on next line. (brace-style)
(#29) Infix operators must be spaced. (space-infix-ops)
(#30) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#30) Return statement should not contain assignment. (no-return-assign)
(#30) Line 30 exceeds the maximum line length of 132. (max-len)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Requires a space before '}'. (block-spacing)
(#30) Missing semicolon. (semi)
(#30) Expected space(s) before "else". (keyword-spacing)
(#30) Expected space(s) after "else". (keyword-spacing)
(#30) Requires a space after '{'. (block-spacing)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Expected { after 'for' condition. (curly)
(#30) Expected space(s) after "for". (keyword-spacing)
(#30) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#30) Missing semicolon. (semi)
(#30) Requires a space before '}'. (block-spacing)
(#30) Requires a space before '}'. (block-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key '_trimAlignValue'. (key-spacing)
(#30) Requires a space after '{'. (block-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Expected { after 'if' condition. (curly)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Expected space(s) after "if". (keyword-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Expected space(s) before "return". (keyword-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Expected { after 'if' condition. (curly)
(#30) Expected space(s) after "if". (keyword-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Expected space(s) before "return". (keyword-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) 'alignValue' is not defined. (no-undef)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Expected { after 'if' condition. (curly)
(#30) Expected space(s) after "if". (keyword-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) 'alignValue' is not defined. (no-undef)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#30) 'alignValue' is not defined. (no-undef)
(#30) Requires a space before '}'. (block-spacing)
(#30) Missing semicolon. (semi)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key '_valueMin'. (key-spacing)
(#30) Requires a space after '{'. (block-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#30) Missing semicolon. (semi)
(#30) Requires a space before '}'. (block-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key '_valueMax'. (key-spacing)
(#30) Requires a space after '{'. (block-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#30) Requires a space before '}'. (block-spacing)
(#30) Missing semicolon. (semi)
(#31) Line 31 exceeds the maximum line length of 132. (max-len)
(#31) Missing space before value for key '_refreshValue'. (key-spacing)
(#31) Requires a space after '{'. (block-spacing)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#31) A space is required after ','. (comma-spacing)
(#31) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#31) A space is required after ','. (comma-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Expected { after 'if' condition. (curly)
(#31) Expected space(s) after "if". (keyword-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Expected space(s) before "this". (keyword-spacing)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Requires a space after '{'. (block-spacing)
(#31) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Expected space(s) after "if". (keyword-spacing)
(#31) Expected { after 'if' condition. (curly)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Expected space(s) before "if". (keyword-spacing)
(#31) Expected space(s) after "if". (keyword-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Requires a space after '{'. (block-spacing)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Expected space(s) after "if". (keyword-spacing)
(#31) Expected { after 'if' condition. (curly)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Missing space before value for key 'left'. (key-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#32) Expected { after 'if' condition. (curly)
(#32) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#32) Expected space(s) after "if". (keyword-spacing)
(#32) Line 32 exceeds the maximum line length of 132. (max-len)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Missing space before value for key 'width'. (key-spacing)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) A space is required after ','. (comma-spacing)
(#32) Missing space before value for key 'queue'. (key-spacing)
(#32) A space is required after ','. (comma-spacing)
(#32) Missing space before value for key 'duration'. (key-spacing)
(#32) Requires a space before '}'. (block-spacing)
(#32) Missing semicolon. (semi)
(#32) Expected space(s) before "else". (keyword-spacing)
(#32) Expected space(s) after "else". (keyword-spacing)
(#32) Requires a space after '{'. (block-spacing)
(#32) Expected { after 'if' condition. (curly)
(#32) Expected space(s) after "if". (keyword-spacing)
(#32) Statement inside of curly braces should be on next line. (brace-style)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) A space is required after ','. (comma-spacing)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Missing space before value for key 'bottom'. (key-spacing)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) A space is required after ','. (comma-spacing)
(#32) Missing whitespace after semicolon. (semi-spacing)
(#32) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#32) Expected { after 'if' condition. (curly)
(#32) Expected space(s) after "if". (keyword-spacing)
(#32) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Missing space before value for key 'height'. (key-spacing)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) A space is required after ','. (comma-spacing)
(#32) Missing space before value for key 'queue'. (key-spacing)
(#32) A space is required after ','. (comma-spacing)
(#32) Missing space before value for key 'duration'. (key-spacing)
(#32) Missing semicolon. (semi)
(#32) Requires a space before '}'. (block-spacing)
(#32) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Requires a space before '}'. (block-spacing)
(#32) Missing semicolon. (semi)
(#32) Missing whitespace after semicolon. (semi-spacing)
(#32) Expected space(s) after "else". (keyword-spacing)
(#32) Requires a space after '{'. (block-spacing)
(#32) Statement inside of curly braces should be on next line. (brace-style)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Missing whitespace after semicolon. (semi-spacing)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Missing whitespace after semicolon. (semi-spacing)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Missing whitespace after semicolon. (semi-spacing)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Missing whitespace after semicolon. (semi-spacing)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Missing whitespace after semicolon. (semi-spacing)
(#32) A space is required after ','. (comma-spacing)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) A space is required after ','. (comma-spacing)
(#32) Missing whitespace after semicolon. (semi-spacing)
(#32) Expected space(s) after "if". (keyword-spacing)
(#32) Expected { after 'if' condition. (curly)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Expected space(s) before "this". (keyword-spacing)
(#33) Line 33 exceeds the maximum line length of 132. (max-len)
(#33) Infix operators must be spaced. (space-infix-ops)
(#33) Missing space before value for key 'width'. (key-spacing)
(#33) Infix operators must be spaced. (space-infix-ops)
(#33) A space is required after ','. (comma-spacing)
(#33) Missing whitespace after semicolon. (semi-spacing)
(#33) Expected { after 'if' condition. (curly)
(#33) Expected space(s) after "if". (keyword-spacing)
(#33) Infix operators must be spaced. (space-infix-ops)
(#33) Infix operators must be spaced. (space-infix-ops)
(#33) Infix operators must be spaced. (space-infix-ops)
(#33) Expected space(s) before "this". (keyword-spacing)
(#33) Infix operators must be spaced. (space-infix-ops)
(#33) Missing space before value for key 'width'. (key-spacing)
(#33) Infix operators must be spaced. (space-infix-ops)
(#33) Infix operators must be spaced. (space-infix-ops)
(#33) A space is required after ','. (comma-spacing)
(#33) Missing space before value for key 'queue'. (key-spacing)
(#33) A space is required after ','. (comma-spacing)
(#33) Missing space before value for key 'duration'. (key-spacing)
(#33) Missing whitespace after semicolon. (semi-spacing)
(#33) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#33) Expected space(s) after "if". (keyword-spacing)
(#33) Expected { after 'if' condition. (curly)
(#33) Infix operators must be spaced. (space-infix-ops)
(#33) Infix operators must be spaced. (space-infix-ops)
(#33) Infix operators must be spaced. (space-infix-ops)
(#33) Expected space(s) before "this". (keyword-spacing)
(#33) A space is required after ','. (comma-spacing)
(#33) Infix operators must be spaced. (space-infix-ops)
(#33) Missing space before value for key 'height'. (key-spacing)
(#33) Infix operators must be spaced. (space-infix-ops)
(#33) A space is required after ','. (comma-spacing)
(#33) Missing whitespace after semicolon. (semi-spacing)
(#33) Expected space(s) after "if". (keyword-spacing)
(#33) Expected { after 'if' condition. (curly)
(#33) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#33) Infix operators must be spaced. (space-infix-ops)
(#33) Infix operators must be spaced. (space-infix-ops)
(#33) Infix operators must be spaced. (space-infix-ops)
(#33) Expected space(s) before "this". (keyword-spacing)
(#33) Infix operators must be spaced. (space-infix-ops)
(#33) Missing space before value for key 'height'. (key-spacing)
(#33) Infix operators must be spaced. (space-infix-ops)
(#33) Infix operators must be spaced. (space-infix-ops)
(#33) A space is required after ','. (comma-spacing)
(#33) Missing space before value for key 'queue'. (key-spacing)
(#33) A space is required after ','. (comma-spacing)
(#33) Missing space before value for key 'duration'. (key-spacing)
(#33) Missing semicolon. (semi)
(#33) Requires a space before '}'. (block-spacing)
(#33) Requires a space before '}'. (block-spacing)
(#33) Missing whitespace after semicolon. (semi-spacing)
(#33) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#33) A space is required after ','. (comma-spacing)
(#33) Missing space before value for key 'version'. (key-spacing)
(#33) Requires a space before '}'. (block-spacing)
(#33) Missing semicolon. (semi)
(#33) 'jQuery' is not defined. (no-undef)
mod/offlinequiz/lib/jquery/ui/minified/jquery.ui.sortable.min.js
(#15) Line 15 exceeds the maximum line length of 132. (max-len)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'widgetEventPrefix'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'options'. (key-spacing)
(#15) Missing space before value for key 'appendTo'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'axis'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'connectWith'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'containment'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'cursor'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'cursorAt'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'dropOnEmpty'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'forcePlaceholderSize'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'forceHelperSize'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'grid'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'handle'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'helper'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'items'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'opacity'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'placeholder'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'revert'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'scroll'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'scrollSensitivity'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'scrollSpeed'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'scope'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'tolerance'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'zIndex'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key '_create'. (key-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#16) Line 16 exceeds the maximum line length of 132. (max-len)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'destroy'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'for' condition. (curly)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) before "this". (keyword-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key '_setOption'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#17) Line 17 exceeds the maximum line length of 132. (max-len)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing semicolon. (semi)
(#17) Requires a space before '}'. (block-spacing)
(#17) Expected space(s) before "else". (keyword-spacing)
(#17) Expected { after 'else'. (curly)
(#17) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#17) A space is required after ','. (comma-spacing)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing semicolon. (semi)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key '_mouseCapture'. (key-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Requires a space after '{'. (block-spacing)
(#17) Expected { after 'if' condition. (curly)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Expected space(s) before "return". (keyword-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Expected { after 'if' condition. (curly)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Expected space(s) before "return". (keyword-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Expected to return a value at the end of this function. (consistent-return)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Requires a space after '{'. (block-spacing)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) A space is required after ','. (comma-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing semicolon. (semi)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Expected { after 'if' condition. (curly)
(#17) A space is required after ','. (comma-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Expected { after 'if' condition. (curly)
(#17) Expected space(s) before "return". (keyword-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Infix operators must be spaced. (space-infix-ops)
(#18) Line 18 exceeds the maximum line length of 132. (max-len)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing space before opening brace. (space-before-blocks)
(#18) Requires a space after '{'. (block-spacing)
(#18) Expected { after 'if' condition. (curly)
(#18) Expected space(s) after "if". (keyword-spacing)
(#18) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#18) Statement inside of curly braces should be on next line. (brace-style)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) Requires a space before '}'. (block-spacing)
(#18) Missing semicolon. (semi)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Expected space(s) after "if". (keyword-spacing)
(#18) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#18) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#18) Expected { after 'if' condition. (curly)
(#18) Expected space(s) before "return". (keyword-spacing)
(#18) Requires a space before '}'. (block-spacing)
(#18) Missing semicolon. (semi)
(#18) Expected space(s) before "this". (keyword-spacing)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#18) Missing semicolon. (semi)
(#18) Requires a space before '}'. (block-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing space before value for key '_mouseStart'. (key-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Requires a space after '{'. (block-spacing)
(#18) Missing space before opening brace. (space-before-blocks)
(#18) Statement inside of curly braces should be on next line. (brace-style)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) Missing space before value for key 'top'. (key-spacing)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing space before value for key 'left'. (key-spacing)
(#18) Infix operators must be spaced. (space-infix-ops)
(#19) Line 19 exceeds the maximum line length of 132. (max-len)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'click'. (key-spacing)
(#19) Missing space before value for key 'left'. (key-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'top'. (key-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'parent'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'relative'. (key-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing space before value for key 'prev'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'parent'. (key-spacing)
(#20) Line 20 exceeds the maximum line length of 132. (max-len)
(#20) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#20) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Expected space(s) after "if". (keyword-spacing)
(#20) Requires a space after '{'. (block-spacing)
(#20) Missing space before opening brace. (space-before-blocks)
(#20) Expected space(s) after "if". (keyword-spacing)
(#20) Statement inside of curly braces should be on next line. (brace-style)
(#20) Expected { after 'if' condition. (curly)
(#20) Expected space(s) before "this". (keyword-spacing)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#20) A space is required after ','. (comma-spacing)
(#20) Missing semicolon. (semi)
(#20) Requires a space before '}'. (block-spacing)
(#20) Expected space(s) after "if". (keyword-spacing)
(#20) Expected space(s) before "if". (keyword-spacing)
(#20) Requires a space after '{'. (block-spacing)
(#20) Missing space before opening brace. (space-before-blocks)
(#20) Expected space(s) after "if". (keyword-spacing)
(#20) Statement inside of curly braces should be on next line. (brace-style)
(#20) Expected { after 'if' condition. (curly)
(#20) Expected space(s) before "this". (keyword-spacing)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#20) A space is required after ','. (comma-spacing)
(#20) Requires a space before '}'. (block-spacing)
(#20) Missing semicolon. (semi)
(#20) Expected space(s) before "if". (keyword-spacing)
(#20) Expected space(s) after "if". (keyword-spacing)
(#20) Missing space before opening brace. (space-before-blocks)
(#20) Requires a space after '{'. (block-spacing)
(#20) Expected { after 'if' condition. (curly)
(#20) Expected space(s) after "if". (keyword-spacing)
(#20) Statement inside of curly braces should be on next line. (brace-style)
(#20) Expected space(s) before "this". (keyword-spacing)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#20) A space is required after ','. (comma-spacing)
(#20) Requires a space before '}'. (block-spacing)
(#20) Missing semicolon. (semi)
(#20) Expected space(s) before "if". (keyword-spacing)
(#20) Expected { after 'if' condition. (curly)
(#20) Expected space(s) after "if". (keyword-spacing)
(#20) Infix operators must be spaced. (space-infix-ops)
(#21) Line 21 exceeds the maximum line length of 132. (max-len)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) Expected space(s) before "this". (keyword-spacing)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#21) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Expected { after 'if' condition. (curly)
(#21) Expected space(s) after "if". (keyword-spacing)
(#21) Expected space(s) after "for". (keyword-spacing)
(#21) Expected space(s) before "for". (keyword-spacing)
(#21) Expected { after 'for' condition. (curly)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Expected space(s) before "this". (keyword-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Expected space(s) after "if". (keyword-spacing)
(#21) Expected { after 'if' condition. (curly)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Line 22 exceeds the maximum line length of 132. (max-len)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Function '_mouseDrag' has a complexity of 24. (complexity)
(#22) Missing space before value for key '_mouseDrag'. (key-spacing)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Expected { after 'if' condition. (curly)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Expected space(s) before "this". (keyword-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Expected { after 'if' condition. (curly)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Expected space(s) before "this". (keyword-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Expected { after 'if' condition. (curly)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#23) Line 23 exceeds the maximum line length of 132. (max-len)
(#23) Expected space(s) before "this". (keyword-spacing)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Missing whitespace after semicolon. (semi-spacing)
(#23) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#23) Expected { after 'if' condition. (curly)
(#23) Expected space(s) after "if". (keyword-spacing)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Expected space(s) before "this". (keyword-spacing)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Missing whitespace after semicolon. (semi-spacing)
(#23) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#23) Expected { after 'if' condition. (curly)
(#23) Expected space(s) after "if". (keyword-spacing)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Expected space(s) before "this". (keyword-spacing)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Missing semicolon. (semi)
(#23) Requires a space before '}'. (block-spacing)
(#23) Expected space(s) before "else". (keyword-spacing)
(#23) Expected space(s) after "else". (keyword-spacing)
(#23) Requires a space after '{'. (block-spacing)
(#23) Expected space(s) after "if". (keyword-spacing)
(#23) Statement inside of curly braces should be on next line. (brace-style)
(#23) Expected { after 'if' condition. (curly)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Infix operators must be spaced. (space-infix-ops)
(#24) Line 24 exceeds the maximum line length of 132. (max-len)
(#24) Missing whitespace after semicolon. (semi-spacing)
(#24) Expected space(s) after "if". (keyword-spacing)
(#24) Expected { after 'if' condition. (curly)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Missing whitespace after semicolon. (semi-spacing)
(#24) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#24) Expected { after 'if' condition. (curly)
(#24) Expected space(s) after "if". (keyword-spacing)
(#24) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Missing whitespace after semicolon. (semi-spacing)
(#24) Expected { after 'if' condition. (curly)
(#24) Expected space(s) after "if". (keyword-spacing)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Requires a space before '}'. (block-spacing)
(#24) Missing semicolon. (semi)
(#24) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Infix operators must be spaced. (space-infix-ops)
(#25) Line 25 exceeds the maximum line length of 132. (max-len)
(#25) Missing semicolon. (semi)
(#25) Requires a space before '}'. (block-spacing)
(#25) Expected space(s) before "this". (keyword-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#25) Expected space(s) after "if". (keyword-spacing)
(#25) Expected { after 'if' condition. (curly)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Expected space(s) before "this". (keyword-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Expected space(s) after "if". (keyword-spacing)
(#25) Expected { after 'if' condition. (curly)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Expected space(s) before "this". (keyword-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Expected space(s) after "for". (keyword-spacing)
(#25) 'b' used outside of binding context. (block-scoped-var)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) 'b' used outside of binding context. (block-scoped-var)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) 'b' used outside of binding context. (block-scoped-var)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Requires a space after '{'. (block-spacing)
(#25) 'c' used outside of binding context. (block-scoped-var)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) 'b' used outside of binding context. (block-scoped-var)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) 'c' used outside of binding context. (block-scoped-var)
(#25) A space is required after ','. (comma-spacing)
(#25) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) 'c' used outside of binding context. (block-scoped-var)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Expected space(s) after "if". (keyword-spacing)
(#25) Expected { after 'if' condition. (curly)
(#25) Expected space(s) after "if". (keyword-spacing)
(#25) Expected space(s) before "if". (keyword-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#26) Line 26 exceeds the maximum line length of 132. (max-len)
(#26) Requires a space after '{'. (block-spacing)
(#26) Missing space before opening brace. (space-before-blocks)
(#26) Statement inside of curly braces should be on next line. (brace-style)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Missing whitespace after semicolon. (semi-spacing)
(#26) Expected { after 'if' condition. (curly)
(#26) Expected space(s) after "if". (keyword-spacing)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) 'c' used outside of binding context. (block-scoped-var)
(#26) Expected space(s) before "this". (keyword-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) 'c' used outside of binding context. (block-scoped-var)
(#26) Missing whitespace after semicolon. (semi-spacing)
(#26) Expected { after 'else'. (curly)
(#26) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#26) Missing whitespace after semicolon. (semi-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing whitespace after semicolon. (semi-spacing)
(#26) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#26) Missing semicolon. (semi)
(#26) Requires a space before '}'. (block-spacing)
(#26) Requires a space before '}'. (block-spacing)
(#26) Expected space(s) before "this". (keyword-spacing)
(#26) Missing whitespace after semicolon. (semi-spacing)
(#26) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing whitespace after semicolon. (semi-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing whitespace after semicolon. (semi-spacing)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Missing whitespace after semicolon. (semi-spacing)
(#26) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#26) Missing semicolon. (semi)
(#26) Requires a space before '}'. (block-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key '_mouseStop'. (key-spacing)
(#26) Expected to return a value at the end of this function. (consistent-return)
(#26) A space is required after ','. (comma-spacing)
(#26) Requires a space after '{'. (block-spacing)
(#26) Missing space before opening brace. (space-before-blocks)
(#26) Statement inside of curly braces should be on next line. (brace-style)
(#26) Expected space(s) after "if". (keyword-spacing)
(#26) Missing space before opening brace. (space-before-blocks)
(#26) Requires a space after '{'. (block-spacing)
(#26) Statement inside of curly braces should be on next line. (brace-style)
(#26) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing whitespace after semicolon. (semi-spacing)
(#26) Expected space(s) after "if". (keyword-spacing)
(#26) Requires a space after '{'. (block-spacing)
(#26) Missing space before opening brace. (space-before-blocks)
(#26) Statement inside of curly braces should be on next line. (brace-style)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Missing whitespace after semicolon. (semi-spacing)
(#26) Infix operators must be spaced. (space-infix-ops)
(#27) Line 27 exceeds the maximum line length of 132. (max-len)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Missing whitespace after semicolon. (semi-spacing)
(#27) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#27) Missing space before value for key 'left'. (key-spacing)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) A space is required after ','. (comma-spacing)
(#27) Missing space before value for key 'top'. (key-spacing)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) A space is required after ','. (comma-spacing)
(#27) A space is required after ','. (comma-spacing)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) A space is required after ','. (comma-spacing)
(#27) Requires a space after '{'. (block-spacing)
(#27) Missing space before opening brace. (space-before-blocks)
(#27) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#27) Statement inside of curly braces should be on next line. (brace-style)
(#27) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#27) Requires a space before '}'. (block-spacing)
(#27) Missing semicolon. (semi)
(#27) Requires a space before '}'. (block-spacing)
(#27) Missing semicolon. (semi)
(#27) Expected { after 'else'. (curly)
(#27) Expected space(s) before "else". (keyword-spacing)
(#27) A space is required after ','. (comma-spacing)
(#27) Missing whitespace after semicolon. (semi-spacing)
(#27) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#27) Missing semicolon. (semi)
(#27) Requires a space before '}'. (block-spacing)
(#27) Requires a space before '}'. (block-spacing)
(#27) A space is required after ','. (comma-spacing)
(#27) Missing space before value for key 'cancel'. (key-spacing)
(#27) Requires a space after '{'. (block-spacing)
(#27) Missing space before opening brace. (space-before-blocks)
(#27) Statement inside of curly braces should be on next line. (brace-style)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Missing whitespace after semicolon. (semi-spacing)
(#27) Expected space(s) after "if". (keyword-spacing)
(#27) Requires a space after '{'. (block-spacing)
(#27) Missing space before opening brace. (space-before-blocks)
(#27) Statement inside of curly braces should be on next line. (brace-style)
(#27) Missing space before value for key 'target'. (key-spacing)
(#27) Missing whitespace after semicolon. (semi-spacing)
(#27) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Infix operators must be spaced. (space-infix-ops)
(#28) Line 28 exceeds the maximum line length of 132. (max-len)
(#28) Missing whitespace after semicolon. (semi-spacing)
(#28) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#28) Expected space(s) after "for". (keyword-spacing)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Missing whitespace after semicolon. (semi-spacing)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Missing whitespace after semicolon. (semi-spacing)
(#28) Missing space before opening brace. (space-before-blocks)
(#28) Requires a space after '{'. (block-spacing)
(#28) Statement inside of curly braces should be on next line. (brace-style)
(#28) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#28) A space is required after ','. (comma-spacing)
(#28) A space is required after ','. (comma-spacing)
(#28) Missing whitespace after semicolon. (semi-spacing)
(#28) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#28) Expected space(s) after "if". (keyword-spacing)
(#28) Missing space before opening brace. (space-before-blocks)
(#28) Requires a space after '{'. (block-spacing)
(#28) Statement inside of curly braces should be on next line. (brace-style)
(#28) A space is required after ','. (comma-spacing)
(#28) A space is required after ','. (comma-spacing)
(#28) Missing whitespace after semicolon. (semi-spacing)
(#28) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Missing semicolon. (semi)
(#28) Requires a space before '}'. (block-spacing)
(#28) Requires a space before '}'. (block-spacing)
(#28) Requires a space before '}'. (block-spacing)
(#28) Expected space(s) after "if". (keyword-spacing)
(#28) Expected space(s) before "if". (keyword-spacing)
(#28) Requires a space after '{'. (block-spacing)
(#28) Missing space before opening brace. (space-before-blocks)
(#28) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#28) Statement inside of curly braces should be on next line. (brace-style)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Missing whitespace after semicolon. (semi-spacing)
(#28) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Missing whitespace after semicolon. (semi-spacing)
(#28) A space is required after ','. (comma-spacing)
(#28) Missing space before value for key 'helper'. (key-spacing)
(#29) Line 29 exceeds the maximum line length of 132. (max-len)
(#29) Missing space before value for key 'dragging'. (key-spacing)
(#29) A space is required after ','. (comma-spacing)
(#29) Missing space before value for key 'reverting'. (key-spacing)
(#29) A space is required after ','. (comma-spacing)
(#29) Missing space before value for key '_noFinalSort'. (key-spacing)
(#29) Missing whitespace after semicolon. (semi-spacing)
(#29) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#29) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Missing semicolon. (semi)
(#29) Requires a space before '}'. (block-spacing)
(#29) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#29) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#29) Expected space(s) before "return". (keyword-spacing)
(#29) Requires a space before '}'. (block-spacing)
(#29) Missing semicolon. (semi)
(#29) A space is required after ','. (comma-spacing)
(#29) Missing space before value for key 'serialize'. (key-spacing)
(#29) Requires a space after '{'. (block-spacing)
(#29) Missing space before opening brace. (space-before-blocks)
(#29) Statement inside of curly braces should be on next line. (brace-style)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) A space is required after ','. (comma-spacing)
(#29) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Missing whitespace after semicolon. (semi-spacing)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Missing whitespace after semicolon. (semi-spacing)
(#29) Requires a space after '{'. (block-spacing)
(#29) Missing space before opening brace. (space-before-blocks)
(#29) Statement inside of curly braces should be on next line. (brace-style)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Missing whitespace after semicolon. (semi-spacing)
(#29) Expected space(s) after "if". (keyword-spacing)
(#29) Expected { after 'if' condition. (curly)
(#29) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Requires a space before '}'. (block-spacing)
(#29) Missing semicolon. (semi)
(#29) Missing whitespace after semicolon. (semi-spacing)
(#29) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Missing whitespace after semicolon. (semi-spacing)
(#29) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#29) Missing semicolon. (semi)
(#29) Requires a space before '}'. (block-spacing)
(#30) Line 30 exceeds the maximum line length of 132. (max-len)
(#30) Missing space before value for key 'toArray'. (key-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Requires a space after '{'. (block-spacing)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#30) Requires a space after '{'. (block-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Requires a space before '}'. (block-spacing)
(#30) Missing semicolon. (semi)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#30) Missing semicolon. (semi)
(#30) Requires a space before '}'. (block-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key '_intersectsWith'. (key-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Requires a space after '{'. (block-spacing)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#31) Line 31 exceeds the maximum line length of 132. (max-len)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Missing semicolon. (semi)
(#31) Requires a space before '}'. (block-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing space before value for key '_intersectsWithPointer'. (key-spacing)
(#31) Requires a space after '{'. (block-spacing)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#32) Line 32 exceeds the maximum line length of 132. (max-len)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Missing whitespace after semicolon. (semi-spacing)
(#32) Expected { after 'if' condition. (curly)
(#32) Expected space(s) after "if". (keyword-spacing)
(#32) Expected space(s) before "return". (keyword-spacing)
(#32) Missing whitespace after semicolon. (semi-spacing)
(#32) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#32) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#32) Do not nest ternary expressions (no-nested-ternary)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Requires a space before '}'. (block-spacing)
(#32) Missing semicolon. (semi)
(#32) A space is required after ','. (comma-spacing)
(#32) Missing space before value for key '_intersectsWithSides'. (key-spacing)
(#32) Missing space before opening brace. (space-before-blocks)
(#32) Requires a space after '{'. (block-spacing)
(#32) Statement inside of curly braces should be on next line. (brace-style)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) A space is required after ','. (comma-spacing)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) A space is required after ','. (comma-spacing)
(#32) Missing whitespace after semicolon. (semi-spacing)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) A space is required after ','. (comma-spacing)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) A space is required after ','. (comma-spacing)
(#32) Missing whitespace after semicolon. (semi-spacing)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) A space is required after ','. (comma-spacing)
(#32) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Missing whitespace after semicolon. (semi-spacing)
(#32) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Requires a space before '}'. (block-spacing)
(#32) Missing semicolon. (semi)
(#33) Line 33 exceeds the maximum line length of 132. (max-len)
(#33) Missing space before value for key '_getDragVerticalDirection'. (key-spacing)
(#33) Missing space before opening brace. (space-before-blocks)
(#33) Requires a space after '{'. (block-spacing)
(#33) Statement inside of curly braces should be on next line. (brace-style)
(#33) Infix operators must be spaced. (space-infix-ops)
(#33) Infix operators must be spaced. (space-infix-ops)
(#33) Missing whitespace after semicolon. (semi-spacing)
(#33) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#33) Infix operators must be spaced. (space-infix-ops)
(#33) Infix operators must be spaced. (space-infix-ops)
(#33) Infix operators must be spaced. (space-infix-ops)
(#33) Infix operators must be spaced. (space-infix-ops)
(#33) Missing semicolon. (semi)
(#33) Requires a space before '}'. (block-spacing)
(#33) A space is required after ','. (comma-spacing)
(#33) Missing space before value for key '_getDragHorizontalDirection'. (key-spacing)
(#33) Requires a space after '{'. (block-spacing)
(#33) Missing space before opening brace. (space-before-blocks)
(#33) Statement inside of curly braces should be on next line. (brace-style)
(#33) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#33) Infix operators must be spaced. (space-infix-ops)
(#33) Infix operators must be spaced. (space-infix-ops)
(#33) Missing whitespace after semicolon. (semi-spacing)
(#33) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#33) Infix operators must be spaced. (space-infix-ops)
(#33) Infix operators must be spaced. (space-infix-ops)
(#33) Infix operators must be spaced. (space-infix-ops)
(#33) Infix operators must be spaced. (space-infix-ops)
(#33) Missing semicolon. (semi)
(#33) Requires a space before '}'. (block-spacing)
(#33) A space is required after ','. (comma-spacing)
(#33) Missing space before value for key 'refresh'. (key-spacing)
(#33) Missing space before opening brace. (space-before-blocks)
(#33) Requires a space after '{'. (block-spacing)
(#33) Statement inside of curly braces should be on next line. (brace-style)
(#33) Missing whitespace after semicolon. (semi-spacing)
(#33) Missing whitespace after semicolon. (semi-spacing)
(#33) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#33) Missing semicolon. (semi)
(#33) Requires a space before '}'. (block-spacing)
(#33) A space is required after ','. (comma-spacing)
(#33) Missing space before value for key '_connectWith'. (key-spacing)
(#33) Requires a space after '{'. (block-spacing)
(#33) Missing space before opening brace. (space-before-blocks)
(#33) Statement inside of curly braces should be on next line. (brace-style)
(#33) Infix operators must be spaced. (space-infix-ops)
(#33) Missing whitespace after semicolon. (semi-spacing)
(#33) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#33) Infix operators must be spaced. (space-infix-ops)
(#33) Infix operators must be spaced. (space-infix-ops)
(#33) Requires a space before '}'. (block-spacing)
(#33) Missing semicolon. (semi)
(#33) A space is required after ','. (comma-spacing)
(#33) Missing space before value for key '_getItemsAsjQuery'. (key-spacing)
(#33) Requires a space after '{'. (block-spacing)
(#33) Missing space before opening brace. (space-before-blocks)
(#33) Statement inside of curly braces should be on next line. (brace-style)
(#33) Infix operators must be spaced. (space-infix-ops)
(#33) A space is required after ','. (comma-spacing)
(#33) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#33) Infix operators must be spaced. (space-infix-ops)
(#33) A space is required after ','. (comma-spacing)
(#33) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#33) Infix operators must be spaced. (space-infix-ops)
(#34) Line 34 exceeds the maximum line length of 132. (max-len)
(#34) Expected space(s) after "if". (keyword-spacing)
(#34) Expected { after 'if' condition. (curly)
(#34) Infix operators must be spaced. (space-infix-ops)
(#34) Expected space(s) before "for". (keyword-spacing)
(#34) Expected { after 'for' condition. (curly)
(#34) Expected space(s) after "for". (keyword-spacing)
(#34) Infix operators must be spaced. (space-infix-ops)
(#34) Infix operators must be spaced. (space-infix-ops)
(#34) Missing whitespace after semicolon. (semi-spacing)
(#34) Infix operators must be spaced. (space-infix-ops)
(#34) Missing whitespace after semicolon. (semi-spacing)
(#34) Expected space(s) after "for". (keyword-spacing)
(#34) Expected space(s) before "for". (keyword-spacing)
(#34) Infix operators must be spaced. (space-infix-ops)
(#34) A space is required after ','. (comma-spacing)
(#34) Infix operators must be spaced. (space-infix-ops)
(#34) Infix operators must be spaced. (space-infix-ops)
(#34) Missing whitespace after semicolon. (semi-spacing)
(#34) Infix operators must be spaced. (space-infix-ops)
(#34) Missing whitespace after semicolon. (semi-spacing)
(#34) Missing space before opening brace. (space-before-blocks)
(#34) Requires a space after '{'. (block-spacing)
(#34) Statement inside of curly braces should be on next line. (brace-style)
(#34) Infix operators must be spaced. (space-infix-ops)
(#34) A space is required after ','. (comma-spacing)
(#34) Missing whitespace after semicolon. (semi-spacing)
(#34) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#34) Expected { after 'if' condition. (curly)
(#34) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#34) Expected space(s) after "if". (keyword-spacing)
(#34) Infix operators must be spaced. (space-infix-ops)
(#34) Infix operators must be spaced. (space-infix-ops)
(#34) Infix operators must be spaced. (space-infix-ops)
(#34) Infix operators must be spaced. (space-infix-ops)
(#34) A space is required after ','. (comma-spacing)
(#34) A space is required after ','. (comma-spacing)
(#34) Requires a space before '}'. (block-spacing)
(#34) Missing semicolon. (semi)
(#34) Infix operators must be spaced. (space-infix-ops)
(#34) A space is required after ','. (comma-spacing)
(#34) A space is required after ','. (comma-spacing)
(#34) Missing space before value for key 'options'. (key-spacing)
(#34) A space is required after ','. (comma-spacing)
(#34) Missing space before value for key 'item'. (key-spacing)
(#34) A space is required after ','. (comma-spacing)
(#35) Line 35 exceeds the maximum line length of 132. (max-len)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Expected { after 'for' condition. (curly)
(#35) Expected space(s) after "for". (keyword-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Requires a space after '{'. (block-spacing)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#35) Missing semicolon. (semi)
(#35) Requires a space before '}'. (block-spacing)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Missing semicolon. (semi)
(#35) Requires a space before '}'. (block-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing space before value for key '_removeCurrentsFromItems'. (key-spacing)
(#35) Requires a space after '{'. (block-spacing)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Expected { after 'for' condition. (curly)
(#35) Expected space(s) after "for". (keyword-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) A space is required after ','. (comma-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Expected space(s) before "for". (keyword-spacing)
(#35) Expected space(s) after "for". (keyword-spacing)
(#35) Expected { after 'for' condition. (curly)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) A space is required after ','. (comma-spacing)
(#35) Requires a space before '}'. (block-spacing)
(#35) Missing semicolon. (semi)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing space before value for key '_refreshItems'. (key-spacing)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Requires a space after '{'. (block-spacing)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) A space is required after ','. (comma-spacing)
(#35) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) A space is required after ','. (comma-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing space before value for key 'item'. (key-spacing)
(#35) A space is required after ','. (comma-spacing)
(#36) Line 36 exceeds the maximum line length of 132. (max-len)
(#36) A space is required after ','. (comma-spacing)
(#36) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#36) Infix operators must be spaced. (space-infix-ops)
(#36) Missing whitespace after semicolon. (semi-spacing)
(#36) Expected space(s) after "if". (keyword-spacing)
(#36) Expected { after 'if' condition. (curly)
(#36) Expected space(s) after "for". (keyword-spacing)
(#36) Expected space(s) before "for". (keyword-spacing)
(#36) Expected { after 'for' condition. (curly)
(#36) Infix operators must be spaced. (space-infix-ops)
(#36) Infix operators must be spaced. (space-infix-ops)
(#36) Missing whitespace after semicolon. (semi-spacing)
(#36) Infix operators must be spaced. (space-infix-ops)
(#36) Missing whitespace after semicolon. (semi-spacing)
(#36) Expected space(s) before "for". (keyword-spacing)
(#36) Expected space(s) after "for". (keyword-spacing)
(#36) Infix operators must be spaced. (space-infix-ops)
(#36) A space is required after ','. (comma-spacing)
(#36) Infix operators must be spaced. (space-infix-ops)
(#36) Infix operators must be spaced. (space-infix-ops)
(#36) Missing whitespace after semicolon. (semi-spacing)
(#36) Infix operators must be spaced. (space-infix-ops)
(#36) Missing whitespace after semicolon. (semi-spacing)
(#36) Requires a space after '{'. (block-spacing)
(#36) Missing space before opening brace. (space-before-blocks)
(#36) Statement inside of curly braces should be on next line. (brace-style)
(#36) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#36) Infix operators must be spaced. (space-infix-ops)
(#36) A space is required after ','. (comma-spacing)
(#36) Missing whitespace after semicolon. (semi-spacing)
(#36) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#36) Expected space(s) after "if". (keyword-spacing)
(#36) Infix operators must be spaced. (space-infix-ops)
(#36) Infix operators must be spaced. (space-infix-ops)
(#36) Infix operators must be spaced. (space-infix-ops)
(#36) Missing space before opening brace. (space-before-blocks)
(#36) Requires a space after '{'. (block-spacing)
(#36) Statement inside of curly braces should be on next line. (brace-style)
(#36) Infix operators must be spaced. (space-infix-ops)
(#36) A space is required after ','. (comma-spacing)
(#36) A space is required after ','. (comma-spacing)
(#36) Missing space before value for key 'item'. (key-spacing)
(#36) A space is required after ','. (comma-spacing)
(#36) A space is required after ','. (comma-spacing)
(#36) Missing whitespace after semicolon. (semi-spacing)
(#36) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#36) Requires a space before '}'. (block-spacing)
(#36) Missing semicolon. (semi)
(#36) Requires a space before '}'. (block-spacing)
(#36) Expected space(s) before "for". (keyword-spacing)
(#36) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#36) Expected space(s) after "for". (keyword-spacing)
(#36) 'f' used outside of binding context. (block-scoped-var)
(#36) Infix operators must be spaced. (space-infix-ops)
(#36) Infix operators must be spaced. (space-infix-ops)
(#36) Missing whitespace after semicolon. (semi-spacing)
(#36) 'f' used outside of binding context. (block-scoped-var)
(#36) Infix operators must be spaced. (space-infix-ops)
(#36) Missing whitespace after semicolon. (semi-spacing)
(#36) 'f' used outside of binding context. (block-scoped-var)
(#36) Requires a space after '{'. (block-spacing)
(#36) Missing space before opening brace. (space-before-blocks)
(#36) Statement inside of curly braces should be on next line. (brace-style)
(#36) Infix operators must be spaced. (space-infix-ops)
(#36) 'f' used outside of binding context. (block-scoped-var)
(#36) Missing whitespace after semicolon. (semi-spacing)
(#36) Infix operators must be spaced. (space-infix-ops)
(#36) 'f' used outside of binding context. (block-scoped-var)
(#36) Missing whitespace after semicolon. (semi-spacing)
(#36) 'h' used outside of binding context. (block-scoped-var)
(#36) Infix operators must be spaced. (space-infix-ops)
(#36) Missing whitespace after semicolon. (semi-spacing)
(#36) Expected space(s) after "for". (keyword-spacing)
(#36) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#36) 'g' used outside of binding context. (block-scoped-var)
(#36) Infix operators must be spaced. (space-infix-ops)
(#36) Missing whitespace after semicolon. (semi-spacing)
(#36) 'h' used outside of binding context. (block-scoped-var)
(#36) Infix operators must be spaced. (space-infix-ops)
(#36) 'g' used outside of binding context. (block-scoped-var)
(#36) Missing whitespace after semicolon. (semi-spacing)
(#36) 'h' used outside of binding context. (block-scoped-var)
(#36) Missing space before opening brace. (space-before-blocks)
(#36) Requires a space after '{'. (block-spacing)
(#36) 'i' used outside of binding context. (block-scoped-var)
(#36) Statement inside of curly braces should be on next line. (brace-style)
(#36) Infix operators must be spaced. (space-infix-ops)
(#36) 'h' used outside of binding context. (block-scoped-var)
(#36) Missing whitespace after semicolon. (semi-spacing)
(#36) 'i' used outside of binding context. (block-scoped-var)
(#36) A space is required after ','. (comma-spacing)
(#36) Missing whitespace after semicolon. (semi-spacing)
(#36) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#36) 'i' used outside of binding context. (block-scoped-var)
(#36) Missing space before value for key 'item'. (key-spacing)
(#36) A space is required after ','. (comma-spacing)
(#36) Missing space before value for key 'instance'. (key-spacing)
(#36) A space is required after ','. (comma-spacing)
(#36) Missing space before value for key 'width'. (key-spacing)
(#36) A space is required after ','. (comma-spacing)
(#36) Missing space before value for key 'height'. (key-spacing)
(#36) A space is required after ','. (comma-spacing)
(#36) Missing space before value for key 'left'. (key-spacing)
(#36) A space is required after ','. (comma-spacing)
(#36) Missing space before value for key 'top'. (key-spacing)
(#36) Requires a space before '}'. (block-spacing)
(#36) Missing semicolon. (semi)
(#36) Requires a space before '}'. (block-spacing)
(#36) Requires a space before '}'. (block-spacing)
(#36) A space is required after ','. (comma-spacing)
(#36) Missing space before value for key 'refreshPositions'. (key-spacing)
(#36) Requires a space after '{'. (block-spacing)
(#36) Missing space before opening brace. (space-before-blocks)
(#36) Expected space(s) after "if". (keyword-spacing)
(#36) Statement inside of curly braces should be on next line. (brace-style)
(#36) Expected { after 'if' condition. (curly)
(#36) Infix operators must be spaced. (space-infix-ops)
(#37) Line 37 exceeds the maximum line length of 132. (max-len)
(#37) Expected space(s) before "this". (keyword-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Expected space(s) after "for". (keyword-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Requires a space after '{'. (block-spacing)
(#37) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Expected space(s) after "if". (keyword-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Requires a space after '{'. (block-spacing)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing semicolon. (semi)
(#37) Requires a space before '}'. (block-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing semicolon. (semi)
(#37) Requires a space before '}'. (block-spacing)
(#37) Expected space(s) after "if". (keyword-spacing)
(#37) Expected { after 'if' condition. (curly)
(#37) Expected space(s) before "if". (keyword-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Expected space(s) before "this". (keyword-spacing)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Expected { after 'else'. (curly)
(#37) Expected space(s) after "for". (keyword-spacing)
(#37) 'b' used outside of binding context. (block-scoped-var)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) 'b' used outside of binding context. (block-scoped-var)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) 'b' used outside of binding context. (block-scoped-var)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Requires a space after '{'. (block-spacing)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) 'e' used outside of binding context. (block-scoped-var)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) 'b' used outside of binding context. (block-scoped-var)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) 'b' used outside of binding context. (block-scoped-var)
(#37) Infix operators must be spaced. (space-infix-ops)
(#38) Line 38 exceeds the maximum line length of 132. (max-len)
(#38) 'e' used outside of binding context. (block-scoped-var)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) 'b' used outside of binding context. (block-scoped-var)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) 'e' used outside of binding context. (block-scoped-var)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#38) 'b' used outside of binding context. (block-scoped-var)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) 'b' used outside of binding context. (block-scoped-var)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#38) 'b' used outside of binding context. (block-scoped-var)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) 'b' used outside of binding context. (block-scoped-var)
(#38) Requires a space before '}'. (block-spacing)
(#38) Missing semicolon. (semi)
(#38) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#38) Expected space(s) before "return". (keyword-spacing)
(#38) Requires a space before '}'. (block-spacing)
(#38) Missing semicolon. (semi)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key '_createPlaceholder'. (key-spacing)
(#38) Requires a space after '{'. (block-spacing)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Expected space(s) after "if". (keyword-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Requires a space after '{'. (block-spacing)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing space before value for key 'element'. (key-spacing)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Requires a space after '{'. (block-spacing)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#39) Expected { after 'if' condition. (curly)
(#39) Expected space(s) after "if". (keyword-spacing)
(#39) Line 39 exceeds the maximum line length of 132. (max-len)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#39) Missing semicolon. (semi)
(#39) Requires a space before '}'. (block-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'update'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before opening brace. (space-before-blocks)
(#39) Requires a space after '{'. (block-spacing)
(#39) Expected space(s) after "if". (keyword-spacing)
(#39) Statement inside of curly braces should be on next line. (brace-style)
(#39) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#39) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing space before opening brace. (space-before-blocks)
(#39) Requires a space after '{'. (block-spacing)
(#39) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#39) Statement inside of curly braces should be on next line. (brace-style)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#39) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing semicolon. (semi)
(#39) Requires a space before '}'. (block-spacing)
(#39) Requires a space before '}'. (block-spacing)
(#39) Requires a space before '}'. (block-spacing)
(#39) Missing semicolon. (semi)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#40) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#40) Line 40 exceeds the maximum line length of 132. (max-len)
(#40) A space is required after ','. (comma-spacing)
(#40) Requires a space before '}'. (block-spacing)
(#40) Missing semicolon. (semi)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key '_contactContainers'. (key-spacing)
(#40) Missing space before opening brace. (space-before-blocks)
(#40) Requires a space after '{'. (block-spacing)
(#40) Expected { after 'for' condition. (curly)
(#40) Statement inside of curly braces should be on next line. (brace-style)
(#40) Expected space(s) after "for". (keyword-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Expected space(s) after "if". (keyword-spacing)
(#40) Expected { after 'if' condition. (curly)
(#40) Expected space(s) before "if". (keyword-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Expected space(s) before "if". (keyword-spacing)
(#40) Expected space(s) after "if". (keyword-spacing)
(#40) Missing space before opening brace. (space-before-blocks)
(#40) Requires a space after '{'. (block-spacing)
(#40) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#40) Expected space(s) after "if". (keyword-spacing)
(#40) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#40) Statement inside of curly braces should be on next line. (brace-style)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Requires a space after '{'. (block-spacing)
(#40) Missing space before opening brace. (space-before-blocks)
(#40) Statement inside of curly braces should be on next line. (brace-style)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Requires a space before '}'. (block-spacing)
(#40) Missing semicolon. (semi)
(#40) Requires a space before '}'. (block-spacing)
(#40) Expected space(s) before "else". (keyword-spacing)
(#40) Expected space(s) after "if". (keyword-spacing)
(#40) Requires a space after '{'. (block-spacing)
(#40) Missing space before opening brace. (space-before-blocks)
(#40) Statement inside of curly braces should be on next line. (brace-style)
(#40) A space is required after ','. (comma-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Requires a space before '}'. (block-spacing)
(#40) Missing semicolon. (semi)
(#40) Expected { after 'if' condition. (curly)
(#40) Expected space(s) after "if". (keyword-spacing)
(#40) Expected space(s) before "if". (keyword-spacing)
(#40) 'b' used outside of binding context. (block-scoped-var)
(#40) Expected space(s) before "if". (keyword-spacing)
(#40) Expected space(s) after "if". (keyword-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#41) Line 41 exceeds the maximum line length of 132. (max-len)
(#41) Requires a space after '{'. (block-spacing)
(#41) Missing space before opening brace. (space-before-blocks)
(#41) Statement inside of curly braces should be on next line. (brace-style)
(#41) 'c' used outside of binding context. (block-scoped-var)
(#41) A space is required after ','. (comma-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#41) 'c' used outside of binding context. (block-scoped-var)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Requires a space before '}'. (block-spacing)
(#41) Missing semicolon. (semi)
(#41) Expected space(s) before "else". (keyword-spacing)
(#41) Expected space(s) after "if". (keyword-spacing)
(#41) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) 'c' used outside of binding context. (block-scoped-var)
(#41) Requires a space after '{'. (block-spacing)
(#41) Missing space before opening brace. (space-before-blocks)
(#41) 'b' used outside of binding context. (block-scoped-var)
(#41) Statement inside of curly braces should be on next line. (brace-style)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) 'e' used outside of binding context. (block-scoped-var)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Expected { after 'for' condition. (curly)
(#41) Expected space(s) after "for". (keyword-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) 'c' used outside of binding context. (block-scoped-var)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Expected space(s) before "if". (keyword-spacing)
(#41) Expected space(s) after "if". (keyword-spacing)
(#41) 'c' used outside of binding context. (block-scoped-var)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing space before opening brace. (space-before-blocks)
(#41) Requires a space after '{'. (block-spacing)
(#41) Statement inside of curly braces should be on next line. (brace-style)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) 'c' used outside of binding context. (block-scoped-var)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Expected space(s) after "if". (keyword-spacing)
(#41) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) 'b' used outside of binding context. (block-scoped-var)
(#41) Missing space before opening brace. (space-before-blocks)
(#41) Requires a space after '{'. (block-spacing)
(#41) 'b' used outside of binding context. (block-scoped-var)
(#41) Statement inside of curly braces should be on next line. (brace-style)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#41) 'e' used outside of binding context. (block-scoped-var)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Requires a space before '}'. (block-spacing)
(#41) Missing semicolon. (semi)
(#41) Requires a space before '}'. (block-spacing)
(#41) Expected space(s) before "if". (keyword-spacing)
(#41) Expected space(s) after "if". (keyword-spacing)
(#41) 'e' used outside of binding context. (block-scoped-var)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Requires a space after '{'. (block-spacing)
(#41) Missing space before opening brace. (space-before-blocks)
(#41) Statement inside of curly braces should be on next line. (brace-style)
(#41) Infix operators must be spaced. (space-infix-ops)
(#42) Line 42 exceeds the maximum line length of 132. (max-len)
(#42) 'c' used outside of binding context. (block-scoped-var)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) 'e' used outside of binding context. (block-scoped-var)
(#42) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) A space is required after ','. (comma-spacing)
(#42) 'e' used outside of binding context. (block-scoped-var)
(#42) A space is required after ','. (comma-spacing)
(#42) A space is required after ','. (comma-spacing)
(#42) A space is required after ','. (comma-spacing)
(#42) A space is required after ','. (comma-spacing)
(#42) 'c' used outside of binding context. (block-scoped-var)
(#42) A space is required after ','. (comma-spacing)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#42) A space is required after ','. (comma-spacing)
(#42) A space is required after ','. (comma-spacing)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) 'c' used outside of binding context. (block-scoped-var)
(#42) A space is required after ','. (comma-spacing)
(#42) A space is required after ','. (comma-spacing)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) A space is required after ','. (comma-spacing)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) 'c' used outside of binding context. (block-scoped-var)
(#42) A space is required after ','. (comma-spacing)
(#42) A space is required after ','. (comma-spacing)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#42) 'c' used outside of binding context. (block-scoped-var)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Requires a space before '}'. (block-spacing)
(#42) Missing semicolon. (semi)
(#42) Requires a space before '}'. (block-spacing)
(#42) Requires a space before '}'. (block-spacing)
(#42) A space is required after ','. (comma-spacing)
(#42) Missing space before value for key '_createHelper'. (key-spacing)
(#42) Requires a space after '{'. (block-spacing)
(#42) Missing space before opening brace. (space-before-blocks)
(#42) Statement inside of curly braces should be on next line. (brace-style)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Do not nest ternary expressions (no-nested-ternary)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) A space is required after ','. (comma-spacing)
(#42) A space is required after ','. (comma-spacing)
(#43) Line 43 exceeds the maximum line length of 132. (max-len)
(#43) Infix operators must be spaced. (space-infix-ops)
(#43) Infix operators must be spaced. (space-infix-ops)
(#43) Missing whitespace after semicolon. (semi-spacing)
(#43) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#43) Infix operators must be spaced. (space-infix-ops)
(#43) Infix operators must be spaced. (space-infix-ops)
(#43) Infix operators must be spaced. (space-infix-ops)
(#43) Missing whitespace after semicolon. (semi-spacing)
(#43) Expected { after 'if' condition. (curly)
(#43) Expected space(s) after "if". (keyword-spacing)
(#43) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#43) Infix operators must be spaced. (space-infix-ops)
(#43) Expected space(s) before "this". (keyword-spacing)
(#43) Infix operators must be spaced. (space-infix-ops)
(#43) Missing space before value for key 'width'. (key-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) Missing space before value for key 'height'. (key-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) Missing space before value for key 'position'. (key-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) Missing space before value for key 'top'. (key-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) Missing space before value for key 'left'. (key-spacing)
(#43) Missing whitespace after semicolon. (semi-spacing)
(#43) Expected space(s) after "if". (keyword-spacing)
(#43) Expected { after 'if' condition. (curly)
(#43) Infix operators must be spaced. (space-infix-ops)
(#43) Infix operators must be spaced. (space-infix-ops)
(#43) Missing whitespace after semicolon. (semi-spacing)
(#43) Expected space(s) after "if". (keyword-spacing)
(#43) Expected { after 'if' condition. (curly)
(#43) Infix operators must be spaced. (space-infix-ops)
(#44) Line 44 exceeds the maximum line length of 132. (max-len)
(#44) Infix operators must be spaced. (space-infix-ops)
(#44) Missing whitespace after semicolon. (semi-spacing)
(#44) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#44) Requires a space before '}'. (block-spacing)
(#44) Missing semicolon. (semi)
(#44) A space is required after ','. (comma-spacing)
(#44) Missing space before value for key '_adjustOffsetFromHelper'. (key-spacing)
(#44) Requires a space after '{'. (block-spacing)
(#44) Missing space before opening brace. (space-before-blocks)
(#44) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#44) Expected space(s) after "if". (keyword-spacing)
(#44) Expected { after 'if' condition. (curly)
(#44) Statement inside of curly braces should be on next line. (brace-style)
(#44) Infix operators must be spaced. (space-infix-ops)
(#44) Infix operators must be spaced. (space-infix-ops)
(#44) Missing whitespace after semicolon. (semi-spacing)
(#44) Expected { after 'if' condition. (curly)
(#44) Expected space(s) after "if". (keyword-spacing)
(#44) Infix operators must be spaced. (space-infix-ops)
(#44) Missing space before value for key 'left'. (key-spacing)
(#44) A space is required after ','. (comma-spacing)
(#44) Missing space before value for key 'top'. (key-spacing)
(#44) Infix operators must be spaced. (space-infix-ops)
(#44) Missing whitespace after semicolon. (semi-spacing)
(#44) Expected { after 'if' condition. (curly)
(#44) Expected space(s) after "if". (keyword-spacing)
(#44) Expected space(s) before "this". (keyword-spacing)
(#44) Infix operators must be spaced. (space-infix-ops)
(#44) Infix operators must be spaced. (space-infix-ops)
(#44) Missing whitespace after semicolon. (semi-spacing)
(#44) Expected { after 'if' condition. (curly)
(#44) Expected space(s) after "if". (keyword-spacing)
(#44) Expected space(s) before "this". (keyword-spacing)
(#44) Infix operators must be spaced. (space-infix-ops)
(#44) Infix operators must be spaced. (space-infix-ops)
(#44) Infix operators must be spaced. (space-infix-ops)
(#44) Missing whitespace after semicolon. (semi-spacing)
(#44) Expected { after 'if' condition. (curly)
(#44) Expected space(s) after "if". (keyword-spacing)
(#44) Expected space(s) before "this". (keyword-spacing)
(#44) Infix operators must be spaced. (space-infix-ops)
(#44) Infix operators must be spaced. (space-infix-ops)
(#44) Missing whitespace after semicolon. (semi-spacing)
(#44) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#44) Expected space(s) after "if". (keyword-spacing)
(#44) Expected { after 'if' condition. (curly)
(#44) Expected space(s) before "this". (keyword-spacing)
(#44) Infix operators must be spaced. (space-infix-ops)
(#44) Infix operators must be spaced. (space-infix-ops)
(#44) Infix operators must be spaced. (space-infix-ops)
(#44) Missing semicolon. (semi)
(#44) Requires a space before '}'. (block-spacing)
(#44) A space is required after ','. (comma-spacing)
(#44) Missing space before value for key '_getParentOffset'. (key-spacing)
(#44) Requires a space after '{'. (block-spacing)
(#44) Missing space before opening brace. (space-before-blocks)
(#44) Statement inside of curly braces should be on next line. (brace-style)
(#44) Infix operators must be spaced. (space-infix-ops)
(#45) Line 45 exceeds the maximum line length of 132. (max-len)
(#45) Missing whitespace after semicolon. (semi-spacing)
(#45) Infix operators must be spaced. (space-infix-ops)
(#45) Missing whitespace after semicolon. (semi-spacing)
(#45) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#45) Expected space(s) after "if". (keyword-spacing)
(#45) Infix operators must be spaced. (space-infix-ops)
(#45) Infix operators must be spaced. (space-infix-ops)
(#45) Infix operators must be spaced. (space-infix-ops)
(#45) Infix operators must be spaced. (space-infix-ops)
(#45) A space is required after ','. (comma-spacing)
(#45) Missing space before opening brace. (space-before-blocks)
(#45) Requires a space after '{'. (block-spacing)
(#45) Statement inside of curly braces should be on next line. (brace-style)
(#45) Infix operators must be spaced. (space-infix-ops)
(#45) Missing whitespace after semicolon. (semi-spacing)
(#45) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#45) Infix operators must be spaced. (space-infix-ops)
(#45) Requires a space before '}'. (block-spacing)
(#45) Missing semicolon. (semi)
(#45) Expected space(s) after "if". (keyword-spacing)
(#45) Expected { after 'if' condition. (curly)
(#45) Expected space(s) before "if". (keyword-spacing)
(#45) Infix operators must be spaced. (space-infix-ops)
(#45) Infix operators must be spaced. (space-infix-ops)
(#45) Infix operators must be spaced. (space-infix-ops)
(#45) Infix operators must be spaced. (space-infix-ops)
(#45) Infix operators must be spaced. (space-infix-ops)
(#45) Infix operators must be spaced. (space-infix-ops)
(#45) Missing space before value for key 'top'. (key-spacing)
(#45) A space is required after ','. (comma-spacing)
(#45) Missing space before value for key 'left'. (key-spacing)
(#45) Missing whitespace after semicolon. (semi-spacing)
(#45) Expected space(s) after "return". (keyword-spacing)
(#45) Missing space before value for key 'top'. (key-spacing)
(#45) Infix operators must be spaced. (space-infix-ops)
(#45) A space is required after ','. (comma-spacing)
(#45) Infix operators must be spaced. (space-infix-ops)
(#45) A space is required after ','. (comma-spacing)
(#45) Missing space before value for key 'left'. (key-spacing)
(#45) Infix operators must be spaced. (space-infix-ops)
(#46) Line 46 exceeds the maximum line length of 132. (max-len)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Missing semicolon. (semi)
(#46) Requires a space before '}'. (block-spacing)
(#46) A space is required after ','. (comma-spacing)
(#46) Missing space before value for key '_getRelativeOffset'. (key-spacing)
(#46) Requires a space after '{'. (block-spacing)
(#46) Missing space before opening brace. (space-before-blocks)
(#46) Statement inside of curly braces should be on next line. (brace-style)
(#46) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#46) Expected space(s) after "if". (keyword-spacing)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Missing space before opening brace. (space-before-blocks)
(#46) Requires a space after '{'. (block-spacing)
(#46) Statement inside of curly braces should be on next line. (brace-style)
(#46) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Missing whitespace after semicolon. (semi-spacing)
(#46) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#46) Expected space(s) after "return". (keyword-spacing)
(#46) Missing space before value for key 'top'. (key-spacing)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) A space is required after ','. (comma-spacing)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) A space is required after ','. (comma-spacing)
(#46) Missing space before value for key 'left'. (key-spacing)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) A space is required after ','. (comma-spacing)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Requires a space before '}'. (block-spacing)
(#46) Missing semicolon. (semi)
(#46) Expected { after 'else'. (curly)
(#46) Expected space(s) before "else". (keyword-spacing)
(#46) Expected space(s) after "return". (keyword-spacing)
(#46) Missing space before value for key 'top'. (key-spacing)
(#46) A space is required after ','. (comma-spacing)
(#46) Missing space before value for key 'left'. (key-spacing)
(#46) Requires a space before '}'. (block-spacing)
(#46) Missing semicolon. (semi)
(#46) A space is required after ','. (comma-spacing)
(#46) Missing space before value for key '_cacheMargins'. (key-spacing)
(#46) Requires a space after '{'. (block-spacing)
(#46) Missing space before opening brace. (space-before-blocks)
(#46) Statement inside of curly braces should be on next line. (brace-style)
(#46) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Missing space before value for key 'left'. (key-spacing)
(#46) A space is required after ','. (comma-spacing)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) A space is required after ','. (comma-spacing)
(#46) Missing space before value for key 'top'. (key-spacing)
(#46) A space is required after ','. (comma-spacing)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Requires a space before '}'. (block-spacing)
(#46) Missing semicolon. (semi)
(#46) A space is required after ','. (comma-spacing)
(#46) Missing space before value for key '_cacheHelperProportions'. (key-spacing)
(#46) Missing space before opening brace. (space-before-blocks)
(#46) Requires a space after '{'. (block-spacing)
(#46) Statement inside of curly braces should be on next line. (brace-style)
(#46) Infix operators must be spaced. (space-infix-ops)
(#47) Line 47 exceeds the maximum line length of 132. (max-len)
(#47) Missing space before value for key 'width'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'height'. (key-spacing)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key '_setContainment'. (key-spacing)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Expected { after 'if' condition. (curly)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Expected { after 'if' condition. (curly)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Expected space(s) before "this". (keyword-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#48) Line 48 exceeds the maximum line length of 132. (max-len)
(#48) Infix operators must be spaced. (space-infix-ops)
(#48) Infix operators must be spaced. (space-infix-ops)
(#48) Missing whitespace after semicolon. (semi-spacing)
(#48) Expected space(s) after "if". (keyword-spacing)
(#48) Requires a space after '{'. (block-spacing)
(#48) Missing space before opening brace. (space-before-blocks)
(#48) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#48) Statement inside of curly braces should be on next line. (brace-style)
(#48) Infix operators must be spaced. (space-infix-ops)
(#48) Missing whitespace after semicolon. (semi-spacing)
(#48) Infix operators must be spaced. (space-infix-ops)
(#48) Missing whitespace after semicolon. (semi-spacing)
(#48) Infix operators must be spaced. (space-infix-ops)
(#48) Infix operators must be spaced. (space-infix-ops)
(#48) Missing whitespace after semicolon. (semi-spacing)
(#48) Infix operators must be spaced. (space-infix-ops)
(#48) Infix operators must be spaced. (space-infix-ops)
(#48) A space is required after ','. (comma-spacing)
(#48) Infix operators must be spaced. (space-infix-ops)
(#48) Infix operators must be spaced. (space-infix-ops)
(#48) A space is required after ','. (comma-spacing)
(#48) Infix operators must be spaced. (space-infix-ops)
(#48) Infix operators must be spaced. (space-infix-ops)
(#48) A space is required after ','. (comma-spacing)
(#48) Infix operators must be spaced. (space-infix-ops)
(#48) A space is required after ','. (comma-spacing)
(#48) Infix operators must be spaced. (space-infix-ops)
(#48) Infix operators must be spaced. (space-infix-ops)
(#48) A space is required after ','. (comma-spacing)
(#48) Infix operators must be spaced. (space-infix-ops)
(#48) Infix operators must be spaced. (space-infix-ops)
(#48) A space is required after ','. (comma-spacing)
(#48) Infix operators must be spaced. (space-infix-ops)
(#48) Infix operators must be spaced. (space-infix-ops)
(#49) Line 49 exceeds the maximum line length of 132. (max-len)
(#49) Infix operators must be spaced. (space-infix-ops)
(#49) A space is required after ','. (comma-spacing)
(#49) Infix operators must be spaced. (space-infix-ops)
(#49) Infix operators must be spaced. (space-infix-ops)
(#49) A space is required after ','. (comma-spacing)
(#49) Infix operators must be spaced. (space-infix-ops)
(#49) Infix operators must be spaced. (space-infix-ops)
(#49) Infix operators must be spaced. (space-infix-ops)
(#49) A space is required after ','. (comma-spacing)
(#49) Infix operators must be spaced. (space-infix-ops)
(#49) Infix operators must be spaced. (space-infix-ops)
(#49) A space is required after ','. (comma-spacing)
(#49) Infix operators must be spaced. (space-infix-ops)
(#49) A space is required after ','. (comma-spacing)
(#49) Infix operators must be spaced. (space-infix-ops)
(#49) Infix operators must be spaced. (space-infix-ops)
(#49) A space is required after ','. (comma-spacing)
(#49) Infix operators must be spaced. (space-infix-ops)
(#49) Infix operators must be spaced. (space-infix-ops)
(#49) Infix operators must be spaced. (space-infix-ops)
(#49) Requires a space before '}'. (block-spacing)
(#49) Missing semicolon. (semi)
(#49) Requires a space before '}'. (block-spacing)
(#49) A space is required after ','. (comma-spacing)
(#49) Missing space before value for key '_convertPositionTo'. (key-spacing)
(#49) A space is required after ','. (comma-spacing)
(#49) Requires a space after '{'. (block-spacing)
(#49) Missing space before opening brace. (space-before-blocks)
(#49) Statement inside of curly braces should be on next line. (brace-style)
(#49) Expected { after 'if' condition. (curly)
(#49) Expected space(s) after "if". (keyword-spacing)
(#49) Infix operators must be spaced. (space-infix-ops)
(#49) Missing whitespace after semicolon. (semi-spacing)
(#49) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#49) Infix operators must be spaced. (space-infix-ops)
(#49) Infix operators must be spaced. (space-infix-ops)
(#49) Infix operators must be spaced. (space-infix-ops)
(#49) Missing whitespace after semicolon. (semi-spacing)
(#49) Infix operators must be spaced. (space-infix-ops)
(#49) Infix operators must be spaced. (space-infix-ops)
(#49) Infix operators must be spaced. (space-infix-ops)
(#49) Infix operators must be spaced. (space-infix-ops)
(#50) Line 50 exceeds the maximum line length of 132. (max-len)
(#50) Infix operators must be spaced. (space-infix-ops)
(#50) A space is required after ','. (comma-spacing)
(#50) Infix operators must be spaced. (space-infix-ops)
(#50) A space is required after ','. (comma-spacing)
(#50) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#50) Infix operators must be spaced. (space-infix-ops)
(#50) Missing whitespace after semicolon. (semi-spacing)
(#50) Expected space(s) after "return". (keyword-spacing)
(#50) Missing space before value for key 'top'. (key-spacing)
(#50) Infix operators must be spaced. (space-infix-ops)
(#50) Infix operators must be spaced. (space-infix-ops)
(#50) Infix operators must be spaced. (space-infix-ops)
(#50) Infix operators must be spaced. (space-infix-ops)
(#50) Infix operators must be spaced. (space-infix-ops)
(#50) Infix operators must be spaced. (space-infix-ops)
(#50) Infix operators must be spaced. (space-infix-ops)
(#50) Infix operators must be spaced. (space-infix-ops)
(#50) Do not nest ternary expressions (no-nested-ternary)
(#50) Infix operators must be spaced. (space-infix-ops)
(#50) Infix operators must be spaced. (space-infix-ops)
(#50) Infix operators must be spaced. (space-infix-ops)
(#50) Infix operators must be spaced. (space-infix-ops)
(#50) A space is required after ','. (comma-spacing)
(#50) Missing space before value for key 'left'. (key-spacing)
(#50) Infix operators must be spaced. (space-infix-ops)
(#50) Infix operators must be spaced. (space-infix-ops)
(#50) Infix operators must be spaced. (space-infix-ops)
(#50) Infix operators must be spaced. (space-infix-ops)
(#50) Infix operators must be spaced. (space-infix-ops)
(#50) Infix operators must be spaced. (space-infix-ops)
(#50) Infix operators must be spaced. (space-infix-ops)
(#50) Infix operators must be spaced. (space-infix-ops)
(#50) Do not nest ternary expressions (no-nested-ternary)
(#50) Infix operators must be spaced. (space-infix-ops)
(#50) Infix operators must be spaced. (space-infix-ops)
(#51) Line 51 exceeds the maximum line length of 132. (max-len)
(#51) Infix operators must be spaced. (space-infix-ops)
(#51) Infix operators must be spaced. (space-infix-ops)
(#51) Missing semicolon. (semi)
(#51) Requires a space before '}'. (block-spacing)
(#51) A space is required after ','. (comma-spacing)
(#51) Function '_generatePosition' has a complexity of 24. (complexity)
(#51) Missing space before value for key '_generatePosition'. (key-spacing)
(#51) Missing space before opening brace. (space-before-blocks)
(#51) Requires a space after '{'. (block-spacing)
(#51) Statement inside of curly braces should be on next line. (brace-style)
(#51) Infix operators must be spaced. (space-infix-ops)
(#51) A space is required after ','. (comma-spacing)
(#51) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#51) Infix operators must be spaced. (space-infix-ops)
(#51) Infix operators must be spaced. (space-infix-ops)
(#51) Infix operators must be spaced. (space-infix-ops)
(#51) Infix operators must be spaced. (space-infix-ops)
(#51) Infix operators must be spaced. (space-infix-ops)
(#51) A space is required after ','. (comma-spacing)
(#51) Infix operators must be spaced. (space-infix-ops)
(#51) A space is required after ','. (comma-spacing)
(#51) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#51) Infix operators must be spaced. (space-infix-ops)
(#51) Missing whitespace after semicolon. (semi-spacing)
(#51) Expected space(s) after "if". (keyword-spacing)
(#51) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#51) Expected { after 'if' condition. (curly)
(#51) Infix operators must be spaced. (space-infix-ops)
(#51) Infix operators must be spaced. (space-infix-ops)
(#51) Infix operators must be spaced. (space-infix-ops)
(#51) Infix operators must be spaced. (space-infix-ops)
(#51) Infix operators must be spaced. (space-infix-ops)
(#51) Expected space(s) before "this". (keyword-spacing)
(#51) Infix operators must be spaced. (space-infix-ops)
(#51) Missing whitespace after semicolon. (semi-spacing)
(#51) Infix operators must be spaced. (space-infix-ops)
(#51) A space is required after ','. (comma-spacing)
(#51) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#51) Infix operators must be spaced. (space-infix-ops)
(#51) Missing whitespace after semicolon. (semi-spacing)
(#51) Expected space(s) after "if". (keyword-spacing)
(#51) Requires a space after '{'. (block-spacing)
(#51) Missing space before opening brace. (space-before-blocks)
(#51) Expected space(s) after "if". (keyword-spacing)
(#51) Statement inside of curly braces should be on next line. (brace-style)
(#51) Requires a space after '{'. (block-spacing)
(#51) Missing space before opening brace. (space-before-blocks)
(#51) Expected space(s) after "if". (keyword-spacing)
(#51) Expected { after 'if' condition. (curly)
(#51) Statement inside of curly braces should be on next line. (brace-style)
(#51) Infix operators must be spaced. (space-infix-ops)
(#52) Line 52 exceeds the maximum line length of 132. (max-len)
(#52) Infix operators must be spaced. (space-infix-ops)
(#52) Infix operators must be spaced. (space-infix-ops)
(#52) Infix operators must be spaced. (space-infix-ops)
(#52) Missing whitespace after semicolon. (semi-spacing)
(#52) Expected { after 'if' condition. (curly)
(#52) Expected space(s) after "if". (keyword-spacing)
(#52) Infix operators must be spaced. (space-infix-ops)
(#52) Infix operators must be spaced. (space-infix-ops)
(#52) Infix operators must be spaced. (space-infix-ops)
(#52) Infix operators must be spaced. (space-infix-ops)
(#52) Missing whitespace after semicolon. (semi-spacing)
(#52) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#52) Expected space(s) after "if". (keyword-spacing)
(#52) Expected { after 'if' condition. (curly)
(#52) Infix operators must be spaced. (space-infix-ops)
(#52) Infix operators must be spaced. (space-infix-ops)
(#52) Expected space(s) before "this". (keyword-spacing)
(#52) Infix operators must be spaced. (space-infix-ops)
(#52) Infix operators must be spaced. (space-infix-ops)
(#52) Missing whitespace after semicolon. (semi-spacing)
(#52) Expected { after 'if' condition. (curly)
(#52) Expected space(s) after "if". (keyword-spacing)
(#52) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#52) Infix operators must be spaced. (space-infix-ops)
(#52) Infix operators must be spaced. (space-infix-ops)
(#52) Expected space(s) before "this". (keyword-spacing)
(#52) Infix operators must be spaced. (space-infix-ops)
(#52) Infix operators must be spaced. (space-infix-ops)
(#52) Requires a space before '}'. (block-spacing)
(#52) Missing semicolon. (semi)
(#52) Expected space(s) before "if". (keyword-spacing)
(#52) Expected space(s) after "if". (keyword-spacing)
(#52) Requires a space after '{'. (block-spacing)
(#52) Missing space before opening brace. (space-before-blocks)
(#52) Statement inside of curly braces should be on next line. (brace-style)
(#52) Infix operators must be spaced. (space-infix-ops)
(#52) Infix operators must be spaced. (space-infix-ops)
(#52) Infix operators must be spaced. (space-infix-ops)
(#52) Infix operators must be spaced. (space-infix-ops)
(#52) Infix operators must be spaced. (space-infix-ops)
(#52) Missing whitespace after semicolon. (semi-spacing)
(#52) Infix operators must be spaced. (space-infix-ops)
(#52) Do not nest ternary expressions (no-nested-ternary)
(#52) Infix operators must be spaced. (space-infix-ops)
(#52) Do not nest ternary expressions (no-nested-ternary)
(#52) Infix operators must be spaced. (space-infix-ops)
(#52) Infix operators must be spaced. (space-infix-ops)
(#53) Line 53 exceeds the maximum line length of 132. (max-len)
(#53) Infix operators must be spaced. (space-infix-ops)
(#53) Infix operators must be spaced. (space-infix-ops)
(#53) Infix operators must be spaced. (space-infix-ops)
(#53) Expected space(s) before "this". (keyword-spacing)
(#53) Infix operators must be spaced. (space-infix-ops)
(#53) Infix operators must be spaced. (space-infix-ops)
(#53) Infix operators must be spaced. (space-infix-ops)
(#53) Infix operators must be spaced. (space-infix-ops)
(#53) Infix operators must be spaced. (space-infix-ops)
(#53) Infix operators must be spaced. (space-infix-ops)
(#53) Missing whitespace after semicolon. (semi-spacing)
(#53) Infix operators must be spaced. (space-infix-ops)
(#53) Infix operators must be spaced. (space-infix-ops)
(#53) Infix operators must be spaced. (space-infix-ops)
(#53) Infix operators must be spaced. (space-infix-ops)
(#53) Infix operators must be spaced. (space-infix-ops)
(#53) Missing whitespace after semicolon. (semi-spacing)
(#53) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#53) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#53) Infix operators must be spaced. (space-infix-ops)
(#53) Do not nest ternary expressions (no-nested-ternary)
(#53) Infix operators must be spaced. (space-infix-ops)
(#53) Do not nest ternary expressions (no-nested-ternary)
(#53) Infix operators must be spaced. (space-infix-ops)
(#53) Infix operators must be spaced. (space-infix-ops)
(#53) Infix operators must be spaced. (space-infix-ops)
(#53) Infix operators must be spaced. (space-infix-ops)
(#53) Infix operators must be spaced. (space-infix-ops)
(#53) Expected space(s) before "this". (keyword-spacing)
(#53) Infix operators must be spaced. (space-infix-ops)
(#53) Infix operators must be spaced. (space-infix-ops)
(#53) Infix operators must be spaced. (space-infix-ops)
(#53) Infix operators must be spaced. (space-infix-ops)
(#53) Infix operators must be spaced. (space-infix-ops)
(#53) Infix operators must be spaced. (space-infix-ops)
(#53) Missing semicolon. (semi)
(#53) Requires a space before '}'. (block-spacing)
(#53) Requires a space before '}'. (block-spacing)
(#53) Expected space(s) before "return". (keyword-spacing)
(#53) Expected space(s) after "return". (keyword-spacing)
(#53) Missing space before value for key 'top'. (key-spacing)
(#53) Infix operators must be spaced. (space-infix-ops)
(#53) Infix operators must be spaced. (space-infix-ops)
(#53) Infix operators must be spaced. (space-infix-ops)
(#53) Infix operators must be spaced. (space-infix-ops)
(#53) Do not nest ternary expressions (no-nested-ternary)
(#53) Infix operators must be spaced. (space-infix-ops)
(#54) Line 54 exceeds the maximum line length of 132. (max-len)
(#54) Infix operators must be spaced. (space-infix-ops)
(#54) Infix operators must be spaced. (space-infix-ops)
(#54) Do not nest ternary expressions (no-nested-ternary)
(#54) Infix operators must be spaced. (space-infix-ops)
(#54) Infix operators must be spaced. (space-infix-ops)
(#54) Infix operators must be spaced. (space-infix-ops)
(#54) A space is required after ','. (comma-spacing)
(#54) Missing space before value for key 'left'. (key-spacing)
(#54) Infix operators must be spaced. (space-infix-ops)
(#54) Infix operators must be spaced. (space-infix-ops)
(#54) Infix operators must be spaced. (space-infix-ops)
(#54) Infix operators must be spaced. (space-infix-ops)
(#54) Do not nest ternary expressions (no-nested-ternary)
(#54) Infix operators must be spaced. (space-infix-ops)
(#54) Infix operators must be spaced. (space-infix-ops)
(#54) Infix operators must be spaced. (space-infix-ops)
(#54) Do not nest ternary expressions (no-nested-ternary)
(#54) Infix operators must be spaced. (space-infix-ops)
(#54) Infix operators must be spaced. (space-infix-ops)
(#54) Infix operators must be spaced. (space-infix-ops)
(#54) Missing semicolon. (semi)
(#54) Requires a space before '}'. (block-spacing)
(#54) A space is required after ','. (comma-spacing)
(#54) Missing space before value for key '_rearrange'. (key-spacing)
(#54) A space is required after ','. (comma-spacing)
(#54) A space is required after ','. (comma-spacing)
(#54) A space is required after ','. (comma-spacing)
(#54) Missing space before opening brace. (space-before-blocks)
(#54) Requires a space after '{'. (block-spacing)
(#54) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#54) Statement inside of curly braces should be on next line. (brace-style)
(#54) Infix operators must be spaced. (space-infix-ops)
(#54) A space is required after ','. (comma-spacing)
(#54) Infix operators must be spaced. (space-infix-ops)
(#54) Infix operators must be spaced. (space-infix-ops)
(#54) Missing whitespace after semicolon. (semi-spacing)
(#54) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#54) Infix operators must be spaced. (space-infix-ops)
(#55) Line 55 exceeds the maximum line length of 132. (max-len)
(#55) Infix operators must be spaced. (space-infix-ops)
(#55) Missing whitespace after semicolon. (semi-spacing)
(#55) Infix operators must be spaced. (space-infix-ops)
(#55) A space is required after ','. (comma-spacing)
(#55) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#55) Infix operators must be spaced. (space-infix-ops)
(#55) Missing whitespace after semicolon. (semi-spacing)
(#55) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#55) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#55) Requires a space after '{'. (block-spacing)
(#55) Missing space before opening brace. (space-before-blocks)
(#55) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#55) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#55) Statement inside of curly braces should be on next line. (brace-style)
(#55) Infix operators must be spaced. (space-infix-ops)
(#55) Infix operators must be spaced. (space-infix-ops)
(#55) Requires a space before '}'. (block-spacing)
(#55) Missing semicolon. (semi)
(#55) A space is required after ','. (comma-spacing)
(#55) Requires a space before '}'. (block-spacing)
(#55) Missing semicolon. (semi)
(#55) A space is required after ','. (comma-spacing)
(#55) Missing space before value for key '_clear'. (key-spacing)
(#55) Function '_clear' has a complexity of 23. (complexity)
(#55) A space is required after ','. (comma-spacing)
(#55) Requires a space after '{'. (block-spacing)
(#55) Missing space before opening brace. (space-before-blocks)
(#55) Statement inside of curly braces should be on next line. (brace-style)
(#55) Infix operators must be spaced. (space-infix-ops)
(#55) Missing whitespace after semicolon. (semi-spacing)
(#55) Infix operators must be spaced. (space-infix-ops)
(#55) Missing whitespace after semicolon. (semi-spacing)
(#55) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#55) Infix operators must be spaced. (space-infix-ops)
(#55) Infix operators must be spaced. (space-infix-ops)
(#55) Missing whitespace after semicolon. (semi-spacing)
(#55) Infix operators must be spaced. (space-infix-ops)
(#55) Missing whitespace after semicolon. (semi-spacing)
(#55) Expected space(s) after "if". (keyword-spacing)
(#55) Infix operators must be spaced. (space-infix-ops)
(#55) Requires a space after '{'. (block-spacing)
(#55) Missing space before opening brace. (space-before-blocks)
(#55) Expected space(s) after "for". (keyword-spacing)
(#55) Expected { after 'for-in'. (curly)
(#55) Statement inside of curly braces should be on next line. (brace-style)
(#55) Expected space(s) after "if". (keyword-spacing)
(#55) Expected { after 'if' condition. (curly)
(#55) Expected space(s) before "if". (keyword-spacing)
(#55) Infix operators must be spaced. (space-infix-ops)
(#55) Infix operators must be spaced. (space-infix-ops)
(#55) Infix operators must be spaced. (space-infix-ops)
(#55) Expected space(s) before "this". (keyword-spacing)
(#55) Infix operators must be spaced. (space-infix-ops)
(#55) Missing whitespace after semicolon. (semi-spacing)
(#55) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#55) Requires a space before '}'. (block-spacing)
(#55) Missing semicolon. (semi)
(#55) Expected space(s) before "else". (keyword-spacing)
(#55) Expected { after 'else'. (curly)
(#56) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#56) Line 56 exceeds the maximum line length of 132. (max-len)
(#56) Infix operators must be spaced. (space-infix-ops)
(#56) Infix operators must be spaced. (space-infix-ops)
(#56) Missing space before opening brace. (space-before-blocks)
(#56) Requires a space after '{'. (block-spacing)
(#56) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#56) Statement inside of curly braces should be on next line. (brace-style)
(#56) A space is required after ','. (comma-spacing)
(#56) A space is required after ','. (comma-spacing)
(#56) Requires a space before '}'. (block-spacing)
(#56) Missing semicolon. (semi)
(#56) Missing whitespace after semicolon. (semi-spacing)
(#56) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#56) Expected { after 'if' condition. (curly)
(#56) Expected space(s) after "if". (keyword-spacing)
(#56) Infix operators must be spaced. (space-infix-ops)
(#56) Infix operators must be spaced. (space-infix-ops)
(#56) Infix operators must be spaced. (space-infix-ops)
(#56) Infix operators must be spaced. (space-infix-ops)
(#56) Infix operators must be spaced. (space-infix-ops)
(#56) Requires a space after '{'. (block-spacing)
(#56) Missing space before opening brace. (space-before-blocks)
(#56) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#56) Statement inside of curly braces should be on next line. (brace-style)
(#56) A space is required after ','. (comma-spacing)
(#56) A space is required after ','. (comma-spacing)
(#56) Missing semicolon. (semi)
(#56) Requires a space before '}'. (block-spacing)
(#56) Missing whitespace after semicolon. (semi-spacing)
(#56) Expected space(s) after "if". (keyword-spacing)
(#56) A space is required after ','. (comma-spacing)
(#56) Requires a space after '{'. (block-spacing)
(#56) Missing space before opening brace. (space-before-blocks)
(#56) Statement inside of curly braces should be on next line. (brace-style)
(#56) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#56) Infix operators must be spaced. (space-infix-ops)
(#56) Missing space before opening brace. (space-before-blocks)
(#56) Requires a space after '{'. (block-spacing)
(#56) Statement inside of curly braces should be on next line. (brace-style)
(#56) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#56) A space is required after ','. (comma-spacing)
(#56) A space is required after ','. (comma-spacing)
(#56) Missing semicolon. (semi)
(#56) Requires a space before '}'. (block-spacing)
(#56) Missing whitespace after semicolon. (semi-spacing)
(#56) Expected { after 'for' condition. (curly)
(#56) Expected space(s) after "for". (keyword-spacing)
(#56) 'e' used outside of binding context. (block-scoped-var)
(#56) Infix operators must be spaced. (space-infix-ops)
(#56) Infix operators must be spaced. (space-infix-ops)
(#56) Missing whitespace after semicolon. (semi-spacing)
(#56) 'e' used outside of binding context. (block-scoped-var)
(#56) Infix operators must be spaced. (space-infix-ops)
(#56) Missing whitespace after semicolon. (semi-spacing)
(#56) 'e' used outside of binding context. (block-scoped-var)
(#56) Expected space(s) after "if". (keyword-spacing)
(#56) Expected space(s) before "if". (keyword-spacing)
(#56) 'e' used outside of binding context. (block-scoped-var)
(#57) Line 57 exceeds the maximum line length of 132. (max-len)
(#57) Infix operators must be spaced. (space-infix-ops)
(#57) Requires a space after '{'. (block-spacing)
(#57) Missing space before opening brace. (space-before-blocks)
(#57) Statement inside of curly braces should be on next line. (brace-style)
(#57) Missing space before opening brace. (space-before-blocks)
(#57) Requires a space after '{'. (block-spacing)
(#57) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#57) Statement inside of curly braces should be on next line. (brace-style)
(#57) Missing space before opening brace. (space-before-blocks)
(#57) Requires a space after '{'. (block-spacing)
(#57) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#57) Statement inside of curly braces should be on next line. (brace-style)
(#57) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#57) A space is required after ','. (comma-spacing)
(#57) A space is required after ','. (comma-spacing)
(#57) Requires a space before '}'. (block-spacing)
(#57) Missing semicolon. (semi)
(#57) Requires a space before '}'. (block-spacing)
(#57) Missing semicolon. (semi)
(#57) A space is required after ','. (comma-spacing)
(#57) 'e' used outside of binding context. (block-scoped-var)
(#57) Missing whitespace after semicolon. (semi-spacing)
(#57) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#57) Requires a space after '{'. (block-spacing)
(#57) Missing space before opening brace. (space-before-blocks)
(#57) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#57) Statement inside of curly braces should be on next line. (brace-style)
(#57) Requires a space after '{'. (block-spacing)
(#57) Missing space before opening brace. (space-before-blocks)
(#57) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#57) Statement inside of curly braces should be on next line. (brace-style)
(#57) A space is required after ','. (comma-spacing)
(#57) A space is required after ','. (comma-spacing)
(#57) Missing semicolon. (semi)
(#57) Requires a space before '}'. (block-spacing)
(#57) Requires a space before '}'. (block-spacing)
(#57) Missing semicolon. (semi)
(#57) A space is required after ','. (comma-spacing)
(#57) 'e' used outside of binding context. (block-scoped-var)
(#57) Missing semicolon. (semi)
(#57) Requires a space before '}'. (block-spacing)
(#57) Requires a space before '}'. (block-spacing)
(#57) Expected space(s) after "for". (keyword-spacing)
(#57) Expected space(s) before "for". (keyword-spacing)
(#57) 'e' used outside of binding context. (block-scoped-var)
(#57) Infix operators must be spaced. (space-infix-ops)
(#57) Infix operators must be spaced. (space-infix-ops)
(#57) Missing whitespace after semicolon. (semi-spacing)
(#57) 'e' used outside of binding context. (block-scoped-var)
(#57) Infix operators must be spaced. (space-infix-ops)
(#57) Missing whitespace after semicolon. (semi-spacing)
(#57) 'e' used outside of binding context. (block-scoped-var)
(#57) Requires a space after '{'. (block-spacing)
(#57) Missing space before opening brace. (space-before-blocks)
(#57) Statement inside of curly braces should be on next line. (brace-style)
(#57) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#57) Infix operators must be spaced. (space-infix-ops)
(#57) Requires a space after '{'. (block-spacing)
(#57) Missing space before opening brace. (space-before-blocks)
(#57) Statement inside of curly braces should be on next line. (brace-style)
(#57) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#57) Requires a space after '{'. (block-spacing)
(#57) Missing space before opening brace. (space-before-blocks)
(#57) Statement inside of curly braces should be on next line. (brace-style)
(#57) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#57) A space is required after ','. (comma-spacing)
(#57) A space is required after ','. (comma-spacing)
(#57) Missing semicolon. (semi)
(#57) Requires a space before '}'. (block-spacing)
(#57) Requires a space before '}'. (block-spacing)
(#57) Missing semicolon. (semi)
(#57) A space is required after ','. (comma-spacing)
(#57) 'e' used outside of binding context. (block-scoped-var)
(#57) Missing whitespace after semicolon. (semi-spacing)
(#57) Expected space(s) after "if". (keyword-spacing)
(#57) 'e' used outside of binding context. (block-scoped-var)
(#57) Requires a space after '{'. (block-spacing)
(#57) Missing space before opening brace. (space-before-blocks)
(#57) Statement inside of curly braces should be on next line. (brace-style)
(#57) Requires a space after '{'. (block-spacing)
(#57) Missing space before opening brace. (space-before-blocks)
(#57) Statement inside of curly braces should be on next line. (brace-style)
(#57) Requires a space after '{'. (block-spacing)
(#57) Missing space before opening brace. (space-before-blocks)
(#57) Statement inside of curly braces should be on next line. (brace-style)
(#58) Line 58 exceeds the maximum line length of 132. (max-len)
(#58) A space is required after ','. (comma-spacing)
(#58) Requires a space before '}'. (block-spacing)
(#58) Missing semicolon. (semi)
(#58) Missing semicolon. (semi)
(#58) Requires a space before '}'. (block-spacing)
(#58) A space is required after ','. (comma-spacing)
(#58) 'e' used outside of binding context. (block-scoped-var)
(#58) Missing whitespace after semicolon. (semi-spacing)
(#58) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#58) 'e' used outside of binding context. (block-scoped-var)
(#58) Infix operators must be spaced. (space-infix-ops)
(#58) Requires a space before '}'. (block-spacing)
(#58) Missing semicolon. (semi)
(#58) Requires a space before '}'. (block-spacing)
(#58) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#58) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#58) Expected space(s) before "this". (keyword-spacing)
(#58) Infix operators must be spaced. (space-infix-ops)
(#58) A space is required after ','. (comma-spacing)
(#58) Missing whitespace after semicolon. (semi-spacing)
(#58) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#58) Infix operators must be spaced. (space-infix-ops)
(#58) A space is required after ','. (comma-spacing)
(#58) Missing whitespace after semicolon. (semi-spacing)
(#58) Expected { after 'if' condition. (curly)
(#58) Expected space(s) after "if". (keyword-spacing)
(#58) Expected space(s) before "this". (keyword-spacing)
(#58) A space is required after ','. (comma-spacing)
(#58) Infix operators must be spaced. (space-infix-ops)
(#58) Infix operators must be spaced. (space-infix-ops)
(#58) Missing whitespace after semicolon. (semi-spacing)
(#58) Infix operators must be spaced. (space-infix-ops)
(#58) Missing whitespace after semicolon. (semi-spacing)
(#58) Expected space(s) after "if". (keyword-spacing)
(#58) Missing space before opening brace. (space-before-blocks)
(#58) Requires a space after '{'. (block-spacing)
(#58) Statement inside of curly braces should be on next line. (brace-style)
(#58) Expected space(s) after "if". (keyword-spacing)
(#58) Missing space before opening brace. (space-before-blocks)
(#58) Requires a space after '{'. (block-spacing)
(#58) Statement inside of curly braces should be on next line. (brace-style)
(#58) A space is required after ','. (comma-spacing)
(#58) A space is required after ','. (comma-spacing)
(#58) Missing whitespace after semicolon. (semi-spacing)
(#58) Expected space(s) after "for". (keyword-spacing)
(#58) Expected { after 'for' condition. (curly)
(#58) 'e' used outside of binding context. (block-scoped-var)
(#58) Infix operators must be spaced. (space-infix-ops)
(#58) Missing whitespace after semicolon. (semi-spacing)
(#58) 'e' used outside of binding context. (block-scoped-var)
(#58) Infix operators must be spaced. (space-infix-ops)
(#58) Missing whitespace after semicolon. (semi-spacing)
(#58) 'e' used outside of binding context. (block-scoped-var)
(#58) 'e' used outside of binding context. (block-scoped-var)
(#58) A space is required after ','. (comma-spacing)
(#58) Missing whitespace after semicolon. (semi-spacing)
(#58) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#58) A space is required after ','. (comma-spacing)
(#58) A space is required after ','. (comma-spacing)
(#58) Missing semicolon. (semi)
(#58) Requires a space before '}'. (block-spacing)
(#58) Expected space(s) before "return". (keyword-spacing)
(#58) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#58) Missing semicolon. (semi)
(#58) Requires a space before '}'. (block-spacing)
(#58) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#58) Infix operators must be spaced. (space-infix-ops)
(#59) Line 59 exceeds the maximum line length of 132. (max-len)
(#59) A space is required after ','. (comma-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#59) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Expected space(s) after "if". (keyword-spacing)
(#59) Requires a space after '{'. (block-spacing)
(#59) Missing space before opening brace. (space-before-blocks)
(#59) Statement inside of curly braces should be on next line. (brace-style)
(#59) Expected space(s) after "for". (keyword-spacing)
(#59) Expected { after 'for' condition. (curly)
(#59) 'e' used outside of binding context. (block-scoped-var)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) 'e' used outside of binding context. (block-scoped-var)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) 'e' used outside of binding context. (block-scoped-var)
(#59) 'e' used outside of binding context. (block-scoped-var)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#59) A space is required after ','. (comma-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing semicolon. (semi)
(#59) Requires a space before '}'. (block-spacing)
(#59) Expected space(s) before "this". (keyword-spacing)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#59) Requires a space before '}'. (block-spacing)
(#59) Missing semicolon. (semi)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing space before value for key '_trigger'. (key-spacing)
(#59) Missing space before opening brace. (space-before-blocks)
(#59) Requires a space after '{'. (block-spacing)
(#59) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#59) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#59) Statement inside of curly braces should be on next line. (brace-style)
(#59) A space is required after ','. (comma-spacing)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Missing semicolon. (semi)
(#59) Requires a space before '}'. (block-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing space before value for key '_uiHash'. (key-spacing)
(#59) Requires a space after '{'. (block-spacing)
(#59) Missing space before opening brace. (space-before-blocks)
(#59) Statement inside of curly braces should be on next line. (brace-style)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Expected space(s) after "return". (keyword-spacing)
(#59) Missing space before value for key 'helper'. (key-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing space before value for key 'placeholder'. (key-spacing)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing space before value for key 'position'. (key-spacing)
(#60) Line 60 exceeds the maximum line length of 132. (max-len)
(#60) Missing space before value for key 'originalPosition'. (key-spacing)
(#60) A space is required after ','. (comma-spacing)
(#60) Missing space before value for key 'offset'. (key-spacing)
(#60) A space is required after ','. (comma-spacing)
(#60) Missing space before value for key 'item'. (key-spacing)
(#60) A space is required after ','. (comma-spacing)
(#60) Missing space before value for key 'sender'. (key-spacing)
(#60) Infix operators must be spaced. (space-infix-ops)
(#60) Requires a space before '}'. (block-spacing)
(#60) Missing semicolon. (semi)
(#60) Missing whitespace after semicolon. (semi-spacing)
(#60) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#60) A space is required after ','. (comma-spacing)
(#60) Missing space before value for key 'version'. (key-spacing)
(#60) Requires a space before '}'. (block-spacing)
(#60) Missing semicolon. (semi)
(#60) 'jQuery' is not defined. (no-undef)
mod/offlinequiz/lib/jquery/ui/minified/jquery.ui.tabs.min.js
(#14) Line 14 exceeds the maximum line length of 132. (max-len)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing JSDoc comment. (require-jsdoc)
(#14) Requires a space after '{'. (block-spacing)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Expected space(s) after "return". (keyword-spacing)
(#14) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Requires a space before '}'. (block-spacing)
(#14) Expected space(s) before "function". (keyword-spacing)
(#14) Missing JSDoc comment. (require-jsdoc)
(#14) Requires a space after '{'. (block-spacing)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Expected space(s) after "return". (keyword-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Requires a space before '}'. (block-spacing)
(#14) Missing semicolon. (semi)
(#14) Expected space(s) before "var". (keyword-spacing)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'options'. (key-spacing)
(#14) Missing space before value for key 'add'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'ajaxOptions'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'cache'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'cookie'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'collapsible'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'disable'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'disabled'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'enable'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'event'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'fx'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'idPrefix'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'load'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'panelTemplate'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'remove'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'select'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'show'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'spinner'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'tabTemplate'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key '_create'. (key-spacing)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Requires a space after '{'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Requires a space before '}'. (block-spacing)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key '_setOption'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Requires a space after '{'. (block-spacing)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#14) Expected space(s) before "this". (keyword-spacing)
(#14) Infix operators must be spaced. (space-infix-ops)
(#15) Line 15 exceeds the maximum line length of 132. (max-len)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "else". (keyword-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key '_tabId'. (key-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key '_sanitizeSelector'. (key-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key '_cookie'. (key-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key '_ui'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Expected space(s) after "return". (keyword-spacing)
(#15) Missing space before value for key 'tab'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'panel'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'index'. (key-spacing)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key '_cleanup'. (key-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Requires a space after '{'. (block-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Infix operators must be spaced. (space-infix-ops)
(#16) Line 16 exceeds the maximum line length of 132. (max-len)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key '_tabify'. (key-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing JSDoc comment. (require-jsdoc)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Expected space(s) before "var". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#17) Line 17 exceeds the maximum line length of 132. (max-len)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Requires a space after '{'. (block-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing semicolon. (semi)
(#17) Requires a space before '}'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Expected { after 'if' condition. (curly)
(#17) Expected space(s) before "if". (keyword-spacing)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) A space is required after ','. (comma-spacing)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing semicolon. (semi)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing semicolon. (semi)
(#17) Expected { after 'else'. (curly)
(#17) Expected space(s) before "else". (keyword-spacing)
(#17) Missing semicolon. (semi)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#18) Line 18 exceeds the maximum line length of 132. (max-len)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Expected space(s) after "if". (keyword-spacing)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) Missing space before opening brace. (space-before-blocks)
(#18) Requires a space after '{'. (block-spacing)
(#18) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#18) Statement inside of curly braces should be on next line. (brace-style)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) Expected to return a value at the end of this function. (consistent-return)
(#18) A space is required after ','. (comma-spacing)
(#18) Requires a space after '{'. (block-spacing)
(#18) Missing space before opening brace. (space-before-blocks)
(#18) Expected space(s) after "if". (keyword-spacing)
(#18) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#18) Statement inside of curly braces should be on next line. (brace-style)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) Requires a space after '{'. (block-spacing)
(#18) Missing space before opening brace. (space-before-blocks)
(#18) Statement inside of curly braces should be on next line. (brace-style)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#18) Missing semicolon. (semi)
(#18) Requires a space before '}'. (block-spacing)
(#18) Requires a space before '}'. (block-spacing)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Expected space(s) after "if". (keyword-spacing)
(#18) Expected { after 'if' condition. (curly)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Expected space(s) after "if". (keyword-spacing)
(#18) Expected { after 'if' condition. (curly)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) Infix operators must be spaced. (space-infix-ops)
(#19) Line 19 exceeds the maximum line length of 132. (max-len)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) before "else". (keyword-spacing)
(#19) Expected { after 'if' condition. (curly)
(#19) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#19) A space is required after ','. (comma-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#20) Line 20 exceeds the maximum line length of 132. (max-len)
(#20) Expected space(s) after "if". (keyword-spacing)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Requires a space after '{'. (block-spacing)
(#20) Missing space before opening brace. (space-before-blocks)
(#20) Statement inside of curly braces should be on next line. (brace-style)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) Requires a space after '{'. (block-spacing)
(#20) Missing space before opening brace. (space-before-blocks)
(#20) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#20) Statement inside of curly braces should be on next line. (brace-style)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) Missing semicolon. (semi)
(#20) Requires a space before '}'. (block-spacing)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#20) Missing semicolon. (semi)
(#20) Requires a space before '}'. (block-spacing)
(#20) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#20) A space is required after ','. (comma-spacing)
(#20) Missing space before opening brace. (space-before-blocks)
(#20) Requires a space after '{'. (block-spacing)
(#20) Statement inside of curly braces should be on next line. (brace-style)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Missing semicolon. (semi)
(#20) Requires a space before '}'. (block-spacing)
(#20) Requires a space before '}'. (block-spacing)
(#20) Missing semicolon. (semi)
(#20) Expected { after 'else'. (curly)
(#20) Expected space(s) before "else". (keyword-spacing)
(#20) Infix operators must be spaced. (space-infix-ops)
(#21) Line 21 exceeds the maximum line length of 132. (max-len)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Expected space(s) after "for". (keyword-spacing)
(#21) Expected { after 'for' condition. (curly)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Expected space(s) after "if". (keyword-spacing)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) Requires a space after '{'. (block-spacing)
(#21) Missing space before opening brace. (space-before-blocks)
(#21) Statement inside of curly braces should be on next line. (brace-style)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing space before opening brace. (space-before-blocks)
(#21) Requires a space after '{'. (block-spacing)
(#21) Statement inside of curly braces should be on next line. (brace-style)
(#21) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#21) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) Missing semicolon. (semi)
(#21) Requires a space before '}'. (block-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) A space is required after ','. (comma-spacing)
(#21) Requires a space after '{'. (block-spacing)
(#21) Missing space before opening brace. (space-before-blocks)
(#21) Statement inside of curly braces should be on next line. (brace-style)
(#21) Infix operators must be spaced. (space-infix-ops)
(#22) Line 22 exceeds the maximum line length of 132. (max-len)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Expected space(s) before "var". (keyword-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Expected { after 'if' condition. (curly)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Expected space(s) before "if". (keyword-spacing)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Expected space(s) before "else". (keyword-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#23) Line 23 exceeds the maximum line length of 132. (max-len)
(#23) Requires a space after '{'. (block-spacing)
(#23) Missing space before opening brace. (space-before-blocks)
(#23) Statement inside of curly braces should be on next line. (brace-style)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing whitespace after semicolon. (semi-spacing)
(#23) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Requires a space before '}'. (block-spacing)
(#23) Missing semicolon. (semi)
(#23) Requires a space before '}'. (block-spacing)
(#23) Missing semicolon. (semi)
(#23) A space is required after ','. (comma-spacing)
(#23) Requires a space after '{'. (block-spacing)
(#23) Missing space before opening brace. (space-before-blocks)
(#23) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#23) Statement inside of curly braces should be on next line. (brace-style)
(#23) Missing whitespace after semicolon. (semi-spacing)
(#23) Missing whitespace after semicolon. (semi-spacing)
(#23) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing semicolon. (semi)
(#23) Requires a space before '}'. (block-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) A space is required after ','. (comma-spacing)
(#23) Requires a space after '{'. (block-spacing)
(#23) Missing space before opening brace. (space-before-blocks)
(#23) Statement inside of curly braces should be on next line. (brace-style)
(#23) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#23) A space is required after ','. (comma-spacing)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) A space is required after ','. (comma-spacing)
(#23) Requires a space after '{'. (block-spacing)
(#23) Missing space before opening brace. (space-before-blocks)
(#23) Statement inside of curly braces should be on next line. (brace-style)
(#23) Missing whitespace after semicolon. (semi-spacing)
(#23) Missing whitespace after semicolon. (semi-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing whitespace after semicolon. (semi-spacing)
(#23) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#23) Missing semicolon. (semi)
(#23) Requires a space before '}'. (block-spacing)
(#23) Missing semicolon. (semi)
(#23) Requires a space before '}'. (block-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before opening brace. (space-before-blocks)
(#23) Requires a space after '{'. (block-spacing)
(#23) Statement inside of curly braces should be on next line. (brace-style)
(#23) Missing whitespace after semicolon. (semi-spacing)
(#23) Missing whitespace after semicolon. (semi-spacing)
(#23) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#23) Missing semicolon. (semi)
(#23) Requires a space before '}'. (block-spacing)
(#24) Line 24 exceeds the maximum line length of 132. (max-len)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) A space is required after ','. (comma-spacing)
(#24) Expected to return a value at the end of this function. (consistent-return)
(#24) Missing space before opening brace. (space-before-blocks)
(#24) Requires a space after '{'. (block-spacing)
(#24) Statement inside of curly braces should be on next line. (brace-style)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) A space is required after ','. (comma-spacing)
(#24) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) A space is required after ','. (comma-spacing)
(#24) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) A space is required after ','. (comma-spacing)
(#24) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Missing whitespace after semicolon. (semi-spacing)
(#24) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#24) Expected space(s) after "if". (keyword-spacing)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Requires a space after '{'. (block-spacing)
(#24) Missing space before opening brace. (space-before-blocks)
(#24) Statement inside of curly braces should be on next line. (brace-style)
(#24) Missing whitespace after semicolon. (semi-spacing)
(#24) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#24) Missing semicolon. (semi)
(#24) Requires a space before '}'. (block-spacing)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Missing whitespace after semicolon. (semi-spacing)
(#24) Missing whitespace after semicolon. (semi-spacing)
(#24) Expected { after 'if' condition. (curly)
(#24) Expected space(s) after "if". (keyword-spacing)
(#24) Expected space(s) before "if". (keyword-spacing)
(#24) Expected space(s) after "if". (keyword-spacing)
(#24) Requires a space after '{'. (block-spacing)
(#24) Missing space before opening brace. (space-before-blocks)
(#24) Statement inside of curly braces should be on next line. (brace-style)
(#24) Infix operators must be spaced. (space-infix-ops)
(#25) Line 25 exceeds the maximum line length of 132. (max-len)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#25) A space is required after ','. (comma-spacing)
(#25) Requires a space after '{'. (block-spacing)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) A space is required after ','. (comma-spacing)
(#25) Requires a space before '}'. (block-spacing)
(#25) Missing semicolon. (semi)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) Requires a space before '}'. (block-spacing)
(#25) Missing semicolon. (semi)
(#25) Expected space(s) before "else". (keyword-spacing)
(#25) Expected space(s) after "if". (keyword-spacing)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Requires a space after '{'. (block-spacing)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Requires a space after '{'. (block-spacing)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing semicolon. (semi)
(#25) Requires a space before '}'. (block-spacing)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) Requires a space before '}'. (block-spacing)
(#25) Missing semicolon. (semi)
(#25) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Expected space(s) after "if". (keyword-spacing)
(#25) Requires a space after '{'. (block-spacing)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Requires a space after '{'. (block-spacing)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) A space is required after ','. (comma-spacing)
(#25) Requires a space before '}'. (block-spacing)
(#25) Missing semicolon. (semi)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Requires a space after '{'. (block-spacing)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing semicolon. (semi)
(#25) Requires a space before '}'. (block-spacing)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) Missing semicolon. (semi)
(#25) Requires a space before '}'. (block-spacing)
(#25) Expected space(s) before "else". (keyword-spacing)
(#25) Expected { after 'else'. (curly)
(#25) Expected an object to be thrown. (no-throw-literal)
(#25) Expected space(s) after "throw". (keyword-spacing)
(#26) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#26) Line 26 exceeds the maximum line length of 132. (max-len)
(#26) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Requires a space before '}'. (block-spacing)
(#26) Missing semicolon. (semi)
(#26) Missing whitespace after semicolon. (semi-spacing)
(#26) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before opening brace. (space-before-blocks)
(#26) Requires a space after '{'. (block-spacing)
(#26) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#26) Statement inside of curly braces should be on next line. (brace-style)
(#26) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#26) Missing semicolon. (semi)
(#26) Requires a space before '}'. (block-spacing)
(#26) Requires a space before '}'. (block-spacing)
(#26) Missing semicolon. (semi)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key '_getIndex'. (key-spacing)
(#26) Requires a space after '{'. (block-spacing)
(#26) Missing space before opening brace. (space-before-blocks)
(#26) Statement inside of curly braces should be on next line. (brace-style)
(#26) Expected space(s) after "if". (keyword-spacing)
(#26) Expected { after 'if' condition. (curly)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Missing whitespace after semicolon. (semi-spacing)
(#26) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#26) Missing semicolon. (semi)
(#26) Requires a space before '}'. (block-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'destroy'. (key-spacing)
(#26) Missing space before opening brace. (space-before-blocks)
(#26) Requires a space after '{'. (block-spacing)
(#26) Statement inside of curly braces should be on next line. (brace-style)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Missing whitespace after semicolon. (semi-spacing)
(#26) Missing whitespace after semicolon. (semi-spacing)
(#26) Missing whitespace after semicolon. (semi-spacing)
(#26) Missing whitespace after semicolon. (semi-spacing)
(#26) Requires a space after '{'. (block-spacing)
(#26) Missing space before opening brace. (space-before-blocks)
(#26) Statement inside of curly braces should be on next line. (brace-style)
(#26) Infix operators must be spaced. (space-infix-ops)
(#27) Line 27 exceeds the maximum line length of 132. (max-len)
(#27) A space is required after ','. (comma-spacing)
(#27) Missing whitespace after semicolon. (semi-spacing)
(#27) Expected { after 'if' condition. (curly)
(#27) Expected space(s) after "if". (keyword-spacing)
(#27) Expected space(s) before "this". (keyword-spacing)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Missing whitespace after semicolon. (semi-spacing)
(#27) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Missing whitespace after semicolon. (semi-spacing)
(#27) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#27) A space is required after ','. (comma-spacing)
(#27) A space is required after ','. (comma-spacing)
(#27) A space is required after ','. (comma-spacing)
(#27) A space is required after ','. (comma-spacing)
(#27) Requires a space after '{'. (block-spacing)
(#27) Missing space before opening brace. (space-before-blocks)
(#27) Statement inside of curly braces should be on next line. (brace-style)
(#27) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Requires a space before '}'. (block-spacing)
(#27) Missing semicolon. (semi)
(#27) Missing semicolon. (semi)
(#27) Requires a space before '}'. (block-spacing)
(#27) Missing whitespace after semicolon. (semi-spacing)
(#27) Requires a space after '{'. (block-spacing)
(#27) Missing space before opening brace. (space-before-blocks)
(#27) Statement inside of curly braces should be on next line. (brace-style)
(#27) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#27) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#27) A space is required after ','. (comma-spacing)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Requires a space before '}'. (block-spacing)
(#27) Missing semicolon. (semi)
(#27) Missing whitespace after semicolon. (semi-spacing)
(#27) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) A space is required after ','. (comma-spacing)
(#27) Missing whitespace after semicolon. (semi-spacing)
(#27) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#27) Missing semicolon. (semi)
(#27) Requires a space before '}'. (block-spacing)
(#27) A space is required after ','. (comma-spacing)
(#27) Missing space before value for key 'add'. (key-spacing)
(#28) Line 28 exceeds the maximum line length of 132. (max-len)
(#28) A space is required after ','. (comma-spacing)
(#28) Missing space before opening brace. (space-before-blocks)
(#28) Requires a space after '{'. (block-spacing)
(#28) Expected space(s) after "if". (keyword-spacing)
(#28) Expected { after 'if' condition. (curly)
(#28) Statement inside of curly braces should be on next line. (brace-style)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Missing whitespace after semicolon. (semi-spacing)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) A space is required after ','. (comma-spacing)
(#28) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Missing whitespace after semicolon. (semi-spacing)
(#28) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) A space is required after ','. (comma-spacing)
(#28) A space is required after ','. (comma-spacing)
(#28) Missing whitespace after semicolon. (semi-spacing)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) A space is required after ','. (comma-spacing)
(#28) A space is required after ','. (comma-spacing)
(#28) Missing whitespace after semicolon. (semi-spacing)
(#28) A space is required after ','. (comma-spacing)
(#28) Missing whitespace after semicolon. (semi-spacing)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Missing whitespace after semicolon. (semi-spacing)
(#28) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) A space is required after ','. (comma-spacing)
(#28) A space is required after ','. (comma-spacing)
(#28) Missing whitespace after semicolon. (semi-spacing)
(#28) Missing whitespace after semicolon. (semi-spacing)
(#28) Expected space(s) after "if". (keyword-spacing)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Missing space before opening brace. (space-before-blocks)
(#28) Requires a space after '{'. (block-spacing)
(#28) Statement inside of curly braces should be on next line. (brace-style)
(#28) Missing whitespace after semicolon. (semi-spacing)
(#28) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#28) Requires a space before '}'. (block-spacing)
(#28) Missing semicolon. (semi)
(#28) Expected space(s) after "else". (keyword-spacing)
(#28) Expected space(s) before "else". (keyword-spacing)
(#28) Requires a space after '{'. (block-spacing)
(#28) Statement inside of curly braces should be on next line. (brace-style)
(#29) Line 29 exceeds the maximum line length of 132. (max-len)
(#29) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#29) Requires a space before '}'. (block-spacing)
(#29) Missing semicolon. (semi)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) A space is required after ','. (comma-spacing)
(#29) Requires a space after '{'. (block-spacing)
(#29) Missing space before opening brace. (space-before-blocks)
(#29) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#29) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#29) Statement inside of curly braces should be on next line. (brace-style)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Missing semicolon. (semi)
(#29) Requires a space before '}'. (block-spacing)
(#29) Missing whitespace after semicolon. (semi-spacing)
(#29) Missing whitespace after semicolon. (semi-spacing)
(#29) Expected space(s) after "if". (keyword-spacing)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Missing space before opening brace. (space-before-blocks)
(#29) Requires a space after '{'. (block-spacing)
(#29) Statement inside of curly braces should be on next line. (brace-style)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Missing whitespace after semicolon. (semi-spacing)
(#29) Missing whitespace after semicolon. (semi-spacing)
(#29) Missing whitespace after semicolon. (semi-spacing)
(#29) A space is required after ','. (comma-spacing)
(#29) Missing space before opening brace. (space-before-blocks)
(#29) Requires a space after '{'. (block-spacing)
(#29) Statement inside of curly braces should be on next line. (brace-style)
(#29) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#29) A space is required after ','. (comma-spacing)
(#29) A space is required after ','. (comma-spacing)
(#29) A space is required after ','. (comma-spacing)
(#29) Missing semicolon. (semi)
(#29) Requires a space before '}'. (block-spacing)
(#29) Missing whitespace after semicolon. (semi-spacing)
(#29) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#29) Requires a space before '}'. (block-spacing)
(#29) Missing semicolon. (semi)
(#29) Expected space(s) before "this". (keyword-spacing)
(#29) A space is required after ','. (comma-spacing)
(#29) A space is required after ','. (comma-spacing)
(#29) A space is required after ','. (comma-spacing)
(#29) Missing whitespace after semicolon. (semi-spacing)
(#29) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#29) Requires a space before '}'. (block-spacing)
(#29) Missing semicolon. (semi)
(#29) A space is required after ','. (comma-spacing)
(#29) Missing space before value for key 'remove'. (key-spacing)
(#29) Requires a space after '{'. (block-spacing)
(#29) Missing space before opening brace. (space-before-blocks)
(#29) Statement inside of curly braces should be on next line. (brace-style)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Missing whitespace after semicolon. (semi-spacing)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) A space is required after ','. (comma-spacing)
(#29) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) A space is required after ','. (comma-spacing)
(#29) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#29) Infix operators must be spaced. (space-infix-ops)
(#30) Line 30 exceeds the maximum line length of 132. (max-len)
(#30) Expected space(s) after "if". (keyword-spacing)
(#30) Expected { after 'if' condition. (curly)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Expected space(s) before "this". (keyword-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Requires a space after '{'. (block-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#30) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing semicolon. (semi)
(#30) Requires a space before '}'. (block-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Requires a space after '{'. (block-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Requires a space before '}'. (block-spacing)
(#30) Missing semicolon. (semi)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#30) Missing semicolon. (semi)
(#30) Requires a space before '}'. (block-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'enable'. (key-spacing)
(#30) Expected to return a value at the end of this function. (consistent-return)
(#30) Requires a space after '{'. (block-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Expected space(s) after "if". (keyword-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Requires a space after '{'. (block-spacing)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Requires a space after '{'. (block-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Requires a space before '}'. (block-spacing)
(#30) Missing semicolon. (semi)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) A space is required after ','. (comma-spacing)
(#31) Line 31 exceeds the maximum line length of 132. (max-len)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#31) Requires a space before '}'. (block-spacing)
(#31) Missing semicolon. (semi)
(#31) Requires a space before '}'. (block-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing space before value for key 'disable'. (key-spacing)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Requires a space after '{'. (block-spacing)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Expected space(s) after "if". (keyword-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Requires a space after '{'. (block-spacing)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#31) A space is required after ','. (comma-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing semicolon. (semi)
(#31) Requires a space before '}'. (block-spacing)
(#31) Expected space(s) before "return". (keyword-spacing)
(#31) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#31) Requires a space before '}'. (block-spacing)
(#31) Missing semicolon. (semi)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing space before value for key 'select'. (key-spacing)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Requires a space after '{'. (block-spacing)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Expected space(s) after "if". (keyword-spacing)
(#31) Expected { after 'if' condition. (curly)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Expected space(s) after "if". (keyword-spacing)
(#31) Expected space(s) before "if". (keyword-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#31) Requires a space before '}'. (block-spacing)
(#31) Missing semicolon. (semi)
(#32) Line 32 exceeds the maximum line length of 132. (max-len)
(#32) Missing space before value for key 'load'. (key-spacing)
(#32) Expected to return a value at the end of this function. (consistent-return)
(#32) Requires a space after '{'. (block-spacing)
(#32) Missing space before opening brace. (space-before-blocks)
(#32) Statement inside of curly braces should be on next line. (brace-style)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Missing whitespace after semicolon. (semi-spacing)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) A space is required after ','. (comma-spacing)
(#32) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) A space is required after ','. (comma-spacing)
(#32) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) A space is required after ','. (comma-spacing)
(#32) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) A space is required after ','. (comma-spacing)
(#32) Missing whitespace after semicolon. (semi-spacing)
(#32) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#32) Missing whitespace after semicolon. (semi-spacing)
(#32) Expected { after 'if' condition. (curly)
(#32) Expected space(s) after "if". (keyword-spacing)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) A space is required after ','. (comma-spacing)
(#32) Expected space(s) before "this". (keyword-spacing)
(#32) Missing whitespace after semicolon. (semi-spacing)
(#32) Expected space(s) after "else". (keyword-spacing)
(#32) Requires a space after '{'. (block-spacing)
(#32) Statement inside of curly braces should be on next line. (brace-style)
(#32) Missing whitespace after semicolon. (semi-spacing)
(#32) Expected space(s) after "if". (keyword-spacing)
(#32) Requires a space after '{'. (block-spacing)
(#32) Missing space before opening brace. (space-before-blocks)
(#32) Statement inside of curly braces should be on next line. (brace-style)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) A space is required after ','. (comma-spacing)
(#32) Missing whitespace after semicolon. (semi-spacing)
(#32) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#32) A space is required after ','. (comma-spacing)
(#32) Requires a space before '}'. (block-spacing)
(#32) Missing semicolon. (semi)
(#32) Expected space(s) before "this". (keyword-spacing)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) A space is required after ','. (comma-spacing)
(#32) A space is required after ','. (comma-spacing)
(#32) Missing space before value for key 'url'. (key-spacing)
(#32) A space is required after ','. (comma-spacing)
(#32) Missing space before value for key 'success'. (key-spacing)
(#32) A space is required after ','. (comma-spacing)
(#32) Missing space before opening brace. (space-before-blocks)
(#32) Requires a space after '{'. (block-spacing)
(#32) Statement inside of curly braces should be on next line. (brace-style)
(#32) Missing whitespace after semicolon. (semi-spacing)
(#32) Missing whitespace after semicolon. (semi-spacing)
(#32) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#32) Infix operators must be spaced. (space-infix-ops)
(#33) Line 33 exceeds the maximum line length of 132. (max-len)
(#33) A space is required after ','. (comma-spacing)
(#33) Missing whitespace after semicolon. (semi-spacing)
(#33) A space is required after ','. (comma-spacing)
(#33) A space is required after ','. (comma-spacing)
(#33) A space is required after ','. (comma-spacing)
(#33) Missing whitespace after semicolon. (semi-spacing)
(#33) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#33) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#33) Expected space(s) after "try". (keyword-spacing)
(#33) Requires a space after '{'. (block-spacing)
(#33) Statement inside of curly braces should be on next line. (brace-style)
(#33) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#33) A space is required after ','. (comma-spacing)
(#33) Requires a space before '}'. (block-spacing)
(#33) Missing semicolon. (semi)
(#33) Expected space(s) after "catch". (keyword-spacing)
(#33) Expected space(s) before "catch". (keyword-spacing)
(#33) Empty block statement. (no-empty)
(#33) Missing space before opening brace. (space-before-blocks)
(#33) Requires a space before '}'. (block-spacing)
(#33) A space is required after ','. (comma-spacing)
(#33) Missing space before value for key 'error'. (key-spacing)
(#33) A space is required after ','. (comma-spacing)
(#33) Requires a space after '{'. (block-spacing)
(#33) Missing space before opening brace. (space-before-blocks)
(#33) Statement inside of curly braces should be on next line. (brace-style)
(#33) Missing whitespace after semicolon. (semi-spacing)
(#33) A space is required after ','. (comma-spacing)
(#33) A space is required after ','. (comma-spacing)
(#33) A space is required after ','. (comma-spacing)
(#33) Missing whitespace after semicolon. (semi-spacing)
(#33) Expected space(s) after "try". (keyword-spacing)
(#33) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#33) Requires a space after '{'. (block-spacing)
(#33) Statement inside of curly braces should be on next line. (brace-style)
(#33) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#33) A space is required after ','. (comma-spacing)
(#33) A space is required after ','. (comma-spacing)
(#33) A space is required after ','. (comma-spacing)
(#33) Missing semicolon. (semi)
(#33) Requires a space before '}'. (block-spacing)
(#33) Expected space(s) after "catch". (keyword-spacing)
(#33) Expected space(s) before "catch". (keyword-spacing)
(#33) Empty block statement. (no-empty)
(#33) Missing space before opening brace. (space-before-blocks)
(#33) Requires a space before '}'. (block-spacing)
(#33) Missing whitespace after semicolon. (semi-spacing)
(#33) Missing whitespace after semicolon. (semi-spacing)
(#33) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#33) Missing semicolon. (semi)
(#33) Requires a space before '}'. (block-spacing)
(#33) Requires a space before '}'. (block-spacing)
(#33) A space is required after ','. (comma-spacing)
(#33) Missing space before value for key 'abort'. (key-spacing)
(#33) Requires a space after '{'. (block-spacing)
(#33) Missing space before opening brace. (space-before-blocks)
(#33) Statement inside of curly braces should be on next line. (brace-style)
(#33) Missing whitespace after semicolon. (semi-spacing)
(#33) A space is required after ','. (comma-spacing)
(#33) Missing whitespace after semicolon. (semi-spacing)
(#33) A space is required after ','. (comma-spacing)
(#33) A space is required after ','. (comma-spacing)
(#33) Missing whitespace after semicolon. (semi-spacing)
(#33) Expected space(s) after "if". (keyword-spacing)
(#33) Missing space before opening brace. (space-before-blocks)
(#33) Requires a space after '{'. (block-spacing)
(#33) Statement inside of curly braces should be on next line. (brace-style)
(#33) Missing whitespace after semicolon. (semi-spacing)
(#33) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#33) Missing semicolon. (semi)
(#33) Requires a space before '}'. (block-spacing)
(#33) Expected space(s) before "this". (keyword-spacing)
(#33) Missing whitespace after semicolon. (semi-spacing)
(#33) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#33) Requires a space before '}'. (block-spacing)
(#33) Missing semicolon. (semi)
(#34) Line 34 exceeds the maximum line length of 132. (max-len)
(#34) Missing space before value for key 'url'. (key-spacing)
(#34) A space is required after ','. (comma-spacing)
(#34) Missing space before opening brace. (space-before-blocks)
(#34) Requires a space after '{'. (block-spacing)
(#34) Statement inside of curly braces should be on next line. (brace-style)
(#34) A space is required after ','. (comma-spacing)
(#34) Missing whitespace after semicolon. (semi-spacing)
(#34) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#34) Missing semicolon. (semi)
(#34) Requires a space before '}'. (block-spacing)
(#34) A space is required after ','. (comma-spacing)
(#34) Missing space before value for key 'length'. (key-spacing)
(#34) Missing space before opening brace. (space-before-blocks)
(#34) Requires a space after '{'. (block-spacing)
(#34) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#34) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#34) Statement inside of curly braces should be on next line. (brace-style)
(#34) Missing semicolon. (semi)
(#34) Requires a space before '}'. (block-spacing)
(#34) Missing whitespace after semicolon. (semi-spacing)
(#34) A space is required after ','. (comma-spacing)
(#34) Missing space before value for key 'version'. (key-spacing)
(#34) Missing whitespace after semicolon. (semi-spacing)
(#34) A space is required after ','. (comma-spacing)
(#34) Missing space before value for key 'rotation'. (key-spacing)
(#34) A space is required after ','. (comma-spacing)
(#34) Missing space before value for key 'rotate'. (key-spacing)
(#34) A space is required after ','. (comma-spacing)
(#34) Requires a space after '{'. (block-spacing)
(#34) Missing space before opening brace. (space-before-blocks)
(#34) Statement inside of curly braces should be on next line. (brace-style)
(#34) Infix operators must be spaced. (space-infix-ops)
(#34) A space is required after ','. (comma-spacing)
(#34) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#34) Infix operators must be spaced. (space-infix-ops)
(#34) A space is required after ','. (comma-spacing)
(#34) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#34) Infix operators must be spaced. (space-infix-ops)
(#34) Infix operators must be spaced. (space-infix-ops)
(#34) Infix operators must be spaced. (space-infix-ops)
(#34) Requires a space after '{'. (block-spacing)
(#34) Missing space before opening brace. (space-before-blocks)
(#34) Statement inside of curly braces should be on next line. (brace-style)
(#34) Missing whitespace after semicolon. (semi-spacing)
(#34) Infix operators must be spaced. (space-infix-ops)
(#34) Missing space before opening brace. (space-before-blocks)
(#34) Requires a space after '{'. (block-spacing)
(#34) Statement inside of curly braces should be on next line. (brace-style)
(#34) Infix operators must be spaced. (space-infix-ops)
(#34) Missing whitespace after semicolon. (semi-spacing)
(#34) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#34) Infix operators must be spaced. (space-infix-ops)
(#34) Infix operators must be spaced. (space-infix-ops)
(#34) Requires a space before '}'. (block-spacing)
(#34) Missing semicolon. (semi)
(#34) A space is required after ','. (comma-spacing)
(#34) Missing whitespace after semicolon. (semi-spacing)
(#34) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#34) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#34) Infix operators must be spaced. (space-infix-ops)
(#34) Missing semicolon. (semi)
(#34) Requires a space before '}'. (block-spacing)
(#34) Missing whitespace after semicolon. (semi-spacing)
(#34) Infix operators must be spaced. (space-infix-ops)
(#34) Infix operators must be spaced. (space-infix-ops)
(#34) Infix operators must be spaced. (space-infix-ops)
(#34) Infix operators must be spaced. (space-infix-ops)
(#34) Missing space before opening brace. (space-before-blocks)
(#34) Requires a space after '{'. (block-spacing)
(#34) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#34) Statement inside of curly braces should be on next line. (brace-style)
(#34) Infix operators must be spaced. (space-infix-ops)
(#35) Line 35 exceeds the maximum line length of 132. (max-len)
(#35) Requires a space before '}'. (block-spacing)
(#35) Missing semicolon. (semi)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Requires a space after '{'. (block-spacing)
(#35) 't' is not defined. (no-undef)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Missing semicolon. (semi)
(#35) Requires a space before '}'. (block-spacing)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Expected space(s) after "if". (keyword-spacing)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Requires a space after '{'. (block-spacing)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Missing semicolon. (semi)
(#35) Requires a space before '}'. (block-spacing)
(#35) Expected space(s) after "else". (keyword-spacing)
(#35) Expected space(s) before "else". (keyword-spacing)
(#35) Requires a space after '{'. (block-spacing)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Requires a space before '}'. (block-spacing)
(#35) Missing semicolon. (semi)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Expected space(s) before "return". (keyword-spacing)
(#35) Requires a space before '}'. (block-spacing)
(#35) Missing semicolon. (semi)
(#35) Missing semicolon. (semi)
(#35) Requires a space before '}'. (block-spacing)
(#35) 'jQuery' is not defined. (no-undef)
mod/offlinequiz/lib/jquery/ui/minified/jquery.ui.widget.min.js
(#1) Expected space or tab after '/*' in comment. (spaced-comment)
(#10) Line 10 exceeds the maximum line length of 132. (max-len)
(#10) A space is required after ','. (comma-spacing)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Expected space(s) after "if". (keyword-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Requires a space after '{'. (block-spacing)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Requires a space after '{'. (block-spacing)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Expected { after 'for' condition. (curly)
(#10) Expected space(s) after "for". (keyword-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Requires a space before '}'. (block-spacing)
(#10) Missing semicolon. (semi)
(#10) Missing semicolon. (semi)
(#10) Requires a space before '}'. (block-spacing)
(#10) Expected space(s) after "else". (keyword-spacing)
(#10) Expected space(s) before "else". (keyword-spacing)
(#10) Requires a space after '{'. (block-spacing)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Requires a space after '{'. (block-spacing)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Expected space(s) after "if". (keyword-spacing)
(#10) Expected { after 'if' condition. (curly)
(#10) Expected space(s) after "if". (keyword-spacing)
(#10) Expected space(s) before "if". (keyword-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Requires a space before '}'. (block-spacing)
(#10) Missing semicolon. (semi)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Requires a space before '}'. (block-spacing)
(#10) Missing semicolon. (semi)
(#10) Requires a space before '}'. (block-spacing)
(#10) Missing semicolon. (semi)
(#10) Requires a space before '}'. (block-spacing)
(#10) Missing semicolon. (semi)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Requires a space after '{'. (block-spacing)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected space(s) after "if". (keyword-spacing)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Requires a space before '}'. (block-spacing)
(#10) Missing semicolon. (semi)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Expected space(s) after "return". (keyword-spacing)
(#11) Line 11 exceeds the maximum line length of 132. (max-len)
(#11) Requires a space before '}'. (block-spacing)
(#11) Missing semicolon. (semi)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Requires a space after '{'. (block-spacing)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing semicolon. (semi)
(#11) Requires a space before '}'. (block-spacing)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing '()' invoking a constructor (new-parens)
(#11) A constructor name should not start with a lowercase letter. (new-cap)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'namespace'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'widgetName'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'widgetEventPrefix'. (key-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'widgetBaseClass'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing semicolon. (semi)
(#11) Requires a space before '}'. (block-spacing)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Requires a space after '{'. (block-spacing)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Requires a space after '{'. (block-spacing)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Expected space(s) after "if". (keyword-spacing)
(#11) Expected { after 'if' condition. (curly)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Expected space(s) before "return". (keyword-spacing)
(#12) Line 12 exceeds the maximum line length of 132. (max-len)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Expected to return a value at the end of this function. (consistent-return)
(#12) Requires a space after '{'. (block-spacing)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#12) Expected space(s) after "if". (keyword-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Requires a space after '{'. (block-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Requires a space after '{'. (block-spacing)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A constructor name should not start with a lowercase letter. (new-cap)
(#12) A space is required after ','. (comma-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Requires a space after '{'. (block-spacing)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing space before value for key 'widgetName'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'widgetEventPrefix'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'options'. (key-spacing)
(#12) Missing space before value for key 'disabled'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key '_createWidget'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Requires a space after '{'. (block-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#13) Line 13 exceeds the maximum line length of 132. (max-len)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Requires a space after '{'. (block-spacing)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) Requires a space before '}'. (block-spacing)
(#13) Missing semicolon. (semi)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#13) Requires a space before '}'. (block-spacing)
(#13) Missing semicolon. (semi)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key '_getCreateOptions'. (key-spacing)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) Requires a space after '{'. (block-spacing)
(#13) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Requires a space before '}'. (block-spacing)
(#13) Missing semicolon. (semi)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key '_create'. (key-spacing)
(#13) Unexpected empty function. (no-empty-function)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key '_init'. (key-spacing)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) Unexpected empty function. (no-empty-function)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'destroy'. (key-spacing)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) Requires a space after '{'. (block-spacing)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Missing semicolon. (semi)
(#13) Requires a space before '}'. (block-spacing)
(#14) Line 14 exceeds the maximum line length of 132. (max-len)
(#14) Missing space before value for key 'widget'. (key-spacing)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Requires a space after '{'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Requires a space before '}'. (block-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'option'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Expected { after 'if' condition. (curly)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Expected space(s) before "return". (keyword-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Requires a space after '{'. (block-spacing)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Expected { after 'if' condition. (curly)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Expected space(s) before "return". (keyword-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Missing semicolon. (semi)
(#14) Requires a space before '}'. (block-spacing)
(#14) Expected space(s) before "this". (keyword-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Requires a space before '}'. (block-spacing)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key '_setOptions'. (key-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Missing semicolon. (semi)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Requires a space before '}'. (block-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key '_setOption'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Expected space(s) before "this". (keyword-spacing)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Requires a space before '}'. (block-spacing)
(#15) Line 15 exceeds the maximum line length of 132. (max-len)
(#15) Missing space before value for key 'enable'. (key-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'disable'. (key-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key '_trigger'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "for". (keyword-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Expected space(s) before "this". (keyword-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "return". (keyword-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing semicolon. (semi)
(#15) 'jQuery' is not defined. (no-undef)
mod/offlinequiz/mod_form.js
(#27) Function 'showStudentView' has a complexity of 22. (complexity)
(#27) Missing JSDoc comment. (require-jsdoc)
(#27) 'showStudentView' is defined but never used (no-unused-vars)
(#28) 'attempt' is not defined. (no-undef)
(#28) '$' is not defined. (no-undef)
(#28) '$' is not defined. (no-undef)
(#29) 'correctness' is not defined. (no-undef)
(#29) '$' is not defined. (no-undef)
(#29) '$' is not defined. (no-undef)
(#30) 'marks' is not defined. (no-undef)
(#30) '$' is not defined. (no-undef)
(#30) '$' is not defined. (no-undef)
(#31) 'specificfeedback' is not defined. (no-undef)
(#31) '$' is not defined. (no-undef)
(#31) '$' is not defined. (no-undef)
(#32) 'generalfeedback' is not defined. (no-undef)
(#32) '$' is not defined. (no-undef)
(#32) '$' is not defined. (no-undef)
(#33) 'rightanswer' is not defined. (no-undef)
(#33) '$' is not defined. (no-undef)
(#33) '$' is not defined. (no-undef)
(#34) 'sheet' is not defined. (no-undef)
(#34) '$' is not defined. (no-undef)
(#34) '$' is not defined. (no-undef)
(#35) 'gradedsheet' is not defined. (no-undef)
(#35) '$' is not defined. (no-undef)
(#35) '$' is not defined. (no-undef)
(#37) Line 37 exceeds the maximum line length of 132. (max-len)
(#41) 'baseurl' is not defined. (no-undef)
(#41) '$' is not defined. (no-undef)
(#42) 'imagefile1' is not defined. (no-undef)
(#43) 'imagefile2' is not defined. (no-undef)
(#44) 'imagefile3' is not defined. (no-undef)
(#45) 'pagefile' is not defined. (no-undef)
(#46) 'sheet' is not defined. (no-undef)
(#46) 'gradedsheet' is not defined. (no-undef)
(#47) 'imagefile1' is not defined. (no-undef)
(#47) 'baseurl' is not defined. (no-undef)
(#48) 'pagefile' is not defined. (no-undef)
(#48) 'baseurl' is not defined. (no-undef)
(#51) 'attempt' is not defined. (no-undef)
(#52) 'imagefile1' is not defined. (no-undef)
(#52) 'baseurl' is not defined. (no-undef)
(#53) 'imagefile2' is not defined. (no-undef)
(#53) 'baseurl' is not defined. (no-undef)
(#55) 'correctness' is not defined. (no-undef)
(#56) 'imagefile2' is not defined. (no-undef)
(#56) 'imagefile2' is not defined. (no-undef)
(#58) 'marks' is not defined. (no-undef)
(#59) 'imagefile1' is not defined. (no-undef)
(#59) 'baseurl' is not defined. (no-undef)
(#60) 'imagefile1' is not defined. (no-undef)
(#60) 'imagefile1' is not defined. (no-undef)
(#61) 'imagefile2' is not defined. (no-undef)
(#62) 'imagefile2' is not defined. (no-undef)
(#62) 'imagefile2' is not defined. (no-undef)
(#65) 'specificfeedback' is not defined. (no-undef)
(#66) 'imagefile2' is not defined. (no-undef)
(#66) 'imagefile2' is not defined. (no-undef)
(#67) 'imagefile3' is not defined. (no-undef)
(#67) 'baseurl' is not defined. (no-undef)
(#68) 'imagefile3' is not defined. (no-undef)
(#68) 'imagefile3' is not defined. (no-undef)
(#70) 'generalfeedback' is not defined. (no-undef)
(#71) 'imagefile3' is not defined. (no-undef)
(#72) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#72) 'imagefile3' is not defined. (no-undef)
(#72) 'baseurl' is not defined. (no-undef)
(#74) 'imagefile3' is not defined. (no-undef)
(#74) 'imagefile3' is not defined. (no-undef)
(#76) 'rightanswer' is not defined. (no-undef)
(#77) 'imagefile2' is not defined. (no-undef)
(#78) 'imagefile2' is not defined. (no-undef)
(#78) 'baseurl' is not defined. (no-undef)
(#80) 'imagefile3' is not defined. (no-undef)
(#81) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#81) 'imagefile3' is not defined. (no-undef)
(#81) 'baseurl' is not defined. (no-undef)
(#83) 'imagefile3' is not defined. (no-undef)
(#83) 'imagefile3' is not defined. (no-undef)
(#86) 'gradedsheet' is not defined. (no-undef)
(#87) 'imagefile1' is not defined. (no-undef)
(#87) 'imagefile1' is not defined. (no-undef)
(#88) 'pagefile' is not defined. (no-undef)
(#88) 'pagefile' is not defined. (no-undef)
(#89) 'sheet' is not defined. (no-undef)
(#90) 'imagefile1' is not defined. (no-undef)
(#90) 'imagefile1' is not defined. (no-undef)
(#91) 'pagefile' is not defined. (no-undef)
(#91) 'pagefile' is not defined. (no-undef)
(#94) 'imagefile1' is not defined. (no-undef)
(#95) 'imagefile1' is not defined. (no-undef)
(#95) 'imagefile1' is not defined. (no-undef)
(#97) 'imagefile2' is not defined. (no-undef)
(#98) 'imagefile2' is not defined. (no-undef)
(#98) 'imagefile2' is not defined. (no-undef)
(#100) 'imagefile3' is not defined. (no-undef)
(#101) 'imagefile3' is not defined. (no-undef)
(#101) 'imagefile3' is not defined. (no-undef)
(#104) 'imagefile1' is not defined. (no-undef)
(#105) '$' is not defined. (no-undef)
(#105) There should be no space after '{' (object-curly-spacing)
(#105) 'imagefile1' is not defined. (no-undef)
(#105) '$' is not defined. (no-undef)
(#106) '$' is not defined. (no-undef)
(#106) '$' is not defined. (no-undef)
(#109) 'imagefile2' is not defined. (no-undef)
(#110) '$' is not defined. (no-undef)
(#110) There should be no space after '{' (object-curly-spacing)
(#110) 'imagefile2' is not defined. (no-undef)
(#110) '$' is not defined. (no-undef)
(#111) '$' is not defined. (no-undef)
(#111) '$' is not defined. (no-undef)
(#114) 'imagefile3' is not defined. (no-undef)
(#115) '$' is not defined. (no-undef)
(#115) There should be no space after '{' (object-curly-spacing)
(#115) 'imagefile3' is not defined. (no-undef)
(#115) '$' is not defined. (no-undef)
(#116) '$' is not defined. (no-undef)
(#116) '$' is not defined. (no-undef)
(#119) 'pagefile' is not defined. (no-undef)
(#120) '$' is not defined. (no-undef)
(#120) '$' is not defined. (no-undef)
(#121) '$' is not defined. (no-undef)
(#121) There should be no space after '{' (object-curly-spacing)
(#121) 'pagefile' is not defined. (no-undef)
(#121) '$' is not defined. (no-undef)
(#122) '$' is not defined. (no-undef)
(#122) '$' is not defined. (no-undef)
(#125) '$' is not defined. (no-undef)
(#126) '$' is not defined. (no-undef)
(#129) Missing JSDoc comment. (require-jsdoc)
(#129) Unexpected space before function parentheses. (space-before-function-paren)
(#130) '$' is not defined. (no-undef)
(#131) '$' is not defined. (no-undef)
(#133) '$' is not defined. (no-undef)
(#134) '$' is not defined. (no-undef)
(#135) '$' is not defined. (no-undef)
(#139) '$' is not defined. (no-undef)
(#140) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#141) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#146) '$' is not defined. (no-undef)
(#146) 'e' is defined but never used (no-unused-vars)
(#146) Missing space before opening brace. (space-before-blocks)
(#147) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#147) '$' is not defined. (no-undef)
(#148) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#149) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#153) '$' is not defined. (no-undef)
(#153) Missing space before opening brace. (space-before-blocks)
mod/offlinequiz/module.js
(#27) Identifier 'mod_offlinequiz' is not in camel case. (camelcase)
(#29) Identifier 'init_attempt_form' is not in camel case. (camelcase)
(#35) Identifier 'init_review_form' is not in camel case. (camelcase)
(#37) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#40) Identifier 'init_comment_popup' is not in camel case. (camelcase)
(#45) Statement inside of curly braces should be on next line. (brace-style)
(#45) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#45) Missing semicolon. (semi)
(#46) Missing semicolon. (semi)
(#63) Missing JSDoc parameter type for 'preview'. (valid-jsdoc)
(#63) Missing JSDoc parameter type for 'Y'. (valid-jsdoc)
(#63) Missing JSDoc parameter type for 'start'. (valid-jsdoc)
(#76) Missing JSDoc for parameter 'e'. (valid-jsdoc)
(#79) 'e' is defined but never used (no-unused-vars)
(#85) Missing JSDoc for parameter 'num'. (valid-jsdoc)
(#85) Missing JSDoc @returns for function. (valid-jsdoc)
(#88) Identifier 'two_digit' is not in camel case. (camelcase)
(#145) Identifier 'update_flag_state' is not in camel case. (camelcase)
(#164) Move function declaration to function body root. (no-inner-declarations)
(#164) Missing JSDoc comment. (require-jsdoc)
(#164) Identifier 'find_enabled_submit' is not in camel case. (camelcase)
(#177) Missing JSDoc comment. (require-jsdoc)
(#177) Move function declaration to function body root. (no-inner-declarations)
(#177) Identifier 'nav_to_page' is not in camel case. (camelcase)
(#185) Unnecessary semicolon. (no-extra-semi)
(#223) Identifier 'secure_window' is not in camel case. (camelcase)
(#229) Multiple spaces found before 'M'. (no-multi-spaces)
(#230) Multiple spaces found before 'M'. (no-multi-spaces)
(#231) Multiple spaces found before 'M'. (no-multi-spaces)
(#233) Multiple spaces found before 'M'. (no-multi-spaces)
(#234) Multiple spaces found before 'M'. (no-multi-spaces)
(#235) Multiple spaces found before 'M'. (no-multi-spaces)
(#236) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#251) Identifier 'clear_status' is not in camel case. (camelcase)
(#257) Unexpected alert. (no-alert)
(#261) Identifier 'prevent_mouse' is not in camel case. (camelcase)
(#269) Missing JSDoc for parameter 'e'. (valid-jsdoc)
(#269) Missing JSDoc for parameter 'args'. (valid-jsdoc)
(#272) Identifier 'start_attempt_action' is not in camel case. (camelcase)
(#274) 'openpopup' is not defined. (no-undef)
(#279) 'openpopup' is not defined. (no-undef)
(#286) Identifier 'init_close_button' is not in camel case. (camelcase)
(#287) 'e' is defined but never used (no-unused-vars)
(#288) Missing semicolon. (semi)
mod/offlinequiz/report/statistics/doublescroll.js
(#18) Trailing spaces not allowed. (no-trailing-spaces)
(#28) Identifier 'offlinequiz_statistics' is not in camel case. (camelcase)
(#28) 'offlinequiz_statistics' is defined but never used (no-unused-vars)
(#30) Missing JSDoc comment. (require-jsdoc)
(#30) Identifier 'offlinequiz_statistics_init_doublescroll' is not in camel case. (camelcase)
(#30) 'offlinequiz_statistics_init_doublescroll' is defined but never used (no-unused-vars)
(#30) 'Y' is defined but never used (no-unused-vars)
(#31) 'jQuery' is not defined. (no-undef)
(#35) '$' is not defined. (no-undef)
(#36) 'width' is not defined. (no-undef)
(#36) '$' is not defined. (no-undef)
(#37) '$' is not defined. (no-undef)
(#37) 'width' is not defined. (no-undef)
(#44) Missing JSDoc comment. (require-jsdoc)
(#44) Identifier 'offlinequiz_statistics_init_fxheader' is not in camel case. (camelcase)
(#44) 'offlinequiz_statistics_init_fxheader' is defined but never used (no-unused-vars)
(#44) 'Y' is defined but never used (no-unused-vars)
(#45) 'fxheaderInit' is not defined. (no-undef)
(#46) 'fxheader' is not defined. (no-undef)
mod/offlinequiz/yui/src/autosave/js/autosave.js
(#29) Identifier 'mod_offlinequiz' is not in camel case. (camelcase)
(#145) Identifier 'delay_timer' is not in camel case. (camelcase)
(#154) Identifier 'save_transaction' is not in camel case. (camelcase)
(#174) Identifier 'editor_change_handler' is not in camel case. (camelcase)
(#183) Identifier 'hidden_field_values' is not in camel case. (camelcase)
(#202) Multiple spaces found before 'this'. (no-multi-spaces)
(#202) Multiple spaces found before 'this'. (no-multi-spaces)
(#211) Identifier 'save_hidden_field_values' is not in camel case. (camelcase)
(#213) Multiple spaces found before '='. (no-multi-spaces)
(#221) Identifier 'watch_hidden_fields' is not in camel case. (camelcase)
(#226) Identifier 'detect_hidden_field_changes' is not in camel case. (camelcase)
(#228) Multiple spaces found before '='. (no-multi-spaces)
(#252) Identifier 'init_tinymce' is not in camel case. (camelcase)
(#263) Identifier 'editor_change_handler' is not in camel case. (camelcase)
(#264) 'tinyMCE' is not defined. (no-undef)
(#274) Identifier 'init_tinymce_editor' is not in camel case. (camelcase)
(#282) Identifier 'value_changed' is not in camel case. (camelcase)
(#294) Identifier 'editor_changed' is not in camel case. (camelcase)
(#299) Identifier 'start_save_timer_if_necessary' is not in camel case. (camelcase)
(#310) Identifier 'start_save_timer' is not in camel case. (camelcase)
(#312) Identifier 'delay_timer' is not in camel case. (camelcase)
(#315) Identifier 'cancel_delay' is not in camel case. (camelcase)
(#319) Identifier 'delay_timer' is not in camel case. (camelcase)
(#322) Identifier 'save_changes' is not in camel case. (camelcase)
(#334) 'tinyMCE' is not defined. (no-undef)
(#336) Identifier 'save_transaction' is not in camel case. (camelcase)
(#347) Identifier 'save_done' is not in camel case. (camelcase)
(#356) Identifier 'save_transaction' is not in camel case. (camelcase)
(#373) Identifier 'save_failed' is not in camel case. (camelcase)
(#375) Identifier 'save_transaction' is not in camel case. (camelcase)
(#387) Identifier 'is_time_nearly_over' is not in camel case. (camelcase)
(#389) Infix operators must be spaced. (space-infix-ops)
(#392) Identifier 'stop_autosaving' is not in camel case. (camelcase)
(#394) Identifier 'delay_timer' is not in camel case. (camelcase)
mod/offlinequiz/yui/src/dragdrop/js/dragdrop.js
(#7) 'CSS' is defined but never used (no-unused-vars)
(#20) Extra space after key 'PAGE'. (key-spacing)
(#31) 'SELECTOR' is defined but never used (no-unused-vars)
mod/offlinequiz/yui/src/dragdrop/js/resource.js
(#65) Identifier 'setup_for_section' is not in camel case. (camelcase)
(#93) Identifier 'setup_for_resource' is not in camel case. (camelcase)
(#103) Identifier 'drag_start' is not in camel case. (camelcase)
(#110) Identifier 'drag_dropmiss' is not in camel case. (camelcase)
(#117) Identifier 'drop_hit' is not in camel case. (camelcase)
(#141) ["class"] is better written in dot notation. (dot-notation)
(#144) Line 144 exceeds the maximum line length of 132. (max-len)
(#146) 'SELECTOR' is not defined. (no-undef)
(#151) 'SELECTOR' is not defined. (no-undef)
(#184) Missing space before value for key 'context'. (key-spacing)
(#188) Identifier 'global_drop_over' is not in camel case. (camelcase)
(#189) Expected space or tab after '//' in comment. (spaced-comment)
(#245) Identifier 'mod_offlinequiz' is not in camel case. (camelcase)
(#246) Identifier 'init_resource_dragdrop' is not in camel case. (camelcase)
mod/offlinequiz/yui/src/dragdrop/js/section.js
(#14) Expected to return a value at the end of this function. (consistent-return)
(#16) There should be no space after '[' (array-bracket-spacing)
(#16) There should be no space before ']' (array-bracket-spacing)
(#58) Identifier 'setup_for_section' is not in camel case. (camelcase)
(#94) Identifier 'drag_start' is not in camel case. (camelcase)
(#98) Line 98 exceeds the maximum line length of 132. (max-len)
(#100) Line 100 exceeds the maximum line length of 132. (max-len)
(#101) There should be no spaces inside this paren. (space-in-parens)
(#109) Identifier 'drag_dropmiss' is not in camel case. (camelcase)
(#116) Identifier 'get_section_index' is not in camel case. (camelcase)
(#125) Identifier 'drop_hit' is not in camel case. (camelcase)
(#137) Line 137 exceeds the maximum line length of 132. (max-len)
(#173) Trailing spaces not allowed. (no-trailing-spaces)
(#174) ["class"] is better written in dot notation. (dot-notation)
(#197) Empty block statement. (no-empty)
(#239) Missing space before value for key 'context'. (key-spacing)
(#264) Identifier 'mod_offlinequiz' is not in camel case. (camelcase)
(#265) Identifier 'init_section_dragdrop' is not in camel case. (camelcase)
mod/offlinequiz/yui/src/modform/js/modform.js
(#23) Unexpected space before function parentheses. (space-before-function-paren)
(#47) Identifier 'mod_offlinequiz' is not in camel case. (camelcase)
mod/offlinequiz/yui/src/offlinequizbase/js/offlinequizbase.js
(#21) Extra space after key 'registermodules'. (key-spacing)
(#23) Missing JSDoc @returns for function. (valid-jsdoc)
(#23) Expected JSDoc for 'object' but found 'The'. (valid-jsdoc)
(#30) Identifier 'register_module' is not in camel case. (camelcase)
(#30) Extra space after key 'register_module'. (key-spacing)
(#36) Missing JSDoc @returns for function. (valid-jsdoc)
(#44) Identifier 'invoke_function' is not in camel case. (camelcase)
(#44) Extra space after key 'invoke_function'. (key-spacing)
(#55) Extra space after key 'NAME'. (key-spacing)
(#56) Extra space after key 'ATTRS'. (key-spacing)
(#60) Identifier 'mod_offlinequiz' is not in camel case. (camelcase)
(#66) Unexpected @return tag; function has no return statement. (valid-jsdoc)
(#74) Identifier 'swap_sections' is not in camel case. (camelcase)
(#76) Extra space after key 'COURSECONTENT'. (key-spacing)
(#77) Extra space after key 'SECTIONADDMENUS'. (key-spacing)
(#85) Unexpected @return tag; function has no return statement. (valid-jsdoc)
(#85) Expected JSDoc for 'sectionlist' but found 'list'. (valid-jsdoc)
(#97) Identifier 'process_sections' is not in camel case. (camelcase)
(#99) Extra space after key 'SECTIONNAME'. (key-spacing)
(#102) Extra space after key 'SECTIONLEFTSIDE'. (key-spacing)
(#145) Identifier 'get_config' is not in camel case. (camelcase)
(#147) Extra space after key 'container_node'. (key-spacing)
(#147) Identifier 'container_node' is not in camel case. (camelcase)
(#148) Identifier 'container_class' is not in camel case. (camelcase)
(#148) Extra space after key 'container_class'. (key-spacing)
(#149) Extra space after key 'section_node'. (key-spacing)
(#149) Identifier 'section_node' is not in camel case. (camelcase)
(#150) Identifier 'section_class' is not in camel case. (camelcase)
(#150) Extra space after key 'section_class'. (key-spacing)
(#160) Identifier 'get_section_selector' is not in camel case. (camelcase)
(#165) Line 165 exceeds the maximum line length of 132. (max-len)
(#177) Identifier 'get_section_wrapper' is not in camel case. (camelcase)
(#190) Identifier 'get_containernode' is not in camel case. (camelcase)
(#190) Expected to return a value at the end of this function. (consistent-return)
(#195) Line 195 exceeds the maximum line length of 132. (max-len)
(#204) Identifier 'get_containerclass' is not in camel case. (camelcase)
(#204) Expected to return a value at the end of this function. (consistent-return)
(#209) Line 209 exceeds the maximum line length of 132. (max-len)
(#218) Identifier 'get_sectionwrappernode' is not in camel case. (camelcase)
(#232) Identifier 'get_sectionwrapperclass' is not in camel case. (camelcase)
(#246) Identifier 'get_sectionnode' is not in camel case. (camelcase)
(#246) Expected to return a value at the end of this function. (consistent-return)
(#260) Identifier 'get_sectionclass' is not in camel case. (camelcase)
(#260) Expected to return a value at the end of this function. (consistent-return)
(#265) Line 265 exceeds the maximum line length of 132. (max-len)
mod/offlinequiz/yui/src/offlinequizquestionbank/js/offlinequizquestionbank.js
(#50) Identifier 'create_dialogue' is not in camel case. (camelcase)
(#52) 'config' is not defined. (no-undef)
(#53) Extra space after key 'headerContent'. (key-spacing)
(#54) Extra space after key 'bodyContent'. (key-spacing)
(#55) Extra space after key 'draggable'. (key-spacing)
(#56) Extra space after key 'modal'. (key-spacing)
(#64) 'config' is not defined. (no-undef)
(#70) Requires a space after '{'. (block-spacing)
(#70) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#70) Statement inside of curly braces should be on next line. (brace-style)
(#70) Requires a space before '}'. (block-spacing)
(#73) Extra space after key 'initializer'. (key-spacing)
(#81) Extra space after key 'display_dialogue'. (key-spacing)
(#81) Identifier 'display_dialogue' is not in camel case. (camelcase)
(#81) Unexpected space before function parentheses. (space-before-function-paren)
(#99) Identifier 'load_content' is not in camel case. (camelcase)
(#99) Extra space after key 'load_content'. (key-spacing)
(#120) Identifier 'load_done' is not in camel case. (camelcase)
(#132) Requires a space after '{'. (block-spacing)
(#132) Statement inside of curly braces should be on next line. (brace-style)
(#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)
(#157) Identifier 'load_failed' is not in camel case. (camelcase)
(#161) Identifier 'link_clicked' is not in camel case. (camelcase)
(#170) 'openpopup' is not defined. (no-undef)
(#173) Line 173 exceeds the maximum line length of 132. (max-len)
(#189) Identifier 'options_changed' is not in camel case. (camelcase)
(#208) Identifier 'mod_offlinequiz' is not in camel case. (camelcase)
mod/offlinequiz/yui/src/questionchooser/js/questionchooser.js
(#26) Identifier 'display_dialogue' is not in camel case. (camelcase)
(#50) Expected space(s) after "for". (keyword-spacing)
(#50) 'i' is not defined. (no-undef)
(#50) 'i' is not defined. (no-undef)
(#50) 'i' is not defined. (no-undef)
(#51) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#51) 'i' is not defined. (no-undef)
(#52) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#52) 'i' is not defined. (no-undef)
(#53) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#53) 'i' is not defined. (no-undef)
(#53) There should be no spaces inside this paren. (space-in-parens)
(#54) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#54) 'i' is not defined. (no-undef)
(#55) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#56) Trailing spaces not allowed. (no-trailing-spaces)
(#59) Identifier 'parameters_to_hidden_input' is not in camel case. (camelcase)
(#77) Identifier 'mod_offlinequiz' is not in camel case. (camelcase)
(#78) Identifier 'init_questionchooser' is not in camel case. (camelcase)
(#79) Identifier 'question_chooser' is not in camel case. (camelcase)
mod/offlinequiz/yui/src/randomquestion/js/randomquestion.js
(#47) 'config' is not defined. (no-undef)
(#48) Extra space after key 'headerContent'. (key-spacing)
(#49) Extra space after key 'bodyContent'. (key-spacing)
(#50) Extra space after key 'draggable'. (key-spacing)
(#51) Extra space after key 'modal'. (key-spacing)
(#52) Extra space after key 'zIndex'. (key-spacing)
(#59) There should be no space after '{' (object-curly-spacing)
(#59) There should be no space before '}' (object-curly-spacing)
(#60) 'config' is not defined. (no-undef)
(#64) Extra space after key 'initializer'. (key-spacing)
(#68) Identifier 'display_dialogue' is not in camel case. (camelcase)
(#68) Extra space after key 'display_dialogue'. (key-spacing)
(#68) Unexpected space before function parentheses. (space-before-function-paren)
(#78) Identifier 'mod_offlinequiz' is not in camel case. (camelcase)
mod/offlinequiz/yui/src/repaginate/js/repaginate.js
(#46) Extra space after key 'initializer'. (key-spacing)
(#47) 'rpcontainerclass' is not defined. (no-undef)
(#50) 'rpcontainerclass' is not defined. (no-undef)
(#51) 'rpcontainerclass' is not defined. (no-undef)
(#55) Extra space after key 'display_dialog'. (key-spacing)
(#55) Identifier 'display_dialog' is not in camel case. (camelcase)
(#55) Unexpected space before function parentheses. (space-before-function-paren)
(#60) Extra space after key 'headerContent'. (key-spacing)
(#61) Extra space after key 'bodyContent'. (key-spacing)
(#62) Extra space after key 'draggable'. (key-spacing)
(#63) Extra space after key 'modal'. (key-spacing)
(#64) Extra space after key 'zIndex'. (key-spacing)
(#73) There should be no space after '{' (object-curly-spacing)
(#73) There should be no space before '}' (object-curly-spacing)
(#79) Identifier 'mod_offlinequiz' is not in camel case. (camelcase)
mod/offlinequiz/yui/src/toolboxes/js/resource.js
(#27) 'TOOLBOX' is not defined. (no-undef)
(#63) 'BODY' is not defined. (no-undef)
(#63) 'SELECTOR' is not defined. (no-undef)
(#64) 'BODY' is not defined. (no-undef)
(#64) 'SELECTOR' is not defined. (no-undef)
(#67) Unexpected @returns tag; function has no return statement. (valid-jsdoc)
(#77) Identifier 'handle_data_action' is not in camel case. (camelcase)
(#81) 'SELECTOR' is not defined. (no-undef)
(#87) 'SELECTOR' is not defined. (no-undef)
(#124) Identifier 'add_spinner' is not in camel case. (camelcase)
(#125) 'SELECTOR' is not defined. (no-undef)
(#132) Missing JSDoc @returns for function. (valid-jsdoc)
(#142) Identifier 'delete_with_confirmation' is not in camel case. (camelcase)
(#147) Multiple spaces found before '='. (no-multi-spaces)
(#188) Unexpected @return tag; function has no return statement. (valid-jsdoc)
(#199) Identifier 'edit_maxmark' is not in camel case. (camelcase)
(#199) Extra space after key 'edit_maxmark'. (key-spacing)
(#202) Multiple spaces found before '='. (no-multi-spaces)
(#202) 'SELECTOR' is not defined. (no-undef)
(#203) 'SELECTOR' is not defined. (no-undef)
(#208) A space is required after ','. (comma-spacing)
(#210) Extra space after key 'class'. (key-spacing)
(#211) Extra space after key 'field'. (key-spacing)
(#212) Extra space after key 'id'. (key-spacing)
(#233) Extra space after key 'value'. (key-spacing)
(#234) Extra space after key 'autocomplete'. (key-spacing)
(#235) Extra space after key 'aria-describedby'. (key-spacing)
(#236) Extra space after key 'maxLength'. (key-spacing)
(#237) Extra space after key 'size'. (key-spacing)
(#247) 'padside' is defined but never used (no-unused-vars)
(#248) 'right_to_left' is not defined. (no-undef)
(#279) Extra space after key 'edit_maxmark_submit'. (key-spacing)
(#279) Identifier 'edit_maxmark_submit' is not in camel case. (camelcase)
(#282) 'SELECTOR' is not defined. (no-undef)
(#282) 'SELECTOR' is not defined. (no-undef)
(#285) 'SELECTOR' is not defined. (no-undef)
(#288) Extra space after key 'class'. (key-spacing)
(#289) Extra space after key 'field'. (key-spacing)
(#290) Extra space after key 'maxmark'. (key-spacing)
(#291) Extra space after key 'id'. (key-spacing)
(#295) 'SELECTOR' is not defined. (no-undef)
(#310) Identifier 'edit_maxmark_cancel' is not in camel case. (camelcase)
(#310) Extra space after key 'edit_maxmark_cancel'. (key-spacing)
(#324) Identifier 'edit_maxmark_clear' is not in camel case. (camelcase)
(#324) Extra space after key 'edit_maxmark_clear'. (key-spacing)
(#328) 'SELECTOR' is not defined. (no-undef)
(#342) 'SELECTOR' is not defined. (no-undef)
(#353) Missing JSDoc for parameter 'action'. (valid-jsdoc)
(#353) Missing JSDoc @returns for function. (valid-jsdoc)
(#364) Identifier 'update_page_break' is not in camel case. (camelcase)
(#368) 'nextactivity' is not defined. (no-undef)
(#369) 'nextactivity' is not defined. (no-undef)
(#380) 'nextactivity' is not defined. (no-undef)
(#407) Identifier 'reorganise_edit_page' is not in camel case. (camelcase)
(#413) Extra space after key 'NAME'. (key-spacing)
(#414) Extra space after key 'ATTRS'. (key-spacing)
(#415) Extra space after key 'courseid'. (key-spacing)
(#416) Extra space after key 'value'. (key-spacing)
(#418) Extra space after key 'offlinequizid'. (key-spacing)
(#419) Extra space after key 'value'. (key-spacing)
(#421) Extra space after key 'offlinegroupid'. (key-spacing)
(#422) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#422) Extra space after key 'value'. (key-spacing)
(#427) Identifier 'resource_toolbox' is not in camel case. (camelcase)
(#428) Identifier 'init_resource_toolbox' is not in camel case. (camelcase)
(#429) Identifier 'resource_toolbox' is not in camel case. (camelcase)
mod/offlinequiz/yui/src/toolboxes/js/section.js
(#25) 'TOOLBOX' is not defined. (no-undef)
(#34) Extra space after key 'initializer'. (key-spacing)
(#38) 'SELECTOR' is not defined. (no-undef)
(#38) 'SELECTOR' is not defined. (no-undef)
(#38) 'SELECTOR' is not defined. (no-undef)
(#41) 'SELECTOR' is not defined. (no-undef)
(#41) 'SELECTOR' is not defined. (no-undef)
(#41) 'SELECTOR' is not defined. (no-undef)
(#44) Identifier 'toggle_hide_section' is not in camel case. (camelcase)
(#44) Extra space after key 'toggle_hide_section'. (key-spacing)
(#74) Extra space after key 'alt'. (key-spacing)
(#75) Extra space after key 'src'. (key-spacing)
(#81) Extra space after key 'class'. (key-spacing)
(#82) Extra space after key 'field'. (key-spacing)
(#83) Line 83 exceeds the maximum line length of 132. (max-len)
(#83) Extra space after key 'id'. (key-spacing)
(#84) Extra space after key 'value'. (key-spacing)
(#91) 'SELECTOR' is not defined. (no-undef)
(#94) 'SELECTOR' is not defined. (no-undef)
(#95) 'SELECTOR' is not defined. (no-undef)
(#97) 'SELECTOR' is not defined. (no-undef)
(#116) Identifier 'toggle_highlight' is not in camel case. (camelcase)
(#116) Extra space after key 'toggle_highlight'. (key-spacing)
(#130) Identifier 'old_string' is not in camel case. (camelcase)
(#131) 'SELECTOR' is not defined. (no-undef)
(#132) 'SELECTOR' is not defined. (no-undef)
(#134) 'SELECTOR' is not defined. (no-undef)
(#135) 'SELECTOR' is not defined. (no-undef)
(#140) 'SELECTOR' is not defined. (no-undef)
(#147) Identifier 'new_string' is not in camel case. (camelcase)
(#157) Extra space after key 'class'. (key-spacing)
(#158) Extra space after key 'field'. (key-spacing)
(#159) Extra space after key 'value'. (key-spacing)
(#165) Multiple spaces found before '{'. (no-multi-spaces)
(#166) Extra space after key 'NAME'. (key-spacing)
(#167) Extra space after key 'ATTRS'. (key-spacing)
(#168) Extra space after key 'courseid'. (key-spacing)
(#169) Extra space after key 'value'. (key-spacing)
(#171) Extra space after key 'offlinequizid'. (key-spacing)
(#172) Extra space after key 'value'. (key-spacing)
(#174) Extra space after key 'offlinegroupid'. (key-spacing)
(#175) Extra space after key 'value'. (key-spacing)
(#177) Extra space after key 'format'. (key-spacing)
(#178) Extra space after key 'value'. (key-spacing)
(#183) Identifier 'init_section_toolbox' is not in camel case. (camelcase)
mod/offlinequiz/yui/src/toolboxes/js/toolbox.js
(#13) Extra space after key 'ACTIVITYINSTANCE'. (key-spacing)
(#14) Extra space after key 'AVAILABILITYINFODIV'. (key-spacing)
(#15) Extra space after key 'CONTENTWITHOUTLINK'. (key-spacing)
(#16) Extra space after key 'CONDITIONALHIDDEN'. (key-spacing)
(#17) Extra space after key 'DIMCLASS'. (key-spacing)
(#18) Extra space after key 'DIMMEDTEXT'. (key-spacing)
(#19) Extra space after key 'EDITINSTRUCTIONS'. (key-spacing)
(#21) Extra space after key 'HIDE'. (key-spacing)
(#23) Extra space after key 'MODINDENTCOUNT'. (key-spacing)
(#24) Extra space after key 'MODINDENTHUGE'. (key-spacing)
(#25) Extra space after key 'MODULEIDPREFIX'. (key-spacing)
(#27) Extra space after key 'SECTIONHIDDENCLASS'. (key-spacing)
(#28) Extra space after key 'SECTIONIDPREFIX'. (key-spacing)
(#29) Extra space after key 'SLOT'. (key-spacing)
(#30) Extra space after key 'SHOW'. (key-spacing)
(#31) Extra space after key 'TITLEEDITOR'. (key-spacing)
(#36) Extra space after key 'ACTIONLINKTEXT'. (key-spacing)
(#37) Extra space after key 'ACTIVITYACTION'. (key-spacing)
(#38) Extra space after key 'ACTIVITYFORM'. (key-spacing)
(#39) Extra space after key 'ACTIVITYICON'. (key-spacing)
(#40) Extra space after key 'ACTIVITYINSTANCE'. (key-spacing)
(#42) Extra space after key 'ACTIVITYLI'. (key-spacing)
(#43) Extra space after key 'ACTIVITYMAXMARK'. (key-spacing)
(#44) Extra space after key 'COMMANDSPAN'. (key-spacing)
(#45) Extra space after key 'CONTENTAFTERLINK'. (key-spacing)
(#46) Extra space after key 'CONTENTWITHOUTLINK'. (key-spacing)
(#48) Extra space after key 'HIDE'. (key-spacing)
(#49) Extra space after key 'HIGHLIGHT'. (key-spacing)
(#50) Extra space after key 'INSTANCENAME'. (key-spacing)
(#51) Extra space after key 'INSTANCEMAXMARK'. (key-spacing)
(#52) Extra space after key 'MODINDENTDIV'. (key-spacing)
(#53) Extra space after key 'MODINDENTOUTER'. (key-spacing)
(#54) Extra space after key 'NUMQUESTIONS'. (key-spacing)
(#55) Extra space after key 'PAGECONTENT'. (key-spacing)
(#56) Extra space after key 'PAGELI'. (key-spacing)
(#57) Extra space after key 'SECTIONUL'. (key-spacing)
(#58) Extra space after key 'SHOW'. (key-spacing)
(#59) Extra space after key 'SHOWHIDE'. (key-spacing)
(#60) Extra space after key 'SLOTLI'. (key-spacing)
(#61) Extra space after key 'SUMMARKS'. (key-spacing)
(#63) 'BODY' is defined but never used (no-unused-vars)
(#66) Identifier 'mod_offlinequiz' is not in camel case. (camelcase)
(#82) Missing JSDoc @returns for function. (valid-jsdoc)
(#92) Identifier 'send_request' is not in camel case. (camelcase)
(#92) Identifier 'success_callback' is not in camel case. (camelcase)
(#123) Empty block statement. (no-empty)
(#130) Line 130 exceeds the maximum line length of 132. (max-len)
(#132) Identifier 'success_callback' is not in camel case. (camelcase)
mod/offlinequiz/yui/src/util/js/page.js
(#18) Extra space after key 'PAGE'. (key-spacing)
(#36) Missing JSDoc parameter type for 'pagecomponent'. (valid-jsdoc)
(#47) Missing JSDoc parameter type for 'pagecomponent'. (valid-jsdoc)
(#47) Expected JSDoc for 'slot' but found 'pagecomponent'. (valid-jsdoc)
(#58) Missing JSDoc parameter type for 'page'. (valid-jsdoc)
(#78) Missing JSDoc parameter type for 'id'. (valid-jsdoc)
(#78) Unexpected @return tag; function has no return statement. (valid-jsdoc)
(#78) Missing JSDoc parameter type for 'page'. (valid-jsdoc)
(#90) Missing JSDoc parameter type for 'page'. (valid-jsdoc)
(#105) Missing JSDoc parameter type for 'page'. (valid-jsdoc)
(#125) Missing JSDoc parameter type for 'page'. (valid-jsdoc)
(#125) Unexpected @return tag; function has no return statement. (valid-jsdoc)
(#125) Missing JSDoc for parameter 'number'. (valid-jsdoc)
(#143) Line 143 exceeds the maximum line length of 132. (max-len)
(#146) Missing JSDoc parameter type for 'page'. (valid-jsdoc)
(#146) Missing JSDoc return type. (valid-jsdoc)
(#160) Missing JSDoc return type. (valid-jsdoc)
(#160) Missing JSDoc parameter type for 'page'. (valid-jsdoc)
(#175) Missing JSDoc return type. (valid-jsdoc)
(#175) Missing JSDoc parameter type for 'beforenode'. (valid-jsdoc)
(#193) 'YUI' is not defined. (no-undef)
(#193) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#209) Missing JSDoc parameter type for 'page'. (valid-jsdoc)
(#209) Unexpected @return tag; function has no return statement. (valid-jsdoc)
(#209) Missing JSDoc for parameter 'keeppagebreak'. (valid-jsdoc)
(#225) Unexpected @return tag; function has no return statement. (valid-jsdoc)
(#233) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#253) Unexpected @return tag; function has no return statement. (valid-jsdoc)
(#265) 'previousActionMenunumber' is not defined. (no-undef)
(#267) 'previousActionMenunumber' is not defined. (no-undef)
(#269) 'previousActionMenunumber' is not defined. (no-undef)
(#290) Line 290 exceeds the maximum line length of 132. (max-len)
(#293) Missing JSDoc parameter type for 'actionmenu'. (valid-jsdoc)
(#313) Unexpected @return tag; function has no return statement. (valid-jsdoc)
(#313) Expected JSDoc for 'actionmenu' but found 'page'. (valid-jsdoc)
(#313) Missing JSDoc parameter type for 'id'. (valid-jsdoc)
(#313) Missing JSDoc parameter type for 'page'. (valid-jsdoc)
mod/offlinequiz/yui/src/util/js/slot.js
(#18) Extra space after key 'SLOT'. (key-spacing)
(#19) Extra space after key 'QUESTIONTYPEDESCRIPTION'. (key-spacing)
(#22) Extra space after key 'SLOTIDPREFIX'. (key-spacing)
(#23) Extra space after key 'QUESTION'. (key-spacing)
(#29) Extra space after key 'PAGECONTENT'. (key-spacing)
(#30) Extra space after key 'PAGEBREAK'. (key-spacing)
(#31) Extra space after key 'ICON'. (key-spacing)
(#32) Extra space after key 'QUESTIONTYPEDESCRIPTION'. (key-spacing)
(#33) Extra space after key 'SECTIONUL'. (key-spacing)
(#36) Missing JSDoc parameter type for 'slotcomponent'. (valid-jsdoc)
(#47) Missing JSDoc parameter type for 'slot'. (valid-jsdoc)
(#67) Missing JSDoc parameter type for 'slot'. (valid-jsdoc)
(#82) Missing JSDoc parameter type for 'slot'. (valid-jsdoc)
(#104) Missing JSDoc parameter type for 'slot'. (valid-jsdoc)
(#104) Unexpected @return tag; function has no return statement. (valid-jsdoc)
(#104) Missing JSDoc for parameter 'number'. (valid-jsdoc)
(#138) Missing JSDoc parameter type for 'slot'. (valid-jsdoc)
(#149) Missing JSDoc parameter type for 'slot'. (valid-jsdoc)
(#162) Unexpected @return tag; function has no return statement. (valid-jsdoc)
(#181) 'previousslotnumber' is not defined. (no-undef)
(#187) 'previousslotnumber' is not defined. (no-undef)
(#191) 'previousslotnumber' is not defined. (no-undef)
(#195) Missing JSDoc parameter type for 'slot'. (valid-jsdoc)
(#195) Unexpected @return tag; function has no return statement. (valid-jsdoc)
(#225) Missing JSDoc parameter type for 'slot'. (valid-jsdoc)
(#236) Missing JSDoc parameter type for 'beforenode'. (valid-jsdoc)
(#236) Expected JSDoc for 'slot' but found 'beforenode'. (valid-jsdoc)
(#236) Missing JSDoc return type. (valid-jsdoc)
(#251) Missing JSDoc return type. (valid-jsdoc)
(#251) Missing JSDoc parameter type for 'slot'. (valid-jsdoc)
(#267) Unexpected @return tag; function has no return statement. (valid-jsdoc)
(#275) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#277) Unexpected space between function name and paren. (no-spaced-func)
(#299) Expected variable declaration to be on a new line. (one-var-declaration-per-line)

CSS problems

(2 errors, 13 warnings)

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

mod/offlinequiz/lib/jquery/css/moodle.css
(#27) Use of !important
(#334) Use of !important
(#401) Use of !important
(#485) Use of !important
(#491) Use of !important
mod/offlinequiz/lib/jquery/css/visibility.css
(#27) Use of !important
mod/offlinequiz/styles.css
(#57) Use of !important
(#57) vertical-align can't be used with display: block.
(#165) Use of !important
(#199) Use of !important
(#217) Use of !important
(#294) Unexpected token '}' at line 294, col 1.
(#416) Expected RBRACE at line 416, col 5.
(#766) float can't be used with display: inline-block.
(#781) Expected (normal | keep-all | break-all) but found 'break-word'.

PHPDocs style problems

(1097 errors, 66 warnings)

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

mod/offlinequiz/accessmanager.php
(#31) No one-line description found in phpdocs for class offlinequiz_access_manager
(#91) There is no description in phpdocs for function get_rule_classes
(#271) There is no description in phpdocs for function get_active_rule_names
(#350) There is no description in phpdocs for function is_preflight_check_required
(#468) There is no description in phpdocs for function attempt_must_be_in_popup
(#480) There is no description in phpdocs for function get_popup_options
(#181) Phpdocs for function offlinequiz_access_manager::get_load_sql has incomplete parameters list
(#319) Phpdocs for function offlinequiz_access_manager::prevent_new_attempt has incomplete parameters list
(#405) Phpdocs for function offlinequiz_access_manager::is_finished has incomplete parameters list
(#513) Phpdocs for function offlinequiz_access_manager::make_review_link has incomplete parameters list
(#20) Package mod is not valid
mod/offlinequiz/addrandom.php
(#17) No one-line description found in phpdocs for file
(#21) Package mod is not valid
mod/offlinequiz/addrandomform.php
(#41) Function offlinequiz_add_random_form::definition is not documented
(#81) Function offlinequiz_add_random_form::validation is not documented
(#20) Package mod is not valid
mod/offlinequiz/backup/moodle2/backup_offlinequiz_activity_task.class.php
(#34) Class backup_offlinequiz_activity_task is not documented
(#66) Phpdocs for function backup_offlinequiz_activity_task::encode_content_links has incomplete parameters list
(#20) Package mod is not valid
mod/offlinequiz/backup/moodle2/backup_offlinequiz_stepslib.php
(#32) Class backup_offlinequiz_activity_structure_step is not documented
(#34) Function backup_offlinequiz_activity_structure_step::define_structure is not documented
(#20) Package mod is not valid
mod/offlinequiz/backup/moodle2/restore_offlinequiz_activity_task.class.php
(#35) No one-line description found in phpdocs for class restore_offlinequiz_activity_task
(#20) Package mod is not valid
mod/offlinequiz/backup/moodle2/restore_offlinequiz_stepslib.php
(#42) Function restore_offlinequiz_activity_structure_step::define_structure is not documented
(#92) Function restore_offlinequiz_activity_structure_step::process_group_question_usage is not documented
(#96) Function restore_offlinequiz_activity_structure_step::process_group_question_attempt is not documented
(#100) Function restore_offlinequiz_activity_structure_step::process_group_question_attempt_step is not documented
(#104) Function restore_offlinequiz_activity_structure_step::process_result_question_usage is not documented
(#108) Function restore_offlinequiz_activity_structure_step::process_result_question_attempt is not documented
(#112) Function restore_offlinequiz_activity_structure_step::process_result_question_attempt_step is not documented
(#117) Function restore_offlinequiz_activity_structure_step::process_offlinequiz is not documented
(#144) Function restore_offlinequiz_activity_structure_step::process_offlinequiz_group is not documented
(#165) Function restore_offlinequiz_activity_structure_step::process_offlinequiz_groupquestion is not documented
(#188) Function restore_offlinequiz_activity_structure_step::process_offlinequiz_scannedpage is not documented
(#202) Function restore_offlinequiz_activity_structure_step::process_offlinequiz_choice is not documented
(#214) Function restore_offlinequiz_activity_structure_step::process_offlinequiz_corner is not documented
(#226) Function restore_offlinequiz_activity_structure_step::process_offlinequiz_scannedppage is not documented
(#239) Function restore_offlinequiz_activity_structure_step::process_offlinequiz_pchoice is not documented
(#251) Function restore_offlinequiz_activity_structure_step::process_offlinequiz_plist is not documented
(#264) Function restore_offlinequiz_activity_structure_step::process_offlinequiz_participant is not documented
(#276) Function restore_offlinequiz_activity_structure_step::process_offlinequiz_result is not documented
(#297) Function restore_offlinequiz_activity_structure_step::inform_new_usage_id is not documented
(#327) Function restore_offlinequiz_activity_structure_step::after_execute is not documented
(#39) Variable restore_offlinequiz_activity_structure_step::$currentofflinequizresult is not documented
(#40) Variable restore_offlinequiz_activity_structure_step::$currentofflinegroup is not documented
(#20) Package mod is not valid
mod/offlinequiz/classes/event/participant_manually_marked.php
(#20) Package core is not valid
(#39) Package core is not valid
mod/offlinequiz/classes/event/question_manually_graded.php
(#20) Package core is not valid
(#41) Package core is not valid
mod/offlinequiz/classes/output/edit_renderer.php
(#184) Function edit_renderer::start_add_to_group_form is not documented
(#194) Function edit_renderer::add_to_group_button is not documented
(#217) Function edit_renderer::end_add_to_group_form is not documented
(#223) Function edit_renderer::start_grading_form is not documented
(#232) Function edit_renderer::end_grading_form is not documented
(#404) Function edit_renderer::select_all_links is not documented
(#424) Function edit_renderer::remove_selected_button is not documented
(#886) Function edit_renderer::question_checkbox is not documented
(#154) Found comment starting with three or more slashes
(#240) There is no description in phpdocs for function offlinequiz_group_selector
(#47) Phpdocs for function edit_renderer::edit_page has incomplete parameters list
(#135) Phpdocs for function edit_renderer::edit_grades_page has incomplete parameters list
(#242) Phpdocs for function edit_renderer::offlinequiz_group_selector has incomplete parameters list
(#342) Phpdocs for function edit_renderer::repaginate_button has incomplete parameters list
(#36) Class edit_renderer does not have @copyright tag
(#20) Package mod is not valid
mod/offlinequiz/classes/plugininfo/offlinequiz.php
(#35) Class offlinequiz is not documented
(#36) Function offlinequiz::is_uninstall_allowed is not documented
(#46) Invalid phpdocs tag @private used
(#20) Package mod is not valid
mod/offlinequiz/classes/question/bank/add_action_column.php
(#42) Function add_action_column::init is not documented
(#47) Function add_action_column::get_name is not documented
(#51) Function add_action_column::print_icon is not documented
(#66) Function add_action_column::display_content is not documented
(#77) Function add_action_column::get_required_fields is not documented
(#20) Package mod is not valid
mod/offlinequiz/classes/question/bank/checkbox_column.php
(#17) File-level phpdocs block is not found
(#33) Function checkbox_column::display_content is not documented
(#31) Variable checkbox_column::$strselect is not documented
(#23) Package mod is not valid
mod/offlinequiz/classes/question/bank/custom_view.php
(#60) Function custom_view::wanted_columns is not documented
(#104) Function custom_view::default_sort is not documented
(#124) Function custom_view::preview_question_url is not documented
(#128) Function custom_view::add_to_offlinequiz_url is not documented
(#137) Function custom_view::offlinequiz_contains is not documented
(#213) Function custom_view::display_options_form is not documented
(#219) Function custom_view::print_category_info is not documented
(#234) Function custom_view::display_options is not documented
(#249) Function custom_view::create_new_question_form is not documented
(#146) Phpdocs for function custom_view::render has incomplete parameters list
(#20) Package mod is not valid
mod/offlinequiz/classes/question/bank/question_name_text_column.php
(#39) Function question_name_text_column::get_name is not documented
(#43) Function question_name_text_column::display_content is not documented
(#60) Function question_name_text_column::get_required_fields is not documented
(#20) Package mod is not valid
mod/offlinequiz/classes/question/bank/question_type_column.php
(#17) File-level phpdocs block is not found
(#31) Function question_type_column::display_content is not documented
(#23) Package mod is not valid
mod/offlinequiz/classes/repaginate.php
(#57) Phpdocs for function repaginate::__construct has incomplete parameters list
(#31) Class repaginate does not have @copyright tag
(#20) Package mod is not valid
mod/offlinequiz/classes/structure.php
(#773) Function structure::add_warning is not documented
(#69) Variable structure::$warnings is not documented
(#34) Class structure does not have @copyright tag
(#34) Class structure does not have @license tag
(#20) Package mod is not valid
mod/offlinequiz/comment.php
(#17) No one-line description found in phpdocs for file
(#21) Package mod is not valid
mod/offlinequiz/correct.php
(#20) Package mod is not valid
mod/offlinequiz/createquiz.php
(#21) Package mod is not valid
mod/offlinequiz/cron.php
(#41) Function offlinequiz_evaluation_cron is not documented
(#20) Package mod is not valid
mod/offlinequiz/db/access.php
(#20) Package mod is not valid
mod/offlinequiz/db/install.php
(#20) Package mod is not valid
mod/offlinequiz/db/renamedclasses.php
(#20) Package mod is not valid
mod/offlinequiz/db/subplugins.php
(#20) Package mod is not valid
mod/offlinequiz/db/upgrade.php
(#32) Function xmldb_offlinequiz_upgrade is not documented
(#20) Package mod is not valid
mod/offlinequiz/db/upgradelib.php
(#46) Class offlinequiz_ilog_upgrader is not documented
(#80) Function offlinequiz_ilog_upgrader::prevent_timeout is not documented
(#92) Function offlinequiz_ilog_upgrader::convert_all_offlinequiz_attempts is not documented
(#127) Function offlinequiz_ilog_upgrader::update_all_files is not documented
(#173) Function offlinequiz_ilog_upgrader::update_all_group_template_usages is not documented
(#193) Function offlinequiz_ilog_upgrader::update_all_results_and_logs is not documented
(#482) Function offlinequiz_ilog_upgrader::get_user_name is not documented
(#487) Function offlinequiz_ilog_upgrader::get_group is not documented
(#493) Function offlinequiz_ilog_upgrader::get_item_data is not documented
(#544) Function offlinequiz_attempt_upgrader::get_quiz_ids is not documented
(#573) Function offlinequiz_attempt_upgrader::convert_all_quiz_attempts is not documented
(#601) Function offlinequiz_attempt_upgrader::get_attempts_extra_where is not documented
(#605) Function offlinequiz_attempt_upgrader::update_all_attempts_at_quiz is not documented
(#651) Function offlinequiz_attempt_upgrader::convert_quiz_attempt is not documented
(#695) Function offlinequiz_attempt_upgrader::save_usage is not documented
(#753) Function offlinequiz_attempt_upgrader::set_quiz_attempt_layout is not documented
(#758) Function offlinequiz_attempt_upgrader::delete_quiz_attempt is not documented
(#765) Function offlinequiz_attempt_upgrader::get_converter_class_name is not documented
(#781) Function offlinequiz_attempt_upgrader::supply_missing_question_attempt is not documented
(#796) Function offlinequiz_attempt_upgrader::prevent_timeout is not documented
(#808) Function offlinequiz_attempt_upgrader::convert_question_attempt is not documented
(#820) Function offlinequiz_attempt_upgrader::decode_random_attempt is not documented
(#851) Function offlinequiz_attempt_upgrader::prepare_to_restore is not documented
(#867) Function offlinequiz_upgrade_question_loader::load_question is not documented
(#996) Function offlinequiz_update_refresh_all_pagecounts is not documented
(#1026) Function offlinequiz_get_number_of_columns is not documented
(#1035) Function offlinequiz_get_number_of_pages is not documented
(#58) Variable offlinequiz_ilog_upgrader::$contextid is not documented
(#507) No one-line description found in phpdocs for class offlinequiz_attempt_upgrader
(#859) No one-line description found in phpdocs for class offlinequiz_upgrade_question_loader
(#468) Phpdocs for function offlinequiz_ilog_upgrader::get_pic_name has incomplete parameters list
(#507) Class offlinequiz_attempt_upgrader does not have @copyright tag
(#859) Class offlinequiz_upgrade_question_loader does not have @copyright tag
(#507) Class offlinequiz_attempt_upgrader does not have @license tag
(#20) Package mod is not valid
mod/offlinequiz/documentlib.php
(#30) Function offlinequiz_get_question_infostring is not documented
(#56) Function offlinequiz_get_questioninfo is not documented
(#82) Function offlinequiz_get_amount_correct_answers is not documented
(#20) Package mod is not valid
mod/offlinequiz/docxlib.php
(#280) Phpdocs for function offlinequiz_convert_image_docx has incomplete parameters list
(#347) Phpdocs for function offlinequiz_create_docx_question has incomplete parameters list
(#770) Phpdocs for function offlinequiz_str_html_docx has incomplete parameters list
(#20) Package mod is not valid
mod/offlinequiz/edit.php
(#37) Package mod is not valid
mod/offlinequiz/evallib.php
(#38) Phpdocs for function offlinequiz_check_scanned_page has incomplete parameters list
(#306) Phpdocs for function offlinequiz_process_scanned_page has incomplete parameters list
(#774) Phpdocs for function offlinequiz_check_scanned_participants_page has incomplete parameters list
(#20) Package mod is not valid
mod/offlinequiz/html2text.php
(#31) Class offlinequiz_html_translator is not documented
(#35) Function offlinequiz_html_translator::__construct is not documented
(#33) Variable offlinequiz_html_translator::$tempfiles is not documented
(#42) Phpdocs for function offlinequiz_html_translator::fix_image_paths has incomplete parameters list
(#20) Package mod is not valid
mod/offlinequiz/image.php
(#20) Package mod is not valid
mod/offlinequiz/index.php
(#20) Package mod is not valid
mod/offlinequiz/jquery/plugins.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
mod/offlinequiz/lang/en/offlinequiz.php
(#20) Package mod is not valid
mod/offlinequiz/latexlib.php
(#39) Phpdocs for function offlinequiz_create_latex_question has incomplete parameters list
(#20) Package mod is not valid
mod/offlinequiz/lib.php
(#1288) There is no description in phpdocs for function offlinequiz_get_user_results
(#1381) There is no description in phpdocs for function offlinequiz_questions_in_use
(#266) Phpdocs for function offlinequiz_get_editor_options has incomplete parameters list
(#342) Phpdocs for function offlinequiz_question_preview_pluginfile has incomplete parameters list
(#377) Phpdocs for function offlinequiz_answertext_preview_pluginfile has incomplete parameters list
(#401) Phpdocs for function offlinequiz_send_answertext_file has incomplete parameters list
(#875) Phpdocs for function offlinequiz_scale_used has incomplete parameters list
(#897) Phpdocs for function offlinequiz_scale_used_anywhere has incomplete parameters list
(#943) Phpdocs for function offlinequiz_update_events has incomplete parameters list
(#1158) Phpdocs for function offlinequiz_update_grades has incomplete parameters list
(#1289) Phpdocs for function offlinequiz_get_user_results has incomplete parameters list
(#26) Package mod is not valid
mod/offlinequiz/lib/PHPWord.php
(#158) Phpdocs for function PHPWord::addParagraphStyle has incomplete parameters list
(#168) Phpdocs for function PHPWord::addFontStyle has incomplete parameters list
(#178) Phpdocs for function PHPWord::addTableStyle has incomplete parameters list
(#188) Phpdocs for function PHPWord::addTitleStyle has incomplete parameters list
(#198) Phpdocs for function PHPWord::addLinkStyle has incomplete parameters list
(#229) Phpdocs for function PHPWord::addNumbering has incomplete parameters list
(#36) Class PHPWord does not have @license tag
(#25) Not recommended phpdocs tag @version used
(#22) Package PHPWord is not valid
(#40) Package PHPWord is not valid
(#21) Category PHPWord is not valid
(#39) Category PHPWord is not valid
mod/offlinequiz/lib/PHPWord/Autoloader.php
(#28) Class PHPWord_Autoloader is not documented
(#30) Function PHPWord_Autoloader::Register is not documented
(#34) Function PHPWord_Autoloader::Load is not documented
(#25) Not recommended phpdocs tag @version used
(#22) Package PHPWord is not valid
(#21) Category PHPWord is not valid
mod/offlinequiz/lib/PHPWord/DocumentProperties.php
(#29) Class PHPWord_DocumentProperties does not have @license tag
(#25) Not recommended phpdocs tag @version used
(#22) Package PHPWord is not valid
(#33) Package PHPWord is not valid
(#21) Category PHPWord is not valid
(#32) Category PHPWord is not valid
mod/offlinequiz/lib/PHPWord/HashTable.php
(#29) Class PHPWord_HashTable does not have @license tag
(#25) Not recommended phpdocs tag @version used
(#22) Package PHPWord is not valid
(#33) Package PHPWord is not valid
(#21) Category PHPWord is not valid
(#32) Category PHPWord is not valid
mod/offlinequiz/lib/PHPWord/IOFactory.php
(#29) Class PHPWord_IOFactory does not have @license tag
(#25) Not recommended phpdocs tag @version used
(#22) Package PHPWord is not valid
(#33) Package PHPWord is not valid
(#21) Category PHPWord is not valid
(#32) Category PHPWord is not valid
mod/offlinequiz/lib/PHPWord/Media.php
(#328) Function PHPWord_Media::resetMedia is not documented
(#72) Phpdocs for function PHPWord_Media::addSectionMediaElement has incomplete parameters list
(#138) Phpdocs for function PHPWord_Media::addSectionLinkElement has incomplete parameters list
(#193) Phpdocs for function PHPWord_Media::addHeaderMediaElement has incomplete parameters list
(#262) Phpdocs for function PHPWord_Media::addFooterMediaElement has incomplete parameters list
(#29) Class PHPWord_Media does not have @license tag
(#25) Not recommended phpdocs tag @version used
(#22) Package PHPWord is not valid
(#33) Package PHPWord is not valid
(#21) Category PHPWord is not valid
(#32) Category PHPWord is not valid
mod/offlinequiz/lib/PHPWord/Numbering/AbstractNumbering.php
(#48) Function PHPWord_Numbering_AbstractNumbering::__construct is not documented
(#61) Function PHPWord_Numbering_AbstractNumbering::setIndex is not documented
(#65) Function PHPWord_Numbering_AbstractNumbering::getIndex is not documented
(#69) Function PHPWord_Numbering_AbstractNumbering::addLevel is not documented
(#91) Function PHPWord_Numbering_AbstractNumbering::toXml is not documented
(#33) Variable PHPWord_Numbering_AbstractNumbering::$_index is not documented
(#28) No one-line description found in phpdocs for class PHPWord_Numbering_AbstractNumbering
(#28) Class PHPWord_Numbering_AbstractNumbering does not have @copyright tag
(#28) Class PHPWord_Numbering_AbstractNumbering does not have @license tag
(#25) Not recommended phpdocs tag @version used
(#22) Package PHPWord is not valid
(#21) Category PHPWord is not valid
mod/offlinequiz/lib/PHPWord/Numbering/Level.php
(#140) Function PHPWord_Numbering_Level::setLevelText is not documented
(#160) Function PHPWord_Numbering_Level::setNumberingLevel is not documented
(#164) Function PHPWord_Numbering_Level::toXml is not documented
(#242) Variable PHPWord_Numbering_Level::$allowedHorAlignType is not documented
(#229) Constant PHPWord_Numbering_Level::NUMFMT_DECIMAL is not documented
(#230) Constant PHPWord_Numbering_Level::NUMFMT_DECIMAL_ZERO is not documented
(#231) Constant PHPWord_Numbering_Level::NUMFMT_UPPER_ROMAN is not documented
(#232) Constant PHPWord_Numbering_Level::NUMFMT_LOWER_ROMAN is not documented
(#233) Constant PHPWord_Numbering_Level::NUMFMT_UPPER_LETTER is not documented
(#234) Constant PHPWord_Numbering_Level::NUMFMT_LOWER_LETTER is not documented
(#235) Constant PHPWord_Numbering_Level::NUMFMT_ORDINAL is not documented
(#236) Constant PHPWord_Numbering_Level::NUMFMT_CARDINAL_TEXT is not documented
(#237) Constant PHPWord_Numbering_Level::NUMFMT_ORDINAL_TEXT is not documented
(#238) Constant PHPWord_Numbering_Level::NUMFMT_HEX is not documented
(#239) Constant PHPWord_Numbering_Level::NUMFMT_BULLET is not documented
(#240) Constant PHPWord_Numbering_Level::NUMFMT_CHICAGO is not documented
(#107) There is no description in phpdocs for function __construct
(#109) Phpdocs for function PHPWord_Numbering_Level::__construct has incomplete parameters list
(#149) Phpdocs for function PHPWord_Numbering_Level::setLevelJustification has incomplete parameters list
(#212) Phpdocs for variable PHPWord_Numbering_Level::$allowedNumberFormats does not contain @var or incorrect
(#28) Class PHPWord_Numbering_Level does not have @copyright tag
(#28) Class PHPWord_Numbering_Level does not have @license tag
(#25) Not recommended phpdocs tag @version used
(#22) Package PHPWord is not valid
(#21) Category PHPWord is not valid
mod/offlinequiz/lib/PHPWord/Section.php
(#175) Phpdocs for function PHPWord_Section::addListItem has incomplete parameters list
(#310) Phpdocs for function PHPWord_Section::createTextRun has incomplete parameters list
(#29) Class PHPWord_Section does not have @license tag
(#25) Not recommended phpdocs tag @version used
(#22) Package PHPWord is not valid
(#33) Package PHPWord_Section is not valid
(#21) Category PHPWord is not valid
(#32) Category PHPWord is not valid
mod/offlinequiz/lib/PHPWord/Section/Footer.php
(#59) Phpdocs for function PHPWord_Section_Footer::__construct has incomplete parameters list
(#93) Phpdocs for function PHPWord_Section_Footer::createTextRun has incomplete parameters list
(#29) Class PHPWord_Section_Footer does not have @license tag
(#25) Not recommended phpdocs tag @version used
(#22) Package PHPWord is not valid
(#33) Package PHPWord_Section is not valid
(#21) Category PHPWord is not valid
(#32) Category PHPWord is not valid
mod/offlinequiz/lib/PHPWord/Section/Footer/PreserveText.php
(#60) Phpdocs for function PHPWord_Section_Footer_PreserveText::__construct has incomplete parameters list
(#29) Class PHPWord_Section_Footer_PreserveText does not have @license tag
(#25) Not recommended phpdocs tag @version used
(#22) Package PHPWord is not valid
(#33) Package PHPWord_Section_Footer is not valid
(#21) Category PHPWord is not valid
(#32) Category PHPWord is not valid
mod/offlinequiz/lib/PHPWord/Section/Header.php
(#59) Phpdocs for function PHPWord_Section_Header::__construct has incomplete parameters list
(#93) Phpdocs for function PHPWord_Section_Header::createTextRun has incomplete parameters list
(#29) Class PHPWord_Section_Header does not have @license tag
(#25) Not recommended phpdocs tag @version used
(#22) Package PHPWord is not valid
(#33) Package PHPWord_Section is not valid
(#21) Category PHPWord is not valid
(#32) Category PHPWord is not valid
mod/offlinequiz/lib/PHPWord/Section/Image.php
(#70) Phpdocs for function PHPWord_Section_Image::__construct has incomplete parameters list
(#29) Class PHPWord_Section_Image does not have @license tag
(#25) Not recommended phpdocs tag @version used
(#22) Package PHPWord is not valid
(#33) Package PHPWord_Section is not valid
(#21) Category PHPWord is not valid
(#32) Category PHPWord is not valid
mod/offlinequiz/lib/PHPWord/Section/Link.php
(#74) Phpdocs for function PHPWord_Section_Link::__construct has incomplete parameters list
(#29) Class PHPWord_Section_Link does not have @license tag
(#25) Not recommended phpdocs tag @version used
(#22) Package PHPWord is not valid
(#33) Package PHPWord_Section is not valid
(#21) Category PHPWord is not valid
(#32) Category PHPWord is not valid
mod/offlinequiz/lib/PHPWord/Section/ListItem.php
(#63) Phpdocs for function PHPWord_Section_ListItem::__construct has incomplete parameters list
(#29) Class PHPWord_Section_ListItem does not have @license tag
(#25) Not recommended phpdocs tag @version used
(#22) Package PHPWord is not valid
(#33) Package PHPWord_Section is not valid
(#21) Category PHPWord is not valid
(#32) Category PHPWord is not valid
mod/offlinequiz/lib/PHPWord/Section/MemoryImage.php
(#91) Phpdocs for function PHPWord_Section_MemoryImage::__construct has incomplete parameters list
(#29) Class PHPWord_Section_MemoryImage does not have @license tag
(#25) Not recommended phpdocs tag @version used
(#22) Package PHPWord is not valid
(#33) Package PHPWord_Section is not valid
(#21) Category PHPWord is not valid
(#32) Category PHPWord is not valid
mod/offlinequiz/lib/PHPWord/Section/Object.php
(#29) Class PHPWord_Section_Object does not have @license tag
(#25) Not recommended phpdocs tag @version used
(#22) Package PHPWord is not valid
(#33) Package PHPWord_Section is not valid
(#21) Category PHPWord is not valid
(#32) Category PHPWord is not valid
mod/offlinequiz/lib/PHPWord/Section/PageBreak.php
(#29) Class PHPWord_Section_PageBreak does not have @license tag
(#25) Not recommended phpdocs tag @version used
(#22) Package PHPWord is not valid
(#33) Package PHPWord_Section is not valid
(#21) Category PHPWord is not valid
(#32) Category PHPWord is not valid
mod/offlinequiz/lib/PHPWord/Section/Settings.php
(#29) Class PHPWord_Section_Settings does not have @license tag
(#25) Not recommended phpdocs tag @version used
(#22) Package PHPWord is not valid
(#33) Package PHPWord_Section is not valid
(#21) Category PHPWord is not valid
(#32) Category PHPWord is not valid
mod/offlinequiz/lib/PHPWord/Section/Table.php
(#29) Class PHPWord_Section_Table does not have @license tag
(#25) Not recommended phpdocs tag @version used
(#22) Package PHPWord is not valid
(#33) Package PHPWord_Section is not valid
(#21) Category PHPWord is not valid
(#32) Category PHPWord is not valid
mod/offlinequiz/lib/PHPWord/Section/Table/Cell.php
(#106) Phpdocs for function PHPWord_Section_Table_Cell::addText has incomplete parameters list
(#147) Phpdocs for function PHPWord_Section_Table_Cell::addTextBreak has incomplete parameters list
(#281) Phpdocs for function PHPWord_Section_Table_Cell::createTextRun has incomplete parameters list
(#29) Class PHPWord_Section_Table_Cell does not have @license tag
(#25) Not recommended phpdocs tag @version used
(#22) Package PHPWord is not valid
(#33) Package PHPWord_Section_Table is not valid
(#21) Category PHPWord is not valid
(#32) Category PHPWord is not valid
mod/offlinequiz/lib/PHPWord/Section/Text.php
(#60) Phpdocs for function PHPWord_Section_Text::__construct has incomplete parameters list
(#87) Phpdocs for function PHPWord_Section_Text::setFontStyle has incomplete parameters list
(#116) Phpdocs for function PHPWord_Section_Text::setParagraphStyle has incomplete parameters list
(#29) Class PHPWord_Section_Text does not have @license tag
(#25) Not recommended phpdocs tag @version used
(#22) Package PHPWord is not valid
(#33) Package PHPWord_Section is not valid
(#21) Category PHPWord is not valid
(#32) Category PHPWord is not valid
mod/offlinequiz/lib/PHPWord/Section/TextBreak.php
(#29) Class PHPWord_Section_TextBreak does not have @license tag
(#25) Not recommended phpdocs tag @version used
(#22) Package PHPWord is not valid
(#33) Package PHPWord_Section is not valid
(#21) Category PHPWord is not valid
(#32) Category PHPWord is not valid
mod/offlinequiz/lib/PHPWord/Section/TextRun.php
(#53) Phpdocs for function PHPWord_Section_TextRun::__construct has incomplete parameters list
(#75) Phpdocs for function PHPWord_Section_TextRun::addText has incomplete parameters list
(#29) Class PHPWord_Section_TextRun does not have @license tag
(#25) Not recommended phpdocs tag @version used
(#22) Package PHPWord is not valid
(#33) Package PHPWord_Section is not valid
(#21) Category PHPWord is not valid
(#32) Category PHPWord is not valid
mod/offlinequiz/lib/PHPWord/Section/Title.php
(#74) Phpdocs for function PHPWord_Section_Title::__construct has incomplete parameters list
(#91) Phpdocs for function PHPWord_Section_Title::setAnchor has incomplete parameters list
(#109) Phpdocs for function PHPWord_Section_Title::setBookmarkId has incomplete parameters list
(#29) Class PHPWord_Section_Title does not have @license tag
(#25) Not recommended phpdocs tag @version used
(#22) Package PHPWord is not valid
(#33) Package PHPWord_Section is not valid
(#21) Category PHPWord is not valid
(#32) Category PHPWord is not valid
mod/offlinequiz/lib/PHPWord/Shared/Drawing.php
(#29) Class PHPWord_Shared_Drawing is not documented
(#25) Not recommended phpdocs tag @version used
(#22) Package PHPWord is not valid
(#21) Category PHPWord is not valid
mod/offlinequiz/lib/PHPWord/Shared/File.php
(#29) Class PHPWord_Shared_File is not documented
(#25) Not recommended phpdocs tag @version used
(#22) Package PHPWord is not valid
(#21) Category PHPWord is not valid
mod/offlinequiz/lib/PHPWord/Shared/Font.php
(#29) Class PHPWord_Shared_Font is not documented
(#61) Function PHPWord_Shared_Font::centimeterSizeToTwips is not documented
(#65) Function PHPWord_Shared_Font::inchSizeToTwips is not documented
(#69) Function PHPWord_Shared_Font::pixelSizeToTwips is not documented
(#25) Not recommended phpdocs tag @version used
(#22) Package PHPWord is not valid
(#21) Category PHPWord is not valid
mod/offlinequiz/lib/PHPWord/Shared/String.php
(#29) Class PHPWord_Shared_String is not documented
(#25) Not recommended phpdocs tag @version used
(#22) Package PHPWord is not valid
(#21) Category PHPWord is not valid
mod/offlinequiz/lib/PHPWord/Shared/XMLWriter.php
(#34) Class PHPWord_Shared_XMLWriter is not documented
(#37) Constant PHPWord_Shared_XMLWriter::STORAGE_DISK is not documented
(#25) Not recommended phpdocs tag @version used
(#22) Package PHPWord is not valid
(#21) Category PHPWord is not valid
mod/offlinequiz/lib/PHPWord/Shared/ZipStreamWrapper.php
(#33) Class PHPWord_Shared_ZipStreamWrapper is not documented
(#70) Phpdocs for function PHPWord_Shared_ZipStreamWrapper::stream_open has incomplete parameters list
(#116) Phpdocs for function PHPWord_Shared_ZipStreamWrapper::stream_read has incomplete parameters list
(#139) Phpdocs for function PHPWord_Shared_ZipStreamWrapper::stream_seek has incomplete parameters list
(#25) Not recommended phpdocs tag @version used
(#22) Package PHPWord is not valid
(#21) Category PHPWord is not valid
mod/offlinequiz/lib/PHPWord/Style.php
(#109) Phpdocs for function PHPWord_Style::addTableStyle has incomplete parameters list
(#123) Phpdocs for function PHPWord_Style::addTitleStyle has incomplete parameters list
(#154) Phpdocs for function PHPWord_Style::getStyle has incomplete parameters list
(#29) Class PHPWord_Style does not have @license tag
(#25) Not recommended phpdocs tag @version used
(#22) Package PHPWord is not valid
(#33) Package PHPWord_Style is not valid
(#21) Category PHPWord is not valid
(#32) Category PHPWord is not valid
mod/offlinequiz/lib/PHPWord/Style/Cell.php
(#160) Function PHPWord_Style_Cell::getVAlign is not documented
(#164) Function PHPWord_Style_Cell::setVAlign is not documented
(#168) Function PHPWord_Style_Cell::getTextDirection is not documented
(#172) Function PHPWord_Style_Cell::setTextDirection is not documented
(#176) Function PHPWord_Style_Cell::getBgColor is not documented
(#180) Function PHPWord_Style_Cell::setBgColor is not documented
(#184) Function PHPWord_Style_Cell::setHeight is not documented
(#188) Function PHPWord_Style_Cell::setBorderSize is not documented
(#195) Function PHPWord_Style_Cell::getBorderSize is not documented
(#204) Function PHPWord_Style_Cell::setBorderColor is not documented
(#211) Function PHPWord_Style_Cell::getBorderColor is not documented
(#220) Function PHPWord_Style_Cell::setBorderTopSize is not documented
(#224) Function PHPWord_Style_Cell::getBorderTopSize is not documented
(#228) Function PHPWord_Style_Cell::setBorderTopColor is not documented
(#232) Function PHPWord_Style_Cell::getBorderTopColor is not documented
(#237) Function PHPWord_Style_Cell::setBorderLeftSize is not documented
(#241) Function PHPWord_Style_Cell::getBorderLeftSize is not documented
(#245) Function PHPWord_Style_Cell::setBorderLeftColor is not documented
(#249) Function PHPWord_Style_Cell::getBorderLeftColor is not documented
(#254) Function PHPWord_Style_Cell::setBorderRightSize is not documented
(#258) Function PHPWord_Style_Cell::getBorderRightSize is not documented
(#262) Function PHPWord_Style_Cell::setBorderRightColor is not documented
(#266) Function PHPWord_Style_Cell::getBorderRightColor is not documented
(#271) Function PHPWord_Style_Cell::setBorderBottomSize is not documented
(#275) Function PHPWord_Style_Cell::getBorderBottomSize is not documented
(#279) Function PHPWord_Style_Cell::setBorderBottomColor is not documented
(#283) Function PHPWord_Style_Cell::getBorderBottomColor is not documented
(#287) Function PHPWord_Style_Cell::getDefaultBorderColor is not documented
(#38) Constant PHPWord_Style_Cell::TEXT_DIR_BTLR is not documented
(#39) Constant PHPWord_Style_Cell::TEXT_DIR_TBRL is not documented
(#144) Phpdocs for function PHPWord_Style_Cell::setStyleValue has incomplete parameters list
(#29) Class PHPWord_Style_Cell does not have @license tag
(#25) Not recommended phpdocs tag @version used
(#22) Package PHPWord is not valid
(#33) Package PHPWord_Style is not valid
(#21) Category PHPWord is not valid
(#32) Category PHPWord is not valid
mod/offlinequiz/lib/PHPWord/Style/Font.php
(#98) Function PHPWord_Style_Font::__construct is not documented
(#125) Function PHPWord_Style_Font::getName is not documented
(#129) Function PHPWord_Style_Font::setStyleValue is not documented
(#136) Function PHPWord_Style_Font::setName is not documented
(#144) Function PHPWord_Style_Font::getSize is not documented
(#148) Function PHPWord_Style_Font::setSize is not documented
(#156) Function PHPWord_Style_Font::getBold is not documented
(#160) Function PHPWord_Style_Font::setBold is not documented
(#168) Function PHPWord_Style_Font::getItalic is not documented
(#172) Function PHPWord_Style_Font::setItalic is not documented
(#180) Function PHPWord_Style_Font::getSuperScript is not documented
(#184) Function PHPWord_Style_Font::setSuperScript is not documented
(#193) Function PHPWord_Style_Font::getSubScript is not documented
(#197) Function PHPWord_Style_Font::setSubScript is not documented
(#206) Function PHPWord_Style_Font::getUnderline is not documented
(#210) Function PHPWord_Style_Font::setUnderline is not documented
(#218) Function PHPWord_Style_Font::getStrikethrough is not documented
(#222) Function PHPWord_Style_Font::setStrikethrough is not documented
(#230) Function PHPWord_Style_Font::getColor is not documented
(#234) Function PHPWord_Style_Font::setColor is not documented
(#239) Function PHPWord_Style_Font::getFgColor is not documented
(#243) Function PHPWord_Style_Font::setFgColor is not documented
(#248) Function PHPWord_Style_Font::getStyleType is not documented
(#261) Function PHPWord_Style_Font::toXml is not documented
(#87) Variable PHPWord_Style_Font::$_size is not documented
(#88) Variable PHPWord_Style_Font::$_name is not documented
(#89) Variable PHPWord_Style_Font::$_bold is not documented
(#90) Variable PHPWord_Style_Font::$_italic is not documented
(#91) Variable PHPWord_Style_Font::$_superScript is not documented
(#92) Variable PHPWord_Style_Font::$_subScript is not documented
(#93) Variable PHPWord_Style_Font::$_underline is not documented
(#94) Variable PHPWord_Style_Font::$_strikethrough is not documented
(#95) Variable PHPWord_Style_Font::$_color is not documented
(#96) Variable PHPWord_Style_Font::$_fgColor is not documented
(#38) Constant PHPWord_Style_Font::UNDERLINE_NONE is not documented
(#39) Constant PHPWord_Style_Font::UNDERLINE_DASH is not documented
(#40) Constant PHPWord_Style_Font::UNDERLINE_DASHHEAVY is not documented
(#41) Constant PHPWord_Style_Font::UNDERLINE_DASHLONG is not documented
(#42) Constant PHPWord_Style_Font::UNDERLINE_DASHLONGHEAVY is not documented
(#43) Constant PHPWord_Style_Font::UNDERLINE_DOUBLE is not documented
(#44) Constant PHPWord_Style_Font::UNDERLINE_DOTHASH is not documented
(#45) Constant PHPWord_Style_Font::UNDERLINE_DOTHASHHEAVY is not documented
(#46) Constant PHPWord_Style_Font::UNDERLINE_DOTDOTDASH is not documented
(#47) Constant PHPWord_Style_Font::UNDERLINE_DOTDOTDASHHEAVY is not documented
(#48) Constant PHPWord_Style_Font::UNDERLINE_DOTTED is not documented
(#49) Constant PHPWord_Style_Font::UNDERLINE_DOTTEDHEAVY is not documented
(#50) Constant PHPWord_Style_Font::UNDERLINE_HEAVY is not documented
(#51) Constant PHPWord_Style_Font::UNDERLINE_SINGLE is not documented
(#52) Constant PHPWord_Style_Font::UNDERLINE_WAVY is not documented
(#53) Constant PHPWord_Style_Font::UNDERLINE_WAVYDOUBLE is not documented
(#54) Constant PHPWord_Style_Font::UNDERLINE_WAVYHEAVY is not documented
(#55) Constant PHPWord_Style_Font::UNDERLINE_WORDS is not documented
(#57) Constant PHPWord_Style_Font::FGCOLOR_YELLOW is not documented
(#58) Constant PHPWord_Style_Font::FGCOLOR_LIGHTGREEN is not documented
(#59) Constant PHPWord_Style_Font::FGCOLOR_CYAN is not documented
(#60) Constant PHPWord_Style_Font::FGCOLOR_MAGENTA is not documented
(#61) Constant PHPWord_Style_Font::FGCOLOR_BLUE is not documented
(#62) Constant PHPWord_Style_Font::FGCOLOR_RED is not documented
(#63) Constant PHPWord_Style_Font::FGCOLOR_DARKBLUE is not documented
(#64) Constant PHPWord_Style_Font::FGCOLOR_DARKCYAN is not documented
(#65) Constant PHPWord_Style_Font::FGCOLOR_DARKGREEN is not documented
(#66) Constant PHPWord_Style_Font::FGCOLOR_DARKMAGENTA is not documented
(#67) Constant PHPWord_Style_Font::FGCOLOR_DARKRED is not documented
(#68) Constant PHPWord_Style_Font::FGCOLOR_DARKYELLOW is not documented
(#69) Constant PHPWord_Style_Font::FGCOLOR_DARKGRAY is not documented
(#70) Constant PHPWord_Style_Font::FGCOLOR_LIGHTGRAY is not documented
(#71) Constant PHPWord_Style_Font::FGCOLOR_BLACK is not documented
(#29) Class PHPWord_Style_Font does not have @license tag
(#25) Not recommended phpdocs tag @version used
(#22) Package PHPWord is not valid
(#33) Package PHPWord_Style is not valid
(#21) Category PHPWord is not valid
(#32) Category PHPWord is not valid
mod/offlinequiz/lib/PHPWord/Style/Image.php
(#56) Function PHPWord_Style_Image::__construct is not documented
(#64) Function PHPWord_Style_Image::setStyleValue is not documented
(#68) Function PHPWord_Style_Image::getWidth is not documented
(#72) Function PHPWord_Style_Image::setWidth is not documented
(#76) Function PHPWord_Style_Image::getHeight is not documented
(#80) Function PHPWord_Style_Image::setHeight is not documented
(#84) Function PHPWord_Style_Image::getAlign is not documented
(#88) Function PHPWord_Style_Image::setAlign is not documented
(#38) Variable PHPWord_Style_Image::$_width is not documented
(#39) Variable PHPWord_Style_Image::$_height is not documented
(#40) Variable PHPWord_Style_Image::$_align is not documented
(#29) Class PHPWord_Style_Image does not have @license tag
(#25) Not recommended phpdocs tag @version used
(#22) Package PHPWord is not valid
(#33) Package PHPWord_Section is not valid
(#21) Category PHPWord is not valid
(#32) Category PHPWord is not valid
mod/offlinequiz/lib/PHPWord/Style/Indentation.php
(#57) There is no description in phpdocs for function __construct
(#83) There is no description in phpdocs for function toXml
(#74) Phpdocs for function PHPWord_Style_Indentation::setIndentation has incomplete parameters list
(#28) Class PHPWord_Style_Indentation does not have @license tag
(#25) Not recommended phpdocs tag @version used
(#22) Package PHPWord is not valid
(#32) Package PHPWord_Style_Paragraph is not valid
(#21) Category PHPWord is not valid
(#31) Category PHPWord is not valid
mod/offlinequiz/lib/PHPWord/Style/Paragraph.php
(#230) Function PHPWord_Style_Paragraph::toXml is not documented
(#215) There is no description in phpdocs for function getTabs
(#223) There is no description in phpdocs for function getIndentation
(#29) Class PHPWord_Style_Paragraph does not have @license tag
(#25) Not recommended phpdocs tag @version used
(#22) Package PHPWord is not valid
(#33) Package PHPWord_Style is not valid
(#21) Category PHPWord is not valid
(#32) Category PHPWord is not valid
mod/offlinequiz/lib/PHPWord/Style/TOC.php
(#38) Constant PHPWord_Style_TOC::TABLEADER_DOT is not documented
(#39) Constant PHPWord_Style_TOC::TABLEADER_UNDERSCORE is not documented
(#40) Constant PHPWord_Style_TOC::TABLEADER_LINE is not documented
(#41) Constant PHPWord_Style_TOC::TABLEADER_NONE is not documented
(#29) Class PHPWord_Style_TOC does not have @license tag
(#25) Not recommended phpdocs tag @version used
(#22) Package PHPWord is not valid
(#33) Package PHPWord_Style is not valid
(#21) Category PHPWord is not valid
(#32) Category PHPWord is not valid
mod/offlinequiz/lib/PHPWord/Style/Tab.php
(#28) Class PHPWord_Style_Tab does not have @license tag
(#25) Not recommended phpdocs tag @version used
(#22) Package PHPWord is not valid
(#32) Package PHPWord_Style_Paragraph is not valid
(#21) Category PHPWord is not valid
(#31) Category PHPWord is not valid
mod/offlinequiz/lib/PHPWord/Style/Table.php
(#29) Class PHPWord_Style_Table is not documented
(#36) Function PHPWord_Style_Table::__construct is not documented
(#43) Function PHPWord_Style_Table::setStyleValue is not documented
(#47) Function PHPWord_Style_Table::setCellMarginTop is not documented
(#51) Function PHPWord_Style_Table::getCellMarginTop is not documented
(#55) Function PHPWord_Style_Table::setCellMarginLeft is not documented
(#59) Function PHPWord_Style_Table::getCellMarginLeft is not documented
(#63) Function PHPWord_Style_Table::setCellMarginRight is not documented
(#67) Function PHPWord_Style_Table::getCellMarginRight is not documented
(#71) Function PHPWord_Style_Table::setCellMarginBottom is not documented
(#75) Function PHPWord_Style_Table::getCellMarginBottom is not documented
(#79) Function PHPWord_Style_Table::getCellMargin is not documented
(#31) Variable PHPWord_Style_Table::$_cellMarginTop is not documented
(#32) Variable PHPWord_Style_Table::$_cellMarginLeft is not documented
(#33) Variable PHPWord_Style_Table::$_cellMarginRight is not documented
(#34) Variable PHPWord_Style_Table::$_cellMarginBottom is not documented
(#25) Not recommended phpdocs tag @version used
(#22) Package PHPWord is not valid
(#21) Category PHPWord is not valid
mod/offlinequiz/lib/PHPWord/Style/TableFull.php
(#237) Function PHPWord_Style_TableFull::getBgColor is not documented
(#241) Function PHPWord_Style_TableFull::setBgColor is not documented
(#303) Function PHPWord_Style_TableFull::setBorderTopSize is not documented
(#307) Function PHPWord_Style_TableFull::getBorderTopSize is not documented
(#311) Function PHPWord_Style_TableFull::setBorderTopColor is not documented
(#315) Function PHPWord_Style_TableFull::getBorderTopColor is not documented
(#319) Function PHPWord_Style_TableFull::setBorderLeftSize is not documented
(#323) Function PHPWord_Style_TableFull::getBorderLeftSize is not documented
(#327) Function PHPWord_Style_TableFull::setBorderLeftColor is not documented
(#331) Function PHPWord_Style_TableFull::getBorderLeftColor is not documented
(#335) Function PHPWord_Style_TableFull::setBorderRightSize is not documented
(#339) Function PHPWord_Style_TableFull::getBorderRightSize is not documented
(#343) Function PHPWord_Style_TableFull::setBorderRightColor is not documented
(#347) Function PHPWord_Style_TableFull::getBorderRightColor is not documented
(#351) Function PHPWord_Style_TableFull::setBorderBottomSize is not documented
(#355) Function PHPWord_Style_TableFull::getBorderBottomSize is not documented
(#359) Function PHPWord_Style_TableFull::setBorderBottomColor is not documented
(#363) Function PHPWord_Style_TableFull::getBorderBottomColor is not documented
(#367) Function PHPWord_Style_TableFull::setBorderInsideHColor is not documented
(#371) Function PHPWord_Style_TableFull::getBorderInsideHColor is not documented
(#375) Function PHPWord_Style_TableFull::setBorderInsideVColor is not documented
(#379) Function PHPWord_Style_TableFull::getBorderInsideVColor is not documented
(#383) Function PHPWord_Style_TableFull::setBorderInsideHSize is not documented
(#387) Function PHPWord_Style_TableFull::getBorderInsideHSize is not documented
(#391) Function PHPWord_Style_TableFull::setBorderInsideVSize is not documented
(#395) Function PHPWord_Style_TableFull::getBorderInsideVSize is not documented
(#399) Function PHPWord_Style_TableFull::setCellMarginTop is not documented
(#403) Function PHPWord_Style_TableFull::getCellMarginTop is not documented
(#407) Function PHPWord_Style_TableFull::setCellMarginLeft is not documented
(#411) Function PHPWord_Style_TableFull::getCellMarginLeft is not documented
(#415) Function PHPWord_Style_TableFull::setCellMarginRight is not documented
(#419) Function PHPWord_Style_TableFull::getCellMarginRight is not documented
(#423) Function PHPWord_Style_TableFull::setCellMarginBottom is not documented
(#427) Function PHPWord_Style_TableFull::getCellMarginBottom is not documented
(#431) Function PHPWord_Style_TableFull::setCellMargin is not documented
(#438) Function PHPWord_Style_TableFull::getCellMargin is not documented
(#165) Phpdocs for function PHPWord_Style_TableFull::__construct has incomplete parameters list
(#275) Phpdocs for function PHPWord_Style_TableFull::setBorderColor has incomplete parameters list
(#29) Class PHPWord_Style_TableFull does not have @license tag
(#25) Not recommended phpdocs tag @version used
(#22) Package PHPWord is not valid
(#33) Package PHPWord_Style is not valid
(#21) Category PHPWord is not valid
(#32) Category PHPWord is not valid
mod/offlinequiz/lib/PHPWord/Style/Tabs.php
(#45) There is no description in phpdocs for function __construct
(#53) There is no description in phpdocs for function toXml
(#28) Class PHPWord_Style_Tabs does not have @license tag
(#25) Not recommended phpdocs tag @version used
(#22) Package PHPWord is not valid
(#32) Package PHPWord_Style_Paragraph is not valid
(#21) Category PHPWord is not valid
(#31) Category PHPWord is not valid
mod/offlinequiz/lib/PHPWord/TOC.php
(#108) Phpdocs for function PHPWord_TOC::addTitle has incomplete parameters list
(#29) Class PHPWord_TOC does not have @license tag
(#25) Not recommended phpdocs tag @version used
(#22) Package PHPWord is not valid
(#33) Package PHPWord_TOC is not valid
(#21) Category PHPWord is not valid
(#32) Category PHPWord is not valid
mod/offlinequiz/lib/PHPWord/Template.php
(#29) Class PHPWord_Template does not have @license tag
(#25) Not recommended phpdocs tag @version used
(#22) Package PHPWord is not valid
(#33) Package PHPWord is not valid
(#21) Category PHPWord is not valid
(#32) Category PHPWord is not valid
mod/offlinequiz/lib/PHPWord/Writer/IWriter.php
(#34) Phpdocs for function save has incomplete parameters list
(#25) Not recommended phpdocs tag @version used
(#22) Package PHPWord is not valid
(#21) Category PHPWord is not valid
mod/offlinequiz/lib/PHPWord/Writer/ODText.php
(#28) Class PHPWord_Writer_ODText is not documented
(#98) Phpdocs for function PHPWord_Writer_ODText::save has incomplete parameters list
(#25) Not recommended phpdocs tag @version used
(#126) Invalid inline phpdocs tag @todo found
(#22) Package PHPWord_Writer_PowerPoint2007 is not valid
(#21) Category PHPWord is not valid
mod/offlinequiz/lib/PHPWord/Writer/ODText/Content.php
(#300) Function PHPWord_Writer_ODText_Content::_writeText is not documented
(#338) Function PHPWord_Writer_ODText_Content::_writeTextBreak is not documented
(#343) Function PHPWord_Writer_ODText_Content::_writeEndSection is not documented
(#29) Class PHPWord_Writer_ODText_Content does not have @license tag
(#25) Not recommended phpdocs tag @version used
(#22) Package PHPWord_Writer_ODText is not valid
(#33) Package PHPWord_Writer_ODText is not valid
(#21) Category PHPWord is not valid
(#32) Category PHPWord is not valid
mod/offlinequiz/lib/PHPWord/Writer/ODText/Manifest.php
(#29) Class PHPWord_Writer_ODText_Manifest does not have @license tag
(#25) Not recommended phpdocs tag @version used
(#22) Package PHPWord_Writer_ODText is not valid
(#33) Package PHPWord_Writer_ODText is not valid
(#21) Category PHPWord is not valid
(#32) Category PHPWord is not valid
mod/offlinequiz/lib/PHPWord/Writer/ODText/Meta.php
(#29) Class PHPWord_Writer_ODText_Meta does not have @license tag
(#25) Not recommended phpdocs tag @version used
(#87) Invalid inline phpdocs tag @todo found
(#22) Package PHPWord_Writer_ODText is not valid
(#33) Package PHPWord_Writer_ODText is not valid
(#21) Category PHPWord is not valid
(#32) Category PHPWord is not valid
mod/offlinequiz/lib/PHPWord/Writer/ODText/Mimetype.php
(#29) Class PHPWord_Writer_ODText_Mimetype does not have @license tag
(#25) Not recommended phpdocs tag @version used
(#22) Package PHPWord_Writer_ODText is not valid
(#33) Package PHPWord_Writer_ODText is not valid
(#21) Category PHPWord is not valid
(#32) Category PHPWord is not valid
mod/offlinequiz/lib/PHPWord/Writer/ODText/Styles.php
(#29) Class PHPWord_Writer_ODText_Styles does not have @license tag
(#25) Not recommended phpdocs tag @version used
(#22) Package PHPWord_Writer_ODText is not valid
(#33) Package PHPWord_Writer_ODText is not valid
(#21) Category PHPWord is not valid
(#32) Category PHPWord is not valid
mod/offlinequiz/lib/PHPWord/Writer/ODText/WriterPart.php
(#29) Class PHPWord_Writer_ODText_WriterPart does not have @license tag
(#25) Not recommended phpdocs tag @version used
(#22) Package PHPWord_Writer_PowerPoint2007 is not valid
(#33) Package PHPWord_Writer_ODText is not valid
(#21) Category PHPWord is not valid
(#32) Category PHPWord is not valid
mod/offlinequiz/lib/PHPWord/Writer/RTF.php
(#28) Class PHPWord_Writer_RTF is not documented
(#132) Function PHPWord_Writer_RTF::_getData is not documented
(#181) Function PHPWord_Writer_RTF::_getDataFont is not documented
(#229) Function PHPWord_Writer_RTF::_getDataColor is not documented
(#283) Function PHPWord_Writer_RTF::_getDataContent is not documented
(#330) Function PHPWord_Writer_RTF::_getDataContent_writeText is not documented
(#416) Function PHPWord_Writer_RTF::_getDataContent_writeTextBreak is not documented
(#44) Variable PHPWord_Writer_RTF::$_colorTable is not documented
(#45) Variable PHPWord_Writer_RTF::$_fontTable is not documented
(#46) Variable PHPWord_Writer_RTF::$_lastParagraphStyle is not documented
(#65) Phpdocs for function PHPWord_Writer_RTF::save has incomplete parameters list
(#25) Not recommended phpdocs tag @version used
(#22) Package PHPWord_Writer_RTF is not valid
(#21) Category PHPWord is not valid
mod/offlinequiz/lib/PHPWord/Writer/Word2007.php
(#29) Class PHPWord_Writer_Word2007 is not documented
(#38) Function PHPWord_Writer_Word2007::__construct is not documented
(#58) Function PHPWord_Writer_Word2007::save is not documented
(#177) Function PHPWord_Writer_Word2007::_chkContentTypes is not documented
(#202) Function PHPWord_Writer_Word2007::getWriterPart is not documented
(#210) Function PHPWord_Writer_Word2007::getUseDiskCaching is not documented
(#214) Function PHPWord_Writer_Word2007::setUseDiskCaching is not documented
(#228) Function PHPWord_Writer_Word2007::_addFileToPackage is not documented
(#31) Variable PHPWord_Writer_Word2007::$_document is not documented
(#32) Variable PHPWord_Writer_Word2007::$_writerParts is not documented
(#33) Variable PHPWord_Writer_Word2007::$_diskCachingDirectory is not documented
(#34) Variable PHPWord_Writer_Word2007::$_useDiskCaching is not documented
(#35) Variable PHPWord_Writer_Word2007::$_imageTypes is not documented
(#36) Variable PHPWord_Writer_Word2007::$_objectTypes is not documented
(#25) Not recommended phpdocs tag @version used
(#22) Package PHPWord is not valid
(#21) Category PHPWord is not valid
mod/offlinequiz/lib/PHPWord/Writer/Word2007/Base.php
(#29) Class PHPWord_Writer_Word2007_Base is not documented
(#31) Function PHPWord_Writer_Word2007_Base::_writeText is not documented
(#80) Function PHPWord_Writer_Word2007_Base::_writeTextRun is not documented
(#111) Function PHPWord_Writer_Word2007_Base::_writeParagraphStyle is not documented
(#165) Function PHPWord_Writer_Word2007_Base::_writeLink is not documented
(#220) Function PHPWord_Writer_Word2007_Base::_writePreserveText is not documented
(#308) Function PHPWord_Writer_Word2007_Base::_writeTextStyle is not documented
(#395) Function PHPWord_Writer_Word2007_Base::_writeTextBreak is not documented
(#399) Function PHPWord_Writer_Word2007_Base::_writeTable is not documented
(#485) Function PHPWord_Writer_Word2007_Base::_writeTableStyle is not documented
(#529) Function PHPWord_Writer_Word2007_Base::_writeCellStyle is not documented
(#610) Function PHPWord_Writer_Word2007_Base::_writeImage is not documented
(#649) Function PHPWord_Writer_Word2007_Base::_writeWatermark is not documented
(#692) Function PHPWord_Writer_Word2007_Base::_writeTitle is not documented
(#25) Not recommended phpdocs tag @version used
(#22) Package PHPWord is not valid
(#21) Category PHPWord is not valid
mod/offlinequiz/lib/PHPWord/Writer/Word2007/ContentTypes.php
(#29) Class PHPWord_Writer_Word2007_ContentTypes is not documented
(#31) Function PHPWord_Writer_Word2007_ContentTypes::writeContentTypes is not documented
(#169) Phpdocs for function PHPWord_Writer_Word2007_ContentTypes::_writeOverrideContentType has incomplete parameters list
(#25) Not recommended phpdocs tag @version used
(#22) Package PHPWord is not valid
(#21) Category PHPWord is not valid
mod/offlinequiz/lib/PHPWord/Writer/Word2007/DocProps.php
(#29) Class PHPWord_Writer_Word2007_DocProps is not documented
(#31) Function PHPWord_Writer_Word2007_DocProps::writeDocPropsApp is not documented
(#122) Function PHPWord_Writer_Word2007_DocProps::writeDocPropsCore is not documented
(#25) Not recommended phpdocs tag @version used
(#22) Package PHPWord is not valid
(#21) Category PHPWord is not valid
mod/offlinequiz/lib/PHPWord/Writer/Word2007/Document.php
(#29) Class PHPWord_Writer_Word2007_Document is not documented
(#31) Function PHPWord_Writer_Word2007_Document::writeDocument is not documented
(#110) Function PHPWord_Writer_Word2007_Document::_writeSection is not documented
(#118) Function PHPWord_Writer_Word2007_Document::_writeEndSection is not documented
(#225) Function PHPWord_Writer_Word2007_Document::_writePageBreak is not documented
(#235) Function PHPWord_Writer_Word2007_Document::_writeListItem is not documented
(#273) Function PHPWord_Writer_Word2007_Document::_writeObject is not documented
(#331) Function PHPWord_Writer_Word2007_Document::_writeTOC is not documented
(#25) Not recommended phpdocs tag @version used
(#22) Package PHPWord is not valid
(#21) Category PHPWord is not valid
mod/offlinequiz/lib/PHPWord/Writer/Word2007/DocumentRels.php
(#29) Class PHPWord_Writer_Word2007_DocumentRels is not documented
(#31) Function PHPWord_Writer_Word2007_DocumentRels::writeDocumentRels is not documented
(#118) Function PHPWord_Writer_Word2007_DocumentRels::writeHeaderFooterRels is not documented
(#155) Function PHPWord_Writer_Word2007_DocumentRels::_writeRelationship is not documented
(#25) Not recommended phpdocs tag @version used
(#22) Package PHPWord is not valid
(#21) Category PHPWord is not valid
mod/offlinequiz/lib/PHPWord/Writer/Word2007/Footer.php
(#29) Class PHPWord_Writer_Word2007_Footer is not documented
(#31) Function PHPWord_Writer_Word2007_Footer::writeFooter is not documented
(#25) Not recommended phpdocs tag @version used
(#22) Package PHPWord is not valid
(#21) Category PHPWord is not valid
mod/offlinequiz/lib/PHPWord/Writer/Word2007/Header.php
(#29) Class PHPWord_Writer_Word2007_Header is not documented
(#31) Function PHPWord_Writer_Word2007_Header::writeHeader is not documented
(#25) Not recommended phpdocs tag @version used
(#22) Package PHPWord is not valid
(#21) Category PHPWord is not valid
mod/offlinequiz/lib/PHPWord/Writer/Word2007/Numbering.php
(#35) There is no description in phpdocs for function writeDocument
(#28) Class PHPWord_Writer_Word2007_Numbering does not have @copyright tag
(#28) Class PHPWord_Writer_Word2007_Numbering does not have @license tag
(#25) Not recommended phpdocs tag @version used
(#22) Package PHPWord is not valid
(#21) Category PHPWord is not valid
mod/offlinequiz/lib/PHPWord/Writer/Word2007/Rels.php
(#29) Class PHPWord_Writer_Word2007_Rels is not documented
(#31) Function PHPWord_Writer_Word2007_Rels::writeRelationships is not documented
(#25) Not recommended phpdocs tag @version used
(#22) Package PHPWord is not valid
(#21) Category PHPWord is not valid
mod/offlinequiz/lib/PHPWord/Writer/Word2007/Styles.php
(#29) Class PHPWord_Writer_Word2007_Styles is not documented
(#33) Function PHPWord_Writer_Word2007_Styles::writeStyles is not documented
(#138) Function PHPWord_Writer_Word2007_Styles::_writeFullTableStyle is not documented
(#258) Function PHPWord_Writer_Word2007_Styles::_writeRowStyle is not documented
(#318) Function PHPWord_Writer_Word2007_Styles::_writeDocDefaults is not documented
(#31) Variable PHPWord_Writer_Word2007_Styles::$_document is not documented
(#25) Not recommended phpdocs tag @version used
(#22) Package PHPWord is not valid
(#21) Category PHPWord is not valid
mod/offlinequiz/lib/PHPWord/Writer/Word2007/WriterPart.php
(#29) Class PHPWord_Writer_Word2007_WriterPart is not documented
(#32) Function PHPWord_Writer_Word2007_WriterPart::setParentWriter is not documented
(#36) Function PHPWord_Writer_Word2007_WriterPart::getParentWriter is not documented
(#30) Variable PHPWord_Writer_Word2007_WriterPart::$_parentWriter is not documented
(#25) Not recommended phpdocs tag @version used
(#22) Package PHPWord is not valid
(#21) Category PHPWord is not valid
mod/offlinequiz/locallib.php
(#77) Class offlinequiz_question_usage_by_activity is not documented
(#79) Function offlinequiz_question_usage_by_activity::get_clone is not documented
(#143) Function offlinequiz_make_questions_usage_by_activity is not documented
(#749) Function result_qubaids_for_offlinequiz::__construct is not documented
(#1162) Function mod_offlinequiz_display_options::extract is not documented
(#741) No one-line description found in phpdocs for class result_qubaids_for_offlinequiz
(#1106) No one-line description found in phpdocs for class mod_offlinequiz_display_options
(#202) There is no description in phpdocs for function offlinequiz_get_group_question_ids
(#233) There is no description in phpdocs for function offlinequiz_get_empty_groups
(#395) There is no description in phpdocs for function offlinequiz_save_page_corners
(#526) There is no description in phpdocs for function offlinequiz_delete_scanned_page
(#560) There is no description in phpdocs for function offlinequiz_delete_scanned_p_page
(#822) There is no description in phpdocs for function offlinequiz_question_action_icons
(#866) There is no description in phpdocs for function offlinequiz_load_useridentification
(#1339) There is no description in phpdocs for function offlinequiz_question_preview_url
(#2251) There is no description in phpdocs for function offlinequiz_remove_questionlist
(#107) Phpdocs for function offlinequiz_question_usage_by_activity::load_from_records has incomplete parameters list
(#150) Phpdocs for function offlinequiz_load_questions_usage_by_activity has incomplete parameters list
(#258) Phpdocs for function offlinequiz_get_slot_for_question has incomplete parameters list
(#423) Phpdocs for function offlinequiz_get_maxanswers has incomplete parameters list
(#470) Phpdocs for function offlinequiz_repaginate_questions has incomplete parameters list
(#502) Phpdocs for function offlinequiz_shuffle_questions has incomplete parameters list
(#528) Phpdocs for function offlinequiz_delete_scanned_page has incomplete parameters list
(#562) Phpdocs for function offlinequiz_delete_scanned_p_page has incomplete parameters list
(#617) Phpdocs for function offlinequiz_delete_result has incomplete parameters list
(#653) Phpdocs for function offlinequiz_update_question_instance has incomplete parameters list
(#842) Phpdocs for function offlinequiz_results_open has incomplete parameters list
(#971) Phpdocs for function offlinequiz_update_sumgrades has incomplete parameters list
(#1008) Phpdocs for function offlinequiz_rescale_grade has incomplete parameters list
(#1071) Phpdocs for function offlinequiz_add_group has incomplete parameters list
(#1132) Phpdocs for function mod_offlinequiz_display_options::make_from_offlinequiz has incomplete parameters list
(#1176) Phpdocs for function offlinequiz_get_review_options has incomplete parameters list
(#1225) Phpdocs for function offlinequiz_get_combined_reviewoptions has incomplete parameters list
(#1259) Phpdocs for function offlinequiz_question_edit_button has incomplete parameters list
(#1467) Phpdocs for function offlinequiz_delete_template_usages has incomplete parameters list
(#1494) Phpdocs for function offlinequiz_print_question_preview has incomplete parameters list
(#2024) Phpdocs for function offlinequiz_question_tostring has incomplete parameters list
(#2086) Phpdocs for function offlinequiz_add_questionlist_to_group has incomplete parameters list
(#2169) Phpdocs for function offlinequiz_add_random_questions has incomplete parameters list
(#23) Package mod is not valid
mod/offlinequiz/mod_form.php
(#42) Function mod_offlinequiz_mod_form::definition is not documented
(#247) Phpdocs for function mod_offlinequiz_mod_form::data_preprocessing has incomplete parameters list
(#311) Phpdocs for function mod_offlinequiz_mod_form::validation has incomplete parameters list
(#21) Package mod is not valid
mod/offlinequiz/offlinequiz.class.php
(#50) Variable offlinequiz::$course is not documented
(#51) Variable offlinequiz::$cm is not documented
(#52) Variable offlinequiz::$offlinequiz is not documented
(#53) Variable offlinequiz::$context is not documented
(#56) Variable offlinequiz::$questions is not documented
(#57) Variable offlinequiz::$accessmanager is not documented
(#58) Variable offlinequiz::$ispreviewuser is not documented
(#36) No one-line description found in phpdocs for class offlinequiz
(#158) There is no description in phpdocs for function get_courseid
(#163) There is no description in phpdocs for function get_course
(#168) There is no description in phpdocs for function get_offlinequizid
(#173) There is no description in phpdocs for function get_offlinegroupid
(#178) There is no description in phpdocs for function get_offlinequiz
(#183) There is no description in phpdocs for function get_offlinequiz_name
(#188) There is no description in phpdocs for function get_navigation_method
(#193) There is no description in phpdocs for function get_num_attempts_allowed
(#198) There is no description in phpdocs for function get_cmid
(#203) There is no description in phpdocs for function get_cm
(#208) There is no description in phpdocs for function get_context
(#213) There is no description in phpdocs for function is_preview_user
(#224) There is no description in phpdocs for function has_questions
(#234) There is no description in phpdocs for function get_question
(#242) There is no description in phpdocs for function get_questions
(#260) There is no description in phpdocs for function get_access_manager
(#288) There is no description in phpdocs for function view_url
(#296) There is no description in phpdocs for function edit_url
(#304) There is no description in phpdocs for function attempt_url
(#318) There is no description in phpdocs for function start_attempt_url
(#329) There is no description in phpdocs for function review_url
(#337) There is no description in phpdocs for function summary_url
(#347) There is no description in phpdocs for function confirm_start_attempt_message
(#399) There is no description in phpdocs for function navigation
(#82) Phpdocs for function offlinequiz::create has incomplete parameters list
(#273) Phpdocs for function offlinequiz::has_capability has incomplete parameters list
(#280) Phpdocs for function offlinequiz::require_capability has incomplete parameters list
(#318) Phpdocs for function offlinequiz::start_attempt_url has incomplete parameters list
(#413) Phpdocs for function offlinequiz::ensure_question_loaded has incomplete parameters list
(#20) Package mod is not valid
mod/offlinequiz/participants.php
(#105) Function find_pdf_file is not documented
(#19) Package mod is not valid
mod/offlinequiz/participants/participants_listform.php
(#31) Class offlinequiz_participantslistform is not documented
(#36) Function offlinequiz_participantslistform::__construct is not documented
(#42) Function offlinequiz_participantslistform::definition is not documented
(#33) Variable offlinequiz_participantslistform::$offlinequiz is not documented
(#34) Variable offlinequiz_participantslistform::$label is not documented
(#19) Package mod is not valid
mod/offlinequiz/participants/participants_report.php
(#32) Class participants_report is not documented
(#33) Phpdocs for function participants_report::error_report has incomplete parameters list
(#19) Package mod is not valid
mod/offlinequiz/participants/participants_scanner.php
(#31) No one-line description found in phpdocs for class offlinequiz_participants_scanner
(#31) Class offlinequiz_participants_scanner does not have @copyright tag
(#31) Class offlinequiz_participants_scanner does not have @license tag
(#19) Package mod is not valid
mod/offlinequiz/participants/participants_uploadform.php
(#30) Class offlinequiz_participants_upload_form is not documented
(#32) Function offlinequiz_participants_upload_form::definition is not documented
(#19) Package mod is not valid
mod/offlinequiz/participants_correct.php
(#19) Package mod is not valid
mod/offlinequiz/pdflib.php
(#38) Class offlinequiz_pdf is not documented
(#63) Class offlinequiz_question_pdf is not documented
(#98) Class offlinequiz_answer_pdf is not documented
(#278) Class offlinequiz_participants_pdf is not documented
(#45) Function offlinequiz_pdf::checkpoint is not documented
(#49) Function offlinequiz_pdf::backtrack is not documented
(#53) Function offlinequiz_pdf::is_overflowing is not documented
(#57) Function offlinequiz_pdf::set_title is not documented
(#832) Function offlinequiz_create_pdf_answer is not documented
(#65) Variable offlinequiz_question_pdf::$tempfiles is not documented
(#99) Variable offlinequiz_answer_pdf::$groupid is not documented
(#280) Variable offlinequiz_participants_pdf::$listno is not documented
(#393) Phpdocs for function offlinequiz_create_pdf_question has incomplete parameters list
(#40) Phpdocs for variable offlinequiz_pdf::$checkpoint does not contain @var or incorrect
(#20) Package mod is not valid
mod/offlinequiz/questionbank.ajax.php
(#21) Package mod is not valid
mod/offlinequiz/repaginate.php
(#20) Package mod is not valid
mod/offlinequiz/report.php
(#20) Package mod is not valid
mod/offlinequiz/report/default.php
(#41) Class offlinequiz_default_report is not documented
(#42) Constant offlinequiz_default_report::NO_GROUPS_ALLOWED is not documented
(#46) Phpdocs for function offlinequiz_default_report::display has incomplete parameters list
(#55) Phpdocs for function offlinequiz_default_report::print_header_and_tabs has incomplete parameters list
(#99) Phpdocs for function offlinequiz_default_report::get_current_group has incomplete parameters list
(#30) Package mod is not valid
mod/offlinequiz/report/overview/lang/en/offlinequiz_overview.php
(#20) Package mod is not valid
mod/offlinequiz/report/overview/report.php
(#32) Class offlinequiz_overview_report is not documented
(#34) Phpdocs for function offlinequiz_overview_report::display has incomplete parameters list
(#20) Package mod is not valid
mod/offlinequiz/report/overview/results_table.php
(#33) Class offlinequiz_results_table is not documented
(#39) Function offlinequiz_results_table::__construct is not documented
(#46) Function offlinequiz_results_table::print_nothing_to_display is not documented
(#51) Function offlinequiz_results_table::wrap_html_start is not documented
(#65) Function offlinequiz_results_table::wrap_html_finish is not documented
(#82) Function offlinequiz_results_table::print_one_initials_bar is not documented
(#35) Variable offlinequiz_results_table::$offlinequiz is not documented
(#36) Variable offlinequiz_results_table::$noresults is not documented
(#37) Variable offlinequiz_results_table::$psize is not documented
(#20) Package mod is not valid
mod/offlinequiz/report/overview/version.php
(#20) Package mod is not valid
mod/offlinequiz/report/regrade/lang/en/offlinequiz_regrade.php
(#20) Package mod is not valid
mod/offlinequiz/report/regrade/report.php
(#33) Class offlinequiz_regrade_report is not documented
(#35) Function offlinequiz_regrade_report::display is not documented
(#185) Phpdocs for function offlinequiz_regrade_report::regrade_result has incomplete parameters list
(#20) Package mod is not valid
mod/offlinequiz/report/regrade/version.php
(#20) Package mod is not valid
mod/offlinequiz/report/reportlib.php
(#82) Function offlinequiz_report_unindex is not documented
(#41) Phpdocs for function offlinequiz_report_list has incomplete parameters list
(#155) Phpdocs for function offlinequiz_report_scale_summarks_as_percentage has incomplete parameters list
(#177) Phpdocs for function offlinequiz_report_scale_grade has incomplete parameters list
(#20) Package mod is not valid
mod/offlinequiz/report/rimport/errorpages_table.php
(#34) Class offlinequiz_selectall_table is not documented
(#83) Class offlinequiz_partlist_table is not documented
(#40) Function offlinequiz_selectall_table::__construct is not documented
(#46) Function offlinequiz_selectall_table::print_nothing_to_display is not documented
(#51) Function offlinequiz_selectall_table::wrap_html_start is not documented
(#65) Function offlinequiz_selectall_table::wrap_html_finish is not documented
(#85) Function offlinequiz_partlist_table::wrap_html_finish is not documented
(#113) Function offlinequiz_partlist_table::print_one_initials_bar is not documented
(#36) Variable offlinequiz_selectall_table::$reportscript is not documented
(#37) Variable offlinequiz_selectall_table::$params is not documented
(#17) No one-line description found in phpdocs for file
(#21) Package mod is not valid
mod/offlinequiz/report/rimport/lang/en/offlinequiz_rimport.php
(#20) Package mod is not valid
mod/offlinequiz/report/rimport/report.php
(#34) Class offlinequiz_rimport_report is not documented
(#36) Function offlinequiz_rimport_report::print_error_report is not documented
(#177) Phpdocs for function offlinequiz_rimport_report::display has incomplete parameters list
(#20) Package mod is not valid
mod/offlinequiz/report/rimport/scanner.php
(#1605) Function offlinequiz_page_scanner::set_maxanswers is not documented
(#48) Variable oq_point::$x is not documented
(#49) Variable oq_point::$y is not documented
(#50) Variable oq_point::$blank is not documented
(#103) Variable offlinequiz_page_scanner::$calibrated is not documented
(#104) Variable offlinequiz_page_scanner::$contextid is not documented
(#105) Variable offlinequiz_page_scanner::$offlinequizid is not documented
(#106) Variable offlinequiz_page_scanner::$filename is not documented
(#107) Variable offlinequiz_page_scanner::$sourcefile is not documented
(#108) Variable offlinequiz_page_scanner::$pageimage is not documented
(#109) Variable offlinequiz_page_scanner::$path is not documented
(#110) Variable offlinequiz_page_scanner::$maxanswers is not documented
(#111) Variable offlinequiz_page_scanner::$maxquestions is not documented
(#112) Variable offlinequiz_page_scanner::$questionsonpage is not documented
(#113) Variable offlinequiz_page_scanner::$formtype is not documented
(#114) Variable offlinequiz_page_scanner::$numpages is not documented
(#115) Variable offlinequiz_page_scanner::$offset is not documented
(#116) Variable offlinequiz_page_scanner::$image is not documented
(#117) Variable offlinequiz_page_scanner::$zoomx is not documented
(#118) Variable offlinequiz_page_scanner::$zoomy is not documented
(#119) Variable offlinequiz_page_scanner::$alpha is not documented
(#120) Variable offlinequiz_page_scanner::$hotspots is not documented
(#121) Variable offlinequiz_page_scanner::$pattern is not documented
(#122) Variable offlinequiz_page_scanner::$pattern1 is not documented
(#123) Variable offlinequiz_page_scanner::$pattern2 is not documented
(#124) Variable offlinequiz_page_scanner::$pattern3 is not documented
(#125) Variable offlinequiz_page_scanner::$pattern4 is not documented
(#126) Variable offlinequiz_page_scanner::$papergray is not documented
(#127) Variable offlinequiz_page_scanner::$corners is not documented
(#128) Variable offlinequiz_page_scanner::$lowertrigger is not documented
(#129) Variable offlinequiz_page_scanner::$uppertrigger is not documented
(#130) Variable offlinequiz_page_scanner::$lowerwarning is not documented
(#131) Variable offlinequiz_page_scanner::$upperwarning is not documented
(#132) Variable offlinequiz_page_scanner::$upperleft is not documented
(#133) Variable offlinequiz_page_scanner::$lowerleft is not documented
(#134) Variable offlinequiz_page_scanner::$upperright is not documented
(#135) Variable offlinequiz_page_scanner::$lowerright is not documented
(#136) Variable offlinequiz_page_scanner::$insecure is not documented
(#137) Variable offlinequiz_page_scanner::$blankbox is not documented
(#138) Variable offlinequiz_page_scanner::$ontop is not documented
(#139) Variable offlinequiz_page_scanner::$page is not documented
(#140) Variable offlinequiz_page_scanner::$cache is not documented
(#493) Phpdocs for function offlinequiz_page_scanner::load_stored_image has incomplete parameters list
(#826) Phpdocs for function offlinequiz_page_scanner::hotspot_value has incomplete parameters list
(#1343) Phpdocs for function offlinequiz_page_scanner::get_corners has incomplete parameters list
(#1372) Phpdocs for function offlinequiz_page_scanner::adjust has incomplete parameters list
(#43) Class oq_point does not have @copyright tag
(#95) Class offlinequiz_page_scanner does not have @copyright tag
(#43) Class oq_point does not have @license tag
(#95) Class offlinequiz_page_scanner does not have @license tag
(#20) Package mod is not valid
mod/offlinequiz/report/rimport/upload_form.php
(#31) Class offlinequiz_upload_form is not documented
(#33) Function offlinequiz_upload_form::definition is not documented
(#20) Package mod is not valid
mod/offlinequiz/report/rimport/version.php
(#20) Package mod is not valid
mod/offlinequiz/report/statistics/db/upgrade.php
(#29) Phpdocs for function xmldb_offlinequiz_statistics_upgrade has incomplete parameters list
mod/offlinequiz/report/statistics/lib.php
(#20) Package mod is not valid
(#35) Package mod_offlinequiz is not valid
mod/offlinequiz/report/statistics/qstats.php
(#159) Function offlinequiz_statistics_question_stats::compute_statistics is not documented
(#39) Variable offlinequiz_statistics_question_stats::$questions is not documented
(#40) Variable offlinequiz_statistics_question_stats::$subquestions is not documented
(#42) Variable offlinequiz_statistics_question_stats::$s is not documented
(#43) Variable offlinequiz_statistics_question_stats::$summarksavg is not documented
(#44) Variable offlinequiz_statistics_question_stats::$allattempts is not documented
(#49) Variable offlinequiz_statistics_question_stats::$sumofmarkvariance is not documented
(#50) Variable offlinequiz_statistics_question_stats::$randomselectors is not documented
(#71) There is no description in phpdocs for function make_blank_question_stats
(#443) There is no description in phpdocs for function get_random_guess_score
(#54) Phpdocs for function offlinequiz_statistics_question_stats::__construct has incomplete parameters list
(#96) Phpdocs for function offlinequiz_statistics_question_stats::load_step_data has incomplete parameters list
(#369) Phpdocs for function offlinequiz_statistics_question_stats::secondary_steps_walker has incomplete parameters list
(#32) Class offlinequiz_statistics_question_stats does not have @copyright tag
(#20) Package mod is not valid
mod/offlinequiz/report/statistics/report.php
(#695) Function offlinequiz_statistics_report::get_formatted_offlinequiz_info_data is not documented
(#1321) Function offlinequiz_statistics_report::analyse_responses is not documented
(#1460) Function offlinequiz_statistics_attempts_sql is not documented
(#36) No one-line description found in phpdocs for class offlinequiz_statistics_report
(#434) There is no description in phpdocs for function print_offlinequiz_group_selector
(#523) There is no description in phpdocs for function render_question_text
(#539) There is no description in phpdocs for function render_question_text_plain
(#1351) There is no description in phpdocs for function everything_download_options
(#1447) There is no description in phpdocs for function using_attempts_string
(#51) Phpdocs for function offlinequiz_statistics_report::display has incomplete parameters list
(#436) Phpdocs for function offlinequiz_statistics_report::print_offlinequiz_group_selector has incomplete parameters list
(#463) Phpdocs for function offlinequiz_statistics_report::output_individual_question_data has incomplete parameters list
(#540) Phpdocs for function offlinequiz_statistics_report::render_question_text_plain has incomplete parameters list
(#782) Phpdocs for function offlinequiz_statistics_report::output_offlinequiz_question_answer_table has incomplete parameters list
(#803) Phpdocs for function offlinequiz_statistics_report::output_question_answers has incomplete parameters list
(#955) Phpdocs for function offlinequiz_statistics_report::output_statistics_graph has incomplete parameters list
(#974) Phpdocs for function offlinequiz_statistics_report::get_emtpy_stats has incomplete parameters list
(#999) Phpdocs for function offlinequiz_statistics_report::compute_stats has incomplete parameters list
(#1239) Phpdocs for function offlinequiz_statistics_report::cache_stats has incomplete parameters list
(#1365) Phpdocs for function offlinequiz_statistics_report::output_caching_info has incomplete parameters list
(#1416) Phpdocs for function offlinequiz_statistics_report::clear_cached_data has incomplete parameters list
(#1491) Phpdocs for function offlinequiz_statistics_qubaids_condition has incomplete parameters list
mod/offlinequiz/report/statistics/responseanalysis.php
(#41) Variable offlinequiz_statistics_response_analyser::$loaded is not documented
(#17) No one-line description found in phpdocs for file
(#32) No one-line description found in phpdocs for class offlinequiz_statistics_response_analyser
(#79) There is no description in phpdocs for function has_subparts
(#86) There is no description in phpdocs for function has_response_classes
(#99) There is no description in phpdocs for function has_actual_responses
(#123) Phpdocs for function offlinequiz_statistics_response_analyser::analyse has incomplete parameters list
(#32) Class offlinequiz_statistics_response_analyser does not have @copyright tag
(#21) Package mod is not valid
mod/offlinequiz/report/statistics/statistics_form.php
(#38) Function offlinequiz_statistics_settings_form::definition is not documented
mod/offlinequiz/report/statistics/statistics_question_answer_table.php
(#56) Function offlinequiz_question_answer_statistics_table::set_questiondata is not documented
(#422) Function offlinequiz_question_answer_statistics_table::wrap_html_start is not documented
(#430) Function offlinequiz_question_answer_statistics_table::wrap_html_finish is not documented
(#31) No one-line description found in phpdocs for class offlinequiz_question_answer_statistics_table
(#410) Phpdocs for function offlinequiz_question_answer_statistics_table::is_dubious_question has incomplete parameters list
(#451) Phpdocs for function offlinequiz_question_answer_statistics_table::col_correct has incomplete parameters list
(#465) Phpdocs for function offlinequiz_question_answer_statistics_table::col_partially has incomplete parameters list
(#479) Phpdocs for function offlinequiz_question_answer_statistics_table::col_wrong has incomplete parameters list
mod/offlinequiz/report/statistics/statistics_question_table.php
(#106) Function offlinequiz_statistics_question_table::format_percentage is not documented
(#49) Phpdocs for function offlinequiz_statistics_question_table::__construct has incomplete parameters list
(#61) Phpdocs for function offlinequiz_statistics_question_table::question_setup has incomplete parameters list
mod/offlinequiz/report/statistics/statistics_table.php
(#321) Function offlinequiz_statistics_table::wrap_html_start is not documented
(#329) Function offlinequiz_statistics_table::wrap_html_finish is not documented
(#31) No one-line description found in phpdocs for class offlinequiz_statistics_table
(#309) Phpdocs for function offlinequiz_statistics_table::is_dubious_question has incomplete parameters list
(#350) Phpdocs for function offlinequiz_statistics_table::col_correct has incomplete parameters list
(#363) Phpdocs for function offlinequiz_statistics_table::col_partially has incomplete parameters list
(#375) Phpdocs for function offlinequiz_statistics_table::col_wrong has incomplete parameters list
mod/offlinequiz/review.php
(#20) Package mod is not valid
mod/offlinequiz/reviewquestion.php
(#17) No one-line description found in phpdocs for file
(#21) Package mod is not valid
mod/offlinequiz/settings.php
(#20) Package mod is not valid
mod/offlinequiz/settingslib.php
(#90) Function mod_offlinequiz_admin_review_setting::times is not documented
(#174) Function admin_setting_configtext_user_formula::validate is not documented
(#42) Constant mod_offlinequiz_admin_review_setting::IMMEDIATELY_AFTER is not documented
(#43) Constant mod_offlinequiz_admin_review_setting::LATER_WHILE_OPEN is not documented
(#44) Constant mod_offlinequiz_admin_review_setting::AFTER_CLOSE is not documented
(#170) No one-line description found in phpdocs for class admin_setting_configtext_user_formula
(#69) There is no description in phpdocs for function __construct
(#83) There is no description in phpdocs for function all_on
(#96) There is no description in phpdocs for function normalise_data
(#123) Phpdocs for function mod_offlinequiz_admin_review_setting::write_setting has incomplete parameters list
(#135) Phpdocs for function mod_offlinequiz_admin_review_setting::output_html has incomplete parameters list
(#170) Class admin_setting_configtext_user_formula does not have @copyright tag
(#170) Class admin_setting_configtext_user_formula does not have @license tag
(#20) Package mod is not valid
mod/offlinequiz/tabs.php
(#20) Package mod is not valid
mod/offlinequiz/tests/behat/behat_mod_offlinequiz.php
(#20) Package mod is not valid
mod/offlinequiz/tutorial/index.php
(#19) Package mod is not valid
mod/offlinequiz/view.php
(#125) Function find_pdf_file is not documented
(#20) Package mod is not valid

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, 453 warnings)

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

mod/offlinequiz/lib/jquery/css/images/bg-yellow-bar.gif
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/css/images/ui-bg_flat_0_aaaaaa_40x100.png
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/css/images/ui-bg_flat_55_fbec88_40x100.png
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/css/images/ui-bg_glass_75_d0e5f5_1x400.png
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/css/images/ui-bg_glass_85_dfeffc_1x400.png
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/css/images/ui-bg_glass_95_fef1ec_1x400.png
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/css/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/css/images/ui-bg_inset-hard_100_f5f8f9_1x100.png
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/css/images/ui-bg_inset-hard_100_fcfdfd_1x100.png
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/css/images/ui-icons_217bc0_256x240.png
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/css/images/ui-icons_2e83ff_256x240.png
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/css/images/ui-icons_469bdd_256x240.png
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/css/images/ui-icons_6da8d5_256x240.png
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/css/images/ui-icons_cd0a0a_256x240.png
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/css/images/ui-icons_d8e7f3_256x240.png
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/css/images/ui-icons_f9bd01_256x240.png
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/css/moodle.css
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/css/visibility.css
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/external/jquery.bgiframe-2.1.1.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/external/jquery.cookie.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/external/jquery.metadata.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/external/qunit.css
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/external/qunit.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/jquery-1.4.3.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/jquery-1.4.3.min.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery-ui-i18n.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-af.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-ar-DZ.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-ar.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-az.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-bg.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-bs.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-ca.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-cs.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-da.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-de.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-el.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-en-AU.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-en-GB.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-en-NZ.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-eo.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-es.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-et.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-eu.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-fa.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-fi.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-fo.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-fr-CH.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-fr.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-gl.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-he.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-hr.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-hu.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-hy.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-id.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-is.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-it.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-ja.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-ko.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-kz.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-lt.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-lv.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-ml.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-ms.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-nl.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-no.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-pl.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-pt-BR.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-pt.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-rm.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-ro.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-ru.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-sk.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-sl.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-sq.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-sr-SR.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-sr.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-sv.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-ta.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-th.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-tj.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-tr.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-uk.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-vi.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-zh-CN.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-zh-HK.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-zh-TW.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/jquery-ui-1.8.11.custom.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/jquery-ui-1.8.5.custom.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/jquery.effects.blind.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/jquery.effects.bounce.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/jquery.effects.clip.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/jquery.effects.core.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/jquery.effects.drop.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/jquery.effects.explode.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/jquery.effects.fade.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/jquery.effects.fold.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/jquery.effects.highlight.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/jquery.effects.pulsate.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/jquery.effects.scale.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/jquery.effects.shake.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/jquery.effects.slide.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/jquery.effects.transfer.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/jquery.ui.accordion.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/jquery.ui.autocomplete.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/jquery.ui.button.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/jquery.ui.core.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/jquery.ui.datepicker.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/jquery.ui.dialog.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/jquery.ui.draggable.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/jquery.ui.droppable.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/jquery.ui.mouse.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/jquery.ui.position.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/jquery.ui.progressbar.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/jquery.ui.resizable.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/jquery.ui.selectable.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/jquery.ui.slider.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/jquery.ui.sortable.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/jquery.ui.tabs.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/jquery.ui.widget.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/minified/jquery.effects.blind.min.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/minified/jquery.effects.bounce.min.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/minified/jquery.effects.clip.min.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/minified/jquery.effects.core.min.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/minified/jquery.effects.drop.min.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/minified/jquery.effects.explode.min.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/minified/jquery.effects.fade.min.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/minified/jquery.effects.fold.min.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/minified/jquery.effects.highlight.min.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/minified/jquery.effects.pulsate.min.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/minified/jquery.effects.scale.min.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/minified/jquery.effects.shake.min.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/minified/jquery.effects.slide.min.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/minified/jquery.effects.transfer.min.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/minified/jquery.ui.accordion.min.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/minified/jquery.ui.autocomplete.min.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/minified/jquery.ui.button.min.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/minified/jquery.ui.core.min.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/minified/jquery.ui.datepicker.min.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/minified/jquery.ui.dialog.min.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/minified/jquery.ui.draggable.min.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/minified/jquery.ui.droppable.min.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/minified/jquery.ui.mouse.min.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/minified/jquery.ui.position.min.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/minified/jquery.ui.progressbar.min.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/minified/jquery.ui.resizable.min.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/minified/jquery.ui.selectable.min.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/minified/jquery.ui.slider.min.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/minified/jquery.ui.sortable.min.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/minified/jquery.ui.tabs.min.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/minified/jquery.ui.widget.min.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/css/images/bg-yellow-bar.gif
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/css/images/ui-bg_flat_0_aaaaaa_40x100.png
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/css/images/ui-bg_flat_55_fbec88_40x100.png
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/css/images/ui-bg_glass_75_d0e5f5_1x400.png
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/css/images/ui-bg_glass_85_dfeffc_1x400.png
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/css/images/ui-bg_glass_95_fef1ec_1x400.png
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/css/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/css/images/ui-bg_inset-hard_100_f5f8f9_1x100.png
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/css/images/ui-bg_inset-hard_100_fcfdfd_1x100.png
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/css/images/ui-icons_217bc0_256x240.png
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/css/images/ui-icons_2e83ff_256x240.png
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/css/images/ui-icons_469bdd_256x240.png
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/css/images/ui-icons_6da8d5_256x240.png
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/css/images/ui-icons_cd0a0a_256x240.png
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/css/images/ui-icons_d8e7f3_256x240.png
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/css/images/ui-icons_f9bd01_256x240.png
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/css/moodle.css
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/css/visibility.css
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/external/jquery.bgiframe-2.1.1.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/external/jquery.cookie.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/external/jquery.metadata.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/external/qunit.css
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/external/qunit.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/jquery-1.4.3.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/jquery-1.4.3.min.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery-ui-i18n.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-af.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-ar-DZ.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-ar.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-az.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-bg.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-bs.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-ca.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-cs.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-da.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-de.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-el.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-en-AU.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-en-GB.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-en-NZ.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-eo.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-es.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-et.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-eu.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-fa.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-fi.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-fo.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-fr-CH.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-fr.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-gl.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-he.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-hr.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-hu.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-hy.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-id.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-is.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-it.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-ja.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-ko.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-kz.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-lt.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-lv.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-ml.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-ms.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-nl.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-no.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-pl.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-pt-BR.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-pt.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-rm.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-ro.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-ru.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-sk.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-sl.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-sq.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-sr-SR.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-sr.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-sv.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-ta.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-th.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-tj.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-tr.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-uk.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-vi.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-zh-CN.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-zh-HK.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-zh-TW.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/jquery-ui-1.8.11.custom.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/jquery-ui-1.8.5.custom.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/jquery.effects.blind.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/jquery.effects.bounce.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/jquery.effects.clip.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/jquery.effects.core.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/jquery.effects.drop.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/jquery.effects.explode.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/jquery.effects.fade.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/jquery.effects.fold.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/jquery.effects.highlight.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/jquery.effects.pulsate.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/jquery.effects.scale.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/jquery.effects.shake.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/jquery.effects.slide.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/jquery.effects.transfer.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/jquery.ui.accordion.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/jquery.ui.autocomplete.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/jquery.ui.button.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/jquery.ui.core.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/jquery.ui.datepicker.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/jquery.ui.dialog.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/jquery.ui.draggable.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/jquery.ui.droppable.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/jquery.ui.mouse.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/jquery.ui.position.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/jquery.ui.progressbar.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/jquery.ui.resizable.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/jquery.ui.selectable.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/jquery.ui.slider.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/jquery.ui.sortable.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/jquery.ui.tabs.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/jquery.ui.widget.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/minified/jquery.effects.blind.min.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/minified/jquery.effects.bounce.min.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/minified/jquery.effects.clip.min.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/minified/jquery.effects.core.min.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/minified/jquery.effects.drop.min.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/minified/jquery.effects.explode.min.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/minified/jquery.effects.fade.min.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/minified/jquery.effects.fold.min.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/minified/jquery.effects.highlight.min.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/minified/jquery.effects.pulsate.min.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/minified/jquery.effects.scale.min.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/minified/jquery.effects.shake.min.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/minified/jquery.effects.slide.min.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/minified/jquery.effects.transfer.min.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/minified/jquery.ui.accordion.min.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/minified/jquery.ui.autocomplete.min.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/minified/jquery.ui.button.min.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/minified/jquery.ui.core.min.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/minified/jquery.ui.datepicker.min.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/minified/jquery.ui.dialog.min.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/minified/jquery.ui.draggable.min.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/minified/jquery.ui.droppable.min.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/minified/jquery.ui.mouse.min.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/minified/jquery.ui.position.min.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/minified/jquery.ui.progressbar.min.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/minified/jquery.ui.resizable.min.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/minified/jquery.ui.selectable.min.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/minified/jquery.ui.slider.min.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/minified/jquery.ui.sortable.min.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/minified/jquery.ui.tabs.min.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/minified/jquery.ui.widget.min.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/css/images/bg-yellow-bar.gif
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/css/images/ui-bg_flat_0_aaaaaa_40x100.png
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/css/images/ui-bg_flat_55_fbec88_40x100.png
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/css/images/ui-bg_glass_75_d0e5f5_1x400.png
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/css/images/ui-bg_glass_85_dfeffc_1x400.png
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/css/images/ui-bg_glass_95_fef1ec_1x400.png
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/css/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/css/images/ui-bg_inset-hard_100_f5f8f9_1x100.png
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/css/images/ui-bg_inset-hard_100_fcfdfd_1x100.png
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/css/images/ui-icons_217bc0_256x240.png
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/css/images/ui-icons_2e83ff_256x240.png
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/css/images/ui-icons_469bdd_256x240.png
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/css/images/ui-icons_6da8d5_256x240.png
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/css/images/ui-icons_cd0a0a_256x240.png
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/css/images/ui-icons_d8e7f3_256x240.png
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/css/images/ui-icons_f9bd01_256x240.png
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/css/moodle.css
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/css/visibility.css
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/external/jquery.bgiframe-2.1.1.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/external/jquery.cookie.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/external/jquery.metadata.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/external/qunit.css
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/external/qunit.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/jquery-1.4.3.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/jquery-1.4.3.min.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery-ui-i18n.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-af.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-ar-DZ.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-ar.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-az.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-bg.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-bs.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-ca.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-cs.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-da.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-de.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-el.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-en-AU.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-en-GB.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-en-NZ.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-eo.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-es.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-et.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-eu.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-fa.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-fi.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-fo.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-fr-CH.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-fr.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-gl.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-he.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-hr.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-hu.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-hy.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-id.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-is.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-it.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-ja.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-ko.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-kz.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-lt.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-lv.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-ml.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-ms.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-nl.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-no.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-pl.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-pt-BR.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-pt.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-rm.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-ro.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-ru.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-sk.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-sl.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-sq.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-sr-SR.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-sr.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-sv.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-ta.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-th.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-tj.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-tr.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-uk.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-vi.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-zh-CN.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-zh-HK.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/i18n/jquery.ui.datepicker-zh-TW.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/jquery-ui-1.8.11.custom.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/jquery-ui-1.8.5.custom.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/jquery.effects.blind.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/jquery.effects.bounce.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/jquery.effects.clip.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/jquery.effects.core.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/jquery.effects.drop.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/jquery.effects.explode.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/jquery.effects.fade.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/jquery.effects.fold.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/jquery.effects.highlight.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/jquery.effects.pulsate.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/jquery.effects.scale.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/jquery.effects.shake.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/jquery.effects.slide.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/jquery.effects.transfer.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/jquery.ui.accordion.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/jquery.ui.autocomplete.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/jquery.ui.button.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/jquery.ui.core.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/jquery.ui.datepicker.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/jquery.ui.dialog.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/jquery.ui.draggable.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/jquery.ui.droppable.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/jquery.ui.mouse.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/jquery.ui.position.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/jquery.ui.progressbar.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/jquery.ui.resizable.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/jquery.ui.selectable.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/jquery.ui.slider.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/jquery.ui.sortable.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/jquery.ui.tabs.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/jquery.ui.widget.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/minified/jquery.effects.blind.min.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/minified/jquery.effects.bounce.min.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/minified/jquery.effects.clip.min.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/minified/jquery.effects.core.min.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/minified/jquery.effects.drop.min.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/minified/jquery.effects.explode.min.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/minified/jquery.effects.fade.min.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/minified/jquery.effects.fold.min.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/minified/jquery.effects.highlight.min.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/minified/jquery.effects.pulsate.min.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/minified/jquery.effects.scale.min.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/minified/jquery.effects.shake.min.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/minified/jquery.effects.slide.min.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/minified/jquery.effects.transfer.min.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/minified/jquery.ui.accordion.min.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/minified/jquery.ui.autocomplete.min.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/minified/jquery.ui.button.min.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/minified/jquery.ui.core.min.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/minified/jquery.ui.datepicker.min.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/minified/jquery.ui.dialog.min.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/minified/jquery.ui.draggable.min.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/minified/jquery.ui.droppable.min.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/minified/jquery.ui.mouse.min.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/minified/jquery.ui.position.min.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/minified/jquery.ui.progressbar.min.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/minified/jquery.ui.resizable.min.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/minified/jquery.ui.selectable.min.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/minified/jquery.ui.slider.min.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/minified/jquery.ui.sortable.min.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/minified/jquery.ui.tabs.min.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt
mod/offlinequiz/lib/jquery/ui/minified/jquery.ui.widget.min.js
modification to third party library (lib/jquery) without update to lib/thirdpartylibs.xml or lib/jquery/readme_moodle.txt

grunt changes

(1 errors, 0 warnings)

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

Problems running grunt shifter

shifter problems

(10 errors, 0 warnings)

This section shows problems detected by shifter [More info]

mod/offlinequiz/yui/src/util/js/slot.js
contains 3 lint errors
mod/offlinequiz/yui/src/util/js/page.js
contains 5 lint errors
mod/offlinequiz/yui/src/toolboxes/js/section.js
contains 7 lint errors
mod/offlinequiz/yui/src/repaginate/js/repaginate.js
contains 3 lint errors
mod/offlinequiz/yui/src/randomquestion/js/randomquestion.js
contains 2 lint errors
mod/offlinequiz/yui/src/questionchooser/js/questionchooser.js
contains 13 lint errors
mod/offlinequiz/yui/src/offlinequizquestionbank/js/offlinequizquestionbank.js
contains 4 lint errors
mod/offlinequiz/yui/src/offlinequizbase/js/offlinequizbase.js
contains 4 lint errors
mod/offlinequiz/yui/src/dragdrop/js/resource.js
contains 5 lint errors
mod/offlinequiz/yui/src/autosave/js/autosave.js
contains 2 lint errors

Mustache template problems

(0 errors, 0 warnings)

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