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

(2579 errors, 1272 warnings)

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

auth/saml/DBNewConnection.php
(#2) Expected MOODLE_INTERNAL check or config.php inclusion
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) function name "DBNewConnection" must be lower-case letters only
(#2) Line 2 of the opening comment must start "//".
(#2) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#2) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#2) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#2) Line 6 of the opening comment must start "// (at your option) any later version.".
(#2) Line 7 of the opening comment must start "//".
(#2) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#2) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#3) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#3) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#3) Line 12 of the opening comment must start "//".
(#3) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#3) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#4) "require_once" must be immediately followed by an open parenthesis
(#11) Variable "mapping_db" must not contain underscores.
(#12) Variable "mapping_db" must not contain underscores.
(#14) Variable "mapping_db" must not contain underscores.
(#16) Variable "mapping_db" must not contain underscores.
auth/saml/auth.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 "//".
(#3) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#3) 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/>.".
(#16) Expected 1 space(s) before asterisk; 0 found
(#19) Inline comments must end in full-stops, exclamation marks, or question marks
(#19) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#26) Expected 1 space(s) before asterisk; 0 found
(#30) Expected 5 space(s) before asterisk; 4 found
(#31) Expected 5 space(s) before asterisk; 4 found
(#32) Visibility must be declared on method "__construct"
(#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
(#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
(#38) Expected 5 space(s) before asterisk; 4 found
(#39) Expected 5 space(s) before asterisk; 4 found
(#40) Expected 5 space(s) before asterisk; 4 found
(#41) Expected 5 space(s) before asterisk; 4 found
(#42) Expected 5 space(s) before asterisk; 4 found
(#43) Expected 5 space(s) before asterisk; 4 found
(#44) Expected 5 space(s) before asterisk; 4 found
(#45) Visibility must be declared on method "user_login"
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Inline comments must start with a capital letter, digit or 3-dots sequence
(#47) Inline comments must end in full-stops, exclamation marks, or question marks
(#47) Line indented incorrectly; expected at least 8 spaces, found 5
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected 8 spaces, found 5
(#48) Expected "if (...) {\n"; found "if(...) {\n"
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected at least 12 spaces, found 9
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected at least 12 spaces, found 9
(#50) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#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 5
(#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 5
(#53) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#58) Expected 5 space(s) before asterisk; 4 found
(#59) Expected 5 space(s) before asterisk; 4 found
(#60) Expected 5 space(s) before asterisk; 4 found
(#61) Expected 5 space(s) before asterisk; 4 found
(#62) Expected 5 space(s) before asterisk; 4 found
(#63) Visibility must be declared on method "get_userinfo"
(#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 5
(#65) Expected "if (...) {\n"; found "if(...) {\n"
(#65) Variable "login_attributes" must not contain underscores.
(#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 9
(#67) Spaces must be used to indent lines; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected at least 12 spaces, found 9
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected 12 spaces, found 9
(#70) Spaces must be used to indent lines; tabs are not allowed
(#70) Tab found within whitespace
(#70) Line indented incorrectly; expected 16 spaces, found 10
(#70) Expected "if (...) {\n"; found "if(...) {\n"
(#70) Variable "login_attributes" must not contain underscores.
(#70) Variable "login_attributes" must not contain underscores.
(#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 14
(#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 10
(#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 14
(#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 10
(#75) Spaces must be used to indent lines; tabs are not allowed
(#75) Tab found within whitespace
(#75) Line indented incorrectly; expected 12 spaces, found 9
(#77) Spaces must be used to indent lines; tabs are not allowed
(#77) Tab found within whitespace
(#77) Line indented incorrectly; expected at least 12 spaces, found 9
(#79) Spaces must be used to indent lines; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected at least 12 spaces, found 9
(#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 9
(#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 5
(#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 5
(#83) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#89) Visibility must be declared on method "get_attributes"
(#92) Expected "if (...) {\n"; found "if(...) {\n"
(#95) Expected "} else {\n"; found "}\n else {\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 12 spaces, found 7
(#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 7
(#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 9
(#115) Expected 5 space(s) before asterisk; 4 found
(#116) Expected 5 space(s) before asterisk; 4 found
(#117) Expected 5 space(s) before asterisk; 4 found
(#118) Expected 5 space(s) before asterisk; 4 found
(#119) Visibility must be declared on method "is_internal"
(#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 5
(#124) Expected 5 space(s) before asterisk; 4 found
(#125) Expected 5 space(s) before asterisk; 4 found
(#126) Expected 5 space(s) before asterisk; 4 found
(#127) Expected 5 space(s) before asterisk; 4 found
(#128) Expected 5 space(s) before asterisk; 4 found
(#129) Visibility must be declared on method "can_change_password"
(#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 5
(#133) Visibility must be declared on method "pre_loginpage_hook"
(#134) Inline comments must end in full-stops, exclamation marks, or question marks
(#142) Visibility must be declared on method "loginpage_hook"
(#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 5
(#149) Spaces must be used to indent lines; tabs are not allowed
(#149) Tab found within whitespace
(#149) Inline comments must end in full-stops, exclamation marks, or question marks
(#149) Line indented incorrectly; expected at least 8 spaces, found 5
(#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 5
(#153) Visibility must be declared on method "logoutpage_hook"
(#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 5
(#156) Expected "if (...) {\n"; found "if(...) {\n"
(#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 9
(#158) Spaces must be used to indent lines; tabs are not allowed
(#158) Tab found within whitespace
(#158) Line indented incorrectly; expected at least 12 spaces, found 9
(#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 9
(#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 5
(#164) Expected 5 space(s) before asterisk; 4 found
(#165) Expected 5 space(s) before asterisk; 4 found
(#166) Expected 5 space(s) before asterisk; 4 found
(#167) Expected 5 space(s) before asterisk; 4 found
(#168) Expected 5 space(s) before asterisk; 4 found
(#169) Expected 5 space(s) before asterisk; 4 found
(#170) Expected 5 space(s) before asterisk; 4 found
(#172) Visibility must be declared on method "config_form"
(#172) Variable "user_fields" must not contain underscores.
(#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 5
(#177) Variable "table_course_mapping" must not contain underscores.
(#178) Variable "table_role_mapping" must not contain underscores.
(#178) Whitespace found at end of line
(#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 5
(#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 12 spaces, found 9
(#181) Expected "if (...) {\n"; found "if(...) {\n"
(#181) Variable "table_course_mapping" 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 at least 16 spaces, found 10
(#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 9
(#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 9
(#184) Expected "if (...) {\n"; found "if(...) {\n"
(#184) Variable "table_role_mapping" 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 16 spaces, found 10
(#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 9
(#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 5
(#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 5
(#189) Variable "course_mapping" must not contain underscores.
(#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 5
(#190) Variable "role_mapping" must not contain underscores.
(#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 5
(#191) Expected "if (...) {\n"; found "if(...) {\n"
(#191) Variable "table_course_mapping" must not contain underscores.
(#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 9
(#192) "require_once" must be immediately followed by an open parenthesis
(#193) Spaces must be used to indent lines; tabs are not allowed
(#193) Tab found within whitespace
(#193) Line indented incorrectly; expected at least 12 spaces, found 9
(#193) Variable "course_mapping" must not contain underscores.
(#194) Spaces must be used to indent lines; tabs are not allowed
(#194) Tab found within whitespace
(#194) Line indented incorrectly; expected 8 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 8 spaces, found 5
(#195) Expected "if (...) {\n"; found "if(...) {\n"
(#195) Variable "table_role_mapping" must not contain underscores.
(#196) Spaces must be used to indent lines; tabs are not allowed
(#196) Tab found within whitespace
(#196) Line indented incorrectly; expected at least 12 spaces, found 9
(#196) "require_once" must be immediately followed by an open parenthesis
(#197) Spaces must be used to indent lines; tabs are not allowed
(#197) Tab found within whitespace
(#197) Line indented incorrectly; expected at least 12 spaces, found 9
(#197) Variable "role_mapping" must not contain underscores.
(#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 5
(#199) Spaces must be used to indent lines; tabs are not allowed
(#199) Tab found within whitespace
(#199) Expected login check (require_login, require_course_login, admin_externalpage_setup) following config inclusion. None found.
(#199) Line indented incorrectly; expected at least 8 spaces, found 5
(#199) "require_once" must be immediately followed by an open parenthesis
(#206) Visibility must be declared on method "validate_form"
(#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 5
(#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 12 spaces, found 9
(#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 10
(#211) Spaces must be used to indent lines; tabs are not allowed
(#211) Tab found within whitespace
(#211) Line indented incorrectly; expected 12 spaces, found 9
(#214) Line exceeds 132 characters; contains 133 characters
(#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 10
(#216) Spaces must be used to indent lines; tabs are not allowed
(#216) Tab found within whitespace
(#216) Line indented incorrectly; expected 12 spaces, found 9
(#216) Closing brace indented incorrectly; expected 12 spaces, found 9
(#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 9
(#219) Spaces must be used to indent lines; tabs are not allowed
(#219) Tab found within whitespace
(#219) Line indented incorrectly; expected 16 spaces, found 10
(#219) Line exceeds 132 characters; contains 176 characters
(#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 20 spaces, found 14
(#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 10
(#221) Spaces must be used for alignment; tabs are not allowed
(#221) Tab found within whitespace
(#221) Whitespace found at end of line
(#222) Spaces must be used for alignment; tabs are not allowed
(#222) Tab found within whitespace
(#222) Line indented incorrectly; expected 12 spaces, found 9
(#223) Spaces must be used for alignment; tabs are not allowed
(#223) Tab found within whitespace
(#223) Line indented incorrectly; expected at least 12 spaces, found 9
(#223) Expected "} else if (...) {\n"; found "}\n\t else if(...) {\n"
(#223) Expected "if (...) {\n"; found "if(...) {\n"
(#225) Spaces must be used for alignment; tabs are not allowed
(#225) Tab found within whitespace
(#225) Line indented incorrectly; expected 16 spaces, found 10
(#225) Expected "if (...) {\n"; found "if(...) {\n"
(#226) Spaces must be used for alignment; tabs are not allowed
(#226) Tab found within whitespace
(#226) Line indented incorrectly; expected at least 20 spaces, found 14
(#226) Variable "lms_course_form_id" must not contain underscores.
(#227) Spaces must be used for alignment; tabs are not allowed
(#227) Tab found within whitespace
(#227) Line indented incorrectly; expected at least 20 spaces, found 14
(#227) Variable "saml_course_form_id" must not contain underscores.
(#228) Spaces must be used for alignment; tabs are not allowed
(#228) Tab found within whitespace
(#228) Line indented incorrectly; expected 20 spaces, found 14
(#229) Spaces must be used for alignment; tabs are not allowed
(#229) Tab found within whitespace
(#229) Line indented incorrectly; expected 24 spaces, found 15
(#229) Variable "course_id" must not contain underscores.
(#230) Spaces must be used for alignment; tabs are not allowed
(#230) Tab found within whitespace
(#230) Line indented incorrectly; expected at least 28 spaces, found 19
(#230) Variable "course_id" must not contain underscores.
(#231) Spaces must be used for alignment; tabs are not allowed
(#231) Tab found within whitespace
(#231) Line indented incorrectly; expected 28 spaces, found 19
(#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 32 spaces, found 20
(#232) Variable "lms_course_form_id" must not contain underscores.
(#232) Variable "course_id" must not contain underscores.
(#233) Spaces must be used for alignment; tabs are not allowed
(#233) Tab found within whitespace
(#233) Line indented incorrectly; expected at least 32 spaces, found 20
(#233) Variable "saml_course_form_id" must not contain underscores.
(#233) Variable "course_id" must not contain underscores.
(#234) Spaces must be used for alignment; tabs are not allowed
(#234) Tab found within whitespace
(#234) Line indented incorrectly; expected 28 spaces, found 19
(#235) Spaces must be used for alignment; tabs are not allowed
(#235) Tab found within whitespace
(#235) Line indented incorrectly; expected 28 spaces, found 19
(#235) Expected "} else {\n"; found "}\n\t\t\t else {\n"
(#236) Spaces must be used for alignment; tabs are not allowed
(#236) Tab found within whitespace
(#236) Line indented incorrectly; expected at least 32 spaces, found 20
(#236) Variable "course_id" must not contain underscores.
(#237) Spaces must be used for alignment; tabs are not allowed
(#237) Tab found within whitespace
(#237) Line indented incorrectly; expected 28 spaces, found 19
(#238) Spaces must be used for alignment; tabs are not allowed
(#238) Tab found within whitespace
(#238) Line indented incorrectly; expected 24 spaces, found 15
(#239) Spaces must be used for alignment; tabs are not allowed
(#239) Tab found within whitespace
(#239) Line indented incorrectly; expected 20 spaces, found 14
(#240) Spaces must be used for alignment; tabs are not allowed
(#240) Tab found within whitespace
(#240) Line indented incorrectly; expected 20 spaces, found 14
(#241) Spaces must be used for alignment; tabs are not allowed
(#241) Tab found within whitespace
(#241) Line indented incorrectly; expected 24 spaces, found 15
(#242) Spaces must be used for alignment; tabs are not allowed
(#242) Tab found within whitespace
(#242) Line indented incorrectly; expected at least 28 spaces, found 19
(#242) Variable "new_course" must not contain underscores.
(#243) Spaces must be used for alignment; tabs are not allowed
(#243) Tab found within whitespace
(#243) Line indented incorrectly; expected 28 spaces, found 19
(#243) Variable "new_course" must not contain underscores.
(#243) Variable "new_course" must not contain underscores.
(#244) Spaces must be used for alignment; tabs are not allowed
(#244) Tab found within whitespace
(#244) Line indented incorrectly; expected at least 32 spaces, found 20
(#244) Variable "lms_course_form_id" must not contain underscores.
(#244) Variable "new_course" must not contain underscores.
(#245) Spaces must be used for alignment; tabs are not allowed
(#245) Tab found within whitespace
(#245) Line indented incorrectly; expected at least 32 spaces, found 20
(#245) Variable "saml_course_form_id" must not contain underscores.
(#245) Variable "new_course" must not contain underscores.
(#245) Variable "new_course" 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 28 spaces, found 19
(#247) Spaces must be used for alignment; tabs are not allowed
(#247) Tab found within whitespace
(#247) Line indented incorrectly; expected 24 spaces, found 15
(#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 20 spaces, found 14
(#249) Spaces must be used for alignment; tabs are not allowed
(#249) Tab found within whitespace
(#249) Inline comments must end in full-stops, exclamation marks, or question marks
(#249) Line indented incorrectly; expected at least 20 spaces, found 14
(#249) No space found before comment text; expected "// Comment the next line if you want let duplicate lms mapping" but found "//Comment the next line if you want let duplicate lms mapping"
(#250) Spaces must be used for alignment; tabs are not allowed
(#250) Tab found within whitespace
(#250) Line indented incorrectly; expected at least 20 spaces, found 14
(#250) Variable "lms_course_form_id" must not contain underscores.
(#250) Variable "lms_course_form_id" must not contain underscores.
(#252) Spaces must be used for alignment; tabs are not allowed
(#252) Tab found within whitespace
(#252) Line indented incorrectly; expected at least 20 spaces, found 14
(#252) Variable "saml_course_form_id" must not contain underscores.
(#252) Variable "saml_course_form_id" must not contain underscores.
(#253) Spaces must be used for alignment; tabs are not allowed
(#253) Tab found within whitespace
(#253) Line indented incorrectly; expected 20 spaces, found 14
(#254) Spaces must be used for alignment; tabs are not allowed
(#254) Tab found within whitespace
(#254) Line indented incorrectly; expected at least 24 spaces, found 15
(#255) Spaces must be used for alignment; tabs are not allowed
(#255) Tab found within whitespace
(#255) Line indented incorrectly; expected 20 spaces, found 14
(#256) Spaces must be used for alignment; tabs are not allowed
(#256) Tab found within whitespace
(#256) Line indented incorrectly; expected 16 spaces, found 10
(#258) Spaces must be used for alignment; tabs are not allowed
(#258) Tab found within whitespace
(#258) Line indented incorrectly; expected 16 spaces, found 10
(#258) Expected "if (...) {\n"; found "if(...) {\n"
(#259) Spaces must be used for alignment; tabs are not allowed
(#259) Tab found within whitespace
(#259) Line indented incorrectly; expected at least 20 spaces, found 14
(#259) Variable "lms_role_form_id" must not contain underscores.
(#260) Spaces must be used for alignment; tabs are not allowed
(#260) Tab found within whitespace
(#260) Line indented incorrectly; expected at least 20 spaces, found 14
(#260) Variable "saml_role_form_id" 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 20 spaces, found 14
(#262) Spaces must be used for alignment; tabs are not allowed
(#262) Tab found within whitespace
(#262) Line indented incorrectly; expected 24 spaces, found 11
(#262) Variable "role_id" must not contain underscores.
(#263) Spaces must be used for alignment; tabs are not allowed
(#263) Tab found within whitespace
(#263) Line indented incorrectly; expected at least 28 spaces, found 15
(#263) Variable "role_id" must not contain underscores.
(#264) Spaces must be used for alignment; tabs are not allowed
(#264) Tab found within whitespace
(#264) Line indented incorrectly; expected 28 spaces, found 15
(#265) Spaces must be used for alignment; tabs are not allowed
(#265) Tab found within whitespace
(#265) Line indented incorrectly; expected at least 32 spaces, found 16
(#265) Variable "lms_role_form_id" must not contain underscores.
(#266) Spaces must be used for alignment; tabs are not allowed
(#266) Tab found within whitespace
(#266) Line indented incorrectly; expected at least 32 spaces, found 16
(#266) Variable "saml_role_form_id" must not contain underscores.
(#267) Spaces must be used for alignment; tabs are not allowed
(#267) Tab found within whitespace
(#267) Line indented incorrectly; expected 28 spaces, found 15
(#268) Spaces must be used for alignment; tabs are not allowed
(#268) Tab found within whitespace
(#268) Line indented incorrectly; expected 28 spaces, found 15
(#268) Expected "} else {\n"; found "}\n\t\t\t else {\n"
(#269) Spaces must be used for alignment; tabs are not allowed
(#269) Tab found within whitespace
(#269) Line indented incorrectly; expected 32 spaces, found 16
(#269) Expected "if (...) {\n"; found "if(...) {\n"
(#270) Spaces must be used for alignment; tabs are not allowed
(#270) Tab found within whitespace
(#270) Line indented incorrectly; expected at least 36 spaces, found 20
(#270) Variable "role_id" must not contain underscores.
(#271) Spaces must be used for alignment; tabs are not allowed
(#271) Tab found within whitespace
(#271) Line indented incorrectly; expected 32 spaces, found 16
(#272) Spaces must be used for alignment; tabs are not allowed
(#272) Tab found within whitespace
(#272) Line indented incorrectly; expected 28 spaces, found 15
(#273) Spaces must be used for alignment; tabs are not allowed
(#273) Tab found within whitespace
(#273) Line indented incorrectly; expected 24 spaces, found 11
(#274) Spaces must be used for alignment; tabs are not allowed
(#274) Tab found within whitespace
(#274) Line indented incorrectly; expected 20 spaces, found 14
(#275) Spaces must be used for alignment; tabs are not allowed
(#275) Tab found within whitespace
(#275) Line indented incorrectly; expected 20 spaces, found 14
(#276) Spaces must be used for alignment; tabs are not allowed
(#276) Tab found within whitespace
(#276) Line indented incorrectly; expected 24 spaces, found 15
(#276) Expected 1 space before "="; 0 found
(#276) Expected 1 space after "="; 0 found
(#277) Spaces must be used for alignment; tabs are not allowed
(#277) Tab found within whitespace
(#277) Line indented incorrectly; expected at least 28 spaces, found 19
(#277) Variable "new_course" must not contain underscores.
(#278) Spaces must be used for alignment; tabs are not allowed
(#278) Tab found within whitespace
(#278) Line indented incorrectly; expected 28 spaces, found 19
(#278) Variable "new_role" must not contain underscores.
(#279) Spaces must be used for alignment; tabs are not allowed
(#279) Tab found within whitespace
(#279) Line indented incorrectly; expected at least 32 spaces, found 20
(#279) Variable "lms_role_form_id" must not contain underscores.
(#279) Variable "new_role" must not contain underscores.
(#280) Spaces must be used for alignment; tabs are not allowed
(#280) Tab found within whitespace
(#280) Line indented incorrectly; expected at least 32 spaces, found 20
(#280) Variable "saml_role_form_id" must not contain underscores.
(#280) Variable "new_role" must not contain underscores.
(#281) Spaces must be used for alignment; tabs are not allowed
(#281) Tab found within whitespace
(#281) Line indented incorrectly; expected 28 spaces, found 19
(#282) Spaces must be used for alignment; tabs are not allowed
(#282) Tab found within whitespace
(#282) Line indented incorrectly; expected 24 spaces, found 15
(#283) Spaces must be used for alignment; tabs are not allowed
(#283) Tab found within whitespace
(#283) Line indented incorrectly; expected 20 spaces, found 14
(#284) Spaces must be used for alignment; tabs are not allowed
(#284) Tab found within whitespace
(#284) Inline comments must start with a capital letter, digit or 3-dots sequence
(#284) Inline comments must end in full-stops, exclamation marks, or question marks
(#284) This comment is 72% valid code; is this commented out code?
(#284) Line indented incorrectly; expected at least 20 spaces, found 14
(#284) No space found before comment text; expected "// $err['role_mapping']['lms'] = array_diff_key($lms_role_form_id, array_unique($lms_role_form_id));" but found "//$err['role_mapping']['lms'] = array_diff_key($lms_role_form_id, array_unique($lms_role_form_id));"
(#285) Spaces must be used for alignment; tabs are not allowed
(#285) Tab found within whitespace
(#285) Line indented incorrectly; expected at least 20 spaces, found 14
(#285) Variable "saml_role_form_id" must not contain underscores.
(#285) Variable "saml_role_form_id" must not contain underscores.
(#286) Spaces must be used for alignment; tabs are not allowed
(#286) Tab found within whitespace
(#286) Line indented incorrectly; expected 16 spaces, found 10
(#288) Spaces must be used for alignment; tabs are not allowed
(#288) Tab found within whitespace
(#288) Line indented incorrectly; expected 16 spaces, found 10
(#289) Spaces must be used for alignment; tabs are not allowed
(#289) Tab found within whitespace
(#289) Line indented incorrectly; expected at least 20 spaces, found 14
(#290) Spaces must be used for alignment; tabs are not allowed
(#290) Tab found within whitespace
(#290) Line indented incorrectly; expected 16 spaces, found 10
(#291) Closing brace indented incorrectly; expected 9 spaces, found 12
(#292) Spaces must be used for alignment; tabs are not allowed
(#292) Tab found within whitespace
(#292) Line indented incorrectly; expected 8 spaces, found 5
(#296) Expected 5 space(s) before asterisk; 4 found
(#297) Expected 5 space(s) before asterisk; 4 found
(#298) Expected 5 space(s) before asterisk; 4 found
(#299) Expected 5 space(s) before asterisk; 4 found
(#300) Expected 5 space(s) before asterisk; 4 found
(#301) Visibility must be declared on method "process_config"
(#306) Spaces must be used for alignment; tabs are not allowed
(#306) Tab found within whitespace
(#306) Line indented incorrectly; expected 8 spaces, found 5
(#306) Expected "if (...) {\n"; found "if(...) {\n"
(#307) Spaces must be used for alignment; tabs are not allowed
(#307) Tab found within whitespace
(#307) Line indented incorrectly; expected at least 12 spaces, found 9
(#308) Expected "try {\n...} catch (...) {\n"; found "try {\n...}\n catch (...) {\n"
(#309) Spaces must be used for alignment; tabs are not allowed
(#309) Tab found within whitespace
(#309) Line indented incorrectly; expected at least 16 spaces, found 13
(#313) Spaces must be used for alignment; tabs are not allowed
(#313) Tab found within whitespace
(#313) Line indented incorrectly; expected at least 16 spaces, found 10
(#314) Spaces must be used for alignment; tabs are not allowed
(#314) Tab found within whitespace
(#314) Line indented incorrectly; expected 12 spaces, found 9
(#314) Closing brace indented incorrectly; expected 12 spaces, found 9
(#315) Spaces must be used for alignment; tabs are not allowed
(#315) Tab found within whitespace
(#315) Line indented incorrectly; expected at least 12 spaces, found 9
(#316) Spaces must be used for alignment; tabs are not allowed
(#316) Tab found within whitespace
(#316) Line indented incorrectly; expected at least 12 spaces, found 9
(#317) Spaces must be used for alignment; tabs are not allowed
(#317) Tab found within whitespace
(#317) Line indented incorrectly; expected 8 spaces, found 5
(#319) Spaces must be used for alignment; tabs are not allowed
(#319) Tab found within whitespace
(#319) Line indented incorrectly; expected 8 spaces, found 5
(#319) Expected "if (...) {\n"; found "if(...) {\n"
(#320) Spaces must be used for alignment; tabs are not allowed
(#320) Tab found within whitespace
(#320) Line indented incorrectly; expected at least 12 spaces, found 9
(#321) Spaces must be used for alignment; tabs are not allowed
(#321) Tab found within whitespace
(#321) Line indented incorrectly; expected at least 12 spaces, found 9
(#322) Spaces must be used for alignment; tabs are not allowed
(#322) Tab found within whitespace
(#322) Line indented incorrectly; expected at least 12 spaces, found 9
(#323) Spaces must be used for alignment; tabs are not allowed
(#323) Tab found within whitespace
(#323) Line indented incorrectly; expected at least 12 spaces, found 9
(#324) Spaces must be used for alignment; tabs are not allowed
(#324) Tab found within whitespace
(#324) Line indented incorrectly; expected 8 spaces, found 5
(#328) Variable "saml_param" must not contain underscores.
(#330) Spaces must be used for alignment; tabs are not allowed
(#330) Tab found within whitespace
(#330) Line indented incorrectly; expected 8 spaces, found 5
(#331) Spaces must be used for alignment; tabs are not allowed
(#331) Tab found within whitespace
(#331) Line indented incorrectly; expected at least 12 spaces, found 9
(#331) Variable "saml_param" must not contain underscores.
(#332) Spaces must be used for alignment; tabs are not allowed
(#332) Tab found within whitespace
(#332) Line indented incorrectly; expected 8 spaces, found 5
(#333) Expected "} else {\n"; found "}\n else {\n"
(#334) Variable "saml_param" must not contain underscores.
(#336) Spaces must be used for alignment; tabs are not allowed
(#336) Tab found within whitespace
(#336) Line indented incorrectly; expected 8 spaces, found 5
(#337) Spaces must be used for alignment; tabs are not allowed
(#337) Tab found within whitespace
(#337) Line indented incorrectly; expected at least 12 spaces, found 9
(#337) Variable "saml_param" must not contain underscores.
(#338) Spaces must be used for alignment; tabs are not allowed
(#338) Tab found within whitespace
(#338) Line indented incorrectly; expected 8 spaces, found 5
(#339) Expected "} else {\n"; found "}\n else {\n"
(#340) Variable "saml_param" must not contain underscores.
(#342) Spaces must be used for alignment; tabs are not allowed
(#342) Tab found within whitespace
(#342) Line indented incorrectly; expected 8 spaces, found 5
(#343) Spaces must be used for alignment; tabs are not allowed
(#343) Tab found within whitespace
(#343) Line indented incorrectly; expected at least 12 spaces, found 9
(#343) Variable "saml_param" must not contain underscores.
(#344) Spaces must be used for alignment; tabs are not allowed
(#344) Tab found within whitespace
(#344) Line indented incorrectly; expected 8 spaces, found 5
(#345) Expected "} else {\n"; found "}\n else {\n"
(#346) Variable "saml_param" must not contain underscores.
(#349) Spaces must be used for alignment; tabs are not allowed
(#349) Tab found within whitespace
(#349) Inline comments must start with a capital letter, digit or 3-dots sequence
(#349) Inline comments must end in full-stops, exclamation marks, or question marks
(#349) Line indented incorrectly; expected at least 8 spaces, found 5
(#350) Spaces must be used for alignment; tabs are not allowed
(#350) Tab found within whitespace
(#350) Line indented incorrectly; expected 8 spaces, found 5
(#351) Spaces must be used for alignment; tabs are not allowed
(#351) Tab found within whitespace
(#351) Line indented incorrectly; expected at least 12 spaces, found 9
(#352) Spaces must be used for alignment; tabs are not allowed
(#352) Tab found within whitespace
(#352) Line indented incorrectly; expected 8 spaces, found 5
(#354) Spaces must be used for alignment; tabs are not allowed
(#354) Tab found within whitespace
(#354) Line indented incorrectly; expected at least 12 spaces, found 9
(#355) Spaces must be used for alignment; tabs are not allowed
(#355) Tab found within whitespace
(#355) Line indented incorrectly; expected 8 spaces, found 5
(#355) Closing brace indented incorrectly; expected 8 spaces, found 5
(#356) Spaces must be used for alignment; tabs are not allowed
(#356) Tab found within whitespace
(#356) Line indented incorrectly; expected 8 spaces, found 5
(#357) Spaces must be used for alignment; tabs are not allowed
(#357) Tab found within whitespace
(#357) Line indented incorrectly; expected at least 12 spaces, found 9
(#358) Spaces must be used for alignment; tabs are not allowed
(#358) Tab found within whitespace
(#358) Line indented incorrectly; expected 8 spaces, found 5
(#359) Spaces must be used for alignment; tabs are not allowed
(#359) Tab found within whitespace
(#359) Line indented incorrectly; expected 8 spaces, found 5
(#360) Spaces must be used for alignment; tabs are not allowed
(#360) Tab found within whitespace
(#360) Line indented incorrectly; expected at least 12 spaces, found 9
(#361) Spaces must be used for alignment; tabs are not allowed
(#361) Tab found within whitespace
(#361) Line indented incorrectly; expected 8 spaces, found 5
(#362) Spaces must be used for alignment; tabs are not allowed
(#362) Tab found within whitespace
(#362) Line indented incorrectly; expected 8 spaces, found 5
(#362) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#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 9
(#364) Spaces must be used for alignment; tabs are not allowed
(#364) Tab found within whitespace
(#364) Line indented incorrectly; expected 8 spaces, found 5
(#365) Spaces must be used for alignment; tabs are not allowed
(#365) Tab found within whitespace
(#365) Line indented incorrectly; expected 8 spaces, found 5
(#366) Spaces must be used for alignment; tabs are not allowed
(#366) Tab found within whitespace
(#366) Line indented incorrectly; expected at least 12 spaces, found 9
(#367) Spaces must be used for alignment; tabs are not allowed
(#367) Tab found within whitespace
(#367) Line indented incorrectly; expected 8 spaces, found 5
(#368) Spaces must be used for alignment; tabs are not allowed
(#368) Tab found within whitespace
(#368) Line indented incorrectly; expected 8 spaces, found 5
(#368) Whitespace found at end of line
(#369) Whitespace found at end of line
(#370) Closing brace indented incorrectly; expected 5 spaces, found 8
(#371) Spaces must be used for alignment; tabs are not allowed
(#371) Tab found within whitespace
(#371) Line indented incorrectly; expected 8 spaces, found 5
(#372) Spaces must be used for alignment; tabs are not allowed
(#372) Tab found within whitespace
(#372) Line indented incorrectly; expected at least 12 spaces, found 9
(#373) Spaces must be used for alignment; tabs are not allowed
(#373) Tab found within whitespace
(#373) Line indented incorrectly; expected 8 spaces, found 5
(#377) Spaces must be used for alignment; tabs are not allowed
(#377) Tab found within whitespace
(#377) Line indented incorrectly; expected 8 spaces, found 5
(#378) Spaces must be used for alignment; tabs are not allowed
(#378) Tab found within whitespace
(#378) Line indented incorrectly; expected at least 12 spaces, found 9
(#379) Spaces must be used for alignment; tabs are not allowed
(#379) Tab found within whitespace
(#379) Line indented incorrectly; expected 8 spaces, found 5
(#380) Spaces must be used for alignment; tabs are not allowed
(#380) Tab found within whitespace
(#380) Line indented incorrectly; expected 8 spaces, found 5
(#381) Spaces must be used for alignment; tabs are not allowed
(#381) Tab found within whitespace
(#381) Line indented incorrectly; expected at least 12 spaces, found 9
(#382) Spaces must be used for alignment; tabs are not allowed
(#382) Tab found within whitespace
(#382) Line indented incorrectly; expected 8 spaces, found 5
(#383) Spaces must be used for alignment; tabs are not allowed
(#383) Tab found within whitespace
(#383) Line indented incorrectly; expected 8 spaces, found 5
(#384) Spaces must be used for alignment; tabs are not allowed
(#384) Tab found within whitespace
(#384) Line indented incorrectly; expected at least 12 spaces, found 9
(#384) Whitespace found at end of line
(#385) Spaces must be used for alignment; tabs are not allowed
(#385) Tab found within whitespace
(#385) Line indented incorrectly; expected 8 spaces, found 5
(#386) Spaces must be used for alignment; tabs are not allowed
(#386) Tab found within whitespace
(#386) Line indented incorrectly; expected 8 spaces, found 5
(#387) Spaces must be used for alignment; tabs are not allowed
(#387) Tab found within whitespace
(#387) Line indented incorrectly; expected at least 12 spaces, found 9
(#387) Whitespace found at end of line
(#388) Spaces must be used for alignment; tabs are not allowed
(#388) Tab found within whitespace
(#388) Line indented incorrectly; expected 8 spaces, found 5
(#389) Spaces must be used for alignment; tabs are not allowed
(#389) Tab found within whitespace
(#389) Line indented incorrectly; expected 8 spaces, found 5
(#390) Spaces must be used for alignment; tabs are not allowed
(#390) Tab found within whitespace
(#390) Line indented incorrectly; expected at least 12 spaces, found 9
(#390) Whitespace found at end of line
(#391) Spaces must be used for alignment; tabs are not allowed
(#391) Tab found within whitespace
(#391) Line indented incorrectly; expected 8 spaces, found 5
(#392) Spaces must be used for alignment; tabs are not allowed
(#392) Tab found within whitespace
(#392) Line indented incorrectly; expected 8 spaces, found 5
(#393) Spaces must be used for alignment; tabs are not allowed
(#393) Tab found within whitespace
(#393) Line indented incorrectly; expected at least 12 spaces, found 9
(#393) Whitespace found at end of line
(#394) Spaces must be used for alignment; tabs are not allowed
(#394) Tab found within whitespace
(#394) Line indented incorrectly; expected 8 spaces, found 5
(#395) Line indented incorrectly; expected 8 spaces, found 12
(#397) Line indented incorrectly; expected 8 spaces, found 12
(#399) Inline comments must end in full-stops, exclamation marks, or question marks
(#400) Spaces must be used for alignment; tabs are not allowed
(#400) Tab found within whitespace
(#400) Line indented incorrectly; expected at least 8 spaces, found 5
(#400) Variable "saml_param_encoded" must not contain underscores.
(#400) Variable "saml_param" must not contain underscores.
(#401) Variable "saml_param_encoded" must not contain underscores.
(#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 5
(#404) Spaces must be used for alignment; tabs are not allowed
(#404) Tab found within whitespace
(#404) Variable "saml_param" must not contain underscores.
(#404) Spaces must be used for alignment; tabs are not allowed
(#404) Tab found within whitespace
(#405) Spaces must be used for alignment; tabs are not allowed
(#405) Tab found within whitespace
(#405) Line indented incorrectly; expected at least 8 spaces, found 5
(#405) Variable "saml_param" must not contain underscores.
(#405) Spaces must be used for alignment; tabs are not allowed
(#405) Tab found within whitespace
(#406) Spaces must be used for alignment; tabs are not allowed
(#406) Tab found within whitespace
(#406) Line indented incorrectly; expected at least 8 spaces, found 5
(#406) Variable "saml_param" must not contain underscores.
(#406) Spaces must be used for alignment; tabs are not allowed
(#406) Tab found within whitespace
(#408) Inline comments must end in full-stops, exclamation marks, or question marks
(#409) Spaces must be used for alignment; tabs are not allowed
(#409) Tab found within whitespace
(#409) Line indented incorrectly; expected at least 8 spaces, found 5
(#409) Spaces must be used for alignment; tabs are not allowed
(#409) Tab found within whitespace
(#409) Spaces must be used for alignment; tabs are not allowed
(#409) Tab found within whitespace
(#410) Spaces must be used for alignment; tabs are not allowed
(#410) Tab found within whitespace
(#410) Line indented incorrectly; expected at least 8 spaces, found 5
(#410) Spaces must be used for alignment; tabs are not allowed
(#410) Tab found within whitespace
(#411) Spaces must be used for alignment; tabs are not allowed
(#411) Tab found within whitespace
(#411) Line indented incorrectly; expected at least 8 spaces, found 5
(#411) Spaces must be used for alignment; tabs are not allowed
(#411) Tab found within whitespace
(#412) Spaces must be used for alignment; tabs are not allowed
(#412) Tab found within whitespace
(#412) Line indented incorrectly; expected at least 8 spaces, found 5
(#412) Spaces must be used for alignment; tabs are not allowed
(#412) Tab found within whitespace
(#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 5
(#413) Spaces must be used for alignment; tabs are not allowed
(#413) Tab found within whitespace
(#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 5
(#414) Spaces must be used for alignment; tabs are not allowed
(#414) Tab found within whitespace
(#415) Spaces must be used for alignment; tabs are not allowed
(#415) Tab found within whitespace
(#415) Line indented incorrectly; expected at least 8 spaces, found 5
(#416) Spaces must be used for alignment; tabs are not allowed
(#416) Tab found within whitespace
(#416) Line indented incorrectly; expected at least 8 spaces, found 5
(#416) Spaces must be used for alignment; tabs are not allowed
(#416) Tab found within whitespace
(#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 5
(#417) Spaces must be used for alignment; tabs are not allowed
(#417) Tab found within whitespace
(#418) Spaces must be used for alignment; tabs are not allowed
(#418) Tab found within whitespace
(#418) Line indented incorrectly; expected at least 8 spaces, found 5
(#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 5
(#422) Spaces must be used for alignment; tabs are not allowed
(#422) Tab found within whitespace
(#422) Line indented incorrectly; expected 8 spaces, found 5
(#422) Expected "if (...) {\n"; found "if(...) {\n"
(#423) Spaces must be used for alignment; tabs are not allowed
(#423) Tab found within whitespace
(#423) Line indented incorrectly; expected at least 12 spaces, found 9
(#423) Spaces must be used for alignment; tabs are not allowed
(#423) Tab found within whitespace
(#424) Spaces must be used for alignment; tabs are not allowed
(#424) Tab found within whitespace
(#424) Line indented incorrectly; expected at least 12 spaces, found 9
(#424) Spaces must be used for alignment; tabs are not allowed
(#424) Tab found within whitespace
(#425) Spaces must be used for alignment; tabs are not allowed
(#425) Tab found within whitespace
(#425) Line indented incorrectly; expected at least 12 spaces, found 9
(#425) Spaces must be used for alignment; tabs are not allowed
(#425) Tab found within whitespace
(#426) Spaces must be used for alignment; tabs are not allowed
(#426) Tab found within whitespace
(#426) Line indented incorrectly; expected at least 12 spaces, found 9
(#426) Spaces must be used for alignment; tabs are not allowed
(#426) Tab found within whitespace
(#427) Spaces must be used for alignment; tabs are not allowed
(#427) Tab found within whitespace
(#427) Line indented incorrectly; expected 8 spaces, found 5
(#428) Spaces must be used for alignment; tabs are not allowed
(#428) Tab found within whitespace
(#428) Line indented incorrectly; expected at least 8 spaces, found 5
(#428) Expected "} else if (...) {\n"; found "}\n\t else if(...) {\n"
(#428) Expected "if (...) {\n"; found "if(...) {\n"
(#430) Variable "table_course_mapping" must not contain underscores.
(#431) Variable "table_role_mapping" must not contain underscores.
(#433) Spaces must be used for alignment; tabs are not allowed
(#433) Tab found within whitespace
(#433) Line indented incorrectly; expected 12 spaces, found 9
(#433) Expected "if (...) {\n"; found "if(...) {\n"
(#433) Variable "table_course_mapping" must not contain underscores.
(#435) Spaces must be used for alignment; tabs are not allowed
(#435) Tab found within whitespace
(#435) Line indented incorrectly; expected 12 spaces, found 6
(#435) Closing brace indented incorrectly; expected 9 spaces, found 6
(#436) Spaces must be used for alignment; tabs are not allowed
(#436) Tab found within whitespace
(#436) Line indented incorrectly; expected 12 spaces, found 9
(#436) Expected "if (...) {\n"; found "if(...) {\n"
(#436) Variable "table_role_mapping" must not contain underscores.
(#438) Spaces must be used for alignment; tabs are not allowed
(#438) Tab found within whitespace
(#438) Line indented incorrectly; expected 12 spaces, found 6
(#438) Closing brace indented incorrectly; expected 9 spaces, found 6
(#440) Spaces must be used for alignment; tabs are not allowed
(#440) Tab found within whitespace
(#440) Line indented incorrectly; expected at least 12 spaces, found 6
(#440) No space found before comment text; expected "// COURSE MAPPINGS" but found "//COURSE MAPPINGS"
(#441) Spaces must be used for alignment; tabs are not allowed
(#441) Tab found within whitespace
(#441) Inline comments must end in full-stops, exclamation marks, or question marks
(#441) Line indented incorrectly; expected at least 12 spaces, found 6
(#441) No space found before comment text; expected "// Delete mappings" but found "//Delete mappings"
(#442) Spaces must be used for alignment; tabs are not allowed
(#442) Tab found within whitespace
(#442) Line indented incorrectly; expected 12 spaces, found 6
(#443) Spaces must be used for alignment; tabs are not allowed
(#443) Tab found within whitespace
(#443) Line indented incorrectly; expected 16 spaces, found 10
(#443) Expected "if (...) {\n"; found "if(...) {\n"
(#444) Spaces must be used for alignment; tabs are not allowed
(#444) Tab found within whitespace
(#444) Line indented incorrectly; expected 20 spaces, found 11
(#445) Spaces must be used for alignment; tabs are not allowed
(#445) Tab found within whitespace
(#445) Line indented incorrectly; expected at least 24 spaces, found 15
(#446) Spaces must be used for alignment; tabs are not allowed
(#446) Tab found within whitespace
(#446) Line indented incorrectly; expected 24 spaces, found 15
(#446) Expected "try {\n...} catch (...) {\n"; found "try {\n...}\n catch (...) {\n"
(#448) Closing brace indented incorrectly; expected 15 spaces, found 24
(#450) Spaces must be used for alignment; tabs are not allowed
(#450) Tab found within whitespace
(#450) Line indented incorrectly; expected at least 28 spaces, found 16
(#451) Spaces must be used for alignment; tabs are not allowed
(#451) Tab found within whitespace
(#451) Line indented incorrectly; expected 24 spaces, found 15
(#451) Closing brace indented incorrectly; expected 24 spaces, found 15
(#452) Spaces must be used for alignment; tabs are not allowed
(#452) Tab found within whitespace
(#452) Line indented incorrectly; expected 20 spaces, found 11
(#453) Spaces must be used for alignment; tabs are not allowed
(#453) Tab found within whitespace
(#453) Line indented incorrectly; expected 16 spaces, found 10
(#454) Spaces must be used for alignment; tabs are not allowed
(#454) Tab found within whitespace
(#454) Line indented incorrectly; expected 12 spaces, found 6
(#455) Spaces must be used for alignment; tabs are not allowed
(#455) Tab found within whitespace
(#455) Inline comments must end in full-stops, exclamation marks, or question marks
(#455) Line indented incorrectly; expected at least 16 spaces, found 10
(#455) No space found before comment text; expected "// Update mappings" but found "//Update mappings"
(#456) Spaces must be used for alignment; tabs are not allowed
(#456) Tab found within whitespace
(#456) Line indented incorrectly; expected 16 spaces, found 10
(#457) Spaces must be used for alignment; tabs are not allowed
(#457) Tab found within whitespace
(#457) Line indented incorrectly; expected 20 spaces, found 11
(#457) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#457) Variable "course_id" must not contain underscores.
(#458) Spaces must be used for alignment; tabs are not allowed
(#458) Tab found within whitespace
(#458) Line indented incorrectly; expected at least 24 spaces, found 15
(#458) Variable "course_id" must not contain underscores.
(#459) Spaces must be used for alignment; tabs are not allowed
(#459) Tab found within whitespace
(#459) Line indented incorrectly; expected at least 24 spaces, found 15
(#459) Variable "course_id" must not contain underscores.
(#459) Line exceeds maximum limit of 180 characters; contains 216 characters
(#460) Expected "try {\n...} catch (...) {\n"; found "try {\n...}\n catch (...) {\n"
(#461) Spaces must be used for alignment; tabs are not allowed
(#461) Tab found within whitespace
(#461) Line indented incorrectly; expected at least 28 spaces, found 19
(#464) Spaces must be used for alignment; tabs are not allowed
(#464) Tab found within whitespace
(#464) Line indented incorrectly; expected at least 28 spaces, found 16
(#465) Spaces must be used for alignment; tabs are not allowed
(#465) Tab found within whitespace
(#465) Line indented incorrectly; expected 24 spaces, found 15
(#465) Closing brace indented incorrectly; expected 24 spaces, found 15
(#466) Spaces must be used for alignment; tabs are not allowed
(#466) Tab found within whitespace
(#466) Line indented incorrectly; expected 20 spaces, found 11
(#467) Spaces must be used for alignment; tabs are not allowed
(#467) Tab found within whitespace
(#467) Line indented incorrectly; expected 16 spaces, found 10
(#469) Spaces must be used for alignment; tabs are not allowed
(#469) Tab found within whitespace
(#469) Inline comments must end in full-stops, exclamation marks, or question marks
(#469) Line indented incorrectly; expected at least 16 spaces, found 10
(#469) No space found before comment text; expected "// New courses mapping" but found "//New courses mapping"
(#470) Spaces must be used for alignment; tabs are not allowed
(#470) Tab found within whitespace
(#470) Line indented incorrectly; expected 16 spaces, found 10
(#471) Spaces must be used for alignment; tabs are not allowed
(#471) Tab found within whitespace
(#471) Line indented incorrectly; expected 20 spaces, found 11
(#472) Spaces must be used for alignment; tabs are not allowed
(#472) Tab found within whitespace
(#472) Line indented incorrectly; expected at least 24 spaces, found 15
(#472) Variable "new_course" must not contain underscores.
(#473) Spaces must be used for alignment; tabs are not allowed
(#473) Tab found within whitespace
(#473) Line indented incorrectly; expected 24 spaces, found 15
(#473) Variable "new_course" must not contain underscores.
(#473) Variable "new_course" must not contain underscores.
(#474) Spaces must be used for alignment; tabs are not allowed
(#474) Tab found within whitespace
(#474) Line indented incorrectly; expected at least 28 spaces, found 16
(#474) Variable "new_course" must not contain underscores.
(#474) Variable "new_course" must not contain underscores.
(#474) Variable "new_course" must not contain underscores.
(#474) Line exceeds maximum limit of 180 characters; contains 199 characters
(#475) Expected "try {\n...} catch (...) {\n"; found "try {\n...}\n catch (...) {\n"
(#476) Spaces must be used for alignment; tabs are not allowed
(#476) Tab found within whitespace
(#476) Line indented incorrectly; expected at least 32 spaces, found 23
(#479) Spaces must be used for alignment; tabs are not allowed
(#479) Tab found within whitespace
(#479) Line indented incorrectly; expected at least 32 spaces, found 20
(#480) Spaces must be used for alignment; tabs are not allowed
(#480) Tab found within whitespace
(#480) Line indented incorrectly; expected 28 spaces, found 16
(#480) Closing brace indented incorrectly; expected 28 spaces, found 16
(#481) Spaces must be used for alignment; tabs are not allowed
(#481) Tab found within whitespace
(#481) Line indented incorrectly; expected 24 spaces, found 15
(#482) Spaces must be used for alignment; tabs are not allowed
(#482) Tab found within whitespace
(#482) Line indented incorrectly; expected 20 spaces, found 11
(#483) Spaces must be used for alignment; tabs are not allowed
(#483) Tab found within whitespace
(#483) Line indented incorrectly; expected 16 spaces, found 10
(#484) Spaces must be used for alignment; tabs are not allowed
(#484) Tab found within whitespace
(#484) Line indented incorrectly; expected 12 spaces, found 6
(#485) Spaces must be used for alignment; tabs are not allowed
(#485) Tab found within whitespace
(#485) Inline comments must end in full-stops, exclamation marks, or question marks
(#485) Line indented incorrectly; expected at least 12 spaces, found 6
(#485) No space found before comment text; expected "// END-COURSE MAPPINGS" but found "//END-COURSE MAPPINGS"
(#487) Spaces must be used for alignment; tabs are not allowed
(#487) Tab found within whitespace
(#487) Line indented incorrectly; expected at least 12 spaces, found 6
(#487) No space found before comment text; expected "// ROLE MAPPINGS" but found "//ROLE MAPPINGS"
(#488) Spaces must be used for alignment; tabs are not allowed
(#488) Tab found within whitespace
(#488) Inline comments must end in full-stops, exclamation marks, or question marks
(#488) Line indented incorrectly; expected at least 12 spaces, found 6
(#488) No space found before comment text; expected "// Deleting roles" but found "//Deleting roles"
(#489) Spaces must be used for alignment; tabs are not allowed
(#489) Tab found within whitespace
(#489) Line indented incorrectly; expected 12 spaces, found 6
(#490) Spaces must be used for alignment; tabs are not allowed
(#490) Tab found within whitespace
(#490) Line indented incorrectly; expected 16 spaces, found 10
(#490) Expected "if (...) {\n"; found "if(...) {\n"
(#491) Spaces must be used for alignment; tabs are not allowed
(#491) Tab found within whitespace
(#491) Line indented incorrectly; expected 20 spaces, found 15
(#492) Spaces must be used for alignment; tabs are not allowed
(#492) Tab found within whitespace
(#492) Line indented incorrectly; expected at least 24 spaces, found 15
(#493) Expected "try {\n...} catch (...) {\n"; found "try {\n...}\n catch (...) {\n"
(#494) Spaces must be used for alignment; tabs are not allowed
(#494) Tab found within whitespace
(#494) Line indented incorrectly; expected at least 28 spaces, found 19
(#497) Spaces must be used for alignment; tabs are not allowed
(#497) Tab found within whitespace
(#497) Line indented incorrectly; expected at least 28 spaces, found 19
(#498) Spaces must be used for alignment; tabs are not allowed
(#498) Tab found within whitespace
(#498) Line indented incorrectly; expected 24 spaces, found 15
(#498) Closing brace indented incorrectly; expected 24 spaces, found 15
(#499) Spaces must be used for alignment; tabs are not allowed
(#499) Tab found within whitespace
(#499) Line indented incorrectly; expected 20 spaces, found 11
(#499) Closing brace indented incorrectly; expected 15 spaces, found 11
(#500) Spaces must be used for alignment; tabs are not allowed
(#500) Tab found within whitespace
(#500) Line indented incorrectly; expected 16 spaces, found 10
(#501) Spaces must be used for alignment; tabs are not allowed
(#501) Tab found within whitespace
(#501) Line indented incorrectly; expected 12 spaces, found 6
(#501) Whitespace found at end of line
(#502) Expected "} else {\n"; found "} \n else {\n"
(#503) Spaces must be used for alignment; tabs are not allowed
(#503) Tab found within whitespace
(#503) Inline comments must end in full-stops, exclamation marks, or question marks
(#503) Line indented incorrectly; expected at least 16 spaces, found 10
(#503) No space found before comment text; expected "// Updating roles" but found "//Updating roles"
(#504) Spaces must be used for alignment; tabs are not allowed
(#504) Tab found within whitespace
(#504) Line indented incorrectly; expected 16 spaces, found 10
(#505) Spaces must be used for alignment; tabs are not allowed
(#505) Tab found within whitespace
(#505) Line indented incorrectly; expected 20 spaces, found 11
(#505) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#505) Variable "role_id" must not contain underscores.
(#506) Spaces must be used for alignment; tabs are not allowed
(#506) Tab found within whitespace
(#506) Line indented incorrectly; expected at least 24 spaces, found 15
(#506) Variable "role_id" must not contain underscores.
(#507) Spaces must be used for alignment; tabs are not allowed
(#507) Tab found within whitespace
(#507) Line indented incorrectly; expected at least 24 spaces, found 15
(#507) Variable "role_id" must not contain underscores.
(#507) Line exceeds 132 characters; contains 164 characters
(#507) Whitespace found at end of line
(#508) Expected "try {\n...} catch (...) {\n"; found "try {\n...}\n catch (...) {\n"
(#509) Spaces must be used for alignment; tabs are not allowed
(#509) Tab found within whitespace
(#509) Line indented incorrectly; expected at least 28 spaces, found 19
(#512) Spaces must be used for alignment; tabs are not allowed
(#512) Tab found within whitespace
(#512) Line indented incorrectly; expected at least 28 spaces, found 16
(#513) Spaces must be used for alignment; tabs are not allowed
(#513) Tab found within whitespace
(#513) Line indented incorrectly; expected 24 spaces, found 15
(#513) Closing brace indented incorrectly; expected 24 spaces, found 15
(#514) Spaces must be used for alignment; tabs are not allowed
(#514) Tab found within whitespace
(#514) Line indented incorrectly; expected 20 spaces, found 11
(#515) Spaces must be used for alignment; tabs are not allowed
(#515) Tab found within whitespace
(#515) Line indented incorrectly; expected 16 spaces, found 10
(#516) Spaces must be used for alignment; tabs are not allowed
(#516) Tab found within whitespace
(#516) Inline comments must end in full-stops, exclamation marks, or question marks
(#516) Line indented incorrectly; expected at least 16 spaces, found 10
(#516) No space found before comment text; expected "// New roles mapping" but found "//New roles mapping"
(#517) Spaces must be used for alignment; tabs are not allowed
(#517) Tab found within whitespace
(#517) Line indented incorrectly; expected 16 spaces, found 10
(#518) Spaces must be used for alignment; tabs are not allowed
(#518) Tab found within whitespace
(#518) Line indented incorrectly; expected 20 spaces, found 11
(#519) Spaces must be used for alignment; tabs are not allowed
(#519) Tab found within whitespace
(#519) Line indented incorrectly; expected at least 24 spaces, found 15
(#519) Variable "new_role" must not contain underscores.
(#520) Spaces must be used for alignment; tabs are not allowed
(#520) Tab found within whitespace
(#520) Line indented incorrectly; expected 24 spaces, found 15
(#520) Variable "new_role" must not contain underscores.
(#520) Variable "new_role" must not contain underscores.
(#521) Spaces must be used for alignment; tabs are not allowed
(#521) Tab found within whitespace
(#521) Line indented incorrectly; expected at least 28 spaces, found 16
(#521) Variable "new_role" must not contain underscores.
(#521) Variable "new_role" must not contain underscores.
(#521) Line exceeds 132 characters; contains 141 characters
(#522) Expected "try {\n...} catch (...) {\n"; found "try {\n...}\n catch (...) {\n"
(#523) Spaces must be used for alignment; tabs are not allowed
(#523) Tab found within whitespace
(#523) Line indented incorrectly; expected at least 32 spaces, found 23
(#526) Spaces must be used for alignment; tabs are not allowed
(#526) Tab found within whitespace
(#526) Line indented incorrectly; expected at least 32 spaces, found 20
(#527) Spaces must be used for alignment; tabs are not allowed
(#527) Tab found within whitespace
(#527) Line indented incorrectly; expected 28 spaces, found 16
(#527) Closing brace indented incorrectly; expected 28 spaces, found 16
(#528) Spaces must be used for alignment; tabs are not allowed
(#528) Tab found within whitespace
(#528) Line indented incorrectly; expected 24 spaces, found 15
(#529) Spaces must be used for alignment; tabs are not allowed
(#529) Tab found within whitespace
(#529) Line indented incorrectly; expected 20 spaces, found 11
(#530) Spaces must be used for alignment; tabs are not allowed
(#530) Tab found within whitespace
(#530) Line indented incorrectly; expected 16 spaces, found 10
(#531) Spaces must be used for alignment; tabs are not allowed
(#531) Tab found within whitespace
(#531) Line indented incorrectly; expected 12 spaces, found 6
(#531) Closing brace indented incorrectly; expected 12 spaces, found 6
(#533) Spaces must be used for alignment; tabs are not allowed
(#533) Tab found within whitespace
(#533) Line indented incorrectly; expected 12 spaces, found 6
(#533) Expected "if (...) {\n"; found "if(...) {\n"
(#534) Spaces must be used for alignment; tabs are not allowed
(#534) Tab found within whitespace
(#534) Line indented incorrectly; expected at least 16 spaces, found 10
(#535) Spaces must be used for alignment; tabs are not allowed
(#535) Tab found within whitespace
(#535) Line indented incorrectly; expected 12 spaces, found 6
(#536) Spaces must be used for alignment; tabs are not allowed
(#536) Tab found within whitespace
(#536) Whitespace found at end of line
(#537) Spaces must be used for alignment; tabs are not allowed
(#537) Tab found within whitespace
(#537) Inline comments must end in full-stops, exclamation marks, or question marks
(#537) Line indented incorrectly; expected at least 12 spaces, found 6
(#537) No space found before comment text; expected "// END-COURSE MAPPINGS" but found "//END-COURSE MAPPINGS"
(#538) Spaces must be used for alignment; tabs are not allowed
(#538) Tab found within whitespace
(#538) Line indented incorrectly; expected 8 spaces, found 5
(#539) Spaces must be used for alignment; tabs are not allowed
(#539) Tab found within whitespace
(#539) Line indented incorrectly; expected at least 8 spaces, found 5
(#543) Expected 5 space(s) before asterisk; 4 found
(#544) Expected 5 space(s) before asterisk; 4 found
(#545) Expected 5 space(s) before asterisk; 4 found
(#546) Expected 5 space(s) before asterisk; 4 found
(#547) Visibility must be declared on method "get_first_string"
(#548) Spaces must be used for alignment; tabs are not allowed
(#548) Tab found within whitespace
(#548) Line indented incorrectly; expected at least 8 spaces, found 5
(#548) The use of function split is discouraged from PHP version 5.3; use preg_split instead
(#548) Function split() has been deprecated
(#549) Spaces must be used for alignment; tabs are not allowed
(#549) Tab found within whitespace
(#549) Line indented incorrectly; expected at least 8 spaces, found 5
(#549) Variable "clean_string" must not contain underscores.
(#551) Spaces must be used for alignment; tabs are not allowed
(#551) Tab found within whitespace
(#551) Line indented incorrectly; expected at least 8 spaces, found 5
(#551) Variable "clean_string" must not contain underscores.
(#555) Line indented incorrectly; expected at least 4 spaces, found 2
(#556) Expected 3 space(s) before asterisk; 4 found
(#557) Expected 3 space(s) before asterisk; 4 found
(#558) Expected 3 space(s) before asterisk; 4 found
(#559) Visibility must be declared on method "create_course_mapping_db"
(#564) Expected "try {\n...} catch (...) {\n"; found "try {\n...}\n catch (...) {\n"
(#567) Spaces must be used for alignment; tabs are not allowed
(#567) Tab found within whitespace
(#567) Line indented incorrectly; expected at least 12 spaces, found 9
(#568) Spaces must be used for alignment; tabs are not allowed
(#568) Tab found within whitespace
(#568) Line indented incorrectly; expected at least 12 spaces, found 9
(#569) Spaces must be used for alignment; tabs are not allowed
(#569) Tab found within whitespace
(#569) Line indented incorrectly; expected at least 12 spaces, found 9
(#579) Expected 5 space(s) before asterisk; 4 found
(#580) Expected 5 space(s) before asterisk; 4 found
(#581) Expected 5 space(s) before asterisk; 4 found
(#582) Visibility must be declared on method "create_role_mapping_db"
(#587) Expected "try {\n...} catch (...) {\n"; found "try {\n...}\n catch (...) {\n"
(#590) Spaces must be used for alignment; tabs are not allowed
(#590) Tab found within whitespace
(#590) Line indented incorrectly; expected at least 12 spaces, found 9
(#591) Spaces must be used for alignment; tabs are not allowed
(#591) Tab found within whitespace
(#591) Line indented incorrectly; expected at least 12 spaces, found 9
(#592) Spaces must be used for alignment; tabs are not allowed
(#592) Tab found within whitespace
(#592) Line indented incorrectly; expected at least 12 spaces, found 9
(#592) Spaces must be used for alignment; tabs are not allowed
(#592) Tab found within whitespace
(#592) Whitespace found at end of line
(#595) Spaces must be used for alignment; tabs are not allowed
(#595) Tab found within whitespace
(#595) Line indented incorrectly; expected at least 12 spaces, found 9
(#600) Visibility must be declared on method "get_course_mapping_xmldb"
(#602) Whitespace found at end of line
(#605) Spaces must be used for alignment; tabs are not allowed
(#605) Tab found within whitespace
(#605) Line indented incorrectly; expected at least 8 spaces, found 2
(#606) Spaces must be used for alignment; tabs are not allowed
(#606) Tab found within whitespace
(#606) Line indented incorrectly; expected at least 8 spaces, found 2
(#607) Spaces must be used for alignment; tabs are not allowed
(#607) Tab found within whitespace
(#607) Line indented incorrectly; expected at least 8 spaces, found 2
(#614) Visibility must be declared on method "get_role_mapping_xmldb"
(#617) Spaces must be used for alignment; tabs are not allowed
(#617) Tab found within whitespace
(#617) Line indented incorrectly; expected at least 8 spaces, found 2
(#618) Spaces must be used for alignment; tabs are not allowed
(#618) Tab found within whitespace
(#618) Line indented incorrectly; expected at least 8 spaces, found 2
(#626) Visibility must be declared on method "initialize_roles"
(#628) Spaces must be used for alignment; tabs are not allowed
(#628) Tab found within whitespace
(#628) Line indented incorrectly; expected at least 8 spaces, found 5
(#629) Spaces must be used for alignment; tabs are not allowed
(#629) Tab found within whitespace
(#629) Line indented incorrectly; expected at least 8 spaces, found 5
(#630) Spaces must be used for alignment; tabs are not allowed
(#630) Tab found within whitespace
(#630) Line indented incorrectly; expected at least 8 spaces, found 5
(#631) Spaces must be used for alignment; tabs are not allowed
(#631) Tab found within whitespace
(#631) Line indented incorrectly; expected at least 8 spaces, found 5
(#632) Spaces must be used for alignment; tabs are not allowed
(#632) Tab found within whitespace
(#632) Line indented incorrectly; expected at least 8 spaces, found 5
(#633) Spaces must be used for alignment; tabs are not allowed
(#633) Tab found within whitespace
(#633) Line indented incorrectly; expected at least 8 spaces, found 5
(#634) Spaces must be used for alignment; tabs are not allowed
(#634) Tab found within whitespace
(#634) Line indented incorrectly; expected at least 8 spaces, found 5
(#635) Spaces must be used for alignment; tabs are not allowed
(#635) Tab found within whitespace
(#635) Line indented incorrectly; expected at least 8 spaces, found 5
(#636) Spaces must be used for alignment; tabs are not allowed
(#636) Tab found within whitespace
(#636) Line indented incorrectly; expected at least 8 spaces, found 5
(#639) Spaces must be used for alignment; tabs are not allowed
(#639) Tab found within whitespace
(#639) Line indented incorrectly; expected 8 spaces, found 5
(#639) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#640) Expected "try {\n...} catch (...) {\n"; found "try {\n...}\n catch (...) {\n"
(#641) Spaces must be used for alignment; tabs are not allowed
(#641) Tab found within whitespace
(#641) Line indented incorrectly; expected at least 16 spaces, found 13
(#644) Spaces must be used for alignment; tabs are not allowed
(#644) Tab found within whitespace
(#644) Line indented incorrectly; expected at least 16 spaces, found 10
(#646) Spaces must be used for alignment; tabs are not allowed
(#646) Tab found within whitespace
(#646) Line indented incorrectly; expected at least 16 spaces, found 10
(#647) Spaces must be used for alignment; tabs are not allowed
(#647) Tab found within whitespace
(#647) Line indented incorrectly; expected 12 spaces, found 9
(#647) Closing brace indented incorrectly; expected 12 spaces, found 9
(#648) Spaces must be used for alignment; tabs are not allowed
(#648) Tab found within whitespace
(#648) Line indented incorrectly; expected 8 spaces, found 5
(#649) Spaces must be used for alignment; tabs are not allowed
(#649) Tab found within whitespace
(#649) Line indented incorrectly; expected at least 8 spaces, found 5
(#650) Spaces must be used for alignment; tabs are not allowed
(#650) Tab found within whitespace
(#650) Whitespace found at end of line
auth/saml/cli/sync_users.php
(#21) Whitespace found at end of line
(#24) Whitespace found at end of line
(#50) Inline comments must start with a capital letter, digit or 3-dots sequence
(#54) The use of function error_log() is forbidden
(#58) Expected 1 space before "=>"; 0 found
(#58) Expected 1 space after "=>"; 0 found
(#58) Expected 1 space before "=>"; 0 found
(#58) Expected 1 space after "=>"; 0 found
(#58) Expected 1 space before "=>"; 0 found
(#58) Expected 1 space after "=>"; 0 found
(#58) Expected 1 space before "=>"; 0 found
(#58) Expected 1 space after "=>"; 0 found
(#58) Expected 1 space before "=>"; 0 found
(#58) Expected 1 space after "=>"; 0 found
(#58) Expected 1 space before "=>"; 0 found
(#58) Expected 1 space after "=>"; 0 found
(#58) Line exceeds 132 characters; contains 159 characters
(#65) Inline comments must end in full-stops, exclamation marks, or question marks
(#70) Expected 1 space after "="; newline found
(#71) Line exceeds 132 characters; contains 156 characters
(#71) Line indented incorrectly; expected at least 4 spaces, found 0
(#90) Variable "do_update" 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 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 4 spaces, found 1
(#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
(#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) 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) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#102) Variable "do_update" must not contain underscores.
(#103) Spaces must be used to indent lines; tabs are not allowed
(#103) Tab found within whitespace
(#103) Spaces must be used for alignment; tabs are not allowed
(#103) Tab found within whitespace
(#103) Whitespace found at end of line
(#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) Inline comments must end in full-stops, exclamation marks, or question marks
(#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 12 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 16 spaces, found 7
(#108) Spaces must be used for alignment; tabs are not allowed
(#108) Tab found within whitespace
(#108) Line indented incorrectly; expected 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 at least 16 spaces, found 7
(#110) Spaces must be used for alignment; tabs are not allowed
(#110) Tab found within whitespace
(#110) Line indented incorrectly; expected 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
(#111) Variable "do_update" must not contain underscores.
(#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 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 12 spaces, found 3
(#114) The use of function error_log() is forbidden
(#115) Spaces must be used for alignment; tabs are not allowed
(#115) Tab found within whitespace
(#115) 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) Whitespace found at end of line
(#117) Spaces must be used for alignment; tabs are not allowed
(#117) Tab found within whitespace
(#117) Line indented incorrectly; expected at least 4 spaces, found 1
(#117) The use of function error_log() is forbidden
auth/saml/config.php
(#1) The first thing in a PHP file must be the <?php tag.
(#27) Expected 1 space(s) before asterisk; 0 found
(#29) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#34) Inline comments must end in full-stops, exclamation marks, or question marks
(#35) Line indented incorrectly; expected 0 spaces, found 4
(#35) Expected "if (...) {\n"; found "if(...) {\n"
(#37) Variable "saml_param" must not contain underscores.
(#38) Line indented incorrectly; expected 0 spaces, found 4
(#40) Variable "saml_param" must not contain underscores.
(#41) Line indented incorrectly; expected 0 spaces, found 4
(#42) Variable "saml_param" must not contain underscores.
(#43) Line indented incorrectly; expected 0 spaces, found 4
(#45) Inline comments must end in full-stops, exclamation marks, or question marks
(#46) Line indented incorrectly; expected 0 spaces, found 4
(#46) Variable "saml_param" must not contain underscores.
(#47) Line indented incorrectly; expected 4 spaces, found 8
(#47) Expected "if (...) {\n"; found "if(...) {\n"
(#48) Variable "saml_param" must not contain underscores.
(#49) Line indented incorrectly; expected 4 spaces, found 8
(#50) Line indented incorrectly; expected 4 spaces, found 8
(#50) Expected "} else {\n"; found "}\n else {\n"
(#51) Variable "saml_param" must not contain underscores.
(#52) Line indented incorrectly; expected 4 spaces, found 8
(#53) Line indented incorrectly; expected 0 spaces, found 4
(#54) Line indented incorrectly; expected 0 spaces, found 4
(#54) Variable "saml_param" must not contain underscores.
(#55) Line indented incorrectly; expected 4 spaces, found 8
(#55) Expected "if (...) {\n"; found "if(...) {\n"
(#56) Variable "saml_param" must not contain underscores.
(#57) Line indented incorrectly; expected 4 spaces, found 8
(#58) Line indented incorrectly; expected 4 spaces, found 8
(#58) Expected "} else {\n"; found "}\n else {\n"
(#59) Variable "saml_param" must not contain underscores.
(#60) Line indented incorrectly; expected 4 spaces, found 8
(#61) Line indented incorrectly; expected 0 spaces, found 4
(#62) Line indented incorrectly; expected 0 spaces, found 4
(#62) Variable "saml_param" must not contain underscores.
(#63) Line indented incorrectly; expected 4 spaces, found 8
(#63) Expected "if (...) {\n"; found "if(...) {\n"
(#64) Variable "saml_param" must not contain underscores.
(#65) Line indented incorrectly; expected 4 spaces, found 8
(#66) Line indented incorrectly; expected 4 spaces, found 8
(#66) Expected "} else {\n"; found "}\n else {\n"
(#67) Variable "saml_param" must not contain underscores.
(#68) Line indented incorrectly; expected 4 spaces, found 8
(#69) Line indented incorrectly; expected 0 spaces, found 4
(#70) Line indented incorrectly; expected 0 spaces, found 4
(#72) Line indented incorrectly; expected 0 spaces, found 4
(#73) Line indented incorrectly; expected 0 spaces, found 4
(#75) Line indented incorrectly; expected 0 spaces, found 4
(#76) Line indented incorrectly; expected 0 spaces, found 4
(#78) Line indented incorrectly; expected 0 spaces, found 4
(#79) Line indented incorrectly; expected 0 spaces, found 4
(#81) Line indented incorrectly; expected 0 spaces, found 4
(#82) Line indented incorrectly; expected 0 spaces, found 4
(#84) Line indented incorrectly; expected 0 spaces, found 4
(#85) Line indented incorrectly; expected 0 spaces, found 4
(#87) Line indented incorrectly; expected 0 spaces, found 4
(#88) Line indented incorrectly; expected 0 spaces, found 4
(#90) Line indented incorrectly; expected 0 spaces, found 4
(#91) Line indented incorrectly; expected 0 spaces, found 4
(#93) Line indented incorrectly; expected 0 spaces, found 4
(#94) Line indented incorrectly; expected 0 spaces, found 4
(#96) Line indented incorrectly; expected 0 spaces, found 4
(#97) Line indented incorrectly; expected 0 spaces, found 4
(#99) Line indented incorrectly; expected 0 spaces, found 4
(#100) Line indented incorrectly; expected 0 spaces, found 4
(#102) Line indented incorrectly; expected 0 spaces, found 4
(#103) Line indented incorrectly; expected 0 spaces, found 4
(#105) Line indented incorrectly; expected 0 spaces, found 4
(#106) Line indented incorrectly; expected 0 spaces, found 4
(#106) Whitespace found at end of line
(#107) Whitespace found at end of line
(#108) Line indented incorrectly; expected 0 spaces, found 4
(#109) Line indented incorrectly; expected 0 spaces, found 4
(#109) Whitespace found at end of line
(#110) Whitespace found at end of line
(#111) Line indented incorrectly; expected 0 spaces, found 4
(#112) Line indented incorrectly; expected 0 spaces, found 4
(#112) Whitespace found at end of line
(#113) Whitespace found at end of line
(#114) Line indented incorrectly; expected 0 spaces, found 4
(#115) Line indented incorrectly; expected 0 spaces, found 4
(#115) Whitespace found at end of line
(#116) Whitespace found at end of line
(#117) Line indented incorrectly; expected 0 spaces, found 4
(#119) Line indented incorrectly; expected 0 spaces, found 4
(#121) Line indented incorrectly; expected 0 spaces, found 4
(#141) Expected "if (...) {\n"; found "if(...) {\n"
(#144) Expected "} else {\n"; found "}\n else {\n"
(#157) Variable "saml_param" must not contain underscores.
(#170) Variable "saml_param" must not contain underscores.
(#191) Inline control structures are not allowed
(#191) Variable "saml_param" must not contain underscores.
(#215) Inline control structures are not allowed
(#232) Line indented incorrectly; expected 8 spaces, found 7
(#233) Line indented incorrectly; expected 8 spaces, found 12
(#235) Line indented incorrectly; expected 8 spaces, found 12
(#236) Line indented incorrectly; expected 8 spaces, found 7
(#254) Inline control structures are not allowed
(#254) Line exceeds 132 characters; contains 155 characters
(#254) Line exceeds 132 characters; contains 155 characters
(#254) Line exceeds 132 characters; contains 155 characters
(#254) Line exceeds 132 characters; contains 155 characters
(#254) Line exceeds 132 characters; contains 155 characters
(#254) Line exceeds 132 characters; contains 155 characters
(#254) Line exceeds 132 characters; contains 155 characters
(#254) Line exceeds 132 characters; contains 155 characters
(#254) Line exceeds 132 characters; contains 155 characters
(#254) Line exceeds 132 characters; contains 155 characters
(#254) Line exceeds 132 characters; contains 155 characters
(#254) Line exceeds 132 characters; contains 155 characters
(#254) Line exceeds 132 characters; contains 155 characters
(#254) Line exceeds 132 characters; contains 155 characters
(#254) Line exceeds 132 characters; contains 155 characters
(#254) Line exceeds 132 characters; contains 155 characters
(#254) Line exceeds 132 characters; contains 155 characters
(#254) Line exceeds 132 characters; contains 155 characters
(#254) Line exceeds 132 characters; contains 155 characters
(#254) Line exceeds 132 characters; contains 155 characters
(#254) Line exceeds 132 characters; contains 155 characters
(#254) Line exceeds 132 characters; contains 155 characters
(#254) Line exceeds 132 characters; contains 155 characters
(#254) Line exceeds 132 characters; contains 155 characters
(#254) Line exceeds 132 characters; contains 155 characters
(#254) Line exceeds 132 characters; contains 155 characters
(#254) Line exceeds 132 characters; contains 155 characters
(#254) Line exceeds 132 characters; contains 155 characters
(#254) Line exceeds 132 characters; contains 155 characters
(#254) Line exceeds 132 characters; contains 155 characters
(#254) Line exceeds 132 characters; contains 155 characters
(#254) Line exceeds 132 characters; contains 155 characters
(#254) Line exceeds 132 characters; contains 155 characters
(#254) Line exceeds 132 characters; contains 155 characters
(#254) Line exceeds 132 characters; contains 155 characters
(#254) Line exceeds 132 characters; contains 155 characters
(#254) Line exceeds 132 characters; contains 155 characters
(#254) Line exceeds 132 characters; contains 155 characters
(#254) Line exceeds 132 characters; contains 155 characters
(#254) Line exceeds 132 characters; contains 155 characters
(#254) Line exceeds 132 characters; contains 155 characters
(#254) Line exceeds 132 characters; contains 155 characters
(#254) Line exceeds 132 characters; contains 155 characters
(#254) Line exceeds 132 characters; contains 155 characters
(#254) Line exceeds 132 characters; contains 155 characters
(#254) Line exceeds 132 characters; contains 155 characters
(#254) Line exceeds 132 characters; contains 155 characters
(#254) Line exceeds 132 characters; contains 155 characters
(#254) Line exceeds 132 characters; contains 155 characters
(#254) Line exceeds 132 characters; contains 155 characters
(#254) Line exceeds 132 characters; contains 155 characters
(#254) Line exceeds 132 characters; contains 155 characters
(#254) Line exceeds 132 characters; contains 155 characters
(#254) Line exceeds 132 characters; contains 155 characters
(#254) Line exceeds 132 characters; contains 155 characters
(#254) Line exceeds 132 characters; contains 155 characters
(#254) Line exceeds 132 characters; contains 155 characters
(#254) Line exceeds 132 characters; contains 155 characters
(#254) Line exceeds 132 characters; contains 155 characters
(#254) Line exceeds 132 characters; contains 155 characters
(#254) Line exceeds 132 characters; contains 155 characters
(#254) Line exceeds 132 characters; contains 155 characters
(#254) Line exceeds 132 characters; contains 155 characters
(#254) Line exceeds 132 characters; contains 155 characters
(#254) Line exceeds 132 characters; contains 155 characters
(#254) Line exceeds 132 characters; contains 155 characters
(#254) Line exceeds 132 characters; contains 155 characters
(#254) Line exceeds 132 characters; contains 155 characters
(#254) Line exceeds 132 characters; contains 155 characters
(#254) Line exceeds 132 characters; contains 155 characters
(#254) Line exceeds 132 characters; contains 155 characters
(#254) Line exceeds 132 characters; contains 155 characters
(#254) Line exceeds 132 characters; contains 155 characters
(#254) Line exceeds 132 characters; contains 155 characters
(#254) Line exceeds 132 characters; contains 155 characters
(#254) Line exceeds 132 characters; contains 155 characters
(#254) Line exceeds 132 characters; contains 155 characters
(#255) Inline control structures are not allowed
(#255) Line exceeds 132 characters; contains 150 characters
(#255) Line exceeds 132 characters; contains 150 characters
(#255) Line exceeds 132 characters; contains 150 characters
(#255) Line exceeds 132 characters; contains 150 characters
(#255) Line exceeds 132 characters; contains 150 characters
(#255) Line exceeds 132 characters; contains 150 characters
(#255) Line exceeds 132 characters; contains 150 characters
(#255) Line exceeds 132 characters; contains 150 characters
(#255) Line exceeds 132 characters; contains 150 characters
(#255) Line exceeds 132 characters; contains 150 characters
(#255) Line exceeds 132 characters; contains 150 characters
(#255) Line exceeds 132 characters; contains 150 characters
(#255) Line exceeds 132 characters; contains 150 characters
(#255) Line exceeds 132 characters; contains 150 characters
(#255) Line exceeds 132 characters; contains 150 characters
(#255) Line exceeds 132 characters; contains 150 characters
(#255) Line exceeds 132 characters; contains 150 characters
(#255) Line exceeds 132 characters; contains 150 characters
(#255) Line exceeds 132 characters; contains 150 characters
(#255) Line exceeds 132 characters; contains 150 characters
(#255) Line exceeds 132 characters; contains 150 characters
(#255) Line exceeds 132 characters; contains 150 characters
(#255) Line exceeds 132 characters; contains 150 characters
(#255) Line exceeds 132 characters; contains 150 characters
(#255) Line exceeds 132 characters; contains 150 characters
(#255) Line exceeds 132 characters; contains 150 characters
(#255) Line exceeds 132 characters; contains 150 characters
(#255) Line exceeds 132 characters; contains 150 characters
(#255) Line exceeds 132 characters; contains 150 characters
(#255) Line exceeds 132 characters; contains 150 characters
(#255) Line exceeds 132 characters; contains 150 characters
(#255) Line exceeds 132 characters; contains 150 characters
(#255) Line exceeds 132 characters; contains 150 characters
(#255) Line exceeds 132 characters; contains 150 characters
(#255) Line exceeds 132 characters; contains 150 characters
(#255) Line exceeds 132 characters; contains 150 characters
(#255) Line exceeds 132 characters; contains 150 characters
(#255) Line exceeds 132 characters; contains 150 characters
(#255) Line exceeds 132 characters; contains 150 characters
(#255) Line exceeds 132 characters; contains 150 characters
(#255) Line exceeds 132 characters; contains 150 characters
(#255) Line exceeds 132 characters; contains 150 characters
(#255) Line exceeds 132 characters; contains 150 characters
(#255) Line exceeds 132 characters; contains 150 characters
(#255) Line exceeds 132 characters; contains 150 characters
(#255) Line exceeds 132 characters; contains 150 characters
(#255) Line exceeds 132 characters; contains 150 characters
(#255) Line exceeds 132 characters; contains 150 characters
(#255) Line exceeds 132 characters; contains 150 characters
(#255) Line exceeds 132 characters; contains 150 characters
(#255) Line exceeds 132 characters; contains 150 characters
(#255) Line exceeds 132 characters; contains 150 characters
(#255) Line exceeds 132 characters; contains 150 characters
(#255) Line exceeds 132 characters; contains 150 characters
(#255) Line exceeds 132 characters; contains 150 characters
(#255) Line exceeds 132 characters; contains 150 characters
(#255) Line exceeds 132 characters; contains 150 characters
(#255) Line exceeds 132 characters; contains 150 characters
(#255) Line exceeds 132 characters; contains 150 characters
(#255) Line exceeds 132 characters; contains 150 characters
(#255) Line exceeds 132 characters; contains 150 characters
(#255) Line exceeds 132 characters; contains 150 characters
(#255) Line exceeds 132 characters; contains 150 characters
(#255) Line exceeds 132 characters; contains 150 characters
(#255) Line exceeds 132 characters; contains 150 characters
(#255) Line exceeds 132 characters; contains 150 characters
(#255) Line exceeds 132 characters; contains 150 characters
(#255) Line exceeds 132 characters; contains 150 characters
(#255) Line exceeds 132 characters; contains 150 characters
(#255) Line exceeds 132 characters; contains 150 characters
(#255) Line exceeds 132 characters; contains 150 characters
(#255) Line exceeds 132 characters; contains 150 characters
(#255) Line exceeds 132 characters; contains 150 characters
(#255) Line exceeds 132 characters; contains 150 characters
(#255) Line exceeds 132 characters; contains 150 characters
(#255) Line exceeds 132 characters; contains 150 characters
(#255) Line exceeds 132 characters; contains 150 characters
(#256) Inline control structures are not allowed
(#256) Line exceeds 132 characters; contains 150 characters
(#256) Line exceeds 132 characters; contains 150 characters
(#256) Line exceeds 132 characters; contains 150 characters
(#256) Line exceeds 132 characters; contains 150 characters
(#256) Line exceeds 132 characters; contains 150 characters
(#256) Line exceeds 132 characters; contains 150 characters
(#256) Line exceeds 132 characters; contains 150 characters
(#256) Line exceeds 132 characters; contains 150 characters
(#256) Line exceeds 132 characters; contains 150 characters
(#256) Line exceeds 132 characters; contains 150 characters
(#256) Line exceeds 132 characters; contains 150 characters
(#256) Line exceeds 132 characters; contains 150 characters
(#256) Line exceeds 132 characters; contains 150 characters
(#256) Line exceeds 132 characters; contains 150 characters
(#256) Line exceeds 132 characters; contains 150 characters
(#256) Line exceeds 132 characters; contains 150 characters
(#256) Line exceeds 132 characters; contains 150 characters
(#256) Line exceeds 132 characters; contains 150 characters
(#256) Line exceeds 132 characters; contains 150 characters
(#256) Line exceeds 132 characters; contains 150 characters
(#256) Line exceeds 132 characters; contains 150 characters
(#256) Line exceeds 132 characters; contains 150 characters
(#256) Line exceeds 132 characters; contains 150 characters
(#256) Line exceeds 132 characters; contains 150 characters
(#256) Line exceeds 132 characters; contains 150 characters
(#256) Line exceeds 132 characters; contains 150 characters
(#256) Line exceeds 132 characters; contains 150 characters
(#256) Line exceeds 132 characters; contains 150 characters
(#256) Line exceeds 132 characters; contains 150 characters
(#256) Line exceeds 132 characters; contains 150 characters
(#256) Line exceeds 132 characters; contains 150 characters
(#256) Line exceeds 132 characters; contains 150 characters
(#256) Line exceeds 132 characters; contains 150 characters
(#256) Line exceeds 132 characters; contains 150 characters
(#256) Line exceeds 132 characters; contains 150 characters
(#256) Line exceeds 132 characters; contains 150 characters
(#256) Line exceeds 132 characters; contains 150 characters
(#256) Line exceeds 132 characters; contains 150 characters
(#256) Line exceeds 132 characters; contains 150 characters
(#256) Line exceeds 132 characters; contains 150 characters
(#256) Line exceeds 132 characters; contains 150 characters
(#256) Line exceeds 132 characters; contains 150 characters
(#256) Line exceeds 132 characters; contains 150 characters
(#256) Line exceeds 132 characters; contains 150 characters
(#256) Line exceeds 132 characters; contains 150 characters
(#256) Line exceeds 132 characters; contains 150 characters
(#256) Line exceeds 132 characters; contains 150 characters
(#256) Line exceeds 132 characters; contains 150 characters
(#256) Line exceeds 132 characters; contains 150 characters
(#256) Line exceeds 132 characters; contains 150 characters
(#256) Line exceeds 132 characters; contains 150 characters
(#256) Line exceeds 132 characters; contains 150 characters
(#256) Line exceeds 132 characters; contains 150 characters
(#256) Line exceeds 132 characters; contains 150 characters
(#256) Line exceeds 132 characters; contains 150 characters
(#256) Line exceeds 132 characters; contains 150 characters
(#256) Line exceeds 132 characters; contains 150 characters
(#256) Line exceeds 132 characters; contains 150 characters
(#256) Line exceeds 132 characters; contains 150 characters
(#256) Line exceeds 132 characters; contains 150 characters
(#256) Line exceeds 132 characters; contains 150 characters
(#256) Line exceeds 132 characters; contains 150 characters
(#256) Line exceeds 132 characters; contains 150 characters
(#256) Line exceeds 132 characters; contains 150 characters
(#256) Line exceeds 132 characters; contains 150 characters
(#256) Line exceeds 132 characters; contains 150 characters
(#256) Line exceeds 132 characters; contains 150 characters
(#256) Line exceeds 132 characters; contains 150 characters
(#256) Line exceeds 132 characters; contains 150 characters
(#256) Line exceeds 132 characters; contains 150 characters
(#256) Line exceeds 132 characters; contains 150 characters
(#256) Line exceeds 132 characters; contains 150 characters
(#256) Line exceeds 132 characters; contains 150 characters
(#256) Line exceeds 132 characters; contains 150 characters
(#256) Line exceeds 132 characters; contains 150 characters
(#256) Line exceeds 132 characters; contains 150 characters
(#256) Line exceeds 132 characters; contains 150 characters
(#265) Inline control structures are not allowed
(#276) Line indented incorrectly; expected 8 spaces, found 12
(#278) Line indented incorrectly; expected 12 spaces, found 16
(#279) Line exceeds 132 characters; contains 176 characters
(#279) Line exceeds 132 characters; contains 176 characters
(#279) Line exceeds 132 characters; contains 176 characters
(#279) Line exceeds 132 characters; contains 176 characters
(#279) Line exceeds 132 characters; contains 176 characters
(#279) Line exceeds 132 characters; contains 176 characters
(#279) Line exceeds 132 characters; contains 176 characters
(#279) Line exceeds 132 characters; contains 176 characters
(#279) Line exceeds 132 characters; contains 176 characters
(#279) Line exceeds 132 characters; contains 176 characters
(#279) Line exceeds 132 characters; contains 176 characters
(#279) Line exceeds 132 characters; contains 176 characters
(#279) Line exceeds 132 characters; contains 176 characters
(#279) Line exceeds 132 characters; contains 176 characters
(#279) Line exceeds 132 characters; contains 176 characters
(#279) Line exceeds 132 characters; contains 176 characters
(#279) Line exceeds 132 characters; contains 176 characters
(#279) Line exceeds 132 characters; contains 176 characters
(#279) Line exceeds 132 characters; contains 176 characters
(#279) Line exceeds 132 characters; contains 176 characters
(#279) Line exceeds 132 characters; contains 176 characters
(#279) Line exceeds 132 characters; contains 176 characters
(#279) Line exceeds 132 characters; contains 176 characters
(#279) Line exceeds 132 characters; contains 176 characters
(#279) Line exceeds 132 characters; contains 176 characters
(#279) Line exceeds 132 characters; contains 176 characters
(#279) Line exceeds 132 characters; contains 176 characters
(#279) Line exceeds 132 characters; contains 176 characters
(#279) Line exceeds 132 characters; contains 176 characters
(#279) Line exceeds 132 characters; contains 176 characters
(#279) Line exceeds 132 characters; contains 176 characters
(#279) Line exceeds 132 characters; contains 176 characters
(#279) Line exceeds 132 characters; contains 176 characters
(#279) Line exceeds 132 characters; contains 176 characters
(#279) Line exceeds 132 characters; contains 176 characters
(#279) Line exceeds 132 characters; contains 176 characters
(#279) Line exceeds 132 characters; contains 176 characters
(#279) Line exceeds 132 characters; contains 176 characters
(#279) Line exceeds 132 characters; contains 176 characters
(#279) Line exceeds 132 characters; contains 176 characters
(#279) Line exceeds 132 characters; contains 176 characters
(#279) Line exceeds 132 characters; contains 176 characters
(#279) Line exceeds 132 characters; contains 176 characters
(#279) Line exceeds 132 characters; contains 176 characters
(#279) Line exceeds 132 characters; contains 176 characters
(#279) Line exceeds 132 characters; contains 176 characters
(#279) Line exceeds 132 characters; contains 176 characters
(#279) Line exceeds 132 characters; contains 176 characters
(#279) Line exceeds 132 characters; contains 176 characters
(#279) Line exceeds 132 characters; contains 176 characters
(#279) Line exceeds 132 characters; contains 176 characters
(#279) Line exceeds 132 characters; contains 176 characters
(#279) Line exceeds 132 characters; contains 176 characters
(#279) Line exceeds 132 characters; contains 176 characters
(#279) Line exceeds 132 characters; contains 176 characters
(#279) Line exceeds 132 characters; contains 176 characters
(#279) Line exceeds 132 characters; contains 176 characters
(#279) Line exceeds 132 characters; contains 176 characters
(#279) Line exceeds 132 characters; contains 176 characters
(#279) Line exceeds 132 characters; contains 176 characters
(#279) Line exceeds 132 characters; contains 176 characters
(#279) Line exceeds 132 characters; contains 176 characters
(#279) Line exceeds 132 characters; contains 176 characters
(#279) Line exceeds 132 characters; contains 176 characters
(#279) Line exceeds 132 characters; contains 176 characters
(#279) Line exceeds 132 characters; contains 176 characters
(#279) Line exceeds 132 characters; contains 176 characters
(#279) Line exceeds 132 characters; contains 176 characters
(#279) Line exceeds 132 characters; contains 176 characters
(#279) Line exceeds 132 characters; contains 176 characters
(#279) Line exceeds 132 characters; contains 176 characters
(#279) Line exceeds 132 characters; contains 176 characters
(#279) Line exceeds 132 characters; contains 176 characters
(#279) Line exceeds 132 characters; contains 176 characters
(#279) Line exceeds 132 characters; contains 176 characters
(#279) Line exceeds 132 characters; contains 176 characters
(#279) Line exceeds 132 characters; contains 176 characters
(#280) Line indented incorrectly; expected 12 spaces, found 16
(#281) Line indented incorrectly; expected 8 spaces, found 12
(#288) Expected 1 space before "?"; 0 found
(#288) Line exceeds 132 characters; contains 140 characters
(#288) Line exceeds 132 characters; contains 140 characters
(#288) Line exceeds 132 characters; contains 140 characters
(#288) Line exceeds 132 characters; contains 140 characters
(#288) Line exceeds 132 characters; contains 140 characters
(#288) Line exceeds 132 characters; contains 140 characters
(#288) Line exceeds 132 characters; contains 140 characters
(#288) Line exceeds 132 characters; contains 140 characters
(#288) Line exceeds 132 characters; contains 140 characters
(#288) Line exceeds 132 characters; contains 140 characters
(#288) Line exceeds 132 characters; contains 140 characters
(#288) Line exceeds 132 characters; contains 140 characters
(#288) Line exceeds 132 characters; contains 140 characters
(#288) Line exceeds 132 characters; contains 140 characters
(#288) Line exceeds 132 characters; contains 140 characters
(#288) Line exceeds 132 characters; contains 140 characters
(#288) Line exceeds 132 characters; contains 140 characters
(#288) Line exceeds 132 characters; contains 140 characters
(#288) Line exceeds 132 characters; contains 140 characters
(#288) Line exceeds 132 characters; contains 140 characters
(#288) Line exceeds 132 characters; contains 140 characters
(#288) Line exceeds 132 characters; contains 140 characters
(#288) Line exceeds 132 characters; contains 140 characters
(#288) Line exceeds 132 characters; contains 140 characters
(#288) Line exceeds 132 characters; contains 140 characters
(#288) Line exceeds 132 characters; contains 140 characters
(#288) Line exceeds 132 characters; contains 140 characters
(#288) Line exceeds 132 characters; contains 140 characters
(#288) Line exceeds 132 characters; contains 140 characters
(#288) Line exceeds 132 characters; contains 140 characters
(#288) Line exceeds 132 characters; contains 140 characters
(#288) Line exceeds 132 characters; contains 140 characters
(#288) Line exceeds 132 characters; contains 140 characters
(#288) Line exceeds 132 characters; contains 140 characters
(#288) Line exceeds 132 characters; contains 140 characters
(#288) Line exceeds 132 characters; contains 140 characters
(#288) Line exceeds 132 characters; contains 140 characters
(#288) Line exceeds 132 characters; contains 140 characters
(#288) Line exceeds 132 characters; contains 140 characters
(#288) Line exceeds 132 characters; contains 140 characters
(#288) Line exceeds 132 characters; contains 140 characters
(#288) Line exceeds 132 characters; contains 140 characters
(#288) Line exceeds 132 characters; contains 140 characters
(#288) Line exceeds 132 characters; contains 140 characters
(#288) Line exceeds 132 characters; contains 140 characters
(#288) Line exceeds 132 characters; contains 140 characters
(#288) Line exceeds 132 characters; contains 140 characters
(#288) Line exceeds 132 characters; contains 140 characters
(#288) Line exceeds 132 characters; contains 140 characters
(#288) Line exceeds 132 characters; contains 140 characters
(#288) Line exceeds 132 characters; contains 140 characters
(#288) Line exceeds 132 characters; contains 140 characters
(#288) Line exceeds 132 characters; contains 140 characters
(#288) Line exceeds 132 characters; contains 140 characters
(#288) Line exceeds 132 characters; contains 140 characters
(#288) Line exceeds 132 characters; contains 140 characters
(#288) Line exceeds 132 characters; contains 140 characters
(#288) Line exceeds 132 characters; contains 140 characters
(#288) Line exceeds 132 characters; contains 140 characters
(#288) Line exceeds 132 characters; contains 140 characters
(#288) Line exceeds 132 characters; contains 140 characters
(#288) Line exceeds 132 characters; contains 140 characters
(#288) Line exceeds 132 characters; contains 140 characters
(#288) Line exceeds 132 characters; contains 140 characters
(#288) Line exceeds 132 characters; contains 140 characters
(#288) Line exceeds 132 characters; contains 140 characters
(#288) Line exceeds 132 characters; contains 140 characters
(#288) Line exceeds 132 characters; contains 140 characters
(#288) Line exceeds 132 characters; contains 140 characters
(#288) Line exceeds 132 characters; contains 140 characters
(#288) Line exceeds 132 characters; contains 140 characters
(#288) Line exceeds 132 characters; contains 140 characters
(#288) Line exceeds 132 characters; contains 140 characters
(#288) Line exceeds 132 characters; contains 140 characters
(#288) Line exceeds 132 characters; contains 140 characters
(#288) Line exceeds 132 characters; contains 140 characters
(#288) Line exceeds 132 characters; contains 140 characters
(#296) Space found before semicolon; expected ");" but found ") ;"
(#296) Line exceeds 132 characters; contains 134 characters
(#296) Line exceeds 132 characters; contains 134 characters
(#296) Line exceeds 132 characters; contains 134 characters
(#296) Line exceeds 132 characters; contains 134 characters
(#296) Line exceeds 132 characters; contains 134 characters
(#296) Line exceeds 132 characters; contains 134 characters
(#296) Line exceeds 132 characters; contains 134 characters
(#296) Line exceeds 132 characters; contains 134 characters
(#296) Line exceeds 132 characters; contains 134 characters
(#296) Line exceeds 132 characters; contains 134 characters
(#296) Line exceeds 132 characters; contains 134 characters
(#296) Line exceeds 132 characters; contains 134 characters
(#296) Line exceeds 132 characters; contains 134 characters
(#296) Line exceeds 132 characters; contains 134 characters
(#296) Line exceeds 132 characters; contains 134 characters
(#296) Line exceeds 132 characters; contains 134 characters
(#296) Line exceeds 132 characters; contains 134 characters
(#296) Line exceeds 132 characters; contains 134 characters
(#296) Line exceeds 132 characters; contains 134 characters
(#296) Line exceeds 132 characters; contains 134 characters
(#296) Line exceeds 132 characters; contains 134 characters
(#296) Line exceeds 132 characters; contains 134 characters
(#296) Line exceeds 132 characters; contains 134 characters
(#296) Line exceeds 132 characters; contains 134 characters
(#296) Line exceeds 132 characters; contains 134 characters
(#296) Line exceeds 132 characters; contains 134 characters
(#296) Line exceeds 132 characters; contains 134 characters
(#296) Line exceeds 132 characters; contains 134 characters
(#296) Line exceeds 132 characters; contains 134 characters
(#296) Line exceeds 132 characters; contains 134 characters
(#296) Line exceeds 132 characters; contains 134 characters
(#296) Line exceeds 132 characters; contains 134 characters
(#296) Line exceeds 132 characters; contains 134 characters
(#296) Line exceeds 132 characters; contains 134 characters
(#296) Line exceeds 132 characters; contains 134 characters
(#296) Line exceeds 132 characters; contains 134 characters
(#296) Line exceeds 132 characters; contains 134 characters
(#296) Line exceeds 132 characters; contains 134 characters
(#296) Line exceeds 132 characters; contains 134 characters
(#296) Line exceeds 132 characters; contains 134 characters
(#296) Line exceeds 132 characters; contains 134 characters
(#296) Line exceeds 132 characters; contains 134 characters
(#296) Line exceeds 132 characters; contains 134 characters
(#296) Line exceeds 132 characters; contains 134 characters
(#296) Line exceeds 132 characters; contains 134 characters
(#296) Line exceeds 132 characters; contains 134 characters
(#296) Line exceeds 132 characters; contains 134 characters
(#296) Line exceeds 132 characters; contains 134 characters
(#296) Line exceeds 132 characters; contains 134 characters
(#296) Line exceeds 132 characters; contains 134 characters
(#296) Line exceeds 132 characters; contains 134 characters
(#296) Line exceeds 132 characters; contains 134 characters
(#296) Line exceeds 132 characters; contains 134 characters
(#296) Line exceeds 132 characters; contains 134 characters
(#296) Line exceeds 132 characters; contains 134 characters
(#296) Line exceeds 132 characters; contains 134 characters
(#296) Line exceeds 132 characters; contains 134 characters
(#296) Line exceeds 132 characters; contains 134 characters
(#296) Line exceeds 132 characters; contains 134 characters
(#296) Line exceeds 132 characters; contains 134 characters
(#296) Line exceeds 132 characters; contains 134 characters
(#296) Line exceeds 132 characters; contains 134 characters
(#296) Line exceeds 132 characters; contains 134 characters
(#296) Line exceeds 132 characters; contains 134 characters
(#296) Line exceeds 132 characters; contains 134 characters
(#296) Line exceeds 132 characters; contains 134 characters
(#296) Line exceeds 132 characters; contains 134 characters
(#296) Line exceeds 132 characters; contains 134 characters
(#296) Line exceeds 132 characters; contains 134 characters
(#296) Line exceeds 132 characters; contains 134 characters
(#296) Line exceeds 132 characters; contains 134 characters
(#296) Line exceeds 132 characters; contains 134 characters
(#296) Line exceeds 132 characters; contains 134 characters
(#296) Line exceeds 132 characters; contains 134 characters
(#296) Line exceeds 132 characters; contains 134 characters
(#296) Line exceeds 132 characters; contains 134 characters
(#296) Line exceeds 132 characters; contains 134 characters
(#300) Inline control structures are not allowed
(#300) Line exceeds 132 characters; contains 160 characters
(#300) Line exceeds 132 characters; contains 160 characters
(#300) Line exceeds 132 characters; contains 160 characters
(#300) Line exceeds 132 characters; contains 160 characters
(#300) Line exceeds 132 characters; contains 160 characters
(#300) Line exceeds 132 characters; contains 160 characters
(#300) Line exceeds 132 characters; contains 160 characters
(#300) Line exceeds 132 characters; contains 160 characters
(#300) Line exceeds 132 characters; contains 160 characters
(#300) Line exceeds 132 characters; contains 160 characters
(#300) Line exceeds 132 characters; contains 160 characters
(#300) Line exceeds 132 characters; contains 160 characters
(#300) Line exceeds 132 characters; contains 160 characters
(#300) Line exceeds 132 characters; contains 160 characters
(#300) Line exceeds 132 characters; contains 160 characters
(#300) Line exceeds 132 characters; contains 160 characters
(#300) Line exceeds 132 characters; contains 160 characters
(#300) Line exceeds 132 characters; contains 160 characters
(#300) Line exceeds 132 characters; contains 160 characters
(#300) Line exceeds 132 characters; contains 160 characters
(#300) Line exceeds 132 characters; contains 160 characters
(#300) Line exceeds 132 characters; contains 160 characters
(#300) Line exceeds 132 characters; contains 160 characters
(#300) Line exceeds 132 characters; contains 160 characters
(#300) Line exceeds 132 characters; contains 160 characters
(#300) Line exceeds 132 characters; contains 160 characters
(#300) Line exceeds 132 characters; contains 160 characters
(#300) Line exceeds 132 characters; contains 160 characters
(#300) Line exceeds 132 characters; contains 160 characters
(#300) Line exceeds 132 characters; contains 160 characters
(#300) Line exceeds 132 characters; contains 160 characters
(#300) Line exceeds 132 characters; contains 160 characters
(#300) Line exceeds 132 characters; contains 160 characters
(#300) Line exceeds 132 characters; contains 160 characters
(#300) Line exceeds 132 characters; contains 160 characters
(#300) Line exceeds 132 characters; contains 160 characters
(#300) Line exceeds 132 characters; contains 160 characters
(#300) Line exceeds 132 characters; contains 160 characters
(#300) Line exceeds 132 characters; contains 160 characters
(#300) Line exceeds 132 characters; contains 160 characters
(#300) Line exceeds 132 characters; contains 160 characters
(#300) Line exceeds 132 characters; contains 160 characters
(#300) Line exceeds 132 characters; contains 160 characters
(#300) Line exceeds 132 characters; contains 160 characters
(#300) Line exceeds 132 characters; contains 160 characters
(#300) Line exceeds 132 characters; contains 160 characters
(#300) Line exceeds 132 characters; contains 160 characters
(#300) Line exceeds 132 characters; contains 160 characters
(#300) Line exceeds 132 characters; contains 160 characters
(#300) Line exceeds 132 characters; contains 160 characters
(#300) Line exceeds 132 characters; contains 160 characters
(#300) Line exceeds 132 characters; contains 160 characters
(#300) Line exceeds 132 characters; contains 160 characters
(#300) Line exceeds 132 characters; contains 160 characters
(#300) Line exceeds 132 characters; contains 160 characters
(#300) Line exceeds 132 characters; contains 160 characters
(#300) Line exceeds 132 characters; contains 160 characters
(#300) Line exceeds 132 characters; contains 160 characters
(#300) Line exceeds 132 characters; contains 160 characters
(#300) Line exceeds 132 characters; contains 160 characters
(#300) Line exceeds 132 characters; contains 160 characters
(#300) Line exceeds 132 characters; contains 160 characters
(#300) Line exceeds 132 characters; contains 160 characters
(#300) Line exceeds 132 characters; contains 160 characters
(#300) Line exceeds 132 characters; contains 160 characters
(#300) Line exceeds 132 characters; contains 160 characters
(#300) Line exceeds 132 characters; contains 160 characters
(#300) Line exceeds 132 characters; contains 160 characters
(#300) Line exceeds 132 characters; contains 160 characters
(#300) Line exceeds 132 characters; contains 160 characters
(#300) Line exceeds 132 characters; contains 160 characters
(#300) Line exceeds 132 characters; contains 160 characters
(#300) Line exceeds 132 characters; contains 160 characters
(#300) Line exceeds 132 characters; contains 160 characters
(#300) Line exceeds 132 characters; contains 160 characters
(#300) Line exceeds 132 characters; contains 160 characters
(#300) Line exceeds 132 characters; contains 160 characters
(#301) Inline control structures are not allowed
(#301) Line exceeds 132 characters; contains 156 characters
(#301) Line exceeds 132 characters; contains 156 characters
(#301) Line exceeds 132 characters; contains 156 characters
(#301) Line exceeds 132 characters; contains 156 characters
(#301) Line exceeds 132 characters; contains 156 characters
(#301) Line exceeds 132 characters; contains 156 characters
(#301) Line exceeds 132 characters; contains 156 characters
(#301) Line exceeds 132 characters; contains 156 characters
(#301) Line exceeds 132 characters; contains 156 characters
(#301) Line exceeds 132 characters; contains 156 characters
(#301) Line exceeds 132 characters; contains 156 characters
(#301) Line exceeds 132 characters; contains 156 characters
(#301) Line exceeds 132 characters; contains 156 characters
(#301) Line exceeds 132 characters; contains 156 characters
(#301) Line exceeds 132 characters; contains 156 characters
(#301) Line exceeds 132 characters; contains 156 characters
(#301) Line exceeds 132 characters; contains 156 characters
(#301) Line exceeds 132 characters; contains 156 characters
(#301) Line exceeds 132 characters; contains 156 characters
(#301) Line exceeds 132 characters; contains 156 characters
(#301) Line exceeds 132 characters; contains 156 characters
(#301) Line exceeds 132 characters; contains 156 characters
(#301) Line exceeds 132 characters; contains 156 characters
(#301) Line exceeds 132 characters; contains 156 characters
(#301) Line exceeds 132 characters; contains 156 characters
(#301) Line exceeds 132 characters; contains 156 characters
(#301) Line exceeds 132 characters; contains 156 characters
(#301) Line exceeds 132 characters; contains 156 characters
(#301) Line exceeds 132 characters; contains 156 characters
(#301) Line exceeds 132 characters; contains 156 characters
(#301) Line exceeds 132 characters; contains 156 characters
(#301) Line exceeds 132 characters; contains 156 characters
(#301) Line exceeds 132 characters; contains 156 characters
(#301) Line exceeds 132 characters; contains 156 characters
(#301) Line exceeds 132 characters; contains 156 characters
(#301) Line exceeds 132 characters; contains 156 characters
(#301) Line exceeds 132 characters; contains 156 characters
(#301) Line exceeds 132 characters; contains 156 characters
(#301) Line exceeds 132 characters; contains 156 characters
(#301) Line exceeds 132 characters; contains 156 characters
(#301) Line exceeds 132 characters; contains 156 characters
(#301) Line exceeds 132 characters; contains 156 characters
(#301) Line exceeds 132 characters; contains 156 characters
(#301) Line exceeds 132 characters; contains 156 characters
(#301) Line exceeds 132 characters; contains 156 characters
(#301) Line exceeds 132 characters; contains 156 characters
(#301) Line exceeds 132 characters; contains 156 characters
(#301) Line exceeds 132 characters; contains 156 characters
(#301) Line exceeds 132 characters; contains 156 characters
(#301) Line exceeds 132 characters; contains 156 characters
(#301) Line exceeds 132 characters; contains 156 characters
(#301) Line exceeds 132 characters; contains 156 characters
(#301) Line exceeds 132 characters; contains 156 characters
(#301) Line exceeds 132 characters; contains 156 characters
(#301) Line exceeds 132 characters; contains 156 characters
(#301) Line exceeds 132 characters; contains 156 characters
(#301) Line exceeds 132 characters; contains 156 characters
(#301) Line exceeds 132 characters; contains 156 characters
(#301) Line exceeds 132 characters; contains 156 characters
(#301) Line exceeds 132 characters; contains 156 characters
(#301) Line exceeds 132 characters; contains 156 characters
(#301) Line exceeds 132 characters; contains 156 characters
(#301) Line exceeds 132 characters; contains 156 characters
(#301) Line exceeds 132 characters; contains 156 characters
(#301) Line exceeds 132 characters; contains 156 characters
(#301) Line exceeds 132 characters; contains 156 characters
(#301) Line exceeds 132 characters; contains 156 characters
(#301) Line exceeds 132 characters; contains 156 characters
(#301) Line exceeds 132 characters; contains 156 characters
(#301) Line exceeds 132 characters; contains 156 characters
(#301) Line exceeds 132 characters; contains 156 characters
(#301) Line exceeds 132 characters; contains 156 characters
(#301) Line exceeds 132 characters; contains 156 characters
(#301) Line exceeds 132 characters; contains 156 characters
(#301) Line exceeds 132 characters; contains 156 characters
(#301) Line exceeds 132 characters; contains 156 characters
(#301) Line exceeds 132 characters; contains 156 characters
(#307) Space found before semicolon; expected ");" but found ") ;"
(#307) Line exceeds 132 characters; contains 136 characters
(#307) Line exceeds 132 characters; contains 136 characters
(#307) Line exceeds 132 characters; contains 136 characters
(#307) Line exceeds 132 characters; contains 136 characters
(#307) Line exceeds 132 characters; contains 136 characters
(#307) Line exceeds 132 characters; contains 136 characters
(#307) Line exceeds 132 characters; contains 136 characters
(#307) Line exceeds 132 characters; contains 136 characters
(#307) Line exceeds 132 characters; contains 136 characters
(#307) Line exceeds 132 characters; contains 136 characters
(#307) Line exceeds 132 characters; contains 136 characters
(#307) Line exceeds 132 characters; contains 136 characters
(#307) Line exceeds 132 characters; contains 136 characters
(#307) Line exceeds 132 characters; contains 136 characters
(#307) Line exceeds 132 characters; contains 136 characters
(#307) Line exceeds 132 characters; contains 136 characters
(#307) Line exceeds 132 characters; contains 136 characters
(#307) Line exceeds 132 characters; contains 136 characters
(#307) Line exceeds 132 characters; contains 136 characters
(#307) Line exceeds 132 characters; contains 136 characters
(#307) Line exceeds 132 characters; contains 136 characters
(#307) Line exceeds 132 characters; contains 136 characters
(#307) Line exceeds 132 characters; contains 136 characters
(#307) Line exceeds 132 characters; contains 136 characters
(#307) Line exceeds 132 characters; contains 136 characters
(#307) Line exceeds 132 characters; contains 136 characters
(#307) Line exceeds 132 characters; contains 136 characters
(#307) Line exceeds 132 characters; contains 136 characters
(#307) Line exceeds 132 characters; contains 136 characters
(#307) Line exceeds 132 characters; contains 136 characters
(#307) Line exceeds 132 characters; contains 136 characters
(#307) Line exceeds 132 characters; contains 136 characters
(#307) Line exceeds 132 characters; contains 136 characters
(#307) Line exceeds 132 characters; contains 136 characters
(#307) Line exceeds 132 characters; contains 136 characters
(#307) Line exceeds 132 characters; contains 136 characters
(#307) Line exceeds 132 characters; contains 136 characters
(#307) Line exceeds 132 characters; contains 136 characters
(#307) Line exceeds 132 characters; contains 136 characters
(#307) Line exceeds 132 characters; contains 136 characters
(#307) Line exceeds 132 characters; contains 136 characters
(#307) Line exceeds 132 characters; contains 136 characters
(#307) Line exceeds 132 characters; contains 136 characters
(#307) Line exceeds 132 characters; contains 136 characters
(#307) Line exceeds 132 characters; contains 136 characters
(#307) Line exceeds 132 characters; contains 136 characters
(#307) Line exceeds 132 characters; contains 136 characters
(#307) Line exceeds 132 characters; contains 136 characters
(#307) Line exceeds 132 characters; contains 136 characters
(#307) Line exceeds 132 characters; contains 136 characters
(#307) Line exceeds 132 characters; contains 136 characters
(#307) Line exceeds 132 characters; contains 136 characters
(#307) Line exceeds 132 characters; contains 136 characters
(#307) Line exceeds 132 characters; contains 136 characters
(#307) Line exceeds 132 characters; contains 136 characters
(#307) Line exceeds 132 characters; contains 136 characters
(#307) Line exceeds 132 characters; contains 136 characters
(#307) Line exceeds 132 characters; contains 136 characters
(#307) Line exceeds 132 characters; contains 136 characters
(#307) Line exceeds 132 characters; contains 136 characters
(#307) Line exceeds 132 characters; contains 136 characters
(#307) Line exceeds 132 characters; contains 136 characters
(#307) Line exceeds 132 characters; contains 136 characters
(#307) Line exceeds 132 characters; contains 136 characters
(#307) Line exceeds 132 characters; contains 136 characters
(#307) Line exceeds 132 characters; contains 136 characters
(#307) Line exceeds 132 characters; contains 136 characters
(#307) Line exceeds 132 characters; contains 136 characters
(#307) Line exceeds 132 characters; contains 136 characters
(#307) Line exceeds 132 characters; contains 136 characters
(#307) Line exceeds 132 characters; contains 136 characters
(#307) Line exceeds 132 characters; contains 136 characters
(#307) Line exceeds 132 characters; contains 136 characters
(#307) Line exceeds 132 characters; contains 136 characters
(#307) Line exceeds 132 characters; contains 136 characters
(#307) Line exceeds 132 characters; contains 136 characters
(#307) Line exceeds 132 characters; contains 136 characters
(#310) Inline control structures are not allowed
(#330) Inline control structures are not allowed
(#330) Line exceeds maximum limit of 180 characters; contains 312 characters
(#330) Line exceeds maximum limit of 180 characters; contains 312 characters
(#330) Line exceeds maximum limit of 180 characters; contains 312 characters
(#330) Line exceeds maximum limit of 180 characters; contains 312 characters
(#330) Line exceeds maximum limit of 180 characters; contains 312 characters
(#330) Line exceeds maximum limit of 180 characters; contains 312 characters
(#330) Line exceeds maximum limit of 180 characters; contains 312 characters
(#330) Line exceeds maximum limit of 180 characters; contains 312 characters
(#330) Line exceeds maximum limit of 180 characters; contains 312 characters
(#330) Line exceeds maximum limit of 180 characters; contains 312 characters
(#330) Line exceeds maximum limit of 180 characters; contains 312 characters
(#330) Line exceeds maximum limit of 180 characters; contains 312 characters
(#330) Line exceeds maximum limit of 180 characters; contains 312 characters
(#330) Line exceeds maximum limit of 180 characters; contains 312 characters
(#330) Line exceeds maximum limit of 180 characters; contains 312 characters
(#330) Line exceeds maximum limit of 180 characters; contains 312 characters
(#330) Line exceeds maximum limit of 180 characters; contains 312 characters
(#330) Line exceeds maximum limit of 180 characters; contains 312 characters
(#330) Line exceeds maximum limit of 180 characters; contains 312 characters
(#330) Line exceeds maximum limit of 180 characters; contains 312 characters
(#330) Line exceeds maximum limit of 180 characters; contains 312 characters
(#330) Line exceeds maximum limit of 180 characters; contains 312 characters
(#330) Line exceeds maximum limit of 180 characters; contains 312 characters
(#330) Line exceeds maximum limit of 180 characters; contains 312 characters
(#330) Line exceeds maximum limit of 180 characters; contains 312 characters
(#330) Line exceeds maximum limit of 180 characters; contains 312 characters
(#330) Line exceeds maximum limit of 180 characters; contains 312 characters
(#330) Line exceeds maximum limit of 180 characters; contains 312 characters
(#330) Line exceeds maximum limit of 180 characters; contains 312 characters
(#330) Line exceeds maximum limit of 180 characters; contains 312 characters
(#330) Line exceeds maximum limit of 180 characters; contains 312 characters
(#330) Line exceeds maximum limit of 180 characters; contains 312 characters
(#330) Line exceeds maximum limit of 180 characters; contains 312 characters
(#330) Line exceeds maximum limit of 180 characters; contains 312 characters
(#330) Line exceeds maximum limit of 180 characters; contains 312 characters
(#330) Line exceeds maximum limit of 180 characters; contains 312 characters
(#330) Line exceeds maximum limit of 180 characters; contains 312 characters
(#330) Line exceeds maximum limit of 180 characters; contains 312 characters
(#330) Line exceeds maximum limit of 180 characters; contains 312 characters
(#330) Line exceeds maximum limit of 180 characters; contains 312 characters
(#330) Line exceeds maximum limit of 180 characters; contains 312 characters
(#330) Line exceeds maximum limit of 180 characters; contains 312 characters
(#330) Line exceeds maximum limit of 180 characters; contains 312 characters
(#330) Line exceeds maximum limit of 180 characters; contains 312 characters
(#330) Line exceeds maximum limit of 180 characters; contains 312 characters
(#330) Line exceeds maximum limit of 180 characters; contains 312 characters
(#330) Line exceeds maximum limit of 180 characters; contains 312 characters
(#330) Line exceeds maximum limit of 180 characters; contains 312 characters
(#330) Line exceeds maximum limit of 180 characters; contains 312 characters
(#330) Line exceeds maximum limit of 180 characters; contains 312 characters
(#330) Line exceeds maximum limit of 180 characters; contains 312 characters
(#330) Line exceeds maximum limit of 180 characters; contains 312 characters
(#330) Line exceeds maximum limit of 180 characters; contains 312 characters
(#330) Line exceeds maximum limit of 180 characters; contains 312 characters
(#330) Line exceeds maximum limit of 180 characters; contains 312 characters
(#330) Line exceeds maximum limit of 180 characters; contains 312 characters
(#330) Line exceeds maximum limit of 180 characters; contains 312 characters
(#330) Line exceeds maximum limit of 180 characters; contains 312 characters
(#330) Line exceeds maximum limit of 180 characters; contains 312 characters
(#330) Line exceeds maximum limit of 180 characters; contains 312 characters
(#330) Line exceeds maximum limit of 180 characters; contains 312 characters
(#330) Line exceeds maximum limit of 180 characters; contains 312 characters
(#330) Line exceeds maximum limit of 180 characters; contains 312 characters
(#330) Line exceeds maximum limit of 180 characters; contains 312 characters
(#330) Line exceeds maximum limit of 180 characters; contains 312 characters
(#330) Line exceeds maximum limit of 180 characters; contains 312 characters
(#330) Line exceeds maximum limit of 180 characters; contains 312 characters
(#330) Line exceeds maximum limit of 180 characters; contains 312 characters
(#330) Line exceeds maximum limit of 180 characters; contains 312 characters
(#330) Line exceeds maximum limit of 180 characters; contains 312 characters
(#330) Line exceeds maximum limit of 180 characters; contains 312 characters
(#330) Line exceeds maximum limit of 180 characters; contains 312 characters
(#330) Line exceeds maximum limit of 180 characters; contains 312 characters
(#330) Line exceeds maximum limit of 180 characters; contains 312 characters
(#330) Line exceeds maximum limit of 180 characters; contains 312 characters
(#330) Line exceeds maximum limit of 180 characters; contains 312 characters
(#330) Line exceeds maximum limit of 180 characters; contains 312 characters
(#331) Inline control structures are not allowed
(#331) Expected 1 space before "!="; 2 found
(#331) Line exceeds maximum limit of 180 characters; contains 300 characters
(#331) Line exceeds maximum limit of 180 characters; contains 300 characters
(#331) Line exceeds maximum limit of 180 characters; contains 300 characters
(#331) Line exceeds maximum limit of 180 characters; contains 300 characters
(#331) Line exceeds maximum limit of 180 characters; contains 300 characters
(#331) Line exceeds maximum limit of 180 characters; contains 300 characters
(#331) Line exceeds maximum limit of 180 characters; contains 300 characters
(#331) Line exceeds maximum limit of 180 characters; contains 300 characters
(#331) Line exceeds maximum limit of 180 characters; contains 300 characters
(#331) Line exceeds maximum limit of 180 characters; contains 300 characters
(#331) Line exceeds maximum limit of 180 characters; contains 300 characters
(#331) Line exceeds maximum limit of 180 characters; contains 300 characters
(#331) Line exceeds maximum limit of 180 characters; contains 300 characters
(#331) Line exceeds maximum limit of 180 characters; contains 300 characters
(#331) Line exceeds maximum limit of 180 characters; contains 300 characters
(#331) Line exceeds maximum limit of 180 characters; contains 300 characters
(#331) Line exceeds maximum limit of 180 characters; contains 300 characters
(#331) Line exceeds maximum limit of 180 characters; contains 300 characters
(#331) Line exceeds maximum limit of 180 characters; contains 300 characters
(#331) Line exceeds maximum limit of 180 characters; contains 300 characters
(#331) Line exceeds maximum limit of 180 characters; contains 300 characters
(#331) Line exceeds maximum limit of 180 characters; contains 300 characters
(#331) Line exceeds maximum limit of 180 characters; contains 300 characters
(#331) Line exceeds maximum limit of 180 characters; contains 300 characters
(#331) Line exceeds maximum limit of 180 characters; contains 300 characters
(#331) Line exceeds maximum limit of 180 characters; contains 300 characters
(#331) Line exceeds maximum limit of 180 characters; contains 300 characters
(#331) Line exceeds maximum limit of 180 characters; contains 300 characters
(#331) Line exceeds maximum limit of 180 characters; contains 300 characters
(#331) Line exceeds maximum limit of 180 characters; contains 300 characters
(#331) Line exceeds maximum limit of 180 characters; contains 300 characters
(#331) Line exceeds maximum limit of 180 characters; contains 300 characters
(#331) Line exceeds maximum limit of 180 characters; contains 300 characters
(#331) Line exceeds maximum limit of 180 characters; contains 300 characters
(#331) Line exceeds maximum limit of 180 characters; contains 300 characters
(#331) Line exceeds maximum limit of 180 characters; contains 300 characters
(#331) Line exceeds maximum limit of 180 characters; contains 300 characters
(#331) Line exceeds maximum limit of 180 characters; contains 300 characters
(#331) Line exceeds maximum limit of 180 characters; contains 300 characters
(#331) Line exceeds maximum limit of 180 characters; contains 300 characters
(#331) Line exceeds maximum limit of 180 characters; contains 300 characters
(#331) Line exceeds maximum limit of 180 characters; contains 300 characters
(#331) Line exceeds maximum limit of 180 characters; contains 300 characters
(#331) Line exceeds maximum limit of 180 characters; contains 300 characters
(#331) Line exceeds maximum limit of 180 characters; contains 300 characters
(#331) Line exceeds maximum limit of 180 characters; contains 300 characters
(#331) Line exceeds maximum limit of 180 characters; contains 300 characters
(#331) Line exceeds maximum limit of 180 characters; contains 300 characters
(#331) Line exceeds maximum limit of 180 characters; contains 300 characters
(#331) Line exceeds maximum limit of 180 characters; contains 300 characters
(#331) Line exceeds maximum limit of 180 characters; contains 300 characters
(#331) Line exceeds maximum limit of 180 characters; contains 300 characters
(#331) Line exceeds maximum limit of 180 characters; contains 300 characters
(#331) Line exceeds maximum limit of 180 characters; contains 300 characters
(#331) Line exceeds maximum limit of 180 characters; contains 300 characters
(#331) Line exceeds maximum limit of 180 characters; contains 300 characters
(#331) Line exceeds maximum limit of 180 characters; contains 300 characters
(#331) Line exceeds maximum limit of 180 characters; contains 300 characters
(#331) Line exceeds maximum limit of 180 characters; contains 300 characters
(#331) Line exceeds maximum limit of 180 characters; contains 300 characters
(#331) Line exceeds maximum limit of 180 characters; contains 300 characters
(#331) Line exceeds maximum limit of 180 characters; contains 300 characters
(#331) Line exceeds maximum limit of 180 characters; contains 300 characters
(#331) Line exceeds maximum limit of 180 characters; contains 300 characters
(#331) Line exceeds maximum limit of 180 characters; contains 300 characters
(#331) Line exceeds maximum limit of 180 characters; contains 300 characters
(#331) Line exceeds maximum limit of 180 characters; contains 300 characters
(#331) Line exceeds maximum limit of 180 characters; contains 300 characters
(#331) Line exceeds maximum limit of 180 characters; contains 300 characters
(#331) Line exceeds maximum limit of 180 characters; contains 300 characters
(#331) Line exceeds maximum limit of 180 characters; contains 300 characters
(#331) Line exceeds maximum limit of 180 characters; contains 300 characters
(#331) Line exceeds maximum limit of 180 characters; contains 300 characters
(#331) Line exceeds maximum limit of 180 characters; contains 300 characters
(#331) Line exceeds maximum limit of 180 characters; contains 300 characters
(#331) Line exceeds maximum limit of 180 characters; contains 300 characters
(#331) Line exceeds maximum limit of 180 characters; contains 300 characters
(#332) Inline control structures are not allowed
(#332) Expected 1 space before "!="; 2 found
(#332) Expected 1 space before "=="; 2 found
(#332) Line exceeds maximum limit of 180 characters; contains 287 characters
(#332) Line exceeds maximum limit of 180 characters; contains 287 characters
(#332) Line exceeds maximum limit of 180 characters; contains 287 characters
(#332) Line exceeds maximum limit of 180 characters; contains 287 characters
(#332) Line exceeds maximum limit of 180 characters; contains 287 characters
(#332) Line exceeds maximum limit of 180 characters; contains 287 characters
(#332) Line exceeds maximum limit of 180 characters; contains 287 characters
(#332) Line exceeds maximum limit of 180 characters; contains 287 characters
(#332) Line exceeds maximum limit of 180 characters; contains 287 characters
(#332) Line exceeds maximum limit of 180 characters; contains 287 characters
(#332) Line exceeds maximum limit of 180 characters; contains 287 characters
(#332) Line exceeds maximum limit of 180 characters; contains 287 characters
(#332) Line exceeds maximum limit of 180 characters; contains 287 characters
(#332) Line exceeds maximum limit of 180 characters; contains 287 characters
(#332) Line exceeds maximum limit of 180 characters; contains 287 characters
(#332) Line exceeds maximum limit of 180 characters; contains 287 characters
(#332) Line exceeds maximum limit of 180 characters; contains 287 characters
(#332) Line exceeds maximum limit of 180 characters; contains 287 characters
(#332) Line exceeds maximum limit of 180 characters; contains 287 characters
(#332) Line exceeds maximum limit of 180 characters; contains 287 characters
(#332) Line exceeds maximum limit of 180 characters; contains 287 characters
(#332) Line exceeds maximum limit of 180 characters; contains 287 characters
(#332) Line exceeds maximum limit of 180 characters; contains 287 characters
(#332) Line exceeds maximum limit of 180 characters; contains 287 characters
(#332) Line exceeds maximum limit of 180 characters; contains 287 characters
(#332) Line exceeds maximum limit of 180 characters; contains 287 characters
(#332) Line exceeds maximum limit of 180 characters; contains 287 characters
(#332) Line exceeds maximum limit of 180 characters; contains 287 characters
(#332) Line exceeds maximum limit of 180 characters; contains 287 characters
(#332) Line exceeds maximum limit of 180 characters; contains 287 characters
(#332) Line exceeds maximum limit of 180 characters; contains 287 characters
(#332) Line exceeds maximum limit of 180 characters; contains 287 characters
(#332) Line exceeds maximum limit of 180 characters; contains 287 characters
(#332) Line exceeds maximum limit of 180 characters; contains 287 characters
(#332) Line exceeds maximum limit of 180 characters; contains 287 characters
(#332) Line exceeds maximum limit of 180 characters; contains 287 characters
(#332) Line exceeds maximum limit of 180 characters; contains 287 characters
(#332) Line exceeds maximum limit of 180 characters; contains 287 characters
(#332) Line exceeds maximum limit of 180 characters; contains 287 characters
(#332) Line exceeds maximum limit of 180 characters; contains 287 characters
(#332) Line exceeds maximum limit of 180 characters; contains 287 characters
(#332) Line exceeds maximum limit of 180 characters; contains 287 characters
(#332) Line exceeds maximum limit of 180 characters; contains 287 characters
(#332) Line exceeds maximum limit of 180 characters; contains 287 characters
(#332) Line exceeds maximum limit of 180 characters; contains 287 characters
(#332) Line exceeds maximum limit of 180 characters; contains 287 characters
(#332) Line exceeds maximum limit of 180 characters; contains 287 characters
(#332) Line exceeds maximum limit of 180 characters; contains 287 characters
(#332) Line exceeds maximum limit of 180 characters; contains 287 characters
(#332) Line exceeds maximum limit of 180 characters; contains 287 characters
(#332) Line exceeds maximum limit of 180 characters; contains 287 characters
(#332) Line exceeds maximum limit of 180 characters; contains 287 characters
(#332) Line exceeds maximum limit of 180 characters; contains 287 characters
(#332) Line exceeds maximum limit of 180 characters; contains 287 characters
(#332) Line exceeds maximum limit of 180 characters; contains 287 characters
(#332) Line exceeds maximum limit of 180 characters; contains 287 characters
(#332) Line exceeds maximum limit of 180 characters; contains 287 characters
(#332) Line exceeds maximum limit of 180 characters; contains 287 characters
(#332) Line exceeds maximum limit of 180 characters; contains 287 characters
(#332) Line exceeds maximum limit of 180 characters; contains 287 characters
(#332) Line exceeds maximum limit of 180 characters; contains 287 characters
(#332) Line exceeds maximum limit of 180 characters; contains 287 characters
(#332) Line exceeds maximum limit of 180 characters; contains 287 characters
(#332) Line exceeds maximum limit of 180 characters; contains 287 characters
(#332) Line exceeds maximum limit of 180 characters; contains 287 characters
(#332) Line exceeds maximum limit of 180 characters; contains 287 characters
(#332) Line exceeds maximum limit of 180 characters; contains 287 characters
(#332) Line exceeds maximum limit of 180 characters; contains 287 characters
(#332) Line exceeds maximum limit of 180 characters; contains 287 characters
(#332) Line exceeds maximum limit of 180 characters; contains 287 characters
(#332) Line exceeds maximum limit of 180 characters; contains 287 characters
(#332) Line exceeds maximum limit of 180 characters; contains 287 characters
(#332) Line exceeds maximum limit of 180 characters; contains 287 characters
(#332) Line exceeds maximum limit of 180 characters; contains 287 characters
(#332) Line exceeds maximum limit of 180 characters; contains 287 characters
(#332) Line exceeds maximum limit of 180 characters; contains 287 characters
(#332) Line exceeds maximum limit of 180 characters; contains 287 characters
(#338) Variable "user_fields" must not contain underscores.
(#345) Whitespace found at end of line
(#347) Expected "if (...) {\n"; found "if(...) {\n"
(#352) Expected "} else {\n"; found "}\nelse {\n"
(#354) Variable "course_mapping" must not contain underscores.
(#365) Expected "if (...) {\n"; found "if(...) {\n"
(#370) Expected "} else {\n"; found "}\nelse {\n"
(#372) Variable "role_mapping" must not contain underscores.
(#374) Line exceeds 132 characters; contains 135 characters
(#374) Line exceeds 132 characters; contains 135 characters
(#374) Line exceeds 132 characters; contains 135 characters
(#374) Line exceeds 132 characters; contains 135 characters
(#374) Line exceeds 132 characters; contains 135 characters
(#374) Line exceeds 132 characters; contains 135 characters
(#374) Line exceeds 132 characters; contains 135 characters
(#374) Line exceeds 132 characters; contains 135 characters
(#374) Line exceeds 132 characters; contains 135 characters
(#374) Line exceeds 132 characters; contains 135 characters
(#374) Line exceeds 132 characters; contains 135 characters
(#374) Line exceeds 132 characters; contains 135 characters
(#374) Line exceeds 132 characters; contains 135 characters
(#374) Line exceeds 132 characters; contains 135 characters
(#374) Line exceeds 132 characters; contains 135 characters
(#374) Line exceeds 132 characters; contains 135 characters
(#374) Line exceeds 132 characters; contains 135 characters
(#374) Line exceeds 132 characters; contains 135 characters
(#374) Line exceeds 132 characters; contains 135 characters
(#374) Line exceeds 132 characters; contains 135 characters
(#374) Line exceeds 132 characters; contains 135 characters
(#374) Line exceeds 132 characters; contains 135 characters
(#374) Line exceeds 132 characters; contains 135 characters
(#374) Line exceeds 132 characters; contains 135 characters
(#374) Line exceeds 132 characters; contains 135 characters
(#374) Line exceeds 132 characters; contains 135 characters
(#374) Line exceeds 132 characters; contains 135 characters
(#374) Line exceeds 132 characters; contains 135 characters
(#374) Line exceeds 132 characters; contains 135 characters
(#374) Line exceeds 132 characters; contains 135 characters
(#374) Line exceeds 132 characters; contains 135 characters
(#374) Line exceeds 132 characters; contains 135 characters
(#374) Line exceeds 132 characters; contains 135 characters
(#374) Line exceeds 132 characters; contains 135 characters
(#374) Line exceeds 132 characters; contains 135 characters
(#374) Line exceeds 132 characters; contains 135 characters
(#374) Line exceeds 132 characters; contains 135 characters
(#374) Line exceeds 132 characters; contains 135 characters
(#374) Line exceeds 132 characters; contains 135 characters
(#374) Line exceeds 132 characters; contains 135 characters
(#374) Line exceeds 132 characters; contains 135 characters
(#374) Line exceeds 132 characters; contains 135 characters
(#374) Line exceeds 132 characters; contains 135 characters
(#374) Line exceeds 132 characters; contains 135 characters
(#374) Line exceeds 132 characters; contains 135 characters
(#374) Line exceeds 132 characters; contains 135 characters
(#374) Line exceeds 132 characters; contains 135 characters
(#374) Line exceeds 132 characters; contains 135 characters
(#374) Line exceeds 132 characters; contains 135 characters
(#374) Line exceeds 132 characters; contains 135 characters
(#374) Line exceeds 132 characters; contains 135 characters
(#374) Line exceeds 132 characters; contains 135 characters
(#374) Line exceeds 132 characters; contains 135 characters
(#374) Line exceeds 132 characters; contains 135 characters
(#374) Line exceeds 132 characters; contains 135 characters
(#374) Line exceeds 132 characters; contains 135 characters
(#374) Line exceeds 132 characters; contains 135 characters
(#374) Line exceeds 132 characters; contains 135 characters
(#374) Line exceeds 132 characters; contains 135 characters
(#374) Line exceeds 132 characters; contains 135 characters
(#374) Line exceeds 132 characters; contains 135 characters
(#374) Line exceeds 132 characters; contains 135 characters
(#374) Line exceeds 132 characters; contains 135 characters
(#374) Line exceeds 132 characters; contains 135 characters
(#374) Line exceeds 132 characters; contains 135 characters
(#374) Line exceeds 132 characters; contains 135 characters
(#374) Line exceeds 132 characters; contains 135 characters
(#374) Line exceeds 132 characters; contains 135 characters
(#374) Line exceeds 132 characters; contains 135 characters
(#374) Line exceeds 132 characters; contains 135 characters
(#374) Line exceeds 132 characters; contains 135 characters
(#374) Line exceeds 132 characters; contains 135 characters
(#374) Line exceeds 132 characters; contains 135 characters
(#374) Line exceeds 132 characters; contains 135 characters
(#374) Line exceeds 132 characters; contains 135 characters
(#374) Line exceeds 132 characters; contains 135 characters
(#374) Line exceeds 132 characters; contains 135 characters
(#376) Expected "if (...) {\n"; found "if(...) {\n"
(#390) Line indented incorrectly; expected 4 spaces, found 8
(#392) Line indented incorrectly; expected 4 spaces, found 8
(#401) Line exceeds 132 characters; contains 135 characters
(#401) Line exceeds 132 characters; contains 135 characters
(#401) Line exceeds 132 characters; contains 135 characters
(#401) Line exceeds 132 characters; contains 135 characters
(#401) Line exceeds 132 characters; contains 135 characters
(#401) Line exceeds 132 characters; contains 135 characters
(#401) Line exceeds 132 characters; contains 135 characters
(#401) Line exceeds 132 characters; contains 135 characters
(#401) Line exceeds 132 characters; contains 135 characters
(#401) Line exceeds 132 characters; contains 135 characters
(#401) Line exceeds 132 characters; contains 135 characters
(#401) Line exceeds 132 characters; contains 135 characters
(#401) Line exceeds 132 characters; contains 135 characters
(#401) Line exceeds 132 characters; contains 135 characters
(#401) Line exceeds 132 characters; contains 135 characters
(#401) Line exceeds 132 characters; contains 135 characters
(#401) Line exceeds 132 characters; contains 135 characters
(#401) Line exceeds 132 characters; contains 135 characters
(#401) Line exceeds 132 characters; contains 135 characters
(#401) Line exceeds 132 characters; contains 135 characters
(#401) Line exceeds 132 characters; contains 135 characters
(#401) Line exceeds 132 characters; contains 135 characters
(#401) Line exceeds 132 characters; contains 135 characters
(#401) Line exceeds 132 characters; contains 135 characters
(#401) Line exceeds 132 characters; contains 135 characters
(#401) Line exceeds 132 characters; contains 135 characters
(#401) Line exceeds 132 characters; contains 135 characters
(#401) Line exceeds 132 characters; contains 135 characters
(#401) Line exceeds 132 characters; contains 135 characters
(#401) Line exceeds 132 characters; contains 135 characters
(#401) Line exceeds 132 characters; contains 135 characters
(#401) Line exceeds 132 characters; contains 135 characters
(#401) Line exceeds 132 characters; contains 135 characters
(#401) Line exceeds 132 characters; contains 135 characters
(#401) Line exceeds 132 characters; contains 135 characters
(#401) Line exceeds 132 characters; contains 135 characters
(#401) Line exceeds 132 characters; contains 135 characters
(#401) Line exceeds 132 characters; contains 135 characters
(#401) Line exceeds 132 characters; contains 135 characters
(#401) Line exceeds 132 characters; contains 135 characters
(#401) Line exceeds 132 characters; contains 135 characters
(#401) Line exceeds 132 characters; contains 135 characters
(#401) Line exceeds 132 characters; contains 135 characters
(#401) Line exceeds 132 characters; contains 135 characters
(#401) Line exceeds 132 characters; contains 135 characters
(#401) Line exceeds 132 characters; contains 135 characters
(#401) Line exceeds 132 characters; contains 135 characters
(#401) Line exceeds 132 characters; contains 135 characters
(#401) Line exceeds 132 characters; contains 135 characters
(#401) Line exceeds 132 characters; contains 135 characters
(#401) Line exceeds 132 characters; contains 135 characters
(#401) Line exceeds 132 characters; contains 135 characters
(#401) Line exceeds 132 characters; contains 135 characters
(#401) Line exceeds 132 characters; contains 135 characters
(#401) Line exceeds 132 characters; contains 135 characters
(#401) Line exceeds 132 characters; contains 135 characters
(#401) Line exceeds 132 characters; contains 135 characters
(#401) Line exceeds 132 characters; contains 135 characters
(#401) Line exceeds 132 characters; contains 135 characters
(#401) Line exceeds 132 characters; contains 135 characters
(#401) Line exceeds 132 characters; contains 135 characters
(#401) Line exceeds 132 characters; contains 135 characters
(#401) Line exceeds 132 characters; contains 135 characters
(#401) Line exceeds 132 characters; contains 135 characters
(#401) Line exceeds 132 characters; contains 135 characters
(#401) Line exceeds 132 characters; contains 135 characters
(#401) Line exceeds 132 characters; contains 135 characters
(#401) Line exceeds 132 characters; contains 135 characters
(#401) Line exceeds 132 characters; contains 135 characters
(#401) Line exceeds 132 characters; contains 135 characters
(#401) Line exceeds 132 characters; contains 135 characters
(#401) Line exceeds 132 characters; contains 135 characters
(#401) Line exceeds 132 characters; contains 135 characters
(#401) Line exceeds 132 characters; contains 135 characters
(#401) Line exceeds 132 characters; contains 135 characters
(#401) Line exceeds 132 characters; contains 135 characters
(#401) Line exceeds 132 characters; contains 135 characters
(#407) Line exceeds 132 characters; contains 169 characters
(#407) Line exceeds 132 characters; contains 169 characters
(#407) Line exceeds 132 characters; contains 169 characters
(#407) Line exceeds 132 characters; contains 169 characters
(#407) Line exceeds 132 characters; contains 169 characters
(#407) Line exceeds 132 characters; contains 169 characters
(#407) Line exceeds 132 characters; contains 169 characters
(#407) Line exceeds 132 characters; contains 169 characters
(#407) Line exceeds 132 characters; contains 169 characters
(#407) Line exceeds 132 characters; contains 169 characters
(#407) Line exceeds 132 characters; contains 169 characters
(#407) Line exceeds 132 characters; contains 169 characters
(#407) Line exceeds 132 characters; contains 169 characters
(#407) Line exceeds 132 characters; contains 169 characters
(#407) Line exceeds 132 characters; contains 169 characters
(#407) Line exceeds 132 characters; contains 169 characters
(#407) Line exceeds 132 characters; contains 169 characters
(#407) Line exceeds 132 characters; contains 169 characters
(#407) Line exceeds 132 characters; contains 169 characters
(#407) Line exceeds 132 characters; contains 169 characters
(#407) Line exceeds 132 characters; contains 169 characters
(#407) Line exceeds 132 characters; contains 169 characters
(#407) Line exceeds 132 characters; contains 169 characters
(#407) Line exceeds 132 characters; contains 169 characters
(#407) Line exceeds 132 characters; contains 169 characters
(#407) Line exceeds 132 characters; contains 169 characters
(#407) Line exceeds 132 characters; contains 169 characters
(#407) Line exceeds 132 characters; contains 169 characters
(#407) Line exceeds 132 characters; contains 169 characters
(#407) Line exceeds 132 characters; contains 169 characters
(#407) Line exceeds 132 characters; contains 169 characters
(#407) Line exceeds 132 characters; contains 169 characters
(#407) Line exceeds 132 characters; contains 169 characters
(#407) Line exceeds 132 characters; contains 169 characters
(#407) Line exceeds 132 characters; contains 169 characters
(#407) Line exceeds 132 characters; contains 169 characters
(#407) Line exceeds 132 characters; contains 169 characters
(#407) Line exceeds 132 characters; contains 169 characters
(#407) Line exceeds 132 characters; contains 169 characters
(#407) Line exceeds 132 characters; contains 169 characters
(#407) Line exceeds 132 characters; contains 169 characters
(#407) Line exceeds 132 characters; contains 169 characters
(#407) Line exceeds 132 characters; contains 169 characters
(#407) Line exceeds 132 characters; contains 169 characters
(#407) Line exceeds 132 characters; contains 169 characters
(#407) Line exceeds 132 characters; contains 169 characters
(#407) Line exceeds 132 characters; contains 169 characters
(#407) Line exceeds 132 characters; contains 169 characters
(#407) Line exceeds 132 characters; contains 169 characters
(#407) Line exceeds 132 characters; contains 169 characters
(#407) Line exceeds 132 characters; contains 169 characters
(#407) Line exceeds 132 characters; contains 169 characters
(#407) Line exceeds 132 characters; contains 169 characters
(#407) Line exceeds 132 characters; contains 169 characters
(#407) Line exceeds 132 characters; contains 169 characters
(#407) Line exceeds 132 characters; contains 169 characters
(#407) Line exceeds 132 characters; contains 169 characters
(#407) Line exceeds 132 characters; contains 169 characters
(#407) Line exceeds 132 characters; contains 169 characters
(#407) Line exceeds 132 characters; contains 169 characters
(#407) Line exceeds 132 characters; contains 169 characters
(#407) Line exceeds 132 characters; contains 169 characters
(#407) Line exceeds 132 characters; contains 169 characters
(#407) Line exceeds 132 characters; contains 169 characters
(#407) Line exceeds 132 characters; contains 169 characters
(#407) Line exceeds 132 characters; contains 169 characters
(#407) Line exceeds 132 characters; contains 169 characters
(#407) Line exceeds 132 characters; contains 169 characters
(#407) Line exceeds 132 characters; contains 169 characters
(#407) Line exceeds 132 characters; contains 169 characters
(#407) Line exceeds 132 characters; contains 169 characters
(#407) Line exceeds 132 characters; contains 169 characters
(#407) Line exceeds 132 characters; contains 169 characters
(#407) Line exceeds 132 characters; contains 169 characters
(#407) Line exceeds 132 characters; contains 169 characters
(#407) Line exceeds 132 characters; contains 169 characters
(#407) Line exceeds 132 characters; contains 169 characters
(#422) Line exceeds 132 characters; contains 171 characters
(#422) Line exceeds 132 characters; contains 171 characters
(#422) Line exceeds 132 characters; contains 171 characters
(#422) Line exceeds 132 characters; contains 171 characters
(#422) Line exceeds 132 characters; contains 171 characters
(#422) Line exceeds 132 characters; contains 171 characters
(#422) Line exceeds 132 characters; contains 171 characters
(#422) Line exceeds 132 characters; contains 171 characters
(#422) Line exceeds 132 characters; contains 171 characters
(#422) Line exceeds 132 characters; contains 171 characters
(#422) Line exceeds 132 characters; contains 171 characters
(#422) Line exceeds 132 characters; contains 171 characters
(#422) Line exceeds 132 characters; contains 171 characters
(#422) Line exceeds 132 characters; contains 171 characters
(#422) Line exceeds 132 characters; contains 171 characters
(#422) Line exceeds 132 characters; contains 171 characters
(#422) Line exceeds 132 characters; contains 171 characters
(#422) Line exceeds 132 characters; contains 171 characters
(#422) Line exceeds 132 characters; contains 171 characters
(#422) Line exceeds 132 characters; contains 171 characters
(#422) Line exceeds 132 characters; contains 171 characters
(#422) Line exceeds 132 characters; contains 171 characters
(#422) Line exceeds 132 characters; contains 171 characters
(#422) Line exceeds 132 characters; contains 171 characters
(#422) Line exceeds 132 characters; contains 171 characters
(#422) Line exceeds 132 characters; contains 171 characters
(#422) Line exceeds 132 characters; contains 171 characters
(#422) Line exceeds 132 characters; contains 171 characters
(#422) Line exceeds 132 characters; contains 171 characters
(#422) Line exceeds 132 characters; contains 171 characters
(#422) Line exceeds 132 characters; contains 171 characters
(#422) Line exceeds 132 characters; contains 171 characters
(#422) Line exceeds 132 characters; contains 171 characters
(#422) Line exceeds 132 characters; contains 171 characters
(#422) Line exceeds 132 characters; contains 171 characters
(#422) Line exceeds 132 characters; contains 171 characters
(#422) Line exceeds 132 characters; contains 171 characters
(#422) Line exceeds 132 characters; contains 171 characters
(#422) Line exceeds 132 characters; contains 171 characters
(#422) Line exceeds 132 characters; contains 171 characters
(#422) Line exceeds 132 characters; contains 171 characters
(#422) Line exceeds 132 characters; contains 171 characters
(#422) Line exceeds 132 characters; contains 171 characters
(#422) Line exceeds 132 characters; contains 171 characters
(#422) Line exceeds 132 characters; contains 171 characters
(#422) Line exceeds 132 characters; contains 171 characters
(#422) Line exceeds 132 characters; contains 171 characters
(#422) Line exceeds 132 characters; contains 171 characters
(#422) Line exceeds 132 characters; contains 171 characters
(#422) Line exceeds 132 characters; contains 171 characters
(#422) Line exceeds 132 characters; contains 171 characters
(#422) Line exceeds 132 characters; contains 171 characters
(#422) Line exceeds 132 characters; contains 171 characters
(#422) Line exceeds 132 characters; contains 171 characters
(#422) Line exceeds 132 characters; contains 171 characters
(#422) Line exceeds 132 characters; contains 171 characters
(#422) Line exceeds 132 characters; contains 171 characters
(#422) Line exceeds 132 characters; contains 171 characters
(#422) Line exceeds 132 characters; contains 171 characters
(#422) Line exceeds 132 characters; contains 171 characters
(#422) Line exceeds 132 characters; contains 171 characters
(#422) Line exceeds 132 characters; contains 171 characters
(#422) Line exceeds 132 characters; contains 171 characters
(#422) Line exceeds 132 characters; contains 171 characters
(#422) Line exceeds 132 characters; contains 171 characters
(#422) Line exceeds 132 characters; contains 171 characters
(#422) Line exceeds 132 characters; contains 171 characters
(#422) Line exceeds 132 characters; contains 171 characters
(#422) Line exceeds 132 characters; contains 171 characters
(#422) Line exceeds 132 characters; contains 171 characters
(#422) Line exceeds 132 characters; contains 171 characters
(#422) Line exceeds 132 characters; contains 171 characters
(#422) Line exceeds 132 characters; contains 171 characters
(#422) Line exceeds 132 characters; contains 171 characters
(#422) Line exceeds 132 characters; contains 171 characters
(#422) Line exceeds 132 characters; contains 171 characters
(#422) Line exceeds 132 characters; contains 171 characters
auth/saml/course_mapping.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#3) Variable "role_mapping" must not contain underscores.
(#4) Variable "course_mapping" must not contain underscores.
(#5) Line indented incorrectly; expected 0 spaces, found 4
(#5) Expected "try {\n...} catch (...) {\n"; found "try {\n...}\n catch(...) {\n"
(#7) "require_once" must be immediately followed by an open parenthesis
(#8) "require_once" must be immediately followed by an open parenthesis
(#9) Variable "role_mapping" must not contain underscores.
(#10) Variable "course_mapping" must not contain underscores.
(#11) Line indented incorrectly; expected 0 spaces, found 4
(#12) Line indented incorrectly; expected 0 spaces, found 4
(#14) Line indented incorrectly; expected 0 spaces, found 4
(#16) Variable "mapped_roles" must not contain underscores.
(#16) Variable "role_mapping" must not contain underscores.
(#17) Variable "mapped_courses" must not contain underscores.
(#19) Line indented incorrectly; expected 0 spaces, found 4
(#19) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#19) Variable "saml_courses" must not contain underscores.
(#20) Line indented incorrectly; expected 4 spaces, found 8
(#22) Line indented incorrectly; expected 8 spaces, found 13
(#24) Variable "course_id" must not contain underscores.
(#25) Whitespace found at end of line
(#26) Line indented incorrectly; expected 12 spaces, found 16
(#26) Expected "if (...) {\n"; found "if(...) {\n"
(#26) Variable "role_mapping" must not contain underscores.
(#26) Variable "course_mapping" must not contain underscores.
(#26) Variable "course_id" must not contain underscores.
(#27) Variable "mapped_role" must not contain underscores.
(#27) Variable "role_mapping" must not contain underscores.
(#28) Variable "mapped_course_id" must not contain underscores.
(#28) Variable "course_mapping" must not contain underscores.
(#28) Variable "course_id" must not contain underscores.
(#29) Variable "mapped_courses" must not contain underscores.
(#29) Variable "mapped_role" must not contain underscores.
(#29) Variable "mapped_course_id" must not contain underscores.
(#31) Variable "mapped_course_id" must not contain underscores.
(#33) Variable "mapped_role" must not contain underscores.
(#36) Line indented incorrectly; expected 12 spaces, found 20
(#36) Expected "if (...) {\n"; found "if(...) {\n"
(#36) Variable "any_course_active" must not contain underscores.
(#37) Variable "any_course_active" must not contain underscores.
(#37) Whitespace found at end of line
(#38) Line indented incorrectly; expected 12 spaces, found 20
(#39) Line indented incorrectly; expected 12 spaces, found 16
(#40) Line indented incorrectly; expected 12 spaces, found 16
(#40) Expected "} else {\n"; found "}\n else {\n"
(#41) Variable "str_obj" must not contain underscores.
(#42) Variable "str_obj" must not contain underscores.
(#42) Variable "course_id" must not contain underscores.
(#43) Variable "str_obj" must not contain underscores.
(#43) Variable "saml_user_identify" must not contain underscores.
(#43) Whitespace found at end of line
(#44) Variable "str_obj" must not contain underscores.
(#45) Line indented incorrectly; expected 12 spaces, found 16
(#46) Line indented incorrectly; expected 8 spaces, found 12
(#46) Closing brace indented incorrectly; expected 13 spaces, found 12
(#47) Line indented incorrectly; expected 4 spaces, found 8
(#48) Line indented incorrectly; expected 0 spaces, found 4
(#50) Variable "saml_courses" must not contain underscores.
(#51) Variable "saml_user_identify" must not contain underscores.
auth/saml/courses.php
(#2) Expected MOODLE_INTERNAL check or config.php inclusion
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#2) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#2) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#2) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#2) Line 6 of the opening comment must start "// (at your option) any later version.".
(#2) Line 7 of the opening comment must start "//".
(#2) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#2) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#3) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#3) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#3) Variable "moodle_courses" must not contain underscores.
(#3) Line 12 of the opening comment must start "//".
(#3) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#3) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#4) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#5) Expected "if (...) {\n"; found "if(...) {\n"
(#6) Variable "course_identify" must not contain underscores.
(#8) Expected "} else {\n"; found "}\n else {\n"
(#9) Variable "course_identify" must not contain underscores.
(#11) Variable "moodle_courses" must not contain underscores.
(#11) Variable "course_identify" must not contain underscores.
(#13) Variable "moodle_courses" must not contain underscores.
(#18) Variable "course_mapping" must not contain underscores.
(#22) Expected "if (...) {\n"; found "if (...){\n"
(#26) Inline comments must start with a capital letter, digit or 3-dots sequence
(#26) Inline comments must end in full-stops, exclamation marks, or question marks
(#26) No space found before comment text; expected "// creating the courses mapping" but found "//creating the courses mapping"
(#27) Expected "foreach (...) {\n"; found "foreach (...){\n"
(#28) Commas (,) must be followed by white space.
(#29) Variable "course_mapping" must not contain underscores.
(#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
(#38) Variable "course_mapping" must not contain underscores.
(#43) Variable "course_mapping" must not contain underscores.
(#44) Expected "if (...) {\n"; found "if(...) {\n"
(#45) "require_once" must be immediately followed by an open parenthesis
(#45) Whitespace found at end of line
(#46) Variable "DB_mapping" must be all lower-case
(#46) Variable "DB_mapping" must not contain underscores.
(#48) Expected "if (...) {\n"; found "if(...) {\n"
(#48) Variable "DB_mapping" must be all lower-case
(#48) Variable "DB_mapping" must not contain underscores.
(#49) Variable "DB_mapping" must be all lower-case
(#49) Variable "DB_mapping" must not contain underscores.
(#50) Variable "DB_mapping" must be all lower-case
(#50) Variable "DB_mapping" must not contain underscores.
(#51) Expected "if (...) {\n"; found "if(...) {\n"
(#51) Expected 1 space after "!=="; 0 found
(#52) Variable "res_array" must not contain underscores.
(#53) Whitespace found at end of line
(#54) Variable "DB_mapping" must be all lower-case
(#54) Variable "DB_mapping" must not contain underscores.
(#57) Expected "} else {\n"; found "}\n else {\n"
(#61) Line indented incorrectly; expected 8 spaces, found 12
(#61) Expected "if (...) {\n"; found "if(...) {\n"
(#61) Expected 1 space after "!=="; 0 found
(#62) Variable "res_array" must not contain underscores.
(#63) Line indented incorrectly; expected 8 spaces, found 12
(#65) Expected "if (...) {\n"; found "if (...){\n"
(#68) Inline comments must start with a capital letter, digit or 3-dots sequence
(#68) Inline comments must end in full-stops, exclamation marks, or question marks
(#68) No space found before comment text; expected "// creating the courses mapping" but found "//creating the courses mapping"
(#69) Variable "res_array" must not contain underscores.
(#70) Commas (,) must be followed by white space.
(#71) Expected "if (...) {\n"; found "if(...) {\n"
(#72) Line exceeds maximum limit of 180 characters; contains 286 characters
(#74) Expected "} else {\n"; found "}\n else {\n"
(#75) Expected "if (...) {\n"; found "if(...) {\n"
(#75) Variable "course_mapping" must not contain underscores.
(#76) Line exceeds maximum limit of 180 characters; contains 204 characters
(#78) Expected "} else {\n"; found "}\n else {\n"
(#79) Line indented incorrectly; expected at least 20 spaces, found 12
(#79) Variable "course_mapping" must not contain underscores.
(#79) Whitespace found at end of line
(#81) Spaces must be used for alignment; tabs are not allowed
(#81) Tab found within whitespace
(#81) Whitespace found at end of line
(#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 5
(#83) Variable "res_array" must not contain underscores.
(#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 5
(#86) Variable "course_mapping" must not contain underscores.
(#90) Variable "course_mapping" must not contain underscores.
(#92) Expected "if (...) {\n"; found "if(...) {\n"
(#94) Line indented incorrectly; expected at least 12 spaces, found 11
(#95) Line indented incorrectly; expected at least 12 spaces, found 11
(#95) Whitespace found at end of line
(#96) Line indented incorrectly; expected at least 12 spaces, found 11
(#96) Whitespace found at end of line
(#103) Line exceeds 132 characters; contains 140 characters
(#107) Spaces must be used for alignment; tabs are not allowed
(#107) Tab found within whitespace
(#107) Whitespace found at end of line
(#115) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#117) Variable "course_mapping" must not contain underscores.
(#125) Inline comments must start with a capital letter, digit or 3-dots sequence
(#125) Inline comments must end in full-stops, exclamation marks, or question marks
(#125) No space found before comment text; expected "// if this is a GET (no errors) read the values from the database" but found "//if this is a GET (no errors) read the values from the database"
(#127) Variable "new_courses_total" must not contain underscores.
(#127) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#128) Variable "read_from_db_only" must not contain underscores.
(#128) Variable "new_courses_total" must not contain underscores.
(#128) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#130) Variable "moodle_courses" must not contain underscores.
(#132) Variable "moodle_courses" must not contain underscores.
(#133) Variable "course_mapping" must not contain underscores.
(#134) Variable "course_mapping_id" must not contain underscores.
(#134) Variable "course_mapping" must not contain underscores.
(#135) Variable "saml_course_id" must not contain underscores.
(#135) Variable "course_mapping" must not contain underscores.
(#136) Variable "saml_course_period" must not contain underscores.
(#136) Variable "course_mapping" must not contain underscores.
(#138) Variable "course_param" must not contain underscores.
(#138) Variable "course_mapping_id" must not contain underscores.
(#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 9
(#140) Variable "course_param" must not contain underscores.
(#141) Variable "course_param" must not contain underscores.
(#141) Variable "course_param" must not contain underscores.
(#141) Line exceeds 132 characters; contains 137 characters
(#142) Variable "course_mapping_id" must not contain underscores.
(#143) Expected 1 space before "?"; newline found
(#146) Spaces must be used for alignment; tabs are not allowed
(#146) Tab found within whitespace
(#146) Line indented incorrectly; expected at least 12 spaces, found 3
(#146) Variable "course_mapping_id" must not contain underscores.
(#147) Variable "course_mapping_id" must not contain underscores.
(#148) Variable "course_mapping_id" must not contain underscores.
(#149) Variable "moodle_courses" must not contain underscores.
(#150) Variable "read_from_db_only" must not contain underscores.
(#150) Variable "course_param" must not contain underscores.
(#150) Variable "read_from_db_only" must not contain underscores.
(#150) Line exceeds maximum limit of 180 characters; contains 219 characters
(#153) Variable "course_name" must not contain underscores.
(#153) Variable "read_from_db_only" must not contain underscores.
(#153) Variable "saml_course_id" must not contain underscores.
(#153) Variable "course_param" must not contain underscores.
(#154) Variable "course_period" must not contain underscores.
(#154) Variable "read_from_db_only" must not contain underscores.
(#154) Variable "saml_course_period" must not contain underscores.
(#154) Variable "course_param" must not contain underscores.
(#155) Variable "course_mapping_id" must not contain underscores.
(#155) Variable "course_name" must not contain underscores.
(#156) Variable "course_mapping_id" must not contain underscores.
(#156) Variable "course_period" must not contain underscores.
(#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 9
(#161) Inline comments must end in full-stops, exclamation marks, or question marks
(#161) No space found before comment text; expected "// New mappings" but found "//New mappings"
(#164) Variable "read_from_db_only" must not contain underscores.
(#165) Spaces must be used for alignment; tabs are not allowed
(#165) Tab found within whitespace
(#165) Line indented incorrectly; expected 8 spaces, found 5
(#165) Variable "new_courses_total" must not contain underscores.
(#167) Variable "new_course_param" must not contain underscores.
(#168) Line indented incorrectly; expected 12 spaces, found 16
(#168) Variable "new_course_param" must not contain underscores.
(#170) Spaces must be used for alignment; tabs are not allowed
(#170) Tab found within whitespace
(#170) Line indented incorrectly; expected at least 16 spaces, found 6
(#170) Variable "new_course_param" must not contain underscores.
(#170) Variable "new_course_param" must not contain underscores.
(#170) Expected 1 space before "?"; 0 found
(#170) Variable "new_course_param" must not contain underscores.
(#170) Line exceeds maximum limit of 180 characters; contains 212 characters
(#170) Whitespace found at end of line
(#171) Line indented incorrectly; expected at least 16 spaces, found 12
(#171) Variable "new_course_param" must not contain underscores.
(#171) Variable "new_course_param" must not contain underscores.
(#171) Line exceeds maximum limit of 180 characters; contains 187 characters
(#172) Spaces must be used for alignment; tabs are not allowed
(#172) Tab found within whitespace
(#172) Line indented incorrectly; expected at least 16 spaces, found 13
(#173) Spaces must be used for alignment; tabs are not allowed
(#173) Tab found within whitespace
(#173) Line indented incorrectly; expected 16 spaces, found 13
(#173) Variable "moodle_courses" must not contain underscores.
(#174) Variable "is_selected" must not contain underscores.
(#174) Variable "new_course_param" must not contain underscores.
(#174) Whitespace found at end of line
(#175) Variable "is_selected" must not contain underscores.
(#175) Line exceeds 132 characters; contains 137 characters
(#176) Spaces must be used for alignment; tabs are not allowed
(#176) Tab found within whitespace
(#176) Line indented incorrectly; expected 16 spaces, found 13
(#177) Spaces must be used for alignment; tabs are not allowed
(#177) Tab found within whitespace
(#177) Line indented incorrectly; expected at least 16 spaces, found 13
(#178) Spaces must be used for alignment; tabs are not allowed
(#178) Tab found within whitespace
(#178) Line indented incorrectly; expected at least 16 spaces, found 13
(#178) Variable "new_course_param" must not contain underscores.
(#178) Line exceeds 132 characters; contains 148 characters
(#179) Spaces must be used for alignment; tabs are not allowed
(#179) Tab found within whitespace
(#179) Line indented incorrectly; expected at least 16 spaces, found 13
(#179) Variable "new_course_param" must not contain underscores.
(#179) Line exceeds 132 characters; contains 152 characters
(#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 16 spaces, found 13
(#181) Line indented incorrectly; expected 12 spaces, found 15
(#181) Closing brace indented incorrectly; expected 16 spaces, found 15
(#181) Whitespace found at end of line
(#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 5
(#183) Spaces must be used for alignment; tabs are not allowed
(#183) Tab found within whitespace
(#183) Line indented incorrectly; expected 8 spaces, found 5
(#187) Variable "moodle_courses" must not contain underscores.
(#193) Whitespace found at end of line
auth/saml/custom_hook.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#3) Line 2 of the opening comment must start "//".
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#8) Line 7 of the opening comment must start "//".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#13) Line 12 of the opening comment must start "//".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#35) Expected MOODLE_INTERNAL check or config.php inclusion
(#35) Variable "saml_attributes" must not contain underscores.
(#37) Inline comments must end in full-stops, exclamation marks, or question marks
(#38) Expected "if (...) {\n"; found "if(...) {\n"
(#38) Variable "saml_attributes" must not contain underscores.
(#39) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#39) Variable "saml_attributes" must not contain underscores.
(#41) Expected "if (...) {\n"; found "if(...) {\n"
(#42) Variable "saml_attributes" must not contain underscores.
(#43) No space found before comment text; expected "// DNI sin letra" but found "//DNI sin letra"
(#44) Inline comments must end in full-stops, exclamation marks, or question marks
(#44) This comment is 75% valid code; is this commented out code?
(#44) No space found before comment text; expected "// $saml_attributes['schacPersonalUniqueID'][$key] = substr($value[2], 0, 8);" but found "//$saml_attributes['schacPersonalUniqueID'][$key] = substr($value[2], 0, 8);"
(#46) Expected "} else {\n"; found "}\n else {\n"
(#47) Variable "saml_attributes" must not contain underscores.
(#52) Inline comments must end in full-stops, exclamation marks, or question marks
(#53) Expected "if (...) {\n"; found "if(...) {\n"
(#53) Variable "saml_attributes" must not contain underscores.
(#54) Expected "if (...) {\n"; found "if(...) {\n"
(#54) Variable "saml_attributes" must not contain underscores.
(#55) Variable "saml_attributes" must not contain underscores.
(#55) Variable "saml_attributes" must not contain underscores.
(#58) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#60) Inline comments must end in full-stops, exclamation marks, or question marks
(#61) Expected "if (...) {\n"; found "if(...) {\n"
(#61) Variable "saml_attributes" must not contain underscores.
(#62) Expected "if (...) {\n"; found "if(...) {\n"
(#62) Variable "saml_attributes" must not contain underscores.
(#63) Variable "saml_attributes" must not contain underscores.
(#63) Variable "saml_attributes" must not contain underscores.
(#65) Expected "} else if (...) {\n"; found "}\n else if (...) {\n"
(#65) Variable "saml_attributes" must not contain underscores.
(#66) Variable "saml_attributes" must not contain underscores.
(#66) Variable "saml_attributes" must not contain underscores.
(#68) Expected "} else if (...) {\n"; found "}\n else if (...) {\n"
(#68) Variable "saml_attributes" must not contain underscores.
(#69) Variable "saml_attributes" must not contain underscores.
(#69) Variable "saml_attributes" must not contain underscores.
(#72) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#74) Inline comments must end in full-stops, exclamation marks, or question marks
(#76) Expected "if (...) {\n"; found "if(...) {\n"
(#76) Variable "saml_attributes" must not contain underscores.
(#77) Expected "if (...) {\n"; found "if(...) {\n"
(#77) Variable "saml_attributes" must not contain underscores.
(#78) Variable "saml_attributes" must not contain underscores.
(#78) Variable "saml_attributes" must not contain underscores.
(#80) Expected "} else if (...) {\n"; found "}\n else if (...) {\n"
(#80) Variable "saml_attributes" must not contain underscores.
(#81) Variable "saml_attributes" must not contain underscores.
(#81) Variable "saml_attributes" must not contain underscores.
(#99) Variable "saml_attributes" must not contain underscores.
(#99) Variable "user_exists" must not contain underscores.
(#117) Variable "saml_attributes" must not contain underscores.
(#117) Variable "authorize_user" must not contain underscores.
(#131) Variable "saml_attributes" must not contain underscores.
(#139) Whitespace found at end of line
(#141) Whitespace found at end of line
(#143) Whitespace found at end of line
(#156) Whitespace found at end of line
(#170) Line indented incorrectly; expected at least 4 spaces, found 2
(#172) Line indented incorrectly; expected at least 4 spaces, found 2
(#174) Line indented incorrectly; expected 4 spaces, found 2
(#175) Line indented incorrectly; expected at least 8 spaces, found 4
(#176) Line indented incorrectly; expected 4 spaces, found 2
(#178) Line indented incorrectly; expected at least 4 spaces, found 2
auth/saml/error.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) Expected MOODLE_INTERNAL check or config.php inclusion
(#5) Whitespace found at end of line
(#6) Expected "if (...) {\n"; found "if(...) {\n"
(#9) Expected "} else {\n"; found "}\n else {\n"
(#12) Whitespace found at end of line
(#13) Expected "if (...) {\n"; found "if(...) {\n"
(#13) Expected 1 space before "!="; 0 found
(#13) Expected 1 space after "!="; 0 found
(#15) Expected "if (...) {\n"; found "if(...) {\n"
(#16) Variable "site_name" must not contain underscores.
(#18) Expected "} else {\n"; found "}\n else {\n"
(#19) Variable "site_name" must not contain underscores.
(#21) Variable "site_name" must not contain underscores.
(#24) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#28) Expected "if (...) {\n"; found "if(...) {\n"
(#29) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#30) Expected "if (...) {\n"; found "if(...) {\n"
(#31) Expected "if (...) {\n"; found "if(...) {\n"
(#31) Expected 1 space before "!="; 0 found
(#31) Expected 1 space after "!="; 0 found
(#37) Expected "} else {\n"; found "}\n else {\n"
(#38) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#39) Expected "if (...) {\n"; found "if(...) {\n"
(#39) Expected 1 space before "!="; 0 found
(#39) Expected 1 space after "!="; 0 found
(#49) Expected "} else {\n"; found "}\n else {\n"
(#50) Expected "if (...) {\n"; found "if(...) {\n"
(#50) Expected 1 space before "!="; 0 found
(#50) Expected 1 space after "!="; 0 found
(#56) Expected "if (...) {\n"; found "if(...) {\n"
(#56) Expected 1 space before "!="; 0 found
(#56) Expected 1 space after "!="; 0 found
(#59) Expected "if (...) {\n"; found "if(...) {\n"
(#70) Inline comments must end in full-stops, exclamation marks, or question marks
(#72) Variable "error_log_type" must not contain underscores.
(#73) Expected "if (...) {\n"; found "if(...) {\n"
(#77) Expected "} else {\n"; found "}\n else {\n"
(#80) Variable "error_log_type" must not contain underscores.
(#83) The use of function error_log() is forbidden
(#83) Variable "error_log_type" must not contain underscores.
auth/saml/index.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#5) Line indented incorrectly; expected 0 spaces, found 4
(#5) Expected "try {\n...} catch (...) {\n"; found "try{\n...} catch (...) {\n"
(#8) Inline comments must end in full-stops, exclamation marks, or question marks
(#10) Line indented incorrectly; expected 4 spaces, found 8
(#11) Variable "config_content" must not contain underscores.
(#11) Expected 1 space after "="; 2 found
(#14) Line indented incorrectly; expected 8 spaces, found 12
(#14) Variable "config_content" must not contain underscores.
(#16) Line indented incorrectly; expected 8 spaces, found 12
(#17) Line indented incorrectly; expected 4 spaces, found 8
(#22) Line indented incorrectly; expected 4 spaces, found 8
(#22) Expected "if (...) {\n"; found "if(...) {\n"
(#24) Line indented incorrectly; expected 4 spaces, found 8
(#25) Expected "} else if (...) {\n"; found "}\n else if (...) {\n"
(#27) Line indented incorrectly; expected 4 spaces, found 8
(#28) 'throw' is a reserved keyword introduced in PHP version 5.0 and cannot be invoked as a function (T_THROW)
(#29) Line indented incorrectly; expected 4 spaces, found 8
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Variable "saml_param" must not contain underscores.
(#33) Line indented incorrectly; expected 4 spaces, found 8
(#33) Expected "if (...) {\n"; found "if(...) {\n"
(#33) Variable "saml_param" must not contain underscores.
(#34) 'throw' is a reserved keyword introduced in PHP version 5.0 and cannot be invoked as a function (T_THROW)
(#34) Variable "saml_param" must not contain underscores.
(#35) Line indented incorrectly; expected 4 spaces, found 8
(#36) Variable "saml_param" must not contain underscores.
(#37) Variable "saml_param" must not contain underscores.
(#39) Line indented incorrectly; expected 4 spaces, found 8
(#39) Expected "if (...) {\n"; found "if(...) {\n"
(#40) Line indented incorrectly; expected 8 spaces, found 12
(#40) Expected "if (...) {\n"; found "if(...) {\n"
(#43) Line indented incorrectly; expected 8 spaces, found 12
(#44) Expected "} else if (...) {\n"; found "}\n else if(...) {\n"
(#44) Expected "if (...) {\n"; found "if(...) {\n"
(#46) Line indented incorrectly; expected 8 spaces, found 12
(#47) Line indented incorrectly; expected 8 spaces, found 12
(#47) Expected "} else {\n"; found "}\n else{\n"
(#49) Line indented incorrectly; expected 8 spaces, found 12
(#51) Line indented incorrectly; expected 8 spaces, found 12
(#51) Expected "if (...) {\n"; found "if(...) {\n"
(#51) Variable "saml_param" must not contain underscores.
(#53) Inline comments must end in full-stops, exclamation marks, or question marks
(#54) Line indented incorrectly; expected 8 spaces, found 12
(#57) Line indented incorrectly; expected 8 spaces, found 12
(#58) Line indented incorrectly; expected 4 spaces, found 8
(#61) Variable "valid_saml_session" must not contain underscores.
(#62) Variable "saml_attributes" must not contain underscores.
(#63) Line indented incorrectly; expected 0 spaces, found 4
(#65) Expected login check (require_login, require_course_login, admin_externalpage_setup) following config inclusion. None found.
(#74) Line indented incorrectly; expected 4 spaces, found 8
(#74) Expected "if (...) {\n"; found "if(...) {\n"
(#74) Expected 1 space before "-"; 0 found
(#74) Expected 1 space after "-"; 0 found
(#76) Line indented incorrectly; expected 4 spaces, found 8
(#81) Line indented incorrectly; expected 0 spaces, found 4
(#83) Inline comments must end in full-stops, exclamation marks, or question marks
(#86) Inline comments must end in full-stops, exclamation marks, or question marks
(#90) Variable "SAML_COURSE_INFO" must be all lower-case
(#90) Variable "SAML_COURSE_INFO" must not contain underscores.
(#96) Line indented incorrectly; expected 0 spaces, found 4
(#96) Expected "if (...) {\n"; found "if(...) {\n"
(#96) Expected 1 space before "-"; 0 found
(#96) Expected 1 space after "-"; 0 found
(#98) Line indented incorrectly; expected 0 spaces, found 4
(#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) Line indented incorrectly; expected 0 spaces, found 5
(#101) Expected "if (...) {\n"; found "if(...) {\n"
(#103) Line indented incorrectly; expected 0 spaces, found 5
(#105) Inline comments must end in full-stops, exclamation marks, or question marks
(#108) Line indented incorrectly; expected 0 spaces, found 4
(#108) Variable "valid_saml_session" must not contain underscores.
(#109) Spaces must be used to indent lines; tabs are not allowed
(#109) Tab found within whitespace
(#109) Inline comments must end in full-stops, exclamation marks, or question marks
(#111) Line indented incorrectly; expected 4 spaces, found 8
(#112) Variable "saml_param" must not contain underscores.
(#114) Line indented incorrectly; expected 4 spaces, found 8
(#117) Line indented incorrectly; expected 4 spaces, found 8
(#118) Line indented incorrectly; expected 0 spaces, found 4
(#119) Inline comments must end in full-stops, exclamation marks, or question marks
(#121) Line indented incorrectly; expected 4 spaces, found 8
(#123) Line indented incorrectly; expected 4 spaces, found 8
(#125) Line indented incorrectly; expected 4 spaces, found 8
(#126) Variable "saml_attributes" must not contain underscores.
(#127) Line indented incorrectly; expected 4 spaces, found 8
(#129) Inline comments must end in full-stops, exclamation marks, or question marks
(#130) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#133) Inline comments must end in full-stops, exclamation marks, or question marks
(#134) Variable "saml_attributes" must not contain underscores.
(#136) Line indented incorrectly; expected 4 spaces, found 8
(#137) Variable "username_field" must not contain underscores.
(#138) Line indented incorrectly; expected 4 spaces, found 8
(#139) Variable "username_field" must not contain underscores.
(#140) Line indented incorrectly; expected 4 spaces, found 8
(#142) Line indented incorrectly; expected 4 spaces, found 8
(#142) Expected "if (...) {\n"; found "if(...) {\n"
(#142) Variable "saml_attributes" must not contain underscores.
(#142) Variable "username_field" must not contain underscores.
(#143) Variable "username_field" must not contain underscores.
(#145) Line indented incorrectly; expected 4 spaces, found 8
(#146) Variable "saml_attributes" must not contain underscores.
(#146) Variable "username_field" must not contain underscores.
(#149) Variable "saml_courses" must not contain underscores.
(#150) Line indented incorrectly; expected 4 spaces, found 8
(#150) Expected "if (...) {\n"; found "if(...) {\n"
(#151) Line indented incorrectly; expected 8 spaces, found 12
(#151) Expected "if (...) {\n"; found "if(...) {\n"
(#151) Variable "saml_attributes" must not contain underscores.
(#154) Line indented incorrectly; expected 8 spaces, found 12
(#155) Variable "saml_courses" must not contain underscores.
(#155) Variable "saml_attributes" must not contain underscores.
(#156) Line indented incorrectly; expected 4 spaces, found 8
(#158) Inline comments must end in full-stops, exclamation marks, or question marks
(#159) Line indented incorrectly; expected 4 spaces, found 8
(#159) Expected "if (...) {\n"; found "if(...) {\n"
(#160) Variable "any_course_active" must not contain underscores.
(#162) Line indented incorrectly; expected 8 spaces, found 12
(#162) Variable "SAML_COURSE_INFO" must be all lower-case
(#162) Variable "SAML_COURSE_INFO" must not contain underscores.
(#163) Variable "SAML_COURSE_INFO" must be all lower-case
(#163) Variable "SAML_COURSE_INFO" must not contain underscores.
(#164) Line indented incorrectly; expected 8 spaces, found 12
(#165) Variable "SAML_COURSE_INFO" must be all lower-case
(#165) Variable "SAML_COURSE_INFO" must not contain underscores.
(#165) Variable "mapped_roles" must not contain underscores.
(#166) Variable "SAML_COURSE_INFO" must be all lower-case
(#166) Variable "SAML_COURSE_INFO" must not contain underscores.
(#166) Variable "mapped_courses" must not contain underscores.
(#167) Line indented incorrectly; expected 4 spaces, found 8
(#169) Inline comments must end in full-stops, exclamation marks, or question marks
(#170) Variable "user_exists" must not contain underscores.
(#171) Whitespace found at end of line
(#172) Line indented incorrectly; expected 4 spaces, found 8
(#173) Variable "user_exists" must not contain underscores.
(#173) Variable "user_exists" must not contain underscores.
(#173) Variable "saml_attributes" must not contain underscores.
(#173) Variable "user_exists" must not contain underscores.
(#174) Line indented incorrectly; expected 4 spaces, found 8
(#176) Line indented incorrectly; expected 4 spaces, found 8
(#176) Variable "user_exists" must not contain underscores.
(#177) Variable "jit_not_active" must not contain underscores.
(#178) Variable "jit_not_active" must not contain underscores.
(#180) Line indented incorrectly; expected 4 spaces, found 8
(#182) Variable "authorize_user" must not contain underscores.
(#183) Variable "authorize_error" must not contain underscores.
(#185) Inline comments must end in full-stops, exclamation marks, or question marks
(#186) Line indented incorrectly; expected 4 spaces, found 8
(#186) Expected "if (...) {\n"; found "if(...) {\n"
(#186) Variable "user_exists" must not contain underscores.
(#186) Variable "any_course_active" must not contain underscores.
(#186) Variable "any_course_active" must not contain underscores.
(#187) Variable "authorize_error" must not contain underscores.
(#188) Variable "authorize_user" must not contain underscores.
(#189) Line indented incorrectly; expected 4 spaces, found 8
(#191) Line indented incorrectly; expected 4 spaces, found 8
(#192) Variable "saml_attributes" must not contain underscores.
(#192) Variable "authorize_user" must not contain underscores.
(#193) Line indented incorrectly; expected 8 spaces, found 12
(#194) Variable "authorize_user" must not contain underscores.
(#195) Variable "authorize_error" must not contain underscores.
(#196) Line indented incorrectly; expected 8 spaces, found 12
(#197) Line indented incorrectly; expected 4 spaces, found 8
(#199) Line indented incorrectly; expected 4 spaces, found 8
(#199) Variable "authorize_user" must not contain underscores.
(#200) Variable "authorize_error" must not contain underscores.
(#202) Line indented incorrectly; expected 4 spaces, found 8
(#203) Whitespace found at end of line
(#206) Line indented incorrectly; expected 4 spaces, found 8
(#209) Line indented incorrectly; expected 4 spaces, found 8
(#211) Inline comments must end in full-stops, exclamation marks, or question marks
(#213) Line indented incorrectly; expected 4 spaces, found 8
(#216) Line indented incorrectly; expected 4 spaces, found 8
(#220) Line indented incorrectly; expected 4 spaces, found 8
(#221) Variable "saml_attributes" must not contain underscores.
(#222) Line indented incorrectly; expected 4 spaces, found 8
(#224) Line indented incorrectly; expected 4 spaces, found 8
(#226) Line indented incorrectly; expected 4 spaces, found 8
(#228) Line indented incorrectly; expected 4 spaces, found 8
(#230) Line indented incorrectly; expected 4 spaces, found 8
(#236) Line indented incorrectly; expected 4 spaces, found 8
(#236) Expected "if (...) {\n"; found "if(...) {\n"
(#238) Line indented incorrectly; expected 4 spaces, found 8
(#240) Line indented incorrectly; expected 0 spaces, found 4
auth/saml/lang/en/auth_saml.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#36) Whitespace found at end of line within string
(#37) Whitespace found at end of line within string
(#67) Whitespace found at end of line
(#69) Whitespace found at end of line
(#70) Whitespace found at end of line
(#72) Whitespace found at end of line
(#73) Whitespace found at end of line
(#95) Expected 1 space after "="; 0 found
(#98) Expected 1 space after "="; 0 found
auth/saml/lang/es/auth_saml.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#62) Whitespace found at end of line
(#64) Whitespace found at end of line
(#65) Whitespace found at end of line
(#67) Whitespace found at end of line
(#68) Whitespace found at end of line
(#90) Expected 1 space after "="; 0 found
(#93) Expected 1 space after "="; 0 found
(#106) Whitespace found at end of line
auth/saml/lang/es_es/auth_saml.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#60) Whitespace found at end of line
(#62) Whitespace found at end of line
(#63) Whitespace found at end of line
(#65) Whitespace found at end of line
(#66) Whitespace found at end of line
(#88) Expected 1 space after "="; 0 found
(#91) Expected 1 space after "="; 0 found
(#104) Whitespace found at end of line
auth/saml/login.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#3) File is being unconditionally included; use "require_once" instead
(#7) Inline comments must end in full-stops, exclamation marks, or question marks
(#7) No space found before comment text; expected "// HTTPS is required in this page when $CFG->loginhttps enabled" but found "//HTTPS is required in this page when $CFG->loginhttps enabled"
(#10) Inline comments must start with a capital letter, digit or 3-dots sequence
(#10) Inline comments must end in full-stops, exclamation marks, or question marks
(#11) Variable "samlUrl" must be all lower-case
(#12) Expected "if (...) {\n"; found "if(...) {\n"
(#13) Variable "samlUrl" must be all lower-case
(#13) Variable "samlUrl" must be all lower-case
(#16) Inline comments must start with a capital letter, digit or 3-dots sequence
(#16) Inline comments must end in full-stops, exclamation marks, or question marks
(#17) Variable "saml_config" must not contain underscores.
(#18) Expected "if (...) {\n"; found "if(...)\n{\n"
(#18) Variable "saml_config" must not contain underscores.
(#18) Variable "saml_config" must not contain underscores.
(#20) Variable "samlUrl" must be all lower-case
(#30) Inline comments must end in full-stops, exclamation marks, or question marks
(#30) 3 slashes comments are not allowed; use "// Comment." instead
(#34) Variable "show_instructions" must not contain underscores.
(#36) Variable "show_instructions" must not contain underscores.
(#47) Variable "show_instructions" must not contain underscores.
(#62) Line indented incorrectly; expected 0 spaces, found 2
(#63) Line exceeds 132 characters; contains 157 characters
(#63) Line exceeds 132 characters; contains 157 characters
(#63) Line exceeds 132 characters; contains 157 characters
(#63) Line exceeds 132 characters; contains 157 characters
(#63) Line exceeds 132 characters; contains 157 characters
(#63) Line exceeds 132 characters; contains 157 characters
(#63) Line exceeds 132 characters; contains 157 characters
(#63) Line exceeds 132 characters; contains 157 characters
(#63) Line exceeds 132 characters; contains 157 characters
(#63) Line exceeds 132 characters; contains 157 characters
(#63) Line exceeds 132 characters; contains 157 characters
(#63) Line exceeds 132 characters; contains 157 characters
(#63) Line exceeds 132 characters; contains 157 characters
(#63) Line exceeds 132 characters; contains 157 characters
(#63) Line exceeds 132 characters; contains 157 characters
(#63) Line exceeds 132 characters; contains 157 characters
(#63) Line exceeds 132 characters; contains 157 characters
(#63) Line exceeds 132 characters; contains 157 characters
(#63) Line exceeds 132 characters; contains 157 characters
(#63) Line exceeds 132 characters; contains 157 characters
(#63) Line exceeds 132 characters; contains 157 characters
(#63) Line exceeds 132 characters; contains 157 characters
(#63) Line exceeds 132 characters; contains 157 characters
(#63) Line exceeds 132 characters; contains 157 characters
(#63) Line exceeds 132 characters; contains 157 characters
(#63) Line exceeds 132 characters; contains 157 characters
(#63) Line exceeds 132 characters; contains 157 characters
(#63) Line exceeds 132 characters; contains 157 characters
(#63) Line exceeds 132 characters; contains 157 characters
(#63) Line exceeds 132 characters; contains 157 characters
(#63) Line exceeds 132 characters; contains 157 characters
(#63) Line exceeds 132 characters; contains 157 characters
(#63) Line exceeds 132 characters; contains 157 characters
(#63) Line exceeds 132 characters; contains 157 characters
(#63) Line exceeds 132 characters; contains 157 characters
(#63) Line exceeds 132 characters; contains 157 characters
(#63) Line exceeds 132 characters; contains 157 characters
(#63) Line exceeds 132 characters; contains 157 characters
(#63) Line exceeds 132 characters; contains 157 characters
(#63) Line exceeds 132 characters; contains 157 characters
(#63) Line exceeds 132 characters; contains 157 characters
(#63) Line exceeds 132 characters; contains 157 characters
(#63) Line exceeds 132 characters; contains 157 characters
(#65) Line indented incorrectly; expected 0 spaces, found 2
(#70) Variable "saml_config" must not contain underscores.
(#77) Expected "if (...) {\n"; found "if (...){\n"
(#78) Variable "saml_config" must not contain underscores.
(#78) Variable "saml_config" must not contain underscores.
(#78) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#79) Variable "samlUrl" must be all lower-case
(#79) Variable "saml_config" must not contain underscores.
(#81) Variable "saml_config" must not contain underscores.
(#82) Variable "saml_config" must not contain underscores.
(#90) Line indented incorrectly; expected 12 spaces, found 10
(#95) Line indented incorrectly; expected 12 spaces, found 11
(#98) Line indented incorrectly; expected 8 spaces, found 10
(#102) Line indented incorrectly; expected 8 spaces, found 10
(#108) Expected 1 space before "?"; 0 found
(#108) Expected 1 space before ":"; 0 found
(#108) Line exceeds 132 characters; contains 140 characters
(#108) Line exceeds 132 characters; contains 140 characters
(#108) Line exceeds 132 characters; contains 140 characters
(#108) Line exceeds 132 characters; contains 140 characters
(#108) Line exceeds 132 characters; contains 140 characters
(#108) Line exceeds 132 characters; contains 140 characters
(#108) Line exceeds 132 characters; contains 140 characters
(#108) Line exceeds 132 characters; contains 140 characters
(#108) Line exceeds 132 characters; contains 140 characters
(#108) Line exceeds 132 characters; contains 140 characters
(#108) Line exceeds 132 characters; contains 140 characters
(#108) Line exceeds 132 characters; contains 140 characters
(#108) Line exceeds 132 characters; contains 140 characters
(#108) Line exceeds 132 characters; contains 140 characters
(#108) Line exceeds 132 characters; contains 140 characters
(#108) Line exceeds 132 characters; contains 140 characters
(#108) Line exceeds 132 characters; contains 140 characters
(#108) Line exceeds 132 characters; contains 140 characters
(#108) Line exceeds 132 characters; contains 140 characters
(#108) Line exceeds 132 characters; contains 140 characters
(#108) Line exceeds 132 characters; contains 140 characters
(#108) Line exceeds 132 characters; contains 140 characters
(#108) Line exceeds 132 characters; contains 140 characters
(#108) Line exceeds 132 characters; contains 140 characters
(#108) Line exceeds 132 characters; contains 140 characters
(#108) Line exceeds 132 characters; contains 140 characters
(#108) Line exceeds 132 characters; contains 140 characters
(#108) Line exceeds 132 characters; contains 140 characters
(#108) Line exceeds 132 characters; contains 140 characters
(#108) Line exceeds 132 characters; contains 140 characters
(#108) Line exceeds 132 characters; contains 140 characters
(#108) Line exceeds 132 characters; contains 140 characters
(#108) Line exceeds 132 characters; contains 140 characters
(#108) Line exceeds 132 characters; contains 140 characters
(#108) Line exceeds 132 characters; contains 140 characters
(#108) Line exceeds 132 characters; contains 140 characters
(#108) Line exceeds 132 characters; contains 140 characters
(#108) Line exceeds 132 characters; contains 140 characters
(#108) Line exceeds 132 characters; contains 140 characters
(#108) Line exceeds 132 characters; contains 140 characters
(#108) Line exceeds 132 characters; contains 140 characters
(#108) Line exceeds 132 characters; contains 140 characters
(#108) Line exceeds 132 characters; contains 140 characters
(#118) Line indented incorrectly; expected 16 spaces, found 14
(#120) Expected "if (...) {\n"; found "if (...) {"
(#120) Closing brace must be on a line by itself
(#120) Line exceeds 132 characters; contains 163 characters
(#120) Line exceeds 132 characters; contains 163 characters
(#120) Line exceeds 132 characters; contains 163 characters
(#120) Line exceeds 132 characters; contains 163 characters
(#120) Line exceeds 132 characters; contains 163 characters
(#120) Line exceeds 132 characters; contains 163 characters
(#120) Line exceeds 132 characters; contains 163 characters
(#120) Line exceeds 132 characters; contains 163 characters
(#120) Line exceeds 132 characters; contains 163 characters
(#120) Line exceeds 132 characters; contains 163 characters
(#120) Line exceeds 132 characters; contains 163 characters
(#120) Line exceeds 132 characters; contains 163 characters
(#120) Line exceeds 132 characters; contains 163 characters
(#120) Line exceeds 132 characters; contains 163 characters
(#120) Line exceeds 132 characters; contains 163 characters
(#120) Line exceeds 132 characters; contains 163 characters
(#120) Line exceeds 132 characters; contains 163 characters
(#120) Line exceeds 132 characters; contains 163 characters
(#120) Line exceeds 132 characters; contains 163 characters
(#120) Line exceeds 132 characters; contains 163 characters
(#120) Line exceeds 132 characters; contains 163 characters
(#120) Line exceeds 132 characters; contains 163 characters
(#120) Line exceeds 132 characters; contains 163 characters
(#120) Line exceeds 132 characters; contains 163 characters
(#120) Line exceeds 132 characters; contains 163 characters
(#120) Line exceeds 132 characters; contains 163 characters
(#120) Line exceeds 132 characters; contains 163 characters
(#120) Line exceeds 132 characters; contains 163 characters
(#120) Line exceeds 132 characters; contains 163 characters
(#120) Line exceeds 132 characters; contains 163 characters
(#120) Line exceeds 132 characters; contains 163 characters
(#120) Line exceeds 132 characters; contains 163 characters
(#120) Line exceeds 132 characters; contains 163 characters
(#120) Line exceeds 132 characters; contains 163 characters
(#120) Line exceeds 132 characters; contains 163 characters
(#120) Line exceeds 132 characters; contains 163 characters
(#120) Line exceeds 132 characters; contains 163 characters
(#120) Line exceeds 132 characters; contains 163 characters
(#120) Line exceeds 132 characters; contains 163 characters
(#120) Line exceeds 132 characters; contains 163 characters
(#120) Line exceeds 132 characters; contains 163 characters
(#120) Line exceeds 132 characters; contains 163 characters
(#120) Line exceeds 132 characters; contains 163 characters
(#123) Line indented incorrectly; expected 16 spaces, found 14
(#125) Line exceeds 132 characters; contains 148 characters
(#125) Line exceeds 132 characters; contains 148 characters
(#125) Line exceeds 132 characters; contains 148 characters
(#125) Line exceeds 132 characters; contains 148 characters
(#125) Line exceeds 132 characters; contains 148 characters
(#125) Line exceeds 132 characters; contains 148 characters
(#125) Line exceeds 132 characters; contains 148 characters
(#125) Line exceeds 132 characters; contains 148 characters
(#125) Line exceeds 132 characters; contains 148 characters
(#125) Line exceeds 132 characters; contains 148 characters
(#125) Line exceeds 132 characters; contains 148 characters
(#125) Line exceeds 132 characters; contains 148 characters
(#125) Line exceeds 132 characters; contains 148 characters
(#125) Line exceeds 132 characters; contains 148 characters
(#125) Line exceeds 132 characters; contains 148 characters
(#125) Line exceeds 132 characters; contains 148 characters
(#125) Line exceeds 132 characters; contains 148 characters
(#125) Line exceeds 132 characters; contains 148 characters
(#125) Line exceeds 132 characters; contains 148 characters
(#125) Line exceeds 132 characters; contains 148 characters
(#125) Line exceeds 132 characters; contains 148 characters
(#125) Line exceeds 132 characters; contains 148 characters
(#125) Line exceeds 132 characters; contains 148 characters
(#125) Line exceeds 132 characters; contains 148 characters
(#125) Line exceeds 132 characters; contains 148 characters
(#125) Line exceeds 132 characters; contains 148 characters
(#125) Line exceeds 132 characters; contains 148 characters
(#125) Line exceeds 132 characters; contains 148 characters
(#125) Line exceeds 132 characters; contains 148 characters
(#125) Line exceeds 132 characters; contains 148 characters
(#125) Line exceeds 132 characters; contains 148 characters
(#125) Line exceeds 132 characters; contains 148 characters
(#125) Line exceeds 132 characters; contains 148 characters
(#125) Line exceeds 132 characters; contains 148 characters
(#125) Line exceeds 132 characters; contains 148 characters
(#125) Line exceeds 132 characters; contains 148 characters
(#125) Line exceeds 132 characters; contains 148 characters
(#125) Line exceeds 132 characters; contains 148 characters
(#125) Line exceeds 132 characters; contains 148 characters
(#125) Line exceeds 132 characters; contains 148 characters
(#125) Line exceeds 132 characters; contains 148 characters
(#125) Line exceeds 132 characters; contains 148 characters
(#125) Line exceeds 132 characters; contains 148 characters
(#132) Line indented incorrectly; expected 12 spaces, found 10
(#144) Variable "show_instructions" must not contain underscores.
(#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
(#150) Line indented incorrectly; expected 0 spaces, found 10
(#150) Closing brace indented incorrectly; expected 0 spaces, found 10
(#151) Line indented incorrectly; expected 4 spaces, found 14
(#153) Line indented incorrectly; expected 4 spaces, found 14
(#155) Line indented incorrectly; expected 4 spaces, found 14
(#161) Closing brace indented incorrectly; expected 10 spaces, found 0
(#170) Line indented incorrectly; expected 0 spaces, found 10
(#170) Closing brace indented incorrectly; expected 0 spaces, found 10
(#179) Line exceeds maximum limit of 180 characters; contains 192 characters
(#179) Line exceeds maximum limit of 180 characters; contains 192 characters
(#179) Line exceeds maximum limit of 180 characters; contains 192 characters
(#179) Line exceeds maximum limit of 180 characters; contains 192 characters
(#179) Line exceeds maximum limit of 180 characters; contains 192 characters
(#179) Line exceeds maximum limit of 180 characters; contains 192 characters
(#179) Line exceeds maximum limit of 180 characters; contains 192 characters
(#179) Line exceeds maximum limit of 180 characters; contains 192 characters
(#179) Line exceeds maximum limit of 180 characters; contains 192 characters
(#179) Line exceeds maximum limit of 180 characters; contains 192 characters
(#179) Line exceeds maximum limit of 180 characters; contains 192 characters
(#179) Line exceeds maximum limit of 180 characters; contains 192 characters
(#179) Line exceeds maximum limit of 180 characters; contains 192 characters
(#179) Line exceeds maximum limit of 180 characters; contains 192 characters
(#179) Line exceeds maximum limit of 180 characters; contains 192 characters
(#179) Line exceeds maximum limit of 180 characters; contains 192 characters
(#179) Line exceeds maximum limit of 180 characters; contains 192 characters
(#179) Line exceeds maximum limit of 180 characters; contains 192 characters
(#179) Line exceeds maximum limit of 180 characters; contains 192 characters
(#179) Line exceeds maximum limit of 180 characters; contains 192 characters
(#179) Line exceeds maximum limit of 180 characters; contains 192 characters
(#179) Line exceeds maximum limit of 180 characters; contains 192 characters
(#179) Line exceeds maximum limit of 180 characters; contains 192 characters
(#179) Line exceeds maximum limit of 180 characters; contains 192 characters
(#179) Line exceeds maximum limit of 180 characters; contains 192 characters
(#179) Line exceeds maximum limit of 180 characters; contains 192 characters
(#179) Line exceeds maximum limit of 180 characters; contains 192 characters
(#179) Line exceeds maximum limit of 180 characters; contains 192 characters
(#179) Line exceeds maximum limit of 180 characters; contains 192 characters
(#179) Line exceeds maximum limit of 180 characters; contains 192 characters
(#179) Line exceeds maximum limit of 180 characters; contains 192 characters
(#179) Line exceeds maximum limit of 180 characters; contains 192 characters
(#179) Line exceeds maximum limit of 180 characters; contains 192 characters
(#179) Line exceeds maximum limit of 180 characters; contains 192 characters
(#179) Line exceeds maximum limit of 180 characters; contains 192 characters
(#179) Line exceeds maximum limit of 180 characters; contains 192 characters
(#179) Line exceeds maximum limit of 180 characters; contains 192 characters
(#179) Line exceeds maximum limit of 180 characters; contains 192 characters
(#179) Line exceeds maximum limit of 180 characters; contains 192 characters
(#179) Line exceeds maximum limit of 180 characters; contains 192 characters
(#179) Line exceeds maximum limit of 180 characters; contains 192 characters
(#179) Line exceeds maximum limit of 180 characters; contains 192 characters
(#179) Line exceeds maximum limit of 180 characters; contains 192 characters
(#189) Inline comments must start with a capital letter, digit or 3-dots sequence
(#189) Inline comments must end in full-stops, exclamation marks, or question marks
(#189) No space found before comment text; expected "// focus username or password" but found "//focus username or password"
auth/saml/roles.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) Expected MOODLE_INTERNAL check or config.php inclusion
(#4) Variable "moodle_roles" must not contain underscores.
(#6) Variable "moodle_roles" must not contain underscores.
(#8) Variable "moodle_roles" must not contain underscores.
(#12) Variable "role_mapping" must not contain underscores.
(#18) Expected "foreach (...) {\n"; found "foreach (...){\n"
(#19) Commas (,) must be followed by white space.
(#20) Variable "role_mapping" must not contain underscores.
(#22) Spaces must be used to indent lines; tabs are not allowed
(#22) Tab found within whitespace
(#22) Line indented incorrectly; expected at least 8 spaces, found 2
(#23) Spaces must be used to indent lines; tabs are not allowed
(#23) Tab found within whitespace
(#23) Line indented incorrectly; expected at least 8 spaces, found 2
(#23) Variable "saml_roles" must not contain underscores.
(#25) Variable "role_mapping" must not contain underscores.
(#31) Variable "role_mapping" must not contain underscores.
(#32) Expected "if (...) {\n"; found "if(...) {\n"
(#33) "require_once" must be immediately followed by an open parenthesis
(#33) Whitespace found at end of line
(#34) Variable "DB_mapping" must be all lower-case
(#34) Variable "DB_mapping" must not contain underscores.
(#36) Expected "if (...) {\n"; found "if(...) {\n"
(#36) Variable "DB_mapping" must be all lower-case
(#36) Variable "DB_mapping" must not contain underscores.
(#37) Variable "DB_mapping" must be all lower-case
(#37) Variable "DB_mapping" must not contain underscores.
(#38) Variable "DB_mapping" must be all lower-case
(#38) Variable "DB_mapping" must not contain underscores.
(#39) Expected "if (...) {\n"; found "if(...) {\n"
(#39) Expected 1 space after "!=="; 0 found
(#40) Variable "saml_roles" must not contain underscores.
(#42) Variable "DB_mapping" must be all lower-case
(#42) Variable "DB_mapping" must not contain underscores.
(#45) Expected "} else {\n"; found "}\n else {\n"
(#50) Expected "if (...) {\n"; found "if(...) {\n"
(#50) Expected 1 space after "!=="; 0 found
(#51) Variable "saml_roles" must not contain underscores.
(#59) Expected "foreach (...) {\n"; found "foreach (...){\n"
(#59) Variable "saml_roles" must not contain underscores.
(#60) Commas (,) must be followed by white space.
(#61) Expected "if (...) {\n"; found "if(...) {\n"
(#62) Line exceeds maximum limit of 180 characters; contains 207 characters
(#64) Expected "} else {\n"; found "}\n else {\n"
(#65) Expected "if (...) {\n"; found "if(...) {\n"
(#65) Variable "role_mapping" must not contain underscores.
(#66) Line exceeds 132 characters; contains 139 characters
(#68) Expected "} else {\n"; found "}\n else {\n"
(#69) Variable "role_mapping" 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 8 spaces, found 2
(#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 "saml_roles" must not contain underscores.
(#76) Variable "role_mapping" must not contain underscores.
(#80) Variable "role_mapping" must not contain underscores.
(#81) Whitespace found at end of line
(#82) Expected "if (...) {\n"; found "if(...) {\n"
(#93) Line exceeds 132 characters; contains 138 characters
(#97) Spaces must be used for alignment; tabs are not allowed
(#97) Tab found within whitespace
(#97) Whitespace found at end of line
(#109) Inline comments must start with a capital letter, digit or 3-dots sequence
(#109) Inline comments must end in full-stops, exclamation marks, or question marks
(#109) No space found before comment text; expected "// if this is a GET (no errors) only read the values from the database" but found "//if this is a GET (no errors) only read the values from the database"
(#111) Variable "new_roles_total" must not contain underscores.
(#111) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#112) Variable "read_from_db_only" must not contain underscores.
(#112) Variable "new_roles_total" must not contain underscores.
(#112) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#114) Inline comments must start with a capital letter, digit or 3-dots sequence
(#114) Inline comments must end in full-stops, exclamation marks, or question marks
(#114) No space found before comment text; expected "// existing roles" but found "//existing roles"
(#115) Variable "moodle_roles" must not contain underscores.
(#116) Variable "role_mapping" must not contain underscores.
(#116) Variable "saml_role" must not contain underscores.
(#117) Variable "role_param" must not contain underscores.
(#117) Variable "saml_role" must not contain underscores.
(#118) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#120) Spaces must be used for alignment; tabs are not allowed
(#120) Tab found within whitespace
(#120) Variable "role_param" must not contain underscores.
(#121) Variable "role_param" must not contain underscores.
(#122) Variable "saml_role" must not contain underscores.
(#122) Line exceeds 132 characters; contains 155 characters
(#123) Variable "saml_role" must not contain underscores.
(#124) Variable "saml_role" must not contain underscores.
(#125) Variable "saml_role" must not contain underscores.
(#126) Line indented incorrectly; expected 8 spaces, found 12
(#126) Variable "moodle_roles" must not contain underscores.
(#127) Variable "read_from_db_only" must not contain underscores.
(#127) Variable "role_param" must not contain underscores.
(#127) Variable "read_from_db_only" must not contain underscores.
(#127) Line exceeds maximum limit of 180 characters; contains 211 characters
(#128) Line indented incorrectly; expected 8 spaces, found 12
(#130) Variable "role_name" must not contain underscores.
(#130) Variable "read_from_db_only" must not contain underscores.
(#130) Variable "saml_role" must not contain underscores.
(#130) Variable "role_param" must not contain underscores.
(#131) Variable "saml_role" must not contain underscores.
(#131) Variable "role_name" must not contain underscores.
(#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 6
(#133) Spaces must be used for alignment; tabs are not allowed
(#133) Tab found within whitespace
(#136) Inline comments must end in full-stops, exclamation marks, or question marks
(#136) No space found before comment text; expected "// New roles" but found "//New roles"
(#139) Variable "read_from_db_only" must not contain underscores.
(#141) Inline comments must start with a capital letter, digit or 3-dots sequence
(#141) Inline comments must end in full-stops, exclamation marks, or question marks
(#141) No space found before comment text; expected "// we have a POST request" but found "//we have a POST request"
(#142) Variable "new_roles_total" must not contain underscores.
(#143) Variable "new_role_param" must not contain underscores.
(#144) Variable "new_role_param" must not contain underscores.
(#146) Spaces must be used for alignment; tabs are not allowed
(#146) Tab found within whitespace
(#146) Line indented incorrectly; expected at least 16 spaces, found 9
(#146) Variable "new_role_param" must not contain underscores.
(#146) Expected 1 space before "?"; 0 found
(#146) Expected 1 space before ":"; 0 found
(#146) Variable "new_role_param" must not contain underscores.
(#146) Variable "new_role_param" must not contain underscores.
(#146) Line exceeds maximum limit of 180 characters; contains 316 characters
(#148) Variable "moodle_roles" must not contain underscores.
(#149) Variable "is_selected" must not contain underscores.
(#149) Variable "new_role_param" must not contain underscores.
(#149) Whitespace found at end of line
(#150) Variable "is_selected" must not contain underscores.
(#150) Line exceeds 132 characters; contains 133 characters
(#153) Variable "new_role_param" must not contain underscores.
(#153) Line exceeds 132 characters; contains 145 characters
(#154) Spaces must be used for alignment; tabs are not allowed
(#154) Tab found within whitespace
(#154) Line indented incorrectly; expected at least 16 spaces, found 9
(#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 9
(#162) Variable "moodle_roles" must not contain underscores.
auth/saml/saml_config.php
(#1) No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.
auth/saml/utils.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Whitespace found at end of line
(#8) Whitespace found at end of line
(#13) Expected MOODLE_INTERNAL check or config.php inclusion
auth/saml/version.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.

Javascript coding style problems

(1029 errors, 12656 warnings)

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

auth/saml/resources/jquery-1.3.2.min.js
(#12) Line 12 exceeds the maximum line length of 132. (max-len)
(#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) 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) 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) 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) This line has 541 statements. Maximum allowed is 2. (max-statements-per-line)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-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) 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) 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) Missing space before value for key 'init'. (key-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) 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) 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) 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) 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) Expected space(s) after "if". (keyword-spacing)
(#12) Expected space(s) before "if". (keyword-spacing)
(#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)
(#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) 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) 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) Statement inside of curly braces should be on next line. (brace-style)
(#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) 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) Expected space(s) before "else". (keyword-spacing)
(#12) Expected space(s) after "else". (keyword-spacing)
(#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) 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) 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) Expected space(s) before "var". (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) 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) 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) Requires a space before '}'. (block-spacing)
(#12) Expected space(s) after "else". (keyword-spacing)
(#12) Expected space(s) before "else". (keyword-spacing)
(#12) Requires a space after '{'. (block-spacing)
(#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) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Expected space(s) after "else". (keyword-spacing)
(#12) Expected space(s) before "else". (keyword-spacing)
(#12) Requires a space after '{'. (block-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#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) 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) 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) Expected space(s) after "if". (keyword-spacing)
(#12) Expected space(s) before "if". (keyword-spacing)
(#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)
(#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) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#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) 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 'selector'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'jquery'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'size'. (key-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) 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 'get'. (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) 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) 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 'pushStack'. (key-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) 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) Infix operators must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected space(s) after "if". (keyword-spacing)
(#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) 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) 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) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Expected space(s) after "else". (keyword-spacing)
(#12) Expected space(s) before "else". (keyword-spacing)
(#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 "if". (keyword-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) 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) Requires a space before '}'. (block-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) 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 'setArray'. (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) Infix operators must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#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) 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 'each'. (key-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) 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) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#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 'index'. (key-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) 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) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'attr'. (key-spacing)
(#12) A space is required after ','. (comma-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) Infix operators must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#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) 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) 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 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) 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 semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Expected space(s) before "else". (keyword-spacing)
(#12) Expected space(s) after "else". (keyword-spacing)
(#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) 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) 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) 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 "for". (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) 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) 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) 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) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#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 'css'. (key-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) Expected space(s) after "if". (keyword-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#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) 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) Infix operators must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#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 'text'. (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 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) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#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) 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) Infix operators must be spaced. (space-infix-ops)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Expected space(s) before "var". (keyword-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) 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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#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) 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) 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) 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) Requires a space before '}'. (block-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) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'wrapAll'. (key-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) 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) 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) 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) 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 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 "while". (keyword-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) 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) 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) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#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) 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 'wrapInner'. (key-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) 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 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) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'wrap'. (key-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) 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 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 semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'append'. (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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) A space is required after ','. (comma-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) 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 "if". (keyword-spacing)
(#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) 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 before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'prepend'. (key-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) A space is required after ','. (comma-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) 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 "if". (keyword-spacing)
(#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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) A space is required after ','. (comma-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#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 'before'. (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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) A space is required after ','. (comma-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) 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) A space is required after ','. (comma-spacing)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#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 'after'. (key-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) A space is required after ','. (comma-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) 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) A space is required after ','. (comma-spacing)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'end'. (key-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) 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 'push'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'sort'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'splice'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'find'. (key-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) Expected space(s) after "if". (keyword-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 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) Missing whitespace after semicolon. (semi-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) A space is required after ','. (comma-spacing)
(#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) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Expected space(s) before "else". (keyword-spacing)
(#12) Expected space(s) after "else". (keyword-spacing)
(#12) Requires a space after '{'. (block-spacing)
(#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) A space is required after ','. (comma-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) A space is required after ','. (comma-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'clone'. (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) 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) 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 "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)
(#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) 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) Expected space(s) before "return". (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) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Expected space(s) after "else". (keyword-spacing)
(#12) Expected space(s) before "else". (keyword-spacing)
(#12) Requires a space after '{'. (block-spacing)
(#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) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#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)
(#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) 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 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) 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) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Expected space(s) before "var". (keyword-spacing)
(#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) Expected space(s) after "for". (keyword-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) Expected space(s) after "for". (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) 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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#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) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#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) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#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) 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 'filter'. (key-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) 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 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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-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 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) Infix operators must be spaced. (space-infix-ops)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#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) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'closest'. (key-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) 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) 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 to return a value at the end of this function. (array-callback-return)
(#12) Expected to return a value at the end of this function. (consistent-return)
(#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) Expected space(s) after "while". (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) 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) 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) 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) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#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 'not'. (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 space(s) after "if". (keyword-spacing)
(#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) 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 "if". (keyword-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#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) 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) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Expected space(s) after "else". (keyword-spacing)
(#12) Expected space(s) before "else". (keyword-spacing)
(#12) Requires a space after '{'. (block-spacing)
(#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) 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) Requires a space before '}'. (block-spacing)
(#12) Expected space(s) before "var". (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) 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) 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) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#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) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'add'. (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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) A space is required after ','. (comma-spacing)
(#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 'is'. (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) 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) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'hasClass'. (key-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) 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 'val'. (key-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) Expected space(s) after "if". (keyword-spacing)
(#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)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected space(s) after "if". (keyword-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) Expected space(s) after "if". (keyword-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) 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) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Expected space(s) after "if". (keyword-spacing)
(#12) Expected space(s) before "if". (keyword-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) 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) Infix operators must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected space(s) after "if". (keyword-spacing)
(#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) 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) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Expected space(s) before "for". (keyword-spacing)
(#12) Expected space(s) after "for". (keyword-spacing)
(#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) 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) 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) Missing whitespace after semicolon. (semi-spacing)
(#12) Blocks are nested too deeply (5). (max-depth)
(#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 "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) Blocks are nested too deeply (6). (max-depth)
(#12) Expected space(s) after "if". (keyword-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) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#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) 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) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#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) Expected space(s) before "return". (keyword-spacing)
(#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) Expected space(s) before "return". (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) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Expected space(s) after "if". (keyword-spacing)
(#12) Expected space(s) before "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) 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) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#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) 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) 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) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Expected space(s) after "if". (keyword-spacing)
(#12) Expected space(s) before "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) 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) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#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) Infix operators must be spaced. (space-infix-ops)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Expected space(s) after "else". (keyword-spacing)
(#12) Expected space(s) before "else". (keyword-spacing)
(#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) Expected space(s) after "if". (keyword-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#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) Infix operators must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-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) 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) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#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) Infix operators must be spaced. (space-infix-ops)
(#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) Expected space(s) after "if". (keyword-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) 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 space(s) after "else". (keyword-spacing)
(#12) Expected space(s) before "else". (keyword-spacing)
(#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) 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) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'html'. (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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Do not nest ternary expressions. (no-nested-ternary)
(#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 semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'replaceWith'. (key-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) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'eq'. (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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) A space is required after ','. (comma-spacing)
(#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 'slice'. (key-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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#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) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'map'. (key-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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#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) 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) 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 semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'andSelf'. (key-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) 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 'domManip'. (key-spacing)
(#12) A space is required after ','. (comma-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) Expected space(s) after "if". (keyword-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#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) 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) 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) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected space(s) after "if". (keyword-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) Expected space(s) after "for". (keyword-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) 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) 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) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#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) 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) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Expected space(s) before "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) 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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) A space is required after ','. (comma-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Expected space(s) before "return". (keyword-spacing)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Missing JSDoc comment. (require-jsdoc)
(#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) 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) 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) 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) 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) Requires a space before '}'. (block-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) Missing JSDoc comment. (require-jsdoc)
(#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) 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) 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 space before value for key 'url'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'async'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'dataType'. (key-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Expected space(s) after "else". (keyword-spacing)
(#12) Expected space(s) before "else". (keyword-spacing)
(#12) Requires a space after '{'. (block-spacing)
(#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) 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) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#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 "if". (keyword-spacing)
(#12) Expected space(s) before "if". (keyword-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) Requires a space before '}'. (block-spacing)
(#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) 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 '()' invoking a constructor. (new-parens)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-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)
(#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) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected space(s) after "if". (keyword-spacing)
(#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)
(#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) 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) Expected space(s) before "if". (keyword-spacing)
(#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) 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) Infix operators must be spaced. (space-infix-ops)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Expected space(s) before "if". (keyword-spacing)
(#12) Expected space(s) after "if". (keyword-spacing)
(#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)
(#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) 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) Missing space before opening brace. (space-before-blocks)
(#12) Requires a space after '{'. (block-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) Statement inside of curly braces should be on next line. (brace-style)
(#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) 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) Expected space(s) after "for". (keyword-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) Missing whitespace after semicolon. (semi-spacing)
(#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) 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) 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 "if". (keyword-spacing)
(#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) 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) 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) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-spacing)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Expected space(s) before "else". (keyword-spacing)
(#12) Expected space(s) after "else". (keyword-spacing)
(#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 "if". (keyword-spacing)
(#12) Blocks are nested too deeply (5). (max-depth)
(#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) 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) Infix operators must be spaced. (space-infix-ops)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Expected space(s) before "return". (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) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#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) 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) 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) Missing whitespace after semicolon. (semi-spacing)
(#12) Missing space before value for key 'noConflict'. (key-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 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) 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) Infix operators must be spaced. (space-infix-ops)
(#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) 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 'isFunction'. (key-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) 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 'isArray'. (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) 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) 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 'isXMLDoc'. (key-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) 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) 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 'globalEval'. (key-spacing)
(#12) Requires a space after '{'. (block-spacing)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Expected space(s) after "if". (keyword-spacing)
(#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) 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) 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) Missing whitespace after semicolon. (semi-spacing)
(#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) 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) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Expected space(s) before "else". (keyword-spacing)
(#12) Expected space(s) after "else". (keyword-spacing)
(#12) Requires a space after '{'. (block-spacing)
(#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) Infix operators must be spaced. (space-infix-ops)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#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) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'nodeName'. (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) 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) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'each'. (key-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) 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) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected space(s) after "if". (keyword-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) Expected space(s) after "if". (keyword-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 opening brace. (space-before-blocks)
(#12) Requires a space after '{'. (block-spacing)
(#12) Expected space(s) after "for". (keyword-spacing)
(#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) 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) Expected space(s) after "if". (keyword-spacing)
(#12) A space is required after ','. (comma-spacing)
(#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) 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) Requires a space before '}'. (block-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Expected space(s) after "else". (keyword-spacing)
(#12) Expected space(s) before "else". (keyword-spacing)
(#12) Requires a space after '{'. (block-spacing)
(#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) Expected space(s) after "for". (keyword-spacing)
(#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) 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) Statement inside of curly braces should be on next line. (brace-style)
(#12) A space is required after ','. (comma-spacing)
(#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) 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) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Expected space(s) after "else". (keyword-spacing)
(#12) Expected space(s) before "else". (keyword-spacing)
(#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 "if". (keyword-spacing)
(#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) 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 "for". (keyword-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#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) Expected space(s) after "if". (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) 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) Requires a space before '}'. (block-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Expected space(s) after "else". (keyword-spacing)
(#12) Expected space(s) before "else". (keyword-spacing)
(#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 "for". (keyword-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) 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) Missing whitespace after semicolon. (semi-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Empty block statement. (no-empty)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Requires a space before '}'. (block-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Expected space(s) before "return". (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) 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 'prop'. (key-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) 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) 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) 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) 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) 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) 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 'className'. (key-spacing)
(#12) Missing space before value for key 'add'. (key-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) 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) 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) 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) 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 semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#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 'remove'. (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) 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 "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) 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) 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) 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) A space is required after ','. (comma-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'has'. (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) 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) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'swap'. (key-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) Infix operators must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected space(s) after "for". (keyword-spacing)
(#12) 'F' used outside of binding context. (block-scoped-var)
(#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) 'F' used outside of binding context. (block-scoped-var)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) 'F' used outside of binding context. (block-scoped-var)
(#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) 'F' used outside of binding context. (block-scoped-var)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) 'F' used outside of binding context. (block-scoped-var)
(#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) Expected space(s) after "for". (keyword-spacing)
(#12) 'F' is already defined. (no-redeclare)
(#12) 'F' used outside of binding context. (block-scoped-var)
(#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) 'F' used outside of binding context. (block-scoped-var)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) 'F' used outside of binding context. (block-scoped-var)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'css'. (key-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) 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) 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) 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) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing space before value for key 'position'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'visibility'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'display'. (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) 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) Missing whitespace after semicolon. (semi-spacing)
(#12) Move function declaration to function body root. (no-inner-declarations)
(#12) Missing JSDoc comment. (require-jsdoc)
(#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) 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) 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) 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) 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) 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) 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) Infix operators must be spaced. (space-infix-ops)
(#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) Infix operators must be spaced. (space-infix-ops)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Expected space(s) before "if". (keyword-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) 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) Infix operators must be spaced. (space-infix-ops)
(#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) Infix operators must be spaced. (space-infix-ops)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Expected space(s) before "else". (keyword-spacing)
(#12) Expected space(s) after "else". (keyword-spacing)
(#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) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#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) Infix operators must be spaced. (space-infix-ops)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Expected space(s) after "if". (keyword-spacing)
(#12) Expected space(s) before "if". (keyword-spacing)
(#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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Expected space(s) before "else". (keyword-spacing)
(#12) Expected space(s) after "else". (keyword-spacing)
(#12) Requires a space after '{'. (block-spacing)
(#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) 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) 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) A space is required after ','. (comma-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) 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) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'curCSS'. (key-spacing)
(#12) A space is required after ','. (comma-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) Expected variable declaration to be on a new line. (one-var-declaration-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) 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) 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) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Expected space(s) before "if". (keyword-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) 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) Infix operators must be spaced. (space-infix-ops)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Expected space(s) before "if". (keyword-spacing)
(#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 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) Infix operators must be spaced. (space-infix-ops)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Expected space(s) after "else". (keyword-spacing)
(#12) Expected space(s) before "else". (keyword-spacing)
(#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 "if". (keyword-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) Expected space(s) after "if". (keyword-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) 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) Infix operators must be spaced. (space-infix-ops)
(#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) 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) 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) 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 "if". (keyword-spacing)
(#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) 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 space(s) after "else". (keyword-spacing)
(#12) Expected space(s) before "else". (keyword-spacing)
(#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 "if". (keyword-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) 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) 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) 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) 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 "if". (keyword-spacing)
(#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)
(#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) 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) 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) 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) 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) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Expected space(s) before "return". (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) 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 'clean'. (key-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) 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) 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) 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) 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) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Expected space(s) before "if". (keyword-spacing)
(#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) 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) Expected space(s) after "if". (keyword-spacing)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Requires a space after '{'. (block-spacing)
(#12) Expected space(s) after "return". (keyword-spacing)
(#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) Requires a space before '}'. (block-spacing)
(#12) Expected space(s) before "var". (keyword-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) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-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) 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) Infix operators must be spaced. (space-infix-ops)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Expected space(s) after "if". (keyword-spacing)
(#12) Expected space(s) before "if". (keyword-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) 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) Expected space(s) before "if". (keyword-spacing)
(#12) Expected space(s) after "if". (keyword-spacing)
(#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)
(#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) 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) 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) 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) A space is required after ','. (comma-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) 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) 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) 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) 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) 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) 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) 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 whitespace after semicolon. (semi-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 whitespace after semicolon. (semi-spacing)
(#12) Expected space(s) after "while". (keyword-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) 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) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Expected space(s) after "if". (keyword-spacing)
(#12) Expected space(s) before "if". (keyword-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) Do not nest ternary expressions. (no-nested-ternary)
(#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) 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 "for". (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) 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) 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) A space is required after ','. (comma-spacing)
(#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) 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) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Expected space(s) before "if". (keyword-spacing)
(#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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) A space is required after ','. (comma-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Expected space(s) before "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) Expected space(s) after "if". (keyword-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) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Expected space(s) after "else". (keyword-spacing)
(#12) Expected space(s) before "else". (keyword-spacing)
(#12) Requires a space after '{'. (block-spacing)
(#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) 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) Requires a space before '}'. (block-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) Expected space(s) after "for". (keyword-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Requires a space after '{'. (block-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) Statement inside of curly braces should be on next line. (brace-style)
(#12) A space is required after ','. (comma-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) 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) Infix operators must be spaced. (space-infix-ops)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Expected space(s) before "else". (keyword-spacing)
(#12) Expected space(s) after "else". (keyword-spacing)
(#12) Requires a space after '{'. (block-spacing)
(#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) 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) 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) 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) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#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) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'attr'. (key-spacing)
(#12) Function 'attr' has a complexity of 25. (complexity)
(#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) Expected space(s) after "if". (keyword-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#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) 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) Expected space(s) before "var". (keyword-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) 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) Infix operators must be spaced. (space-infix-ops)
(#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 "if". (keyword-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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) Expected space(s) after "if". (keyword-spacing)
(#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) 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) 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) 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) A space is required after ','. (comma-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) Expected an object to be thrown. (no-throw-literal)
(#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 "throw". (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) Infix operators must be spaced. (space-infix-ops)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Expected space(s) before "if". (keyword-spacing)
(#12) Expected space(s) after "if". (keyword-spacing)
(#12) A space is required after ','. (comma-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) 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) Expected space(s) after "if". (keyword-spacing)
(#12) Expected space(s) before "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)
(#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) Do not nest ternary expressions. (no-nested-ternary)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Do not nest ternary expressions. (no-nested-ternary)
(#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) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#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) after "if". (keyword-spacing)
(#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) 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) 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) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Expected space(s) before "if". (keyword-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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Expected space(s) before "var". (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) 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) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Expected space(s) after "if". (keyword-spacing)
(#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) 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) 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) 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) 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) Infix operators must be spaced. (space-infix-ops)
(#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) 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) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#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) 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) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#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) 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) Infix operators must be spaced. (space-infix-ops)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'trim'. (key-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) Expected space(s) after "return". (keyword-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) 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 'makeArray'. (key-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 whitespace after semicolon. (semi-spacing)
(#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) 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 "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) 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) 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) Infix operators must be spaced. (space-infix-ops)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Expected space(s) before "else". (keyword-spacing)
(#12) Expected space(s) after "else". (keyword-spacing)
(#12) Requires a space after '{'. (block-spacing)
(#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) Expected space(s) after "while". (keyword-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) Infix operators must be spaced. (space-infix-ops)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Expected space(s) before "return". (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) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'inArray'. (key-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) Expected space(s) after "for". (keyword-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) 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) 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 space(s) after "if". (keyword-spacing)
(#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) 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) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Expected space(s) before "return". (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) 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 'merge'. (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) 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) Expected variable declaration to be on a new line. (one-var-declaration-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) 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 space(s) after "while". (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) 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) 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) 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) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Expected space(s) after "else". (keyword-spacing)
(#12) Expected space(s) before "else". (keyword-spacing)
(#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) Expected space(s) after "while". (keyword-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#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) 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) 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) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Expected space(s) before "return". (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) 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 'unique'. (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) 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) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected space(s) after "try". (keyword-spacing)
(#12) Requires a space after '{'. (block-spacing)
(#12) Expected space(s) after "for". (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) 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) 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) 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 "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) 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) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Expected space(s) before "catch". (keyword-spacing)
(#12) Expected space(s) after "catch". (keyword-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) Infix operators must be spaced. (space-infix-ops)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Expected space(s) before "return". (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) 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 'grep'. (key-spacing)
(#12) A space is required after ','. (comma-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) Infix operators must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected space(s) after "for". (keyword-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-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) Missing whitespace after semicolon. (semi-spacing)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Requires a space after '{'. (block-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) Statement inside of curly braces should be on next line. (brace-style)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#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) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Expected space(s) before "return". (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) 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 'map'. (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) Infix operators must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected space(s) after "for". (keyword-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-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) 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) Infix operators must be spaced. (space-infix-ops)
(#12) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#12) A space is required after ','. (comma-spacing)
(#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) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#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) 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) Infix operators must be spaced. (space-infix-ops)
(#12) Requires a space before '}'. (block-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) 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 whitespace after semicolon. (semi-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing space before value for key 'version'. (key-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 space before value for key 'safari'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'opera'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'msie'. (key-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'mozilla'. (key-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Missing space before value for key 'parent'. (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) 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) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'parents'. (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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'next'. (key-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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#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) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'prev'. (key-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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#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 'nextAll'. (key-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) A space is required after ','. (comma-spacing)
(#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 'prevAll'. (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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'siblings'. (key-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) A space is required after ','. (comma-spacing)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'children'. (key-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) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'contents'. (key-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) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-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) 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) Missing whitespace after semicolon. (semi-spacing)
(#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) 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) 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) Expected space(s) before "return". (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) 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 semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Missing space before value for key 'appendTo'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'prependTo'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'insertBefore'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'insertAfter'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'replaceAll'. (key-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) 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) 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) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#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) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-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) 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) 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) 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) Infix operators must be spaced. (space-infix-ops)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Missing space before value for key 'removeAttr'. (key-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) 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 "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) 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) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'addClass'. (key-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) A space is required after ','. (comma-spacing)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'removeClass'. (key-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) A space is required after ','. (comma-spacing)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'toggleClass'. (key-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) Expected space(s) after "if". (keyword-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 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) 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) A space is required after ','. (comma-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#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 'remove'. (key-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) Expected space(s) after "if". (keyword-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) 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) 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) 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 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 "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) 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 before '}'. (block-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'empty'. (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) 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 "while". (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) 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) Requires a space before '}'. (block-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) 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) 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) A space is required after ','. (comma-spacing)
(#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) Missing JSDoc comment. (require-jsdoc)
(#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) 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 space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Expected space(s) before "var". (keyword-spacing)
(#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) 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) Missing whitespace after semicolon. (semi-spacing)
(#12) Missing space before value for key 'cache'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'data'. (key-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) 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) Infix operators must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected space(s) after "if". (keyword-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) 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) Infix operators must be spaced. (space-infix-ops)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Expected space(s) before "if". (keyword-spacing)
(#12) Expected space(s) after "if". (keyword-spacing)
(#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) 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) Infix operators must be spaced. (space-infix-ops)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Expected space(s) before "if". (keyword-spacing)
(#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) 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) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#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) 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 'removeData'. (key-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) 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) 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 space(s) after "if". (keyword-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) Expected space(s) after "if". (keyword-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#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 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) 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) Expected space(s) after "if". (keyword-spacing)
(#12) Expected space(s) before "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) 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) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Expected space(s) before "else". (keyword-spacing)
(#12) Expected space(s) after "else". (keyword-spacing)
(#12) Requires a space after '{'. (block-spacing)
(#12) Expected space(s) after "try". (keyword-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Requires a space after '{'. (block-spacing)
(#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) Expected space(s) after "catch". (keyword-spacing)
(#12) Expected space(s) before "catch". (keyword-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 space(s) after "if". (keyword-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) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Expected space(s) before "delete". (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) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'queue'. (key-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) 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) 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) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#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) 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) 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) Expected space(s) after "else". (keyword-spacing)
(#12) Expected space(s) before "else". (keyword-spacing)
(#12) Requires a space after '{'. (block-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) Statement inside of curly braces should be on next line. (brace-style)
(#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) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#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) 'G' used outside of binding context. (block-scoped-var)
(#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 'dequeue'. (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) 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) Missing whitespace after semicolon. (semi-spacing)
(#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 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) 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) 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 "if". (keyword-spacing)
(#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) 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) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Missing space before value for key 'data'. (key-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) 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) 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) Expected space(s) after "if". (keyword-spacing)
(#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)
(#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) 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) 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) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Expected space(s) before "return". (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) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Expected space(s) after "else". (keyword-spacing)
(#12) Expected space(s) before "else". (keyword-spacing)
(#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) 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) 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) 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 semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'removeData'. (key-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) 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) A space is required after ','. (comma-spacing)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#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 'queue'. (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) Expected space(s) after "if". (keyword-spacing)
(#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)
(#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) Expected space(s) before "if". (keyword-spacing)
(#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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) A space is required after ','. (comma-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#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 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) 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 "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) 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) Requires a space before '}'. (block-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'dequeue'. (key-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) 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) A space is required after ','. (comma-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#19) Line 19 exceeds the maximum line length of 132. (max-len)
(#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) 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) This line has 1271 statements. Maximum allowed is 2. (max-statements-per-line)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Function 'anonymous' has a complexity of 35. (complexity)
(#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) 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) 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) 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) 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) Expected space(s) after "return". (keyword-spacing)
(#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) 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) 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) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) before "var". (keyword-spacing)
(#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) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) 'T' is defined but never used. (no-unused-vars)
(#19) A space is required after ','. (comma-spacing)
(#19) 'ad' is defined but never used. (no-unused-vars)
(#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) 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 "while". (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) 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) 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) 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) after "if". (keyword-spacing)
(#19) Expected space(s) before "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) 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) 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) 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) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) before "else". (keyword-spacing)
(#19) Expected space(s) after "else". (keyword-spacing)
(#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) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#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) Expected space(s) after "while". (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) 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) Infix operators must be spaced. (space-infix-ops)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (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) Infix operators must be spaced. (space-infix-ops)
(#19) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) before "else". (keyword-spacing)
(#19) Expected space(s) after "else". (keyword-spacing)
(#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 space before value for key 'expr'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'set'. (key-spacing)
(#19) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#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) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#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) 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) 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) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) before "else". (keyword-spacing)
(#19) Expected space(s) after "else". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#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) Infix operators must be spaced. (space-infix-ops)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (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) Expected space(s) after "while". (keyword-spacing)
(#19) Expected space(s) before "while". (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) 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) 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) 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 "else". (keyword-spacing)
(#19) Expected space(s) after "else". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#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) Infix operators must be spaced. (space-infix-ops)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) before "if". (keyword-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#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) 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) 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) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) before "if". (keyword-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) 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) 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) 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) Expected space(s) after "throw". (keyword-spacing)
(#19) Expected an object to be thrown. (no-throw-literal)
(#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) 'ah' used outside of binding context. (block-scoped-var)
(#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) 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) 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) 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) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) before "else". (keyword-spacing)
(#19) Expected space(s) after "else". (keyword-spacing)
(#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) 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) 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) Expected space(s) after "for". (keyword-spacing)
(#19) 'aa' used outside of binding context. (block-scoped-var)
(#19) 'aa' 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) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#19) 'aa' used outside of binding context. (block-scoped-var)
(#19) 'aa' 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) 'aa' used outside of binding context. (block-scoped-var)
(#19) 'aa' used outside of binding context. (block-scoped-var)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Blocks are nested too deeply (5). (max-depth)
(#19) Expected space(s) after "if". (keyword-spacing)
(#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) 'aa' used outside of binding context. (block-scoped-var)
(#19) 'aa' used outside of binding context. (block-scoped-var)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) 'aa' used outside of binding context. (block-scoped-var)
(#19) 'aa' used outside of binding context. (block-scoped-var)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) 'aa' used outside of binding context. (block-scoped-var)
(#19) 'aa' used outside of binding context. (block-scoped-var)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#19) A space is required after ','. (comma-spacing)
(#19) 'aa' used outside of binding context. (block-scoped-var)
(#19) 'aa' used outside of binding context. (block-scoped-var)
(#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) 'aa' used outside of binding context. (block-scoped-var)
(#19) 'aa' used outside of binding context. (block-scoped-var)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) before "else". (keyword-spacing)
(#19) Expected space(s) after "else". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#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) 'aa' used outside of binding context. (block-scoped-var)
(#19) 'aa' used outside of binding context. (block-scoped-var)
(#19) 'aa' is already defined. (no-redeclare)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#19) 'aa' used outside of binding context. (block-scoped-var)
(#19) 'aa' 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) 'aa' used outside of binding context. (block-scoped-var)
(#19) 'aa' used outside of binding context. (block-scoped-var)
(#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) Blocks are nested too deeply (5). (max-depth)
(#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) 'aa' used outside of binding context. (block-scoped-var)
(#19) 'aa' used outside of binding context. (block-scoped-var)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) 'aa' used outside of binding context. (block-scoped-var)
(#19) 'aa' used outside of binding context. (block-scoped-var)
(#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) 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) 'aa' used outside of binding context. (block-scoped-var)
(#19) 'aa' used outside of binding context. (block-scoped-var)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) after "else". (keyword-spacing)
(#19) Expected space(s) before "else". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#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) 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)
(#19) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#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 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) 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) 'hasDuplicate' is not defined. (no-undef)
(#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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) 'hasDuplicate' is not defined. (no-undef)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Expected space(s) after "for". (keyword-spacing)
(#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) 'aa' used outside of binding context. (block-scoped-var)
(#19) 'aa' is already defined. (no-redeclare)
(#19) 'aa' 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) 'aa' used outside of binding context. (block-scoped-var)
(#19) 'aa' 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) 'aa' used outside of binding context. (block-scoped-var)
(#19) 'aa' used outside of binding context. (block-scoped-var)
(#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) Expected space(s) after "if". (keyword-spacing)
(#19) Blocks are nested too deeply (5). (max-depth)
(#19) 'aa' used outside of binding context. (block-scoped-var)
(#19) 'aa' used outside of binding context. (block-scoped-var)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) 'aa' used outside of binding context. (block-scoped-var)
(#19) 'aa' used outside of binding context. (block-scoped-var)
(#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) 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) 'aa' used outside of binding context. (block-scoped-var)
(#19) 'aa' used outside of binding context. (block-scoped-var)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) before "return". (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) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-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 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 function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#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 semicolon. (semi)
(#19) Requires a space before '}'. (block-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) 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 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) Expected space(s) after "return". (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) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) before "for". (keyword-spacing)
(#19) Expected space(s) after "for". (keyword-spacing)
(#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 whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-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) 'X' is already defined. (no-redeclare)
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#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) 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) 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) 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) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-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) 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) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#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) 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) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) before "if". (keyword-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) 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 "return". (keyword-spacing)
(#19) Expected space(s) after "return". (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) Missing space before value for key 'set'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'expr'. (key-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-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) 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) 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) 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) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "while". (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) Expected space(s) after "for". (keyword-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#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 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) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#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) A space is required after ','. (comma-spacing)
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#19) A space is required after ','. (comma-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 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) 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) 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) 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) 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 whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Blocks are nested too deeply (5). (max-depth)
(#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 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) 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) Expected space(s) before "else". (keyword-spacing)
(#19) Expected space(s) after "else". (keyword-spacing)
(#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) Expected space(s) after "if". (keyword-spacing)
(#19) Blocks are nested too deeply (6). (max-depth)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#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) 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) Requires a space before '}'. (block-spacing)
(#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) Expected space(s) after "for". (keyword-spacing)
(#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) Blocks are nested too deeply (5). (max-depth)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#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) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Blocks are nested too deeply (6). (max-depth)
(#19) Expected space(s) after "if". (keyword-spacing)
(#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) 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 function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#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 whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Unexpected use of '^'. (no-bitwise)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Blocks are nested too deeply (7). (max-depth)
(#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) Infix operators must be spaced. (space-infix-ops)
(#19) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#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) Expected space(s) after "if". (keyword-spacing)
(#19) Blocks are nested too deeply (8). (max-depth)
(#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) 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 "else". (keyword-spacing)
(#19) Expected space(s) before "else". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#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) Infix operators must be spaced. (space-infix-ops)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) after "else". (keyword-spacing)
(#19) Expected space(s) before "else". (keyword-spacing)
(#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) Blocks are nested too deeply (8). (max-depth)
(#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) 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) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Expected space(s) before "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) 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) Blocks are nested too deeply (5). (max-depth)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#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) Infix operators must be spaced. (space-infix-ops)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-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) Blocks are nested too deeply (5). (max-depth)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Expected space(s) after "return". (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) Statement inside of curly braces should be on next line. (brace-style)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#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 "break". (keyword-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#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) Expected space(s) after "if". (keyword-spacing)
(#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) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#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 "throw". (keyword-spacing)
(#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) Expected an object to be thrown. (no-throw-literal)
(#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 space(s) after "else". (keyword-spacing)
(#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) Requires a space before '}'. (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) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#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 "return". (keyword-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#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 space before value for key 'order'. (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) Missing space before value for key 'match'. (key-spacing)
(#19) Missing space before value for key 'ID'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'CLASS'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'NAME'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'ATTR'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'TAG'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'CHILD'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'POS'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'PSEUDO'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'attrMap'. (key-spacing)
(#19) Missing space before value for key 'class'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'for'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'attrHandle'. (key-spacing)
(#19) Missing space before value for key 'href'. (key-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) 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 'relative'. (key-spacing)
(#19) Missing space before value for key '+'. (key-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) 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) 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) 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) 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) 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) before "for". (keyword-spacing)
(#19) Expected space(s) after "for". (keyword-spacing)
(#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) A space is required after ','. (comma-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 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) 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 "while". (keyword-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) Infix operators must be spaced. (space-infix-ops)
(#19) Empty block statement. (no-empty)
(#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) 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 semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) before "if". (keyword-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) 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) 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 '>'. (key-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) 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 "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) 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) 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 "for". (keyword-spacing)
(#19) 'V' used outside of binding context. (block-scoped-var)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) 'T' 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) 'V' used outside of binding context. (block-scoped-var)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) 'T' used outside of binding context. (block-scoped-var)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) 'V' used outside of binding context. (block-scoped-var)
(#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) 'Y' used outside of binding context. (block-scoped-var)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) 'V' used outside of binding context. (block-scoped-var)
(#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) 'Y' used outside of binding context. (block-scoped-var)
(#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) 'Y' used outside of binding context. (block-scoped-var)
(#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) 'V' used outside of binding context. (block-scoped-var)
(#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) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) after "else". (keyword-spacing)
(#19) Expected space(s) before "else". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Expected space(s) after "for". (keyword-spacing)
(#19) 'V' is already defined. (no-redeclare)
(#19) 'V' used outside of binding context. (block-scoped-var)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) 'T' is already defined. (no-redeclare)
(#19) 'T' 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) 'V' used outside of binding context. (block-scoped-var)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) 'T' used outside of binding context. (block-scoped-var)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) 'V' used outside of binding context. (block-scoped-var)
(#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) 'Y' is already defined. (no-redeclare)
(#19) 'Y' used outside of binding context. (block-scoped-var)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) 'V' used outside of binding context. (block-scoped-var)
(#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) 'Y' used outside of binding context. (block-scoped-var)
(#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) Statement inside of curly braces should be on next line. (brace-style)
(#19) 'V' used outside of binding context. (block-scoped-var)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) 'Y' used outside of binding context. (block-scoped-var)
(#19) 'Y' used outside of binding context. (block-scoped-var)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-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 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)
(#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) Requires a space before '}'. (block-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key ''. (key-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) 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) 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) 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) 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 function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#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) 'X' used outside of binding context. (block-scoped-var)
(#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 '~'. (key-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) 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) 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) 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) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#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) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) 'X' used outside of binding context. (block-scoped-var)
(#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 'find'. (key-spacing)
(#19) Expected to return a value at the end of this function. (consistent-return)
(#19) Missing space before value for key 'ID'. (key-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 space(s) after "if". (keyword-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 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) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected to return a value at the end of this function. (consistent-return)
(#19) Missing space before value for key 'NAME'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) 'Z' is defined but never used. (no-unused-vars)
(#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) 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) 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 "for". (keyword-spacing)
(#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 whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-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) 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 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) Requires a space before '}'. (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) Expected space(s) before "return". (keyword-spacing)
(#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) Requires a space before '}'. (block-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'TAG'. (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) 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) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'preFilter'. (key-spacing)
(#19) Missing space before value for key 'CLASS'. (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) 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) 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 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) 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 "for". (keyword-spacing)
(#19) Expected space(s) after "for". (keyword-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) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#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) 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) Expected space(s) after "if". (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) 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) Unexpected use of '^'. (no-bitwise)
(#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 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) Expected space(s) after "if". (keyword-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#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) Statement inside of curly braces should be on next line. (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 "else". (keyword-spacing)
(#19) Expected space(s) after "else". (keyword-spacing)
(#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) Expected space(s) after "if". (keyword-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#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) 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) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (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) Expected space(s) before "return". (keyword-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 'ID'. (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) 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) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'TAG'. (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) Expected space(s) after "for". (keyword-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) Empty block statement. (no-empty)
(#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 space(s) before "return". (keyword-spacing)
(#19) 'V' used outside of binding context. (block-scoped-var)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#19) 'V' used outside of binding context. (block-scoped-var)
(#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 'CHILD'. (key-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) 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) 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) 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) 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) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-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 semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'ATTR'. (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) 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) 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) 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) 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) 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) 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) Expected space(s) before "return". (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) 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 'PSEUDO'. (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) 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) 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) 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) 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) 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) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#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 semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) after "else". (keyword-spacing)
(#19) Expected space(s) before "else". (keyword-spacing)
(#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) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Unexpected use of '^'. (no-bitwise)
(#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) 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) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) before "return". (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) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) before "else". (keyword-spacing)
(#19) Expected space(s) after "else". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#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) 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) 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) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) before "return". (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) 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 'POS'. (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) 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 'filters'. (key-spacing)
(#19) Missing space before value for key 'enabled'. (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) 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) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'disabled'. (key-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) Missing space before value for key 'checked'. (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) 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 'selected'. (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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'parent'. (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) Statement inside of curly braces should be on next line. (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 'empty'. (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) 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 'has'. (key-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) 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 function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#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 'header'. (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) Expected space(s) after "return". (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) 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 'text'. (key-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Expected space(s) after "return". (keyword-spacing)
(#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) 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 'radio'. (key-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Expected space(s) after "return". (keyword-spacing)
(#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) 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 'checkbox'. (key-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Expected space(s) after "return". (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) 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) Missing space before value for key 'file'. (key-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Expected space(s) after "return". (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) Statement inside of curly braces should be on next line. (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 'password'. (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 space(s) after "return". (keyword-spacing)
(#19) Statement inside of curly braces should be on next line. (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 'submit'. (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) Statement inside of curly braces should be on next line. (brace-style)
(#19) Expected space(s) after "return". (keyword-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 'image'. (key-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Expected space(s) after "return". (keyword-spacing)
(#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) 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 'reset'. (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) Expected space(s) after "return". (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) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'button'. (key-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) Expected space(s) after "return". (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 semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'input'. (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) Statement inside of curly braces should be on next line. (brace-style)
(#19) Expected space(s) after "return". (keyword-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 'setFilters'. (key-spacing)
(#19) Missing space before value for key 'first'. (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) 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 'last'. (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 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) 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) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'even'. (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) 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) 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 'odd'. (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) 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) 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 'lt'. (key-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) 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) 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 'gt'. (key-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) 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) 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 'nth'. (key-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) 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 'eq'. (key-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) 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) 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) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'filter'. (key-spacing)
(#19) Missing space before value for key 'PSEUDO'. (key-spacing)
(#19) Expected to return a value at the end of this function. (consistent-return)
(#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) 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) 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) 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) 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 function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#19) A space is required after ','. (comma-spacing)
(#19) 'W' used outside of binding context. (block-scoped-var)
(#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) Expected space(s) after "else". (keyword-spacing)
(#19) Expected space(s) before "else". (keyword-spacing)
(#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) 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 "return". (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) 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) Expected space(s) after "else". (keyword-spacing)
(#19) Expected space(s) before "else". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#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) 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) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "for". (keyword-spacing)
(#19) 'W' is already defined. (no-redeclare)
(#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 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) 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) Blocks are nested too deeply (5). (max-depth)
(#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) 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) Requires a space before '}'. (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) Expected space(s) before "return". (keyword-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected to return a value at the end of this function. (consistent-return)
(#19) Missing space before value for key 'CHILD'. (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) 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) 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 "switch". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Expected space(s) after "case". (keyword-spacing)
(#19) Expected space(s) after "case". (keyword-spacing)
(#19) Expected space(s) after "while". (keyword-spacing)
(#19) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#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) 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) 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) 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) after "if". (keyword-spacing)
(#19) Expected space(s) before "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)
(#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) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "case". (keyword-spacing)
(#19) Expected a 'break' statement before 'case'. (no-fallthrough)
(#19) Expected space(s) after "while". (keyword-spacing)
(#19) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#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) 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) Statement inside of curly braces should be on next line. (brace-style)
(#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) 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 "return". (keyword-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "case". (keyword-spacing)
(#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) 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) 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 "var". (keyword-spacing)
(#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) 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 "for". (keyword-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) 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) 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)
(#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) Requires a space before '}'. (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) Infix operators must be spaced. (space-infix-ops)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) before "var". (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) 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) 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) Expected space(s) before "else". (keyword-spacing)
(#19) Expected space(s) after "else". (keyword-spacing)
(#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) Expected space(s) after "return". (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) 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) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'ID'. (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) 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) 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) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'TAG'. (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) Expected space(s) after "return". (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) 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) 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) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'CLASS'. (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 "return". (keyword-spacing)
(#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) 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 semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'ATTR'. (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) Do not nest ternary expressions. (no-nested-ternary)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#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) 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) 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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Do not nest ternary expressions. (no-nested-ternary)
(#19) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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 'POS'. (key-spacing)
(#19) Expected to return a value at the end of this function. (consistent-return)
(#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) 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) 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) 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 function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#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) Requires a space before '}'. (block-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 space(s) after "for". (keyword-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) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) before "var". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#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) 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) 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) 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 "return". (keyword-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "try". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#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) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) after "catch". (keyword-spacing)
(#19) Expected space(s) before "catch". (keyword-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) 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 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) 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 semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) before "else". (keyword-spacing)
(#19) Expected space(s) after "else". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#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) 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) 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) Statement inside of curly braces should be on next line. (brace-style)
(#19) 'V' used outside of binding context. (block-scoped-var)
(#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 whitespace after semicolon. (semi-spacing)
(#19) 'V' 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) 'V' used outside of binding context. (block-scoped-var)
(#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) 'V' used outside of binding context. (block-scoped-var)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) before "else". (keyword-spacing)
(#19) Expected space(s) after "else". (keyword-spacing)
(#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) Expected space(s) after "for". (keyword-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) 'V' used outside of binding context. (block-scoped-var)
(#19) 'V' is already defined. (no-redeclare)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) 'V' used outside of binding context. (block-scoped-var)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) 'V' used outside of binding context. (block-scoped-var)
(#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) 'V' used outside of binding context. (block-scoped-var)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (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) Expected space(s) before "return". (keyword-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) before "var". (keyword-spacing)
(#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) 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) 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) Unexpected use of '&'. (no-bitwise)
(#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) 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)
(#19) 'hasDuplicate' 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) Missing semicolon. (semi)
(#19) Requires a space before '}'. (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) Expected space(s) before "return". (keyword-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) before "else". (keyword-spacing)
(#19) Expected space(s) after "else". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#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) 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) 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 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 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) 'hasDuplicate' 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) 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) Expected space(s) before "return". (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) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) before "else". (keyword-spacing)
(#19) Expected space(s) after "else". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#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) 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) 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) 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) Missing whitespace after semicolon. (semi-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#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) 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) 'hasDuplicate' is not defined. (no-undef)
(#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) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#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 "return". (keyword-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-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) Missing '()' invoking a constructor. (new-parens)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#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 whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Redundant double negation. (no-extra-boolean-cast)
(#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) Expected to return a value at the end of this function. (consistent-return)
(#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) Expected space(s) after "if". (keyword-spacing)
(#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) 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) 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) 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) 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 semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-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) 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) 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) 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) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#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) 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) Missing whitespace after semicolon. (semi-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) 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) Infix operators must be spaced. (space-infix-ops)
(#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) 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) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#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) Missing whitespace after semicolon. (semi-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) 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) 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) 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) Requires a space before '}'. (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) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#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 "return". (keyword-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#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) 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) 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) 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) 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) 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 semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#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) 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 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) 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) 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) 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) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#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) 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) 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) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#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) Expected space(s) after "try". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#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 function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) before "catch". (keyword-spacing)
(#19) Expected space(s) after "catch". (keyword-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Empty block statement. (no-empty)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) before "return". (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) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#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) 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) 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) 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) 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) Statement inside of curly braces should be on next line. (brace-style)
(#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) 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) 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) 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)
(#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) 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) Infix operators must be spaced. (space-infix-ops)
(#19) Expected to return a value at the end of this function. (consistent-return)
(#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) 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) 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 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) 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) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) before "function". (keyword-spacing)
(#19) Missing JSDoc comment. (require-jsdoc)
(#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) 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) 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 "for". (keyword-spacing)
(#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 whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-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) 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) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Expected space(s) after "if". (keyword-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) 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) 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) 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 "while". (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) 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 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) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#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) 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) 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) before "if". (keyword-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)
(#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) 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) 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) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing JSDoc comment. (require-jsdoc)
(#19) Expected space(s) before "function". (keyword-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) 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) 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) Expected space(s) after "for". (keyword-spacing)
(#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 whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-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) 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) 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) 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) 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) 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 "while". (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) 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) 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) 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) Statement inside of curly braces should be on next line. (brace-style)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Blocks are nested too deeply (5). (max-depth)
(#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) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Blocks are nested too deeply (5). (max-depth)
(#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) Expected space(s) before "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)
(#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) Blocks are nested too deeply (6). (max-depth)
(#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) 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) after "else". (keyword-spacing)
(#19) Expected space(s) before "else". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Blocks are nested too deeply (6). (max-depth)
(#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) Expected space(s) after "if". (keyword-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) 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) Requires a space before '}'. (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) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#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) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) before "var". (keyword-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) 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) Unexpected use of '&'. (no-bitwise)
(#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 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) 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) Missing whitespace after semicolon. (semi-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) 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) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#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) 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) A space is required after ','. (comma-spacing)
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "while". (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) 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) A space is required after ','. (comma-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#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 "for". (keyword-spacing)
(#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 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) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#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) A space is required after ','. (comma-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) before "return". (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) A space is required after ','. (comma-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-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) 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 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) 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) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Missing whitespace after semicolon. (semi-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) 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) 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) Missing whitespace after semicolon. (semi-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) 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) 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) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-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) 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 space(s) after "if". (keyword-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) 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 "return". (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) 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) 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) 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 "while". (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) 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) 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) 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) 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 "return". (keyword-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-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) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) 'W' is defined but never used. (no-unused-vars)
(#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 "for". (keyword-spacing)
(#19) Missing whitespace after semicolon. (semi-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) 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) 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) 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) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) before "return". (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) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#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) 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 "for". (keyword-spacing)
(#19) Missing whitespace after semicolon. (semi-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) 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) 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 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) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (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) Expected space(s) before "return". (keyword-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) Unreachable code. (no-unreachable)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing space before value for key 'add'. (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) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Expected space(s) after "if". (keyword-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) 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) 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 "if". (keyword-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) 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) 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) 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) 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) 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) 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) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) before "var". (keyword-spacing)
(#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) A space is required after ','. (comma-spacing)
(#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) 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 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) 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) Avoid arguments.callee. (no-caller)
(#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) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-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) 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) 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) 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) Expected space(s) after "if". (keyword-spacing)
(#19) Expected space(s) before "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) 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) 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) 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) 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) Expected space(s) after "if". (keyword-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) A space is required after ','. (comma-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) before "else". (keyword-spacing)
(#19) Expected space(s) after "else". (keyword-spacing)
(#19) Requires a space after '{'. (block-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) Statement inside of curly braces should be on next line. (brace-style)
(#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) Infix operators must be spaced. (space-infix-ops)
(#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) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-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) 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) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'guid'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'global'. (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) 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) 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) 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) Statement inside of curly braces should be on next line. (brace-style)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) before "var". (keyword-spacing)
(#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) A space is required after ','. (comma-spacing)
(#19) 'E' is defined but never used. (no-unused-vars)
(#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) 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) 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) 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) 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) 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) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) before "else". (keyword-spacing)
(#19) Expected space(s) after "else". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#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) 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) 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 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) 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) 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 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 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) 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 "else". (keyword-spacing)
(#19) Expected space(s) after "else". (keyword-spacing)
(#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) Expected space(s) after "for". (keyword-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#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) 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 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) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) before "if". (keyword-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) 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 semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) before "for". (keyword-spacing)
(#19) Expected space(s) after "for". (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) 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) 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 space(s) before "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) Expected space(s) after "if". (keyword-spacing)
(#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 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) 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) 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) 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) Expected space(s) after "else". (keyword-spacing)
(#19) Expected space(s) before "else". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#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) Blocks are nested too deeply (5). (max-depth)
(#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) 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) 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) Requires a space before '}'. (block-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 semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) after "for". (keyword-spacing)
(#19) Expected space(s) before "for". (keyword-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) Statement inside of curly braces should be on next line. (brace-style)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#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 "if". (keyword-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) A space is required after ','. (comma-spacing)
(#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) 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 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) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'trigger'. (key-spacing)
(#19) Expected to return a value at the end of this function. (consistent-return)
(#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) 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 "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) 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) 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) 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) 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) Infix operators must be spaced. (space-infix-ops)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) before "if". (keyword-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) 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) 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) 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 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) 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) 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) 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) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#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) 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 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) 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) 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 semicolon. (semi)
(#19) Requires a space before '}'. (block-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) A space is required after ','. (comma-spacing)
(#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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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 "try". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#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) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) after "catch". (keyword-spacing)
(#19) Expected space(s) before "catch". (keyword-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Empty block statement. (no-empty)
(#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) 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) 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) Expected space(s) after "if". (keyword-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) Statement inside of curly braces should be on next line. (brace-style)
(#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) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'handle'. (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) A space is required after ','. (comma-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) 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) 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) Missing whitespace after semicolon. (semi-spacing)
(#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 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 "for". (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) 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) 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) 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 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)
(#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) 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 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) 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) Requires a space before '}'. (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) Expected space(s) after "if". (keyword-spacing)
(#19) Expected space(s) before "if". (keyword-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) Statement inside of curly braces should be on next line. (brace-style)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'props'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Function 'fix' has a complexity of 24. (complexity)
(#19) Missing space before value for key 'fix'. (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) Expected space(s) after "if". (keyword-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) Expected space(s) before "var". (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 space(s) after "for". (keyword-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) 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) 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) 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) 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) 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) 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) Statement inside of curly braces should be on next line. (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) 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) 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) Expected space(s) after "if". (keyword-spacing)
(#19) Expected space(s) before "if". (keyword-spacing)
(#19) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#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) 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) 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) 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) 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) 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) 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 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) 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) 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) 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) Statement inside of curly braces should be on next line. (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) 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) 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) Do not nest ternary expressions. (no-nested-ternary)
(#19) Unexpected use of '&'. (no-bitwise)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Unexpected use of '&'. (no-bitwise)
(#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) Unexpected use of '&'. (no-bitwise)
(#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 "return". (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) 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 'proxy'. (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 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) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#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) 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 'special'. (key-spacing)
(#19) Missing space before value for key 'ready'. (key-spacing)
(#19) Missing space before value for key 'setup'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'teardown'. (key-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Unexpected empty function. (no-empty-function)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'specialAll'. (key-spacing)
(#19) Missing space before value for key 'live'. (key-spacing)
(#19) Missing space before value for key 'setup'. (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) 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) 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 'teardown'. (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) 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) 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) A space is required after ','. (comma-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) Expected space(s) after "if". (keyword-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#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) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-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) 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) 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) Requires a space before '}'. (block-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#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) 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) 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) 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) 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) 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 "else". (keyword-spacing)
(#19) Expected space(s) after "else". (keyword-spacing)
(#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) Expected space(s) before "this". (keyword-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) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Missing JSDoc comment. (require-jsdoc)
(#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) Statement inside of curly braces should be on next line. (brace-style)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) before "function". (keyword-spacing)
(#19) Missing JSDoc comment. (require-jsdoc)
(#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) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing space before value for key 'preventDefault'. (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) 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) 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) Expected space(s) before "if". (keyword-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) 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) 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) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'stopPropagation'. (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) 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) 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) 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) 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) Missing semicolon. (semi)
(#19) Requires a space before '}'. (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) 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 'stopImmediatePropagation'. (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) 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 'isDefaultPrevented'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'isPropagationStopped'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'isImmediatePropagationStopped'. (key-spacing)
(#19) Missing whitespace after semicolon. (semi-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) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "while". (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) 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 "try". (keyword-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Requires a space after '{'. (block-spacing)
(#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) Infix operators must be spaced. (space-infix-ops)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) after "catch". (keyword-spacing)
(#19) Expected space(s) before "catch". (keyword-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) Requires a space before '}'. (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) 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) 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) 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) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Missing space before value for key 'mouseover'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'mouseout'. (key-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 space before value for key 'setup'. (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) 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) 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 'teardown'. (key-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) 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) Missing semicolon. (semi)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Missing space before value for key 'bind'. (key-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) 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 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) 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) 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) 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 'one'. (key-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) 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 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) A space is required after ','. (comma-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "return". (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) A space is required after ','. (comma-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-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 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) 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) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#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 'unbind'. (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) 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 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) A space is required after ','. (comma-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-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 'trigger'. (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) 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 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) Statement inside of curly braces should be on next line. (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) Missing semicolon. (semi)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected to return a value at the end of this function. (consistent-return)
(#19) Missing space before value for key 'triggerHandler'. (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) 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) Statement inside of curly braces should be on next line. (brace-style)
(#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) Missing whitespace after semicolon. (semi-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) 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) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'toggle'. (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) 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 "while". (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) 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) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) before "return". (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) 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) 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) 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) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#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 'hover'. (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) 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) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'ready'. (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) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#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) 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) Expected space(s) before "else". (keyword-spacing)
(#19) Expected space(s) after "else". (keyword-spacing)
(#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) Missing semicolon. (semi)
(#19) Requires a space before '}'. (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) Expected space(s) before "return". (keyword-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 'live'. (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) Infix operators must be spaced. (space-infix-ops)
(#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 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 'die'. (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) A space is required after ','. (comma-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing space before value for key 'guid'. (key-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) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Missing JSDoc comment. (require-jsdoc)
(#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) 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) A space is required after ','. (comma-spacing)
(#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 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) Expected space(s) after "if". (keyword-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#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) 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) 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 value for key 'elem'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'fn'. (key-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing whitespace after semicolon. (semi-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) Infix operators must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-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) 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) 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) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Expected space(s) after "return". (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) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-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) Missing JSDoc comment. (require-jsdoc)
(#19) Expected space(s) before "function". (keyword-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 "return". (keyword-spacing)
(#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) 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 semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing space before value for key 'isReady'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'readyList'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'ready'. (key-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) 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) 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) 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) 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) 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) 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) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Missing JSDoc comment. (require-jsdoc)
(#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) Expected space(s) after "if". (keyword-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) Statement inside of curly braces should be on next line. (brace-style)
(#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) Expected space(s) after "if". (keyword-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) 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) Avoid arguments.callee. (no-caller)
(#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) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) before "else". (keyword-spacing)
(#19) Expected space(s) after "else". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#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) 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) 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) 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) 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) Avoid arguments.callee. (no-caller)
(#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) Requires a space before '}'. (block-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) 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) 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) 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) Expected space(s) after "if". (keyword-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) Statement inside of curly braces should be on next line. (brace-style)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) before "try". (keyword-spacing)
(#19) Expected space(s) after "try". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#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) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) before "catch". (keyword-spacing)
(#19) Expected space(s) after "catch". (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) Avoid arguments.callee. (no-caller)
(#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) 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) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (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) A space is required after ','. (comma-spacing)
(#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) 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) 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) 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) A space is required after ','. (comma-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing whitespace after semicolon. (semi-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) Expected space(s) after "for". (keyword-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#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) 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) 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) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#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) Infix operators must be spaced. (space-infix-ops)
(#19) Missing '()' invoking a constructor. (new-parens)
(#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) 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) 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) 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) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing space before value for key 'leadingWhitespace'. (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 'tbody'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'objectAll'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'htmlSerialize'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'style'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'hrefNormalized'. (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 'opacity'. (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 'cssFloat'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'scriptEval'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'noCloneEvent'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'boxModel'. (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) Expected space(s) after "try". (keyword-spacing)
(#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) Infix operators must be spaced. (space-infix-ops)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) before "catch". (keyword-spacing)
(#19) Expected space(s) after "catch". (keyword-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Empty block statement. (no-empty)
(#19) A space is required after ','. (comma-spacing)
(#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) 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) 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) 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) 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) Avoid arguments.callee. (no-caller)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#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) 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 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) 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) 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) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-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) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing space before value for key 'for'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'class'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'float'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'cssFloat'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'styleFloat'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'readonly'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'maxlength'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'cellspacing'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'rowspan'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'tabindex'. (key-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Missing space before value for key '_load'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'load'. (key-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) 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) 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) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) before "var". (keyword-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) 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) 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) 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) Expected space(s) before "var". (keyword-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) 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) 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 "else". (keyword-spacing)
(#19) Expected space(s) after "else". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#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) 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) 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) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) before "var". (keyword-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Missing space before value for key 'url'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'type'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'dataType'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'data'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'complete'. (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) 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) 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) 'E' used outside of binding context. (block-scoped-var)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) 'E' used outside of binding context. (block-scoped-var)
(#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) 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 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) Statement inside of curly braces should be on next line. (brace-style)
(#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 semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-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 'serialize'. (key-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) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'serializeArray'. (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) 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) 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) 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) 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) 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 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) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#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) 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) 'H' is defined but never used. (no-unused-vars)
(#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) Statement inside of curly braces should be on next line. (brace-style)
(#19) Expected space(s) after "return". (keyword-spacing)
(#19) Missing space before value for key 'name'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'value'. (key-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Missing space before value for key 'name'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'value'. (key-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Missing whitespace after semicolon. (semi-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) Statement inside of curly braces should be on next line. (brace-style)
(#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) 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 semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-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 space before value for key 'get'. (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 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 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) 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) 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 "return". (keyword-spacing)
(#19) Missing space before value for key 'type'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'url'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'data'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'success'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'dataType'. (key-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 'getScript'. (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) 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) 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 'getJSON'. (key-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) 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) A space is required after ','. (comma-spacing)
(#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 'post'. (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) 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) 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) 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 "return". (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) Missing space before value for key 'type'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'url'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'data'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'success'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'dataType'. (key-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 'ajaxSetup'. (key-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 semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'ajaxSettings'. (key-spacing)
(#19) Missing space before value for key 'url'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'global'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'type'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'contentType'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'processData'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'async'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'xhr'. (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) 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) 'ActiveXObject' is not defined. (no-undef)
(#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 'accepts'. (key-spacing)
(#19) Missing space before value for key 'xml'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'html'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'script'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'json'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'text'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key '_default'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'lastModified'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'ajax'. (key-spacing)
(#19) Function 'ajax' has a complexity of 38. (complexity)
(#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) 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 whitespace after semicolon. (semi-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 regular expression literal can be confused with '/='. (no-div-regex)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#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) 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) 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) 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) before "if". (keyword-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)
(#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) 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) 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) 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) 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) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) before "else". (keyword-spacing)
(#19) Expected space(s) after "else". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#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) 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) 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) 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 semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (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) 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) 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 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 space(s) after "if". (keyword-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) 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) 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) 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) 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 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) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#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 "try". (keyword-spacing)
(#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) Expected space(s) after "catch". (keyword-spacing)
(#19) Expected space(s) before "catch". (keyword-spacing)
(#19) Empty block statement. (no-empty)
(#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 space(s) after "if". (keyword-spacing)
(#19) Expected space(s) before "if". (keyword-spacing)
(#19) 'H' used outside of binding context. (block-scoped-var)
(#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) 'H' used outside of binding context. (block-scoped-var)
(#19) 'T' used outside of binding context. (block-scoped-var)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#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) Infix operators must be spaced. (space-infix-ops)
(#19) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#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) 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) 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) 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) 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) 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) 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) 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) 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) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#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) 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 "var". (keyword-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) 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) 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) 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) 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) before "if". (keyword-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) 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) 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) 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) 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) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#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) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-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) Expected space(s) before "var". (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 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) 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) 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) Expected space(s) after "else". (keyword-spacing)
(#19) Expected space(s) before "else". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#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) A space is required after ','. (comma-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) before "try". (keyword-spacing)
(#19) Expected space(s) after "try". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (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) 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) 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)
(#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) 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 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) 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) Expected space(s) after "catch". (keyword-spacing)
(#19) Expected space(s) before "catch". (keyword-spacing)
(#19) Empty block statement. (no-empty)
(#19) Missing space before opening brace. (space-before-blocks)
(#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) 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) 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)
(#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) 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) 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)
(#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) Expected space(s) before "var". (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) 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) 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) 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) 'P' used outside of binding context. (block-scoped-var)
(#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) 'P' used outside of binding context. (block-scoped-var)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) 'P' 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) 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) 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) 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) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) after "else". (keyword-spacing)
(#19) Expected space(s) before "else". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#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) 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) 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) 'P' used outside of binding context. (block-scoped-var)
(#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) 'P' used outside of binding context. (block-scoped-var)
(#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) 'P' used outside of binding context. (block-scoped-var)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#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) 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) A space is required after ','. (comma-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) 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) 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 "try". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#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) 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) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) before "catch". (keyword-spacing)
(#19) Expected space(s) after "catch". (keyword-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) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#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) 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) Expected space(s) after "try". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#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) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) after "catch". (keyword-spacing)
(#19) Expected space(s) before "catch". (keyword-spacing)
(#19) Empty block statement. (no-empty)
(#19) Missing space before opening brace. (space-before-blocks)
(#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) 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) Infix operators must be spaced. (space-infix-ops)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (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) 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)
(#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 function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) after "else". (keyword-spacing)
(#19) Expected space(s) before "else". (keyword-spacing)
(#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) A space is required after ','. (comma-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#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) 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) 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 "if". (keyword-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) 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) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#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) 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) 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) 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) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#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) 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) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#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) 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 semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) after "try". (keyword-spacing)
(#19) Expected space(s) before "try". (keyword-spacing)
(#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) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) after "catch". (keyword-spacing)
(#19) Expected space(s) before "catch". (keyword-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) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) before "if". (keyword-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) 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 function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Missing JSDoc comment. (require-jsdoc)
(#19) Expected space(s) before "function". (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) 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) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#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) Expected space(s) before "if". (keyword-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) 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) Expected space(s) before "function". (keyword-spacing)
(#19) Missing JSDoc comment. (require-jsdoc)
(#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) 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) 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)
(#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) Expected space(s) after "if". (keyword-spacing)
(#19) Expected space(s) before "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) 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) 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) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) before "return". (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) 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 'handleError'. (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 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 space(s) after "if". (keyword-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) A space is required after ','. (comma-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) before "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 space(s) after "if". (keyword-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) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'active'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'httpSuccess'. (key-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Expected space(s) after "try". (keyword-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#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) 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 semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) after "catch". (keyword-spacing)
(#19) Expected space(s) before "catch". (keyword-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Empty block statement. (no-empty)
(#19) Expected space(s) before "return". (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) 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 'httpNotModified'. (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) Expected space(s) after "try". (keyword-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#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) 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) Expected space(s) after "catch". (keyword-spacing)
(#19) Expected space(s) before "catch". (keyword-spacing)
(#19) Empty block statement. (no-empty)
(#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 space(s) before "return". (keyword-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 'httpData'. (key-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) 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) 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) 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) 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) 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 "throw". (keyword-spacing)
(#19) Expected an object to be thrown. (no-throw-literal)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#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) 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) 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) 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) 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 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) 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) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-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 space(s) before "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) 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) ["eval"] is better written in dot notation. (dot-notation)
(#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) Requires a space before '}'. (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) Expected space(s) before "return". (keyword-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 'param'. (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) Missing JSDoc comment. (require-jsdoc)
(#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) 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 "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) 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 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 function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) after "else". (keyword-spacing)
(#19) Expected space(s) before "else". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Expected space(s) after "for". (keyword-spacing)
(#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) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#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) 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) 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) Don't make functions within a loop. (no-loop-func)
(#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 function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#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) Expected space(s) after "else". (keyword-spacing)
(#19) Expected space(s) before "else". (keyword-spacing)
(#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 function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#19) A space is required after ','. (comma-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) before "return". (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) 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) 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) 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) 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) 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) A space is required after ','. (comma-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Missing JSDoc comment. (require-jsdoc)
(#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) 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) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#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) Missing space before value for key 'show'. (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 "if". (keyword-spacing)
(#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) 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) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) before "else". (keyword-spacing)
(#19) Expected space(s) after "else". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Expected space(s) after "for". (keyword-spacing)
(#19) 'H' used outside of binding context. (block-scoped-var)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) 'F' 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) 'H' used outside of binding context. (block-scoped-var)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) 'F' used outside of binding context. (block-scoped-var)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) 'H' used outside of binding context. (block-scoped-var)
(#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) 'H' used outside of binding context. (block-scoped-var)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) 'H' used outside of binding context. (block-scoped-var)
(#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) Expected space(s) after "if". (keyword-spacing)
(#19) 'H' used outside of binding context. (block-scoped-var)
(#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) Infix operators must be spaced. (space-infix-ops)
(#19) 'H' used outside of binding context. (block-scoped-var)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#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) 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) Expected space(s) after "else". (keyword-spacing)
(#19) Expected space(s) before "else". (keyword-spacing)
(#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) 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) Blocks are nested too deeply (5). (max-depth)
(#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) 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) 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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) 'H' used outside of binding context. (block-scoped-var)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) before "for". (keyword-spacing)
(#19) Expected space(s) after "for". (keyword-spacing)
(#19) 'H' used outside of binding context. (block-scoped-var)
(#19) 'H' is already defined. (no-redeclare)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) 'F' used outside of binding context. (block-scoped-var)
(#19) 'F' is already defined. (no-redeclare)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) 'H' used outside of binding context. (block-scoped-var)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) 'F' used outside of binding context. (block-scoped-var)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) 'H' used outside of binding context. (block-scoped-var)
(#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) 'H' used outside of binding context. (block-scoped-var)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) 'H' used outside of binding context. (block-scoped-var)
(#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) 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 "return". (keyword-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 'hide'. (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) 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) Statement inside of curly braces should be on next line. (brace-style)
(#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) 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) Expected space(s) after "else". (keyword-spacing)
(#19) Expected space(s) before "else". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Expected space(s) after "for". (keyword-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) 'G' used outside of binding context. (block-scoped-var)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) 'F' 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) 'G' used outside of binding context. (block-scoped-var)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) 'F' used outside of binding context. (block-scoped-var)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) 'G' used outside of binding context. (block-scoped-var)
(#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) 'G' used outside of binding context. (block-scoped-var)
(#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) 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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) 'G' used outside of binding context. (block-scoped-var)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) 'G' used outside of binding context. (block-scoped-var)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) after "for". (keyword-spacing)
(#19) Expected space(s) before "for". (keyword-spacing)
(#19) 'G' is already defined. (no-redeclare)
(#19) 'G' used outside of binding context. (block-scoped-var)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) 'F' is already defined. (no-redeclare)
(#19) 'F' 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) 'G' used outside of binding context. (block-scoped-var)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) 'F' used outside of binding context. (block-scoped-var)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) 'G' used outside of binding context. (block-scoped-var)
(#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) 'G' used outside of binding context. (block-scoped-var)
(#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 "return". (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) 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 '_toggle'. (key-spacing)
(#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) 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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#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) A space is required after ','. (comma-spacing)
(#19) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#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 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) 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) 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 'fadeTo'. (key-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) Missing space before value for key 'opacity'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#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 'animate'. (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) 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) 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) 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) 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) 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) 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 "for". (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) 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) 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) 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) Expected space(s) before "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 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) 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) 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) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Expected space(s) before "if". (keyword-spacing)
(#19) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#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) 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) Infix operators must be spaced. (space-infix-ops)
(#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) 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) 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) 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) Statement inside of curly braces should be on next line. (brace-style)
(#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) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) before "else". (keyword-spacing)
(#19) Expected space(s) after "else". (keyword-spacing)
(#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) 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) 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) 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) 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) 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) 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 "if". (keyword-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) 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) 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) 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) Expected space(s) before "else". (keyword-spacing)
(#19) Expected space(s) after "else". (keyword-spacing)
(#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) A space is required after ','. (comma-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-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) 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 'stop'. (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) Expected space(s) after "if". (keyword-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) Statement inside of curly braces should be on next line. (brace-style)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) before "this". (keyword-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) Statement inside of curly braces should be on next line. (brace-style)
(#19) Expected space(s) after "for". (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) Missing whitespace after semicolon. (semi-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) 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) 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) 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) Missing semicolon. (semi)
(#19) Requires a space before '}'. (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) 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) Requires a space before '}'. (block-spacing)
(#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) 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) 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 "return". (keyword-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Missing space before value for key 'slideDown'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'slideUp'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'slideToggle'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'fadeIn'. (key-spacing)
(#19) Missing space before value for key 'opacity'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'fadeOut'. (key-spacing)
(#19) Missing space before value for key 'opacity'. (key-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) 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) Statement inside of curly braces should be on next line. (brace-style)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Missing space before value for key 'speed'. (key-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) 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) Missing space before value for key 'complete'. (key-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) 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) 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) 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) 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) 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) 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) 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) 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) 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 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) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-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 'easing'. (key-spacing)
(#19) Missing space before value for key 'linear'. (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 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) 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) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'swing'. (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) 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) 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 "return". (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) 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) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'timers'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'fx'. (key-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) 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) 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) 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) 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) Requires a space before '}'. (block-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing space before value for key 'update'. (key-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) Statement inside of curly braces should be on next line. (brace-style)
(#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) A space is required after ','. (comma-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-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) 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) 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) 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) Requires a space before '}'. (block-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'cur'. (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) Expected space(s) after "if". (keyword-spacing)
(#19) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#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) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#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) 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) Expected space(s) before "var". (keyword-spacing)
(#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) 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) A space is required after ','. (comma-spacing)
(#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 'custom'. (key-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) 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) 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) 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) 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 JSDoc comment. (require-jsdoc)
(#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) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-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) Expected space(s) after "if". (keyword-spacing)
(#19) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#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) 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 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 "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) 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 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) 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) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) before "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 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) 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) Requires a space before '}'. (block-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'show'. (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) A space is required after ','. (comma-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) 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 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 'hide'. (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) A space is required after ','. (comma-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) 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) 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 'step'. (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) 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 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) 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) 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) 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) 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)
(#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) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Expected space(s) before "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) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#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) 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) Expected space(s) after "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) 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) Infix operators must be spaced. (space-infix-ops)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Expected space(s) before "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) 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) 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) 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) Expected space(s) after "for". (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) 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) 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) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#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 "return". (keyword-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) after "else". (keyword-spacing)
(#19) Expected space(s) before "else". (keyword-spacing)
(#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) 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) 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 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) 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) 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 "return". (keyword-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'speeds'. (key-spacing)
(#19) Missing space before value for key 'slow'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'fast'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key '_default'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'step'. (key-spacing)
(#19) Missing space before value for key 'opacity'. (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) 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) 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 '_default'. (key-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) 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) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#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) 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) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) before "else". (keyword-spacing)
(#19) Expected space(s) after "else". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#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) Infix operators must be spaced. (space-infix-ops)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#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) 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 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) Expected space(s) after "if". (keyword-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 space(s) after "return". (keyword-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#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)
(#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) 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) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) before "var". (keyword-spacing)
(#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) 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) 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) 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) 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) 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) 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 "return". (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) 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)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) after "else". (keyword-spacing)
(#19) Expected space(s) before "else". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#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) 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) Statement inside of curly braces should be on next line. (brace-style)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Expected space(s) after "return". (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) Statement inside of curly braces should be on next line. (brace-style)
(#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)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#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) 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 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) 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) 'F' is defined but never used. (no-unused-vars)
(#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) 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) 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) 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 "while". (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) 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) 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) A space is required after ','. (comma-spacing)
(#19) Unexpected use of comma operator. (no-sequences)
(#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)
(#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) Unexpected use of comma operator. (no-sequences)
(#19) A space is required after ','. (comma-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) 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) 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) 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) A space is required after ','. (comma-spacing)
(#19) Unexpected use of comma operator. (no-sequences)
(#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) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#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) Infix operators must be spaced. (space-infix-ops)
(#19) Unexpected use of comma operator. (no-sequences)
(#19) A space is required after ','. (comma-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) after "if". (keyword-spacing)
(#19) Expected space(s) before "if". (keyword-spacing)
(#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) 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) 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) A space is required after ','. (comma-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Unexpected use of comma operator. (no-sequences)
(#19) A space is required after ','. (comma-spacing)
(#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) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#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) 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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) Unexpected use of comma operator. (no-sequences)
(#19) A space is required after ','. (comma-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) 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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) A space is required after ','. (comma-spacing)
(#19) Unexpected use of comma operator. (no-sequences)
(#19) A space is required after ','. (comma-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) after "return". (keyword-spacing)
(#19) Expected space(s) before "return". (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) 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)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing space before value for key 'initialize'. (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) 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) 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) Expected space(s) before "var". (keyword-spacing)
(#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) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) 'N' is defined but never used. (no-unused-vars)
(#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) 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) Infix operators must be spaced. (space-infix-ops)
(#19) Missing space before value for key 'position'. (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 'left'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'margin'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'border'. (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) Missing space before value for key 'height'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'visibility'. (key-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "for". (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) 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) 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 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) Unexpected use of comma operator. (no-sequences)
(#19) A space is required after ','. (comma-spacing)
(#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 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) 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) Unexpected use of comma operator. (no-sequences)
(#19) A space is required after ','. (comma-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) 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) 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 'bodyOffset'. (key-spacing)
(#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) 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) 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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) A space is required after ','. (comma-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) Unexpected use of comma operator. (no-sequences)
(#19) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#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 "return". (keyword-spacing)
(#19) Expected space(s) before "return". (keyword-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 'left'. (key-spacing)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Missing space before value for key 'position'. (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) 'I' is defined but never used. (no-unused-vars)
(#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) 'H' is defined but never used. (no-unused-vars)
(#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) 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) 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) 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)
(#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) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-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) 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) Infix operators must be spaced. (space-infix-ops)
(#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 'left'. (key-spacing)
(#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 "return". (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) 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 'offsetParent'. (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) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "while". (keyword-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) 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) 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) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) before "return". (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) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-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) 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) 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 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) Expected space(s) after "if". (keyword-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) Statement inside of curly braces should be on next line. (brace-style)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (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) Expected space(s) before "return". (keyword-spacing)
(#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 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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) 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) Infix operators must be spaced. (space-infix-ops)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-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) 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) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-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) 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) 'E' is defined but never used. (no-unused-vars)
(#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) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#19) 'H' is defined but never used. (no-unused-vars)
(#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) 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) 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) 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) 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) 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) 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) A space is required after ','. (comma-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 semicolon. (semi)
(#19) Requires a space before '}'. (block-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) 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 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) 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) 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) 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) 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) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#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) 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) 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) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
auth/saml/resources/jquery-ui-1.7.2.custom.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) 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) 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) This line has 175 statements. Maximum allowed is 2. (max-statements-per-line)
(#10) Infix operators must be spaced. (space-infix-ops)
(#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 'plugin'. (key-spacing)
(#10) Missing space before value for key 'add'. (key-spacing)
(#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) Infix operators must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected space(s) after "for". (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) 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) 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) A space is required after ','. (comma-spacing)
(#10) Missing semicolon. (semi)
(#10) Requires a space before '}'. (block-spacing)
(#10) Requires a space before '}'. (block-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'call'. (key-spacing)
(#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) Infix operators must be spaced. (space-infix-ops)
(#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) 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) 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) 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) before "for". (keyword-spacing)
(#10) Expected space(s) after "for". (keyword-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) Missing whitespace after semicolon. (semi-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) Expected space(s) after "if". (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 after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#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) 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) Requires a space before '}'. (block-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'contains'. (key-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) 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) Unexpected use of '&'. (no-bitwise)
(#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) Missing semicolon. (semi)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'hasScroll'. (key-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) Expected space(s) after "if". (keyword-spacing)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#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) Missing semicolon. (semi)
(#10) Requires a space before '}'. (block-spacing)
(#10) Expected space(s) before "var". (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) 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) Expected space(s) after "if". (keyword-spacing)
(#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) 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) Missing semicolon. (semi)
(#10) Requires a space before '}'. (block-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) 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) Requires a space before '}'. (block-spacing)
(#10) Missing semicolon. (semi)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'isOverAxis'. (key-spacing)
(#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) Expected space(s) after "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) 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) 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) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'isOver'. (key-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) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#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) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#10) Requires a space before '}'. (block-spacing)
(#10) Missing semicolon. (semi)
(#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 '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 '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 '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)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'NUMPAD_SUBTRACT'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'PAGE_DOWN'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'PAGE_UP'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'PERIOD'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'RIGHT'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'SHIFT'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'SPACE'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'TAB'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'UP'. (key-spacing)
(#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) 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) 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) 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) 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 "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) Do not nest ternary expressions. (no-nested-ternary)
(#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) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#10) Do not nest ternary expressions. (no-nested-ternary)
(#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) 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 semicolon. (semi)
(#10) Requires a space before '}'. (block-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) 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) Expected space(s) after "return". (keyword-spacing)
(#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) 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) 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) Missing space before value for key 'remove'. (key-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) 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) Missing semicolon. (semi)
(#10) Requires a space before '}'. (block-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) A space is required after ','. (comma-spacing)
(#10) Missing semicolon. (semi)
(#10) Requires a space before '}'. (block-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'enableSelection'. (key-spacing)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#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) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing semicolon. (semi)
(#10) Requires a space before '}'. (block-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'disableSelection'. (key-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) A space is required after ','. (comma-spacing)
(#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) Requires a space before '}'. (block-spacing)
(#10) Missing semicolon. (semi)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'scrollParent'. (key-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) Missing whitespace after semicolon. (semi-spacing)
(#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) 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) 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 space(s) after "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) A space is required after ','. (comma-spacing)
(#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) 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) 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) 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) Expected space(s) before "else". (keyword-spacing)
(#10) Expected space(s) after "else". (keyword-spacing)
(#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) 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)
(#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) 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) 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 semicolon. (semi)
(#10) Requires a space before '}'. (block-spacing)
(#10) Requires a space before '}'. (block-spacing)
(#10) Missing semicolon. (semi)
(#10) Expected space(s) after "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) Expected space(s) before "return". (keyword-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing semicolon. (semi)
(#10) Requires a space before '}'. (block-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'data'. (key-spacing)
(#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) 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) A space is required after ','. (comma-spacing)
(#10) Missing semicolon. (semi)
(#10) Requires a space before '}'. (block-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'focusable'. (key-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) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-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) Expected space(s) after "return". (keyword-spacing)
(#10) Do not nest ternary expressions. (no-nested-ternary)
(#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) Requires a space before '}'. (block-spacing)
(#10) Missing semicolon. (semi)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'tabbable'. (key-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) A space is required after ','. (comma-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected space(s) after "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) 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) Missing semicolon. (semi)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Missing JSDoc comment. (require-jsdoc)
(#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 space before opening brace. (space-before-blocks)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing JSDoc comment. (require-jsdoc)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#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) Infix operators must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected space(s) after "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) 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) Expected space(s) before "var". (keyword-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) 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 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) Requires a space before '}'. (block-spacing)
(#10) Missing semicolon. (semi)
(#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) Expected space(s) after "return". (keyword-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing semicolon. (semi)
(#10) Requires a space before '}'. (block-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#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) 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) 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) 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) 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) A space is required after ','. (comma-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) Missing semicolon. (semi)
(#10) Requires a space before '}'. (block-spacing)
(#10) Expected space(s) before "if". (keyword-spacing)
(#10) Expected space(s) after "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) 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) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected space(s) after "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) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing semicolon. (semi)
(#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) 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) Missing whitespace after semicolon. (semi-spacing)
(#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) 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) A space is required after ','. (comma-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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) A space is required after ','. (comma-spacing)
(#10) Requires a space before '}'. (block-spacing)
(#10) Missing semicolon. (semi)
(#10) Missing semicolon. (semi)
(#10) Requires a space before '}'. (block-spacing)
(#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) 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) 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) 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) 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) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#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) 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) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) Expected to return a value at the end of this function. (consistent-return)
(#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) 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) 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) 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) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) Expected to return a value at the end of this function. (consistent-return)
(#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) Expected space(s) after "if". (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) 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) 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 semicolon. (semi)
(#10) Requires a space before '}'. (block-spacing)
(#10) Requires a space before '}'. (block-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) 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) Missing semicolon. (semi)
(#10) Requires a space before '}'. (block-spacing)
(#10) Missing semicolon. (semi)
(#10) Requires a space before '}'. (block-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) A space is required after ','. (comma-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) Infix operators must be spaced. (space-infix-ops)
(#10) Requires a space before '}'. (block-spacing)
(#10) Missing semicolon. (semi)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing space before value for key '_init'. (key-spacing)
(#10) Unexpected empty function. (no-empty-function)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'destroy'. (key-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) 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) Requires a space before '}'. (block-spacing)
(#10) Missing semicolon. (semi)
(#10) A space is required after ','. (comma-spacing)
(#10) Expected to return a value at the end of this function. (consistent-return)
(#10) Missing space before value for key 'option'. (key-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) Infix operators must be spaced. (space-infix-ops)
(#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) 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) 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 before '}'. (block-spacing)
(#10) Missing semicolon. (semi)
(#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 semicolon. (semi)
(#10) Requires a space before '}'. (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) 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) 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) A space is required after ','. (comma-spacing)
(#10) Requires a space before '}'. (block-spacing)
(#10) Missing semicolon. (semi)
(#10) Missing semicolon. (semi)
(#10) Requires a space before '}'. (block-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key '_getData'. (key-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) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key '_setData'. (key-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) 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) 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) 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) 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) Missing semicolon. (semi)
(#10) Requires a space before '}'. (block-spacing)
(#10) Requires a space before '}'. (block-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'enable'. (key-spacing)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#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) A space is required after ','. (comma-spacing)
(#10) Requires a space before '}'. (block-spacing)
(#10) Missing semicolon. (semi)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'disable'. (key-spacing)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#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) A space is required after ','. (comma-spacing)
(#10) Missing semicolon. (semi)
(#10) Requires a space before '}'. (block-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key '_trigger'. (key-spacing)
(#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) 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) 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) Expected space(s) after "if". (keyword-spacing)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Expected space(s) after "for". (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) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing whitespace after semicolon. (semi-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) 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 semicolon. (semi)
(#10) Requires a space before '}'. (block-spacing)
(#10) Requires a space before '}'. (block-spacing)
(#10) Expected space(s) before "this". (keyword-spacing)
(#10) A space is required after ','. (comma-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) 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) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing semicolon. (semi)
(#10) Requires a space before '}'. (block-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing space before value for key 'disabled'. (key-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing space before value for key '_mouseInit'. (key-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) 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) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) Expected to return a value at the end of this function. (consistent-return)
(#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) Expected space(s) after "if". (keyword-spacing)
(#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) 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) Missing semicolon. (semi)
(#10) Requires a space before '}'. (block-spacing)
(#10) Requires a space before '}'. (block-spacing)
(#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) 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) A space is required after ','. (comma-spacing)
(#10) Missing semicolon. (semi)
(#10) Requires a space before '}'. (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) Expected space(s) before "this". (keyword-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Requires a space before '}'. (block-spacing)
(#10) Missing semicolon. (semi)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key '_mouseDestroy'. (key-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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) Requires a space before '}'. (block-spacing)
(#10) Missing semicolon. (semi)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key '_mouseDown'. (key-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) 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) 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) Missing semicolon. (semi)
(#10) Requires a space before '}'. (block-spacing)
(#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) 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) 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) Infix operators must be spaced. (space-infix-ops)
(#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) 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) 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 no return value. (consistent-return)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Missing semicolon. (semi)
(#10) Requires a space before '}'. (block-spacing)
(#10) Expected space(s) before "this". (keyword-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) 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) 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) Missing semicolon. (semi)
(#10) Requires a space before '}'. (block-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing semicolon. (semi)
(#10) Requires a space before '}'. (block-spacing)
(#10) Expected space(s) before "if". (keyword-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) 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) 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) 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) Expected no return value. (consistent-return)
(#10) Requires a space before '}'. (block-spacing)
(#10) Missing semicolon. (semi)
(#10) Requires a space before '}'. (block-spacing)
(#10) Expected space(s) before "this". (keyword-spacing)
(#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) 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) Missing semicolon. (semi)
(#10) Requires a space before '}'. (block-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#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) 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) 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) Missing whitespace after semicolon. (semi-spacing)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected no return value. (consistent-return)
(#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 semicolon. (semi)
(#10) Requires a space before '}'. (block-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key '_mouseMove'. (key-spacing)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Expected space(s) after "if". (keyword-spacing)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#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) Missing semicolon. (semi)
(#10) Requires a space before '}'. (block-spacing)
(#10) Expected space(s) after "if". (keyword-spacing)
(#10) Expected space(s) before "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) 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) Expected space(s) before "if". (keyword-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) A space is required after ','. (comma-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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Requires a space before '}'. (block-spacing)
(#10) Missing semicolon. (semi)
(#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) before "return". (keyword-spacing)
(#10) Missing semicolon. (semi)
(#10) Requires a space before '}'. (block-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key '_mouseUp'. (key-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) Infix operators must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#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) 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 semicolon. (semi)
(#10) Requires a space before '}'. (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) Expected space(s) before "return". (keyword-spacing)
(#10) Requires a space before '}'. (block-spacing)
(#10) Missing semicolon. (semi)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key '_mouseDistanceMet'. (key-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Requires a space after '{'. (block-spacing)
(#10) Expected space(s) after "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) 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) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing semicolon. (semi)
(#10) Requires a space before '}'. (block-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key '_mouseDelayMet'. (key-spacing)
(#10) 'j' is defined but never used. (no-unused-vars)
(#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) 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) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key '_mouseStart'. (key-spacing)
(#10) 'j' is defined but never used. (no-unused-vars)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Unexpected empty function. (no-empty-function)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key '_mouseDrag'. (key-spacing)
(#10) 'j' is defined but never used. (no-unused-vars)
(#10) Unexpected empty function. (no-empty-function)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key '_mouseStop'. (key-spacing)
(#10) 'j' is defined but never used. (no-unused-vars)
(#10) Unexpected empty function. (no-empty-function)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key '_mouseCapture'. (key-spacing)
(#10) 'j' is defined but never used. (no-unused-vars)
(#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) 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 semicolon. (semi)
(#10) Requires a space before '}'. (block-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) Infix operators must be spaced. (space-infix-ops)
(#10) Missing space before value for key 'cancel'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'distance'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'delay'. (key-spacing)
(#10) Requires a space before '}'. (block-spacing)
(#10) Missing semicolon. (semi)
(#10) 'jQuery' is not defined. (no-undef)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Unnecessary semicolon. (no-extra-semi)
(#20) Unexpected tab character. (no-tabs)
(#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) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key '_init'. (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) This line has 287 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) 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) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Expected space(s) before "this". (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) 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 '_setData'. (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) Expected space(s) after "if". (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) Statement inside of curly braces should be on next line. (brace-style)
(#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) 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) 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) Expected space(s) before "this". (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) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Expected space(s) before "else". (keyword-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)
(#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) 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) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Expected space(s) before "this". (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) 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 '_tabId'. (key-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) 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) 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 '_sanitizeSelector'. (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) 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 '_cookie'. (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) 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) 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) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key '_ui'. (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) 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) Expected space(s) after "return". (keyword-spacing)
(#22) Missing space before value for key 'tab'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'panel'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'index'. (key-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 '_cleanup'. (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) 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) 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 before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) A space is required after ','. (comma-spacing)
(#22) Function '_tabify' has a complexity of 22. (complexity)
(#22) Missing space before value for key '_tabify'. (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) A space is required after ','. (comma-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#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) 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) 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) 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) 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 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) 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) 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) 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 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) 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) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Expected space(s) before "if". (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) Expected space(s) after "if". (keyword-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) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Expected space(s) before "else". (keyword-spacing)
(#22) Expected space(s) after "else". (keyword-spacing)
(#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) Expected space(s) after "if". (keyword-spacing)
(#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) 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)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-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 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 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) 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) 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) 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) after "else". (keyword-spacing)
(#22) Expected space(s) before "else". (keyword-spacing)
(#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 before '}'. (block-spacing)
(#22) Requires a space before '}'. (block-spacing)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#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) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#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) Expected to return a value at the end of this function. (consistent-return)
(#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) Expected space(s) after "if". (keyword-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) 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) 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 before '}'. (block-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) after "if". (keyword-spacing)
(#22) Expected space(s) before "if". (keyword-spacing)
(#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) 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) Expected space(s) after "if". (keyword-spacing)
(#22) Expected space(s) before "if". (keyword-spacing)
(#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) 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) 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) 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) Expected space(s) after "else". (keyword-spacing)
(#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) Expected space(s) after "if". (keyword-spacing)
(#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) 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) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (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) Missing whitespace after semicolon. (semi-spacing)
(#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) 'o' is defined but never used. (no-unused-vars)
(#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) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#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) 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) A space is required after ','. (comma-spacing)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Expected space(s) before "this". (keyword-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#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) 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) 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) 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) 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) 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) 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 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) 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) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Expected space(s) after "else". (keyword-spacing)
(#22) Expected space(s) before "else". (keyword-spacing)
(#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) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#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) 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) Expected space(s) after "for". (keyword-spacing)
(#22) Expected space(s) before "for". (keyword-spacing)
(#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) 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) 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) 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) Expected space(s) after "if". (keyword-spacing)
(#22) Expected space(s) before "if". (keyword-spacing)
(#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) 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 space(s) before "this". (keyword-spacing)
(#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) 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) 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) Expected space(s) after "if". (keyword-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) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing whitespace after semicolon. (semi-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) 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) 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) 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) 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) 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) 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 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) 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 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) Expected space(s) after "if". (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) 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) 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) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Expected space(s) after "else". (keyword-spacing)
(#22) Expected space(s) before "else". (keyword-spacing)
(#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) 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) Requires a space before '}'. (block-spacing)
(#22) Missing JSDoc comment. (require-jsdoc)
(#22) Expected space(s) before "function". (keyword-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) Missing space before value for key 'display'. (key-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) Expected space(s) after "if". (keyword-spacing)
(#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) 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 before '}'. (block-spacing)
(#22) Expected space(s) before "var". (keyword-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) 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) 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) 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) 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) 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 before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#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) 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) 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) 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) 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) 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) Missing whitespace after semicolon. (semi-spacing)
(#22) Missing whitespace after semicolon. (semi-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) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) 'q' is defined but never used. (no-unused-vars)
(#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) 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) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Expected to return a value at the end of this function. (consistent-return)
(#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) 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) 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) 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) 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) 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) 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) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#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) 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) Statement inside of curly braces should be on next line. (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) 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) 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) 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) 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) Expected space(s) before "else". (keyword-spacing)
(#22) Expected space(s) after "else". (keyword-spacing)
(#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) Expected space(s) after "if". (keyword-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#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) Statement inside of curly braces should be on next line. (brace-style)
(#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) 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) 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) 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) Requires a space before '}'. (block-spacing)
(#22) Requires a space before '}'. (block-spacing)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Expected space(s) before "if". (keyword-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) A space is required after ','. (comma-spacing)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Expected space(s) before "if". (keyword-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) 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) 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 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) 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) 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) 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) 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) Expected space(s) after "else". (keyword-spacing)
(#22) Expected space(s) before "else". (keyword-spacing)
(#22) Requires a space after '{'. (block-spacing)
(#22) Expected an object to be thrown. (no-throw-literal)
(#22) Expected space(s) after "throw". (keyword-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) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Expected space(s) after "if". (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) Expected space(s) before "if". (keyword-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) Requires a space before '}'. (block-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) 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 before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'destroy'. (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) Missing whitespace after semicolon. (semi-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Missing whitespace after semicolon. (semi-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) 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) 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) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Expected space(s) before "var". (keyword-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) 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) 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) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Missing whitespace after semicolon. (semi-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) Expected space(s) after "if". (keyword-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) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Expected space(s) before "else". (keyword-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) 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) 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) 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 semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#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) Expected space(s) after "if". (keyword-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) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'add'. (key-spacing)
(#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) 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) 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) Infix operators must be spaced. (space-infix-ops)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Expected space(s) before "var". (keyword-spacing)
(#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) 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) A space is required after ','. (comma-spacing)
(#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) 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) A space is required after ','. (comma-spacing)
(#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 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) 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) 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) Missing whitespace after semicolon. (semi-spacing)
(#22) Expected space(s) after "if". (keyword-spacing)
(#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) 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) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Expected space(s) after "else". (keyword-spacing)
(#22) Expected space(s) before "else". (keyword-spacing)
(#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) 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) 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) 'j' is defined but never used. (no-unused-vars)
(#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) 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) Missing whitespace after semicolon. (semi-spacing)
(#22) Expected space(s) after "if". (keyword-spacing)
(#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) 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) 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) 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 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) Expected space(s) before "this". (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) 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 before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'remove'. (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)
(#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) 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) 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) 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) 'f' is defined but never used. (no-unused-vars)
(#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) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) 'f' is defined but never used. (no-unused-vars)
(#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) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#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) 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 before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'enable'. (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) 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) 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) Expected space(s) before "this". (keyword-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#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) 'd' is defined but never used. (no-unused-vars)
(#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) 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) 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 'disable'. (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) 'b' is defined but never used. (no-unused-vars)
(#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) 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) 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) Missing whitespace after semicolon. (semi-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) 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 semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Requires a space before '}'. (block-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'select'. (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 space(s) after "if". (keyword-spacing)
(#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) 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) 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) Expected space(s) before "else". (keyword-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) 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) 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) 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) Requires a space before '}'. (block-spacing)
(#22) Expected space(s) before "if". (keyword-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) 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) 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) Expected space(s) before "this". (keyword-spacing)
(#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 'load'. (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)
(#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) 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) A space is required after ','. (comma-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#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) 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) 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) Expected space(s) before "this". (keyword-spacing)
(#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) 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) A space is required after ','. (comma-spacing)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) Expected space(s) before "this". (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) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'url'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'success'. (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) Missing whitespace after semicolon. (semi-spacing)
(#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) 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) 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) 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 "try". (keyword-spacing)
(#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) A space is required after ','. (comma-spacing)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Expected space(s) after "catch". (keyword-spacing)
(#22) Expected space(s) before "catch". (keyword-spacing)
(#22) Empty block statement. (no-empty)
(#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) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#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 'abort'. (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) A space is required after ','. (comma-spacing)
(#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) 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) 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 "this". (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 'url'. (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) 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 'length'. (key-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) 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 value for key 'version'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'getter'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'defaults'. (key-spacing)
(#22) Missing space before value for key 'ajaxOptions'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'cache'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'cookie'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'collapsible'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'disabled'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'event'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'fx'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'idPrefix'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'panelTemplate'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'spinner'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'tabTemplate'. (key-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 value for key 'rotation'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'rotate'. (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) 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) 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 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) 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) 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) Infix operators must be spaced. (space-infix-ops)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#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) 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) 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 before '}'. (block-spacing)
(#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) 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) 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) Expected space(s) after "if". (keyword-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) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Requires a space before '}'. (block-spacing)
(#22) 'h' is defined but never used. (no-unused-vars)
(#22) Requires a space after '{'. (block-spacing)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) 't' is not defined. (no-undef)
(#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 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) 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) A space is required after ','. (comma-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#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) Expected space(s) after "else". (keyword-spacing)
(#22) Expected space(s) before "else". (keyword-spacing)
(#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) A space is required after ','. (comma-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#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) 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) Requires a space before '}'. (block-spacing)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#22) 'jQuery' is not defined. (no-undef)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Unnecessary semicolon. (no-extra-semi)
auth/saml/resources/moodle_saml.js
(#1) 'printf' is defined but never used. (no-unused-vars)
(#1) Missing space before opening brace. (space-before-blocks)
(#2) Infix operators must be spaced. (space-infix-ops)
(#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)
(#3) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#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)
(#6) Missing semicolon. (semi)
(#8) Missing JSDoc comment. (require-jsdoc)
(#8) 'addNewField' is defined but never used. (no-unused-vars)
(#8) A space is required after ','. (comma-spacing)
(#9) Identifier 'field_area' is not in camel case. (camelcase)
(#12) Identifier 'field_name' is not in camel case. (camelcase)
(#15) Identifier 'new_select' is not in camel case. (camelcase)
(#16) Trailing spaces not allowed. (no-trailing-spaces)
(#23) '$i' is not defined. (no-undef)
(#23) '$i' is not defined. (no-undef)
(#23) '$i' is not defined. (no-undef)
(#24) 'td$i' used outside of binding context. (block-scoped-var)
(#25) 'input$i' used outside of binding context. (block-scoped-var)
(#26) 'td$i' used outside of binding context. (block-scoped-var)
(#27) 'input$i' used outside of binding context. (block-scoped-var)
(#27) Identifier 'field_name' is not in camel case. (camelcase)
(#28) '$i' is not defined. (no-undef)
(#30) Identifier 'new_select' is not in camel case. (camelcase)
(#30) Identifier 'field_name' is not in camel case. (camelcase)
(#31) Identifier 'new_select' is not in camel case. (camelcase)
(#32) 'td$i' used outside of binding context. (block-scoped-var)
(#33) 'td$i' used outside of binding context. (block-scoped-var)
(#34) 'td$i' used outside of binding context. (block-scoped-var)
(#37) Blocks are nested too deeply (5). (max-depth)
(#37) '$i' is not defined. (no-undef)
(#38) 'input$i' used outside of binding context. (block-scoped-var)
(#40) 'input$i' used outside of binding context. (block-scoped-var)
(#42) 'td$i' used outside of binding context. (block-scoped-var)
(#42) 'input$i' used outside of binding context. (block-scoped-var)
(#48) '$i' is not defined. (no-undef)
(#48) '$i' is not defined. (no-undef)
(#48) '$i' is not defined. (no-undef)
(#49) 'td$i' is already defined. (no-redeclare)
(#49) 'td$i' used outside of binding context. (block-scoped-var)
(#50) 'input$i' is already defined. (no-redeclare)
(#50) 'input$i' used outside of binding context. (block-scoped-var)
(#51) 'td$i' used outside of binding context. (block-scoped-var)
(#52) 'input$i' used outside of binding context. (block-scoped-var)
(#52) Identifier 'field_name' is not in camel case. (camelcase)
(#53) '$i' is not defined. (no-undef)
(#55) Identifier 'new_select' is not in camel case. (camelcase)
(#55) Identifier 'field_name' is not in camel case. (camelcase)
(#56) Identifier 'new_select' is not in camel case. (camelcase)
(#57) 'td$i' used outside of binding context. (block-scoped-var)
(#58) 'td$i' used outside of binding context. (block-scoped-var)
(#59) 'td$i' used outside of binding context. (block-scoped-var)
(#62) 'input$i' used outside of binding context. (block-scoped-var)
(#63) 'td$i' used outside of binding context. (block-scoped-var)
(#63) 'input$i' used outside of binding context. (block-scoped-var)
(#68) Identifier 'field_area' is not in camel case. (camelcase)

CSS problems

(331 errors, 30 warnings)

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

auth/saml/resources/moodle_saml.css
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#4) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Unexpected single-line block (block-no-single-line)
(#2) Unexpected single-line block (block-no-single-line)
(#3) Unexpected single-line block (block-no-single-line)
(#4) Unexpected single-line block (block-no-single-line)
(#6) Unexpected single-line block (block-no-single-line)
(#4) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#4) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#4) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#3) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Unexpected !important (declaration-no-important)
auth/saml/resources/ui.core.css
(#9) Unexpected single-line block (block-no-single-line)
(#10) Unexpected single-line block (block-no-single-line)
(#11) Unexpected single-line block (block-no-single-line)
(#12) Unexpected single-line block (block-no-single-line)
(#13) Unexpected single-line block (block-no-single-line)
(#15) Unexpected single-line block (block-no-single-line)
(#16) Unexpected single-line block (block-no-single-line)
(#18) Unexpected single-line block (block-no-single-line)
(#23) Unexpected single-line block (block-no-single-line)
(#30) Unexpected single-line block (block-no-single-line)
(#37) Unexpected single-line block (block-no-single-line)
(#10) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#11) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#12) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#18) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#30) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#37) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#15) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#16) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#18) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#23) Unexpected !important (declaration-no-important)
(#18) Expected "Alpha" to be "alpha" (function-name-case)
(#11) Expected line length to be no more than 132 characters (max-line-length)
auth/saml/resources/ui.tabs.css
(#3) Unexpected single-line block (block-no-single-line)
(#4) Unexpected single-line block (block-no-single-line)
(#5) Unexpected single-line block (block-no-single-line)
(#6) Unexpected single-line block (block-no-single-line)
(#7) Unexpected single-line block (block-no-single-line)
(#8) Unexpected single-line block (block-no-single-line)
(#9) Unexpected single-line block (block-no-single-line)
(#10) Unexpected single-line block (block-no-single-line)
(#11) Unexpected single-line block (block-no-single-line)
(#3) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#4) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#5) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#7) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#10) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#5) Unexpected !important (declaration-no-important)
(#11) Unexpected !important (declaration-no-important)
(#8) Expected line length to be no more than 132 characters (max-line-length)
(#9) Expected line length to be no more than 132 characters (max-line-length)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
auth/saml/resources/ui.theme.css
(#14) Unexpected single-line block (block-no-single-line)
(#15) Unexpected single-line block (block-no-single-line)
(#16) Unexpected single-line block (block-no-single-line)
(#17) Unexpected single-line block (block-no-single-line)
(#18) Unexpected single-line block (block-no-single-line)
(#22) Unexpected single-line block (block-no-single-line)
(#23) Unexpected single-line block (block-no-single-line)
(#24) Unexpected single-line block (block-no-single-line)
(#25) Unexpected single-line block (block-no-single-line)
(#26) Unexpected single-line block (block-no-single-line)
(#27) Unexpected single-line block (block-no-single-line)
(#31) Unexpected single-line block (block-no-single-line)
(#32) Unexpected single-line block (block-no-single-line)
(#33) Unexpected single-line block (block-no-single-line)
(#34) Unexpected single-line block (block-no-single-line)
(#35) Unexpected single-line block (block-no-single-line)
(#36) Unexpected single-line block (block-no-single-line)
(#42) Unexpected single-line block (block-no-single-line)
(#43) Unexpected single-line block (block-no-single-line)
(#44) Unexpected single-line block (block-no-single-line)
(#45) Unexpected single-line block (block-no-single-line)
(#46) Unexpected single-line block (block-no-single-line)
(#47) Unexpected single-line block (block-no-single-line)
(#48) Unexpected single-line block (block-no-single-line)
(#49) Unexpected single-line block (block-no-single-line)
(#52) Unexpected single-line block (block-no-single-line)
(#53) Unexpected single-line block (block-no-single-line)
(#54) Unexpected single-line block (block-no-single-line)
(#55) Unexpected single-line block (block-no-single-line)
(#56) Unexpected single-line block (block-no-single-line)
(#57) Unexpected single-line block (block-no-single-line)
(#58) Unexpected single-line block (block-no-single-line)
(#59) Unexpected single-line block (block-no-single-line)
(#60) Unexpected single-line block (block-no-single-line)
(#61) Unexpected single-line block (block-no-single-line)
(#62) Unexpected single-line block (block-no-single-line)
(#63) Unexpected single-line block (block-no-single-line)
(#64) Unexpected single-line block (block-no-single-line)
(#65) Unexpected single-line block (block-no-single-line)
(#66) Unexpected single-line block (block-no-single-line)
(#67) Unexpected single-line block (block-no-single-line)
(#68) Unexpected single-line block (block-no-single-line)
(#69) Unexpected single-line block (block-no-single-line)
(#70) Unexpected single-line block (block-no-single-line)
(#71) Unexpected single-line block (block-no-single-line)
(#72) Unexpected single-line block (block-no-single-line)
(#73) Unexpected single-line block (block-no-single-line)
(#74) Unexpected single-line block (block-no-single-line)
(#75) Unexpected single-line block (block-no-single-line)
(#76) Unexpected single-line block (block-no-single-line)
(#77) Unexpected single-line block (block-no-single-line)
(#78) Unexpected single-line block (block-no-single-line)
(#79) Unexpected single-line block (block-no-single-line)
(#80) Unexpected single-line block (block-no-single-line)
(#81) Unexpected single-line block (block-no-single-line)
(#82) Unexpected single-line block (block-no-single-line)
(#83) Unexpected single-line block (block-no-single-line)
(#84) Unexpected single-line block (block-no-single-line)
(#85) Unexpected single-line block (block-no-single-line)
(#86) Unexpected single-line block (block-no-single-line)
(#87) Unexpected single-line block (block-no-single-line)
(#88) Unexpected single-line block (block-no-single-line)
(#89) Unexpected single-line block (block-no-single-line)
(#90) Unexpected single-line block (block-no-single-line)
(#91) Unexpected single-line block (block-no-single-line)
(#92) Unexpected single-line block (block-no-single-line)
(#93) Unexpected single-line block (block-no-single-line)
(#94) Unexpected single-line block (block-no-single-line)
(#95) Unexpected single-line block (block-no-single-line)
(#96) Unexpected single-line block (block-no-single-line)
(#97) Unexpected single-line block (block-no-single-line)
(#98) Unexpected single-line block (block-no-single-line)
(#99) Unexpected single-line block (block-no-single-line)
(#100) Unexpected single-line block (block-no-single-line)
(#101) Unexpected single-line block (block-no-single-line)
(#102) Unexpected single-line block (block-no-single-line)
(#103) Unexpected single-line block (block-no-single-line)
(#104) Unexpected single-line block (block-no-single-line)
(#105) Unexpected single-line block (block-no-single-line)
(#106) Unexpected single-line block (block-no-single-line)
(#107) Unexpected single-line block (block-no-single-line)
(#108) Unexpected single-line block (block-no-single-line)
(#109) Unexpected single-line block (block-no-single-line)
(#110) Unexpected single-line block (block-no-single-line)
(#111) Unexpected single-line block (block-no-single-line)
(#112) Unexpected single-line block (block-no-single-line)
(#113) Unexpected single-line block (block-no-single-line)
(#114) Unexpected single-line block (block-no-single-line)
(#115) Unexpected single-line block (block-no-single-line)
(#116) Unexpected single-line block (block-no-single-line)
(#117) Unexpected single-line block (block-no-single-line)
(#118) Unexpected single-line block (block-no-single-line)
(#119) Unexpected single-line block (block-no-single-line)
(#120) Unexpected single-line block (block-no-single-line)
(#121) Unexpected single-line block (block-no-single-line)
(#122) Unexpected single-line block (block-no-single-line)
(#123) Unexpected single-line block (block-no-single-line)
(#124) Unexpected single-line block (block-no-single-line)
(#125) Unexpected single-line block (block-no-single-line)
(#126) Unexpected single-line block (block-no-single-line)
(#127) Unexpected single-line block (block-no-single-line)
(#128) Unexpected single-line block (block-no-single-line)
(#129) Unexpected single-line block (block-no-single-line)
(#130) Unexpected single-line block (block-no-single-line)
(#131) Unexpected single-line block (block-no-single-line)
(#132) Unexpected single-line block (block-no-single-line)
(#133) Unexpected single-line block (block-no-single-line)
(#134) Unexpected single-line block (block-no-single-line)
(#135) Unexpected single-line block (block-no-single-line)
(#136) Unexpected single-line block (block-no-single-line)
(#137) Unexpected single-line block (block-no-single-line)
(#138) Unexpected single-line block (block-no-single-line)
(#139) Unexpected single-line block (block-no-single-line)
(#140) Unexpected single-line block (block-no-single-line)
(#141) Unexpected single-line block (block-no-single-line)
(#142) Unexpected single-line block (block-no-single-line)
(#143) Unexpected single-line block (block-no-single-line)
(#144) Unexpected single-line block (block-no-single-line)
(#145) Unexpected single-line block (block-no-single-line)
(#146) Unexpected single-line block (block-no-single-line)
(#147) Unexpected single-line block (block-no-single-line)
(#148) Unexpected single-line block (block-no-single-line)
(#149) Unexpected single-line block (block-no-single-line)
(#150) Unexpected single-line block (block-no-single-line)
(#151) Unexpected single-line block (block-no-single-line)
(#152) Unexpected single-line block (block-no-single-line)
(#153) Unexpected single-line block (block-no-single-line)
(#154) Unexpected single-line block (block-no-single-line)
(#155) Unexpected single-line block (block-no-single-line)
(#156) Unexpected single-line block (block-no-single-line)
(#157) Unexpected single-line block (block-no-single-line)
(#158) Unexpected single-line block (block-no-single-line)
(#159) Unexpected single-line block (block-no-single-line)
(#160) Unexpected single-line block (block-no-single-line)
(#161) Unexpected single-line block (block-no-single-line)
(#162) Unexpected single-line block (block-no-single-line)
(#163) Unexpected single-line block (block-no-single-line)
(#164) Unexpected single-line block (block-no-single-line)
(#165) Unexpected single-line block (block-no-single-line)
(#166) Unexpected single-line block (block-no-single-line)
(#167) Unexpected single-line block (block-no-single-line)
(#168) Unexpected single-line block (block-no-single-line)
(#169) Unexpected single-line block (block-no-single-line)
(#170) Unexpected single-line block (block-no-single-line)
(#171) Unexpected single-line block (block-no-single-line)
(#172) Unexpected single-line block (block-no-single-line)
(#173) Unexpected single-line block (block-no-single-line)
(#174) Unexpected single-line block (block-no-single-line)
(#175) Unexpected single-line block (block-no-single-line)
(#176) Unexpected single-line block (block-no-single-line)
(#177) Unexpected single-line block (block-no-single-line)
(#178) Unexpected single-line block (block-no-single-line)
(#179) Unexpected single-line block (block-no-single-line)
(#180) Unexpected single-line block (block-no-single-line)
(#181) Unexpected single-line block (block-no-single-line)
(#182) Unexpected single-line block (block-no-single-line)
(#183) Unexpected single-line block (block-no-single-line)
(#184) Unexpected single-line block (block-no-single-line)
(#185) Unexpected single-line block (block-no-single-line)
(#186) Unexpected single-line block (block-no-single-line)
(#187) Unexpected single-line block (block-no-single-line)
(#188) Unexpected single-line block (block-no-single-line)
(#189) Unexpected single-line block (block-no-single-line)
(#190) Unexpected single-line block (block-no-single-line)
(#191) Unexpected single-line block (block-no-single-line)
(#192) Unexpected single-line block (block-no-single-line)
(#193) Unexpected single-line block (block-no-single-line)
(#194) Unexpected single-line block (block-no-single-line)
(#195) Unexpected single-line block (block-no-single-line)
(#196) Unexpected single-line block (block-no-single-line)
(#197) Unexpected single-line block (block-no-single-line)
(#198) Unexpected single-line block (block-no-single-line)
(#199) Unexpected single-line block (block-no-single-line)
(#200) Unexpected single-line block (block-no-single-line)
(#201) Unexpected single-line block (block-no-single-line)
(#202) Unexpected single-line block (block-no-single-line)
(#203) Unexpected single-line block (block-no-single-line)
(#204) Unexpected single-line block (block-no-single-line)
(#205) Unexpected single-line block (block-no-single-line)
(#206) Unexpected single-line block (block-no-single-line)
(#207) Unexpected single-line block (block-no-single-line)
(#208) Unexpected single-line block (block-no-single-line)
(#209) Unexpected single-line block (block-no-single-line)
(#210) Unexpected single-line block (block-no-single-line)
(#211) Unexpected single-line block (block-no-single-line)
(#212) Unexpected single-line block (block-no-single-line)
(#213) Unexpected single-line block (block-no-single-line)
(#214) Unexpected single-line block (block-no-single-line)
(#215) Unexpected single-line block (block-no-single-line)
(#216) Unexpected single-line block (block-no-single-line)
(#217) Unexpected single-line block (block-no-single-line)
(#218) Unexpected single-line block (block-no-single-line)
(#219) Unexpected single-line block (block-no-single-line)
(#220) Unexpected single-line block (block-no-single-line)
(#221) Unexpected single-line block (block-no-single-line)
(#222) Unexpected single-line block (block-no-single-line)
(#223) Unexpected single-line block (block-no-single-line)
(#224) Unexpected single-line block (block-no-single-line)
(#231) Unexpected single-line block (block-no-single-line)
(#232) Unexpected single-line block (block-no-single-line)
(#233) Unexpected single-line block (block-no-single-line)
(#234) Unexpected single-line block (block-no-single-line)
(#235) Unexpected single-line block (block-no-single-line)
(#236) Unexpected single-line block (block-no-single-line)
(#237) Unexpected single-line block (block-no-single-line)
(#238) Unexpected single-line block (block-no-single-line)
(#239) Unexpected single-line block (block-no-single-line)
(#242) Unexpected single-line block (block-no-single-line)
(#243) Unexpected single-line block (block-no-single-line)
(#31) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#32) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#43) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#44) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#46) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#47) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#48) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#49) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#237) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#15) Expected "#aaaaaa" to be "#aaa" (color-hex-length)
(#15) Expected "#cccccc" to be "#ccc" (color-hex-length)
(#15) Expected "#222222" to be "#222" (color-hex-length)
(#16) Expected "#222222" to be "#222" (color-hex-length)
(#17) Expected "#aaaaaa" to be "#aaa" (color-hex-length)
(#17) Expected "#ffffff" to be "#fff" (color-hex-length)
(#17) Expected "#222222" to be "#222" (color-hex-length)
(#18) Expected "#222222" to be "#222" (color-hex-length)
(#22) Expected "#555555" to be "#555" (color-hex-length)
(#23) Expected "#555555" to be "#555" (color-hex-length)
(#24) Expected "#999999" to be "#999" (color-hex-length)
(#26) Expected "#aaaaaa" to be "#aaa" (color-hex-length)
(#26) Expected "#ffffff" to be "#fff" (color-hex-length)
(#242) Expected "#aaaaaa" to be "#aaa" (color-hex-length)
(#243) Expected "#aaaaaa" to be "#aaa" (color-hex-length)
(#242) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#243) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#14) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#15) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#17) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#22) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#23) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#24) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#25) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#26) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#27) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#31) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#32) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#34) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#36) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#42) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#231) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#232) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#233) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#234) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#235) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#236) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#237) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#238) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#239) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#242) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#243) Expected no more than 1 declaration(s) (declaration-block-single-line-max-declarations)
(#34) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#36) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#242) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#243) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#34) Expected "Alpha" to be "alpha" (function-name-case)
(#36) Expected "Alpha" to be "alpha" (function-name-case)
(#242) Expected "Alpha" to be "alpha" (function-name-case)
(#243) Expected "Alpha" to be "alpha" (function-name-case)
(#7) Expected line length to be no more than 132 characters (max-line-length)
(#14) Expected line length to be no more than 132 characters (max-line-length)
(#22) Expected line length to be no more than 132 characters (max-line-length)
(#24) Expected line length to be no more than 132 characters (max-line-length)
(#26) Expected line length to be no more than 132 characters (max-line-length)
(#29) Expected line length to be no more than 132 characters (max-line-length)
(#31) Expected line length to be no more than 132 characters (max-line-length)
(#230) Expected line length to be no more than 132 characters (max-line-length)
(#232) Expected line length to be no more than 132 characters (max-line-length)
(#234) Expected line length to be no more than 132 characters (max-line-length)
(#235) Expected line length to be no more than 132 characters (max-line-length)
(#237) Expected line length to be no more than 132 characters (max-line-length)
(#14) Expected newline after "," (selector-list-comma-newline-after)
(#14) Expected newline after "," (selector-list-comma-newline-after)
(#14) Expected newline after "," (selector-list-comma-newline-after)
(#22) Expected newline after "," (selector-list-comma-newline-after)
(#24) Expected newline after "," (selector-list-comma-newline-after)
(#24) Expected newline after "," (selector-list-comma-newline-after)
(#24) Expected newline after "," (selector-list-comma-newline-after)
(#26) Expected newline after "," (selector-list-comma-newline-after)
(#31) Expected newline after "," (selector-list-comma-newline-after)
(#32) Expected newline after "," (selector-list-comma-newline-after)
(#33) Expected newline after "," (selector-list-comma-newline-after)
(#34) Expected newline after "," (selector-list-comma-newline-after)
(#35) Expected newline after "," (selector-list-comma-newline-after)
(#36) Expected newline after "," (selector-list-comma-newline-after)
(#46) Expected newline after "," (selector-list-comma-newline-after)
(#49) Expected newline after "," (selector-list-comma-newline-after)
(#14) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#14) Expected single space after "," in a single-line list (value-list-comma-space-after)

PHPDocs style problems

(69 errors, 13 warnings)

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

auth/saml/DBNewConnection.php
(#2) File-level phpdocs block is not found
(#2) Function DBNewConnection is not documented
(#2) Package is not specified for function DBNewConnection. It is also not specified in file-level phpdocs
auth/saml/auth.php
(#89) Function auth_plugin_saml::get_attributes is not documented
(#133) Function auth_plugin_saml::pre_loginpage_hook is not documented
(#142) Function auth_plugin_saml::loginpage_hook is not documented
(#153) Function auth_plugin_saml::logoutpage_hook is not documented
(#172) Function auth_plugin_saml::config_form is not documented
(#600) Function auth_plugin_saml::get_course_mapping_xmldb is not documented
(#614) Function auth_plugin_saml::get_role_mapping_xmldb is not documented
(#626) Function auth_plugin_saml::initialize_roles is not documented
(#57) Phpdocs for function auth_plugin_saml::get_userinfo has incomplete parameters list
(#202) Phpdocs for function auth_plugin_saml::validate_form has incomplete parameters list
(#555) Phpdocs for function auth_plugin_saml::create_course_mapping_db has incomplete parameters list
(#578) Phpdocs for function auth_plugin_saml::create_role_mapping_db has incomplete parameters list
(#2) File-level phpdocs block does not have @copyright tag
(#24) Class auth_plugin_saml does not have @copyright tag
(#24) Class auth_plugin_saml does not have @license tag
(#6) Not recommended phpdocs tag @version used
(#5) Package auth/saml is not valid
auth/saml/cli/sync_users.php
(#17) File-level phpdocs block does not have @copyright tag
auth/saml/config.php
(#2) Empty line found after PHP open tag
(#1) File-level phpdocs block is not found
(#17) Package auth/saml is not valid
auth/saml/course_mapping.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
auth/saml/courses.php
(#2) File-level phpdocs block is not found
(#2) Function get_moodle_courses is not documented
(#16) Function get_course_mapping is not documented
(#41) Function get_course_mapping_for_sync is not documented
(#90) Function print_course_mapping_options is not documented
(#2) Package is not specified for function get_moodle_courses. It is also not specified in file-level phpdocs
(#16) Package is not specified for function get_course_mapping. It is also not specified in file-level phpdocs
(#41) Package is not specified for function get_course_mapping_for_sync. It is also not specified in file-level phpdocs
(#90) Package is not specified for function print_course_mapping_options. It is also not specified in file-level phpdocs
auth/saml/custom_hook.php
(#35) File-level phpdocs block is not found
(#35) Function saml_hook_attribute_filter is not documented
(#99) Function saml_hook_user_exists is not documented
(#117) Function saml_hook_authorize_user is not documented
(#131) Function saml_hook_post_user_created is not documented
(#169) Function saml_hook_get_course_info is not documented
(#35) Package is not specified for function saml_hook_attribute_filter. It is also not specified in file-level phpdocs
(#99) Package is not specified for function saml_hook_user_exists. It is also not specified in file-level phpdocs
(#117) Package is not specified for function saml_hook_authorize_user. It is also not specified in file-level phpdocs
(#131) Package is not specified for function saml_hook_post_user_created. It is also not specified in file-level phpdocs
(#169) Package is not specified for function saml_hook_get_course_info. It is also not specified in file-level phpdocs
auth/saml/error.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#3) Function auth_saml_error is not documented
(#67) Function auth_saml_log_error is not documented
(#87) Function auth_saml_decorate_log is not documented
(#3) Package is not specified for function auth_saml_error. It is also not specified in file-level phpdocs
(#67) Package is not specified for function auth_saml_log_error. It is also not specified in file-level phpdocs
(#87) Package is not specified for function auth_saml_decorate_log. It is also not specified in file-level phpdocs
auth/saml/index.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
auth/saml/lang/en/auth_saml.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
auth/saml/lang/es/auth_saml.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
auth/saml/lang/es_es/auth_saml.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
auth/saml/login.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#30) Found comment starting with three or more slashes
auth/saml/roles.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#3) Function get_moodle_roles is not documented
(#11) Function get_role_mapping is not documented
(#29) Function get_role_mapping_for_sync is not documented
(#80) Function print_role_mapping_options is not documented
(#3) Package is not specified for function get_moodle_roles. It is also not specified in file-level phpdocs
(#11) Package is not specified for function get_role_mapping. It is also not specified in file-level phpdocs
(#29) Package is not specified for function get_role_mapping_for_sync. It is also not specified in file-level phpdocs
(#80) Package is not specified for function print_role_mapping_options. It is also not specified in file-level phpdocs
auth/saml/saml_config.php
(#1) File-level phpdocs block is not found
auth/saml/utils.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#6) Not recommended phpdocs tag @global used
(#3) Package is not specified for function resolve_samlhookfile. It is also not specified in file-level phpdocs
auth/saml/version.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found

Update savepoints problems

(0 errors, 0 warnings)

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


Third party library modification problems

(0 errors, 0 warnings)

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


grunt changes

(1 errors, 1 warnings)

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

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

shifter problems

(0 errors, 0 warnings)

This section shows problems detected by shifter [More info]


Mustache template problems

(0 errors, 0 warnings)

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